@gizone/rrs-client 4.2.8-alpha.476 → 4.2.9-alpha.20251216150512
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 +38 -1
- package/.openapi-generator/VERSION +1 -1
- package/README.md +4 -5
- package/api.ts +2 -0
- package/apis/access-api.ts +464 -378
- package/apis/app-auth-api.ts +118 -366
- package/apis/auth-api.ts +200 -696
- package/apis/calendar-api.ts +64 -64
- package/apis/cas-api.ts +9 -9
- package/apis/common-api.ts +415 -374
- package/apis/dashboard-api.ts +432 -161
- package/apis/device-api.ts +118 -27
- package/apis/disaster-warning-standard-api.ts +94 -94
- package/apis/energy-cost-controller-api.ts +769 -0
- package/apis/energy-cost-record-controller-api.ts +898 -0
- package/apis/equipment-api.ts +222 -222
- package/apis/excel-language-controller-api.ts +16 -16
- package/apis/hwork-api.ts +11 -11
- package/apis/inspection-standard-api.ts +111 -111
- package/apis/internal-api.ts +9 -9
- package/apis/jwt-api.ts +10 -10
- package/apis/maintenance-standard-api.ts +111 -111
- package/apis/message-api.ts +43 -43
- package/apis/notification-api.ts +63 -63
- package/apis/offline-alert-work-order-controller-api.ts +10 -10
- package/apis/open-api-api.ts +68 -68
- package/apis/park-api.ts +75 -75
- package/apis/privacy-api.ts +48 -48
- package/apis/role-api.ts +169 -169
- package/apis/setting-api.ts +250 -250
- package/apis/smsapi.ts +11 -11
- package/apis/space-api.ts +165 -165
- package/apis/supplier-api.ts +104 -104
- package/apis/surveillance-api.ts +127 -127
- package/apis/surveillance-settings-api.ts +80 -80
- package/apis/sys-api.ts +397 -397
- package/apis/test-api.ts +23 -23
- package/apis/user-api.ts +302 -302
- package/apis/web-hook-api.ts +27 -27
- package/apis/work-order-api.ts +634 -508
- package/base.ts +3 -3
- package/common.ts +1 -1
- package/configuration.ts +1 -7
- package/dist/api.d.ts +2 -0
- package/dist/api.js +2 -0
- package/dist/apis/access-api.d.ts +279 -231
- package/dist/apis/access-api.js +280 -242
- package/dist/apis/app-auth-api.d.ts +76 -176
- package/dist/apis/app-auth-api.js +75 -307
- package/dist/apis/auth-api.d.ts +132 -332
- package/dist/apis/auth-api.js +130 -594
- package/dist/apis/calendar-api.d.ts +40 -40
- package/dist/apis/calendar-api.js +40 -40
- package/dist/apis/cas-api.d.ts +7 -7
- package/dist/apis/cas-api.js +5 -5
- package/dist/apis/common-api.d.ts +269 -245
- package/dist/apis/common-api.js +266 -249
- package/dist/apis/dashboard-api.d.ts +241 -101
- package/dist/apis/dashboard-api.js +310 -100
- package/dist/apis/device-api.d.ts +65 -18
- package/dist/apis/device-api.js +85 -15
- package/dist/apis/disaster-warning-standard-api.d.ts +58 -58
- package/dist/apis/disaster-warning-standard-api.js +60 -60
- package/dist/apis/energy-cost-controller-api.d.ts +418 -0
- package/dist/apis/energy-cost-controller-api.js +595 -0
- package/dist/apis/energy-cost-record-controller-api.d.ts +488 -0
- package/dist/apis/energy-cost-record-controller-api.js +674 -0
- package/dist/apis/equipment-api.d.ts +138 -138
- package/dist/apis/equipment-api.js +140 -140
- package/dist/apis/excel-language-controller-api.d.ts +10 -10
- package/dist/apis/excel-language-controller-api.js +10 -10
- package/dist/apis/hwork-api.d.ts +8 -8
- package/dist/apis/hwork-api.js +5 -5
- package/dist/apis/inspection-standard-api.d.ts +69 -69
- package/dist/apis/inspection-standard-api.js +70 -70
- package/dist/apis/internal-api.d.ts +6 -6
- package/dist/apis/internal-api.js +5 -5
- package/dist/apis/jwt-api.d.ts +7 -7
- package/dist/apis/jwt-api.js +5 -5
- package/dist/apis/maintenance-standard-api.d.ts +69 -69
- package/dist/apis/maintenance-standard-api.js +70 -70
- package/dist/apis/message-api.d.ts +28 -28
- package/dist/apis/message-api.js +25 -25
- package/dist/apis/notification-api.d.ts +43 -43
- package/dist/apis/notification-api.js +40 -40
- package/dist/apis/offline-alert-work-order-controller-api.d.ts +7 -7
- package/dist/apis/offline-alert-work-order-controller-api.js +5 -5
- package/dist/apis/open-api-api.d.ts +44 -44
- package/dist/apis/open-api-api.js +40 -40
- package/dist/apis/park-api.d.ts +45 -45
- package/dist/apis/park-api.js +50 -50
- package/dist/apis/privacy-api.d.ts +30 -30
- package/dist/apis/privacy-api.js +30 -30
- package/dist/apis/role-api.d.ts +111 -111
- package/dist/apis/role-api.js +115 -115
- package/dist/apis/setting-api.d.ts +154 -154
- package/dist/apis/setting-api.js +160 -160
- package/dist/apis/smsapi.d.ts +8 -8
- package/dist/apis/smsapi.js +5 -5
- package/dist/apis/space-api.d.ts +102 -102
- package/dist/apis/space-api.js +105 -105
- package/dist/apis/supplier-api.d.ts +65 -65
- package/dist/apis/supplier-api.js +65 -65
- package/dist/apis/surveillance-api.d.ts +79 -79
- package/dist/apis/surveillance-api.js +80 -80
- package/dist/apis/surveillance-settings-api.d.ts +50 -50
- package/dist/apis/surveillance-settings-api.js +50 -50
- package/dist/apis/sys-api.d.ts +255 -255
- package/dist/apis/sys-api.js +275 -275
- package/dist/apis/test-api.d.ts +14 -14
- package/dist/apis/test-api.js +15 -15
- package/dist/apis/user-api.d.ts +196 -196
- package/dist/apis/user-api.js +200 -200
- package/dist/apis/web-hook-api.d.ts +18 -18
- package/dist/apis/web-hook-api.js +15 -15
- package/dist/apis/work-order-api.d.ts +386 -316
- package/dist/apis/work-order-api.js +407 -323
- package/dist/base.d.ts +2 -2
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -2
- package/dist/configuration.js +1 -2
- package/dist/esm/api.d.ts +2 -0
- package/dist/esm/api.js +2 -0
- package/dist/esm/apis/access-api.d.ts +279 -231
- package/dist/esm/apis/access-api.js +280 -242
- package/dist/esm/apis/app-auth-api.d.ts +76 -176
- package/dist/esm/apis/app-auth-api.js +75 -307
- package/dist/esm/apis/auth-api.d.ts +132 -332
- package/dist/esm/apis/auth-api.js +130 -594
- package/dist/esm/apis/calendar-api.d.ts +40 -40
- package/dist/esm/apis/calendar-api.js +40 -40
- package/dist/esm/apis/cas-api.d.ts +7 -7
- package/dist/esm/apis/cas-api.js +5 -5
- package/dist/esm/apis/common-api.d.ts +269 -245
- package/dist/esm/apis/common-api.js +266 -249
- package/dist/esm/apis/dashboard-api.d.ts +241 -101
- package/dist/esm/apis/dashboard-api.js +310 -100
- package/dist/esm/apis/device-api.d.ts +65 -18
- package/dist/esm/apis/device-api.js +85 -15
- package/dist/esm/apis/disaster-warning-standard-api.d.ts +58 -58
- package/dist/esm/apis/disaster-warning-standard-api.js +60 -60
- package/dist/esm/apis/energy-cost-controller-api.d.ts +418 -0
- package/dist/esm/apis/energy-cost-controller-api.js +588 -0
- package/dist/esm/apis/energy-cost-record-controller-api.d.ts +488 -0
- package/dist/esm/apis/energy-cost-record-controller-api.js +667 -0
- package/dist/esm/apis/equipment-api.d.ts +138 -138
- package/dist/esm/apis/equipment-api.js +140 -140
- package/dist/esm/apis/excel-language-controller-api.d.ts +10 -10
- package/dist/esm/apis/excel-language-controller-api.js +10 -10
- package/dist/esm/apis/hwork-api.d.ts +8 -8
- package/dist/esm/apis/hwork-api.js +5 -5
- package/dist/esm/apis/inspection-standard-api.d.ts +69 -69
- package/dist/esm/apis/inspection-standard-api.js +70 -70
- package/dist/esm/apis/internal-api.d.ts +6 -6
- package/dist/esm/apis/internal-api.js +5 -5
- package/dist/esm/apis/jwt-api.d.ts +7 -7
- package/dist/esm/apis/jwt-api.js +5 -5
- package/dist/esm/apis/maintenance-standard-api.d.ts +69 -69
- package/dist/esm/apis/maintenance-standard-api.js +70 -70
- package/dist/esm/apis/message-api.d.ts +28 -28
- package/dist/esm/apis/message-api.js +25 -25
- package/dist/esm/apis/notification-api.d.ts +43 -43
- package/dist/esm/apis/notification-api.js +40 -40
- package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +7 -7
- package/dist/esm/apis/offline-alert-work-order-controller-api.js +5 -5
- package/dist/esm/apis/open-api-api.d.ts +44 -44
- package/dist/esm/apis/open-api-api.js +40 -40
- package/dist/esm/apis/park-api.d.ts +45 -45
- package/dist/esm/apis/park-api.js +50 -50
- package/dist/esm/apis/privacy-api.d.ts +30 -30
- package/dist/esm/apis/privacy-api.js +30 -30
- package/dist/esm/apis/role-api.d.ts +111 -111
- package/dist/esm/apis/role-api.js +115 -115
- package/dist/esm/apis/setting-api.d.ts +154 -154
- package/dist/esm/apis/setting-api.js +160 -160
- package/dist/esm/apis/smsapi.d.ts +8 -8
- package/dist/esm/apis/smsapi.js +5 -5
- package/dist/esm/apis/space-api.d.ts +102 -102
- package/dist/esm/apis/space-api.js +105 -105
- package/dist/esm/apis/supplier-api.d.ts +65 -65
- package/dist/esm/apis/supplier-api.js +65 -65
- package/dist/esm/apis/surveillance-api.d.ts +79 -79
- package/dist/esm/apis/surveillance-api.js +80 -80
- package/dist/esm/apis/surveillance-settings-api.d.ts +50 -50
- package/dist/esm/apis/surveillance-settings-api.js +50 -50
- package/dist/esm/apis/sys-api.d.ts +255 -255
- package/dist/esm/apis/sys-api.js +275 -275
- package/dist/esm/apis/test-api.d.ts +14 -14
- package/dist/esm/apis/test-api.js +15 -15
- package/dist/esm/apis/user-api.d.ts +196 -196
- package/dist/esm/apis/user-api.js +200 -200
- package/dist/esm/apis/web-hook-api.d.ts +18 -18
- package/dist/esm/apis/web-hook-api.js +15 -15
- package/dist/esm/apis/work-order-api.d.ts +386 -316
- package/dist/esm/apis/work-order-api.js +407 -323
- package/dist/esm/base.d.ts +2 -2
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -2
- package/dist/esm/configuration.js +1 -2
- package/dist/esm/models/access-abnormal-type-enum.d.ts +2 -2
- package/dist/esm/models/access-abnormal-type-enum.js +2 -2
- package/dist/esm/models/access-appointment-record-add-vo.d.ts +15 -8
- package/dist/esm/models/access-appointment-record-details-dto.d.ts +18 -11
- package/dist/esm/models/access-appointment-record-process-approval-user-dto.d.ts +1 -1
- package/dist/esm/models/access-appointment-record-process-details-dto.d.ts +12 -6
- package/dist/esm/models/access-approval-config-vo.d.ts +2 -2
- package/dist/esm/models/access-blacklist-add-vo.d.ts +6 -0
- package/dist/esm/models/access-blacklist-details-dto.d.ts +6 -0
- package/dist/esm/models/access-blacklist-update-vo.d.ts +6 -0
- package/dist/esm/models/access-company-config-entity.d.ts +1 -1
- package/dist/esm/models/access-config-entity.d.ts +7 -1
- package/dist/esm/models/access-config-vo.d.ts +7 -1
- package/dist/esm/models/access-record-details-dto.d.ts +9 -9
- package/dist/esm/models/access-record-summary-details-dto.d.ts +14 -8
- package/dist/esm/models/access-record-summary-list-dto.d.ts +13 -7
- package/dist/esm/models/access-vehicle-length-enum.d.ts +6 -6
- package/dist/esm/models/access-vehicle-length-enum.js +6 -6
- package/dist/esm/models/access-visitor-person-type-config-vo.d.ts +3 -3
- package/dist/esm/models/access-whitelist-application-add-vo.d.ts +4 -4
- package/dist/esm/models/access-whitelist-application-batch-import-template-dto.d.ts +9 -3
- package/dist/esm/models/access-whitelist-application-details-dto.d.ts +6 -6
- package/dist/esm/models/access-whitelist-application-process-details-dto.d.ts +12 -6
- package/dist/esm/models/access-whitelist-application-update-vo.d.ts +1 -1
- package/dist/esm/models/app-login-wx-chat-dto.d.ts +1 -1
- package/dist/esm/models/area-park-dto.d.ts +1 -1
- package/dist/esm/models/base-error-result.d.ts +1 -1
- package/dist/esm/models/calendar-entity.d.ts +1 -1
- package/dist/esm/models/center-list-dto.d.ts +1 -1
- package/dist/esm/models/cuser-info.d.ts +1 -1
- package/dist/esm/models/dashboard-access-search-dto.d.ts +15 -3
- package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-base-search-dto.d.ts +12 -0
- package/dist/esm/models/dashboard-equipment-park-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-equipment-search-dto.d.ts +12 -0
- package/dist/esm/models/dashboard-equipment-system-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-park-statistics-vo.d.ts +36 -0
- package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +7 -1
- package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +18 -0
- package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +13 -1
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +17 -11
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +14 -8
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +19 -1
- package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +22 -16
- package/dist/esm/models/dashboard-work-order-type-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dept-relation-dto.d.ts +2 -2
- package/dist/esm/models/dept-relation.d.ts +2 -2
- package/dist/esm/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
- package/dist/esm/models/disaster-warning-standard-entity.d.ts +1 -1
- package/dist/esm/models/disaster-warning-standard-import-dto.d.ts +1 -1
- package/dist/esm/models/emission-standard-enum.d.ts +22 -0
- package/dist/esm/models/emission-standard-enum.js +23 -0
- package/dist/esm/models/energy-cost-add-record-dto.d.ts +167 -0
- package/dist/esm/models/energy-cost-add-record-dto.js +36 -0
- package/dist/esm/models/energy-cost-add-setting-dto.d.ts +25 -0
- package/dist/esm/models/energy-cost-add-setting-dto.js +14 -0
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting-item.d.ts +43 -0
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting-item.js +19 -0
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting.d.ts +42 -0
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting.js +17 -0
- package/dist/esm/models/energy-cost-edit-record-dto.d.ts +173 -0
- package/dist/esm/models/energy-cost-edit-record-dto.js +36 -0
- package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
- package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.js +23 -0
- package/dist/esm/models/energy-cost-month-setting-list-vo.d.ts +107 -0
- package/dist/esm/models/energy-cost-month-setting-list-vo.js +17 -0
- package/dist/esm/models/energy-cost-record-bill-info-vo.d.ts +48 -0
- package/dist/esm/models/energy-cost-record-bill-info-vo.js +14 -0
- package/dist/esm/models/energy-cost-record-info-not-emun-vo.d.ts +205 -0
- package/dist/esm/models/energy-cost-record-info-not-emun-vo.js +14 -0
- package/dist/esm/models/energy-cost-record-info-vo.d.ts +232 -0
- package/dist/esm/models/energy-cost-record-info-vo.js +36 -0
- package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.d.ts +120 -0
- package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.js +14 -0
- package/dist/esm/models/energy-cost-scenarios-info-vo.d.ts +142 -0
- package/dist/esm/models/energy-cost-scenarios-info-vo.js +32 -0
- package/dist/esm/models/energy-cost-setting-delete-dto.d.ts +41 -0
- package/dist/esm/models/energy-cost-setting-delete-dto.js +17 -0
- package/dist/esm/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
- package/dist/esm/models/energy-cost-setting-summy-add-dto.js +17 -0
- package/dist/esm/models/energy-cost-setting-summy-update-dto.d.ts +30 -0
- package/dist/esm/models/energy-cost-setting-summy-update-dto.js +14 -0
- package/dist/esm/models/energy-cost-update-setting-dto.d.ts +43 -0
- package/dist/esm/models/energy-cost-update-setting-dto.js +19 -0
- package/dist/esm/models/equipment-add-redis-list-dto.d.ts +1 -1
- package/dist/esm/models/equipment-detail-dto.d.ts +2 -2
- package/dist/esm/models/equipment-edit-batch-vo.d.ts +1 -1
- package/dist/esm/models/equipment-edit-vo.d.ts +2 -2
- package/dist/esm/models/equipment-search-system-dto.d.ts +3 -3
- package/dist/esm/models/equipment-search-vo.d.ts +1 -1
- package/dist/esm/models/equipment-status-stats-vo.d.ts +1 -1
- package/dist/esm/models/equipment-tree-details-dto.d.ts +2 -2
- package/dist/esm/models/equipment-tree-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtocalendar-export-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtoequipment-excel-add-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +1 -1
- package/dist/esm/models/exploration-work-order-add-vo.d.ts +3 -3
- package/dist/esm/models/exploration-work-order-details-dto.d.ts +9 -9
- package/dist/esm/models/exploration-work-order-info.d.ts +2 -2
- package/dist/esm/models/followup-work-order-dto.d.ts +1 -1
- package/dist/esm/models/group-dept-vo.d.ts +1 -1
- package/dist/esm/models/index.d.ts +36 -1
- package/dist/esm/models/index.js +36 -1
- package/dist/esm/models/inspection-handle-req.d.ts +1 -1
- package/dist/esm/models/inspection-point-item.d.ts +1 -1
- package/dist/esm/models/inspection-point.d.ts +13 -1
- package/dist/esm/models/inspection-point.js +5 -1
- package/dist/esm/models/inspection-standard-add-or-update-vo.d.ts +4 -4
- package/dist/esm/models/inspection-standard-dto.d.ts +4 -4
- package/dist/esm/models/inspection-standard-entity.d.ts +5 -5
- package/dist/esm/models/inspection-standard-import-dto.d.ts +2 -2
- package/dist/esm/models/insurance-work-order-issue-vo.d.ts +1 -1
- package/dist/esm/models/insurance-work-order-vo.d.ts +1 -1
- package/dist/esm/models/iot-device-unit-delete-dto.d.ts +42 -0
- package/dist/esm/models/iot-device-unit-delete-dto.js +14 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/item.d.ts +77 -0
- package/dist/esm/models/item.js +28 -0
- package/dist/esm/models/json-result-access-appointment-record-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-access-blacklist-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-access-company-config-entity.d.ts +2 -2
- package/dist/esm/models/json-result-access-config-entity.d.ts +2 -2
- package/dist/esm/models/json-result-access-record-summary-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-access-whitelist-application-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-admission-terms-record-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-applet-user-type-dto.d.ts +2 -2
- package/dist/esm/models/json-result-big-decimal.d.ts +1 -1
- package/dist/esm/models/json-result-boolean.d.ts +1 -1
- package/dist/esm/models/json-result-calendar-entity.d.ts +2 -2
- package/dist/esm/models/json-result-dashboard-park-statistics-vo.d.ts +62 -0
- package/dist/esm/models/json-result-dashboard-park-statistics-vo.js +14 -0
- package/dist/esm/models/json-result-disaster-warning-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.js +14 -0
- package/dist/esm/models/{json-result-work-order-spot-check-dto.d.ts → json-result-energy-cost-record-info-vo.d.ts} +13 -13
- package/dist/esm/models/json-result-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/json-result-equipment-add-redis-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-equipment-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-equipment-search-system-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtoequipment-excel-add-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +2 -2
- package/dist/esm/models/json-result-exploration-work-order-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-file-dto.d.ts +2 -2
- package/dist/esm/models/json-result-group-dept-vo.d.ts +2 -2
- package/dist/esm/models/json-result-inspection-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-integer.d.ts +1 -1
- package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/json-result-json-result-list-space-tree-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-access-appointment-record-process-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-access-company-config-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-address-region-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-applet-sys-user-drop-down-box-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-area-park-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-calendar-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-center-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +14 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.js +14 -0
- package/dist/esm/models/json-result-list-equipment-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-equipment-qr-code-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-equipment-system-tree-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-equipment-tree-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-inspection-point.d.ts +2 -2
- package/dist/esm/models/json-result-list-inspection-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-maintenance-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-park-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-plan-calendar-list-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-plan-calendar-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-image-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-point-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-qr-code-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-tree-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-url-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-srm-center-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-supplier-select-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-sys-dept-drop-down-box-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-sys-dept.d.ts +2 -2
- package/dist/esm/models/json-result-list-sys-user-drop-down-box-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-circulation-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-circulation-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-comment-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-inspection-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-push-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-spot-check-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-work-order-spot-check-dto.js +14 -0
- package/dist/esm/models/json-result-list-work-order-step-by-step-push-user-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-maintenance-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-map-string-object.d.ts +63 -0
- package/dist/esm/models/json-result-map-string-object.js +14 -0
- package/dist/esm/models/json-result-monitoring-coverage-alert-work-order-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-notice-entity.d.ts +2 -2
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-access-blacklist-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-access-record-summary-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-admission-terms-record-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-disaster-warning-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-equipment-search-system-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-inspection-standard-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-maintenance-standard-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-plan-search-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-supplier-contract-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-sys-user-msg-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-work-order-search-dto.d.ts +2 -2
- package/dist/esm/models/json-result-park-info-dto.d.ts +2 -2
- package/dist/esm/models/json-result-park-settings-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-period-detail-resp.d.ts +2 -2
- package/dist/esm/models/json-result-plan-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-space-add-redis-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-space-image-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-srm-center-entity.d.ts +2 -2
- package/dist/esm/models/json-result-string.d.ts +1 -1
- package/dist/esm/models/json-result-supplier-contract-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-supplier-entity.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-count-dto.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-live-dto.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-settings-polling-dto.d.ts +2 -2
- package/dist/esm/models/json-result-switch-park-v2-dto.d.ts +2 -2
- package/dist/esm/models/json-result-sys-dept.d.ts +2 -2
- package/dist/esm/models/json-result-sys-user-msg-dto.d.ts +2 -2
- package/dist/esm/models/json-result-sys-user.d.ts +2 -2
- package/dist/esm/models/json-result-user-add-redis-list-vo.d.ts +2 -2
- package/dist/esm/models/json-result-user-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-void.d.ts +1 -1
- package/dist/esm/models/json-result-work-order-dept-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-work-order-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result.d.ts +1 -1
- package/dist/esm/models/maintenance-history-dto.d.ts +2 -2
- package/dist/esm/models/maintenance-standard-add-or-update-vo.d.ts +2 -2
- package/dist/esm/models/maintenance-standard-dto.d.ts +2 -2
- package/dist/esm/models/maintenance-standard-entity.d.ts +3 -3
- package/dist/esm/models/monitoring-coverage-alert-info.d.ts +1 -1
- package/dist/esm/models/monitoring-coverage-alert-process-vo.d.ts +1 -1
- package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.d.ts +7 -7
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +3 -3
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +14 -14
- package/dist/esm/models/news-info.d.ts +1 -1
- package/dist/esm/models/offline-alert-submit-vo.d.ts +1 -1
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +10 -10
- package/dist/esm/models/offline-alert-work-order-info.d.ts +2 -2
- package/dist/esm/models/offline-alert-work-order-vo.d.ts +1 -1
- package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +14 -7
- package/dist/esm/models/open-api-access-appointment-record-delete-vo.d.ts +1 -1
- package/dist/esm/models/open-api-equipment-list-dto.d.ts +2 -2
- package/dist/esm/models/page-dto-access-appointment-record-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-access-blacklist-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-access-record-summary-list-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-access-whitelist-application-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-admission-terms-record-list-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-disaster-warning-standard-entity.d.ts +1 -1
- package/dist/esm/models/page-dto-equipment-search-system-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-inspection-standard-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-maintenance-standard-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-open-api-equipment-list-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-plan-search-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-supplier-contract-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-sys-user-msg-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-work-order-group-equipment-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-work-order-group-equipment-dto.js +14 -0
- package/dist/esm/models/page-dto-work-order-search-dto.d.ts +1 -1
- package/dist/esm/models/park-info-dto.d.ts +7 -1
- package/dist/esm/models/park-info-edit-vo.d.ts +7 -1
- package/dist/esm/models/park-list-dto.d.ts +13 -0
- package/dist/esm/models/park.d.ts +1 -1
- package/dist/esm/models/period-detail-resp.d.ts +12 -12
- package/dist/esm/models/period-detail-resp.js +5 -5
- package/dist/esm/models/plan-add-vo.d.ts +9 -9
- package/dist/esm/models/plan-add-vo.js +5 -5
- package/dist/esm/models/plan-calendar-list-vo.d.ts +5 -5
- package/dist/esm/models/plan-calendar-list-vo.js +5 -5
- package/dist/esm/models/plan-detail-dto.d.ts +9 -9
- package/dist/esm/models/plan-detail-dto.js +5 -5
- package/dist/esm/models/plan-edit-vo.d.ts +9 -9
- package/dist/esm/models/plan-edit-vo.js +5 -5
- package/dist/esm/models/plan-inspection-items-dto.d.ts +3 -3
- package/dist/esm/models/plan-item-add-vo.d.ts +2 -2
- package/dist/esm/models/plan-item-edit-vo.d.ts +2 -2
- package/dist/esm/models/plan-search-dto.d.ts +9 -9
- package/dist/esm/models/plan-search-dto.js +5 -5
- package/dist/esm/models/pricing-item.d.ts +50 -0
- package/dist/esm/models/pricing-item.js +20 -0
- package/dist/esm/models/process-work-order-vo.d.ts +1 -1
- package/dist/esm/models/safety-smart-fire-record-gizone-dto.d.ts +1 -1
- package/dist/esm/models/save-period-work-order-detail-req.d.ts +1 -1
- package/dist/esm/models/sms-captcha-vo.d.ts +1 -1
- package/dist/esm/models/source-work-order-dto.d.ts +1 -1
- package/dist/esm/models/source-work-order-inspection-dto.d.ts +1 -1
- package/dist/esm/models/space-add-redis-list-dto.d.ts +1 -1
- package/dist/esm/models/space-add-vo.d.ts +2 -2
- package/dist/esm/models/space-detail-dto.d.ts +4 -4
- package/dist/esm/models/space-edit-vo.d.ts +2 -2
- package/dist/esm/models/space-image-detail-dto.d.ts +2 -2
- package/dist/esm/models/space-tree-dto.d.ts +3 -3
- package/dist/esm/models/space.d.ts +1 -1
- package/dist/esm/models/srm-center-entity.d.ts +1 -1
- package/dist/esm/models/srm-center-vo.d.ts +1 -1
- package/dist/esm/models/srm-level-add-dto.d.ts +1 -1
- package/dist/esm/models/sub-buttons.d.ts +1 -1
- package/dist/esm/models/supplier-add-vo.d.ts +2 -2
- package/dist/esm/models/supplier-edit-vo.d.ts +2 -2
- package/dist/esm/models/supplier-entity.d.ts +2 -2
- package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +15 -2
- package/dist/esm/models/surveillance-details-dto.d.ts +7 -7
- package/dist/esm/models/surveillance-entity.d.ts +171 -0
- package/dist/esm/models/surveillance-entity.js +14 -0
- package/dist/esm/models/surveillance-settings-coverage-standard-dto.d.ts +1 -1
- package/dist/esm/models/surveillance-settings-polling-dto.d.ts +2 -2
- package/dist/esm/models/surveillance-settings-polling-vo.d.ts +2 -2
- package/dist/esm/models/surveillance-update-vo.d.ts +2 -2
- package/dist/esm/models/switch-pak-body-v2-vo.d.ts +1 -1
- package/dist/esm/models/sync-equipment-status-vo.d.ts +1 -1
- package/dist/esm/models/sync-equipment-vo.d.ts +1 -1
- package/dist/esm/models/sys-user-info-dto.d.ts +3 -3
- package/dist/esm/models/sys-user-msg-dto.d.ts +2 -2
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/user-add-redis-list-vo.d.ts +1 -1
- package/dist/esm/models/user-roles-and-permissions-dto.d.ts +1 -1
- package/dist/esm/models/violation-decision-vo.d.ts +20 -2
- package/dist/esm/models/violation-work-order-add-vo.d.ts +9 -3
- package/dist/esm/models/violation-work-order-details-dto.d.ts +12 -12
- package/dist/esm/models/violation-work-order-info.d.ts +22 -4
- package/dist/esm/models/work-order-add-vo.d.ts +3 -3
- package/dist/esm/models/work-order-circulation-settings-add-or-update-vo.d.ts +2 -2
- package/dist/esm/models/work-order-circulation-settings-entity.d.ts +2 -2
- package/dist/esm/models/work-order-circulation-vo.d.ts +1 -1
- package/dist/esm/models/work-order-decision-vo.d.ts +2 -2
- package/dist/esm/models/work-order-dept-settings-entity.d.ts +1 -1
- package/dist/esm/models/work-order-detail-dto.d.ts +14 -14
- package/dist/esm/models/work-order-ext-data.d.ts +5 -5
- package/dist/esm/models/work-order-group-equipment-dto.d.ts +167 -0
- package/dist/esm/models/work-order-group-equipment-dto.js +18 -0
- package/dist/esm/models/work-order-group-equipment-dtoinspection-item.d.ts +36 -0
- package/dist/esm/models/work-order-group-equipment-dtoinspection-item.js +14 -0
- package/dist/esm/models/work-order-handler-dto.d.ts +1 -1
- package/dist/esm/models/work-order-issue-type-settings-add-or-update-vo.d.ts +2 -2
- package/dist/esm/models/work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/work-order-msg-remind-config-info.d.ts +2 -2
- package/dist/esm/models/work-order-push-settings-entity.d.ts +1 -1
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.d.ts +1 -1
- package/dist/esm/models/work-order-push-settings-vo.d.ts +1 -1
- package/dist/esm/models/work-order-report-vo.d.ts +3 -3
- package/dist/esm/models/work-order-search-dto.d.ts +7 -7
- package/dist/esm/models/work-order-spot-check-dto.d.ts +22 -22
- package/dist/esm/models/work-order-spot-check-dto.js +7 -7
- package/dist/esm/models/work-order-staging-data-vo.d.ts +1 -1
- package/dist/esm/models/work-order-submit-vo.d.ts +2 -2
- package/dist/esm/models/work-order-type-msg-remind-config-add-or-update-vo.d.ts +2 -2
- package/dist/esm/models/work-order-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/wx-ma-user-info.d.ts +1 -1
- package/dist/esm/models/wx-menu.d.ts +2 -2
- package/dist/esm/models/wx-mp-conditional-menu.d.ts +2 -2
- package/dist/esm/models/wx-mp-get-self-menu-info-result.d.ts +1 -1
- package/dist/esm/models/wx-mp-menu.d.ts +1 -1
- package/dist/esm/models/wx-mp-self-menu-button.d.ts +2 -2
- package/dist/esm/models/wx-mp-self-menu-info.d.ts +1 -1
- package/dist/models/access-abnormal-type-enum.d.ts +2 -2
- package/dist/models/access-abnormal-type-enum.js +2 -2
- package/dist/models/access-appointment-record-add-vo.d.ts +15 -8
- package/dist/models/access-appointment-record-details-dto.d.ts +18 -11
- package/dist/models/access-appointment-record-process-approval-user-dto.d.ts +1 -1
- package/dist/models/access-appointment-record-process-details-dto.d.ts +12 -6
- package/dist/models/access-approval-config-vo.d.ts +2 -2
- package/dist/models/access-blacklist-add-vo.d.ts +6 -0
- package/dist/models/access-blacklist-details-dto.d.ts +6 -0
- package/dist/models/access-blacklist-update-vo.d.ts +6 -0
- package/dist/models/access-company-config-entity.d.ts +1 -1
- package/dist/models/access-config-entity.d.ts +7 -1
- package/dist/models/access-config-vo.d.ts +7 -1
- package/dist/models/access-record-details-dto.d.ts +9 -9
- package/dist/models/access-record-summary-details-dto.d.ts +14 -8
- package/dist/models/access-record-summary-list-dto.d.ts +13 -7
- package/dist/models/access-vehicle-length-enum.d.ts +6 -6
- package/dist/models/access-vehicle-length-enum.js +6 -6
- package/dist/models/access-visitor-person-type-config-vo.d.ts +3 -3
- package/dist/models/access-whitelist-application-add-vo.d.ts +4 -4
- package/dist/models/access-whitelist-application-batch-import-template-dto.d.ts +9 -3
- package/dist/models/access-whitelist-application-details-dto.d.ts +6 -6
- package/dist/models/access-whitelist-application-process-details-dto.d.ts +12 -6
- package/dist/models/access-whitelist-application-update-vo.d.ts +1 -1
- package/dist/models/app-login-wx-chat-dto.d.ts +1 -1
- package/dist/models/area-park-dto.d.ts +1 -1
- package/dist/models/base-error-result.d.ts +1 -1
- package/dist/models/calendar-entity.d.ts +1 -1
- package/dist/models/center-list-dto.d.ts +1 -1
- package/dist/models/cuser-info.d.ts +1 -1
- package/dist/models/dashboard-access-search-dto.d.ts +15 -3
- package/dist/models/dashboard-access-source-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-base-search-dto.d.ts +12 -0
- package/dist/models/dashboard-equipment-park-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-equipment-search-dto.d.ts +12 -0
- package/dist/models/dashboard-equipment-system-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-park-statistics-vo.d.ts +36 -0
- package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +7 -1
- package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +18 -0
- package/dist/models/dashboard-surveillance-search-dto.d.ts +13 -1
- package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +17 -11
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +14 -8
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +19 -1
- package/dist/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-work-order-list-search-dto.d.ts +22 -16
- package/dist/models/dashboard-work-order-type-group-stats-vo.d.ts +2 -2
- package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +1 -1
- package/dist/models/dept-relation-dto.d.ts +2 -2
- package/dist/models/dept-relation.d.ts +2 -2
- package/dist/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
- package/dist/models/disaster-warning-standard-entity.d.ts +1 -1
- package/dist/models/disaster-warning-standard-import-dto.d.ts +1 -1
- package/dist/models/emission-standard-enum.d.ts +22 -0
- package/dist/models/emission-standard-enum.js +26 -0
- package/dist/models/energy-cost-add-record-dto.d.ts +167 -0
- package/dist/models/energy-cost-add-record-dto.js +39 -0
- package/dist/models/energy-cost-add-setting-dto.d.ts +25 -0
- package/dist/models/energy-cost-add-setting-dto.js +15 -0
- package/dist/models/energy-cost-add-setting-dtopark-setting-item.d.ts +43 -0
- package/dist/models/energy-cost-add-setting-dtopark-setting-item.js +22 -0
- package/dist/models/energy-cost-add-setting-dtopark-setting.d.ts +42 -0
- package/dist/models/energy-cost-add-setting-dtopark-setting.js +20 -0
- package/dist/models/energy-cost-edit-record-dto.d.ts +173 -0
- package/dist/models/energy-cost-edit-record-dto.js +39 -0
- package/dist/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
- package/dist/models/energy-cost-month-setting-list-summary-standards-vo.js +26 -0
- package/dist/models/energy-cost-month-setting-list-vo.d.ts +107 -0
- package/dist/models/energy-cost-month-setting-list-vo.js +20 -0
- package/dist/models/energy-cost-record-bill-info-vo.d.ts +48 -0
- package/dist/models/energy-cost-record-bill-info-vo.js +15 -0
- package/dist/models/energy-cost-record-info-not-emun-vo.d.ts +205 -0
- package/dist/models/energy-cost-record-info-not-emun-vo.js +15 -0
- package/dist/models/energy-cost-record-info-vo.d.ts +232 -0
- package/dist/models/energy-cost-record-info-vo.js +39 -0
- package/dist/models/energy-cost-scenarios-info-not-enum-vo.d.ts +120 -0
- package/dist/models/energy-cost-scenarios-info-not-enum-vo.js +15 -0
- package/dist/models/energy-cost-scenarios-info-vo.d.ts +142 -0
- package/dist/models/energy-cost-scenarios-info-vo.js +35 -0
- package/dist/models/energy-cost-setting-delete-dto.d.ts +41 -0
- package/dist/models/energy-cost-setting-delete-dto.js +20 -0
- package/dist/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
- package/dist/models/energy-cost-setting-summy-add-dto.js +20 -0
- package/dist/models/energy-cost-setting-summy-update-dto.d.ts +30 -0
- package/dist/models/energy-cost-setting-summy-update-dto.js +15 -0
- package/dist/models/energy-cost-update-setting-dto.d.ts +43 -0
- package/dist/models/energy-cost-update-setting-dto.js +22 -0
- package/dist/models/equipment-add-redis-list-dto.d.ts +1 -1
- package/dist/models/equipment-detail-dto.d.ts +2 -2
- package/dist/models/equipment-edit-batch-vo.d.ts +1 -1
- package/dist/models/equipment-edit-vo.d.ts +2 -2
- package/dist/models/equipment-search-system-dto.d.ts +3 -3
- package/dist/models/equipment-search-vo.d.ts +1 -1
- package/dist/models/equipment-status-stats-vo.d.ts +1 -1
- package/dist/models/equipment-tree-details-dto.d.ts +2 -2
- package/dist/models/equipment-tree-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtocalendar-export-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtoequipment-excel-add-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +1 -1
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +1 -1
- package/dist/models/exploration-work-order-add-vo.d.ts +3 -3
- package/dist/models/exploration-work-order-details-dto.d.ts +9 -9
- package/dist/models/exploration-work-order-info.d.ts +2 -2
- package/dist/models/followup-work-order-dto.d.ts +1 -1
- package/dist/models/group-dept-vo.d.ts +1 -1
- package/dist/models/index.d.ts +36 -1
- package/dist/models/index.js +36 -1
- package/dist/models/inspection-handle-req.d.ts +1 -1
- package/dist/models/inspection-point-item.d.ts +1 -1
- package/dist/models/inspection-point.d.ts +13 -1
- package/dist/models/inspection-point.js +6 -0
- package/dist/models/inspection-standard-add-or-update-vo.d.ts +4 -4
- package/dist/models/inspection-standard-dto.d.ts +4 -4
- package/dist/models/inspection-standard-entity.d.ts +5 -5
- package/dist/models/inspection-standard-import-dto.d.ts +2 -2
- package/dist/models/insurance-work-order-issue-vo.d.ts +1 -1
- package/dist/models/insurance-work-order-vo.d.ts +1 -1
- package/dist/models/iot-device-unit-delete-dto.d.ts +42 -0
- package/dist/models/iot-device-unit-delete-dto.js +15 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/models/ipage-energy-cost-record-info-vo.js +15 -0
- package/dist/models/item.d.ts +77 -0
- package/dist/models/item.js +31 -0
- package/dist/models/json-result-access-appointment-record-details-dto.d.ts +2 -2
- package/dist/models/json-result-access-blacklist-details-dto.d.ts +2 -2
- package/dist/models/json-result-access-company-config-entity.d.ts +2 -2
- package/dist/models/json-result-access-config-entity.d.ts +2 -2
- package/dist/models/json-result-access-record-summary-details-dto.d.ts +2 -2
- package/dist/models/json-result-access-whitelist-application-details-dto.d.ts +2 -2
- package/dist/models/json-result-admission-terms-record-details-dto.d.ts +2 -2
- package/dist/models/json-result-applet-user-type-dto.d.ts +2 -2
- package/dist/models/json-result-big-decimal.d.ts +1 -1
- package/dist/models/json-result-boolean.d.ts +1 -1
- package/dist/models/json-result-calendar-entity.d.ts +2 -2
- package/dist/models/json-result-dashboard-park-statistics-vo.d.ts +62 -0
- package/dist/models/json-result-dashboard-park-statistics-vo.js +15 -0
- package/dist/models/json-result-disaster-warning-standard-entity.d.ts +2 -2
- package/dist/models/json-result-energy-cost-record-bill-info-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-record-bill-info-vo.js +15 -0
- package/dist/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-record-info-not-emun-vo.js +15 -0
- package/dist/models/{json-result-work-order-spot-check-dto.d.ts → json-result-energy-cost-record-info-vo.d.ts} +13 -13
- package/dist/models/json-result-energy-cost-record-info-vo.js +15 -0
- package/dist/models/json-result-equipment-add-redis-list-dto.d.ts +2 -2
- package/dist/models/json-result-equipment-detail-dto.d.ts +2 -2
- package/dist/models/json-result-equipment-search-system-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtoequipment-excel-add-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +2 -2
- package/dist/models/json-result-exploration-work-order-details-dto.d.ts +2 -2
- package/dist/models/json-result-file-dto.d.ts +2 -2
- package/dist/models/json-result-group-dept-vo.d.ts +2 -2
- package/dist/models/json-result-inspection-standard-entity.d.ts +2 -2
- package/dist/models/json-result-integer.d.ts +1 -1
- package/dist/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/models/json-result-ipage-energy-cost-record-info-vo.js +15 -0
- package/dist/models/json-result-json-result-list-space-tree-dto.d.ts +2 -2
- package/dist/models/json-result-list-access-appointment-record-process-details-dto.d.ts +2 -2
- package/dist/models/json-result-list-access-company-config-entity.d.ts +2 -2
- package/dist/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +2 -2
- package/dist/models/json-result-list-address-region-entity.d.ts +2 -2
- package/dist/models/json-result-list-applet-sys-user-drop-down-box-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-area-park-dto.d.ts +2 -2
- package/dist/models/json-result-list-calendar-entity.d.ts +2 -2
- package/dist/models/json-result-list-center-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-series-stats-base-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +15 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-vo.js +15 -0
- package/dist/models/json-result-list-equipment-detail-dto.d.ts +2 -2
- package/dist/models/json-result-list-equipment-qr-code-dto.d.ts +2 -2
- package/dist/models/json-result-list-equipment-system-tree-dto.d.ts +2 -2
- package/dist/models/json-result-list-equipment-tree-dto.d.ts +2 -2
- package/dist/models/json-result-list-inspection-point.d.ts +2 -2
- package/dist/models/json-result-list-inspection-standard-entity.d.ts +2 -2
- package/dist/models/json-result-list-maintenance-standard-entity.d.ts +2 -2
- package/dist/models/json-result-list-park-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-plan-calendar-list-vo.d.ts +2 -2
- package/dist/models/json-result-list-plan-calendar-vo.d.ts +2 -2
- package/dist/models/json-result-list-space-image-detail-dto.d.ts +2 -2
- package/dist/models/json-result-list-space-point-dto.d.ts +2 -2
- package/dist/models/json-result-list-space-qr-code-dto.d.ts +2 -2
- package/dist/models/json-result-list-space-tree-dto.d.ts +2 -2
- package/dist/models/json-result-list-space-url-dto.d.ts +2 -2
- package/dist/models/json-result-list-srm-center-vo.d.ts +2 -2
- package/dist/models/json-result-list-supplier-select-dto.d.ts +2 -2
- package/dist/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +2 -2
- package/dist/models/json-result-list-sys-dept-drop-down-box-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-sys-dept.d.ts +2 -2
- package/dist/models/json-result-list-sys-user-drop-down-box-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-work-order-circulation-settings-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-circulation-vo.d.ts +2 -2
- package/dist/models/json-result-list-work-order-comment-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-inspection-detail-dto.d.ts +2 -2
- package/dist/models/json-result-list-work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-push-settings-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-spot-check-dto.d.ts +62 -0
- package/dist/models/json-result-list-work-order-spot-check-dto.js +15 -0
- package/dist/models/json-result-list-work-order-step-by-step-push-user-details-dto.d.ts +2 -2
- package/dist/models/json-result-list-work-order-type-settings-entity.d.ts +2 -2
- package/dist/models/json-result-maintenance-standard-entity.d.ts +2 -2
- package/dist/models/json-result-map-string-object.d.ts +63 -0
- package/dist/models/json-result-map-string-object.js +15 -0
- package/dist/models/json-result-monitoring-coverage-alert-work-order-details-dto.d.ts +2 -2
- package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +2 -2
- package/dist/models/json-result-notice-entity.d.ts +2 -2
- package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-access-blacklist-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-access-record-summary-list-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-admission-terms-record-list-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-disaster-warning-standard-entity.d.ts +2 -2
- package/dist/models/json-result-page-dto-equipment-search-system-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-inspection-standard-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-maintenance-standard-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-plan-search-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-supplier-contract-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-sys-user-msg-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-work-order-group-equipment-dto.js +15 -0
- package/dist/models/json-result-page-dto-work-order-search-dto.d.ts +2 -2
- package/dist/models/json-result-park-info-dto.d.ts +2 -2
- package/dist/models/json-result-park-settings-details-dto.d.ts +2 -2
- package/dist/models/json-result-period-detail-resp.d.ts +2 -2
- package/dist/models/json-result-plan-detail-dto.d.ts +2 -2
- package/dist/models/json-result-space-add-redis-list-dto.d.ts +2 -2
- package/dist/models/json-result-space-image-detail-dto.d.ts +2 -2
- package/dist/models/json-result-srm-center-entity.d.ts +2 -2
- package/dist/models/json-result-string.d.ts +1 -1
- package/dist/models/json-result-supplier-contract-details-dto.d.ts +2 -2
- package/dist/models/json-result-supplier-entity.d.ts +2 -2
- package/dist/models/json-result-surveillance-count-dto.d.ts +2 -2
- package/dist/models/json-result-surveillance-details-dto.d.ts +2 -2
- package/dist/models/json-result-surveillance-live-dto.d.ts +2 -2
- package/dist/models/json-result-surveillance-settings-details-dto.d.ts +2 -2
- package/dist/models/json-result-surveillance-settings-polling-dto.d.ts +2 -2
- package/dist/models/json-result-switch-park-v2-dto.d.ts +2 -2
- package/dist/models/json-result-sys-dept.d.ts +2 -2
- package/dist/models/json-result-sys-user-msg-dto.d.ts +2 -2
- package/dist/models/json-result-sys-user.d.ts +2 -2
- package/dist/models/json-result-user-add-redis-list-vo.d.ts +2 -2
- package/dist/models/json-result-user-settings-entity.d.ts +2 -2
- package/dist/models/json-result-violation-work-order-details-dto.d.ts +2 -2
- package/dist/models/json-result-void.d.ts +1 -1
- package/dist/models/json-result-work-order-dept-settings-entity.d.ts +2 -2
- package/dist/models/json-result-work-order-detail-dto.d.ts +2 -2
- package/dist/models/json-result-work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/models/json-result.d.ts +1 -1
- package/dist/models/maintenance-history-dto.d.ts +2 -2
- package/dist/models/maintenance-standard-add-or-update-vo.d.ts +2 -2
- package/dist/models/maintenance-standard-dto.d.ts +2 -2
- package/dist/models/maintenance-standard-entity.d.ts +3 -3
- package/dist/models/monitoring-coverage-alert-info.d.ts +1 -1
- package/dist/models/monitoring-coverage-alert-process-vo.d.ts +1 -1
- package/dist/models/monitoring-coverage-alert-work-order-details-dto.d.ts +7 -7
- package/dist/models/network-monitor-repair-add-vo.d.ts +3 -3
- package/dist/models/network-monitor-repair-details-dto.d.ts +14 -14
- package/dist/models/news-info.d.ts +1 -1
- package/dist/models/offline-alert-submit-vo.d.ts +1 -1
- package/dist/models/offline-alert-work-order-details-dto.d.ts +10 -10
- package/dist/models/offline-alert-work-order-info.d.ts +2 -2
- package/dist/models/offline-alert-work-order-vo.d.ts +1 -1
- package/dist/models/open-api-access-appointment-record-add-vo.d.ts +14 -7
- package/dist/models/open-api-access-appointment-record-delete-vo.d.ts +1 -1
- package/dist/models/open-api-equipment-list-dto.d.ts +2 -2
- package/dist/models/page-dto-access-appointment-record-details-dto.d.ts +1 -1
- package/dist/models/page-dto-access-blacklist-details-dto.d.ts +1 -1
- package/dist/models/page-dto-access-record-summary-list-dto.d.ts +1 -1
- package/dist/models/page-dto-access-whitelist-application-details-dto.d.ts +1 -1
- package/dist/models/page-dto-admission-terms-record-list-dto.d.ts +1 -1
- package/dist/models/page-dto-disaster-warning-standard-entity.d.ts +1 -1
- package/dist/models/page-dto-equipment-search-system-dto.d.ts +1 -1
- package/dist/models/page-dto-inspection-standard-dto.d.ts +1 -1
- package/dist/models/page-dto-maintenance-standard-dto.d.ts +1 -1
- package/dist/models/page-dto-open-api-equipment-list-dto.d.ts +1 -1
- package/dist/models/page-dto-plan-search-dto.d.ts +1 -1
- package/dist/models/page-dto-supplier-contract-details-dto.d.ts +1 -1
- package/dist/models/page-dto-surveillance-details-dto.d.ts +1 -1
- package/dist/models/page-dto-sys-user-msg-dto.d.ts +1 -1
- package/dist/models/page-dto-work-order-group-equipment-dto.d.ts +31 -0
- package/dist/models/page-dto-work-order-group-equipment-dto.js +15 -0
- package/dist/models/page-dto-work-order-search-dto.d.ts +1 -1
- package/dist/models/park-info-dto.d.ts +7 -1
- package/dist/models/park-info-edit-vo.d.ts +7 -1
- package/dist/models/park-list-dto.d.ts +13 -0
- package/dist/models/park.d.ts +1 -1
- package/dist/models/period-detail-resp.d.ts +12 -12
- package/dist/models/period-detail-resp.js +5 -5
- package/dist/models/plan-add-vo.d.ts +9 -9
- package/dist/models/plan-add-vo.js +5 -5
- package/dist/models/plan-calendar-list-vo.d.ts +5 -5
- package/dist/models/plan-calendar-list-vo.js +5 -5
- package/dist/models/plan-detail-dto.d.ts +9 -9
- package/dist/models/plan-detail-dto.js +5 -5
- package/dist/models/plan-edit-vo.d.ts +9 -9
- package/dist/models/plan-edit-vo.js +5 -5
- package/dist/models/plan-inspection-items-dto.d.ts +3 -3
- package/dist/models/plan-item-add-vo.d.ts +2 -2
- package/dist/models/plan-item-edit-vo.d.ts +2 -2
- package/dist/models/plan-search-dto.d.ts +9 -9
- package/dist/models/plan-search-dto.js +5 -5
- package/dist/models/pricing-item.d.ts +50 -0
- package/dist/models/pricing-item.js +23 -0
- package/dist/models/process-work-order-vo.d.ts +1 -1
- package/dist/models/safety-smart-fire-record-gizone-dto.d.ts +1 -1
- package/dist/models/save-period-work-order-detail-req.d.ts +1 -1
- package/dist/models/sms-captcha-vo.d.ts +1 -1
- package/dist/models/source-work-order-dto.d.ts +1 -1
- package/dist/models/source-work-order-inspection-dto.d.ts +1 -1
- package/dist/models/space-add-redis-list-dto.d.ts +1 -1
- package/dist/models/space-add-vo.d.ts +2 -2
- package/dist/models/space-detail-dto.d.ts +4 -4
- package/dist/models/space-edit-vo.d.ts +2 -2
- package/dist/models/space-image-detail-dto.d.ts +2 -2
- package/dist/models/space-tree-dto.d.ts +3 -3
- package/dist/models/space.d.ts +1 -1
- package/dist/models/srm-center-entity.d.ts +1 -1
- package/dist/models/srm-center-vo.d.ts +1 -1
- package/dist/models/srm-level-add-dto.d.ts +1 -1
- package/dist/models/sub-buttons.d.ts +1 -1
- package/dist/models/supplier-add-vo.d.ts +2 -2
- package/dist/models/supplier-edit-vo.d.ts +2 -2
- package/dist/models/supplier-entity.d.ts +2 -2
- package/dist/models/surveillance-batch-import-template-dto.d.ts +15 -2
- package/dist/models/surveillance-details-dto.d.ts +7 -7
- package/dist/models/surveillance-entity.d.ts +171 -0
- package/dist/models/surveillance-entity.js +15 -0
- package/dist/models/surveillance-settings-coverage-standard-dto.d.ts +1 -1
- package/dist/models/surveillance-settings-polling-dto.d.ts +2 -2
- package/dist/models/surveillance-settings-polling-vo.d.ts +2 -2
- package/dist/models/surveillance-update-vo.d.ts +2 -2
- package/dist/models/switch-pak-body-v2-vo.d.ts +1 -1
- package/dist/models/sync-equipment-status-vo.d.ts +1 -1
- package/dist/models/sync-equipment-vo.d.ts +1 -1
- package/dist/models/sys-user-info-dto.d.ts +3 -3
- package/dist/models/sys-user-msg-dto.d.ts +2 -2
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/user-add-redis-list-vo.d.ts +1 -1
- package/dist/models/user-roles-and-permissions-dto.d.ts +1 -1
- package/dist/models/violation-decision-vo.d.ts +20 -2
- package/dist/models/violation-work-order-add-vo.d.ts +9 -3
- package/dist/models/violation-work-order-details-dto.d.ts +12 -12
- package/dist/models/violation-work-order-info.d.ts +22 -4
- package/dist/models/work-order-add-vo.d.ts +3 -3
- package/dist/models/work-order-circulation-settings-add-or-update-vo.d.ts +2 -2
- package/dist/models/work-order-circulation-settings-entity.d.ts +2 -2
- package/dist/models/work-order-circulation-vo.d.ts +1 -1
- package/dist/models/work-order-decision-vo.d.ts +2 -2
- package/dist/models/work-order-dept-settings-entity.d.ts +1 -1
- package/dist/models/work-order-detail-dto.d.ts +14 -14
- package/dist/models/work-order-ext-data.d.ts +5 -5
- package/dist/models/work-order-group-equipment-dto.d.ts +167 -0
- package/dist/models/work-order-group-equipment-dto.js +21 -0
- package/dist/models/work-order-group-equipment-dtoinspection-item.d.ts +36 -0
- package/dist/models/work-order-group-equipment-dtoinspection-item.js +15 -0
- package/dist/models/work-order-handler-dto.d.ts +1 -1
- package/dist/models/work-order-issue-type-settings-add-or-update-vo.d.ts +2 -2
- package/dist/models/work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/models/work-order-msg-remind-config-info.d.ts +2 -2
- package/dist/models/work-order-push-settings-entity.d.ts +1 -1
- package/dist/models/work-order-push-settings-save-or-update-vo.d.ts +1 -1
- package/dist/models/work-order-push-settings-vo.d.ts +1 -1
- package/dist/models/work-order-report-vo.d.ts +3 -3
- package/dist/models/work-order-search-dto.d.ts +7 -7
- package/dist/models/work-order-spot-check-dto.d.ts +22 -22
- package/dist/models/work-order-spot-check-dto.js +8 -8
- package/dist/models/work-order-staging-data-vo.d.ts +1 -1
- package/dist/models/work-order-submit-vo.d.ts +2 -2
- package/dist/models/work-order-type-msg-remind-config-add-or-update-vo.d.ts +2 -2
- package/dist/models/work-order-type-settings-entity.d.ts +2 -2
- package/dist/models/wx-ma-user-info.d.ts +1 -1
- package/dist/models/wx-menu.d.ts +2 -2
- package/dist/models/wx-mp-conditional-menu.d.ts +2 -2
- package/dist/models/wx-mp-get-self-menu-info-result.d.ts +1 -1
- package/dist/models/wx-mp-menu.d.ts +1 -1
- package/dist/models/wx-mp-self-menu-button.d.ts +2 -2
- package/dist/models/wx-mp-self-menu-info.d.ts +1 -1
- package/models/access-abnormal-type-enum.ts +2 -2
- package/models/access-appointment-record-add-vo.ts +17 -8
- package/models/access-appointment-record-details-dto.ts +20 -11
- package/models/access-appointment-record-process-approval-user-dto.ts +1 -1
- package/models/access-appointment-record-process-details-dto.ts +12 -6
- package/models/access-approval-config-vo.ts +2 -2
- package/models/access-blacklist-add-vo.ts +6 -0
- package/models/access-blacklist-details-dto.ts +6 -0
- package/models/access-blacklist-update-vo.ts +6 -0
- package/models/access-company-config-entity.ts +1 -1
- package/models/access-config-entity.ts +7 -1
- package/models/access-config-vo.ts +7 -1
- package/models/access-record-details-dto.ts +9 -9
- package/models/access-record-summary-details-dto.ts +14 -8
- package/models/access-record-summary-list-dto.ts +13 -7
- package/models/access-vehicle-length-enum.ts +6 -6
- package/models/access-visitor-person-type-config-vo.ts +3 -3
- package/models/access-whitelist-application-add-vo.ts +4 -4
- package/models/access-whitelist-application-batch-import-template-dto.ts +9 -3
- package/models/access-whitelist-application-details-dto.ts +6 -6
- package/models/access-whitelist-application-process-details-dto.ts +12 -6
- package/models/access-whitelist-application-update-vo.ts +1 -1
- package/models/app-login-wx-chat-dto.ts +1 -1
- package/models/area-park-dto.ts +1 -1
- package/models/base-error-result.ts +1 -1
- package/models/calendar-entity.ts +1 -1
- package/models/center-list-dto.ts +1 -1
- package/models/cuser-info.ts +1 -1
- package/models/dashboard-access-search-dto.ts +15 -3
- package/models/dashboard-access-source-group-stats-vo.ts +1 -1
- package/models/dashboard-base-search-dto.ts +12 -0
- package/models/dashboard-equipment-park-group-stats-vo.ts +1 -1
- package/models/dashboard-equipment-search-dto.ts +12 -0
- package/models/dashboard-equipment-system-group-stats-vo.ts +1 -1
- package/models/dashboard-park-statistics-vo.ts +42 -0
- package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +7 -1
- package/models/dashboard-surveillance-park-group-stats-vo.ts +18 -0
- package/models/dashboard-surveillance-search-dto.ts +13 -1
- package/models/dashboard-work-order-by-park-search-dto.ts +17 -11
- package/models/dashboard-work-order-by-work-order-type-search-dto.ts +14 -8
- package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +19 -1
- package/models/dashboard-work-order-issue-type-group-stats-vo.ts +1 -1
- package/models/dashboard-work-order-list-search-dto.ts +22 -16
- package/models/dashboard-work-order-type-group-stats-vo.ts +2 -2
- package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +1 -1
- package/models/dept-relation-dto.ts +2 -2
- package/models/dept-relation.ts +2 -2
- package/models/disaster-warning-standard-add-or-update-vo.ts +1 -1
- package/models/disaster-warning-standard-entity.ts +1 -1
- package/models/disaster-warning-standard-import-dto.ts +1 -1
- package/models/emission-standard-enum.ts +32 -0
- package/models/energy-cost-add-record-dto.ts +183 -0
- package/models/energy-cost-add-setting-dto.ts +33 -0
- package/models/energy-cost-add-setting-dtopark-setting-item.ts +52 -0
- package/models/energy-cost-add-setting-dtopark-setting.ts +53 -0
- package/models/energy-cost-edit-record-dto.ts +189 -0
- package/models/energy-cost-month-setting-list-summary-standards-vo.ts +106 -0
- package/models/energy-cost-month-setting-list-vo.ts +116 -0
- package/models/energy-cost-record-bill-info-vo.ts +54 -0
- package/models/energy-cost-record-info-not-emun-vo.ts +213 -0
- package/models/energy-cost-record-info-vo.ts +246 -0
- package/models/energy-cost-scenarios-info-not-enum-vo.ts +126 -0
- package/models/energy-cost-scenarios-info-vo.ts +153 -0
- package/models/energy-cost-setting-delete-dto.ts +50 -0
- package/models/energy-cost-setting-summy-add-dto.ts +50 -0
- package/models/energy-cost-setting-summy-update-dto.ts +36 -0
- package/models/energy-cost-update-setting-dto.ts +52 -0
- package/models/equipment-add-redis-list-dto.ts +1 -1
- package/models/equipment-detail-dto.ts +2 -2
- package/models/equipment-edit-batch-vo.ts +1 -1
- package/models/equipment-edit-vo.ts +2 -2
- package/models/equipment-search-system-dto.ts +3 -3
- package/models/equipment-search-vo.ts +1 -1
- package/models/equipment-status-stats-vo.ts +1 -1
- package/models/equipment-tree-details-dto.ts +2 -2
- package/models/equipment-tree-dto.ts +1 -1
- package/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +1 -1
- package/models/excel-import-result-dtocalendar-export-dto.ts +1 -1
- package/models/excel-import-result-dtodisaster-warning-standard-import-dto.ts +1 -1
- package/models/excel-import-result-dtoequipment-excel-add-dto.ts +1 -1
- package/models/excel-import-result-dtoinspection-standard-import-dto.ts +1 -1
- package/models/excel-import-result-dtomaintenance-standard-import-dto.ts +1 -1
- package/models/excel-import-result-dtosurveillance-batch-import-template-dto.ts +1 -1
- package/models/excel-import-result-dtosurveillance-settings-export-dto.ts +1 -1
- package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +1 -1
- package/models/exploration-work-order-add-vo.ts +3 -3
- package/models/exploration-work-order-details-dto.ts +9 -9
- package/models/exploration-work-order-info.ts +2 -2
- package/models/followup-work-order-dto.ts +1 -1
- package/models/group-dept-vo.ts +1 -1
- package/models/index.ts +36 -1
- package/models/inspection-handle-req.ts +1 -1
- package/models/inspection-point-item.ts +1 -1
- package/models/inspection-point.ts +16 -1
- package/models/inspection-standard-add-or-update-vo.ts +4 -4
- package/models/inspection-standard-dto.ts +4 -4
- package/models/inspection-standard-entity.ts +5 -5
- package/models/inspection-standard-import-dto.ts +2 -2
- package/models/insurance-work-order-issue-vo.ts +1 -1
- package/models/insurance-work-order-vo.ts +1 -1
- package/models/iot-device-unit-delete-dto.ts +48 -0
- package/models/ipage-energy-cost-record-info-vo.ts +70 -0
- package/models/item.ts +87 -0
- package/models/json-result-access-appointment-record-details-dto.ts +2 -2
- package/models/json-result-access-blacklist-details-dto.ts +2 -2
- package/models/json-result-access-company-config-entity.ts +2 -2
- package/models/json-result-access-config-entity.ts +2 -2
- package/models/json-result-access-record-summary-details-dto.ts +2 -2
- package/models/json-result-access-whitelist-application-details-dto.ts +2 -2
- package/models/json-result-admission-terms-record-details-dto.ts +2 -2
- package/models/json-result-applet-user-type-dto.ts +2 -2
- package/models/json-result-big-decimal.ts +1 -1
- package/models/json-result-boolean.ts +1 -1
- package/models/json-result-calendar-entity.ts +2 -2
- package/models/json-result-dashboard-park-statistics-vo.ts +72 -0
- package/models/json-result-disaster-warning-standard-entity.ts +2 -2
- package/models/json-result-energy-cost-record-bill-info-vo.ts +72 -0
- package/models/json-result-energy-cost-record-info-not-emun-vo.ts +72 -0
- package/models/{json-result-work-order-spot-check-dto.ts → json-result-energy-cost-record-info-vo.ts} +13 -13
- package/models/json-result-equipment-add-redis-list-dto.ts +2 -2
- package/models/json-result-equipment-detail-dto.ts +2 -2
- package/models/json-result-equipment-search-system-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtoequipment-excel-add-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtoinspection-standard-import-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.ts +2 -2
- package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +2 -2
- package/models/json-result-exploration-work-order-details-dto.ts +2 -2
- package/models/json-result-file-dto.ts +2 -2
- package/models/json-result-group-dept-vo.ts +2 -2
- package/models/json-result-inspection-standard-entity.ts +2 -2
- package/models/json-result-integer.ts +1 -1
- package/models/json-result-ipage-energy-cost-record-info-vo.ts +72 -0
- package/models/json-result-json-result-list-space-tree-dto.ts +2 -2
- package/models/json-result-list-access-appointment-record-process-details-dto.ts +2 -2
- package/models/json-result-list-access-company-config-entity.ts +2 -2
- package/models/json-result-list-access-whitelist-application-process-details-dto.ts +2 -2
- package/models/json-result-list-address-region-entity.ts +2 -2
- package/models/json-result-list-applet-sys-user-drop-down-box-list-dto.ts +2 -2
- package/models/json-result-list-area-park-dto.ts +2 -2
- package/models/json-result-list-calendar-entity.ts +2 -2
- package/models/json-result-list-center-list-dto.ts +2 -2
- package/models/json-result-list-dashboard-access-park-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-access-source-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-equipment-park-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-equipment-system-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-series-stats-base-vo.ts +2 -2
- package/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-work-order-park-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-work-order-type-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts +2 -2
- package/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.ts +72 -0
- package/models/json-result-list-energy-cost-month-setting-list-vo.ts +72 -0
- package/models/json-result-list-equipment-detail-dto.ts +2 -2
- package/models/json-result-list-equipment-qr-code-dto.ts +2 -2
- package/models/json-result-list-equipment-system-tree-dto.ts +2 -2
- package/models/json-result-list-equipment-tree-dto.ts +2 -2
- package/models/json-result-list-inspection-point.ts +2 -2
- package/models/json-result-list-inspection-standard-entity.ts +2 -2
- package/models/json-result-list-maintenance-standard-entity.ts +2 -2
- package/models/json-result-list-park-list-dto.ts +2 -2
- package/models/json-result-list-plan-calendar-list-vo.ts +2 -2
- package/models/json-result-list-plan-calendar-vo.ts +2 -2
- package/models/json-result-list-space-image-detail-dto.ts +2 -2
- package/models/json-result-list-space-point-dto.ts +2 -2
- package/models/json-result-list-space-qr-code-dto.ts +2 -2
- package/models/json-result-list-space-tree-dto.ts +2 -2
- package/models/json-result-list-space-url-dto.ts +2 -2
- package/models/json-result-list-srm-center-vo.ts +2 -2
- package/models/json-result-list-supplier-select-dto.ts +2 -2
- package/models/json-result-list-surveillance-settings-coverage-standard-dto.ts +2 -2
- package/models/json-result-list-sys-dept-drop-down-box-list-dto.ts +2 -2
- package/models/json-result-list-sys-dept.ts +2 -2
- package/models/json-result-list-sys-user-drop-down-box-list-dto.ts +2 -2
- package/models/json-result-list-work-order-circulation-settings-entity.ts +2 -2
- package/models/json-result-list-work-order-circulation-vo.ts +2 -2
- package/models/json-result-list-work-order-comment-entity.ts +2 -2
- package/models/json-result-list-work-order-dept-settings-entity.ts +2 -2
- package/models/json-result-list-work-order-inspection-detail-dto.ts +2 -2
- package/models/json-result-list-work-order-issue-type-settings-entity.ts +2 -2
- package/models/json-result-list-work-order-push-settings-entity.ts +2 -2
- package/models/json-result-list-work-order-spot-check-dto.ts +72 -0
- package/models/json-result-list-work-order-step-by-step-push-user-details-dto.ts +2 -2
- package/models/json-result-list-work-order-type-settings-entity.ts +2 -2
- package/models/json-result-maintenance-standard-entity.ts +2 -2
- package/models/json-result-map-string-object.ts +69 -0
- package/models/json-result-monitoring-coverage-alert-work-order-details-dto.ts +2 -2
- package/models/json-result-network-monitor-repair-details-dto.ts +2 -2
- package/models/json-result-notice-entity.ts +2 -2
- package/models/json-result-offline-alert-work-order-details-dto.ts +2 -2
- package/models/json-result-page-dto-access-appointment-record-details-dto.ts +2 -2
- package/models/json-result-page-dto-access-blacklist-details-dto.ts +2 -2
- package/models/json-result-page-dto-access-record-summary-list-dto.ts +2 -2
- package/models/json-result-page-dto-access-whitelist-application-details-dto.ts +2 -2
- package/models/json-result-page-dto-admission-terms-record-list-dto.ts +2 -2
- package/models/json-result-page-dto-disaster-warning-standard-entity.ts +2 -2
- package/models/json-result-page-dto-equipment-search-system-dto.ts +2 -2
- package/models/json-result-page-dto-inspection-standard-dto.ts +2 -2
- package/models/json-result-page-dto-maintenance-standard-dto.ts +2 -2
- package/models/json-result-page-dto-open-api-equipment-list-dto.ts +2 -2
- package/models/json-result-page-dto-plan-search-dto.ts +2 -2
- package/models/json-result-page-dto-supplier-contract-details-dto.ts +2 -2
- package/models/json-result-page-dto-surveillance-details-dto.ts +2 -2
- package/models/json-result-page-dto-sys-user-msg-dto.ts +2 -2
- package/models/json-result-page-dto-work-order-group-equipment-dto.ts +72 -0
- package/models/json-result-page-dto-work-order-search-dto.ts +2 -2
- package/models/json-result-park-info-dto.ts +2 -2
- package/models/json-result-park-settings-details-dto.ts +2 -2
- package/models/json-result-period-detail-resp.ts +2 -2
- package/models/json-result-plan-detail-dto.ts +2 -2
- package/models/json-result-space-add-redis-list-dto.ts +2 -2
- package/models/json-result-space-image-detail-dto.ts +2 -2
- package/models/json-result-srm-center-entity.ts +2 -2
- package/models/json-result-string.ts +1 -1
- package/models/json-result-supplier-contract-details-dto.ts +2 -2
- package/models/json-result-supplier-entity.ts +2 -2
- package/models/json-result-surveillance-count-dto.ts +2 -2
- package/models/json-result-surveillance-details-dto.ts +2 -2
- package/models/json-result-surveillance-live-dto.ts +2 -2
- package/models/json-result-surveillance-settings-details-dto.ts +2 -2
- package/models/json-result-surveillance-settings-polling-dto.ts +2 -2
- package/models/json-result-switch-park-v2-dto.ts +2 -2
- package/models/json-result-sys-dept.ts +2 -2
- package/models/json-result-sys-user-msg-dto.ts +2 -2
- package/models/json-result-sys-user.ts +2 -2
- package/models/json-result-user-add-redis-list-vo.ts +2 -2
- package/models/json-result-user-settings-entity.ts +2 -2
- package/models/json-result-violation-work-order-details-dto.ts +2 -2
- package/models/json-result-void.ts +1 -1
- package/models/json-result-work-order-dept-settings-entity.ts +2 -2
- package/models/json-result-work-order-detail-dto.ts +2 -2
- package/models/json-result-work-order-issue-type-settings-entity.ts +2 -2
- package/models/json-result.ts +1 -1
- package/models/maintenance-history-dto.ts +2 -2
- package/models/maintenance-standard-add-or-update-vo.ts +2 -2
- package/models/maintenance-standard-dto.ts +2 -2
- package/models/maintenance-standard-entity.ts +3 -3
- package/models/monitoring-coverage-alert-info.ts +1 -1
- package/models/monitoring-coverage-alert-process-vo.ts +1 -1
- package/models/monitoring-coverage-alert-work-order-details-dto.ts +7 -7
- package/models/network-monitor-repair-add-vo.ts +3 -3
- package/models/network-monitor-repair-details-dto.ts +14 -14
- package/models/news-info.ts +1 -1
- package/models/offline-alert-submit-vo.ts +1 -1
- package/models/offline-alert-work-order-details-dto.ts +10 -10
- package/models/offline-alert-work-order-info.ts +2 -2
- package/models/offline-alert-work-order-vo.ts +1 -1
- package/models/open-api-access-appointment-record-add-vo.ts +16 -7
- package/models/open-api-access-appointment-record-delete-vo.ts +1 -1
- package/models/open-api-equipment-list-dto.ts +2 -2
- package/models/page-dto-access-appointment-record-details-dto.ts +1 -1
- package/models/page-dto-access-blacklist-details-dto.ts +1 -1
- package/models/page-dto-access-record-summary-list-dto.ts +1 -1
- package/models/page-dto-access-whitelist-application-details-dto.ts +1 -1
- package/models/page-dto-admission-terms-record-list-dto.ts +1 -1
- package/models/page-dto-disaster-warning-standard-entity.ts +1 -1
- package/models/page-dto-equipment-search-system-dto.ts +1 -1
- package/models/page-dto-inspection-standard-dto.ts +1 -1
- package/models/page-dto-maintenance-standard-dto.ts +1 -1
- package/models/page-dto-open-api-equipment-list-dto.ts +1 -1
- package/models/page-dto-plan-search-dto.ts +1 -1
- package/models/page-dto-supplier-contract-details-dto.ts +1 -1
- package/models/page-dto-surveillance-details-dto.ts +1 -1
- package/models/page-dto-sys-user-msg-dto.ts +1 -1
- package/models/page-dto-work-order-group-equipment-dto.ts +39 -0
- package/models/page-dto-work-order-search-dto.ts +1 -1
- package/models/park-info-dto.ts +7 -1
- package/models/park-info-edit-vo.ts +7 -1
- package/models/park-list-dto.ts +17 -0
- package/models/park.ts +1 -1
- package/models/period-detail-resp.ts +12 -12
- package/models/plan-add-vo.ts +9 -9
- package/models/plan-calendar-list-vo.ts +5 -5
- package/models/plan-detail-dto.ts +9 -9
- package/models/plan-edit-vo.ts +9 -9
- package/models/plan-inspection-items-dto.ts +3 -3
- package/models/plan-item-add-vo.ts +2 -2
- package/models/plan-item-edit-vo.ts +2 -2
- package/models/plan-search-dto.ts +9 -9
- package/models/pricing-item.ts +59 -0
- package/models/process-work-order-vo.ts +1 -1
- package/models/safety-smart-fire-record-gizone-dto.ts +1 -1
- package/models/save-period-work-order-detail-req.ts +1 -1
- package/models/sms-captcha-vo.ts +1 -1
- package/models/source-work-order-dto.ts +1 -1
- package/models/source-work-order-inspection-dto.ts +1 -1
- package/models/space-add-redis-list-dto.ts +1 -1
- package/models/space-add-vo.ts +2 -2
- package/models/space-detail-dto.ts +4 -4
- package/models/space-edit-vo.ts +2 -2
- package/models/space-image-detail-dto.ts +2 -2
- package/models/space-tree-dto.ts +3 -3
- package/models/space.ts +1 -1
- package/models/srm-center-entity.ts +1 -1
- package/models/srm-center-vo.ts +1 -1
- package/models/srm-level-add-dto.ts +1 -1
- package/models/sub-buttons.ts +1 -1
- package/models/supplier-add-vo.ts +2 -2
- package/models/supplier-edit-vo.ts +2 -2
- package/models/supplier-entity.ts +2 -2
- package/models/surveillance-batch-import-template-dto.ts +17 -2
- package/models/surveillance-details-dto.ts +7 -7
- package/models/surveillance-entity.ts +185 -0
- package/models/surveillance-settings-coverage-standard-dto.ts +1 -1
- package/models/surveillance-settings-polling-dto.ts +2 -2
- package/models/surveillance-settings-polling-vo.ts +2 -2
- package/models/surveillance-update-vo.ts +2 -2
- package/models/switch-pak-body-v2-vo.ts +1 -1
- package/models/sync-equipment-status-vo.ts +1 -1
- package/models/sync-equipment-vo.ts +1 -1
- package/models/sys-user-info-dto.ts +3 -3
- package/models/sys-user-msg-dto.ts +2 -2
- package/models/sys-user.ts +4 -4
- package/models/user-add-redis-list-vo.ts +1 -1
- package/models/user-roles-and-permissions-dto.ts +1 -1
- package/models/violation-decision-vo.ts +20 -2
- package/models/violation-work-order-add-vo.ts +9 -3
- package/models/violation-work-order-details-dto.ts +12 -12
- package/models/violation-work-order-info.ts +22 -4
- package/models/work-order-add-vo.ts +3 -3
- package/models/work-order-circulation-settings-add-or-update-vo.ts +2 -2
- package/models/work-order-circulation-settings-entity.ts +2 -2
- package/models/work-order-circulation-vo.ts +1 -1
- package/models/work-order-decision-vo.ts +2 -2
- package/models/work-order-dept-settings-entity.ts +1 -1
- package/models/work-order-detail-dto.ts +14 -14
- package/models/work-order-ext-data.ts +5 -5
- package/models/work-order-group-equipment-dto.ts +186 -0
- package/models/work-order-group-equipment-dtoinspection-item.ts +42 -0
- package/models/work-order-handler-dto.ts +1 -1
- package/models/work-order-issue-type-settings-add-or-update-vo.ts +2 -2
- package/models/work-order-issue-type-settings-entity.ts +2 -2
- package/models/work-order-msg-remind-config-info.ts +2 -2
- package/models/work-order-push-settings-entity.ts +1 -1
- package/models/work-order-push-settings-save-or-update-vo.ts +1 -1
- package/models/work-order-push-settings-vo.ts +1 -1
- package/models/work-order-report-vo.ts +3 -3
- package/models/work-order-search-dto.ts +7 -7
- package/models/work-order-spot-check-dto.ts +23 -23
- package/models/work-order-staging-data-vo.ts +1 -1
- package/models/work-order-submit-vo.ts +2 -2
- package/models/work-order-type-msg-remind-config-add-or-update-vo.ts +2 -2
- package/models/work-order-type-settings-entity.ts +2 -2
- package/models/wx-ma-user-info.ts +1 -1
- package/models/wx-menu.ts +2 -2
- package/models/wx-mp-conditional-menu.ts +2 -2
- package/models/wx-mp-get-self-menu-info-result.ts +1 -1
- package/models/wx-mp-menu.ts +1 -1
- package/models/wx-mp-self-menu-button.ts +2 -2
- package/models/wx-mp-self-menu-info.ts +1 -1
- package/package.json +4 -4
- /package/dist/esm/models/{json-result-work-order-spot-check-dto.js → dashboard-park-statistics-vo.js} +0 -0
- /package/dist/models/{json-result-work-order-spot-check-dto.js → dashboard-park-statistics-vo.js} +0 -0
package/dist/apis/auth-api.d.ts
CHANGED
|
@@ -10,24 +10,24 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import type { Configuration } from '../configuration';
|
|
13
|
-
import type { AxiosPromise, AxiosInstance,
|
|
14
|
-
import {
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
13
|
+
import type { AxiosPromise, AxiosInstance, AxiosRequestConfig } from 'axios';
|
|
14
|
+
import { RequestArgs, BaseAPI } from '../base';
|
|
15
|
+
import { AppLoginCodeDto } from '../models';
|
|
16
|
+
import { AppLoginPasswordDto } from '../models';
|
|
17
|
+
import { AppLoginWxChatDto } from '../models';
|
|
18
|
+
import { AppLoginWxChatPubDto } from '../models';
|
|
19
|
+
import { AppObtainToken } from '../models';
|
|
20
|
+
import { ChoosePakBody } from '../models';
|
|
21
|
+
import { JsonResult } from '../models';
|
|
22
|
+
import { JsonResultBoolean } from '../models';
|
|
23
|
+
import { JsonResultString } from '../models';
|
|
24
|
+
import { JsonResultSwitchParkV2DTO } from '../models';
|
|
25
|
+
import { LoginBody } from '../models';
|
|
26
|
+
import { SwitchPakBody } from '../models';
|
|
27
|
+
import { SwitchPakBodyV2Vo } from '../models';
|
|
28
|
+
import { SysLoginCodeDto } from '../models';
|
|
29
|
+
import { UserBindBody } from '../models';
|
|
30
|
+
import { UserRolesAndPermissionsDTO } from '../models';
|
|
31
31
|
/**
|
|
32
32
|
* AuthApi - axios parameter creator
|
|
33
33
|
* @export
|
|
@@ -40,7 +40,7 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
40
40
|
* @param {*} [options] Override http request option.
|
|
41
41
|
* @throws {RequiredError}
|
|
42
42
|
*/
|
|
43
|
-
appLoginByMobile: (appLoginPasswordDto: AppLoginPasswordDto, options?:
|
|
43
|
+
appLoginByMobile: (appLoginPasswordDto: AppLoginPasswordDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
44
44
|
/**
|
|
45
45
|
*
|
|
46
46
|
* @summary 手机号/邮箱验证码登录
|
|
@@ -48,7 +48,7 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
48
48
|
* @param {*} [options] Override http request option.
|
|
49
49
|
* @throws {RequiredError}
|
|
50
50
|
*/
|
|
51
|
-
appLoginBySMSCode: (appLoginCodeDto: AppLoginCodeDto, options?:
|
|
51
|
+
appLoginBySMSCode: (appLoginCodeDto: AppLoginCodeDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
52
52
|
/**
|
|
53
53
|
*
|
|
54
54
|
* @summary 绑定邮箱
|
|
@@ -56,7 +56,7 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
56
56
|
* @param {*} [options] Override http request option.
|
|
57
57
|
* @throws {RequiredError}
|
|
58
58
|
*/
|
|
59
|
-
bindEmail: (userBindBody: UserBindBody, options?:
|
|
59
|
+
bindEmail: (userBindBody: UserBindBody, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
60
60
|
/**
|
|
61
61
|
*
|
|
62
62
|
* @summary 绑定手机号
|
|
@@ -64,28 +64,28 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
64
64
|
* @param {*} [options] Override http request option.
|
|
65
65
|
* @throws {RequiredError}
|
|
66
66
|
*/
|
|
67
|
-
bindPhone: (userBindBody: UserBindBody, options?:
|
|
67
|
+
bindPhone: (userBindBody: UserBindBody, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
68
68
|
/**
|
|
69
69
|
*
|
|
70
70
|
* @param {string} cId
|
|
71
71
|
* @param {*} [options] Override http request option.
|
|
72
72
|
* @throws {RequiredError}
|
|
73
73
|
*/
|
|
74
|
-
bindingCId: (cId: string, options?:
|
|
74
|
+
bindingCId: (cId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
75
75
|
/**
|
|
76
76
|
*
|
|
77
77
|
* @summary 注销账号
|
|
78
78
|
* @param {*} [options] Override http request option.
|
|
79
79
|
* @throws {RequiredError}
|
|
80
80
|
*/
|
|
81
|
-
cancelAccount: (options?:
|
|
81
|
+
cancelAccount: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
82
82
|
/**
|
|
83
83
|
*
|
|
84
84
|
* @summary token是否有效
|
|
85
85
|
* @param {*} [options] Override http request option.
|
|
86
86
|
* @throws {RequiredError}
|
|
87
87
|
*/
|
|
88
|
-
checkToken: (options?:
|
|
88
|
+
checkToken: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
89
89
|
/**
|
|
90
90
|
*
|
|
91
91
|
* @summary APP选择园区
|
|
@@ -93,7 +93,7 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
93
93
|
* @param {*} [options] Override http request option.
|
|
94
94
|
* @throws {RequiredError}
|
|
95
95
|
*/
|
|
96
|
-
choosePark: (choosePakBody: ChoosePakBody, options?:
|
|
96
|
+
choosePark: (choosePakBody: ChoosePakBody, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
97
97
|
/**
|
|
98
98
|
*
|
|
99
99
|
* @summary 发送验证码
|
|
@@ -102,43 +102,19 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
102
102
|
* @param {*} [options] Override http request option.
|
|
103
103
|
* @throws {RequiredError}
|
|
104
104
|
*/
|
|
105
|
-
code: (email: string, language: string, options?:
|
|
105
|
+
code: (email: string, language: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
106
106
|
/**
|
|
107
107
|
*
|
|
108
108
|
* @param {*} [options] Override http request option.
|
|
109
109
|
* @throws {RequiredError}
|
|
110
110
|
*/
|
|
111
|
-
|
|
111
|
+
getCode: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
112
112
|
/**
|
|
113
113
|
*
|
|
114
114
|
* @param {*} [options] Override http request option.
|
|
115
115
|
* @throws {RequiredError}
|
|
116
116
|
*/
|
|
117
|
-
|
|
118
|
-
/**
|
|
119
|
-
*
|
|
120
|
-
* @param {*} [options] Override http request option.
|
|
121
|
-
* @throws {RequiredError}
|
|
122
|
-
*/
|
|
123
|
-
fusionGetToken2: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
124
|
-
/**
|
|
125
|
-
*
|
|
126
|
-
* @param {*} [options] Override http request option.
|
|
127
|
-
* @throws {RequiredError}
|
|
128
|
-
*/
|
|
129
|
-
fusionGetToken3: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
130
|
-
/**
|
|
131
|
-
*
|
|
132
|
-
* @param {*} [options] Override http request option.
|
|
133
|
-
* @throws {RequiredError}
|
|
134
|
-
*/
|
|
135
|
-
getCode: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
136
|
-
/**
|
|
137
|
-
*
|
|
138
|
-
* @param {*} [options] Override http request option.
|
|
139
|
-
* @throws {RequiredError}
|
|
140
|
-
*/
|
|
141
|
-
getLoginMode: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
117
|
+
getLoginMode: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
142
118
|
/**
|
|
143
119
|
*
|
|
144
120
|
* @summary 获取园区数据
|
|
@@ -148,7 +124,7 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
148
124
|
* @param {*} [options] Override http request option.
|
|
149
125
|
* @throws {RequiredError}
|
|
150
126
|
*/
|
|
151
|
-
getPark: (uuid: string, type: number, parkId: number, options?:
|
|
127
|
+
getPark: (uuid: string, type: number, parkId: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
152
128
|
/**
|
|
153
129
|
*
|
|
154
130
|
* @summary 获取集团园区数据
|
|
@@ -156,7 +132,7 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
156
132
|
* @param {*} [options] Override http request option.
|
|
157
133
|
* @throws {RequiredError}
|
|
158
134
|
*/
|
|
159
|
-
getParkByGroupId: (groupId: number, options?:
|
|
135
|
+
getParkByGroupId: (groupId: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
160
136
|
/**
|
|
161
137
|
*
|
|
162
138
|
* @summary 获取园区数据
|
|
@@ -167,44 +143,20 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
167
143
|
* @param {*} [options] Override http request option.
|
|
168
144
|
* @throws {RequiredError}
|
|
169
145
|
*/
|
|
170
|
-
getParkMiniApp: (uuid: string, userType: string, parkId: number, appId: string, options?:
|
|
146
|
+
getParkMiniApp: (uuid: string, userType: string, parkId: number, appId: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
171
147
|
/**
|
|
172
148
|
*
|
|
173
149
|
* @param {number} parkId
|
|
174
150
|
* @param {*} [options] Override http request option.
|
|
175
151
|
* @throws {RequiredError}
|
|
176
152
|
*/
|
|
177
|
-
getRouters: (parkId: number, options?:
|
|
178
|
-
/**
|
|
179
|
-
*
|
|
180
|
-
* @param {*} [options] Override http request option.
|
|
181
|
-
* @throws {RequiredError}
|
|
182
|
-
*/
|
|
183
|
-
getRoutersAll: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
153
|
+
getRouters: (parkId: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
184
154
|
/**
|
|
185
155
|
*
|
|
186
156
|
* @param {*} [options] Override http request option.
|
|
187
157
|
* @throws {RequiredError}
|
|
188
158
|
*/
|
|
189
|
-
|
|
190
|
-
/**
|
|
191
|
-
*
|
|
192
|
-
* @param {*} [options] Override http request option.
|
|
193
|
-
* @throws {RequiredError}
|
|
194
|
-
*/
|
|
195
|
-
getTokenByHttp1: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
196
|
-
/**
|
|
197
|
-
*
|
|
198
|
-
* @param {*} [options] Override http request option.
|
|
199
|
-
* @throws {RequiredError}
|
|
200
|
-
*/
|
|
201
|
-
getTokenByHttp2: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
202
|
-
/**
|
|
203
|
-
*
|
|
204
|
-
* @param {*} [options] Override http request option.
|
|
205
|
-
* @throws {RequiredError}
|
|
206
|
-
*/
|
|
207
|
-
getTokenByHttp3: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
159
|
+
getRoutersAll: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
208
160
|
/**
|
|
209
161
|
*
|
|
210
162
|
* @summary 获取用户信息
|
|
@@ -212,14 +164,14 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
212
164
|
* @param {*} [options] Override http request option.
|
|
213
165
|
* @throws {RequiredError}
|
|
214
166
|
*/
|
|
215
|
-
getUserRolesAndPermissions: (parkId: number, options?:
|
|
167
|
+
getUserRolesAndPermissions: (parkId: number, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
216
168
|
/**
|
|
217
169
|
*
|
|
218
170
|
* @param {LoginBody} loginBody
|
|
219
171
|
* @param {*} [options] Override http request option.
|
|
220
172
|
* @throws {RequiredError}
|
|
221
173
|
*/
|
|
222
|
-
login: (loginBody: LoginBody, options?:
|
|
174
|
+
login: (loginBody: LoginBody, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
223
175
|
/**
|
|
224
176
|
*
|
|
225
177
|
* @summary 微信小程序登录
|
|
@@ -227,7 +179,7 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
227
179
|
* @param {*} [options] Override http request option.
|
|
228
180
|
* @throws {RequiredError}
|
|
229
181
|
*/
|
|
230
|
-
loginByCodeV2: (appLoginWxChatDto: AppLoginWxChatDto, options?:
|
|
182
|
+
loginByCodeV2: (appLoginWxChatDto: AppLoginWxChatDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
231
183
|
/**
|
|
232
184
|
*
|
|
233
185
|
* @summary openId换取登录token
|
|
@@ -235,7 +187,7 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
235
187
|
* @param {*} [options] Override http request option.
|
|
236
188
|
* @throws {RequiredError}
|
|
237
189
|
*/
|
|
238
|
-
loginByOpenId: (appObtainToken: AppObtainToken, options?:
|
|
190
|
+
loginByOpenId: (appObtainToken: AppObtainToken, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
239
191
|
/**
|
|
240
192
|
*
|
|
241
193
|
* @summary 微信公众号登录
|
|
@@ -243,7 +195,7 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
243
195
|
* @param {*} [options] Override http request option.
|
|
244
196
|
* @throws {RequiredError}
|
|
245
197
|
*/
|
|
246
|
-
loginByWechatPublic: (appLoginWxChatPubDto: AppLoginWxChatPubDto, options?:
|
|
198
|
+
loginByWechatPublic: (appLoginWxChatPubDto: AppLoginWxChatPubDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
247
199
|
/**
|
|
248
200
|
*
|
|
249
201
|
* @summary 手机号验证码登录
|
|
@@ -251,7 +203,7 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
251
203
|
* @param {*} [options] Override http request option.
|
|
252
204
|
* @throws {RequiredError}
|
|
253
205
|
*/
|
|
254
|
-
loginPhoneCode: (sysLoginCodeDto: SysLoginCodeDto, options?:
|
|
206
|
+
loginPhoneCode: (sysLoginCodeDto: SysLoginCodeDto, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
255
207
|
/**
|
|
256
208
|
*
|
|
257
209
|
* @param {string} cid
|
|
@@ -259,7 +211,7 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
259
211
|
* @param {*} [options] Override http request option.
|
|
260
212
|
* @throws {RequiredError}
|
|
261
213
|
*/
|
|
262
|
-
pushMsg: (cid: string, payload: string, options?:
|
|
214
|
+
pushMsg: (cid: string, payload: string, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
263
215
|
/**
|
|
264
216
|
*
|
|
265
217
|
* @summary 小程序切换园区
|
|
@@ -267,14 +219,14 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
267
219
|
* @param {*} [options] Override http request option.
|
|
268
220
|
* @throws {RequiredError}
|
|
269
221
|
*/
|
|
270
|
-
switchPark: (switchPakBody: SwitchPakBody, options?:
|
|
222
|
+
switchPark: (switchPakBody: SwitchPakBody, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
271
223
|
/**
|
|
272
224
|
*
|
|
273
225
|
* @param {SwitchPakBody} switchPakBody
|
|
274
226
|
* @param {*} [options] Override http request option.
|
|
275
227
|
* @throws {RequiredError}
|
|
276
228
|
*/
|
|
277
|
-
switchParkToken: (switchPakBody: SwitchPakBody, options?:
|
|
229
|
+
switchParkToken: (switchPakBody: SwitchPakBody, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
278
230
|
/**
|
|
279
231
|
*
|
|
280
232
|
* @summary 切换园区
|
|
@@ -282,7 +234,7 @@ export declare const AuthApiAxiosParamCreator: (configuration?: Configuration) =
|
|
|
282
234
|
* @param {*} [options] Override http request option.
|
|
283
235
|
* @throws {RequiredError}
|
|
284
236
|
*/
|
|
285
|
-
switchParkV2: (switchPakBodyV2Vo: SwitchPakBodyV2Vo, options?:
|
|
237
|
+
switchParkV2: (switchPakBodyV2Vo: SwitchPakBodyV2Vo, options?: AxiosRequestConfig) => Promise<RequestArgs>;
|
|
286
238
|
};
|
|
287
239
|
/**
|
|
288
240
|
* AuthApi - functional programming interface
|
|
@@ -296,7 +248,7 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
296
248
|
* @param {*} [options] Override http request option.
|
|
297
249
|
* @throws {RequiredError}
|
|
298
250
|
*/
|
|
299
|
-
appLoginByMobile(appLoginPasswordDto: AppLoginPasswordDto, options?:
|
|
251
|
+
appLoginByMobile(appLoginPasswordDto: AppLoginPasswordDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
300
252
|
/**
|
|
301
253
|
*
|
|
302
254
|
* @summary 手机号/邮箱验证码登录
|
|
@@ -304,7 +256,7 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
304
256
|
* @param {*} [options] Override http request option.
|
|
305
257
|
* @throws {RequiredError}
|
|
306
258
|
*/
|
|
307
|
-
appLoginBySMSCode(appLoginCodeDto: AppLoginCodeDto, options?:
|
|
259
|
+
appLoginBySMSCode(appLoginCodeDto: AppLoginCodeDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
308
260
|
/**
|
|
309
261
|
*
|
|
310
262
|
* @summary 绑定邮箱
|
|
@@ -312,7 +264,7 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
312
264
|
* @param {*} [options] Override http request option.
|
|
313
265
|
* @throws {RequiredError}
|
|
314
266
|
*/
|
|
315
|
-
bindEmail(userBindBody: UserBindBody, options?:
|
|
267
|
+
bindEmail(userBindBody: UserBindBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
316
268
|
/**
|
|
317
269
|
*
|
|
318
270
|
* @summary 绑定手机号
|
|
@@ -320,28 +272,28 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
320
272
|
* @param {*} [options] Override http request option.
|
|
321
273
|
* @throws {RequiredError}
|
|
322
274
|
*/
|
|
323
|
-
bindPhone(userBindBody: UserBindBody, options?:
|
|
275
|
+
bindPhone(userBindBody: UserBindBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
324
276
|
/**
|
|
325
277
|
*
|
|
326
278
|
* @param {string} cId
|
|
327
279
|
* @param {*} [options] Override http request option.
|
|
328
280
|
* @throws {RequiredError}
|
|
329
281
|
*/
|
|
330
|
-
bindingCId(cId: string, options?:
|
|
282
|
+
bindingCId(cId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
331
283
|
/**
|
|
332
284
|
*
|
|
333
285
|
* @summary 注销账号
|
|
334
286
|
* @param {*} [options] Override http request option.
|
|
335
287
|
* @throws {RequiredError}
|
|
336
288
|
*/
|
|
337
|
-
cancelAccount(options?:
|
|
289
|
+
cancelAccount(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
338
290
|
/**
|
|
339
291
|
*
|
|
340
292
|
* @summary token是否有效
|
|
341
293
|
* @param {*} [options] Override http request option.
|
|
342
294
|
* @throws {RequiredError}
|
|
343
295
|
*/
|
|
344
|
-
checkToken(options?:
|
|
296
|
+
checkToken(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultBoolean>>;
|
|
345
297
|
/**
|
|
346
298
|
*
|
|
347
299
|
* @summary APP选择园区
|
|
@@ -349,7 +301,7 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
349
301
|
* @param {*} [options] Override http request option.
|
|
350
302
|
* @throws {RequiredError}
|
|
351
303
|
*/
|
|
352
|
-
choosePark(choosePakBody: ChoosePakBody, options?:
|
|
304
|
+
choosePark(choosePakBody: ChoosePakBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultString>>;
|
|
353
305
|
/**
|
|
354
306
|
*
|
|
355
307
|
* @summary 发送验证码
|
|
@@ -358,37 +310,13 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
358
310
|
* @param {*} [options] Override http request option.
|
|
359
311
|
* @throws {RequiredError}
|
|
360
312
|
*/
|
|
361
|
-
code(email: string, language: string, options?:
|
|
362
|
-
/**
|
|
363
|
-
*
|
|
364
|
-
* @param {*} [options] Override http request option.
|
|
365
|
-
* @throws {RequiredError}
|
|
366
|
-
*/
|
|
367
|
-
fusionGetToken(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
313
|
+
code(email: string, language: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
368
314
|
/**
|
|
369
315
|
*
|
|
370
316
|
* @param {*} [options] Override http request option.
|
|
371
317
|
* @throws {RequiredError}
|
|
372
318
|
*/
|
|
373
|
-
|
|
374
|
-
/**
|
|
375
|
-
*
|
|
376
|
-
* @param {*} [options] Override http request option.
|
|
377
|
-
* @throws {RequiredError}
|
|
378
|
-
*/
|
|
379
|
-
fusionGetToken2(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
380
|
-
/**
|
|
381
|
-
*
|
|
382
|
-
* @param {*} [options] Override http request option.
|
|
383
|
-
* @throws {RequiredError}
|
|
384
|
-
*/
|
|
385
|
-
fusionGetToken3(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
386
|
-
/**
|
|
387
|
-
*
|
|
388
|
-
* @param {*} [options] Override http request option.
|
|
389
|
-
* @throws {RequiredError}
|
|
390
|
-
*/
|
|
391
|
-
getCode(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
319
|
+
getCode(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
392
320
|
[key: string]: object;
|
|
393
321
|
}>>;
|
|
394
322
|
/**
|
|
@@ -396,7 +324,7 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
396
324
|
* @param {*} [options] Override http request option.
|
|
397
325
|
* @throws {RequiredError}
|
|
398
326
|
*/
|
|
399
|
-
getLoginMode(options?:
|
|
327
|
+
getLoginMode(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
400
328
|
[key: string]: object;
|
|
401
329
|
}>>;
|
|
402
330
|
/**
|
|
@@ -408,7 +336,7 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
408
336
|
* @param {*} [options] Override http request option.
|
|
409
337
|
* @throws {RequiredError}
|
|
410
338
|
*/
|
|
411
|
-
getPark(uuid: string, type: number, parkId: number, options?:
|
|
339
|
+
getPark(uuid: string, type: number, parkId: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
412
340
|
/**
|
|
413
341
|
*
|
|
414
342
|
* @summary 获取集团园区数据
|
|
@@ -416,7 +344,7 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
416
344
|
* @param {*} [options] Override http request option.
|
|
417
345
|
* @throws {RequiredError}
|
|
418
346
|
*/
|
|
419
|
-
getParkByGroupId(groupId: number, options?:
|
|
347
|
+
getParkByGroupId(groupId: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
420
348
|
/**
|
|
421
349
|
*
|
|
422
350
|
* @summary 获取园区数据
|
|
@@ -427,14 +355,14 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
427
355
|
* @param {*} [options] Override http request option.
|
|
428
356
|
* @throws {RequiredError}
|
|
429
357
|
*/
|
|
430
|
-
getParkMiniApp(uuid: string, userType: string, parkId: number, appId: string, options?:
|
|
358
|
+
getParkMiniApp(uuid: string, userType: string, parkId: number, appId: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
431
359
|
/**
|
|
432
360
|
*
|
|
433
361
|
* @param {number} parkId
|
|
434
362
|
* @param {*} [options] Override http request option.
|
|
435
363
|
* @throws {RequiredError}
|
|
436
364
|
*/
|
|
437
|
-
getRouters(parkId: number, options?:
|
|
365
|
+
getRouters(parkId: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
438
366
|
[key: string]: object;
|
|
439
367
|
}>>;
|
|
440
368
|
/**
|
|
@@ -442,33 +370,9 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
442
370
|
* @param {*} [options] Override http request option.
|
|
443
371
|
* @throws {RequiredError}
|
|
444
372
|
*/
|
|
445
|
-
getRoutersAll(options?:
|
|
373
|
+
getRoutersAll(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
446
374
|
[key: string]: object;
|
|
447
375
|
}>>;
|
|
448
|
-
/**
|
|
449
|
-
*
|
|
450
|
-
* @param {*} [options] Override http request option.
|
|
451
|
-
* @throws {RequiredError}
|
|
452
|
-
*/
|
|
453
|
-
getTokenByHttp(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
454
|
-
/**
|
|
455
|
-
*
|
|
456
|
-
* @param {*} [options] Override http request option.
|
|
457
|
-
* @throws {RequiredError}
|
|
458
|
-
*/
|
|
459
|
-
getTokenByHttp1(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
460
|
-
/**
|
|
461
|
-
*
|
|
462
|
-
* @param {*} [options] Override http request option.
|
|
463
|
-
* @throws {RequiredError}
|
|
464
|
-
*/
|
|
465
|
-
getTokenByHttp2(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
466
|
-
/**
|
|
467
|
-
*
|
|
468
|
-
* @param {*} [options] Override http request option.
|
|
469
|
-
* @throws {RequiredError}
|
|
470
|
-
*/
|
|
471
|
-
getTokenByHttp3(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
472
376
|
/**
|
|
473
377
|
*
|
|
474
378
|
* @summary 获取用户信息
|
|
@@ -476,14 +380,14 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
476
380
|
* @param {*} [options] Override http request option.
|
|
477
381
|
* @throws {RequiredError}
|
|
478
382
|
*/
|
|
479
|
-
getUserRolesAndPermissions(parkId: number, options?:
|
|
383
|
+
getUserRolesAndPermissions(parkId: number, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<UserRolesAndPermissionsDTO>>;
|
|
480
384
|
/**
|
|
481
385
|
*
|
|
482
386
|
* @param {LoginBody} loginBody
|
|
483
387
|
* @param {*} [options] Override http request option.
|
|
484
388
|
* @throws {RequiredError}
|
|
485
389
|
*/
|
|
486
|
-
login(loginBody: LoginBody, options?:
|
|
390
|
+
login(loginBody: LoginBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
487
391
|
[key: string]: object;
|
|
488
392
|
}>>;
|
|
489
393
|
/**
|
|
@@ -493,7 +397,7 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
493
397
|
* @param {*} [options] Override http request option.
|
|
494
398
|
* @throws {RequiredError}
|
|
495
399
|
*/
|
|
496
|
-
loginByCodeV2(appLoginWxChatDto: AppLoginWxChatDto, options?:
|
|
400
|
+
loginByCodeV2(appLoginWxChatDto: AppLoginWxChatDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
497
401
|
/**
|
|
498
402
|
*
|
|
499
403
|
* @summary openId换取登录token
|
|
@@ -501,7 +405,7 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
501
405
|
* @param {*} [options] Override http request option.
|
|
502
406
|
* @throws {RequiredError}
|
|
503
407
|
*/
|
|
504
|
-
loginByOpenId(appObtainToken: AppObtainToken, options?:
|
|
408
|
+
loginByOpenId(appObtainToken: AppObtainToken, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
505
409
|
[key: string]: object;
|
|
506
410
|
}>>;
|
|
507
411
|
/**
|
|
@@ -511,7 +415,7 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
511
415
|
* @param {*} [options] Override http request option.
|
|
512
416
|
* @throws {RequiredError}
|
|
513
417
|
*/
|
|
514
|
-
loginByWechatPublic(appLoginWxChatPubDto: AppLoginWxChatPubDto, options?:
|
|
418
|
+
loginByWechatPublic(appLoginWxChatPubDto: AppLoginWxChatPubDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
515
419
|
[key: string]: object;
|
|
516
420
|
}>>;
|
|
517
421
|
/**
|
|
@@ -521,7 +425,7 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
521
425
|
* @param {*} [options] Override http request option.
|
|
522
426
|
* @throws {RequiredError}
|
|
523
427
|
*/
|
|
524
|
-
loginPhoneCode(sysLoginCodeDto: SysLoginCodeDto, options?:
|
|
428
|
+
loginPhoneCode(sysLoginCodeDto: SysLoginCodeDto, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
525
429
|
[key: string]: object;
|
|
526
430
|
}>>;
|
|
527
431
|
/**
|
|
@@ -531,7 +435,7 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
531
435
|
* @param {*} [options] Override http request option.
|
|
532
436
|
* @throws {RequiredError}
|
|
533
437
|
*/
|
|
534
|
-
pushMsg(cid: string, payload: string, options?:
|
|
438
|
+
pushMsg(cid: string, payload: string, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
535
439
|
/**
|
|
536
440
|
*
|
|
537
441
|
* @summary 小程序切换园区
|
|
@@ -539,7 +443,7 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
539
443
|
* @param {*} [options] Override http request option.
|
|
540
444
|
* @throws {RequiredError}
|
|
541
445
|
*/
|
|
542
|
-
switchPark(switchPakBody: SwitchPakBody, options?:
|
|
446
|
+
switchPark(switchPakBody: SwitchPakBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
543
447
|
[key: string]: object;
|
|
544
448
|
}>>;
|
|
545
449
|
/**
|
|
@@ -548,7 +452,7 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
548
452
|
* @param {*} [options] Override http request option.
|
|
549
453
|
* @throws {RequiredError}
|
|
550
454
|
*/
|
|
551
|
-
switchParkToken(switchPakBody: SwitchPakBody, options?:
|
|
455
|
+
switchParkToken(switchPakBody: SwitchPakBody, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<{
|
|
552
456
|
[key: string]: object;
|
|
553
457
|
}>>;
|
|
554
458
|
/**
|
|
@@ -558,7 +462,7 @@ export declare const AuthApiFp: (configuration?: Configuration) => {
|
|
|
558
462
|
* @param {*} [options] Override http request option.
|
|
559
463
|
* @throws {RequiredError}
|
|
560
464
|
*/
|
|
561
|
-
switchParkV2(switchPakBodyV2Vo: SwitchPakBodyV2Vo, options?:
|
|
465
|
+
switchParkV2(switchPakBodyV2Vo: SwitchPakBodyV2Vo, options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultSwitchParkV2DTO>>;
|
|
562
466
|
};
|
|
563
467
|
/**
|
|
564
468
|
* AuthApi - factory interface
|
|
@@ -572,7 +476,7 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
|
|
|
572
476
|
* @param {*} [options] Override http request option.
|
|
573
477
|
* @throws {RequiredError}
|
|
574
478
|
*/
|
|
575
|
-
appLoginByMobile(requestParameters: AuthApiAppLoginByMobileRequest, options?:
|
|
479
|
+
appLoginByMobile(requestParameters: AuthApiAppLoginByMobileRequest, options?: AxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
576
480
|
/**
|
|
577
481
|
*
|
|
578
482
|
* @summary 手机号/邮箱验证码登录
|
|
@@ -580,7 +484,7 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
|
|
|
580
484
|
* @param {*} [options] Override http request option.
|
|
581
485
|
* @throws {RequiredError}
|
|
582
486
|
*/
|
|
583
|
-
appLoginBySMSCode(requestParameters: AuthApiAppLoginBySMSCodeRequest, options?:
|
|
487
|
+
appLoginBySMSCode(requestParameters: AuthApiAppLoginBySMSCodeRequest, options?: AxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
584
488
|
/**
|
|
585
489
|
*
|
|
586
490
|
* @summary 绑定邮箱
|
|
@@ -588,7 +492,7 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
|
|
|
588
492
|
* @param {*} [options] Override http request option.
|
|
589
493
|
* @throws {RequiredError}
|
|
590
494
|
*/
|
|
591
|
-
bindEmail(requestParameters: AuthApiBindEmailRequest, options?:
|
|
495
|
+
bindEmail(requestParameters: AuthApiBindEmailRequest, options?: AxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
592
496
|
/**
|
|
593
497
|
*
|
|
594
498
|
* @summary 绑定手机号
|
|
@@ -596,28 +500,28 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
|
|
|
596
500
|
* @param {*} [options] Override http request option.
|
|
597
501
|
* @throws {RequiredError}
|
|
598
502
|
*/
|
|
599
|
-
bindPhone(requestParameters: AuthApiBindPhoneRequest, options?:
|
|
503
|
+
bindPhone(requestParameters: AuthApiBindPhoneRequest, options?: AxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
600
504
|
/**
|
|
601
505
|
*
|
|
602
506
|
* @param {AuthApiBindingCIdRequest} requestParameters Request parameters.
|
|
603
507
|
* @param {*} [options] Override http request option.
|
|
604
508
|
* @throws {RequiredError}
|
|
605
509
|
*/
|
|
606
|
-
bindingCId(requestParameters: AuthApiBindingCIdRequest, options?:
|
|
510
|
+
bindingCId(requestParameters: AuthApiBindingCIdRequest, options?: AxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
607
511
|
/**
|
|
608
512
|
*
|
|
609
513
|
* @summary 注销账号
|
|
610
514
|
* @param {*} [options] Override http request option.
|
|
611
515
|
* @throws {RequiredError}
|
|
612
516
|
*/
|
|
613
|
-
cancelAccount(options?:
|
|
517
|
+
cancelAccount(options?: AxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
614
518
|
/**
|
|
615
519
|
*
|
|
616
520
|
* @summary token是否有效
|
|
617
521
|
* @param {*} [options] Override http request option.
|
|
618
522
|
* @throws {RequiredError}
|
|
619
523
|
*/
|
|
620
|
-
checkToken(options?:
|
|
524
|
+
checkToken(options?: AxiosRequestConfig): AxiosPromise<JsonResultBoolean>;
|
|
621
525
|
/**
|
|
622
526
|
*
|
|
623
527
|
* @summary APP选择园区
|
|
@@ -625,7 +529,7 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
|
|
|
625
529
|
* @param {*} [options] Override http request option.
|
|
626
530
|
* @throws {RequiredError}
|
|
627
531
|
*/
|
|
628
|
-
choosePark(requestParameters: AuthApiChooseParkRequest, options?:
|
|
532
|
+
choosePark(requestParameters: AuthApiChooseParkRequest, options?: AxiosRequestConfig): AxiosPromise<JsonResultString>;
|
|
629
533
|
/**
|
|
630
534
|
*
|
|
631
535
|
* @summary 发送验证码
|
|
@@ -633,37 +537,13 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
|
|
|
633
537
|
* @param {*} [options] Override http request option.
|
|
634
538
|
* @throws {RequiredError}
|
|
635
539
|
*/
|
|
636
|
-
code(requestParameters: AuthApiCodeRequest, options?:
|
|
637
|
-
/**
|
|
638
|
-
*
|
|
639
|
-
* @param {*} [options] Override http request option.
|
|
640
|
-
* @throws {RequiredError}
|
|
641
|
-
*/
|
|
642
|
-
fusionGetToken(options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
643
|
-
/**
|
|
644
|
-
*
|
|
645
|
-
* @param {*} [options] Override http request option.
|
|
646
|
-
* @throws {RequiredError}
|
|
647
|
-
*/
|
|
648
|
-
fusionGetToken1(options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
649
|
-
/**
|
|
650
|
-
*
|
|
651
|
-
* @param {*} [options] Override http request option.
|
|
652
|
-
* @throws {RequiredError}
|
|
653
|
-
*/
|
|
654
|
-
fusionGetToken2(options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
540
|
+
code(requestParameters: AuthApiCodeRequest, options?: AxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
655
541
|
/**
|
|
656
542
|
*
|
|
657
543
|
* @param {*} [options] Override http request option.
|
|
658
544
|
* @throws {RequiredError}
|
|
659
545
|
*/
|
|
660
|
-
|
|
661
|
-
/**
|
|
662
|
-
*
|
|
663
|
-
* @param {*} [options] Override http request option.
|
|
664
|
-
* @throws {RequiredError}
|
|
665
|
-
*/
|
|
666
|
-
getCode(options?: RawAxiosRequestConfig): AxiosPromise<{
|
|
546
|
+
getCode(options?: AxiosRequestConfig): AxiosPromise<{
|
|
667
547
|
[key: string]: object;
|
|
668
548
|
}>;
|
|
669
549
|
/**
|
|
@@ -671,7 +551,7 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
|
|
|
671
551
|
* @param {*} [options] Override http request option.
|
|
672
552
|
* @throws {RequiredError}
|
|
673
553
|
*/
|
|
674
|
-
getLoginMode(options?:
|
|
554
|
+
getLoginMode(options?: AxiosRequestConfig): AxiosPromise<{
|
|
675
555
|
[key: string]: object;
|
|
676
556
|
}>;
|
|
677
557
|
/**
|
|
@@ -681,7 +561,7 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
|
|
|
681
561
|
* @param {*} [options] Override http request option.
|
|
682
562
|
* @throws {RequiredError}
|
|
683
563
|
*/
|
|
684
|
-
getPark(requestParameters: AuthApiGetParkRequest, options?:
|
|
564
|
+
getPark(requestParameters: AuthApiGetParkRequest, options?: AxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
685
565
|
/**
|
|
686
566
|
*
|
|
687
567
|
* @summary 获取集团园区数据
|
|
@@ -689,7 +569,7 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
|
|
|
689
569
|
* @param {*} [options] Override http request option.
|
|
690
570
|
* @throws {RequiredError}
|
|
691
571
|
*/
|
|
692
|
-
getParkByGroupId(requestParameters: AuthApiGetParkByGroupIdRequest, options?:
|
|
572
|
+
getParkByGroupId(requestParameters: AuthApiGetParkByGroupIdRequest, options?: AxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
693
573
|
/**
|
|
694
574
|
*
|
|
695
575
|
* @summary 获取园区数据
|
|
@@ -697,14 +577,14 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
|
|
|
697
577
|
* @param {*} [options] Override http request option.
|
|
698
578
|
* @throws {RequiredError}
|
|
699
579
|
*/
|
|
700
|
-
getParkMiniApp(requestParameters: AuthApiGetParkMiniAppRequest, options?:
|
|
580
|
+
getParkMiniApp(requestParameters: AuthApiGetParkMiniAppRequest, options?: AxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
701
581
|
/**
|
|
702
582
|
*
|
|
703
583
|
* @param {AuthApiGetRoutersRequest} requestParameters Request parameters.
|
|
704
584
|
* @param {*} [options] Override http request option.
|
|
705
585
|
* @throws {RequiredError}
|
|
706
586
|
*/
|
|
707
|
-
getRouters(requestParameters: AuthApiGetRoutersRequest, options?:
|
|
587
|
+
getRouters(requestParameters: AuthApiGetRoutersRequest, options?: AxiosRequestConfig): AxiosPromise<{
|
|
708
588
|
[key: string]: object;
|
|
709
589
|
}>;
|
|
710
590
|
/**
|
|
@@ -712,33 +592,9 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
|
|
|
712
592
|
* @param {*} [options] Override http request option.
|
|
713
593
|
* @throws {RequiredError}
|
|
714
594
|
*/
|
|
715
|
-
getRoutersAll(options?:
|
|
595
|
+
getRoutersAll(options?: AxiosRequestConfig): AxiosPromise<{
|
|
716
596
|
[key: string]: object;
|
|
717
597
|
}>;
|
|
718
|
-
/**
|
|
719
|
-
*
|
|
720
|
-
* @param {*} [options] Override http request option.
|
|
721
|
-
* @throws {RequiredError}
|
|
722
|
-
*/
|
|
723
|
-
getTokenByHttp(options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
724
|
-
/**
|
|
725
|
-
*
|
|
726
|
-
* @param {*} [options] Override http request option.
|
|
727
|
-
* @throws {RequiredError}
|
|
728
|
-
*/
|
|
729
|
-
getTokenByHttp1(options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
730
|
-
/**
|
|
731
|
-
*
|
|
732
|
-
* @param {*} [options] Override http request option.
|
|
733
|
-
* @throws {RequiredError}
|
|
734
|
-
*/
|
|
735
|
-
getTokenByHttp2(options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
736
|
-
/**
|
|
737
|
-
*
|
|
738
|
-
* @param {*} [options] Override http request option.
|
|
739
|
-
* @throws {RequiredError}
|
|
740
|
-
*/
|
|
741
|
-
getTokenByHttp3(options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
742
598
|
/**
|
|
743
599
|
*
|
|
744
600
|
* @summary 获取用户信息
|
|
@@ -746,14 +602,14 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
|
|
|
746
602
|
* @param {*} [options] Override http request option.
|
|
747
603
|
* @throws {RequiredError}
|
|
748
604
|
*/
|
|
749
|
-
getUserRolesAndPermissions(requestParameters: AuthApiGetUserRolesAndPermissionsRequest, options?:
|
|
605
|
+
getUserRolesAndPermissions(requestParameters: AuthApiGetUserRolesAndPermissionsRequest, options?: AxiosRequestConfig): AxiosPromise<UserRolesAndPermissionsDTO>;
|
|
750
606
|
/**
|
|
751
607
|
*
|
|
752
608
|
* @param {AuthApiLoginRequest} requestParameters Request parameters.
|
|
753
609
|
* @param {*} [options] Override http request option.
|
|
754
610
|
* @throws {RequiredError}
|
|
755
611
|
*/
|
|
756
|
-
login(requestParameters: AuthApiLoginRequest, options?:
|
|
612
|
+
login(requestParameters: AuthApiLoginRequest, options?: AxiosRequestConfig): AxiosPromise<{
|
|
757
613
|
[key: string]: object;
|
|
758
614
|
}>;
|
|
759
615
|
/**
|
|
@@ -763,7 +619,7 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
|
|
|
763
619
|
* @param {*} [options] Override http request option.
|
|
764
620
|
* @throws {RequiredError}
|
|
765
621
|
*/
|
|
766
|
-
loginByCodeV2(requestParameters: AuthApiLoginByCodeV2Request, options?:
|
|
622
|
+
loginByCodeV2(requestParameters: AuthApiLoginByCodeV2Request, options?: AxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
767
623
|
/**
|
|
768
624
|
*
|
|
769
625
|
* @summary openId换取登录token
|
|
@@ -771,7 +627,7 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
|
|
|
771
627
|
* @param {*} [options] Override http request option.
|
|
772
628
|
* @throws {RequiredError}
|
|
773
629
|
*/
|
|
774
|
-
loginByOpenId(requestParameters: AuthApiLoginByOpenIdRequest, options?:
|
|
630
|
+
loginByOpenId(requestParameters: AuthApiLoginByOpenIdRequest, options?: AxiosRequestConfig): AxiosPromise<{
|
|
775
631
|
[key: string]: object;
|
|
776
632
|
}>;
|
|
777
633
|
/**
|
|
@@ -781,7 +637,7 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
|
|
|
781
637
|
* @param {*} [options] Override http request option.
|
|
782
638
|
* @throws {RequiredError}
|
|
783
639
|
*/
|
|
784
|
-
loginByWechatPublic(requestParameters: AuthApiLoginByWechatPublicRequest, options?:
|
|
640
|
+
loginByWechatPublic(requestParameters: AuthApiLoginByWechatPublicRequest, options?: AxiosRequestConfig): AxiosPromise<{
|
|
785
641
|
[key: string]: object;
|
|
786
642
|
}>;
|
|
787
643
|
/**
|
|
@@ -791,7 +647,7 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
|
|
|
791
647
|
* @param {*} [options] Override http request option.
|
|
792
648
|
* @throws {RequiredError}
|
|
793
649
|
*/
|
|
794
|
-
loginPhoneCode(requestParameters: AuthApiLoginPhoneCodeRequest, options?:
|
|
650
|
+
loginPhoneCode(requestParameters: AuthApiLoginPhoneCodeRequest, options?: AxiosRequestConfig): AxiosPromise<{
|
|
795
651
|
[key: string]: object;
|
|
796
652
|
}>;
|
|
797
653
|
/**
|
|
@@ -800,7 +656,7 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
|
|
|
800
656
|
* @param {*} [options] Override http request option.
|
|
801
657
|
* @throws {RequiredError}
|
|
802
658
|
*/
|
|
803
|
-
pushMsg(requestParameters: AuthApiPushMsgRequest, options?:
|
|
659
|
+
pushMsg(requestParameters: AuthApiPushMsgRequest, options?: AxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
804
660
|
/**
|
|
805
661
|
*
|
|
806
662
|
* @summary 小程序切换园区
|
|
@@ -808,7 +664,7 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
|
|
|
808
664
|
* @param {*} [options] Override http request option.
|
|
809
665
|
* @throws {RequiredError}
|
|
810
666
|
*/
|
|
811
|
-
switchPark(requestParameters: AuthApiSwitchParkRequest, options?:
|
|
667
|
+
switchPark(requestParameters: AuthApiSwitchParkRequest, options?: AxiosRequestConfig): AxiosPromise<{
|
|
812
668
|
[key: string]: object;
|
|
813
669
|
}>;
|
|
814
670
|
/**
|
|
@@ -817,7 +673,7 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
|
|
|
817
673
|
* @param {*} [options] Override http request option.
|
|
818
674
|
* @throws {RequiredError}
|
|
819
675
|
*/
|
|
820
|
-
switchParkToken(requestParameters: AuthApiSwitchParkTokenRequest, options?:
|
|
676
|
+
switchParkToken(requestParameters: AuthApiSwitchParkTokenRequest, options?: AxiosRequestConfig): AxiosPromise<{
|
|
821
677
|
[key: string]: object;
|
|
822
678
|
}>;
|
|
823
679
|
/**
|
|
@@ -827,7 +683,7 @@ export declare const AuthApiFactory: (configuration?: Configuration, basePath?:
|
|
|
827
683
|
* @param {*} [options] Override http request option.
|
|
828
684
|
* @throws {RequiredError}
|
|
829
685
|
*/
|
|
830
|
-
switchParkV2(requestParameters: AuthApiSwitchParkV2Request, options?:
|
|
686
|
+
switchParkV2(requestParameters: AuthApiSwitchParkV2Request, options?: AxiosRequestConfig): AxiosPromise<JsonResultSwitchParkV2DTO>;
|
|
831
687
|
};
|
|
832
688
|
/**
|
|
833
689
|
* Request parameters for appLoginByMobile operation in AuthApi.
|
|
@@ -1159,7 +1015,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1159
1015
|
* @throws {RequiredError}
|
|
1160
1016
|
* @memberof AuthApi
|
|
1161
1017
|
*/
|
|
1162
|
-
appLoginByMobile(requestParameters: AuthApiAppLoginByMobileRequest, options?:
|
|
1018
|
+
appLoginByMobile(requestParameters: AuthApiAppLoginByMobileRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
|
|
1163
1019
|
/**
|
|
1164
1020
|
*
|
|
1165
1021
|
* @summary 手机号/邮箱验证码登录
|
|
@@ -1168,7 +1024,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1168
1024
|
* @throws {RequiredError}
|
|
1169
1025
|
* @memberof AuthApi
|
|
1170
1026
|
*/
|
|
1171
|
-
appLoginBySMSCode(requestParameters: AuthApiAppLoginBySMSCodeRequest, options?:
|
|
1027
|
+
appLoginBySMSCode(requestParameters: AuthApiAppLoginBySMSCodeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
|
|
1172
1028
|
/**
|
|
1173
1029
|
*
|
|
1174
1030
|
* @summary 绑定邮箱
|
|
@@ -1177,7 +1033,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1177
1033
|
* @throws {RequiredError}
|
|
1178
1034
|
* @memberof AuthApi
|
|
1179
1035
|
*/
|
|
1180
|
-
bindEmail(requestParameters: AuthApiBindEmailRequest, options?:
|
|
1036
|
+
bindEmail(requestParameters: AuthApiBindEmailRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any>>;
|
|
1181
1037
|
/**
|
|
1182
1038
|
*
|
|
1183
1039
|
* @summary 绑定手机号
|
|
@@ -1186,7 +1042,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1186
1042
|
* @throws {RequiredError}
|
|
1187
1043
|
* @memberof AuthApi
|
|
1188
1044
|
*/
|
|
1189
|
-
bindPhone(requestParameters: AuthApiBindPhoneRequest, options?:
|
|
1045
|
+
bindPhone(requestParameters: AuthApiBindPhoneRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any>>;
|
|
1190
1046
|
/**
|
|
1191
1047
|
*
|
|
1192
1048
|
* @param {AuthApiBindingCIdRequest} requestParameters Request parameters.
|
|
@@ -1194,7 +1050,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1194
1050
|
* @throws {RequiredError}
|
|
1195
1051
|
* @memberof AuthApi
|
|
1196
1052
|
*/
|
|
1197
|
-
bindingCId(requestParameters: AuthApiBindingCIdRequest, options?:
|
|
1053
|
+
bindingCId(requestParameters: AuthApiBindingCIdRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
|
|
1198
1054
|
/**
|
|
1199
1055
|
*
|
|
1200
1056
|
* @summary 注销账号
|
|
@@ -1202,7 +1058,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1202
1058
|
* @throws {RequiredError}
|
|
1203
1059
|
* @memberof AuthApi
|
|
1204
1060
|
*/
|
|
1205
|
-
cancelAccount(options?:
|
|
1061
|
+
cancelAccount(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any>>;
|
|
1206
1062
|
/**
|
|
1207
1063
|
*
|
|
1208
1064
|
* @summary token是否有效
|
|
@@ -1210,7 +1066,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1210
1066
|
* @throws {RequiredError}
|
|
1211
1067
|
* @memberof AuthApi
|
|
1212
1068
|
*/
|
|
1213
|
-
checkToken(options?:
|
|
1069
|
+
checkToken(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultBoolean, any>>;
|
|
1214
1070
|
/**
|
|
1215
1071
|
*
|
|
1216
1072
|
* @summary APP选择园区
|
|
@@ -1219,7 +1075,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1219
1075
|
* @throws {RequiredError}
|
|
1220
1076
|
* @memberof AuthApi
|
|
1221
1077
|
*/
|
|
1222
|
-
choosePark(requestParameters: AuthApiChooseParkRequest, options?:
|
|
1078
|
+
choosePark(requestParameters: AuthApiChooseParkRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultString, any>>;
|
|
1223
1079
|
/**
|
|
1224
1080
|
*
|
|
1225
1081
|
* @summary 发送验证码
|
|
@@ -1228,53 +1084,25 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1228
1084
|
* @throws {RequiredError}
|
|
1229
1085
|
* @memberof AuthApi
|
|
1230
1086
|
*/
|
|
1231
|
-
code(requestParameters: AuthApiCodeRequest, options?:
|
|
1232
|
-
/**
|
|
1233
|
-
*
|
|
1234
|
-
* @param {*} [options] Override http request option.
|
|
1235
|
-
* @throws {RequiredError}
|
|
1236
|
-
* @memberof AuthApi
|
|
1237
|
-
*/
|
|
1238
|
-
fusionGetToken(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
1087
|
+
code(requestParameters: AuthApiCodeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
|
|
1239
1088
|
/**
|
|
1240
1089
|
*
|
|
1241
1090
|
* @param {*} [options] Override http request option.
|
|
1242
1091
|
* @throws {RequiredError}
|
|
1243
1092
|
* @memberof AuthApi
|
|
1244
1093
|
*/
|
|
1245
|
-
|
|
1246
|
-
/**
|
|
1247
|
-
*
|
|
1248
|
-
* @param {*} [options] Override http request option.
|
|
1249
|
-
* @throws {RequiredError}
|
|
1250
|
-
* @memberof AuthApi
|
|
1251
|
-
*/
|
|
1252
|
-
fusionGetToken2(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
1253
|
-
/**
|
|
1254
|
-
*
|
|
1255
|
-
* @param {*} [options] Override http request option.
|
|
1256
|
-
* @throws {RequiredError}
|
|
1257
|
-
* @memberof AuthApi
|
|
1258
|
-
*/
|
|
1259
|
-
fusionGetToken3(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
1260
|
-
/**
|
|
1261
|
-
*
|
|
1262
|
-
* @param {*} [options] Override http request option.
|
|
1263
|
-
* @throws {RequiredError}
|
|
1264
|
-
* @memberof AuthApi
|
|
1265
|
-
*/
|
|
1266
|
-
getCode(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1094
|
+
getCode(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1267
1095
|
[key: string]: object;
|
|
1268
|
-
}, any
|
|
1096
|
+
}, any>>;
|
|
1269
1097
|
/**
|
|
1270
1098
|
*
|
|
1271
1099
|
* @param {*} [options] Override http request option.
|
|
1272
1100
|
* @throws {RequiredError}
|
|
1273
1101
|
* @memberof AuthApi
|
|
1274
1102
|
*/
|
|
1275
|
-
getLoginMode(options?:
|
|
1103
|
+
getLoginMode(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1276
1104
|
[key: string]: object;
|
|
1277
|
-
}, any
|
|
1105
|
+
}, any>>;
|
|
1278
1106
|
/**
|
|
1279
1107
|
*
|
|
1280
1108
|
* @summary 获取园区数据
|
|
@@ -1283,7 +1111,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1283
1111
|
* @throws {RequiredError}
|
|
1284
1112
|
* @memberof AuthApi
|
|
1285
1113
|
*/
|
|
1286
|
-
getPark(requestParameters: AuthApiGetParkRequest, options?:
|
|
1114
|
+
getPark(requestParameters: AuthApiGetParkRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
|
|
1287
1115
|
/**
|
|
1288
1116
|
*
|
|
1289
1117
|
* @summary 获取集团园区数据
|
|
@@ -1292,7 +1120,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1292
1120
|
* @throws {RequiredError}
|
|
1293
1121
|
* @memberof AuthApi
|
|
1294
1122
|
*/
|
|
1295
|
-
getParkByGroupId(requestParameters: AuthApiGetParkByGroupIdRequest, options?:
|
|
1123
|
+
getParkByGroupId(requestParameters: AuthApiGetParkByGroupIdRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
|
|
1296
1124
|
/**
|
|
1297
1125
|
*
|
|
1298
1126
|
* @summary 获取园区数据
|
|
@@ -1301,7 +1129,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1301
1129
|
* @throws {RequiredError}
|
|
1302
1130
|
* @memberof AuthApi
|
|
1303
1131
|
*/
|
|
1304
|
-
getParkMiniApp(requestParameters: AuthApiGetParkMiniAppRequest, options?:
|
|
1132
|
+
getParkMiniApp(requestParameters: AuthApiGetParkMiniAppRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
|
|
1305
1133
|
/**
|
|
1306
1134
|
*
|
|
1307
1135
|
* @param {AuthApiGetRoutersRequest} requestParameters Request parameters.
|
|
@@ -1309,46 +1137,18 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1309
1137
|
* @throws {RequiredError}
|
|
1310
1138
|
* @memberof AuthApi
|
|
1311
1139
|
*/
|
|
1312
|
-
getRouters(requestParameters: AuthApiGetRoutersRequest, options?:
|
|
1140
|
+
getRouters(requestParameters: AuthApiGetRoutersRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1313
1141
|
[key: string]: object;
|
|
1314
|
-
}, any
|
|
1142
|
+
}, any>>;
|
|
1315
1143
|
/**
|
|
1316
1144
|
*
|
|
1317
1145
|
* @param {*} [options] Override http request option.
|
|
1318
1146
|
* @throws {RequiredError}
|
|
1319
1147
|
* @memberof AuthApi
|
|
1320
1148
|
*/
|
|
1321
|
-
getRoutersAll(options?:
|
|
1149
|
+
getRoutersAll(options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1322
1150
|
[key: string]: object;
|
|
1323
|
-
}, any
|
|
1324
|
-
/**
|
|
1325
|
-
*
|
|
1326
|
-
* @param {*} [options] Override http request option.
|
|
1327
|
-
* @throws {RequiredError}
|
|
1328
|
-
* @memberof AuthApi
|
|
1329
|
-
*/
|
|
1330
|
-
getTokenByHttp(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
1331
|
-
/**
|
|
1332
|
-
*
|
|
1333
|
-
* @param {*} [options] Override http request option.
|
|
1334
|
-
* @throws {RequiredError}
|
|
1335
|
-
* @memberof AuthApi
|
|
1336
|
-
*/
|
|
1337
|
-
getTokenByHttp1(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
1338
|
-
/**
|
|
1339
|
-
*
|
|
1340
|
-
* @param {*} [options] Override http request option.
|
|
1341
|
-
* @throws {RequiredError}
|
|
1342
|
-
* @memberof AuthApi
|
|
1343
|
-
*/
|
|
1344
|
-
getTokenByHttp2(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
1345
|
-
/**
|
|
1346
|
-
*
|
|
1347
|
-
* @param {*} [options] Override http request option.
|
|
1348
|
-
* @throws {RequiredError}
|
|
1349
|
-
* @memberof AuthApi
|
|
1350
|
-
*/
|
|
1351
|
-
getTokenByHttp3(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
1151
|
+
}, any>>;
|
|
1352
1152
|
/**
|
|
1353
1153
|
*
|
|
1354
1154
|
* @summary 获取用户信息
|
|
@@ -1357,7 +1157,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1357
1157
|
* @throws {RequiredError}
|
|
1358
1158
|
* @memberof AuthApi
|
|
1359
1159
|
*/
|
|
1360
|
-
getUserRolesAndPermissions(requestParameters: AuthApiGetUserRolesAndPermissionsRequest, options?:
|
|
1160
|
+
getUserRolesAndPermissions(requestParameters: AuthApiGetUserRolesAndPermissionsRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<UserRolesAndPermissionsDTO, any>>;
|
|
1361
1161
|
/**
|
|
1362
1162
|
*
|
|
1363
1163
|
* @param {AuthApiLoginRequest} requestParameters Request parameters.
|
|
@@ -1365,9 +1165,9 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1365
1165
|
* @throws {RequiredError}
|
|
1366
1166
|
* @memberof AuthApi
|
|
1367
1167
|
*/
|
|
1368
|
-
login(requestParameters: AuthApiLoginRequest, options?:
|
|
1168
|
+
login(requestParameters: AuthApiLoginRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1369
1169
|
[key: string]: object;
|
|
1370
|
-
}, any
|
|
1170
|
+
}, any>>;
|
|
1371
1171
|
/**
|
|
1372
1172
|
*
|
|
1373
1173
|
* @summary 微信小程序登录
|
|
@@ -1376,7 +1176,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1376
1176
|
* @throws {RequiredError}
|
|
1377
1177
|
* @memberof AuthApi
|
|
1378
1178
|
*/
|
|
1379
|
-
loginByCodeV2(requestParameters: AuthApiLoginByCodeV2Request, options?:
|
|
1179
|
+
loginByCodeV2(requestParameters: AuthApiLoginByCodeV2Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
|
|
1380
1180
|
/**
|
|
1381
1181
|
*
|
|
1382
1182
|
* @summary openId换取登录token
|
|
@@ -1385,9 +1185,9 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1385
1185
|
* @throws {RequiredError}
|
|
1386
1186
|
* @memberof AuthApi
|
|
1387
1187
|
*/
|
|
1388
|
-
loginByOpenId(requestParameters: AuthApiLoginByOpenIdRequest, options?:
|
|
1188
|
+
loginByOpenId(requestParameters: AuthApiLoginByOpenIdRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1389
1189
|
[key: string]: object;
|
|
1390
|
-
}, any
|
|
1190
|
+
}, any>>;
|
|
1391
1191
|
/**
|
|
1392
1192
|
*
|
|
1393
1193
|
* @summary 微信公众号登录
|
|
@@ -1396,9 +1196,9 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1396
1196
|
* @throws {RequiredError}
|
|
1397
1197
|
* @memberof AuthApi
|
|
1398
1198
|
*/
|
|
1399
|
-
loginByWechatPublic(requestParameters: AuthApiLoginByWechatPublicRequest, options?:
|
|
1199
|
+
loginByWechatPublic(requestParameters: AuthApiLoginByWechatPublicRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1400
1200
|
[key: string]: object;
|
|
1401
|
-
}, any
|
|
1201
|
+
}, any>>;
|
|
1402
1202
|
/**
|
|
1403
1203
|
*
|
|
1404
1204
|
* @summary 手机号验证码登录
|
|
@@ -1407,9 +1207,9 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1407
1207
|
* @throws {RequiredError}
|
|
1408
1208
|
* @memberof AuthApi
|
|
1409
1209
|
*/
|
|
1410
|
-
loginPhoneCode(requestParameters: AuthApiLoginPhoneCodeRequest, options?:
|
|
1210
|
+
loginPhoneCode(requestParameters: AuthApiLoginPhoneCodeRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1411
1211
|
[key: string]: object;
|
|
1412
|
-
}, any
|
|
1212
|
+
}, any>>;
|
|
1413
1213
|
/**
|
|
1414
1214
|
*
|
|
1415
1215
|
* @param {AuthApiPushMsgRequest} requestParameters Request parameters.
|
|
@@ -1417,7 +1217,7 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1417
1217
|
* @throws {RequiredError}
|
|
1418
1218
|
* @memberof AuthApi
|
|
1419
1219
|
*/
|
|
1420
|
-
pushMsg(requestParameters: AuthApiPushMsgRequest, options?:
|
|
1220
|
+
pushMsg(requestParameters: AuthApiPushMsgRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any>>;
|
|
1421
1221
|
/**
|
|
1422
1222
|
*
|
|
1423
1223
|
* @summary 小程序切换园区
|
|
@@ -1426,9 +1226,9 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1426
1226
|
* @throws {RequiredError}
|
|
1427
1227
|
* @memberof AuthApi
|
|
1428
1228
|
*/
|
|
1429
|
-
switchPark(requestParameters: AuthApiSwitchParkRequest, options?:
|
|
1229
|
+
switchPark(requestParameters: AuthApiSwitchParkRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1430
1230
|
[key: string]: object;
|
|
1431
|
-
}, any
|
|
1231
|
+
}, any>>;
|
|
1432
1232
|
/**
|
|
1433
1233
|
*
|
|
1434
1234
|
* @param {AuthApiSwitchParkTokenRequest} requestParameters Request parameters.
|
|
@@ -1436,9 +1236,9 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1436
1236
|
* @throws {RequiredError}
|
|
1437
1237
|
* @memberof AuthApi
|
|
1438
1238
|
*/
|
|
1439
|
-
switchParkToken(requestParameters: AuthApiSwitchParkTokenRequest, options?:
|
|
1239
|
+
switchParkToken(requestParameters: AuthApiSwitchParkTokenRequest, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<{
|
|
1440
1240
|
[key: string]: object;
|
|
1441
|
-
}, any
|
|
1241
|
+
}, any>>;
|
|
1442
1242
|
/**
|
|
1443
1243
|
*
|
|
1444
1244
|
* @summary 切换园区
|
|
@@ -1447,5 +1247,5 @@ export declare class AuthApi extends BaseAPI {
|
|
|
1447
1247
|
* @throws {RequiredError}
|
|
1448
1248
|
* @memberof AuthApi
|
|
1449
1249
|
*/
|
|
1450
|
-
switchParkV2(requestParameters: AuthApiSwitchParkV2Request, options?:
|
|
1250
|
+
switchParkV2(requestParameters: AuthApiSwitchParkV2Request, options?: AxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultSwitchParkV2DTO, any>>;
|
|
1451
1251
|
}
|