@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/sys-api.ts
ADDED
|
@@ -0,0 +1,4730 @@
|
|
|
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 { JsonResult } from '../models';
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { SysConfig } from '../models';
|
|
28
|
+
// @ts-ignore
|
|
29
|
+
import type { SysDictData } from '../models';
|
|
30
|
+
// @ts-ignore
|
|
31
|
+
import type { SysDictType } from '../models';
|
|
32
|
+
// @ts-ignore
|
|
33
|
+
import type { SysLogininfor } from '../models';
|
|
34
|
+
// @ts-ignore
|
|
35
|
+
import type { SysOperLog } from '../models';
|
|
36
|
+
// @ts-ignore
|
|
37
|
+
import type { TableDataInfo } from '../models';
|
|
38
|
+
// @ts-ignore
|
|
39
|
+
import type { WxMenu } from '../models';
|
|
40
|
+
// @ts-ignore
|
|
41
|
+
import type { WxMpGetSelfMenuInfoResult } from '../models';
|
|
42
|
+
// @ts-ignore
|
|
43
|
+
import type { WxMpMenu } from '../models';
|
|
44
|
+
/**
|
|
45
|
+
* SysApi - axios parameter creator
|
|
46
|
+
* @export
|
|
47
|
+
*/
|
|
48
|
+
export const SysApiAxiosParamCreator = function (configuration?: Configuration) {
|
|
49
|
+
return {
|
|
50
|
+
/**
|
|
51
|
+
*
|
|
52
|
+
* @param {string} appid
|
|
53
|
+
* @param {string} [signature]
|
|
54
|
+
* @param {string} [timestamp]
|
|
55
|
+
* @param {string} [nonce]
|
|
56
|
+
* @param {string} [echostr]
|
|
57
|
+
* @param {*} [options] Override http request option.
|
|
58
|
+
* @throws {RequiredError}
|
|
59
|
+
*/
|
|
60
|
+
authGet: async (appid: string, signature?: string, timestamp?: string, nonce?: string, echostr?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
61
|
+
// verify required parameter 'appid' is not null or undefined
|
|
62
|
+
assertParamExists('authGet', 'appid', appid)
|
|
63
|
+
const localVarPath = `/app/wx/mp/portal/{appid}`
|
|
64
|
+
.replace(`{${"appid"}}`, encodeURIComponent(String(appid)));
|
|
65
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
66
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
67
|
+
let baseOptions;
|
|
68
|
+
if (configuration) {
|
|
69
|
+
baseOptions = configuration.baseOptions;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
73
|
+
const localVarHeaderParameter = {} as any;
|
|
74
|
+
const localVarQueryParameter = {} as any;
|
|
75
|
+
|
|
76
|
+
// authentication tokenScheme required
|
|
77
|
+
// http bearer authentication required
|
|
78
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
79
|
+
|
|
80
|
+
if (signature !== undefined) {
|
|
81
|
+
localVarQueryParameter['signature'] = signature;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
if (timestamp !== undefined) {
|
|
85
|
+
localVarQueryParameter['timestamp'] = timestamp;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
if (nonce !== undefined) {
|
|
89
|
+
localVarQueryParameter['nonce'] = nonce;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
if (echostr !== undefined) {
|
|
93
|
+
localVarQueryParameter['echostr'] = echostr;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
99
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
100
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
101
|
+
|
|
102
|
+
return {
|
|
103
|
+
url: toPathString(localVarUrlObj),
|
|
104
|
+
options: localVarRequestOptions,
|
|
105
|
+
};
|
|
106
|
+
},
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @param {string} appid
|
|
110
|
+
* @param {string} [signature]
|
|
111
|
+
* @param {string} [timestamp]
|
|
112
|
+
* @param {string} [nonce]
|
|
113
|
+
* @param {string} [echostr]
|
|
114
|
+
* @param {*} [options] Override http request option.
|
|
115
|
+
* @throws {RequiredError}
|
|
116
|
+
*/
|
|
117
|
+
authGet1: async (appid: string, signature?: string, timestamp?: string, nonce?: string, echostr?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
118
|
+
// verify required parameter 'appid' is not null or undefined
|
|
119
|
+
assertParamExists('authGet1', 'appid', appid)
|
|
120
|
+
const localVarPath = `/app/wechat/miniapp/portal/{appid}`
|
|
121
|
+
.replace(`{${"appid"}}`, encodeURIComponent(String(appid)));
|
|
122
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
123
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
124
|
+
let baseOptions;
|
|
125
|
+
if (configuration) {
|
|
126
|
+
baseOptions = configuration.baseOptions;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
130
|
+
const localVarHeaderParameter = {} as any;
|
|
131
|
+
const localVarQueryParameter = {} as any;
|
|
132
|
+
|
|
133
|
+
// authentication tokenScheme required
|
|
134
|
+
// http bearer authentication required
|
|
135
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
136
|
+
|
|
137
|
+
if (signature !== undefined) {
|
|
138
|
+
localVarQueryParameter['signature'] = signature;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
if (timestamp !== undefined) {
|
|
142
|
+
localVarQueryParameter['timestamp'] = timestamp;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
if (nonce !== undefined) {
|
|
146
|
+
localVarQueryParameter['nonce'] = nonce;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
if (echostr !== undefined) {
|
|
150
|
+
localVarQueryParameter['echostr'] = echostr;
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
156
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
157
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
158
|
+
|
|
159
|
+
return {
|
|
160
|
+
url: toPathString(localVarUrlObj),
|
|
161
|
+
options: localVarRequestOptions,
|
|
162
|
+
};
|
|
163
|
+
},
|
|
164
|
+
/**
|
|
165
|
+
*
|
|
166
|
+
* @param {*} [options] Override http request option.
|
|
167
|
+
* @throws {RequiredError}
|
|
168
|
+
*/
|
|
169
|
+
clean: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
170
|
+
const localVarPath = `/monitor/operlog/clean`;
|
|
171
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
172
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
173
|
+
let baseOptions;
|
|
174
|
+
if (configuration) {
|
|
175
|
+
baseOptions = configuration.baseOptions;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
179
|
+
const localVarHeaderParameter = {} as any;
|
|
180
|
+
const localVarQueryParameter = {} as any;
|
|
181
|
+
|
|
182
|
+
// authentication tokenScheme required
|
|
183
|
+
// http bearer authentication required
|
|
184
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
189
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
190
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
191
|
+
|
|
192
|
+
return {
|
|
193
|
+
url: toPathString(localVarUrlObj),
|
|
194
|
+
options: localVarRequestOptions,
|
|
195
|
+
};
|
|
196
|
+
},
|
|
197
|
+
/**
|
|
198
|
+
*
|
|
199
|
+
* @param {*} [options] Override http request option.
|
|
200
|
+
* @throws {RequiredError}
|
|
201
|
+
*/
|
|
202
|
+
clean1: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
203
|
+
const localVarPath = `/monitor/logininfor/clean`;
|
|
204
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
205
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
206
|
+
let baseOptions;
|
|
207
|
+
if (configuration) {
|
|
208
|
+
baseOptions = configuration.baseOptions;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
212
|
+
const localVarHeaderParameter = {} as any;
|
|
213
|
+
const localVarQueryParameter = {} as any;
|
|
214
|
+
|
|
215
|
+
// authentication tokenScheme required
|
|
216
|
+
// http bearer authentication required
|
|
217
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
|
|
221
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
222
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
223
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
224
|
+
|
|
225
|
+
return {
|
|
226
|
+
url: toPathString(localVarUrlObj),
|
|
227
|
+
options: localVarRequestOptions,
|
|
228
|
+
};
|
|
229
|
+
},
|
|
230
|
+
/**
|
|
231
|
+
*
|
|
232
|
+
* @param {*} [options] Override http request option.
|
|
233
|
+
* @throws {RequiredError}
|
|
234
|
+
*/
|
|
235
|
+
clearDictTypeCache: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
236
|
+
const localVarPath = `/system/dict/type/refreshCache`;
|
|
237
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
238
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
239
|
+
let baseOptions;
|
|
240
|
+
if (configuration) {
|
|
241
|
+
baseOptions = configuration.baseOptions;
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
245
|
+
const localVarHeaderParameter = {} as any;
|
|
246
|
+
const localVarQueryParameter = {} as any;
|
|
247
|
+
|
|
248
|
+
// authentication tokenScheme required
|
|
249
|
+
// http bearer authentication required
|
|
250
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
251
|
+
|
|
252
|
+
|
|
253
|
+
|
|
254
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
255
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
256
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
257
|
+
|
|
258
|
+
return {
|
|
259
|
+
url: toPathString(localVarUrlObj),
|
|
260
|
+
options: localVarRequestOptions,
|
|
261
|
+
};
|
|
262
|
+
},
|
|
263
|
+
/**
|
|
264
|
+
*
|
|
265
|
+
* @param {SysConfig} sysConfig
|
|
266
|
+
* @param {*} [options] Override http request option.
|
|
267
|
+
* @throws {RequiredError}
|
|
268
|
+
*/
|
|
269
|
+
createConfig: async (sysConfig: SysConfig, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
270
|
+
// verify required parameter 'sysConfig' is not null or undefined
|
|
271
|
+
assertParamExists('createConfig', 'sysConfig', sysConfig)
|
|
272
|
+
const localVarPath = `/system/config`;
|
|
273
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
274
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
275
|
+
let baseOptions;
|
|
276
|
+
if (configuration) {
|
|
277
|
+
baseOptions = configuration.baseOptions;
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
281
|
+
const localVarHeaderParameter = {} as any;
|
|
282
|
+
const localVarQueryParameter = {} as any;
|
|
283
|
+
|
|
284
|
+
// authentication tokenScheme required
|
|
285
|
+
// http bearer authentication required
|
|
286
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
|
|
290
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
291
|
+
|
|
292
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
293
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
294
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
295
|
+
localVarRequestOptions.data = serializeDataIfNeeded(sysConfig, localVarRequestOptions, configuration)
|
|
296
|
+
|
|
297
|
+
return {
|
|
298
|
+
url: toPathString(localVarUrlObj),
|
|
299
|
+
options: localVarRequestOptions,
|
|
300
|
+
};
|
|
301
|
+
},
|
|
302
|
+
/**
|
|
303
|
+
*
|
|
304
|
+
* @param {SysDictData} sysDictData
|
|
305
|
+
* @param {*} [options] Override http request option.
|
|
306
|
+
* @throws {RequiredError}
|
|
307
|
+
*/
|
|
308
|
+
createDictData: async (sysDictData: SysDictData, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
309
|
+
// verify required parameter 'sysDictData' is not null or undefined
|
|
310
|
+
assertParamExists('createDictData', 'sysDictData', sysDictData)
|
|
311
|
+
const localVarPath = `/system/dict/data`;
|
|
312
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
313
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
314
|
+
let baseOptions;
|
|
315
|
+
if (configuration) {
|
|
316
|
+
baseOptions = configuration.baseOptions;
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
320
|
+
const localVarHeaderParameter = {} as any;
|
|
321
|
+
const localVarQueryParameter = {} as any;
|
|
322
|
+
|
|
323
|
+
// authentication tokenScheme required
|
|
324
|
+
// http bearer authentication required
|
|
325
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
330
|
+
|
|
331
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
332
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
333
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
334
|
+
localVarRequestOptions.data = serializeDataIfNeeded(sysDictData, localVarRequestOptions, configuration)
|
|
335
|
+
|
|
336
|
+
return {
|
|
337
|
+
url: toPathString(localVarUrlObj),
|
|
338
|
+
options: localVarRequestOptions,
|
|
339
|
+
};
|
|
340
|
+
},
|
|
341
|
+
/**
|
|
342
|
+
*
|
|
343
|
+
* @param {SysDictType} sysDictType
|
|
344
|
+
* @param {*} [options] Override http request option.
|
|
345
|
+
* @throws {RequiredError}
|
|
346
|
+
*/
|
|
347
|
+
createDictType: async (sysDictType: SysDictType, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
348
|
+
// verify required parameter 'sysDictType' is not null or undefined
|
|
349
|
+
assertParamExists('createDictType', 'sysDictType', sysDictType)
|
|
350
|
+
const localVarPath = `/system/dict/type`;
|
|
351
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
352
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
353
|
+
let baseOptions;
|
|
354
|
+
if (configuration) {
|
|
355
|
+
baseOptions = configuration.baseOptions;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
359
|
+
const localVarHeaderParameter = {} as any;
|
|
360
|
+
const localVarQueryParameter = {} as any;
|
|
361
|
+
|
|
362
|
+
// authentication tokenScheme required
|
|
363
|
+
// http bearer authentication required
|
|
364
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
369
|
+
|
|
370
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
371
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
372
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
373
|
+
localVarRequestOptions.data = serializeDataIfNeeded(sysDictType, localVarRequestOptions, configuration)
|
|
374
|
+
|
|
375
|
+
return {
|
|
376
|
+
url: toPathString(localVarUrlObj),
|
|
377
|
+
options: localVarRequestOptions,
|
|
378
|
+
};
|
|
379
|
+
},
|
|
380
|
+
/**
|
|
381
|
+
*
|
|
382
|
+
* @param {Array<number>} configIds
|
|
383
|
+
* @param {*} [options] Override http request option.
|
|
384
|
+
* @throws {RequiredError}
|
|
385
|
+
*/
|
|
386
|
+
deleteConfig: async (configIds: Array<number>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
387
|
+
// verify required parameter 'configIds' is not null or undefined
|
|
388
|
+
assertParamExists('deleteConfig', 'configIds', configIds)
|
|
389
|
+
const localVarPath = `/system/config/{configIds}`
|
|
390
|
+
.replace(`{${"configIds"}}`, encodeURIComponent(String(configIds)));
|
|
391
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
392
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
393
|
+
let baseOptions;
|
|
394
|
+
if (configuration) {
|
|
395
|
+
baseOptions = configuration.baseOptions;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
399
|
+
const localVarHeaderParameter = {} as any;
|
|
400
|
+
const localVarQueryParameter = {} as any;
|
|
401
|
+
|
|
402
|
+
// authentication tokenScheme required
|
|
403
|
+
// http bearer authentication required
|
|
404
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
409
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
410
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
411
|
+
|
|
412
|
+
return {
|
|
413
|
+
url: toPathString(localVarUrlObj),
|
|
414
|
+
options: localVarRequestOptions,
|
|
415
|
+
};
|
|
416
|
+
},
|
|
417
|
+
/**
|
|
418
|
+
*
|
|
419
|
+
* @param {Array<number>} dictCodes
|
|
420
|
+
* @param {*} [options] Override http request option.
|
|
421
|
+
* @throws {RequiredError}
|
|
422
|
+
*/
|
|
423
|
+
deleteDictData: async (dictCodes: Array<number>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
424
|
+
// verify required parameter 'dictCodes' is not null or undefined
|
|
425
|
+
assertParamExists('deleteDictData', 'dictCodes', dictCodes)
|
|
426
|
+
const localVarPath = `/system/dict/data/{dictCodes}`
|
|
427
|
+
.replace(`{${"dictCodes"}}`, encodeURIComponent(String(dictCodes)));
|
|
428
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
429
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
430
|
+
let baseOptions;
|
|
431
|
+
if (configuration) {
|
|
432
|
+
baseOptions = configuration.baseOptions;
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
436
|
+
const localVarHeaderParameter = {} as any;
|
|
437
|
+
const localVarQueryParameter = {} as any;
|
|
438
|
+
|
|
439
|
+
// authentication tokenScheme required
|
|
440
|
+
// http bearer authentication required
|
|
441
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
442
|
+
|
|
443
|
+
|
|
444
|
+
|
|
445
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
446
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
447
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
448
|
+
|
|
449
|
+
return {
|
|
450
|
+
url: toPathString(localVarUrlObj),
|
|
451
|
+
options: localVarRequestOptions,
|
|
452
|
+
};
|
|
453
|
+
},
|
|
454
|
+
/**
|
|
455
|
+
*
|
|
456
|
+
* @param {Array<number>} dictIds
|
|
457
|
+
* @param {*} [options] Override http request option.
|
|
458
|
+
* @throws {RequiredError}
|
|
459
|
+
*/
|
|
460
|
+
deleteDictType: async (dictIds: Array<number>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
461
|
+
// verify required parameter 'dictIds' is not null or undefined
|
|
462
|
+
assertParamExists('deleteDictType', 'dictIds', dictIds)
|
|
463
|
+
const localVarPath = `/system/dict/type/{dictIds}`
|
|
464
|
+
.replace(`{${"dictIds"}}`, encodeURIComponent(String(dictIds)));
|
|
465
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
466
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
467
|
+
let baseOptions;
|
|
468
|
+
if (configuration) {
|
|
469
|
+
baseOptions = configuration.baseOptions;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
473
|
+
const localVarHeaderParameter = {} as any;
|
|
474
|
+
const localVarQueryParameter = {} as any;
|
|
475
|
+
|
|
476
|
+
// authentication tokenScheme required
|
|
477
|
+
// http bearer authentication required
|
|
478
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
483
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
484
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
485
|
+
|
|
486
|
+
return {
|
|
487
|
+
url: toPathString(localVarUrlObj),
|
|
488
|
+
options: localVarRequestOptions,
|
|
489
|
+
};
|
|
490
|
+
},
|
|
491
|
+
/**
|
|
492
|
+
*
|
|
493
|
+
* @param {SysOperLog} operLog
|
|
494
|
+
* @param {*} [options] Override http request option.
|
|
495
|
+
* @throws {RequiredError}
|
|
496
|
+
*/
|
|
497
|
+
export1: async (operLog: SysOperLog, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
498
|
+
// verify required parameter 'operLog' is not null or undefined
|
|
499
|
+
assertParamExists('export1', 'operLog', operLog)
|
|
500
|
+
const localVarPath = `/monitor/operlog/export`;
|
|
501
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
502
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
503
|
+
let baseOptions;
|
|
504
|
+
if (configuration) {
|
|
505
|
+
baseOptions = configuration.baseOptions;
|
|
506
|
+
}
|
|
507
|
+
|
|
508
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
509
|
+
const localVarHeaderParameter = {} as any;
|
|
510
|
+
const localVarQueryParameter = {} as any;
|
|
511
|
+
|
|
512
|
+
// authentication tokenScheme required
|
|
513
|
+
// http bearer authentication required
|
|
514
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
515
|
+
|
|
516
|
+
if (operLog !== undefined) {
|
|
517
|
+
for (const [key, value] of Object.entries(operLog)) {
|
|
518
|
+
localVarQueryParameter[key] = value;
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
525
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
526
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
527
|
+
|
|
528
|
+
return {
|
|
529
|
+
url: toPathString(localVarUrlObj),
|
|
530
|
+
options: localVarRequestOptions,
|
|
531
|
+
};
|
|
532
|
+
},
|
|
533
|
+
/**
|
|
534
|
+
*
|
|
535
|
+
* @param {SysLogininfor} logininfor
|
|
536
|
+
* @param {*} [options] Override http request option.
|
|
537
|
+
* @throws {RequiredError}
|
|
538
|
+
*/
|
|
539
|
+
export2: async (logininfor: SysLogininfor, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
540
|
+
// verify required parameter 'logininfor' is not null or undefined
|
|
541
|
+
assertParamExists('export2', 'logininfor', logininfor)
|
|
542
|
+
const localVarPath = `/monitor/logininfor/export`;
|
|
543
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
544
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
545
|
+
let baseOptions;
|
|
546
|
+
if (configuration) {
|
|
547
|
+
baseOptions = configuration.baseOptions;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
551
|
+
const localVarHeaderParameter = {} as any;
|
|
552
|
+
const localVarQueryParameter = {} as any;
|
|
553
|
+
|
|
554
|
+
// authentication tokenScheme required
|
|
555
|
+
// http bearer authentication required
|
|
556
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
557
|
+
|
|
558
|
+
if (logininfor !== undefined) {
|
|
559
|
+
for (const [key, value] of Object.entries(logininfor)) {
|
|
560
|
+
localVarQueryParameter[key] = value;
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
|
|
565
|
+
|
|
566
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
567
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
568
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
569
|
+
|
|
570
|
+
return {
|
|
571
|
+
url: toPathString(localVarUrlObj),
|
|
572
|
+
options: localVarRequestOptions,
|
|
573
|
+
};
|
|
574
|
+
},
|
|
575
|
+
/**
|
|
576
|
+
*
|
|
577
|
+
* @param {SysConfig} config
|
|
578
|
+
* @param {*} [options] Override http request option.
|
|
579
|
+
* @throws {RequiredError}
|
|
580
|
+
*/
|
|
581
|
+
exportConfig: async (config: SysConfig, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
582
|
+
// verify required parameter 'config' is not null or undefined
|
|
583
|
+
assertParamExists('exportConfig', 'config', config)
|
|
584
|
+
const localVarPath = `/system/config/export`;
|
|
585
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
586
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
587
|
+
let baseOptions;
|
|
588
|
+
if (configuration) {
|
|
589
|
+
baseOptions = configuration.baseOptions;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
593
|
+
const localVarHeaderParameter = {} as any;
|
|
594
|
+
const localVarQueryParameter = {} as any;
|
|
595
|
+
|
|
596
|
+
// authentication tokenScheme required
|
|
597
|
+
// http bearer authentication required
|
|
598
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
599
|
+
|
|
600
|
+
if (config !== undefined) {
|
|
601
|
+
for (const [key, value] of Object.entries(config)) {
|
|
602
|
+
localVarQueryParameter[key] = value;
|
|
603
|
+
}
|
|
604
|
+
}
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
|
|
608
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
609
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
610
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
611
|
+
|
|
612
|
+
return {
|
|
613
|
+
url: toPathString(localVarUrlObj),
|
|
614
|
+
options: localVarRequestOptions,
|
|
615
|
+
};
|
|
616
|
+
},
|
|
617
|
+
/**
|
|
618
|
+
*
|
|
619
|
+
* @param {SysDictData} dictData
|
|
620
|
+
* @param {*} [options] Override http request option.
|
|
621
|
+
* @throws {RequiredError}
|
|
622
|
+
*/
|
|
623
|
+
exportDictData: async (dictData: SysDictData, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
624
|
+
// verify required parameter 'dictData' is not null or undefined
|
|
625
|
+
assertParamExists('exportDictData', 'dictData', dictData)
|
|
626
|
+
const localVarPath = `/system/dict/data/export`;
|
|
627
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
628
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
629
|
+
let baseOptions;
|
|
630
|
+
if (configuration) {
|
|
631
|
+
baseOptions = configuration.baseOptions;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
635
|
+
const localVarHeaderParameter = {} as any;
|
|
636
|
+
const localVarQueryParameter = {} as any;
|
|
637
|
+
|
|
638
|
+
// authentication tokenScheme required
|
|
639
|
+
// http bearer authentication required
|
|
640
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
641
|
+
|
|
642
|
+
if (dictData !== undefined) {
|
|
643
|
+
for (const [key, value] of Object.entries(dictData)) {
|
|
644
|
+
localVarQueryParameter[key] = value;
|
|
645
|
+
}
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
|
|
649
|
+
|
|
650
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
651
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
652
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
653
|
+
|
|
654
|
+
return {
|
|
655
|
+
url: toPathString(localVarUrlObj),
|
|
656
|
+
options: localVarRequestOptions,
|
|
657
|
+
};
|
|
658
|
+
},
|
|
659
|
+
/**
|
|
660
|
+
*
|
|
661
|
+
* @param {SysDictType} dictType
|
|
662
|
+
* @param {*} [options] Override http request option.
|
|
663
|
+
* @throws {RequiredError}
|
|
664
|
+
*/
|
|
665
|
+
exportDictType: async (dictType: SysDictType, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
666
|
+
// verify required parameter 'dictType' is not null or undefined
|
|
667
|
+
assertParamExists('exportDictType', 'dictType', dictType)
|
|
668
|
+
const localVarPath = `/system/dict/type/export`;
|
|
669
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
670
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
671
|
+
let baseOptions;
|
|
672
|
+
if (configuration) {
|
|
673
|
+
baseOptions = configuration.baseOptions;
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
677
|
+
const localVarHeaderParameter = {} as any;
|
|
678
|
+
const localVarQueryParameter = {} as any;
|
|
679
|
+
|
|
680
|
+
// authentication tokenScheme required
|
|
681
|
+
// http bearer authentication required
|
|
682
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
683
|
+
|
|
684
|
+
if (dictType !== undefined) {
|
|
685
|
+
for (const [key, value] of Object.entries(dictType)) {
|
|
686
|
+
localVarQueryParameter[key] = value;
|
|
687
|
+
}
|
|
688
|
+
}
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
693
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
694
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
695
|
+
|
|
696
|
+
return {
|
|
697
|
+
url: toPathString(localVarUrlObj),
|
|
698
|
+
options: localVarRequestOptions,
|
|
699
|
+
};
|
|
700
|
+
},
|
|
701
|
+
/**
|
|
702
|
+
*
|
|
703
|
+
* @param {string} tokenId
|
|
704
|
+
* @param {*} [options] Override http request option.
|
|
705
|
+
* @throws {RequiredError}
|
|
706
|
+
*/
|
|
707
|
+
forceLogout: async (tokenId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
708
|
+
// verify required parameter 'tokenId' is not null or undefined
|
|
709
|
+
assertParamExists('forceLogout', 'tokenId', tokenId)
|
|
710
|
+
const localVarPath = `/monitor/online/{tokenId}`
|
|
711
|
+
.replace(`{${"tokenId"}}`, encodeURIComponent(String(tokenId)));
|
|
712
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
713
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
714
|
+
let baseOptions;
|
|
715
|
+
if (configuration) {
|
|
716
|
+
baseOptions = configuration.baseOptions;
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
720
|
+
const localVarHeaderParameter = {} as any;
|
|
721
|
+
const localVarQueryParameter = {} as any;
|
|
722
|
+
|
|
723
|
+
// authentication tokenScheme required
|
|
724
|
+
// http bearer authentication required
|
|
725
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
726
|
+
|
|
727
|
+
|
|
728
|
+
|
|
729
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
730
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
731
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
732
|
+
|
|
733
|
+
return {
|
|
734
|
+
url: toPathString(localVarUrlObj),
|
|
735
|
+
options: localVarRequestOptions,
|
|
736
|
+
};
|
|
737
|
+
},
|
|
738
|
+
/**
|
|
739
|
+
*
|
|
740
|
+
* @param {number} configId
|
|
741
|
+
* @param {*} [options] Override http request option.
|
|
742
|
+
* @throws {RequiredError}
|
|
743
|
+
*/
|
|
744
|
+
getConfig: async (configId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
745
|
+
// verify required parameter 'configId' is not null or undefined
|
|
746
|
+
assertParamExists('getConfig', 'configId', configId)
|
|
747
|
+
const localVarPath = `/system/config/{configId}`
|
|
748
|
+
.replace(`{${"configId"}}`, encodeURIComponent(String(configId)));
|
|
749
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
750
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
751
|
+
let baseOptions;
|
|
752
|
+
if (configuration) {
|
|
753
|
+
baseOptions = configuration.baseOptions;
|
|
754
|
+
}
|
|
755
|
+
|
|
756
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
757
|
+
const localVarHeaderParameter = {} as any;
|
|
758
|
+
const localVarQueryParameter = {} as any;
|
|
759
|
+
|
|
760
|
+
// authentication tokenScheme required
|
|
761
|
+
// http bearer authentication required
|
|
762
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
763
|
+
|
|
764
|
+
|
|
765
|
+
|
|
766
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
767
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
768
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
769
|
+
|
|
770
|
+
return {
|
|
771
|
+
url: toPathString(localVarUrlObj),
|
|
772
|
+
options: localVarRequestOptions,
|
|
773
|
+
};
|
|
774
|
+
},
|
|
775
|
+
/**
|
|
776
|
+
*
|
|
777
|
+
* @param {string} configKey
|
|
778
|
+
* @param {*} [options] Override http request option.
|
|
779
|
+
* @throws {RequiredError}
|
|
780
|
+
*/
|
|
781
|
+
getConfigByKey: async (configKey: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
782
|
+
// verify required parameter 'configKey' is not null or undefined
|
|
783
|
+
assertParamExists('getConfigByKey', 'configKey', configKey)
|
|
784
|
+
const localVarPath = `/system/config/configKey/{configKey}`
|
|
785
|
+
.replace(`{${"configKey"}}`, encodeURIComponent(String(configKey)));
|
|
786
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
787
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
788
|
+
let baseOptions;
|
|
789
|
+
if (configuration) {
|
|
790
|
+
baseOptions = configuration.baseOptions;
|
|
791
|
+
}
|
|
792
|
+
|
|
793
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
794
|
+
const localVarHeaderParameter = {} as any;
|
|
795
|
+
const localVarQueryParameter = {} as any;
|
|
796
|
+
|
|
797
|
+
// authentication tokenScheme required
|
|
798
|
+
// http bearer authentication required
|
|
799
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
800
|
+
|
|
801
|
+
|
|
802
|
+
|
|
803
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
804
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
805
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
806
|
+
|
|
807
|
+
return {
|
|
808
|
+
url: toPathString(localVarUrlObj),
|
|
809
|
+
options: localVarRequestOptions,
|
|
810
|
+
};
|
|
811
|
+
},
|
|
812
|
+
/**
|
|
813
|
+
*
|
|
814
|
+
* @param {number} dictCode
|
|
815
|
+
* @param {*} [options] Override http request option.
|
|
816
|
+
* @throws {RequiredError}
|
|
817
|
+
*/
|
|
818
|
+
getDictData: async (dictCode: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
819
|
+
// verify required parameter 'dictCode' is not null or undefined
|
|
820
|
+
assertParamExists('getDictData', 'dictCode', dictCode)
|
|
821
|
+
const localVarPath = `/system/dict/data/{dictCode}`
|
|
822
|
+
.replace(`{${"dictCode"}}`, encodeURIComponent(String(dictCode)));
|
|
823
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
824
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
825
|
+
let baseOptions;
|
|
826
|
+
if (configuration) {
|
|
827
|
+
baseOptions = configuration.baseOptions;
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
831
|
+
const localVarHeaderParameter = {} as any;
|
|
832
|
+
const localVarQueryParameter = {} as any;
|
|
833
|
+
|
|
834
|
+
// authentication tokenScheme required
|
|
835
|
+
// http bearer authentication required
|
|
836
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
837
|
+
|
|
838
|
+
|
|
839
|
+
|
|
840
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
841
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
842
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
843
|
+
|
|
844
|
+
return {
|
|
845
|
+
url: toPathString(localVarUrlObj),
|
|
846
|
+
options: localVarRequestOptions,
|
|
847
|
+
};
|
|
848
|
+
},
|
|
849
|
+
/**
|
|
850
|
+
*
|
|
851
|
+
* @param {number} dictId
|
|
852
|
+
* @param {*} [options] Override http request option.
|
|
853
|
+
* @throws {RequiredError}
|
|
854
|
+
*/
|
|
855
|
+
getDictType: async (dictId: number, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
856
|
+
// verify required parameter 'dictId' is not null or undefined
|
|
857
|
+
assertParamExists('getDictType', 'dictId', dictId)
|
|
858
|
+
const localVarPath = `/system/dict/type/{dictId}`
|
|
859
|
+
.replace(`{${"dictId"}}`, encodeURIComponent(String(dictId)));
|
|
860
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
861
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
862
|
+
let baseOptions;
|
|
863
|
+
if (configuration) {
|
|
864
|
+
baseOptions = configuration.baseOptions;
|
|
865
|
+
}
|
|
866
|
+
|
|
867
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
868
|
+
const localVarHeaderParameter = {} as any;
|
|
869
|
+
const localVarQueryParameter = {} as any;
|
|
870
|
+
|
|
871
|
+
// authentication tokenScheme required
|
|
872
|
+
// http bearer authentication required
|
|
873
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
874
|
+
|
|
875
|
+
|
|
876
|
+
|
|
877
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
878
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
879
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
880
|
+
|
|
881
|
+
return {
|
|
882
|
+
url: toPathString(localVarUrlObj),
|
|
883
|
+
options: localVarRequestOptions,
|
|
884
|
+
};
|
|
885
|
+
},
|
|
886
|
+
/**
|
|
887
|
+
*
|
|
888
|
+
* @param {*} [options] Override http request option.
|
|
889
|
+
* @throws {RequiredError}
|
|
890
|
+
*/
|
|
891
|
+
getSelfMenuInfo: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
892
|
+
const localVarPath = `/app/wx/menu/getSelfMenuInfo`;
|
|
893
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
894
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
895
|
+
let baseOptions;
|
|
896
|
+
if (configuration) {
|
|
897
|
+
baseOptions = configuration.baseOptions;
|
|
898
|
+
}
|
|
899
|
+
|
|
900
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
901
|
+
const localVarHeaderParameter = {} as any;
|
|
902
|
+
const localVarQueryParameter = {} as any;
|
|
903
|
+
|
|
904
|
+
// authentication tokenScheme required
|
|
905
|
+
// http bearer authentication required
|
|
906
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
907
|
+
|
|
908
|
+
|
|
909
|
+
|
|
910
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
911
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
912
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
913
|
+
|
|
914
|
+
return {
|
|
915
|
+
url: toPathString(localVarUrlObj),
|
|
916
|
+
options: localVarRequestOptions,
|
|
917
|
+
};
|
|
918
|
+
},
|
|
919
|
+
/**
|
|
920
|
+
*
|
|
921
|
+
* @param {*} [options] Override http request option.
|
|
922
|
+
* @throws {RequiredError}
|
|
923
|
+
*/
|
|
924
|
+
index: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
925
|
+
const localVarPath = `/`;
|
|
926
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
927
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
928
|
+
let baseOptions;
|
|
929
|
+
if (configuration) {
|
|
930
|
+
baseOptions = configuration.baseOptions;
|
|
931
|
+
}
|
|
932
|
+
|
|
933
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
934
|
+
const localVarHeaderParameter = {} as any;
|
|
935
|
+
const localVarQueryParameter = {} as any;
|
|
936
|
+
|
|
937
|
+
// authentication tokenScheme required
|
|
938
|
+
// http bearer authentication required
|
|
939
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
940
|
+
|
|
941
|
+
|
|
942
|
+
|
|
943
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
944
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
945
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
946
|
+
|
|
947
|
+
return {
|
|
948
|
+
url: toPathString(localVarUrlObj),
|
|
949
|
+
options: localVarRequestOptions,
|
|
950
|
+
};
|
|
951
|
+
},
|
|
952
|
+
/**
|
|
953
|
+
*
|
|
954
|
+
* @param {*} [options] Override http request option.
|
|
955
|
+
* @throws {RequiredError}
|
|
956
|
+
*/
|
|
957
|
+
index1: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
958
|
+
const localVarPath = `/`;
|
|
959
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
960
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
961
|
+
let baseOptions;
|
|
962
|
+
if (configuration) {
|
|
963
|
+
baseOptions = configuration.baseOptions;
|
|
964
|
+
}
|
|
965
|
+
|
|
966
|
+
const localVarRequestOptions = { method: 'HEAD', ...baseOptions, ...options};
|
|
967
|
+
const localVarHeaderParameter = {} as any;
|
|
968
|
+
const localVarQueryParameter = {} as any;
|
|
969
|
+
|
|
970
|
+
// authentication tokenScheme required
|
|
971
|
+
// http bearer authentication required
|
|
972
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
973
|
+
|
|
974
|
+
|
|
975
|
+
|
|
976
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
977
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
978
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
979
|
+
|
|
980
|
+
return {
|
|
981
|
+
url: toPathString(localVarUrlObj),
|
|
982
|
+
options: localVarRequestOptions,
|
|
983
|
+
};
|
|
984
|
+
},
|
|
985
|
+
/**
|
|
986
|
+
*
|
|
987
|
+
* @param {*} [options] Override http request option.
|
|
988
|
+
* @throws {RequiredError}
|
|
989
|
+
*/
|
|
990
|
+
index2: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
991
|
+
const localVarPath = `/`;
|
|
992
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
993
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
994
|
+
let baseOptions;
|
|
995
|
+
if (configuration) {
|
|
996
|
+
baseOptions = configuration.baseOptions;
|
|
997
|
+
}
|
|
998
|
+
|
|
999
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1000
|
+
const localVarHeaderParameter = {} as any;
|
|
1001
|
+
const localVarQueryParameter = {} as any;
|
|
1002
|
+
|
|
1003
|
+
// authentication tokenScheme required
|
|
1004
|
+
// http bearer authentication required
|
|
1005
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1006
|
+
|
|
1007
|
+
|
|
1008
|
+
|
|
1009
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1010
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1011
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1012
|
+
|
|
1013
|
+
return {
|
|
1014
|
+
url: toPathString(localVarUrlObj),
|
|
1015
|
+
options: localVarRequestOptions,
|
|
1016
|
+
};
|
|
1017
|
+
},
|
|
1018
|
+
/**
|
|
1019
|
+
*
|
|
1020
|
+
* @param {*} [options] Override http request option.
|
|
1021
|
+
* @throws {RequiredError}
|
|
1022
|
+
*/
|
|
1023
|
+
index3: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1024
|
+
const localVarPath = `/`;
|
|
1025
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1026
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1027
|
+
let baseOptions;
|
|
1028
|
+
if (configuration) {
|
|
1029
|
+
baseOptions = configuration.baseOptions;
|
|
1030
|
+
}
|
|
1031
|
+
|
|
1032
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
1033
|
+
const localVarHeaderParameter = {} as any;
|
|
1034
|
+
const localVarQueryParameter = {} as any;
|
|
1035
|
+
|
|
1036
|
+
// authentication tokenScheme required
|
|
1037
|
+
// http bearer authentication required
|
|
1038
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1039
|
+
|
|
1040
|
+
|
|
1041
|
+
|
|
1042
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1043
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1044
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1045
|
+
|
|
1046
|
+
return {
|
|
1047
|
+
url: toPathString(localVarUrlObj),
|
|
1048
|
+
options: localVarRequestOptions,
|
|
1049
|
+
};
|
|
1050
|
+
},
|
|
1051
|
+
/**
|
|
1052
|
+
*
|
|
1053
|
+
* @param {*} [options] Override http request option.
|
|
1054
|
+
* @throws {RequiredError}
|
|
1055
|
+
*/
|
|
1056
|
+
index4: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1057
|
+
const localVarPath = `/`;
|
|
1058
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1059
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1060
|
+
let baseOptions;
|
|
1061
|
+
if (configuration) {
|
|
1062
|
+
baseOptions = configuration.baseOptions;
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
const localVarRequestOptions = { method: 'PATCH', ...baseOptions, ...options};
|
|
1066
|
+
const localVarHeaderParameter = {} as any;
|
|
1067
|
+
const localVarQueryParameter = {} as any;
|
|
1068
|
+
|
|
1069
|
+
// authentication tokenScheme required
|
|
1070
|
+
// http bearer authentication required
|
|
1071
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1072
|
+
|
|
1073
|
+
|
|
1074
|
+
|
|
1075
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1076
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1077
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1078
|
+
|
|
1079
|
+
return {
|
|
1080
|
+
url: toPathString(localVarUrlObj),
|
|
1081
|
+
options: localVarRequestOptions,
|
|
1082
|
+
};
|
|
1083
|
+
},
|
|
1084
|
+
/**
|
|
1085
|
+
*
|
|
1086
|
+
* @param {*} [options] Override http request option.
|
|
1087
|
+
* @throws {RequiredError}
|
|
1088
|
+
*/
|
|
1089
|
+
index5: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1090
|
+
const localVarPath = `/`;
|
|
1091
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1092
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1093
|
+
let baseOptions;
|
|
1094
|
+
if (configuration) {
|
|
1095
|
+
baseOptions = configuration.baseOptions;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
1099
|
+
const localVarHeaderParameter = {} as any;
|
|
1100
|
+
const localVarQueryParameter = {} as any;
|
|
1101
|
+
|
|
1102
|
+
// authentication tokenScheme required
|
|
1103
|
+
// http bearer authentication required
|
|
1104
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1105
|
+
|
|
1106
|
+
|
|
1107
|
+
|
|
1108
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1109
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1110
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1111
|
+
|
|
1112
|
+
return {
|
|
1113
|
+
url: toPathString(localVarUrlObj),
|
|
1114
|
+
options: localVarRequestOptions,
|
|
1115
|
+
};
|
|
1116
|
+
},
|
|
1117
|
+
/**
|
|
1118
|
+
*
|
|
1119
|
+
* @param {*} [options] Override http request option.
|
|
1120
|
+
* @throws {RequiredError}
|
|
1121
|
+
*/
|
|
1122
|
+
index6: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1123
|
+
const localVarPath = `/`;
|
|
1124
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1125
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1126
|
+
let baseOptions;
|
|
1127
|
+
if (configuration) {
|
|
1128
|
+
baseOptions = configuration.baseOptions;
|
|
1129
|
+
}
|
|
1130
|
+
|
|
1131
|
+
const localVarRequestOptions = { method: 'OPTIONS', ...baseOptions, ...options};
|
|
1132
|
+
const localVarHeaderParameter = {} as any;
|
|
1133
|
+
const localVarQueryParameter = {} as any;
|
|
1134
|
+
|
|
1135
|
+
// authentication tokenScheme required
|
|
1136
|
+
// http bearer authentication required
|
|
1137
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1138
|
+
|
|
1139
|
+
|
|
1140
|
+
|
|
1141
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1142
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1143
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1144
|
+
|
|
1145
|
+
return {
|
|
1146
|
+
url: toPathString(localVarUrlObj),
|
|
1147
|
+
options: localVarRequestOptions,
|
|
1148
|
+
};
|
|
1149
|
+
},
|
|
1150
|
+
/**
|
|
1151
|
+
*
|
|
1152
|
+
* @param {SysOperLog} operLog
|
|
1153
|
+
* @param {*} [options] Override http request option.
|
|
1154
|
+
* @throws {RequiredError}
|
|
1155
|
+
*/
|
|
1156
|
+
list3: async (operLog: SysOperLog, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1157
|
+
// verify required parameter 'operLog' is not null or undefined
|
|
1158
|
+
assertParamExists('list3', 'operLog', operLog)
|
|
1159
|
+
const localVarPath = `/monitor/operlog/list`;
|
|
1160
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1161
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1162
|
+
let baseOptions;
|
|
1163
|
+
if (configuration) {
|
|
1164
|
+
baseOptions = configuration.baseOptions;
|
|
1165
|
+
}
|
|
1166
|
+
|
|
1167
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1168
|
+
const localVarHeaderParameter = {} as any;
|
|
1169
|
+
const localVarQueryParameter = {} as any;
|
|
1170
|
+
|
|
1171
|
+
// authentication tokenScheme required
|
|
1172
|
+
// http bearer authentication required
|
|
1173
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1174
|
+
|
|
1175
|
+
if (operLog !== undefined) {
|
|
1176
|
+
for (const [key, value] of Object.entries(operLog)) {
|
|
1177
|
+
localVarQueryParameter[key] = value;
|
|
1178
|
+
}
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1181
|
+
|
|
1182
|
+
|
|
1183
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1184
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1185
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1186
|
+
|
|
1187
|
+
return {
|
|
1188
|
+
url: toPathString(localVarUrlObj),
|
|
1189
|
+
options: localVarRequestOptions,
|
|
1190
|
+
};
|
|
1191
|
+
},
|
|
1192
|
+
/**
|
|
1193
|
+
*
|
|
1194
|
+
* @param {string} ipaddr
|
|
1195
|
+
* @param {string} userName
|
|
1196
|
+
* @param {*} [options] Override http request option.
|
|
1197
|
+
* @throws {RequiredError}
|
|
1198
|
+
*/
|
|
1199
|
+
list4: async (ipaddr: string, userName: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1200
|
+
// verify required parameter 'ipaddr' is not null or undefined
|
|
1201
|
+
assertParamExists('list4', 'ipaddr', ipaddr)
|
|
1202
|
+
// verify required parameter 'userName' is not null or undefined
|
|
1203
|
+
assertParamExists('list4', 'userName', userName)
|
|
1204
|
+
const localVarPath = `/monitor/online/list`;
|
|
1205
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1206
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1207
|
+
let baseOptions;
|
|
1208
|
+
if (configuration) {
|
|
1209
|
+
baseOptions = configuration.baseOptions;
|
|
1210
|
+
}
|
|
1211
|
+
|
|
1212
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1213
|
+
const localVarHeaderParameter = {} as any;
|
|
1214
|
+
const localVarQueryParameter = {} as any;
|
|
1215
|
+
|
|
1216
|
+
// authentication tokenScheme required
|
|
1217
|
+
// http bearer authentication required
|
|
1218
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1219
|
+
|
|
1220
|
+
if (ipaddr !== undefined) {
|
|
1221
|
+
localVarQueryParameter['ipaddr'] = ipaddr;
|
|
1222
|
+
}
|
|
1223
|
+
|
|
1224
|
+
if (userName !== undefined) {
|
|
1225
|
+
localVarQueryParameter['userName'] = userName;
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
|
|
1229
|
+
|
|
1230
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1231
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1232
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1233
|
+
|
|
1234
|
+
return {
|
|
1235
|
+
url: toPathString(localVarUrlObj),
|
|
1236
|
+
options: localVarRequestOptions,
|
|
1237
|
+
};
|
|
1238
|
+
},
|
|
1239
|
+
/**
|
|
1240
|
+
*
|
|
1241
|
+
* @param {SysLogininfor} logininfor
|
|
1242
|
+
* @param {*} [options] Override http request option.
|
|
1243
|
+
* @throws {RequiredError}
|
|
1244
|
+
*/
|
|
1245
|
+
list5: async (logininfor: SysLogininfor, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1246
|
+
// verify required parameter 'logininfor' is not null or undefined
|
|
1247
|
+
assertParamExists('list5', 'logininfor', logininfor)
|
|
1248
|
+
const localVarPath = `/monitor/logininfor/list`;
|
|
1249
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1250
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1251
|
+
let baseOptions;
|
|
1252
|
+
if (configuration) {
|
|
1253
|
+
baseOptions = configuration.baseOptions;
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1257
|
+
const localVarHeaderParameter = {} as any;
|
|
1258
|
+
const localVarQueryParameter = {} as any;
|
|
1259
|
+
|
|
1260
|
+
// authentication tokenScheme required
|
|
1261
|
+
// http bearer authentication required
|
|
1262
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1263
|
+
|
|
1264
|
+
if (logininfor !== undefined) {
|
|
1265
|
+
for (const [key, value] of Object.entries(logininfor)) {
|
|
1266
|
+
localVarQueryParameter[key] = value;
|
|
1267
|
+
}
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
|
|
1271
|
+
|
|
1272
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1273
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1274
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1275
|
+
|
|
1276
|
+
return {
|
|
1277
|
+
url: toPathString(localVarUrlObj),
|
|
1278
|
+
options: localVarRequestOptions,
|
|
1279
|
+
};
|
|
1280
|
+
},
|
|
1281
|
+
/**
|
|
1282
|
+
*
|
|
1283
|
+
* @param {*} [options] Override http request option.
|
|
1284
|
+
* @throws {RequiredError}
|
|
1285
|
+
*/
|
|
1286
|
+
listAllDictType: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1287
|
+
const localVarPath = `/system/dict/type/optionselect`;
|
|
1288
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1289
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1290
|
+
let baseOptions;
|
|
1291
|
+
if (configuration) {
|
|
1292
|
+
baseOptions = configuration.baseOptions;
|
|
1293
|
+
}
|
|
1294
|
+
|
|
1295
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1296
|
+
const localVarHeaderParameter = {} as any;
|
|
1297
|
+
const localVarQueryParameter = {} as any;
|
|
1298
|
+
|
|
1299
|
+
// authentication tokenScheme required
|
|
1300
|
+
// http bearer authentication required
|
|
1301
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1302
|
+
|
|
1303
|
+
|
|
1304
|
+
|
|
1305
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1306
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1307
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1308
|
+
|
|
1309
|
+
return {
|
|
1310
|
+
url: toPathString(localVarUrlObj),
|
|
1311
|
+
options: localVarRequestOptions,
|
|
1312
|
+
};
|
|
1313
|
+
},
|
|
1314
|
+
/**
|
|
1315
|
+
*
|
|
1316
|
+
* @param {SysConfig} config
|
|
1317
|
+
* @param {*} [options] Override http request option.
|
|
1318
|
+
* @throws {RequiredError}
|
|
1319
|
+
*/
|
|
1320
|
+
listConfig: async (config: SysConfig, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1321
|
+
// verify required parameter 'config' is not null or undefined
|
|
1322
|
+
assertParamExists('listConfig', 'config', config)
|
|
1323
|
+
const localVarPath = `/system/config/list`;
|
|
1324
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1325
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1326
|
+
let baseOptions;
|
|
1327
|
+
if (configuration) {
|
|
1328
|
+
baseOptions = configuration.baseOptions;
|
|
1329
|
+
}
|
|
1330
|
+
|
|
1331
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1332
|
+
const localVarHeaderParameter = {} as any;
|
|
1333
|
+
const localVarQueryParameter = {} as any;
|
|
1334
|
+
|
|
1335
|
+
// authentication tokenScheme required
|
|
1336
|
+
// http bearer authentication required
|
|
1337
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1338
|
+
|
|
1339
|
+
if (config !== undefined) {
|
|
1340
|
+
for (const [key, value] of Object.entries(config)) {
|
|
1341
|
+
localVarQueryParameter[key] = value;
|
|
1342
|
+
}
|
|
1343
|
+
}
|
|
1344
|
+
|
|
1345
|
+
|
|
1346
|
+
|
|
1347
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1348
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1349
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1350
|
+
|
|
1351
|
+
return {
|
|
1352
|
+
url: toPathString(localVarUrlObj),
|
|
1353
|
+
options: localVarRequestOptions,
|
|
1354
|
+
};
|
|
1355
|
+
},
|
|
1356
|
+
/**
|
|
1357
|
+
*
|
|
1358
|
+
* @param {SysDictData} dictData
|
|
1359
|
+
* @param {*} [options] Override http request option.
|
|
1360
|
+
* @throws {RequiredError}
|
|
1361
|
+
*/
|
|
1362
|
+
listDictData: async (dictData: SysDictData, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1363
|
+
// verify required parameter 'dictData' is not null or undefined
|
|
1364
|
+
assertParamExists('listDictData', 'dictData', dictData)
|
|
1365
|
+
const localVarPath = `/system/dict/data/list`;
|
|
1366
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1367
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1368
|
+
let baseOptions;
|
|
1369
|
+
if (configuration) {
|
|
1370
|
+
baseOptions = configuration.baseOptions;
|
|
1371
|
+
}
|
|
1372
|
+
|
|
1373
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1374
|
+
const localVarHeaderParameter = {} as any;
|
|
1375
|
+
const localVarQueryParameter = {} as any;
|
|
1376
|
+
|
|
1377
|
+
// authentication tokenScheme required
|
|
1378
|
+
// http bearer authentication required
|
|
1379
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1380
|
+
|
|
1381
|
+
if (dictData !== undefined) {
|
|
1382
|
+
for (const [key, value] of Object.entries(dictData)) {
|
|
1383
|
+
localVarQueryParameter[key] = value;
|
|
1384
|
+
}
|
|
1385
|
+
}
|
|
1386
|
+
|
|
1387
|
+
|
|
1388
|
+
|
|
1389
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1390
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1391
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1392
|
+
|
|
1393
|
+
return {
|
|
1394
|
+
url: toPathString(localVarUrlObj),
|
|
1395
|
+
options: localVarRequestOptions,
|
|
1396
|
+
};
|
|
1397
|
+
},
|
|
1398
|
+
/**
|
|
1399
|
+
*
|
|
1400
|
+
* @param {string} dictType
|
|
1401
|
+
* @param {*} [options] Override http request option.
|
|
1402
|
+
* @throws {RequiredError}
|
|
1403
|
+
*/
|
|
1404
|
+
listDictDataByType: async (dictType: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1405
|
+
// verify required parameter 'dictType' is not null or undefined
|
|
1406
|
+
assertParamExists('listDictDataByType', 'dictType', dictType)
|
|
1407
|
+
const localVarPath = `/system/dict/data/type/{dictType}`
|
|
1408
|
+
.replace(`{${"dictType"}}`, encodeURIComponent(String(dictType)));
|
|
1409
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1410
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1411
|
+
let baseOptions;
|
|
1412
|
+
if (configuration) {
|
|
1413
|
+
baseOptions = configuration.baseOptions;
|
|
1414
|
+
}
|
|
1415
|
+
|
|
1416
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1417
|
+
const localVarHeaderParameter = {} as any;
|
|
1418
|
+
const localVarQueryParameter = {} as any;
|
|
1419
|
+
|
|
1420
|
+
// authentication tokenScheme required
|
|
1421
|
+
// http bearer authentication required
|
|
1422
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1423
|
+
|
|
1424
|
+
|
|
1425
|
+
|
|
1426
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1427
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1428
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1429
|
+
|
|
1430
|
+
return {
|
|
1431
|
+
url: toPathString(localVarUrlObj),
|
|
1432
|
+
options: localVarRequestOptions,
|
|
1433
|
+
};
|
|
1434
|
+
},
|
|
1435
|
+
/**
|
|
1436
|
+
*
|
|
1437
|
+
* @param {SysDictType} dictType
|
|
1438
|
+
* @param {*} [options] Override http request option.
|
|
1439
|
+
* @throws {RequiredError}
|
|
1440
|
+
*/
|
|
1441
|
+
listDictType: async (dictType: SysDictType, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1442
|
+
// verify required parameter 'dictType' is not null or undefined
|
|
1443
|
+
assertParamExists('listDictType', 'dictType', dictType)
|
|
1444
|
+
const localVarPath = `/system/dict/type/list`;
|
|
1445
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1446
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1447
|
+
let baseOptions;
|
|
1448
|
+
if (configuration) {
|
|
1449
|
+
baseOptions = configuration.baseOptions;
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1453
|
+
const localVarHeaderParameter = {} as any;
|
|
1454
|
+
const localVarQueryParameter = {} as any;
|
|
1455
|
+
|
|
1456
|
+
// authentication tokenScheme required
|
|
1457
|
+
// http bearer authentication required
|
|
1458
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1459
|
+
|
|
1460
|
+
if (dictType !== undefined) {
|
|
1461
|
+
for (const [key, value] of Object.entries(dictType)) {
|
|
1462
|
+
localVarQueryParameter[key] = value;
|
|
1463
|
+
}
|
|
1464
|
+
}
|
|
1465
|
+
|
|
1466
|
+
|
|
1467
|
+
|
|
1468
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1469
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1470
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1471
|
+
|
|
1472
|
+
return {
|
|
1473
|
+
url: toPathString(localVarUrlObj),
|
|
1474
|
+
options: localVarRequestOptions,
|
|
1475
|
+
};
|
|
1476
|
+
},
|
|
1477
|
+
/**
|
|
1478
|
+
*
|
|
1479
|
+
* @param {string} body
|
|
1480
|
+
* @param {*} [options] Override http request option.
|
|
1481
|
+
* @throws {RequiredError}
|
|
1482
|
+
*/
|
|
1483
|
+
menuCreate: async (body: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1484
|
+
// verify required parameter 'body' is not null or undefined
|
|
1485
|
+
assertParamExists('menuCreate', 'body', body)
|
|
1486
|
+
const localVarPath = `/app/wx/menu/create`;
|
|
1487
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1488
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1489
|
+
let baseOptions;
|
|
1490
|
+
if (configuration) {
|
|
1491
|
+
baseOptions = configuration.baseOptions;
|
|
1492
|
+
}
|
|
1493
|
+
|
|
1494
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1495
|
+
const localVarHeaderParameter = {} as any;
|
|
1496
|
+
const localVarQueryParameter = {} as any;
|
|
1497
|
+
|
|
1498
|
+
// authentication tokenScheme required
|
|
1499
|
+
// http bearer authentication required
|
|
1500
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1501
|
+
|
|
1502
|
+
|
|
1503
|
+
|
|
1504
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1505
|
+
|
|
1506
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1507
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1508
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1509
|
+
localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration)
|
|
1510
|
+
|
|
1511
|
+
return {
|
|
1512
|
+
url: toPathString(localVarUrlObj),
|
|
1513
|
+
options: localVarRequestOptions,
|
|
1514
|
+
};
|
|
1515
|
+
},
|
|
1516
|
+
/**
|
|
1517
|
+
*
|
|
1518
|
+
* @param {*} [options] Override http request option.
|
|
1519
|
+
* @throws {RequiredError}
|
|
1520
|
+
*/
|
|
1521
|
+
menuCreateSample: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1522
|
+
const localVarPath = `/app/wx/menu/create`;
|
|
1523
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1524
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1525
|
+
let baseOptions;
|
|
1526
|
+
if (configuration) {
|
|
1527
|
+
baseOptions = configuration.baseOptions;
|
|
1528
|
+
}
|
|
1529
|
+
|
|
1530
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1531
|
+
const localVarHeaderParameter = {} as any;
|
|
1532
|
+
const localVarQueryParameter = {} as any;
|
|
1533
|
+
|
|
1534
|
+
// authentication tokenScheme required
|
|
1535
|
+
// http bearer authentication required
|
|
1536
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1537
|
+
|
|
1538
|
+
|
|
1539
|
+
|
|
1540
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1541
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1542
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1543
|
+
|
|
1544
|
+
return {
|
|
1545
|
+
url: toPathString(localVarUrlObj),
|
|
1546
|
+
options: localVarRequestOptions,
|
|
1547
|
+
};
|
|
1548
|
+
},
|
|
1549
|
+
/**
|
|
1550
|
+
*
|
|
1551
|
+
* @param {*} [options] Override http request option.
|
|
1552
|
+
* @throws {RequiredError}
|
|
1553
|
+
*/
|
|
1554
|
+
menuDelete: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1555
|
+
const localVarPath = `/app/wx/menu/delete`;
|
|
1556
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1557
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1558
|
+
let baseOptions;
|
|
1559
|
+
if (configuration) {
|
|
1560
|
+
baseOptions = configuration.baseOptions;
|
|
1561
|
+
}
|
|
1562
|
+
|
|
1563
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1564
|
+
const localVarHeaderParameter = {} as any;
|
|
1565
|
+
const localVarQueryParameter = {} as any;
|
|
1566
|
+
|
|
1567
|
+
// authentication tokenScheme required
|
|
1568
|
+
// http bearer authentication required
|
|
1569
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1570
|
+
|
|
1571
|
+
|
|
1572
|
+
|
|
1573
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1574
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1575
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1576
|
+
|
|
1577
|
+
return {
|
|
1578
|
+
url: toPathString(localVarUrlObj),
|
|
1579
|
+
options: localVarRequestOptions,
|
|
1580
|
+
};
|
|
1581
|
+
},
|
|
1582
|
+
/**
|
|
1583
|
+
*
|
|
1584
|
+
* @param {string} menuId
|
|
1585
|
+
* @param {*} [options] Override http request option.
|
|
1586
|
+
* @throws {RequiredError}
|
|
1587
|
+
*/
|
|
1588
|
+
menuDelete1: async (menuId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1589
|
+
// verify required parameter 'menuId' is not null or undefined
|
|
1590
|
+
assertParamExists('menuDelete1', 'menuId', menuId)
|
|
1591
|
+
const localVarPath = `/app/wx/menu/delete/{menuId}`
|
|
1592
|
+
.replace(`{${"menuId"}}`, encodeURIComponent(String(menuId)));
|
|
1593
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1594
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1595
|
+
let baseOptions;
|
|
1596
|
+
if (configuration) {
|
|
1597
|
+
baseOptions = configuration.baseOptions;
|
|
1598
|
+
}
|
|
1599
|
+
|
|
1600
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1601
|
+
const localVarHeaderParameter = {} as any;
|
|
1602
|
+
const localVarQueryParameter = {} as any;
|
|
1603
|
+
|
|
1604
|
+
// authentication tokenScheme required
|
|
1605
|
+
// http bearer authentication required
|
|
1606
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1607
|
+
|
|
1608
|
+
|
|
1609
|
+
|
|
1610
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1611
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1612
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1613
|
+
|
|
1614
|
+
return {
|
|
1615
|
+
url: toPathString(localVarUrlObj),
|
|
1616
|
+
options: localVarRequestOptions,
|
|
1617
|
+
};
|
|
1618
|
+
},
|
|
1619
|
+
/**
|
|
1620
|
+
*
|
|
1621
|
+
* @param {*} [options] Override http request option.
|
|
1622
|
+
* @throws {RequiredError}
|
|
1623
|
+
*/
|
|
1624
|
+
menuGet: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1625
|
+
const localVarPath = `/app/wx/menu/get`;
|
|
1626
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1627
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1628
|
+
let baseOptions;
|
|
1629
|
+
if (configuration) {
|
|
1630
|
+
baseOptions = configuration.baseOptions;
|
|
1631
|
+
}
|
|
1632
|
+
|
|
1633
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1634
|
+
const localVarHeaderParameter = {} as any;
|
|
1635
|
+
const localVarQueryParameter = {} as any;
|
|
1636
|
+
|
|
1637
|
+
// authentication tokenScheme required
|
|
1638
|
+
// http bearer authentication required
|
|
1639
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1640
|
+
|
|
1641
|
+
|
|
1642
|
+
|
|
1643
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1644
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1645
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1646
|
+
|
|
1647
|
+
return {
|
|
1648
|
+
url: toPathString(localVarUrlObj),
|
|
1649
|
+
options: localVarRequestOptions,
|
|
1650
|
+
};
|
|
1651
|
+
},
|
|
1652
|
+
/**
|
|
1653
|
+
*
|
|
1654
|
+
* @param {string} userid
|
|
1655
|
+
* @param {*} [options] Override http request option.
|
|
1656
|
+
* @throws {RequiredError}
|
|
1657
|
+
*/
|
|
1658
|
+
menuTryMatch: async (userid: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1659
|
+
// verify required parameter 'userid' is not null or undefined
|
|
1660
|
+
assertParamExists('menuTryMatch', 'userid', userid)
|
|
1661
|
+
const localVarPath = `/app/wx/menu/menuTryMatch/{userid}`
|
|
1662
|
+
.replace(`{${"userid"}}`, encodeURIComponent(String(userid)));
|
|
1663
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1664
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1665
|
+
let baseOptions;
|
|
1666
|
+
if (configuration) {
|
|
1667
|
+
baseOptions = configuration.baseOptions;
|
|
1668
|
+
}
|
|
1669
|
+
|
|
1670
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1671
|
+
const localVarHeaderParameter = {} as any;
|
|
1672
|
+
const localVarQueryParameter = {} as any;
|
|
1673
|
+
|
|
1674
|
+
// authentication tokenScheme required
|
|
1675
|
+
// http bearer authentication required
|
|
1676
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1677
|
+
|
|
1678
|
+
|
|
1679
|
+
|
|
1680
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1681
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1682
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1683
|
+
|
|
1684
|
+
return {
|
|
1685
|
+
url: toPathString(localVarUrlObj),
|
|
1686
|
+
options: localVarRequestOptions,
|
|
1687
|
+
};
|
|
1688
|
+
},
|
|
1689
|
+
/**
|
|
1690
|
+
*
|
|
1691
|
+
* @summary 缓存监控
|
|
1692
|
+
* @param {*} [options] Override http request option.
|
|
1693
|
+
* @throws {RequiredError}
|
|
1694
|
+
*/
|
|
1695
|
+
monitorCacheGetInfo: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1696
|
+
const localVarPath = `/monitor/cache`;
|
|
1697
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1698
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1699
|
+
let baseOptions;
|
|
1700
|
+
if (configuration) {
|
|
1701
|
+
baseOptions = configuration.baseOptions;
|
|
1702
|
+
}
|
|
1703
|
+
|
|
1704
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
1705
|
+
const localVarHeaderParameter = {} as any;
|
|
1706
|
+
const localVarQueryParameter = {} as any;
|
|
1707
|
+
|
|
1708
|
+
// authentication tokenScheme required
|
|
1709
|
+
// http bearer authentication required
|
|
1710
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1711
|
+
|
|
1712
|
+
|
|
1713
|
+
|
|
1714
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1715
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1716
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1717
|
+
|
|
1718
|
+
return {
|
|
1719
|
+
url: toPathString(localVarUrlObj),
|
|
1720
|
+
options: localVarRequestOptions,
|
|
1721
|
+
};
|
|
1722
|
+
},
|
|
1723
|
+
/**
|
|
1724
|
+
*
|
|
1725
|
+
* @param {string} appid
|
|
1726
|
+
* @param {string} signature
|
|
1727
|
+
* @param {string} timestamp
|
|
1728
|
+
* @param {string} nonce
|
|
1729
|
+
* @param {string} openid
|
|
1730
|
+
* @param {string} body
|
|
1731
|
+
* @param {string} [encryptType]
|
|
1732
|
+
* @param {string} [msgSignature]
|
|
1733
|
+
* @param {*} [options] Override http request option.
|
|
1734
|
+
* @throws {RequiredError}
|
|
1735
|
+
*/
|
|
1736
|
+
post: async (appid: string, signature: string, timestamp: string, nonce: string, openid: string, body: string, encryptType?: string, msgSignature?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1737
|
+
// verify required parameter 'appid' is not null or undefined
|
|
1738
|
+
assertParamExists('post', 'appid', appid)
|
|
1739
|
+
// verify required parameter 'signature' is not null or undefined
|
|
1740
|
+
assertParamExists('post', 'signature', signature)
|
|
1741
|
+
// verify required parameter 'timestamp' is not null or undefined
|
|
1742
|
+
assertParamExists('post', 'timestamp', timestamp)
|
|
1743
|
+
// verify required parameter 'nonce' is not null or undefined
|
|
1744
|
+
assertParamExists('post', 'nonce', nonce)
|
|
1745
|
+
// verify required parameter 'openid' is not null or undefined
|
|
1746
|
+
assertParamExists('post', 'openid', openid)
|
|
1747
|
+
// verify required parameter 'body' is not null or undefined
|
|
1748
|
+
assertParamExists('post', 'body', body)
|
|
1749
|
+
const localVarPath = `/app/wx/mp/portal/{appid}`
|
|
1750
|
+
.replace(`{${"appid"}}`, encodeURIComponent(String(appid)));
|
|
1751
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1752
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1753
|
+
let baseOptions;
|
|
1754
|
+
if (configuration) {
|
|
1755
|
+
baseOptions = configuration.baseOptions;
|
|
1756
|
+
}
|
|
1757
|
+
|
|
1758
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1759
|
+
const localVarHeaderParameter = {} as any;
|
|
1760
|
+
const localVarQueryParameter = {} as any;
|
|
1761
|
+
|
|
1762
|
+
// authentication tokenScheme required
|
|
1763
|
+
// http bearer authentication required
|
|
1764
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1765
|
+
|
|
1766
|
+
if (signature !== undefined) {
|
|
1767
|
+
localVarQueryParameter['signature'] = signature;
|
|
1768
|
+
}
|
|
1769
|
+
|
|
1770
|
+
if (timestamp !== undefined) {
|
|
1771
|
+
localVarQueryParameter['timestamp'] = timestamp;
|
|
1772
|
+
}
|
|
1773
|
+
|
|
1774
|
+
if (nonce !== undefined) {
|
|
1775
|
+
localVarQueryParameter['nonce'] = nonce;
|
|
1776
|
+
}
|
|
1777
|
+
|
|
1778
|
+
if (openid !== undefined) {
|
|
1779
|
+
localVarQueryParameter['openid'] = openid;
|
|
1780
|
+
}
|
|
1781
|
+
|
|
1782
|
+
if (encryptType !== undefined) {
|
|
1783
|
+
localVarQueryParameter['encrypt_type'] = encryptType;
|
|
1784
|
+
}
|
|
1785
|
+
|
|
1786
|
+
if (msgSignature !== undefined) {
|
|
1787
|
+
localVarQueryParameter['msg_signature'] = msgSignature;
|
|
1788
|
+
}
|
|
1789
|
+
|
|
1790
|
+
|
|
1791
|
+
|
|
1792
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1793
|
+
|
|
1794
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1795
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1796
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1797
|
+
localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration)
|
|
1798
|
+
|
|
1799
|
+
return {
|
|
1800
|
+
url: toPathString(localVarUrlObj),
|
|
1801
|
+
options: localVarRequestOptions,
|
|
1802
|
+
};
|
|
1803
|
+
},
|
|
1804
|
+
/**
|
|
1805
|
+
*
|
|
1806
|
+
* @param {string} appid
|
|
1807
|
+
* @param {string} timestamp
|
|
1808
|
+
* @param {string} nonce
|
|
1809
|
+
* @param {string} body
|
|
1810
|
+
* @param {string} [msgSignature]
|
|
1811
|
+
* @param {string} [encryptType]
|
|
1812
|
+
* @param {string} [signature]
|
|
1813
|
+
* @param {*} [options] Override http request option.
|
|
1814
|
+
* @throws {RequiredError}
|
|
1815
|
+
*/
|
|
1816
|
+
post1: async (appid: string, timestamp: string, nonce: string, body: string, msgSignature?: string, encryptType?: string, signature?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1817
|
+
// verify required parameter 'appid' is not null or undefined
|
|
1818
|
+
assertParamExists('post1', 'appid', appid)
|
|
1819
|
+
// verify required parameter 'timestamp' is not null or undefined
|
|
1820
|
+
assertParamExists('post1', 'timestamp', timestamp)
|
|
1821
|
+
// verify required parameter 'nonce' is not null or undefined
|
|
1822
|
+
assertParamExists('post1', 'nonce', nonce)
|
|
1823
|
+
// verify required parameter 'body' is not null or undefined
|
|
1824
|
+
assertParamExists('post1', 'body', body)
|
|
1825
|
+
const localVarPath = `/app/wechat/miniapp/portal/{appid}`
|
|
1826
|
+
.replace(`{${"appid"}}`, encodeURIComponent(String(appid)));
|
|
1827
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1828
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1829
|
+
let baseOptions;
|
|
1830
|
+
if (configuration) {
|
|
1831
|
+
baseOptions = configuration.baseOptions;
|
|
1832
|
+
}
|
|
1833
|
+
|
|
1834
|
+
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
1835
|
+
const localVarHeaderParameter = {} as any;
|
|
1836
|
+
const localVarQueryParameter = {} as any;
|
|
1837
|
+
|
|
1838
|
+
// authentication tokenScheme required
|
|
1839
|
+
// http bearer authentication required
|
|
1840
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1841
|
+
|
|
1842
|
+
if (msgSignature !== undefined) {
|
|
1843
|
+
localVarQueryParameter['msg_signature'] = msgSignature;
|
|
1844
|
+
}
|
|
1845
|
+
|
|
1846
|
+
if (encryptType !== undefined) {
|
|
1847
|
+
localVarQueryParameter['encrypt_type'] = encryptType;
|
|
1848
|
+
}
|
|
1849
|
+
|
|
1850
|
+
if (signature !== undefined) {
|
|
1851
|
+
localVarQueryParameter['signature'] = signature;
|
|
1852
|
+
}
|
|
1853
|
+
|
|
1854
|
+
if (timestamp !== undefined) {
|
|
1855
|
+
localVarQueryParameter['timestamp'] = timestamp;
|
|
1856
|
+
}
|
|
1857
|
+
|
|
1858
|
+
if (nonce !== undefined) {
|
|
1859
|
+
localVarQueryParameter['nonce'] = nonce;
|
|
1860
|
+
}
|
|
1861
|
+
|
|
1862
|
+
|
|
1863
|
+
|
|
1864
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
1865
|
+
|
|
1866
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1867
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1868
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1869
|
+
localVarRequestOptions.data = serializeDataIfNeeded(body, localVarRequestOptions, configuration)
|
|
1870
|
+
|
|
1871
|
+
return {
|
|
1872
|
+
url: toPathString(localVarUrlObj),
|
|
1873
|
+
options: localVarRequestOptions,
|
|
1874
|
+
};
|
|
1875
|
+
},
|
|
1876
|
+
/**
|
|
1877
|
+
*
|
|
1878
|
+
* @param {Array<number>} operIds
|
|
1879
|
+
* @param {*} [options] Override http request option.
|
|
1880
|
+
* @throws {RequiredError}
|
|
1881
|
+
*/
|
|
1882
|
+
remove1: async (operIds: Array<number>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1883
|
+
// verify required parameter 'operIds' is not null or undefined
|
|
1884
|
+
assertParamExists('remove1', 'operIds', operIds)
|
|
1885
|
+
const localVarPath = `/monitor/operlog/{operIds}`
|
|
1886
|
+
.replace(`{${"operIds"}}`, encodeURIComponent(String(operIds)));
|
|
1887
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1888
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1889
|
+
let baseOptions;
|
|
1890
|
+
if (configuration) {
|
|
1891
|
+
baseOptions = configuration.baseOptions;
|
|
1892
|
+
}
|
|
1893
|
+
|
|
1894
|
+
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
1895
|
+
const localVarHeaderParameter = {} as any;
|
|
1896
|
+
const localVarQueryParameter = {} as any;
|
|
1897
|
+
|
|
1898
|
+
// authentication tokenScheme required
|
|
1899
|
+
// http bearer authentication required
|
|
1900
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1901
|
+
|
|
1902
|
+
|
|
1903
|
+
|
|
1904
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1905
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1906
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1907
|
+
|
|
1908
|
+
return {
|
|
1909
|
+
url: toPathString(localVarUrlObj),
|
|
1910
|
+
options: localVarRequestOptions,
|
|
1911
|
+
};
|
|
1912
|
+
},
|
|
1913
|
+
/**
|
|
1914
|
+
*
|
|
1915
|
+
* @param {Array<number>} infoIds
|
|
1916
|
+
* @param {*} [options] Override http request option.
|
|
1917
|
+
* @throws {RequiredError}
|
|
1918
|
+
*/
|
|
1919
|
+
remove2: async (infoIds: Array<number>, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1920
|
+
// verify required parameter 'infoIds' is not null or undefined
|
|
1921
|
+
assertParamExists('remove2', 'infoIds', infoIds)
|
|
1922
|
+
const localVarPath = `/monitor/logininfor/{infoIds}`
|
|
1923
|
+
.replace(`{${"infoIds"}}`, encodeURIComponent(String(infoIds)));
|
|
1924
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1925
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1926
|
+
let baseOptions;
|
|
1927
|
+
if (configuration) {
|
|
1928
|
+
baseOptions = configuration.baseOptions;
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1931
|
+
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
1932
|
+
const localVarHeaderParameter = {} as any;
|
|
1933
|
+
const localVarQueryParameter = {} as any;
|
|
1934
|
+
|
|
1935
|
+
// authentication tokenScheme required
|
|
1936
|
+
// http bearer authentication required
|
|
1937
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1938
|
+
|
|
1939
|
+
|
|
1940
|
+
|
|
1941
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1942
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1943
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1944
|
+
|
|
1945
|
+
return {
|
|
1946
|
+
url: toPathString(localVarUrlObj),
|
|
1947
|
+
options: localVarRequestOptions,
|
|
1948
|
+
};
|
|
1949
|
+
},
|
|
1950
|
+
/**
|
|
1951
|
+
*
|
|
1952
|
+
* @param {*} [options] Override http request option.
|
|
1953
|
+
* @throws {RequiredError}
|
|
1954
|
+
*/
|
|
1955
|
+
resetConfigCache: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1956
|
+
const localVarPath = `/system/config/refreshCache`;
|
|
1957
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1958
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
1959
|
+
let baseOptions;
|
|
1960
|
+
if (configuration) {
|
|
1961
|
+
baseOptions = configuration.baseOptions;
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1964
|
+
const localVarRequestOptions = { method: 'DELETE', ...baseOptions, ...options};
|
|
1965
|
+
const localVarHeaderParameter = {} as any;
|
|
1966
|
+
const localVarQueryParameter = {} as any;
|
|
1967
|
+
|
|
1968
|
+
// authentication tokenScheme required
|
|
1969
|
+
// http bearer authentication required
|
|
1970
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
1971
|
+
|
|
1972
|
+
|
|
1973
|
+
|
|
1974
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1975
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1976
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
1977
|
+
|
|
1978
|
+
return {
|
|
1979
|
+
url: toPathString(localVarUrlObj),
|
|
1980
|
+
options: localVarRequestOptions,
|
|
1981
|
+
};
|
|
1982
|
+
},
|
|
1983
|
+
/**
|
|
1984
|
+
*
|
|
1985
|
+
* @param {string} phone
|
|
1986
|
+
* @param {string} templateCode
|
|
1987
|
+
* @param {string} json
|
|
1988
|
+
* @param {*} [options] Override http request option.
|
|
1989
|
+
* @throws {RequiredError}
|
|
1990
|
+
*/
|
|
1991
|
+
send: async (phone: string, templateCode: string, json: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1992
|
+
// verify required parameter 'phone' is not null or undefined
|
|
1993
|
+
assertParamExists('send', 'phone', phone)
|
|
1994
|
+
// verify required parameter 'templateCode' is not null or undefined
|
|
1995
|
+
assertParamExists('send', 'templateCode', templateCode)
|
|
1996
|
+
// verify required parameter 'json' is not null or undefined
|
|
1997
|
+
assertParamExists('send', 'json', json)
|
|
1998
|
+
const localVarPath = `/sms/send`;
|
|
1999
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2000
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2001
|
+
let baseOptions;
|
|
2002
|
+
if (configuration) {
|
|
2003
|
+
baseOptions = configuration.baseOptions;
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
2007
|
+
const localVarHeaderParameter = {} as any;
|
|
2008
|
+
const localVarQueryParameter = {} as any;
|
|
2009
|
+
|
|
2010
|
+
// authentication tokenScheme required
|
|
2011
|
+
// http bearer authentication required
|
|
2012
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
2013
|
+
|
|
2014
|
+
if (phone !== undefined) {
|
|
2015
|
+
localVarQueryParameter['phone'] = phone;
|
|
2016
|
+
}
|
|
2017
|
+
|
|
2018
|
+
if (templateCode !== undefined) {
|
|
2019
|
+
localVarQueryParameter['templateCode'] = templateCode;
|
|
2020
|
+
}
|
|
2021
|
+
|
|
2022
|
+
if (json !== undefined) {
|
|
2023
|
+
localVarQueryParameter['json'] = json;
|
|
2024
|
+
}
|
|
2025
|
+
|
|
2026
|
+
|
|
2027
|
+
|
|
2028
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2029
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2030
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
2031
|
+
|
|
2032
|
+
return {
|
|
2033
|
+
url: toPathString(localVarUrlObj),
|
|
2034
|
+
options: localVarRequestOptions,
|
|
2035
|
+
};
|
|
2036
|
+
},
|
|
2037
|
+
/**
|
|
2038
|
+
*
|
|
2039
|
+
* @param {string} msg
|
|
2040
|
+
* @param {string} openId
|
|
2041
|
+
* @param {*} [options] Override http request option.
|
|
2042
|
+
* @throws {RequiredError}
|
|
2043
|
+
*/
|
|
2044
|
+
sendMsgByOpenId: async (msg: string, openId: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
2045
|
+
// verify required parameter 'msg' is not null or undefined
|
|
2046
|
+
assertParamExists('sendMsgByOpenId', 'msg', msg)
|
|
2047
|
+
// verify required parameter 'openId' is not null or undefined
|
|
2048
|
+
assertParamExists('sendMsgByOpenId', 'openId', openId)
|
|
2049
|
+
const localVarPath = `/wechatMsg/sendMsg`;
|
|
2050
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2051
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2052
|
+
let baseOptions;
|
|
2053
|
+
if (configuration) {
|
|
2054
|
+
baseOptions = configuration.baseOptions;
|
|
2055
|
+
}
|
|
2056
|
+
|
|
2057
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
2058
|
+
const localVarHeaderParameter = {} as any;
|
|
2059
|
+
const localVarQueryParameter = {} as any;
|
|
2060
|
+
|
|
2061
|
+
// authentication tokenScheme required
|
|
2062
|
+
// http bearer authentication required
|
|
2063
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
2064
|
+
|
|
2065
|
+
if (msg !== undefined) {
|
|
2066
|
+
localVarQueryParameter['msg'] = msg;
|
|
2067
|
+
}
|
|
2068
|
+
|
|
2069
|
+
if (openId !== undefined) {
|
|
2070
|
+
localVarQueryParameter['openId'] = openId;
|
|
2071
|
+
}
|
|
2072
|
+
|
|
2073
|
+
|
|
2074
|
+
|
|
2075
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2076
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2077
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
2078
|
+
|
|
2079
|
+
return {
|
|
2080
|
+
url: toPathString(localVarUrlObj),
|
|
2081
|
+
options: localVarRequestOptions,
|
|
2082
|
+
};
|
|
2083
|
+
},
|
|
2084
|
+
/**
|
|
2085
|
+
*
|
|
2086
|
+
* @param {string} msg
|
|
2087
|
+
* @param {string} desc
|
|
2088
|
+
* @param {*} [options] Override http request option.
|
|
2089
|
+
* @throws {RequiredError}
|
|
2090
|
+
*/
|
|
2091
|
+
sendTemplate: async (msg: string, desc: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
2092
|
+
// verify required parameter 'msg' is not null or undefined
|
|
2093
|
+
assertParamExists('sendTemplate', 'msg', msg)
|
|
2094
|
+
// verify required parameter 'desc' is not null or undefined
|
|
2095
|
+
assertParamExists('sendTemplate', 'desc', desc)
|
|
2096
|
+
const localVarPath = `/wechatMsg/sendTemplate`;
|
|
2097
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2098
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2099
|
+
let baseOptions;
|
|
2100
|
+
if (configuration) {
|
|
2101
|
+
baseOptions = configuration.baseOptions;
|
|
2102
|
+
}
|
|
2103
|
+
|
|
2104
|
+
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
2105
|
+
const localVarHeaderParameter = {} as any;
|
|
2106
|
+
const localVarQueryParameter = {} as any;
|
|
2107
|
+
|
|
2108
|
+
// authentication tokenScheme required
|
|
2109
|
+
// http bearer authentication required
|
|
2110
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
2111
|
+
|
|
2112
|
+
if (msg !== undefined) {
|
|
2113
|
+
localVarQueryParameter['msg'] = msg;
|
|
2114
|
+
}
|
|
2115
|
+
|
|
2116
|
+
if (desc !== undefined) {
|
|
2117
|
+
localVarQueryParameter['desc'] = desc;
|
|
2118
|
+
}
|
|
2119
|
+
|
|
2120
|
+
|
|
2121
|
+
|
|
2122
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2123
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2124
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
2125
|
+
|
|
2126
|
+
return {
|
|
2127
|
+
url: toPathString(localVarUrlObj),
|
|
2128
|
+
options: localVarRequestOptions,
|
|
2129
|
+
};
|
|
2130
|
+
},
|
|
2131
|
+
/**
|
|
2132
|
+
*
|
|
2133
|
+
* @param {SysConfig} sysConfig
|
|
2134
|
+
* @param {*} [options] Override http request option.
|
|
2135
|
+
* @throws {RequiredError}
|
|
2136
|
+
*/
|
|
2137
|
+
updateConfig: async (sysConfig: SysConfig, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
2138
|
+
// verify required parameter 'sysConfig' is not null or undefined
|
|
2139
|
+
assertParamExists('updateConfig', 'sysConfig', sysConfig)
|
|
2140
|
+
const localVarPath = `/system/config`;
|
|
2141
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2142
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2143
|
+
let baseOptions;
|
|
2144
|
+
if (configuration) {
|
|
2145
|
+
baseOptions = configuration.baseOptions;
|
|
2146
|
+
}
|
|
2147
|
+
|
|
2148
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
2149
|
+
const localVarHeaderParameter = {} as any;
|
|
2150
|
+
const localVarQueryParameter = {} as any;
|
|
2151
|
+
|
|
2152
|
+
// authentication tokenScheme required
|
|
2153
|
+
// http bearer authentication required
|
|
2154
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
2155
|
+
|
|
2156
|
+
|
|
2157
|
+
|
|
2158
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2159
|
+
|
|
2160
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2161
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2162
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
2163
|
+
localVarRequestOptions.data = serializeDataIfNeeded(sysConfig, localVarRequestOptions, configuration)
|
|
2164
|
+
|
|
2165
|
+
return {
|
|
2166
|
+
url: toPathString(localVarUrlObj),
|
|
2167
|
+
options: localVarRequestOptions,
|
|
2168
|
+
};
|
|
2169
|
+
},
|
|
2170
|
+
/**
|
|
2171
|
+
*
|
|
2172
|
+
* @param {SysDictData} sysDictData
|
|
2173
|
+
* @param {*} [options] Override http request option.
|
|
2174
|
+
* @throws {RequiredError}
|
|
2175
|
+
*/
|
|
2176
|
+
updateDictData: async (sysDictData: SysDictData, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
2177
|
+
// verify required parameter 'sysDictData' is not null or undefined
|
|
2178
|
+
assertParamExists('updateDictData', 'sysDictData', sysDictData)
|
|
2179
|
+
const localVarPath = `/system/dict/data`;
|
|
2180
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2181
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2182
|
+
let baseOptions;
|
|
2183
|
+
if (configuration) {
|
|
2184
|
+
baseOptions = configuration.baseOptions;
|
|
2185
|
+
}
|
|
2186
|
+
|
|
2187
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
2188
|
+
const localVarHeaderParameter = {} as any;
|
|
2189
|
+
const localVarQueryParameter = {} as any;
|
|
2190
|
+
|
|
2191
|
+
// authentication tokenScheme required
|
|
2192
|
+
// http bearer authentication required
|
|
2193
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
2194
|
+
|
|
2195
|
+
|
|
2196
|
+
|
|
2197
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2198
|
+
|
|
2199
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2200
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2201
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
2202
|
+
localVarRequestOptions.data = serializeDataIfNeeded(sysDictData, localVarRequestOptions, configuration)
|
|
2203
|
+
|
|
2204
|
+
return {
|
|
2205
|
+
url: toPathString(localVarUrlObj),
|
|
2206
|
+
options: localVarRequestOptions,
|
|
2207
|
+
};
|
|
2208
|
+
},
|
|
2209
|
+
/**
|
|
2210
|
+
*
|
|
2211
|
+
* @param {SysDictType} sysDictType
|
|
2212
|
+
* @param {*} [options] Override http request option.
|
|
2213
|
+
* @throws {RequiredError}
|
|
2214
|
+
*/
|
|
2215
|
+
updateDictType: async (sysDictType: SysDictType, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
2216
|
+
// verify required parameter 'sysDictType' is not null or undefined
|
|
2217
|
+
assertParamExists('updateDictType', 'sysDictType', sysDictType)
|
|
2218
|
+
const localVarPath = `/system/dict/type`;
|
|
2219
|
+
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
2220
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
2221
|
+
let baseOptions;
|
|
2222
|
+
if (configuration) {
|
|
2223
|
+
baseOptions = configuration.baseOptions;
|
|
2224
|
+
}
|
|
2225
|
+
|
|
2226
|
+
const localVarRequestOptions = { method: 'PUT', ...baseOptions, ...options};
|
|
2227
|
+
const localVarHeaderParameter = {} as any;
|
|
2228
|
+
const localVarQueryParameter = {} as any;
|
|
2229
|
+
|
|
2230
|
+
// authentication tokenScheme required
|
|
2231
|
+
// http bearer authentication required
|
|
2232
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
2233
|
+
|
|
2234
|
+
|
|
2235
|
+
|
|
2236
|
+
localVarHeaderParameter['Content-Type'] = 'application/json';
|
|
2237
|
+
|
|
2238
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
2239
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
2240
|
+
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
2241
|
+
localVarRequestOptions.data = serializeDataIfNeeded(sysDictType, localVarRequestOptions, configuration)
|
|
2242
|
+
|
|
2243
|
+
return {
|
|
2244
|
+
url: toPathString(localVarUrlObj),
|
|
2245
|
+
options: localVarRequestOptions,
|
|
2246
|
+
};
|
|
2247
|
+
},
|
|
2248
|
+
}
|
|
2249
|
+
};
|
|
2250
|
+
|
|
2251
|
+
/**
|
|
2252
|
+
* SysApi - functional programming interface
|
|
2253
|
+
* @export
|
|
2254
|
+
*/
|
|
2255
|
+
export const SysApiFp = function(configuration?: Configuration) {
|
|
2256
|
+
const localVarAxiosParamCreator = SysApiAxiosParamCreator(configuration)
|
|
2257
|
+
return {
|
|
2258
|
+
/**
|
|
2259
|
+
*
|
|
2260
|
+
* @param {string} appid
|
|
2261
|
+
* @param {string} [signature]
|
|
2262
|
+
* @param {string} [timestamp]
|
|
2263
|
+
* @param {string} [nonce]
|
|
2264
|
+
* @param {string} [echostr]
|
|
2265
|
+
* @param {*} [options] Override http request option.
|
|
2266
|
+
* @throws {RequiredError}
|
|
2267
|
+
*/
|
|
2268
|
+
async authGet(appid: string, signature?: string, timestamp?: string, nonce?: string, echostr?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
2269
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.authGet(appid, signature, timestamp, nonce, echostr, options);
|
|
2270
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2271
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.authGet']?.[localVarOperationServerIndex]?.url;
|
|
2272
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2273
|
+
},
|
|
2274
|
+
/**
|
|
2275
|
+
*
|
|
2276
|
+
* @param {string} appid
|
|
2277
|
+
* @param {string} [signature]
|
|
2278
|
+
* @param {string} [timestamp]
|
|
2279
|
+
* @param {string} [nonce]
|
|
2280
|
+
* @param {string} [echostr]
|
|
2281
|
+
* @param {*} [options] Override http request option.
|
|
2282
|
+
* @throws {RequiredError}
|
|
2283
|
+
*/
|
|
2284
|
+
async authGet1(appid: string, signature?: string, timestamp?: string, nonce?: string, echostr?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
2285
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.authGet1(appid, signature, timestamp, nonce, echostr, options);
|
|
2286
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2287
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.authGet1']?.[localVarOperationServerIndex]?.url;
|
|
2288
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2289
|
+
},
|
|
2290
|
+
/**
|
|
2291
|
+
*
|
|
2292
|
+
* @param {*} [options] Override http request option.
|
|
2293
|
+
* @throws {RequiredError}
|
|
2294
|
+
*/
|
|
2295
|
+
async clean(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2296
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.clean(options);
|
|
2297
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2298
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.clean']?.[localVarOperationServerIndex]?.url;
|
|
2299
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2300
|
+
},
|
|
2301
|
+
/**
|
|
2302
|
+
*
|
|
2303
|
+
* @param {*} [options] Override http request option.
|
|
2304
|
+
* @throws {RequiredError}
|
|
2305
|
+
*/
|
|
2306
|
+
async clean1(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2307
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.clean1(options);
|
|
2308
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2309
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.clean1']?.[localVarOperationServerIndex]?.url;
|
|
2310
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2311
|
+
},
|
|
2312
|
+
/**
|
|
2313
|
+
*
|
|
2314
|
+
* @param {*} [options] Override http request option.
|
|
2315
|
+
* @throws {RequiredError}
|
|
2316
|
+
*/
|
|
2317
|
+
async clearDictTypeCache(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2318
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.clearDictTypeCache(options);
|
|
2319
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2320
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.clearDictTypeCache']?.[localVarOperationServerIndex]?.url;
|
|
2321
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2322
|
+
},
|
|
2323
|
+
/**
|
|
2324
|
+
*
|
|
2325
|
+
* @param {SysConfig} sysConfig
|
|
2326
|
+
* @param {*} [options] Override http request option.
|
|
2327
|
+
* @throws {RequiredError}
|
|
2328
|
+
*/
|
|
2329
|
+
async createConfig(sysConfig: SysConfig, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2330
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.createConfig(sysConfig, options);
|
|
2331
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2332
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.createConfig']?.[localVarOperationServerIndex]?.url;
|
|
2333
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2334
|
+
},
|
|
2335
|
+
/**
|
|
2336
|
+
*
|
|
2337
|
+
* @param {SysDictData} sysDictData
|
|
2338
|
+
* @param {*} [options] Override http request option.
|
|
2339
|
+
* @throws {RequiredError}
|
|
2340
|
+
*/
|
|
2341
|
+
async createDictData(sysDictData: SysDictData, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2342
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.createDictData(sysDictData, options);
|
|
2343
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2344
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.createDictData']?.[localVarOperationServerIndex]?.url;
|
|
2345
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2346
|
+
},
|
|
2347
|
+
/**
|
|
2348
|
+
*
|
|
2349
|
+
* @param {SysDictType} sysDictType
|
|
2350
|
+
* @param {*} [options] Override http request option.
|
|
2351
|
+
* @throws {RequiredError}
|
|
2352
|
+
*/
|
|
2353
|
+
async createDictType(sysDictType: SysDictType, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2354
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.createDictType(sysDictType, options);
|
|
2355
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2356
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.createDictType']?.[localVarOperationServerIndex]?.url;
|
|
2357
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2358
|
+
},
|
|
2359
|
+
/**
|
|
2360
|
+
*
|
|
2361
|
+
* @param {Array<number>} configIds
|
|
2362
|
+
* @param {*} [options] Override http request option.
|
|
2363
|
+
* @throws {RequiredError}
|
|
2364
|
+
*/
|
|
2365
|
+
async deleteConfig(configIds: Array<number>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2366
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteConfig(configIds, options);
|
|
2367
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2368
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.deleteConfig']?.[localVarOperationServerIndex]?.url;
|
|
2369
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2370
|
+
},
|
|
2371
|
+
/**
|
|
2372
|
+
*
|
|
2373
|
+
* @param {Array<number>} dictCodes
|
|
2374
|
+
* @param {*} [options] Override http request option.
|
|
2375
|
+
* @throws {RequiredError}
|
|
2376
|
+
*/
|
|
2377
|
+
async deleteDictData(dictCodes: Array<number>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2378
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteDictData(dictCodes, options);
|
|
2379
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2380
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.deleteDictData']?.[localVarOperationServerIndex]?.url;
|
|
2381
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2382
|
+
},
|
|
2383
|
+
/**
|
|
2384
|
+
*
|
|
2385
|
+
* @param {Array<number>} dictIds
|
|
2386
|
+
* @param {*} [options] Override http request option.
|
|
2387
|
+
* @throws {RequiredError}
|
|
2388
|
+
*/
|
|
2389
|
+
async deleteDictType(dictIds: Array<number>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2390
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteDictType(dictIds, options);
|
|
2391
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2392
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.deleteDictType']?.[localVarOperationServerIndex]?.url;
|
|
2393
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2394
|
+
},
|
|
2395
|
+
/**
|
|
2396
|
+
*
|
|
2397
|
+
* @param {SysOperLog} operLog
|
|
2398
|
+
* @param {*} [options] Override http request option.
|
|
2399
|
+
* @throws {RequiredError}
|
|
2400
|
+
*/
|
|
2401
|
+
async export1(operLog: SysOperLog, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
2402
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.export1(operLog, options);
|
|
2403
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2404
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.export1']?.[localVarOperationServerIndex]?.url;
|
|
2405
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2406
|
+
},
|
|
2407
|
+
/**
|
|
2408
|
+
*
|
|
2409
|
+
* @param {SysLogininfor} logininfor
|
|
2410
|
+
* @param {*} [options] Override http request option.
|
|
2411
|
+
* @throws {RequiredError}
|
|
2412
|
+
*/
|
|
2413
|
+
async export2(logininfor: SysLogininfor, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
2414
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.export2(logininfor, options);
|
|
2415
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2416
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.export2']?.[localVarOperationServerIndex]?.url;
|
|
2417
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2418
|
+
},
|
|
2419
|
+
/**
|
|
2420
|
+
*
|
|
2421
|
+
* @param {SysConfig} config
|
|
2422
|
+
* @param {*} [options] Override http request option.
|
|
2423
|
+
* @throws {RequiredError}
|
|
2424
|
+
*/
|
|
2425
|
+
async exportConfig(config: SysConfig, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
2426
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.exportConfig(config, options);
|
|
2427
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2428
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.exportConfig']?.[localVarOperationServerIndex]?.url;
|
|
2429
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2430
|
+
},
|
|
2431
|
+
/**
|
|
2432
|
+
*
|
|
2433
|
+
* @param {SysDictData} dictData
|
|
2434
|
+
* @param {*} [options] Override http request option.
|
|
2435
|
+
* @throws {RequiredError}
|
|
2436
|
+
*/
|
|
2437
|
+
async exportDictData(dictData: SysDictData, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
2438
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.exportDictData(dictData, options);
|
|
2439
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2440
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.exportDictData']?.[localVarOperationServerIndex]?.url;
|
|
2441
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2442
|
+
},
|
|
2443
|
+
/**
|
|
2444
|
+
*
|
|
2445
|
+
* @param {SysDictType} dictType
|
|
2446
|
+
* @param {*} [options] Override http request option.
|
|
2447
|
+
* @throws {RequiredError}
|
|
2448
|
+
*/
|
|
2449
|
+
async exportDictType(dictType: SysDictType, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
2450
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.exportDictType(dictType, options);
|
|
2451
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2452
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.exportDictType']?.[localVarOperationServerIndex]?.url;
|
|
2453
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2454
|
+
},
|
|
2455
|
+
/**
|
|
2456
|
+
*
|
|
2457
|
+
* @param {string} tokenId
|
|
2458
|
+
* @param {*} [options] Override http request option.
|
|
2459
|
+
* @throws {RequiredError}
|
|
2460
|
+
*/
|
|
2461
|
+
async forceLogout(tokenId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2462
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.forceLogout(tokenId, options);
|
|
2463
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2464
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.forceLogout']?.[localVarOperationServerIndex]?.url;
|
|
2465
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2466
|
+
},
|
|
2467
|
+
/**
|
|
2468
|
+
*
|
|
2469
|
+
* @param {number} configId
|
|
2470
|
+
* @param {*} [options] Override http request option.
|
|
2471
|
+
* @throws {RequiredError}
|
|
2472
|
+
*/
|
|
2473
|
+
async getConfig(configId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2474
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getConfig(configId, options);
|
|
2475
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2476
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.getConfig']?.[localVarOperationServerIndex]?.url;
|
|
2477
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2478
|
+
},
|
|
2479
|
+
/**
|
|
2480
|
+
*
|
|
2481
|
+
* @param {string} configKey
|
|
2482
|
+
* @param {*} [options] Override http request option.
|
|
2483
|
+
* @throws {RequiredError}
|
|
2484
|
+
*/
|
|
2485
|
+
async getConfigByKey(configKey: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2486
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getConfigByKey(configKey, options);
|
|
2487
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2488
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.getConfigByKey']?.[localVarOperationServerIndex]?.url;
|
|
2489
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2490
|
+
},
|
|
2491
|
+
/**
|
|
2492
|
+
*
|
|
2493
|
+
* @param {number} dictCode
|
|
2494
|
+
* @param {*} [options] Override http request option.
|
|
2495
|
+
* @throws {RequiredError}
|
|
2496
|
+
*/
|
|
2497
|
+
async getDictData(dictCode: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2498
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getDictData(dictCode, options);
|
|
2499
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2500
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.getDictData']?.[localVarOperationServerIndex]?.url;
|
|
2501
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2502
|
+
},
|
|
2503
|
+
/**
|
|
2504
|
+
*
|
|
2505
|
+
* @param {number} dictId
|
|
2506
|
+
* @param {*} [options] Override http request option.
|
|
2507
|
+
* @throws {RequiredError}
|
|
2508
|
+
*/
|
|
2509
|
+
async getDictType(dictId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2510
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getDictType(dictId, options);
|
|
2511
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2512
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.getDictType']?.[localVarOperationServerIndex]?.url;
|
|
2513
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2514
|
+
},
|
|
2515
|
+
/**
|
|
2516
|
+
*
|
|
2517
|
+
* @param {*} [options] Override http request option.
|
|
2518
|
+
* @throws {RequiredError}
|
|
2519
|
+
*/
|
|
2520
|
+
async getSelfMenuInfo(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WxMpGetSelfMenuInfoResult>> {
|
|
2521
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getSelfMenuInfo(options);
|
|
2522
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2523
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.getSelfMenuInfo']?.[localVarOperationServerIndex]?.url;
|
|
2524
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2525
|
+
},
|
|
2526
|
+
/**
|
|
2527
|
+
*
|
|
2528
|
+
* @param {*} [options] Override http request option.
|
|
2529
|
+
* @throws {RequiredError}
|
|
2530
|
+
*/
|
|
2531
|
+
async index(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
2532
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.index(options);
|
|
2533
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2534
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.index']?.[localVarOperationServerIndex]?.url;
|
|
2535
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2536
|
+
},
|
|
2537
|
+
/**
|
|
2538
|
+
*
|
|
2539
|
+
* @param {*} [options] Override http request option.
|
|
2540
|
+
* @throws {RequiredError}
|
|
2541
|
+
*/
|
|
2542
|
+
async index1(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
2543
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.index1(options);
|
|
2544
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2545
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.index1']?.[localVarOperationServerIndex]?.url;
|
|
2546
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2547
|
+
},
|
|
2548
|
+
/**
|
|
2549
|
+
*
|
|
2550
|
+
* @param {*} [options] Override http request option.
|
|
2551
|
+
* @throws {RequiredError}
|
|
2552
|
+
*/
|
|
2553
|
+
async index2(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
2554
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.index2(options);
|
|
2555
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2556
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.index2']?.[localVarOperationServerIndex]?.url;
|
|
2557
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2558
|
+
},
|
|
2559
|
+
/**
|
|
2560
|
+
*
|
|
2561
|
+
* @param {*} [options] Override http request option.
|
|
2562
|
+
* @throws {RequiredError}
|
|
2563
|
+
*/
|
|
2564
|
+
async index3(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
2565
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.index3(options);
|
|
2566
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2567
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.index3']?.[localVarOperationServerIndex]?.url;
|
|
2568
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2569
|
+
},
|
|
2570
|
+
/**
|
|
2571
|
+
*
|
|
2572
|
+
* @param {*} [options] Override http request option.
|
|
2573
|
+
* @throws {RequiredError}
|
|
2574
|
+
*/
|
|
2575
|
+
async index4(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
2576
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.index4(options);
|
|
2577
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2578
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.index4']?.[localVarOperationServerIndex]?.url;
|
|
2579
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2580
|
+
},
|
|
2581
|
+
/**
|
|
2582
|
+
*
|
|
2583
|
+
* @param {*} [options] Override http request option.
|
|
2584
|
+
* @throws {RequiredError}
|
|
2585
|
+
*/
|
|
2586
|
+
async index5(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
2587
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.index5(options);
|
|
2588
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2589
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.index5']?.[localVarOperationServerIndex]?.url;
|
|
2590
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2591
|
+
},
|
|
2592
|
+
/**
|
|
2593
|
+
*
|
|
2594
|
+
* @param {*} [options] Override http request option.
|
|
2595
|
+
* @throws {RequiredError}
|
|
2596
|
+
*/
|
|
2597
|
+
async index6(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
2598
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.index6(options);
|
|
2599
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2600
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.index6']?.[localVarOperationServerIndex]?.url;
|
|
2601
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2602
|
+
},
|
|
2603
|
+
/**
|
|
2604
|
+
*
|
|
2605
|
+
* @param {SysOperLog} operLog
|
|
2606
|
+
* @param {*} [options] Override http request option.
|
|
2607
|
+
* @throws {RequiredError}
|
|
2608
|
+
*/
|
|
2609
|
+
async list3(operLog: SysOperLog, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TableDataInfo>> {
|
|
2610
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.list3(operLog, options);
|
|
2611
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2612
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.list3']?.[localVarOperationServerIndex]?.url;
|
|
2613
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2614
|
+
},
|
|
2615
|
+
/**
|
|
2616
|
+
*
|
|
2617
|
+
* @param {string} ipaddr
|
|
2618
|
+
* @param {string} userName
|
|
2619
|
+
* @param {*} [options] Override http request option.
|
|
2620
|
+
* @throws {RequiredError}
|
|
2621
|
+
*/
|
|
2622
|
+
async list4(ipaddr: string, userName: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TableDataInfo>> {
|
|
2623
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.list4(ipaddr, userName, options);
|
|
2624
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2625
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.list4']?.[localVarOperationServerIndex]?.url;
|
|
2626
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2627
|
+
},
|
|
2628
|
+
/**
|
|
2629
|
+
*
|
|
2630
|
+
* @param {SysLogininfor} logininfor
|
|
2631
|
+
* @param {*} [options] Override http request option.
|
|
2632
|
+
* @throws {RequiredError}
|
|
2633
|
+
*/
|
|
2634
|
+
async list5(logininfor: SysLogininfor, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TableDataInfo>> {
|
|
2635
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.list5(logininfor, options);
|
|
2636
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2637
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.list5']?.[localVarOperationServerIndex]?.url;
|
|
2638
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2639
|
+
},
|
|
2640
|
+
/**
|
|
2641
|
+
*
|
|
2642
|
+
* @param {*} [options] Override http request option.
|
|
2643
|
+
* @throws {RequiredError}
|
|
2644
|
+
*/
|
|
2645
|
+
async listAllDictType(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2646
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listAllDictType(options);
|
|
2647
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2648
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.listAllDictType']?.[localVarOperationServerIndex]?.url;
|
|
2649
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2650
|
+
},
|
|
2651
|
+
/**
|
|
2652
|
+
*
|
|
2653
|
+
* @param {SysConfig} config
|
|
2654
|
+
* @param {*} [options] Override http request option.
|
|
2655
|
+
* @throws {RequiredError}
|
|
2656
|
+
*/
|
|
2657
|
+
async listConfig(config: SysConfig, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TableDataInfo>> {
|
|
2658
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listConfig(config, options);
|
|
2659
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2660
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.listConfig']?.[localVarOperationServerIndex]?.url;
|
|
2661
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2662
|
+
},
|
|
2663
|
+
/**
|
|
2664
|
+
*
|
|
2665
|
+
* @param {SysDictData} dictData
|
|
2666
|
+
* @param {*} [options] Override http request option.
|
|
2667
|
+
* @throws {RequiredError}
|
|
2668
|
+
*/
|
|
2669
|
+
async listDictData(dictData: SysDictData, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TableDataInfo>> {
|
|
2670
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listDictData(dictData, options);
|
|
2671
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2672
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.listDictData']?.[localVarOperationServerIndex]?.url;
|
|
2673
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2674
|
+
},
|
|
2675
|
+
/**
|
|
2676
|
+
*
|
|
2677
|
+
* @param {string} dictType
|
|
2678
|
+
* @param {*} [options] Override http request option.
|
|
2679
|
+
* @throws {RequiredError}
|
|
2680
|
+
*/
|
|
2681
|
+
async listDictDataByType(dictType: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2682
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listDictDataByType(dictType, options);
|
|
2683
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2684
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.listDictDataByType']?.[localVarOperationServerIndex]?.url;
|
|
2685
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2686
|
+
},
|
|
2687
|
+
/**
|
|
2688
|
+
*
|
|
2689
|
+
* @param {SysDictType} dictType
|
|
2690
|
+
* @param {*} [options] Override http request option.
|
|
2691
|
+
* @throws {RequiredError}
|
|
2692
|
+
*/
|
|
2693
|
+
async listDictType(dictType: SysDictType, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<TableDataInfo>> {
|
|
2694
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.listDictType(dictType, options);
|
|
2695
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2696
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.listDictType']?.[localVarOperationServerIndex]?.url;
|
|
2697
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2698
|
+
},
|
|
2699
|
+
/**
|
|
2700
|
+
*
|
|
2701
|
+
* @param {string} body
|
|
2702
|
+
* @param {*} [options] Override http request option.
|
|
2703
|
+
* @throws {RequiredError}
|
|
2704
|
+
*/
|
|
2705
|
+
async menuCreate(body: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
2706
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.menuCreate(body, options);
|
|
2707
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2708
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.menuCreate']?.[localVarOperationServerIndex]?.url;
|
|
2709
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2710
|
+
},
|
|
2711
|
+
/**
|
|
2712
|
+
*
|
|
2713
|
+
* @param {*} [options] Override http request option.
|
|
2714
|
+
* @throws {RequiredError}
|
|
2715
|
+
*/
|
|
2716
|
+
async menuCreateSample(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
2717
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.menuCreateSample(options);
|
|
2718
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2719
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.menuCreateSample']?.[localVarOperationServerIndex]?.url;
|
|
2720
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2721
|
+
},
|
|
2722
|
+
/**
|
|
2723
|
+
*
|
|
2724
|
+
* @param {*} [options] Override http request option.
|
|
2725
|
+
* @throws {RequiredError}
|
|
2726
|
+
*/
|
|
2727
|
+
async menuDelete(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
2728
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.menuDelete(options);
|
|
2729
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2730
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.menuDelete']?.[localVarOperationServerIndex]?.url;
|
|
2731
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2732
|
+
},
|
|
2733
|
+
/**
|
|
2734
|
+
*
|
|
2735
|
+
* @param {string} menuId
|
|
2736
|
+
* @param {*} [options] Override http request option.
|
|
2737
|
+
* @throws {RequiredError}
|
|
2738
|
+
*/
|
|
2739
|
+
async menuDelete1(menuId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>> {
|
|
2740
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.menuDelete1(menuId, options);
|
|
2741
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2742
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.menuDelete1']?.[localVarOperationServerIndex]?.url;
|
|
2743
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2744
|
+
},
|
|
2745
|
+
/**
|
|
2746
|
+
*
|
|
2747
|
+
* @param {*} [options] Override http request option.
|
|
2748
|
+
* @throws {RequiredError}
|
|
2749
|
+
*/
|
|
2750
|
+
async menuGet(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WxMpMenu>> {
|
|
2751
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.menuGet(options);
|
|
2752
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2753
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.menuGet']?.[localVarOperationServerIndex]?.url;
|
|
2754
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2755
|
+
},
|
|
2756
|
+
/**
|
|
2757
|
+
*
|
|
2758
|
+
* @param {string} userid
|
|
2759
|
+
* @param {*} [options] Override http request option.
|
|
2760
|
+
* @throws {RequiredError}
|
|
2761
|
+
*/
|
|
2762
|
+
async menuTryMatch(userid: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<WxMenu>> {
|
|
2763
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.menuTryMatch(userid, options);
|
|
2764
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2765
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.menuTryMatch']?.[localVarOperationServerIndex]?.url;
|
|
2766
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2767
|
+
},
|
|
2768
|
+
/**
|
|
2769
|
+
*
|
|
2770
|
+
* @summary 缓存监控
|
|
2771
|
+
* @param {*} [options] Override http request option.
|
|
2772
|
+
* @throws {RequiredError}
|
|
2773
|
+
*/
|
|
2774
|
+
async monitorCacheGetInfo(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2775
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.monitorCacheGetInfo(options);
|
|
2776
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2777
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.monitorCacheGetInfo']?.[localVarOperationServerIndex]?.url;
|
|
2778
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2779
|
+
},
|
|
2780
|
+
/**
|
|
2781
|
+
*
|
|
2782
|
+
* @param {string} appid
|
|
2783
|
+
* @param {string} signature
|
|
2784
|
+
* @param {string} timestamp
|
|
2785
|
+
* @param {string} nonce
|
|
2786
|
+
* @param {string} openid
|
|
2787
|
+
* @param {string} body
|
|
2788
|
+
* @param {string} [encryptType]
|
|
2789
|
+
* @param {string} [msgSignature]
|
|
2790
|
+
* @param {*} [options] Override http request option.
|
|
2791
|
+
* @throws {RequiredError}
|
|
2792
|
+
*/
|
|
2793
|
+
async post(appid: string, signature: string, timestamp: string, nonce: string, openid: string, body: string, encryptType?: string, msgSignature?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
2794
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.post(appid, signature, timestamp, nonce, openid, body, encryptType, msgSignature, options);
|
|
2795
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2796
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.post']?.[localVarOperationServerIndex]?.url;
|
|
2797
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2798
|
+
},
|
|
2799
|
+
/**
|
|
2800
|
+
*
|
|
2801
|
+
* @param {string} appid
|
|
2802
|
+
* @param {string} timestamp
|
|
2803
|
+
* @param {string} nonce
|
|
2804
|
+
* @param {string} body
|
|
2805
|
+
* @param {string} [msgSignature]
|
|
2806
|
+
* @param {string} [encryptType]
|
|
2807
|
+
* @param {string} [signature]
|
|
2808
|
+
* @param {*} [options] Override http request option.
|
|
2809
|
+
* @throws {RequiredError}
|
|
2810
|
+
*/
|
|
2811
|
+
async post1(appid: string, timestamp: string, nonce: string, body: string, msgSignature?: string, encryptType?: string, signature?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
2812
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.post1(appid, timestamp, nonce, body, msgSignature, encryptType, signature, options);
|
|
2813
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2814
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.post1']?.[localVarOperationServerIndex]?.url;
|
|
2815
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2816
|
+
},
|
|
2817
|
+
/**
|
|
2818
|
+
*
|
|
2819
|
+
* @param {Array<number>} operIds
|
|
2820
|
+
* @param {*} [options] Override http request option.
|
|
2821
|
+
* @throws {RequiredError}
|
|
2822
|
+
*/
|
|
2823
|
+
async remove1(operIds: Array<number>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2824
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.remove1(operIds, options);
|
|
2825
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2826
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.remove1']?.[localVarOperationServerIndex]?.url;
|
|
2827
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2828
|
+
},
|
|
2829
|
+
/**
|
|
2830
|
+
*
|
|
2831
|
+
* @param {Array<number>} infoIds
|
|
2832
|
+
* @param {*} [options] Override http request option.
|
|
2833
|
+
* @throws {RequiredError}
|
|
2834
|
+
*/
|
|
2835
|
+
async remove2(infoIds: Array<number>, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2836
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.remove2(infoIds, options);
|
|
2837
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2838
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.remove2']?.[localVarOperationServerIndex]?.url;
|
|
2839
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2840
|
+
},
|
|
2841
|
+
/**
|
|
2842
|
+
*
|
|
2843
|
+
* @param {*} [options] Override http request option.
|
|
2844
|
+
* @throws {RequiredError}
|
|
2845
|
+
*/
|
|
2846
|
+
async resetConfigCache(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2847
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.resetConfigCache(options);
|
|
2848
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2849
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.resetConfigCache']?.[localVarOperationServerIndex]?.url;
|
|
2850
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2851
|
+
},
|
|
2852
|
+
/**
|
|
2853
|
+
*
|
|
2854
|
+
* @param {string} phone
|
|
2855
|
+
* @param {string} templateCode
|
|
2856
|
+
* @param {string} json
|
|
2857
|
+
* @param {*} [options] Override http request option.
|
|
2858
|
+
* @throws {RequiredError}
|
|
2859
|
+
*/
|
|
2860
|
+
async send(phone: string, templateCode: string, json: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>> {
|
|
2861
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.send(phone, templateCode, json, options);
|
|
2862
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2863
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.send']?.[localVarOperationServerIndex]?.url;
|
|
2864
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2865
|
+
},
|
|
2866
|
+
/**
|
|
2867
|
+
*
|
|
2868
|
+
* @param {string} msg
|
|
2869
|
+
* @param {string} openId
|
|
2870
|
+
* @param {*} [options] Override http request option.
|
|
2871
|
+
* @throws {RequiredError}
|
|
2872
|
+
*/
|
|
2873
|
+
async sendMsgByOpenId(msg: string, openId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
2874
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.sendMsgByOpenId(msg, openId, options);
|
|
2875
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2876
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.sendMsgByOpenId']?.[localVarOperationServerIndex]?.url;
|
|
2877
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2878
|
+
},
|
|
2879
|
+
/**
|
|
2880
|
+
*
|
|
2881
|
+
* @param {string} msg
|
|
2882
|
+
* @param {string} desc
|
|
2883
|
+
* @param {*} [options] Override http request option.
|
|
2884
|
+
* @throws {RequiredError}
|
|
2885
|
+
*/
|
|
2886
|
+
async sendTemplate(msg: string, desc: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
2887
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.sendTemplate(msg, desc, options);
|
|
2888
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2889
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.sendTemplate']?.[localVarOperationServerIndex]?.url;
|
|
2890
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2891
|
+
},
|
|
2892
|
+
/**
|
|
2893
|
+
*
|
|
2894
|
+
* @param {SysConfig} sysConfig
|
|
2895
|
+
* @param {*} [options] Override http request option.
|
|
2896
|
+
* @throws {RequiredError}
|
|
2897
|
+
*/
|
|
2898
|
+
async updateConfig(sysConfig: SysConfig, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2899
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateConfig(sysConfig, options);
|
|
2900
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2901
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.updateConfig']?.[localVarOperationServerIndex]?.url;
|
|
2902
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2903
|
+
},
|
|
2904
|
+
/**
|
|
2905
|
+
*
|
|
2906
|
+
* @param {SysDictData} sysDictData
|
|
2907
|
+
* @param {*} [options] Override http request option.
|
|
2908
|
+
* @throws {RequiredError}
|
|
2909
|
+
*/
|
|
2910
|
+
async updateDictData(sysDictData: SysDictData, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2911
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateDictData(sysDictData, options);
|
|
2912
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2913
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.updateDictData']?.[localVarOperationServerIndex]?.url;
|
|
2914
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2915
|
+
},
|
|
2916
|
+
/**
|
|
2917
|
+
*
|
|
2918
|
+
* @param {SysDictType} sysDictType
|
|
2919
|
+
* @param {*} [options] Override http request option.
|
|
2920
|
+
* @throws {RequiredError}
|
|
2921
|
+
*/
|
|
2922
|
+
async updateDictType(sysDictType: SysDictType, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{ [key: string]: object; }>> {
|
|
2923
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.updateDictType(sysDictType, options);
|
|
2924
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2925
|
+
const localVarOperationServerBasePath = operationServerMap['SysApi.updateDictType']?.[localVarOperationServerIndex]?.url;
|
|
2926
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2927
|
+
},
|
|
2928
|
+
}
|
|
2929
|
+
};
|
|
2930
|
+
|
|
2931
|
+
/**
|
|
2932
|
+
* SysApi - factory interface
|
|
2933
|
+
* @export
|
|
2934
|
+
*/
|
|
2935
|
+
export const SysApiFactory = function (configuration?: Configuration, basePath?: string, axios?: AxiosInstance) {
|
|
2936
|
+
const localVarFp = SysApiFp(configuration)
|
|
2937
|
+
return {
|
|
2938
|
+
/**
|
|
2939
|
+
*
|
|
2940
|
+
* @param {SysApiAuthGetRequest} requestParameters Request parameters.
|
|
2941
|
+
* @param {*} [options] Override http request option.
|
|
2942
|
+
* @throws {RequiredError}
|
|
2943
|
+
*/
|
|
2944
|
+
authGet(requestParameters: SysApiAuthGetRequest, options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
2945
|
+
return localVarFp.authGet(requestParameters.appid, requestParameters.signature, requestParameters.timestamp, requestParameters.nonce, requestParameters.echostr, options).then((request) => request(axios, basePath));
|
|
2946
|
+
},
|
|
2947
|
+
/**
|
|
2948
|
+
*
|
|
2949
|
+
* @param {SysApiAuthGet1Request} requestParameters Request parameters.
|
|
2950
|
+
* @param {*} [options] Override http request option.
|
|
2951
|
+
* @throws {RequiredError}
|
|
2952
|
+
*/
|
|
2953
|
+
authGet1(requestParameters: SysApiAuthGet1Request, options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
2954
|
+
return localVarFp.authGet1(requestParameters.appid, requestParameters.signature, requestParameters.timestamp, requestParameters.nonce, requestParameters.echostr, options).then((request) => request(axios, basePath));
|
|
2955
|
+
},
|
|
2956
|
+
/**
|
|
2957
|
+
*
|
|
2958
|
+
* @param {*} [options] Override http request option.
|
|
2959
|
+
* @throws {RequiredError}
|
|
2960
|
+
*/
|
|
2961
|
+
clean(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
2962
|
+
return localVarFp.clean(options).then((request) => request(axios, basePath));
|
|
2963
|
+
},
|
|
2964
|
+
/**
|
|
2965
|
+
*
|
|
2966
|
+
* @param {*} [options] Override http request option.
|
|
2967
|
+
* @throws {RequiredError}
|
|
2968
|
+
*/
|
|
2969
|
+
clean1(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
2970
|
+
return localVarFp.clean1(options).then((request) => request(axios, basePath));
|
|
2971
|
+
},
|
|
2972
|
+
/**
|
|
2973
|
+
*
|
|
2974
|
+
* @param {*} [options] Override http request option.
|
|
2975
|
+
* @throws {RequiredError}
|
|
2976
|
+
*/
|
|
2977
|
+
clearDictTypeCache(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
2978
|
+
return localVarFp.clearDictTypeCache(options).then((request) => request(axios, basePath));
|
|
2979
|
+
},
|
|
2980
|
+
/**
|
|
2981
|
+
*
|
|
2982
|
+
* @param {SysApiCreateConfigRequest} requestParameters Request parameters.
|
|
2983
|
+
* @param {*} [options] Override http request option.
|
|
2984
|
+
* @throws {RequiredError}
|
|
2985
|
+
*/
|
|
2986
|
+
createConfig(requestParameters: SysApiCreateConfigRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
2987
|
+
return localVarFp.createConfig(requestParameters.sysConfig, options).then((request) => request(axios, basePath));
|
|
2988
|
+
},
|
|
2989
|
+
/**
|
|
2990
|
+
*
|
|
2991
|
+
* @param {SysApiCreateDictDataRequest} requestParameters Request parameters.
|
|
2992
|
+
* @param {*} [options] Override http request option.
|
|
2993
|
+
* @throws {RequiredError}
|
|
2994
|
+
*/
|
|
2995
|
+
createDictData(requestParameters: SysApiCreateDictDataRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
2996
|
+
return localVarFp.createDictData(requestParameters.sysDictData, options).then((request) => request(axios, basePath));
|
|
2997
|
+
},
|
|
2998
|
+
/**
|
|
2999
|
+
*
|
|
3000
|
+
* @param {SysApiCreateDictTypeRequest} requestParameters Request parameters.
|
|
3001
|
+
* @param {*} [options] Override http request option.
|
|
3002
|
+
* @throws {RequiredError}
|
|
3003
|
+
*/
|
|
3004
|
+
createDictType(requestParameters: SysApiCreateDictTypeRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
3005
|
+
return localVarFp.createDictType(requestParameters.sysDictType, options).then((request) => request(axios, basePath));
|
|
3006
|
+
},
|
|
3007
|
+
/**
|
|
3008
|
+
*
|
|
3009
|
+
* @param {SysApiDeleteConfigRequest} requestParameters Request parameters.
|
|
3010
|
+
* @param {*} [options] Override http request option.
|
|
3011
|
+
* @throws {RequiredError}
|
|
3012
|
+
*/
|
|
3013
|
+
deleteConfig(requestParameters: SysApiDeleteConfigRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
3014
|
+
return localVarFp.deleteConfig(requestParameters.configIds, options).then((request) => request(axios, basePath));
|
|
3015
|
+
},
|
|
3016
|
+
/**
|
|
3017
|
+
*
|
|
3018
|
+
* @param {SysApiDeleteDictDataRequest} requestParameters Request parameters.
|
|
3019
|
+
* @param {*} [options] Override http request option.
|
|
3020
|
+
* @throws {RequiredError}
|
|
3021
|
+
*/
|
|
3022
|
+
deleteDictData(requestParameters: SysApiDeleteDictDataRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
3023
|
+
return localVarFp.deleteDictData(requestParameters.dictCodes, options).then((request) => request(axios, basePath));
|
|
3024
|
+
},
|
|
3025
|
+
/**
|
|
3026
|
+
*
|
|
3027
|
+
* @param {SysApiDeleteDictTypeRequest} requestParameters Request parameters.
|
|
3028
|
+
* @param {*} [options] Override http request option.
|
|
3029
|
+
* @throws {RequiredError}
|
|
3030
|
+
*/
|
|
3031
|
+
deleteDictType(requestParameters: SysApiDeleteDictTypeRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
3032
|
+
return localVarFp.deleteDictType(requestParameters.dictIds, options).then((request) => request(axios, basePath));
|
|
3033
|
+
},
|
|
3034
|
+
/**
|
|
3035
|
+
*
|
|
3036
|
+
* @param {SysApiExport1Request} requestParameters Request parameters.
|
|
3037
|
+
* @param {*} [options] Override http request option.
|
|
3038
|
+
* @throws {RequiredError}
|
|
3039
|
+
*/
|
|
3040
|
+
export1(requestParameters: SysApiExport1Request, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
3041
|
+
return localVarFp.export1(requestParameters.operLog, options).then((request) => request(axios, basePath));
|
|
3042
|
+
},
|
|
3043
|
+
/**
|
|
3044
|
+
*
|
|
3045
|
+
* @param {SysApiExport2Request} requestParameters Request parameters.
|
|
3046
|
+
* @param {*} [options] Override http request option.
|
|
3047
|
+
* @throws {RequiredError}
|
|
3048
|
+
*/
|
|
3049
|
+
export2(requestParameters: SysApiExport2Request, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
3050
|
+
return localVarFp.export2(requestParameters.logininfor, options).then((request) => request(axios, basePath));
|
|
3051
|
+
},
|
|
3052
|
+
/**
|
|
3053
|
+
*
|
|
3054
|
+
* @param {SysApiExportConfigRequest} requestParameters Request parameters.
|
|
3055
|
+
* @param {*} [options] Override http request option.
|
|
3056
|
+
* @throws {RequiredError}
|
|
3057
|
+
*/
|
|
3058
|
+
exportConfig(requestParameters: SysApiExportConfigRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
3059
|
+
return localVarFp.exportConfig(requestParameters.config, options).then((request) => request(axios, basePath));
|
|
3060
|
+
},
|
|
3061
|
+
/**
|
|
3062
|
+
*
|
|
3063
|
+
* @param {SysApiExportDictDataRequest} requestParameters Request parameters.
|
|
3064
|
+
* @param {*} [options] Override http request option.
|
|
3065
|
+
* @throws {RequiredError}
|
|
3066
|
+
*/
|
|
3067
|
+
exportDictData(requestParameters: SysApiExportDictDataRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
3068
|
+
return localVarFp.exportDictData(requestParameters.dictData, options).then((request) => request(axios, basePath));
|
|
3069
|
+
},
|
|
3070
|
+
/**
|
|
3071
|
+
*
|
|
3072
|
+
* @param {SysApiExportDictTypeRequest} requestParameters Request parameters.
|
|
3073
|
+
* @param {*} [options] Override http request option.
|
|
3074
|
+
* @throws {RequiredError}
|
|
3075
|
+
*/
|
|
3076
|
+
exportDictType(requestParameters: SysApiExportDictTypeRequest, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
3077
|
+
return localVarFp.exportDictType(requestParameters.dictType, options).then((request) => request(axios, basePath));
|
|
3078
|
+
},
|
|
3079
|
+
/**
|
|
3080
|
+
*
|
|
3081
|
+
* @param {SysApiForceLogoutRequest} requestParameters Request parameters.
|
|
3082
|
+
* @param {*} [options] Override http request option.
|
|
3083
|
+
* @throws {RequiredError}
|
|
3084
|
+
*/
|
|
3085
|
+
forceLogout(requestParameters: SysApiForceLogoutRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
3086
|
+
return localVarFp.forceLogout(requestParameters.tokenId, options).then((request) => request(axios, basePath));
|
|
3087
|
+
},
|
|
3088
|
+
/**
|
|
3089
|
+
*
|
|
3090
|
+
* @param {SysApiGetConfigRequest} requestParameters Request parameters.
|
|
3091
|
+
* @param {*} [options] Override http request option.
|
|
3092
|
+
* @throws {RequiredError}
|
|
3093
|
+
*/
|
|
3094
|
+
getConfig(requestParameters: SysApiGetConfigRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
3095
|
+
return localVarFp.getConfig(requestParameters.configId, options).then((request) => request(axios, basePath));
|
|
3096
|
+
},
|
|
3097
|
+
/**
|
|
3098
|
+
*
|
|
3099
|
+
* @param {SysApiGetConfigByKeyRequest} requestParameters Request parameters.
|
|
3100
|
+
* @param {*} [options] Override http request option.
|
|
3101
|
+
* @throws {RequiredError}
|
|
3102
|
+
*/
|
|
3103
|
+
getConfigByKey(requestParameters: SysApiGetConfigByKeyRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
3104
|
+
return localVarFp.getConfigByKey(requestParameters.configKey, options).then((request) => request(axios, basePath));
|
|
3105
|
+
},
|
|
3106
|
+
/**
|
|
3107
|
+
*
|
|
3108
|
+
* @param {SysApiGetDictDataRequest} requestParameters Request parameters.
|
|
3109
|
+
* @param {*} [options] Override http request option.
|
|
3110
|
+
* @throws {RequiredError}
|
|
3111
|
+
*/
|
|
3112
|
+
getDictData(requestParameters: SysApiGetDictDataRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
3113
|
+
return localVarFp.getDictData(requestParameters.dictCode, options).then((request) => request(axios, basePath));
|
|
3114
|
+
},
|
|
3115
|
+
/**
|
|
3116
|
+
*
|
|
3117
|
+
* @param {SysApiGetDictTypeRequest} requestParameters Request parameters.
|
|
3118
|
+
* @param {*} [options] Override http request option.
|
|
3119
|
+
* @throws {RequiredError}
|
|
3120
|
+
*/
|
|
3121
|
+
getDictType(requestParameters: SysApiGetDictTypeRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
3122
|
+
return localVarFp.getDictType(requestParameters.dictId, options).then((request) => request(axios, basePath));
|
|
3123
|
+
},
|
|
3124
|
+
/**
|
|
3125
|
+
*
|
|
3126
|
+
* @param {*} [options] Override http request option.
|
|
3127
|
+
* @throws {RequiredError}
|
|
3128
|
+
*/
|
|
3129
|
+
getSelfMenuInfo(options?: RawAxiosRequestConfig): AxiosPromise<WxMpGetSelfMenuInfoResult> {
|
|
3130
|
+
return localVarFp.getSelfMenuInfo(options).then((request) => request(axios, basePath));
|
|
3131
|
+
},
|
|
3132
|
+
/**
|
|
3133
|
+
*
|
|
3134
|
+
* @param {*} [options] Override http request option.
|
|
3135
|
+
* @throws {RequiredError}
|
|
3136
|
+
*/
|
|
3137
|
+
index(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
3138
|
+
return localVarFp.index(options).then((request) => request(axios, basePath));
|
|
3139
|
+
},
|
|
3140
|
+
/**
|
|
3141
|
+
*
|
|
3142
|
+
* @param {*} [options] Override http request option.
|
|
3143
|
+
* @throws {RequiredError}
|
|
3144
|
+
*/
|
|
3145
|
+
index1(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
3146
|
+
return localVarFp.index1(options).then((request) => request(axios, basePath));
|
|
3147
|
+
},
|
|
3148
|
+
/**
|
|
3149
|
+
*
|
|
3150
|
+
* @param {*} [options] Override http request option.
|
|
3151
|
+
* @throws {RequiredError}
|
|
3152
|
+
*/
|
|
3153
|
+
index2(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
3154
|
+
return localVarFp.index2(options).then((request) => request(axios, basePath));
|
|
3155
|
+
},
|
|
3156
|
+
/**
|
|
3157
|
+
*
|
|
3158
|
+
* @param {*} [options] Override http request option.
|
|
3159
|
+
* @throws {RequiredError}
|
|
3160
|
+
*/
|
|
3161
|
+
index3(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
3162
|
+
return localVarFp.index3(options).then((request) => request(axios, basePath));
|
|
3163
|
+
},
|
|
3164
|
+
/**
|
|
3165
|
+
*
|
|
3166
|
+
* @param {*} [options] Override http request option.
|
|
3167
|
+
* @throws {RequiredError}
|
|
3168
|
+
*/
|
|
3169
|
+
index4(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
3170
|
+
return localVarFp.index4(options).then((request) => request(axios, basePath));
|
|
3171
|
+
},
|
|
3172
|
+
/**
|
|
3173
|
+
*
|
|
3174
|
+
* @param {*} [options] Override http request option.
|
|
3175
|
+
* @throws {RequiredError}
|
|
3176
|
+
*/
|
|
3177
|
+
index5(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
3178
|
+
return localVarFp.index5(options).then((request) => request(axios, basePath));
|
|
3179
|
+
},
|
|
3180
|
+
/**
|
|
3181
|
+
*
|
|
3182
|
+
* @param {*} [options] Override http request option.
|
|
3183
|
+
* @throws {RequiredError}
|
|
3184
|
+
*/
|
|
3185
|
+
index6(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
3186
|
+
return localVarFp.index6(options).then((request) => request(axios, basePath));
|
|
3187
|
+
},
|
|
3188
|
+
/**
|
|
3189
|
+
*
|
|
3190
|
+
* @param {SysApiList3Request} requestParameters Request parameters.
|
|
3191
|
+
* @param {*} [options] Override http request option.
|
|
3192
|
+
* @throws {RequiredError}
|
|
3193
|
+
*/
|
|
3194
|
+
list3(requestParameters: SysApiList3Request, options?: RawAxiosRequestConfig): AxiosPromise<TableDataInfo> {
|
|
3195
|
+
return localVarFp.list3(requestParameters.operLog, options).then((request) => request(axios, basePath));
|
|
3196
|
+
},
|
|
3197
|
+
/**
|
|
3198
|
+
*
|
|
3199
|
+
* @param {SysApiList4Request} requestParameters Request parameters.
|
|
3200
|
+
* @param {*} [options] Override http request option.
|
|
3201
|
+
* @throws {RequiredError}
|
|
3202
|
+
*/
|
|
3203
|
+
list4(requestParameters: SysApiList4Request, options?: RawAxiosRequestConfig): AxiosPromise<TableDataInfo> {
|
|
3204
|
+
return localVarFp.list4(requestParameters.ipaddr, requestParameters.userName, options).then((request) => request(axios, basePath));
|
|
3205
|
+
},
|
|
3206
|
+
/**
|
|
3207
|
+
*
|
|
3208
|
+
* @param {SysApiList5Request} requestParameters Request parameters.
|
|
3209
|
+
* @param {*} [options] Override http request option.
|
|
3210
|
+
* @throws {RequiredError}
|
|
3211
|
+
*/
|
|
3212
|
+
list5(requestParameters: SysApiList5Request, options?: RawAxiosRequestConfig): AxiosPromise<TableDataInfo> {
|
|
3213
|
+
return localVarFp.list5(requestParameters.logininfor, options).then((request) => request(axios, basePath));
|
|
3214
|
+
},
|
|
3215
|
+
/**
|
|
3216
|
+
*
|
|
3217
|
+
* @param {*} [options] Override http request option.
|
|
3218
|
+
* @throws {RequiredError}
|
|
3219
|
+
*/
|
|
3220
|
+
listAllDictType(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
3221
|
+
return localVarFp.listAllDictType(options).then((request) => request(axios, basePath));
|
|
3222
|
+
},
|
|
3223
|
+
/**
|
|
3224
|
+
*
|
|
3225
|
+
* @param {SysApiListConfigRequest} requestParameters Request parameters.
|
|
3226
|
+
* @param {*} [options] Override http request option.
|
|
3227
|
+
* @throws {RequiredError}
|
|
3228
|
+
*/
|
|
3229
|
+
listConfig(requestParameters: SysApiListConfigRequest, options?: RawAxiosRequestConfig): AxiosPromise<TableDataInfo> {
|
|
3230
|
+
return localVarFp.listConfig(requestParameters.config, options).then((request) => request(axios, basePath));
|
|
3231
|
+
},
|
|
3232
|
+
/**
|
|
3233
|
+
*
|
|
3234
|
+
* @param {SysApiListDictDataRequest} requestParameters Request parameters.
|
|
3235
|
+
* @param {*} [options] Override http request option.
|
|
3236
|
+
* @throws {RequiredError}
|
|
3237
|
+
*/
|
|
3238
|
+
listDictData(requestParameters: SysApiListDictDataRequest, options?: RawAxiosRequestConfig): AxiosPromise<TableDataInfo> {
|
|
3239
|
+
return localVarFp.listDictData(requestParameters.dictData, options).then((request) => request(axios, basePath));
|
|
3240
|
+
},
|
|
3241
|
+
/**
|
|
3242
|
+
*
|
|
3243
|
+
* @param {SysApiListDictDataByTypeRequest} requestParameters Request parameters.
|
|
3244
|
+
* @param {*} [options] Override http request option.
|
|
3245
|
+
* @throws {RequiredError}
|
|
3246
|
+
*/
|
|
3247
|
+
listDictDataByType(requestParameters: SysApiListDictDataByTypeRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
3248
|
+
return localVarFp.listDictDataByType(requestParameters.dictType, options).then((request) => request(axios, basePath));
|
|
3249
|
+
},
|
|
3250
|
+
/**
|
|
3251
|
+
*
|
|
3252
|
+
* @param {SysApiListDictTypeRequest} requestParameters Request parameters.
|
|
3253
|
+
* @param {*} [options] Override http request option.
|
|
3254
|
+
* @throws {RequiredError}
|
|
3255
|
+
*/
|
|
3256
|
+
listDictType(requestParameters: SysApiListDictTypeRequest, options?: RawAxiosRequestConfig): AxiosPromise<TableDataInfo> {
|
|
3257
|
+
return localVarFp.listDictType(requestParameters.dictType, options).then((request) => request(axios, basePath));
|
|
3258
|
+
},
|
|
3259
|
+
/**
|
|
3260
|
+
*
|
|
3261
|
+
* @param {SysApiMenuCreateRequest} requestParameters Request parameters.
|
|
3262
|
+
* @param {*} [options] Override http request option.
|
|
3263
|
+
* @throws {RequiredError}
|
|
3264
|
+
*/
|
|
3265
|
+
menuCreate(requestParameters: SysApiMenuCreateRequest, options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
3266
|
+
return localVarFp.menuCreate(requestParameters.body, options).then((request) => request(axios, basePath));
|
|
3267
|
+
},
|
|
3268
|
+
/**
|
|
3269
|
+
*
|
|
3270
|
+
* @param {*} [options] Override http request option.
|
|
3271
|
+
* @throws {RequiredError}
|
|
3272
|
+
*/
|
|
3273
|
+
menuCreateSample(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
3274
|
+
return localVarFp.menuCreateSample(options).then((request) => request(axios, basePath));
|
|
3275
|
+
},
|
|
3276
|
+
/**
|
|
3277
|
+
*
|
|
3278
|
+
* @param {*} [options] Override http request option.
|
|
3279
|
+
* @throws {RequiredError}
|
|
3280
|
+
*/
|
|
3281
|
+
menuDelete(options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
3282
|
+
return localVarFp.menuDelete(options).then((request) => request(axios, basePath));
|
|
3283
|
+
},
|
|
3284
|
+
/**
|
|
3285
|
+
*
|
|
3286
|
+
* @param {SysApiMenuDelete1Request} requestParameters Request parameters.
|
|
3287
|
+
* @param {*} [options] Override http request option.
|
|
3288
|
+
* @throws {RequiredError}
|
|
3289
|
+
*/
|
|
3290
|
+
menuDelete1(requestParameters: SysApiMenuDelete1Request, options?: RawAxiosRequestConfig): AxiosPromise<void> {
|
|
3291
|
+
return localVarFp.menuDelete1(requestParameters.menuId, options).then((request) => request(axios, basePath));
|
|
3292
|
+
},
|
|
3293
|
+
/**
|
|
3294
|
+
*
|
|
3295
|
+
* @param {*} [options] Override http request option.
|
|
3296
|
+
* @throws {RequiredError}
|
|
3297
|
+
*/
|
|
3298
|
+
menuGet(options?: RawAxiosRequestConfig): AxiosPromise<WxMpMenu> {
|
|
3299
|
+
return localVarFp.menuGet(options).then((request) => request(axios, basePath));
|
|
3300
|
+
},
|
|
3301
|
+
/**
|
|
3302
|
+
*
|
|
3303
|
+
* @param {SysApiMenuTryMatchRequest} requestParameters Request parameters.
|
|
3304
|
+
* @param {*} [options] Override http request option.
|
|
3305
|
+
* @throws {RequiredError}
|
|
3306
|
+
*/
|
|
3307
|
+
menuTryMatch(requestParameters: SysApiMenuTryMatchRequest, options?: RawAxiosRequestConfig): AxiosPromise<WxMenu> {
|
|
3308
|
+
return localVarFp.menuTryMatch(requestParameters.userid, options).then((request) => request(axios, basePath));
|
|
3309
|
+
},
|
|
3310
|
+
/**
|
|
3311
|
+
*
|
|
3312
|
+
* @summary 缓存监控
|
|
3313
|
+
* @param {*} [options] Override http request option.
|
|
3314
|
+
* @throws {RequiredError}
|
|
3315
|
+
*/
|
|
3316
|
+
monitorCacheGetInfo(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
3317
|
+
return localVarFp.monitorCacheGetInfo(options).then((request) => request(axios, basePath));
|
|
3318
|
+
},
|
|
3319
|
+
/**
|
|
3320
|
+
*
|
|
3321
|
+
* @param {SysApiPostRequest} requestParameters Request parameters.
|
|
3322
|
+
* @param {*} [options] Override http request option.
|
|
3323
|
+
* @throws {RequiredError}
|
|
3324
|
+
*/
|
|
3325
|
+
post(requestParameters: SysApiPostRequest, options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
3326
|
+
return localVarFp.post(requestParameters.appid, requestParameters.signature, requestParameters.timestamp, requestParameters.nonce, requestParameters.openid, requestParameters.body, requestParameters.encryptType, requestParameters.msgSignature, options).then((request) => request(axios, basePath));
|
|
3327
|
+
},
|
|
3328
|
+
/**
|
|
3329
|
+
*
|
|
3330
|
+
* @param {SysApiPost1Request} requestParameters Request parameters.
|
|
3331
|
+
* @param {*} [options] Override http request option.
|
|
3332
|
+
* @throws {RequiredError}
|
|
3333
|
+
*/
|
|
3334
|
+
post1(requestParameters: SysApiPost1Request, options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
3335
|
+
return localVarFp.post1(requestParameters.appid, requestParameters.timestamp, requestParameters.nonce, requestParameters.body, requestParameters.msgSignature, requestParameters.encryptType, requestParameters.signature, options).then((request) => request(axios, basePath));
|
|
3336
|
+
},
|
|
3337
|
+
/**
|
|
3338
|
+
*
|
|
3339
|
+
* @param {SysApiRemove1Request} requestParameters Request parameters.
|
|
3340
|
+
* @param {*} [options] Override http request option.
|
|
3341
|
+
* @throws {RequiredError}
|
|
3342
|
+
*/
|
|
3343
|
+
remove1(requestParameters: SysApiRemove1Request, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
3344
|
+
return localVarFp.remove1(requestParameters.operIds, options).then((request) => request(axios, basePath));
|
|
3345
|
+
},
|
|
3346
|
+
/**
|
|
3347
|
+
*
|
|
3348
|
+
* @param {SysApiRemove2Request} requestParameters Request parameters.
|
|
3349
|
+
* @param {*} [options] Override http request option.
|
|
3350
|
+
* @throws {RequiredError}
|
|
3351
|
+
*/
|
|
3352
|
+
remove2(requestParameters: SysApiRemove2Request, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
3353
|
+
return localVarFp.remove2(requestParameters.infoIds, options).then((request) => request(axios, basePath));
|
|
3354
|
+
},
|
|
3355
|
+
/**
|
|
3356
|
+
*
|
|
3357
|
+
* @param {*} [options] Override http request option.
|
|
3358
|
+
* @throws {RequiredError}
|
|
3359
|
+
*/
|
|
3360
|
+
resetConfigCache(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
3361
|
+
return localVarFp.resetConfigCache(options).then((request) => request(axios, basePath));
|
|
3362
|
+
},
|
|
3363
|
+
/**
|
|
3364
|
+
*
|
|
3365
|
+
* @param {SysApiSendRequest} requestParameters Request parameters.
|
|
3366
|
+
* @param {*} [options] Override http request option.
|
|
3367
|
+
* @throws {RequiredError}
|
|
3368
|
+
*/
|
|
3369
|
+
send(requestParameters: SysApiSendRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
3370
|
+
return localVarFp.send(requestParameters.phone, requestParameters.templateCode, requestParameters.json, options).then((request) => request(axios, basePath));
|
|
3371
|
+
},
|
|
3372
|
+
/**
|
|
3373
|
+
*
|
|
3374
|
+
* @param {SysApiSendMsgByOpenIdRequest} requestParameters Request parameters.
|
|
3375
|
+
* @param {*} [options] Override http request option.
|
|
3376
|
+
* @throws {RequiredError}
|
|
3377
|
+
*/
|
|
3378
|
+
sendMsgByOpenId(requestParameters: SysApiSendMsgByOpenIdRequest, options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
3379
|
+
return localVarFp.sendMsgByOpenId(requestParameters.msg, requestParameters.openId, options).then((request) => request(axios, basePath));
|
|
3380
|
+
},
|
|
3381
|
+
/**
|
|
3382
|
+
*
|
|
3383
|
+
* @param {SysApiSendTemplateRequest} requestParameters Request parameters.
|
|
3384
|
+
* @param {*} [options] Override http request option.
|
|
3385
|
+
* @throws {RequiredError}
|
|
3386
|
+
*/
|
|
3387
|
+
sendTemplate(requestParameters: SysApiSendTemplateRequest, options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
3388
|
+
return localVarFp.sendTemplate(requestParameters.msg, requestParameters.desc, options).then((request) => request(axios, basePath));
|
|
3389
|
+
},
|
|
3390
|
+
/**
|
|
3391
|
+
*
|
|
3392
|
+
* @param {SysApiUpdateConfigRequest} requestParameters Request parameters.
|
|
3393
|
+
* @param {*} [options] Override http request option.
|
|
3394
|
+
* @throws {RequiredError}
|
|
3395
|
+
*/
|
|
3396
|
+
updateConfig(requestParameters: SysApiUpdateConfigRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
3397
|
+
return localVarFp.updateConfig(requestParameters.sysConfig, options).then((request) => request(axios, basePath));
|
|
3398
|
+
},
|
|
3399
|
+
/**
|
|
3400
|
+
*
|
|
3401
|
+
* @param {SysApiUpdateDictDataRequest} requestParameters Request parameters.
|
|
3402
|
+
* @param {*} [options] Override http request option.
|
|
3403
|
+
* @throws {RequiredError}
|
|
3404
|
+
*/
|
|
3405
|
+
updateDictData(requestParameters: SysApiUpdateDictDataRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
3406
|
+
return localVarFp.updateDictData(requestParameters.sysDictData, options).then((request) => request(axios, basePath));
|
|
3407
|
+
},
|
|
3408
|
+
/**
|
|
3409
|
+
*
|
|
3410
|
+
* @param {SysApiUpdateDictTypeRequest} requestParameters Request parameters.
|
|
3411
|
+
* @param {*} [options] Override http request option.
|
|
3412
|
+
* @throws {RequiredError}
|
|
3413
|
+
*/
|
|
3414
|
+
updateDictType(requestParameters: SysApiUpdateDictTypeRequest, options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
3415
|
+
return localVarFp.updateDictType(requestParameters.sysDictType, options).then((request) => request(axios, basePath));
|
|
3416
|
+
},
|
|
3417
|
+
};
|
|
3418
|
+
};
|
|
3419
|
+
|
|
3420
|
+
/**
|
|
3421
|
+
* Request parameters for authGet operation in SysApi.
|
|
3422
|
+
* @export
|
|
3423
|
+
* @interface SysApiAuthGetRequest
|
|
3424
|
+
*/
|
|
3425
|
+
export interface SysApiAuthGetRequest {
|
|
3426
|
+
/**
|
|
3427
|
+
*
|
|
3428
|
+
* @type {string}
|
|
3429
|
+
* @memberof SysApiAuthGet
|
|
3430
|
+
*/
|
|
3431
|
+
readonly appid: string
|
|
3432
|
+
|
|
3433
|
+
/**
|
|
3434
|
+
*
|
|
3435
|
+
* @type {string}
|
|
3436
|
+
* @memberof SysApiAuthGet
|
|
3437
|
+
*/
|
|
3438
|
+
readonly signature?: string
|
|
3439
|
+
|
|
3440
|
+
/**
|
|
3441
|
+
*
|
|
3442
|
+
* @type {string}
|
|
3443
|
+
* @memberof SysApiAuthGet
|
|
3444
|
+
*/
|
|
3445
|
+
readonly timestamp?: string
|
|
3446
|
+
|
|
3447
|
+
/**
|
|
3448
|
+
*
|
|
3449
|
+
* @type {string}
|
|
3450
|
+
* @memberof SysApiAuthGet
|
|
3451
|
+
*/
|
|
3452
|
+
readonly nonce?: string
|
|
3453
|
+
|
|
3454
|
+
/**
|
|
3455
|
+
*
|
|
3456
|
+
* @type {string}
|
|
3457
|
+
* @memberof SysApiAuthGet
|
|
3458
|
+
*/
|
|
3459
|
+
readonly echostr?: string
|
|
3460
|
+
}
|
|
3461
|
+
|
|
3462
|
+
/**
|
|
3463
|
+
* Request parameters for authGet1 operation in SysApi.
|
|
3464
|
+
* @export
|
|
3465
|
+
* @interface SysApiAuthGet1Request
|
|
3466
|
+
*/
|
|
3467
|
+
export interface SysApiAuthGet1Request {
|
|
3468
|
+
/**
|
|
3469
|
+
*
|
|
3470
|
+
* @type {string}
|
|
3471
|
+
* @memberof SysApiAuthGet1
|
|
3472
|
+
*/
|
|
3473
|
+
readonly appid: string
|
|
3474
|
+
|
|
3475
|
+
/**
|
|
3476
|
+
*
|
|
3477
|
+
* @type {string}
|
|
3478
|
+
* @memberof SysApiAuthGet1
|
|
3479
|
+
*/
|
|
3480
|
+
readonly signature?: string
|
|
3481
|
+
|
|
3482
|
+
/**
|
|
3483
|
+
*
|
|
3484
|
+
* @type {string}
|
|
3485
|
+
* @memberof SysApiAuthGet1
|
|
3486
|
+
*/
|
|
3487
|
+
readonly timestamp?: string
|
|
3488
|
+
|
|
3489
|
+
/**
|
|
3490
|
+
*
|
|
3491
|
+
* @type {string}
|
|
3492
|
+
* @memberof SysApiAuthGet1
|
|
3493
|
+
*/
|
|
3494
|
+
readonly nonce?: string
|
|
3495
|
+
|
|
3496
|
+
/**
|
|
3497
|
+
*
|
|
3498
|
+
* @type {string}
|
|
3499
|
+
* @memberof SysApiAuthGet1
|
|
3500
|
+
*/
|
|
3501
|
+
readonly echostr?: string
|
|
3502
|
+
}
|
|
3503
|
+
|
|
3504
|
+
/**
|
|
3505
|
+
* Request parameters for createConfig operation in SysApi.
|
|
3506
|
+
* @export
|
|
3507
|
+
* @interface SysApiCreateConfigRequest
|
|
3508
|
+
*/
|
|
3509
|
+
export interface SysApiCreateConfigRequest {
|
|
3510
|
+
/**
|
|
3511
|
+
*
|
|
3512
|
+
* @type {SysConfig}
|
|
3513
|
+
* @memberof SysApiCreateConfig
|
|
3514
|
+
*/
|
|
3515
|
+
readonly sysConfig: SysConfig
|
|
3516
|
+
}
|
|
3517
|
+
|
|
3518
|
+
/**
|
|
3519
|
+
* Request parameters for createDictData operation in SysApi.
|
|
3520
|
+
* @export
|
|
3521
|
+
* @interface SysApiCreateDictDataRequest
|
|
3522
|
+
*/
|
|
3523
|
+
export interface SysApiCreateDictDataRequest {
|
|
3524
|
+
/**
|
|
3525
|
+
*
|
|
3526
|
+
* @type {SysDictData}
|
|
3527
|
+
* @memberof SysApiCreateDictData
|
|
3528
|
+
*/
|
|
3529
|
+
readonly sysDictData: SysDictData
|
|
3530
|
+
}
|
|
3531
|
+
|
|
3532
|
+
/**
|
|
3533
|
+
* Request parameters for createDictType operation in SysApi.
|
|
3534
|
+
* @export
|
|
3535
|
+
* @interface SysApiCreateDictTypeRequest
|
|
3536
|
+
*/
|
|
3537
|
+
export interface SysApiCreateDictTypeRequest {
|
|
3538
|
+
/**
|
|
3539
|
+
*
|
|
3540
|
+
* @type {SysDictType}
|
|
3541
|
+
* @memberof SysApiCreateDictType
|
|
3542
|
+
*/
|
|
3543
|
+
readonly sysDictType: SysDictType
|
|
3544
|
+
}
|
|
3545
|
+
|
|
3546
|
+
/**
|
|
3547
|
+
* Request parameters for deleteConfig operation in SysApi.
|
|
3548
|
+
* @export
|
|
3549
|
+
* @interface SysApiDeleteConfigRequest
|
|
3550
|
+
*/
|
|
3551
|
+
export interface SysApiDeleteConfigRequest {
|
|
3552
|
+
/**
|
|
3553
|
+
*
|
|
3554
|
+
* @type {Array<number>}
|
|
3555
|
+
* @memberof SysApiDeleteConfig
|
|
3556
|
+
*/
|
|
3557
|
+
readonly configIds: Array<number>
|
|
3558
|
+
}
|
|
3559
|
+
|
|
3560
|
+
/**
|
|
3561
|
+
* Request parameters for deleteDictData operation in SysApi.
|
|
3562
|
+
* @export
|
|
3563
|
+
* @interface SysApiDeleteDictDataRequest
|
|
3564
|
+
*/
|
|
3565
|
+
export interface SysApiDeleteDictDataRequest {
|
|
3566
|
+
/**
|
|
3567
|
+
*
|
|
3568
|
+
* @type {Array<number>}
|
|
3569
|
+
* @memberof SysApiDeleteDictData
|
|
3570
|
+
*/
|
|
3571
|
+
readonly dictCodes: Array<number>
|
|
3572
|
+
}
|
|
3573
|
+
|
|
3574
|
+
/**
|
|
3575
|
+
* Request parameters for deleteDictType operation in SysApi.
|
|
3576
|
+
* @export
|
|
3577
|
+
* @interface SysApiDeleteDictTypeRequest
|
|
3578
|
+
*/
|
|
3579
|
+
export interface SysApiDeleteDictTypeRequest {
|
|
3580
|
+
/**
|
|
3581
|
+
*
|
|
3582
|
+
* @type {Array<number>}
|
|
3583
|
+
* @memberof SysApiDeleteDictType
|
|
3584
|
+
*/
|
|
3585
|
+
readonly dictIds: Array<number>
|
|
3586
|
+
}
|
|
3587
|
+
|
|
3588
|
+
/**
|
|
3589
|
+
* Request parameters for export1 operation in SysApi.
|
|
3590
|
+
* @export
|
|
3591
|
+
* @interface SysApiExport1Request
|
|
3592
|
+
*/
|
|
3593
|
+
export interface SysApiExport1Request {
|
|
3594
|
+
/**
|
|
3595
|
+
*
|
|
3596
|
+
* @type {SysOperLog}
|
|
3597
|
+
* @memberof SysApiExport1
|
|
3598
|
+
*/
|
|
3599
|
+
readonly operLog: SysOperLog
|
|
3600
|
+
}
|
|
3601
|
+
|
|
3602
|
+
/**
|
|
3603
|
+
* Request parameters for export2 operation in SysApi.
|
|
3604
|
+
* @export
|
|
3605
|
+
* @interface SysApiExport2Request
|
|
3606
|
+
*/
|
|
3607
|
+
export interface SysApiExport2Request {
|
|
3608
|
+
/**
|
|
3609
|
+
*
|
|
3610
|
+
* @type {SysLogininfor}
|
|
3611
|
+
* @memberof SysApiExport2
|
|
3612
|
+
*/
|
|
3613
|
+
readonly logininfor: SysLogininfor
|
|
3614
|
+
}
|
|
3615
|
+
|
|
3616
|
+
/**
|
|
3617
|
+
* Request parameters for exportConfig operation in SysApi.
|
|
3618
|
+
* @export
|
|
3619
|
+
* @interface SysApiExportConfigRequest
|
|
3620
|
+
*/
|
|
3621
|
+
export interface SysApiExportConfigRequest {
|
|
3622
|
+
/**
|
|
3623
|
+
*
|
|
3624
|
+
* @type {SysConfig}
|
|
3625
|
+
* @memberof SysApiExportConfig
|
|
3626
|
+
*/
|
|
3627
|
+
readonly config: SysConfig
|
|
3628
|
+
}
|
|
3629
|
+
|
|
3630
|
+
/**
|
|
3631
|
+
* Request parameters for exportDictData operation in SysApi.
|
|
3632
|
+
* @export
|
|
3633
|
+
* @interface SysApiExportDictDataRequest
|
|
3634
|
+
*/
|
|
3635
|
+
export interface SysApiExportDictDataRequest {
|
|
3636
|
+
/**
|
|
3637
|
+
*
|
|
3638
|
+
* @type {SysDictData}
|
|
3639
|
+
* @memberof SysApiExportDictData
|
|
3640
|
+
*/
|
|
3641
|
+
readonly dictData: SysDictData
|
|
3642
|
+
}
|
|
3643
|
+
|
|
3644
|
+
/**
|
|
3645
|
+
* Request parameters for exportDictType operation in SysApi.
|
|
3646
|
+
* @export
|
|
3647
|
+
* @interface SysApiExportDictTypeRequest
|
|
3648
|
+
*/
|
|
3649
|
+
export interface SysApiExportDictTypeRequest {
|
|
3650
|
+
/**
|
|
3651
|
+
*
|
|
3652
|
+
* @type {SysDictType}
|
|
3653
|
+
* @memberof SysApiExportDictType
|
|
3654
|
+
*/
|
|
3655
|
+
readonly dictType: SysDictType
|
|
3656
|
+
}
|
|
3657
|
+
|
|
3658
|
+
/**
|
|
3659
|
+
* Request parameters for forceLogout operation in SysApi.
|
|
3660
|
+
* @export
|
|
3661
|
+
* @interface SysApiForceLogoutRequest
|
|
3662
|
+
*/
|
|
3663
|
+
export interface SysApiForceLogoutRequest {
|
|
3664
|
+
/**
|
|
3665
|
+
*
|
|
3666
|
+
* @type {string}
|
|
3667
|
+
* @memberof SysApiForceLogout
|
|
3668
|
+
*/
|
|
3669
|
+
readonly tokenId: string
|
|
3670
|
+
}
|
|
3671
|
+
|
|
3672
|
+
/**
|
|
3673
|
+
* Request parameters for getConfig operation in SysApi.
|
|
3674
|
+
* @export
|
|
3675
|
+
* @interface SysApiGetConfigRequest
|
|
3676
|
+
*/
|
|
3677
|
+
export interface SysApiGetConfigRequest {
|
|
3678
|
+
/**
|
|
3679
|
+
*
|
|
3680
|
+
* @type {number}
|
|
3681
|
+
* @memberof SysApiGetConfig
|
|
3682
|
+
*/
|
|
3683
|
+
readonly configId: number
|
|
3684
|
+
}
|
|
3685
|
+
|
|
3686
|
+
/**
|
|
3687
|
+
* Request parameters for getConfigByKey operation in SysApi.
|
|
3688
|
+
* @export
|
|
3689
|
+
* @interface SysApiGetConfigByKeyRequest
|
|
3690
|
+
*/
|
|
3691
|
+
export interface SysApiGetConfigByKeyRequest {
|
|
3692
|
+
/**
|
|
3693
|
+
*
|
|
3694
|
+
* @type {string}
|
|
3695
|
+
* @memberof SysApiGetConfigByKey
|
|
3696
|
+
*/
|
|
3697
|
+
readonly configKey: string
|
|
3698
|
+
}
|
|
3699
|
+
|
|
3700
|
+
/**
|
|
3701
|
+
* Request parameters for getDictData operation in SysApi.
|
|
3702
|
+
* @export
|
|
3703
|
+
* @interface SysApiGetDictDataRequest
|
|
3704
|
+
*/
|
|
3705
|
+
export interface SysApiGetDictDataRequest {
|
|
3706
|
+
/**
|
|
3707
|
+
*
|
|
3708
|
+
* @type {number}
|
|
3709
|
+
* @memberof SysApiGetDictData
|
|
3710
|
+
*/
|
|
3711
|
+
readonly dictCode: number
|
|
3712
|
+
}
|
|
3713
|
+
|
|
3714
|
+
/**
|
|
3715
|
+
* Request parameters for getDictType operation in SysApi.
|
|
3716
|
+
* @export
|
|
3717
|
+
* @interface SysApiGetDictTypeRequest
|
|
3718
|
+
*/
|
|
3719
|
+
export interface SysApiGetDictTypeRequest {
|
|
3720
|
+
/**
|
|
3721
|
+
*
|
|
3722
|
+
* @type {number}
|
|
3723
|
+
* @memberof SysApiGetDictType
|
|
3724
|
+
*/
|
|
3725
|
+
readonly dictId: number
|
|
3726
|
+
}
|
|
3727
|
+
|
|
3728
|
+
/**
|
|
3729
|
+
* Request parameters for list3 operation in SysApi.
|
|
3730
|
+
* @export
|
|
3731
|
+
* @interface SysApiList3Request
|
|
3732
|
+
*/
|
|
3733
|
+
export interface SysApiList3Request {
|
|
3734
|
+
/**
|
|
3735
|
+
*
|
|
3736
|
+
* @type {SysOperLog}
|
|
3737
|
+
* @memberof SysApiList3
|
|
3738
|
+
*/
|
|
3739
|
+
readonly operLog: SysOperLog
|
|
3740
|
+
}
|
|
3741
|
+
|
|
3742
|
+
/**
|
|
3743
|
+
* Request parameters for list4 operation in SysApi.
|
|
3744
|
+
* @export
|
|
3745
|
+
* @interface SysApiList4Request
|
|
3746
|
+
*/
|
|
3747
|
+
export interface SysApiList4Request {
|
|
3748
|
+
/**
|
|
3749
|
+
*
|
|
3750
|
+
* @type {string}
|
|
3751
|
+
* @memberof SysApiList4
|
|
3752
|
+
*/
|
|
3753
|
+
readonly ipaddr: string
|
|
3754
|
+
|
|
3755
|
+
/**
|
|
3756
|
+
*
|
|
3757
|
+
* @type {string}
|
|
3758
|
+
* @memberof SysApiList4
|
|
3759
|
+
*/
|
|
3760
|
+
readonly userName: string
|
|
3761
|
+
}
|
|
3762
|
+
|
|
3763
|
+
/**
|
|
3764
|
+
* Request parameters for list5 operation in SysApi.
|
|
3765
|
+
* @export
|
|
3766
|
+
* @interface SysApiList5Request
|
|
3767
|
+
*/
|
|
3768
|
+
export interface SysApiList5Request {
|
|
3769
|
+
/**
|
|
3770
|
+
*
|
|
3771
|
+
* @type {SysLogininfor}
|
|
3772
|
+
* @memberof SysApiList5
|
|
3773
|
+
*/
|
|
3774
|
+
readonly logininfor: SysLogininfor
|
|
3775
|
+
}
|
|
3776
|
+
|
|
3777
|
+
/**
|
|
3778
|
+
* Request parameters for listConfig operation in SysApi.
|
|
3779
|
+
* @export
|
|
3780
|
+
* @interface SysApiListConfigRequest
|
|
3781
|
+
*/
|
|
3782
|
+
export interface SysApiListConfigRequest {
|
|
3783
|
+
/**
|
|
3784
|
+
*
|
|
3785
|
+
* @type {SysConfig}
|
|
3786
|
+
* @memberof SysApiListConfig
|
|
3787
|
+
*/
|
|
3788
|
+
readonly config: SysConfig
|
|
3789
|
+
}
|
|
3790
|
+
|
|
3791
|
+
/**
|
|
3792
|
+
* Request parameters for listDictData operation in SysApi.
|
|
3793
|
+
* @export
|
|
3794
|
+
* @interface SysApiListDictDataRequest
|
|
3795
|
+
*/
|
|
3796
|
+
export interface SysApiListDictDataRequest {
|
|
3797
|
+
/**
|
|
3798
|
+
*
|
|
3799
|
+
* @type {SysDictData}
|
|
3800
|
+
* @memberof SysApiListDictData
|
|
3801
|
+
*/
|
|
3802
|
+
readonly dictData: SysDictData
|
|
3803
|
+
}
|
|
3804
|
+
|
|
3805
|
+
/**
|
|
3806
|
+
* Request parameters for listDictDataByType operation in SysApi.
|
|
3807
|
+
* @export
|
|
3808
|
+
* @interface SysApiListDictDataByTypeRequest
|
|
3809
|
+
*/
|
|
3810
|
+
export interface SysApiListDictDataByTypeRequest {
|
|
3811
|
+
/**
|
|
3812
|
+
*
|
|
3813
|
+
* @type {string}
|
|
3814
|
+
* @memberof SysApiListDictDataByType
|
|
3815
|
+
*/
|
|
3816
|
+
readonly dictType: string
|
|
3817
|
+
}
|
|
3818
|
+
|
|
3819
|
+
/**
|
|
3820
|
+
* Request parameters for listDictType operation in SysApi.
|
|
3821
|
+
* @export
|
|
3822
|
+
* @interface SysApiListDictTypeRequest
|
|
3823
|
+
*/
|
|
3824
|
+
export interface SysApiListDictTypeRequest {
|
|
3825
|
+
/**
|
|
3826
|
+
*
|
|
3827
|
+
* @type {SysDictType}
|
|
3828
|
+
* @memberof SysApiListDictType
|
|
3829
|
+
*/
|
|
3830
|
+
readonly dictType: SysDictType
|
|
3831
|
+
}
|
|
3832
|
+
|
|
3833
|
+
/**
|
|
3834
|
+
* Request parameters for menuCreate operation in SysApi.
|
|
3835
|
+
* @export
|
|
3836
|
+
* @interface SysApiMenuCreateRequest
|
|
3837
|
+
*/
|
|
3838
|
+
export interface SysApiMenuCreateRequest {
|
|
3839
|
+
/**
|
|
3840
|
+
*
|
|
3841
|
+
* @type {string}
|
|
3842
|
+
* @memberof SysApiMenuCreate
|
|
3843
|
+
*/
|
|
3844
|
+
readonly body: string
|
|
3845
|
+
}
|
|
3846
|
+
|
|
3847
|
+
/**
|
|
3848
|
+
* Request parameters for menuDelete1 operation in SysApi.
|
|
3849
|
+
* @export
|
|
3850
|
+
* @interface SysApiMenuDelete1Request
|
|
3851
|
+
*/
|
|
3852
|
+
export interface SysApiMenuDelete1Request {
|
|
3853
|
+
/**
|
|
3854
|
+
*
|
|
3855
|
+
* @type {string}
|
|
3856
|
+
* @memberof SysApiMenuDelete1
|
|
3857
|
+
*/
|
|
3858
|
+
readonly menuId: string
|
|
3859
|
+
}
|
|
3860
|
+
|
|
3861
|
+
/**
|
|
3862
|
+
* Request parameters for menuTryMatch operation in SysApi.
|
|
3863
|
+
* @export
|
|
3864
|
+
* @interface SysApiMenuTryMatchRequest
|
|
3865
|
+
*/
|
|
3866
|
+
export interface SysApiMenuTryMatchRequest {
|
|
3867
|
+
/**
|
|
3868
|
+
*
|
|
3869
|
+
* @type {string}
|
|
3870
|
+
* @memberof SysApiMenuTryMatch
|
|
3871
|
+
*/
|
|
3872
|
+
readonly userid: string
|
|
3873
|
+
}
|
|
3874
|
+
|
|
3875
|
+
/**
|
|
3876
|
+
* Request parameters for post operation in SysApi.
|
|
3877
|
+
* @export
|
|
3878
|
+
* @interface SysApiPostRequest
|
|
3879
|
+
*/
|
|
3880
|
+
export interface SysApiPostRequest {
|
|
3881
|
+
/**
|
|
3882
|
+
*
|
|
3883
|
+
* @type {string}
|
|
3884
|
+
* @memberof SysApiPost
|
|
3885
|
+
*/
|
|
3886
|
+
readonly appid: string
|
|
3887
|
+
|
|
3888
|
+
/**
|
|
3889
|
+
*
|
|
3890
|
+
* @type {string}
|
|
3891
|
+
* @memberof SysApiPost
|
|
3892
|
+
*/
|
|
3893
|
+
readonly signature: string
|
|
3894
|
+
|
|
3895
|
+
/**
|
|
3896
|
+
*
|
|
3897
|
+
* @type {string}
|
|
3898
|
+
* @memberof SysApiPost
|
|
3899
|
+
*/
|
|
3900
|
+
readonly timestamp: string
|
|
3901
|
+
|
|
3902
|
+
/**
|
|
3903
|
+
*
|
|
3904
|
+
* @type {string}
|
|
3905
|
+
* @memberof SysApiPost
|
|
3906
|
+
*/
|
|
3907
|
+
readonly nonce: string
|
|
3908
|
+
|
|
3909
|
+
/**
|
|
3910
|
+
*
|
|
3911
|
+
* @type {string}
|
|
3912
|
+
* @memberof SysApiPost
|
|
3913
|
+
*/
|
|
3914
|
+
readonly openid: string
|
|
3915
|
+
|
|
3916
|
+
/**
|
|
3917
|
+
*
|
|
3918
|
+
* @type {string}
|
|
3919
|
+
* @memberof SysApiPost
|
|
3920
|
+
*/
|
|
3921
|
+
readonly body: string
|
|
3922
|
+
|
|
3923
|
+
/**
|
|
3924
|
+
*
|
|
3925
|
+
* @type {string}
|
|
3926
|
+
* @memberof SysApiPost
|
|
3927
|
+
*/
|
|
3928
|
+
readonly encryptType?: string
|
|
3929
|
+
|
|
3930
|
+
/**
|
|
3931
|
+
*
|
|
3932
|
+
* @type {string}
|
|
3933
|
+
* @memberof SysApiPost
|
|
3934
|
+
*/
|
|
3935
|
+
readonly msgSignature?: string
|
|
3936
|
+
}
|
|
3937
|
+
|
|
3938
|
+
/**
|
|
3939
|
+
* Request parameters for post1 operation in SysApi.
|
|
3940
|
+
* @export
|
|
3941
|
+
* @interface SysApiPost1Request
|
|
3942
|
+
*/
|
|
3943
|
+
export interface SysApiPost1Request {
|
|
3944
|
+
/**
|
|
3945
|
+
*
|
|
3946
|
+
* @type {string}
|
|
3947
|
+
* @memberof SysApiPost1
|
|
3948
|
+
*/
|
|
3949
|
+
readonly appid: string
|
|
3950
|
+
|
|
3951
|
+
/**
|
|
3952
|
+
*
|
|
3953
|
+
* @type {string}
|
|
3954
|
+
* @memberof SysApiPost1
|
|
3955
|
+
*/
|
|
3956
|
+
readonly timestamp: string
|
|
3957
|
+
|
|
3958
|
+
/**
|
|
3959
|
+
*
|
|
3960
|
+
* @type {string}
|
|
3961
|
+
* @memberof SysApiPost1
|
|
3962
|
+
*/
|
|
3963
|
+
readonly nonce: string
|
|
3964
|
+
|
|
3965
|
+
/**
|
|
3966
|
+
*
|
|
3967
|
+
* @type {string}
|
|
3968
|
+
* @memberof SysApiPost1
|
|
3969
|
+
*/
|
|
3970
|
+
readonly body: string
|
|
3971
|
+
|
|
3972
|
+
/**
|
|
3973
|
+
*
|
|
3974
|
+
* @type {string}
|
|
3975
|
+
* @memberof SysApiPost1
|
|
3976
|
+
*/
|
|
3977
|
+
readonly msgSignature?: string
|
|
3978
|
+
|
|
3979
|
+
/**
|
|
3980
|
+
*
|
|
3981
|
+
* @type {string}
|
|
3982
|
+
* @memberof SysApiPost1
|
|
3983
|
+
*/
|
|
3984
|
+
readonly encryptType?: string
|
|
3985
|
+
|
|
3986
|
+
/**
|
|
3987
|
+
*
|
|
3988
|
+
* @type {string}
|
|
3989
|
+
* @memberof SysApiPost1
|
|
3990
|
+
*/
|
|
3991
|
+
readonly signature?: string
|
|
3992
|
+
}
|
|
3993
|
+
|
|
3994
|
+
/**
|
|
3995
|
+
* Request parameters for remove1 operation in SysApi.
|
|
3996
|
+
* @export
|
|
3997
|
+
* @interface SysApiRemove1Request
|
|
3998
|
+
*/
|
|
3999
|
+
export interface SysApiRemove1Request {
|
|
4000
|
+
/**
|
|
4001
|
+
*
|
|
4002
|
+
* @type {Array<number>}
|
|
4003
|
+
* @memberof SysApiRemove1
|
|
4004
|
+
*/
|
|
4005
|
+
readonly operIds: Array<number>
|
|
4006
|
+
}
|
|
4007
|
+
|
|
4008
|
+
/**
|
|
4009
|
+
* Request parameters for remove2 operation in SysApi.
|
|
4010
|
+
* @export
|
|
4011
|
+
* @interface SysApiRemove2Request
|
|
4012
|
+
*/
|
|
4013
|
+
export interface SysApiRemove2Request {
|
|
4014
|
+
/**
|
|
4015
|
+
*
|
|
4016
|
+
* @type {Array<number>}
|
|
4017
|
+
* @memberof SysApiRemove2
|
|
4018
|
+
*/
|
|
4019
|
+
readonly infoIds: Array<number>
|
|
4020
|
+
}
|
|
4021
|
+
|
|
4022
|
+
/**
|
|
4023
|
+
* Request parameters for send operation in SysApi.
|
|
4024
|
+
* @export
|
|
4025
|
+
* @interface SysApiSendRequest
|
|
4026
|
+
*/
|
|
4027
|
+
export interface SysApiSendRequest {
|
|
4028
|
+
/**
|
|
4029
|
+
*
|
|
4030
|
+
* @type {string}
|
|
4031
|
+
* @memberof SysApiSend
|
|
4032
|
+
*/
|
|
4033
|
+
readonly phone: string
|
|
4034
|
+
|
|
4035
|
+
/**
|
|
4036
|
+
*
|
|
4037
|
+
* @type {string}
|
|
4038
|
+
* @memberof SysApiSend
|
|
4039
|
+
*/
|
|
4040
|
+
readonly templateCode: string
|
|
4041
|
+
|
|
4042
|
+
/**
|
|
4043
|
+
*
|
|
4044
|
+
* @type {string}
|
|
4045
|
+
* @memberof SysApiSend
|
|
4046
|
+
*/
|
|
4047
|
+
readonly json: string
|
|
4048
|
+
}
|
|
4049
|
+
|
|
4050
|
+
/**
|
|
4051
|
+
* Request parameters for sendMsgByOpenId operation in SysApi.
|
|
4052
|
+
* @export
|
|
4053
|
+
* @interface SysApiSendMsgByOpenIdRequest
|
|
4054
|
+
*/
|
|
4055
|
+
export interface SysApiSendMsgByOpenIdRequest {
|
|
4056
|
+
/**
|
|
4057
|
+
*
|
|
4058
|
+
* @type {string}
|
|
4059
|
+
* @memberof SysApiSendMsgByOpenId
|
|
4060
|
+
*/
|
|
4061
|
+
readonly msg: string
|
|
4062
|
+
|
|
4063
|
+
/**
|
|
4064
|
+
*
|
|
4065
|
+
* @type {string}
|
|
4066
|
+
* @memberof SysApiSendMsgByOpenId
|
|
4067
|
+
*/
|
|
4068
|
+
readonly openId: string
|
|
4069
|
+
}
|
|
4070
|
+
|
|
4071
|
+
/**
|
|
4072
|
+
* Request parameters for sendTemplate operation in SysApi.
|
|
4073
|
+
* @export
|
|
4074
|
+
* @interface SysApiSendTemplateRequest
|
|
4075
|
+
*/
|
|
4076
|
+
export interface SysApiSendTemplateRequest {
|
|
4077
|
+
/**
|
|
4078
|
+
*
|
|
4079
|
+
* @type {string}
|
|
4080
|
+
* @memberof SysApiSendTemplate
|
|
4081
|
+
*/
|
|
4082
|
+
readonly msg: string
|
|
4083
|
+
|
|
4084
|
+
/**
|
|
4085
|
+
*
|
|
4086
|
+
* @type {string}
|
|
4087
|
+
* @memberof SysApiSendTemplate
|
|
4088
|
+
*/
|
|
4089
|
+
readonly desc: string
|
|
4090
|
+
}
|
|
4091
|
+
|
|
4092
|
+
/**
|
|
4093
|
+
* Request parameters for updateConfig operation in SysApi.
|
|
4094
|
+
* @export
|
|
4095
|
+
* @interface SysApiUpdateConfigRequest
|
|
4096
|
+
*/
|
|
4097
|
+
export interface SysApiUpdateConfigRequest {
|
|
4098
|
+
/**
|
|
4099
|
+
*
|
|
4100
|
+
* @type {SysConfig}
|
|
4101
|
+
* @memberof SysApiUpdateConfig
|
|
4102
|
+
*/
|
|
4103
|
+
readonly sysConfig: SysConfig
|
|
4104
|
+
}
|
|
4105
|
+
|
|
4106
|
+
/**
|
|
4107
|
+
* Request parameters for updateDictData operation in SysApi.
|
|
4108
|
+
* @export
|
|
4109
|
+
* @interface SysApiUpdateDictDataRequest
|
|
4110
|
+
*/
|
|
4111
|
+
export interface SysApiUpdateDictDataRequest {
|
|
4112
|
+
/**
|
|
4113
|
+
*
|
|
4114
|
+
* @type {SysDictData}
|
|
4115
|
+
* @memberof SysApiUpdateDictData
|
|
4116
|
+
*/
|
|
4117
|
+
readonly sysDictData: SysDictData
|
|
4118
|
+
}
|
|
4119
|
+
|
|
4120
|
+
/**
|
|
4121
|
+
* Request parameters for updateDictType operation in SysApi.
|
|
4122
|
+
* @export
|
|
4123
|
+
* @interface SysApiUpdateDictTypeRequest
|
|
4124
|
+
*/
|
|
4125
|
+
export interface SysApiUpdateDictTypeRequest {
|
|
4126
|
+
/**
|
|
4127
|
+
*
|
|
4128
|
+
* @type {SysDictType}
|
|
4129
|
+
* @memberof SysApiUpdateDictType
|
|
4130
|
+
*/
|
|
4131
|
+
readonly sysDictType: SysDictType
|
|
4132
|
+
}
|
|
4133
|
+
|
|
4134
|
+
/**
|
|
4135
|
+
* SysApi - object-oriented interface
|
|
4136
|
+
* @export
|
|
4137
|
+
* @class SysApi
|
|
4138
|
+
* @extends {BaseAPI}
|
|
4139
|
+
*/
|
|
4140
|
+
export class SysApi extends BaseAPI {
|
|
4141
|
+
/**
|
|
4142
|
+
*
|
|
4143
|
+
* @param {SysApiAuthGetRequest} requestParameters Request parameters.
|
|
4144
|
+
* @param {*} [options] Override http request option.
|
|
4145
|
+
* @throws {RequiredError}
|
|
4146
|
+
* @memberof SysApi
|
|
4147
|
+
*/
|
|
4148
|
+
public authGet(requestParameters: SysApiAuthGetRequest, options?: RawAxiosRequestConfig) {
|
|
4149
|
+
return SysApiFp(this.configuration).authGet(requestParameters.appid, requestParameters.signature, requestParameters.timestamp, requestParameters.nonce, requestParameters.echostr, options).then((request) => request(this.axios, this.basePath));
|
|
4150
|
+
}
|
|
4151
|
+
|
|
4152
|
+
/**
|
|
4153
|
+
*
|
|
4154
|
+
* @param {SysApiAuthGet1Request} requestParameters Request parameters.
|
|
4155
|
+
* @param {*} [options] Override http request option.
|
|
4156
|
+
* @throws {RequiredError}
|
|
4157
|
+
* @memberof SysApi
|
|
4158
|
+
*/
|
|
4159
|
+
public authGet1(requestParameters: SysApiAuthGet1Request, options?: RawAxiosRequestConfig) {
|
|
4160
|
+
return SysApiFp(this.configuration).authGet1(requestParameters.appid, requestParameters.signature, requestParameters.timestamp, requestParameters.nonce, requestParameters.echostr, options).then((request) => request(this.axios, this.basePath));
|
|
4161
|
+
}
|
|
4162
|
+
|
|
4163
|
+
/**
|
|
4164
|
+
*
|
|
4165
|
+
* @param {*} [options] Override http request option.
|
|
4166
|
+
* @throws {RequiredError}
|
|
4167
|
+
* @memberof SysApi
|
|
4168
|
+
*/
|
|
4169
|
+
public clean(options?: RawAxiosRequestConfig) {
|
|
4170
|
+
return SysApiFp(this.configuration).clean(options).then((request) => request(this.axios, this.basePath));
|
|
4171
|
+
}
|
|
4172
|
+
|
|
4173
|
+
/**
|
|
4174
|
+
*
|
|
4175
|
+
* @param {*} [options] Override http request option.
|
|
4176
|
+
* @throws {RequiredError}
|
|
4177
|
+
* @memberof SysApi
|
|
4178
|
+
*/
|
|
4179
|
+
public clean1(options?: RawAxiosRequestConfig) {
|
|
4180
|
+
return SysApiFp(this.configuration).clean1(options).then((request) => request(this.axios, this.basePath));
|
|
4181
|
+
}
|
|
4182
|
+
|
|
4183
|
+
/**
|
|
4184
|
+
*
|
|
4185
|
+
* @param {*} [options] Override http request option.
|
|
4186
|
+
* @throws {RequiredError}
|
|
4187
|
+
* @memberof SysApi
|
|
4188
|
+
*/
|
|
4189
|
+
public clearDictTypeCache(options?: RawAxiosRequestConfig) {
|
|
4190
|
+
return SysApiFp(this.configuration).clearDictTypeCache(options).then((request) => request(this.axios, this.basePath));
|
|
4191
|
+
}
|
|
4192
|
+
|
|
4193
|
+
/**
|
|
4194
|
+
*
|
|
4195
|
+
* @param {SysApiCreateConfigRequest} requestParameters Request parameters.
|
|
4196
|
+
* @param {*} [options] Override http request option.
|
|
4197
|
+
* @throws {RequiredError}
|
|
4198
|
+
* @memberof SysApi
|
|
4199
|
+
*/
|
|
4200
|
+
public createConfig(requestParameters: SysApiCreateConfigRequest, options?: RawAxiosRequestConfig) {
|
|
4201
|
+
return SysApiFp(this.configuration).createConfig(requestParameters.sysConfig, options).then((request) => request(this.axios, this.basePath));
|
|
4202
|
+
}
|
|
4203
|
+
|
|
4204
|
+
/**
|
|
4205
|
+
*
|
|
4206
|
+
* @param {SysApiCreateDictDataRequest} requestParameters Request parameters.
|
|
4207
|
+
* @param {*} [options] Override http request option.
|
|
4208
|
+
* @throws {RequiredError}
|
|
4209
|
+
* @memberof SysApi
|
|
4210
|
+
*/
|
|
4211
|
+
public createDictData(requestParameters: SysApiCreateDictDataRequest, options?: RawAxiosRequestConfig) {
|
|
4212
|
+
return SysApiFp(this.configuration).createDictData(requestParameters.sysDictData, options).then((request) => request(this.axios, this.basePath));
|
|
4213
|
+
}
|
|
4214
|
+
|
|
4215
|
+
/**
|
|
4216
|
+
*
|
|
4217
|
+
* @param {SysApiCreateDictTypeRequest} requestParameters Request parameters.
|
|
4218
|
+
* @param {*} [options] Override http request option.
|
|
4219
|
+
* @throws {RequiredError}
|
|
4220
|
+
* @memberof SysApi
|
|
4221
|
+
*/
|
|
4222
|
+
public createDictType(requestParameters: SysApiCreateDictTypeRequest, options?: RawAxiosRequestConfig) {
|
|
4223
|
+
return SysApiFp(this.configuration).createDictType(requestParameters.sysDictType, options).then((request) => request(this.axios, this.basePath));
|
|
4224
|
+
}
|
|
4225
|
+
|
|
4226
|
+
/**
|
|
4227
|
+
*
|
|
4228
|
+
* @param {SysApiDeleteConfigRequest} requestParameters Request parameters.
|
|
4229
|
+
* @param {*} [options] Override http request option.
|
|
4230
|
+
* @throws {RequiredError}
|
|
4231
|
+
* @memberof SysApi
|
|
4232
|
+
*/
|
|
4233
|
+
public deleteConfig(requestParameters: SysApiDeleteConfigRequest, options?: RawAxiosRequestConfig) {
|
|
4234
|
+
return SysApiFp(this.configuration).deleteConfig(requestParameters.configIds, options).then((request) => request(this.axios, this.basePath));
|
|
4235
|
+
}
|
|
4236
|
+
|
|
4237
|
+
/**
|
|
4238
|
+
*
|
|
4239
|
+
* @param {SysApiDeleteDictDataRequest} requestParameters Request parameters.
|
|
4240
|
+
* @param {*} [options] Override http request option.
|
|
4241
|
+
* @throws {RequiredError}
|
|
4242
|
+
* @memberof SysApi
|
|
4243
|
+
*/
|
|
4244
|
+
public deleteDictData(requestParameters: SysApiDeleteDictDataRequest, options?: RawAxiosRequestConfig) {
|
|
4245
|
+
return SysApiFp(this.configuration).deleteDictData(requestParameters.dictCodes, options).then((request) => request(this.axios, this.basePath));
|
|
4246
|
+
}
|
|
4247
|
+
|
|
4248
|
+
/**
|
|
4249
|
+
*
|
|
4250
|
+
* @param {SysApiDeleteDictTypeRequest} requestParameters Request parameters.
|
|
4251
|
+
* @param {*} [options] Override http request option.
|
|
4252
|
+
* @throws {RequiredError}
|
|
4253
|
+
* @memberof SysApi
|
|
4254
|
+
*/
|
|
4255
|
+
public deleteDictType(requestParameters: SysApiDeleteDictTypeRequest, options?: RawAxiosRequestConfig) {
|
|
4256
|
+
return SysApiFp(this.configuration).deleteDictType(requestParameters.dictIds, options).then((request) => request(this.axios, this.basePath));
|
|
4257
|
+
}
|
|
4258
|
+
|
|
4259
|
+
/**
|
|
4260
|
+
*
|
|
4261
|
+
* @param {SysApiExport1Request} requestParameters Request parameters.
|
|
4262
|
+
* @param {*} [options] Override http request option.
|
|
4263
|
+
* @throws {RequiredError}
|
|
4264
|
+
* @memberof SysApi
|
|
4265
|
+
*/
|
|
4266
|
+
public export1(requestParameters: SysApiExport1Request, options?: RawAxiosRequestConfig) {
|
|
4267
|
+
return SysApiFp(this.configuration).export1(requestParameters.operLog, options).then((request) => request(this.axios, this.basePath));
|
|
4268
|
+
}
|
|
4269
|
+
|
|
4270
|
+
/**
|
|
4271
|
+
*
|
|
4272
|
+
* @param {SysApiExport2Request} requestParameters Request parameters.
|
|
4273
|
+
* @param {*} [options] Override http request option.
|
|
4274
|
+
* @throws {RequiredError}
|
|
4275
|
+
* @memberof SysApi
|
|
4276
|
+
*/
|
|
4277
|
+
public export2(requestParameters: SysApiExport2Request, options?: RawAxiosRequestConfig) {
|
|
4278
|
+
return SysApiFp(this.configuration).export2(requestParameters.logininfor, options).then((request) => request(this.axios, this.basePath));
|
|
4279
|
+
}
|
|
4280
|
+
|
|
4281
|
+
/**
|
|
4282
|
+
*
|
|
4283
|
+
* @param {SysApiExportConfigRequest} requestParameters Request parameters.
|
|
4284
|
+
* @param {*} [options] Override http request option.
|
|
4285
|
+
* @throws {RequiredError}
|
|
4286
|
+
* @memberof SysApi
|
|
4287
|
+
*/
|
|
4288
|
+
public exportConfig(requestParameters: SysApiExportConfigRequest, options?: RawAxiosRequestConfig) {
|
|
4289
|
+
return SysApiFp(this.configuration).exportConfig(requestParameters.config, options).then((request) => request(this.axios, this.basePath));
|
|
4290
|
+
}
|
|
4291
|
+
|
|
4292
|
+
/**
|
|
4293
|
+
*
|
|
4294
|
+
* @param {SysApiExportDictDataRequest} requestParameters Request parameters.
|
|
4295
|
+
* @param {*} [options] Override http request option.
|
|
4296
|
+
* @throws {RequiredError}
|
|
4297
|
+
* @memberof SysApi
|
|
4298
|
+
*/
|
|
4299
|
+
public exportDictData(requestParameters: SysApiExportDictDataRequest, options?: RawAxiosRequestConfig) {
|
|
4300
|
+
return SysApiFp(this.configuration).exportDictData(requestParameters.dictData, options).then((request) => request(this.axios, this.basePath));
|
|
4301
|
+
}
|
|
4302
|
+
|
|
4303
|
+
/**
|
|
4304
|
+
*
|
|
4305
|
+
* @param {SysApiExportDictTypeRequest} requestParameters Request parameters.
|
|
4306
|
+
* @param {*} [options] Override http request option.
|
|
4307
|
+
* @throws {RequiredError}
|
|
4308
|
+
* @memberof SysApi
|
|
4309
|
+
*/
|
|
4310
|
+
public exportDictType(requestParameters: SysApiExportDictTypeRequest, options?: RawAxiosRequestConfig) {
|
|
4311
|
+
return SysApiFp(this.configuration).exportDictType(requestParameters.dictType, options).then((request) => request(this.axios, this.basePath));
|
|
4312
|
+
}
|
|
4313
|
+
|
|
4314
|
+
/**
|
|
4315
|
+
*
|
|
4316
|
+
* @param {SysApiForceLogoutRequest} requestParameters Request parameters.
|
|
4317
|
+
* @param {*} [options] Override http request option.
|
|
4318
|
+
* @throws {RequiredError}
|
|
4319
|
+
* @memberof SysApi
|
|
4320
|
+
*/
|
|
4321
|
+
public forceLogout(requestParameters: SysApiForceLogoutRequest, options?: RawAxiosRequestConfig) {
|
|
4322
|
+
return SysApiFp(this.configuration).forceLogout(requestParameters.tokenId, options).then((request) => request(this.axios, this.basePath));
|
|
4323
|
+
}
|
|
4324
|
+
|
|
4325
|
+
/**
|
|
4326
|
+
*
|
|
4327
|
+
* @param {SysApiGetConfigRequest} requestParameters Request parameters.
|
|
4328
|
+
* @param {*} [options] Override http request option.
|
|
4329
|
+
* @throws {RequiredError}
|
|
4330
|
+
* @memberof SysApi
|
|
4331
|
+
*/
|
|
4332
|
+
public getConfig(requestParameters: SysApiGetConfigRequest, options?: RawAxiosRequestConfig) {
|
|
4333
|
+
return SysApiFp(this.configuration).getConfig(requestParameters.configId, options).then((request) => request(this.axios, this.basePath));
|
|
4334
|
+
}
|
|
4335
|
+
|
|
4336
|
+
/**
|
|
4337
|
+
*
|
|
4338
|
+
* @param {SysApiGetConfigByKeyRequest} requestParameters Request parameters.
|
|
4339
|
+
* @param {*} [options] Override http request option.
|
|
4340
|
+
* @throws {RequiredError}
|
|
4341
|
+
* @memberof SysApi
|
|
4342
|
+
*/
|
|
4343
|
+
public getConfigByKey(requestParameters: SysApiGetConfigByKeyRequest, options?: RawAxiosRequestConfig) {
|
|
4344
|
+
return SysApiFp(this.configuration).getConfigByKey(requestParameters.configKey, options).then((request) => request(this.axios, this.basePath));
|
|
4345
|
+
}
|
|
4346
|
+
|
|
4347
|
+
/**
|
|
4348
|
+
*
|
|
4349
|
+
* @param {SysApiGetDictDataRequest} requestParameters Request parameters.
|
|
4350
|
+
* @param {*} [options] Override http request option.
|
|
4351
|
+
* @throws {RequiredError}
|
|
4352
|
+
* @memberof SysApi
|
|
4353
|
+
*/
|
|
4354
|
+
public getDictData(requestParameters: SysApiGetDictDataRequest, options?: RawAxiosRequestConfig) {
|
|
4355
|
+
return SysApiFp(this.configuration).getDictData(requestParameters.dictCode, options).then((request) => request(this.axios, this.basePath));
|
|
4356
|
+
}
|
|
4357
|
+
|
|
4358
|
+
/**
|
|
4359
|
+
*
|
|
4360
|
+
* @param {SysApiGetDictTypeRequest} requestParameters Request parameters.
|
|
4361
|
+
* @param {*} [options] Override http request option.
|
|
4362
|
+
* @throws {RequiredError}
|
|
4363
|
+
* @memberof SysApi
|
|
4364
|
+
*/
|
|
4365
|
+
public getDictType(requestParameters: SysApiGetDictTypeRequest, options?: RawAxiosRequestConfig) {
|
|
4366
|
+
return SysApiFp(this.configuration).getDictType(requestParameters.dictId, options).then((request) => request(this.axios, this.basePath));
|
|
4367
|
+
}
|
|
4368
|
+
|
|
4369
|
+
/**
|
|
4370
|
+
*
|
|
4371
|
+
* @param {*} [options] Override http request option.
|
|
4372
|
+
* @throws {RequiredError}
|
|
4373
|
+
* @memberof SysApi
|
|
4374
|
+
*/
|
|
4375
|
+
public getSelfMenuInfo(options?: RawAxiosRequestConfig) {
|
|
4376
|
+
return SysApiFp(this.configuration).getSelfMenuInfo(options).then((request) => request(this.axios, this.basePath));
|
|
4377
|
+
}
|
|
4378
|
+
|
|
4379
|
+
/**
|
|
4380
|
+
*
|
|
4381
|
+
* @param {*} [options] Override http request option.
|
|
4382
|
+
* @throws {RequiredError}
|
|
4383
|
+
* @memberof SysApi
|
|
4384
|
+
*/
|
|
4385
|
+
public index(options?: RawAxiosRequestConfig) {
|
|
4386
|
+
return SysApiFp(this.configuration).index(options).then((request) => request(this.axios, this.basePath));
|
|
4387
|
+
}
|
|
4388
|
+
|
|
4389
|
+
/**
|
|
4390
|
+
*
|
|
4391
|
+
* @param {*} [options] Override http request option.
|
|
4392
|
+
* @throws {RequiredError}
|
|
4393
|
+
* @memberof SysApi
|
|
4394
|
+
*/
|
|
4395
|
+
public index1(options?: RawAxiosRequestConfig) {
|
|
4396
|
+
return SysApiFp(this.configuration).index1(options).then((request) => request(this.axios, this.basePath));
|
|
4397
|
+
}
|
|
4398
|
+
|
|
4399
|
+
/**
|
|
4400
|
+
*
|
|
4401
|
+
* @param {*} [options] Override http request option.
|
|
4402
|
+
* @throws {RequiredError}
|
|
4403
|
+
* @memberof SysApi
|
|
4404
|
+
*/
|
|
4405
|
+
public index2(options?: RawAxiosRequestConfig) {
|
|
4406
|
+
return SysApiFp(this.configuration).index2(options).then((request) => request(this.axios, this.basePath));
|
|
4407
|
+
}
|
|
4408
|
+
|
|
4409
|
+
/**
|
|
4410
|
+
*
|
|
4411
|
+
* @param {*} [options] Override http request option.
|
|
4412
|
+
* @throws {RequiredError}
|
|
4413
|
+
* @memberof SysApi
|
|
4414
|
+
*/
|
|
4415
|
+
public index3(options?: RawAxiosRequestConfig) {
|
|
4416
|
+
return SysApiFp(this.configuration).index3(options).then((request) => request(this.axios, this.basePath));
|
|
4417
|
+
}
|
|
4418
|
+
|
|
4419
|
+
/**
|
|
4420
|
+
*
|
|
4421
|
+
* @param {*} [options] Override http request option.
|
|
4422
|
+
* @throws {RequiredError}
|
|
4423
|
+
* @memberof SysApi
|
|
4424
|
+
*/
|
|
4425
|
+
public index4(options?: RawAxiosRequestConfig) {
|
|
4426
|
+
return SysApiFp(this.configuration).index4(options).then((request) => request(this.axios, this.basePath));
|
|
4427
|
+
}
|
|
4428
|
+
|
|
4429
|
+
/**
|
|
4430
|
+
*
|
|
4431
|
+
* @param {*} [options] Override http request option.
|
|
4432
|
+
* @throws {RequiredError}
|
|
4433
|
+
* @memberof SysApi
|
|
4434
|
+
*/
|
|
4435
|
+
public index5(options?: RawAxiosRequestConfig) {
|
|
4436
|
+
return SysApiFp(this.configuration).index5(options).then((request) => request(this.axios, this.basePath));
|
|
4437
|
+
}
|
|
4438
|
+
|
|
4439
|
+
/**
|
|
4440
|
+
*
|
|
4441
|
+
* @param {*} [options] Override http request option.
|
|
4442
|
+
* @throws {RequiredError}
|
|
4443
|
+
* @memberof SysApi
|
|
4444
|
+
*/
|
|
4445
|
+
public index6(options?: RawAxiosRequestConfig) {
|
|
4446
|
+
return SysApiFp(this.configuration).index6(options).then((request) => request(this.axios, this.basePath));
|
|
4447
|
+
}
|
|
4448
|
+
|
|
4449
|
+
/**
|
|
4450
|
+
*
|
|
4451
|
+
* @param {SysApiList3Request} requestParameters Request parameters.
|
|
4452
|
+
* @param {*} [options] Override http request option.
|
|
4453
|
+
* @throws {RequiredError}
|
|
4454
|
+
* @memberof SysApi
|
|
4455
|
+
*/
|
|
4456
|
+
public list3(requestParameters: SysApiList3Request, options?: RawAxiosRequestConfig) {
|
|
4457
|
+
return SysApiFp(this.configuration).list3(requestParameters.operLog, options).then((request) => request(this.axios, this.basePath));
|
|
4458
|
+
}
|
|
4459
|
+
|
|
4460
|
+
/**
|
|
4461
|
+
*
|
|
4462
|
+
* @param {SysApiList4Request} requestParameters Request parameters.
|
|
4463
|
+
* @param {*} [options] Override http request option.
|
|
4464
|
+
* @throws {RequiredError}
|
|
4465
|
+
* @memberof SysApi
|
|
4466
|
+
*/
|
|
4467
|
+
public list4(requestParameters: SysApiList4Request, options?: RawAxiosRequestConfig) {
|
|
4468
|
+
return SysApiFp(this.configuration).list4(requestParameters.ipaddr, requestParameters.userName, options).then((request) => request(this.axios, this.basePath));
|
|
4469
|
+
}
|
|
4470
|
+
|
|
4471
|
+
/**
|
|
4472
|
+
*
|
|
4473
|
+
* @param {SysApiList5Request} requestParameters Request parameters.
|
|
4474
|
+
* @param {*} [options] Override http request option.
|
|
4475
|
+
* @throws {RequiredError}
|
|
4476
|
+
* @memberof SysApi
|
|
4477
|
+
*/
|
|
4478
|
+
public list5(requestParameters: SysApiList5Request, options?: RawAxiosRequestConfig) {
|
|
4479
|
+
return SysApiFp(this.configuration).list5(requestParameters.logininfor, options).then((request) => request(this.axios, this.basePath));
|
|
4480
|
+
}
|
|
4481
|
+
|
|
4482
|
+
/**
|
|
4483
|
+
*
|
|
4484
|
+
* @param {*} [options] Override http request option.
|
|
4485
|
+
* @throws {RequiredError}
|
|
4486
|
+
* @memberof SysApi
|
|
4487
|
+
*/
|
|
4488
|
+
public listAllDictType(options?: RawAxiosRequestConfig) {
|
|
4489
|
+
return SysApiFp(this.configuration).listAllDictType(options).then((request) => request(this.axios, this.basePath));
|
|
4490
|
+
}
|
|
4491
|
+
|
|
4492
|
+
/**
|
|
4493
|
+
*
|
|
4494
|
+
* @param {SysApiListConfigRequest} requestParameters Request parameters.
|
|
4495
|
+
* @param {*} [options] Override http request option.
|
|
4496
|
+
* @throws {RequiredError}
|
|
4497
|
+
* @memberof SysApi
|
|
4498
|
+
*/
|
|
4499
|
+
public listConfig(requestParameters: SysApiListConfigRequest, options?: RawAxiosRequestConfig) {
|
|
4500
|
+
return SysApiFp(this.configuration).listConfig(requestParameters.config, options).then((request) => request(this.axios, this.basePath));
|
|
4501
|
+
}
|
|
4502
|
+
|
|
4503
|
+
/**
|
|
4504
|
+
*
|
|
4505
|
+
* @param {SysApiListDictDataRequest} requestParameters Request parameters.
|
|
4506
|
+
* @param {*} [options] Override http request option.
|
|
4507
|
+
* @throws {RequiredError}
|
|
4508
|
+
* @memberof SysApi
|
|
4509
|
+
*/
|
|
4510
|
+
public listDictData(requestParameters: SysApiListDictDataRequest, options?: RawAxiosRequestConfig) {
|
|
4511
|
+
return SysApiFp(this.configuration).listDictData(requestParameters.dictData, options).then((request) => request(this.axios, this.basePath));
|
|
4512
|
+
}
|
|
4513
|
+
|
|
4514
|
+
/**
|
|
4515
|
+
*
|
|
4516
|
+
* @param {SysApiListDictDataByTypeRequest} requestParameters Request parameters.
|
|
4517
|
+
* @param {*} [options] Override http request option.
|
|
4518
|
+
* @throws {RequiredError}
|
|
4519
|
+
* @memberof SysApi
|
|
4520
|
+
*/
|
|
4521
|
+
public listDictDataByType(requestParameters: SysApiListDictDataByTypeRequest, options?: RawAxiosRequestConfig) {
|
|
4522
|
+
return SysApiFp(this.configuration).listDictDataByType(requestParameters.dictType, options).then((request) => request(this.axios, this.basePath));
|
|
4523
|
+
}
|
|
4524
|
+
|
|
4525
|
+
/**
|
|
4526
|
+
*
|
|
4527
|
+
* @param {SysApiListDictTypeRequest} requestParameters Request parameters.
|
|
4528
|
+
* @param {*} [options] Override http request option.
|
|
4529
|
+
* @throws {RequiredError}
|
|
4530
|
+
* @memberof SysApi
|
|
4531
|
+
*/
|
|
4532
|
+
public listDictType(requestParameters: SysApiListDictTypeRequest, options?: RawAxiosRequestConfig) {
|
|
4533
|
+
return SysApiFp(this.configuration).listDictType(requestParameters.dictType, options).then((request) => request(this.axios, this.basePath));
|
|
4534
|
+
}
|
|
4535
|
+
|
|
4536
|
+
/**
|
|
4537
|
+
*
|
|
4538
|
+
* @param {SysApiMenuCreateRequest} requestParameters Request parameters.
|
|
4539
|
+
* @param {*} [options] Override http request option.
|
|
4540
|
+
* @throws {RequiredError}
|
|
4541
|
+
* @memberof SysApi
|
|
4542
|
+
*/
|
|
4543
|
+
public menuCreate(requestParameters: SysApiMenuCreateRequest, options?: RawAxiosRequestConfig) {
|
|
4544
|
+
return SysApiFp(this.configuration).menuCreate(requestParameters.body, options).then((request) => request(this.axios, this.basePath));
|
|
4545
|
+
}
|
|
4546
|
+
|
|
4547
|
+
/**
|
|
4548
|
+
*
|
|
4549
|
+
* @param {*} [options] Override http request option.
|
|
4550
|
+
* @throws {RequiredError}
|
|
4551
|
+
* @memberof SysApi
|
|
4552
|
+
*/
|
|
4553
|
+
public menuCreateSample(options?: RawAxiosRequestConfig) {
|
|
4554
|
+
return SysApiFp(this.configuration).menuCreateSample(options).then((request) => request(this.axios, this.basePath));
|
|
4555
|
+
}
|
|
4556
|
+
|
|
4557
|
+
/**
|
|
4558
|
+
*
|
|
4559
|
+
* @param {*} [options] Override http request option.
|
|
4560
|
+
* @throws {RequiredError}
|
|
4561
|
+
* @memberof SysApi
|
|
4562
|
+
*/
|
|
4563
|
+
public menuDelete(options?: RawAxiosRequestConfig) {
|
|
4564
|
+
return SysApiFp(this.configuration).menuDelete(options).then((request) => request(this.axios, this.basePath));
|
|
4565
|
+
}
|
|
4566
|
+
|
|
4567
|
+
/**
|
|
4568
|
+
*
|
|
4569
|
+
* @param {SysApiMenuDelete1Request} requestParameters Request parameters.
|
|
4570
|
+
* @param {*} [options] Override http request option.
|
|
4571
|
+
* @throws {RequiredError}
|
|
4572
|
+
* @memberof SysApi
|
|
4573
|
+
*/
|
|
4574
|
+
public menuDelete1(requestParameters: SysApiMenuDelete1Request, options?: RawAxiosRequestConfig) {
|
|
4575
|
+
return SysApiFp(this.configuration).menuDelete1(requestParameters.menuId, options).then((request) => request(this.axios, this.basePath));
|
|
4576
|
+
}
|
|
4577
|
+
|
|
4578
|
+
/**
|
|
4579
|
+
*
|
|
4580
|
+
* @param {*} [options] Override http request option.
|
|
4581
|
+
* @throws {RequiredError}
|
|
4582
|
+
* @memberof SysApi
|
|
4583
|
+
*/
|
|
4584
|
+
public menuGet(options?: RawAxiosRequestConfig) {
|
|
4585
|
+
return SysApiFp(this.configuration).menuGet(options).then((request) => request(this.axios, this.basePath));
|
|
4586
|
+
}
|
|
4587
|
+
|
|
4588
|
+
/**
|
|
4589
|
+
*
|
|
4590
|
+
* @param {SysApiMenuTryMatchRequest} requestParameters Request parameters.
|
|
4591
|
+
* @param {*} [options] Override http request option.
|
|
4592
|
+
* @throws {RequiredError}
|
|
4593
|
+
* @memberof SysApi
|
|
4594
|
+
*/
|
|
4595
|
+
public menuTryMatch(requestParameters: SysApiMenuTryMatchRequest, options?: RawAxiosRequestConfig) {
|
|
4596
|
+
return SysApiFp(this.configuration).menuTryMatch(requestParameters.userid, options).then((request) => request(this.axios, this.basePath));
|
|
4597
|
+
}
|
|
4598
|
+
|
|
4599
|
+
/**
|
|
4600
|
+
*
|
|
4601
|
+
* @summary 缓存监控
|
|
4602
|
+
* @param {*} [options] Override http request option.
|
|
4603
|
+
* @throws {RequiredError}
|
|
4604
|
+
* @memberof SysApi
|
|
4605
|
+
*/
|
|
4606
|
+
public monitorCacheGetInfo(options?: RawAxiosRequestConfig) {
|
|
4607
|
+
return SysApiFp(this.configuration).monitorCacheGetInfo(options).then((request) => request(this.axios, this.basePath));
|
|
4608
|
+
}
|
|
4609
|
+
|
|
4610
|
+
/**
|
|
4611
|
+
*
|
|
4612
|
+
* @param {SysApiPostRequest} requestParameters Request parameters.
|
|
4613
|
+
* @param {*} [options] Override http request option.
|
|
4614
|
+
* @throws {RequiredError}
|
|
4615
|
+
* @memberof SysApi
|
|
4616
|
+
*/
|
|
4617
|
+
public post(requestParameters: SysApiPostRequest, options?: RawAxiosRequestConfig) {
|
|
4618
|
+
return SysApiFp(this.configuration).post(requestParameters.appid, requestParameters.signature, requestParameters.timestamp, requestParameters.nonce, requestParameters.openid, requestParameters.body, requestParameters.encryptType, requestParameters.msgSignature, options).then((request) => request(this.axios, this.basePath));
|
|
4619
|
+
}
|
|
4620
|
+
|
|
4621
|
+
/**
|
|
4622
|
+
*
|
|
4623
|
+
* @param {SysApiPost1Request} requestParameters Request parameters.
|
|
4624
|
+
* @param {*} [options] Override http request option.
|
|
4625
|
+
* @throws {RequiredError}
|
|
4626
|
+
* @memberof SysApi
|
|
4627
|
+
*/
|
|
4628
|
+
public post1(requestParameters: SysApiPost1Request, options?: RawAxiosRequestConfig) {
|
|
4629
|
+
return SysApiFp(this.configuration).post1(requestParameters.appid, requestParameters.timestamp, requestParameters.nonce, requestParameters.body, requestParameters.msgSignature, requestParameters.encryptType, requestParameters.signature, options).then((request) => request(this.axios, this.basePath));
|
|
4630
|
+
}
|
|
4631
|
+
|
|
4632
|
+
/**
|
|
4633
|
+
*
|
|
4634
|
+
* @param {SysApiRemove1Request} requestParameters Request parameters.
|
|
4635
|
+
* @param {*} [options] Override http request option.
|
|
4636
|
+
* @throws {RequiredError}
|
|
4637
|
+
* @memberof SysApi
|
|
4638
|
+
*/
|
|
4639
|
+
public remove1(requestParameters: SysApiRemove1Request, options?: RawAxiosRequestConfig) {
|
|
4640
|
+
return SysApiFp(this.configuration).remove1(requestParameters.operIds, options).then((request) => request(this.axios, this.basePath));
|
|
4641
|
+
}
|
|
4642
|
+
|
|
4643
|
+
/**
|
|
4644
|
+
*
|
|
4645
|
+
* @param {SysApiRemove2Request} requestParameters Request parameters.
|
|
4646
|
+
* @param {*} [options] Override http request option.
|
|
4647
|
+
* @throws {RequiredError}
|
|
4648
|
+
* @memberof SysApi
|
|
4649
|
+
*/
|
|
4650
|
+
public remove2(requestParameters: SysApiRemove2Request, options?: RawAxiosRequestConfig) {
|
|
4651
|
+
return SysApiFp(this.configuration).remove2(requestParameters.infoIds, options).then((request) => request(this.axios, this.basePath));
|
|
4652
|
+
}
|
|
4653
|
+
|
|
4654
|
+
/**
|
|
4655
|
+
*
|
|
4656
|
+
* @param {*} [options] Override http request option.
|
|
4657
|
+
* @throws {RequiredError}
|
|
4658
|
+
* @memberof SysApi
|
|
4659
|
+
*/
|
|
4660
|
+
public resetConfigCache(options?: RawAxiosRequestConfig) {
|
|
4661
|
+
return SysApiFp(this.configuration).resetConfigCache(options).then((request) => request(this.axios, this.basePath));
|
|
4662
|
+
}
|
|
4663
|
+
|
|
4664
|
+
/**
|
|
4665
|
+
*
|
|
4666
|
+
* @param {SysApiSendRequest} requestParameters Request parameters.
|
|
4667
|
+
* @param {*} [options] Override http request option.
|
|
4668
|
+
* @throws {RequiredError}
|
|
4669
|
+
* @memberof SysApi
|
|
4670
|
+
*/
|
|
4671
|
+
public send(requestParameters: SysApiSendRequest, options?: RawAxiosRequestConfig) {
|
|
4672
|
+
return SysApiFp(this.configuration).send(requestParameters.phone, requestParameters.templateCode, requestParameters.json, options).then((request) => request(this.axios, this.basePath));
|
|
4673
|
+
}
|
|
4674
|
+
|
|
4675
|
+
/**
|
|
4676
|
+
*
|
|
4677
|
+
* @param {SysApiSendMsgByOpenIdRequest} requestParameters Request parameters.
|
|
4678
|
+
* @param {*} [options] Override http request option.
|
|
4679
|
+
* @throws {RequiredError}
|
|
4680
|
+
* @memberof SysApi
|
|
4681
|
+
*/
|
|
4682
|
+
public sendMsgByOpenId(requestParameters: SysApiSendMsgByOpenIdRequest, options?: RawAxiosRequestConfig) {
|
|
4683
|
+
return SysApiFp(this.configuration).sendMsgByOpenId(requestParameters.msg, requestParameters.openId, options).then((request) => request(this.axios, this.basePath));
|
|
4684
|
+
}
|
|
4685
|
+
|
|
4686
|
+
/**
|
|
4687
|
+
*
|
|
4688
|
+
* @param {SysApiSendTemplateRequest} requestParameters Request parameters.
|
|
4689
|
+
* @param {*} [options] Override http request option.
|
|
4690
|
+
* @throws {RequiredError}
|
|
4691
|
+
* @memberof SysApi
|
|
4692
|
+
*/
|
|
4693
|
+
public sendTemplate(requestParameters: SysApiSendTemplateRequest, options?: RawAxiosRequestConfig) {
|
|
4694
|
+
return SysApiFp(this.configuration).sendTemplate(requestParameters.msg, requestParameters.desc, options).then((request) => request(this.axios, this.basePath));
|
|
4695
|
+
}
|
|
4696
|
+
|
|
4697
|
+
/**
|
|
4698
|
+
*
|
|
4699
|
+
* @param {SysApiUpdateConfigRequest} requestParameters Request parameters.
|
|
4700
|
+
* @param {*} [options] Override http request option.
|
|
4701
|
+
* @throws {RequiredError}
|
|
4702
|
+
* @memberof SysApi
|
|
4703
|
+
*/
|
|
4704
|
+
public updateConfig(requestParameters: SysApiUpdateConfigRequest, options?: RawAxiosRequestConfig) {
|
|
4705
|
+
return SysApiFp(this.configuration).updateConfig(requestParameters.sysConfig, options).then((request) => request(this.axios, this.basePath));
|
|
4706
|
+
}
|
|
4707
|
+
|
|
4708
|
+
/**
|
|
4709
|
+
*
|
|
4710
|
+
* @param {SysApiUpdateDictDataRequest} requestParameters Request parameters.
|
|
4711
|
+
* @param {*} [options] Override http request option.
|
|
4712
|
+
* @throws {RequiredError}
|
|
4713
|
+
* @memberof SysApi
|
|
4714
|
+
*/
|
|
4715
|
+
public updateDictData(requestParameters: SysApiUpdateDictDataRequest, options?: RawAxiosRequestConfig) {
|
|
4716
|
+
return SysApiFp(this.configuration).updateDictData(requestParameters.sysDictData, options).then((request) => request(this.axios, this.basePath));
|
|
4717
|
+
}
|
|
4718
|
+
|
|
4719
|
+
/**
|
|
4720
|
+
*
|
|
4721
|
+
* @param {SysApiUpdateDictTypeRequest} requestParameters Request parameters.
|
|
4722
|
+
* @param {*} [options] Override http request option.
|
|
4723
|
+
* @throws {RequiredError}
|
|
4724
|
+
* @memberof SysApi
|
|
4725
|
+
*/
|
|
4726
|
+
public updateDictType(requestParameters: SysApiUpdateDictTypeRequest, options?: RawAxiosRequestConfig) {
|
|
4727
|
+
return SysApiFp(this.configuration).updateDictType(requestParameters.sysDictType, options).then((request) => request(this.axios, this.basePath));
|
|
4728
|
+
}
|
|
4729
|
+
}
|
|
4730
|
+
|