@gizone/rrs-client 4.2.8-alpha.477 → 4.2.9-alpha.2512161529
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 +325 -120
- 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 +193 -75
- package/dist/apis/surveillance-api.js +189 -75
- 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 +193 -75
- package/dist/esm/apis/surveillance-api.js +189 -75
- 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 +20 -1
- 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 +13 -1
- package/dist/esm/models/monitoring-coverage-alert-process-vo.d.ts +1 -1
- package/dist/esm/models/monitoring-coverage-alert-reason-enum.d.ts +2 -0
- package/dist/esm/models/monitoring-coverage-alert-reason-enum.js +3 -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-excel-dto.d.ts +0 -6
- 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 +19 -7
- package/dist/esm/models/surveillance-details-dto.d.ts +13 -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 +8 -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-issue-type-enum.d.ts +1 -0
- package/dist/esm/models/violation-issue-type-enum.js +2 -1
- package/dist/esm/models/violation-work-order-add-vo.d.ts +10 -4
- 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-internal-status-enum.d.ts +1 -0
- package/dist/esm/models/work-order-internal-status-enum.js +1 -0
- 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 +20 -1
- 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 +13 -1
- package/dist/models/monitoring-coverage-alert-process-vo.d.ts +1 -1
- package/dist/models/monitoring-coverage-alert-reason-enum.d.ts +2 -0
- package/dist/models/monitoring-coverage-alert-reason-enum.js +3 -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-excel-dto.d.ts +0 -6
- 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 +19 -7
- package/dist/models/surveillance-details-dto.d.ts +13 -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 +8 -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-issue-type-enum.d.ts +1 -0
- package/dist/models/violation-issue-type-enum.js +2 -1
- package/dist/models/violation-work-order-add-vo.d.ts +10 -4
- 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-internal-status-enum.d.ts +1 -0
- package/dist/models/work-order-internal-status-enum.js +1 -0
- 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 +22 -1
- 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 +13 -1
- package/models/monitoring-coverage-alert-process-vo.ts +1 -1
- package/models/monitoring-coverage-alert-reason-enum.ts +3 -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-excel-dto.ts +0 -6
- 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 +19 -7
- package/models/surveillance-details-dto.ts +13 -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 +8 -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-issue-type-enum.ts +2 -1
- package/models/violation-work-order-add-vo.ts +10 -4
- 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-internal-status-enum.ts +1 -0
- 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/esm/apis/sys-api.js
CHANGED
|
@@ -42,7 +42,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
42
42
|
* @param {*} [options] Override http request option.
|
|
43
43
|
* @throws {RequiredError}
|
|
44
44
|
*/
|
|
45
|
-
authGet: (
|
|
45
|
+
authGet: (appid, signature, timestamp, nonce, echostr, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
46
46
|
// verify required parameter 'appid' is not null or undefined
|
|
47
47
|
assertParamExists('authGet', 'appid', appid);
|
|
48
48
|
const localVarPath = `/app/wx/mp/portal/{appid}`
|
|
@@ -89,7 +89,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
89
89
|
* @param {*} [options] Override http request option.
|
|
90
90
|
* @throws {RequiredError}
|
|
91
91
|
*/
|
|
92
|
-
authGet1: (
|
|
92
|
+
authGet1: (appid, signature, timestamp, nonce, echostr, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
93
93
|
// verify required parameter 'appid' is not null or undefined
|
|
94
94
|
assertParamExists('authGet1', 'appid', appid);
|
|
95
95
|
const localVarPath = `/app/wechat/miniapp/portal/{appid}`
|
|
@@ -131,7 +131,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
131
131
|
* @param {*} [options] Override http request option.
|
|
132
132
|
* @throws {RequiredError}
|
|
133
133
|
*/
|
|
134
|
-
clean: (
|
|
134
|
+
clean: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
135
135
|
const localVarPath = `/monitor/operlog/clean`;
|
|
136
136
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
137
137
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -158,7 +158,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
158
158
|
* @param {*} [options] Override http request option.
|
|
159
159
|
* @throws {RequiredError}
|
|
160
160
|
*/
|
|
161
|
-
clean1: (
|
|
161
|
+
clean1: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
162
162
|
const localVarPath = `/monitor/logininfor/clean`;
|
|
163
163
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
164
164
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -185,7 +185,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
185
185
|
* @param {*} [options] Override http request option.
|
|
186
186
|
* @throws {RequiredError}
|
|
187
187
|
*/
|
|
188
|
-
clearDictTypeCache: (
|
|
188
|
+
clearDictTypeCache: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
189
189
|
const localVarPath = `/system/dict/type/refreshCache`;
|
|
190
190
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
191
191
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -213,7 +213,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
213
213
|
* @param {*} [options] Override http request option.
|
|
214
214
|
* @throws {RequiredError}
|
|
215
215
|
*/
|
|
216
|
-
createConfig: (
|
|
216
|
+
createConfig: (sysConfig, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
217
217
|
// verify required parameter 'sysConfig' is not null or undefined
|
|
218
218
|
assertParamExists('createConfig', 'sysConfig', sysConfig);
|
|
219
219
|
const localVarPath = `/system/config`;
|
|
@@ -245,7 +245,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
245
245
|
* @param {*} [options] Override http request option.
|
|
246
246
|
* @throws {RequiredError}
|
|
247
247
|
*/
|
|
248
|
-
createDictData: (
|
|
248
|
+
createDictData: (sysDictData, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
249
249
|
// verify required parameter 'sysDictData' is not null or undefined
|
|
250
250
|
assertParamExists('createDictData', 'sysDictData', sysDictData);
|
|
251
251
|
const localVarPath = `/system/dict/data`;
|
|
@@ -277,7 +277,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
277
277
|
* @param {*} [options] Override http request option.
|
|
278
278
|
* @throws {RequiredError}
|
|
279
279
|
*/
|
|
280
|
-
createDictType: (
|
|
280
|
+
createDictType: (sysDictType, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
281
281
|
// verify required parameter 'sysDictType' is not null or undefined
|
|
282
282
|
assertParamExists('createDictType', 'sysDictType', sysDictType);
|
|
283
283
|
const localVarPath = `/system/dict/type`;
|
|
@@ -309,7 +309,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
309
309
|
* @param {*} [options] Override http request option.
|
|
310
310
|
* @throws {RequiredError}
|
|
311
311
|
*/
|
|
312
|
-
deleteConfig: (
|
|
312
|
+
deleteConfig: (configIds, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
313
313
|
// verify required parameter 'configIds' is not null or undefined
|
|
314
314
|
assertParamExists('deleteConfig', 'configIds', configIds);
|
|
315
315
|
const localVarPath = `/system/config/{configIds}`
|
|
@@ -340,7 +340,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
340
340
|
* @param {*} [options] Override http request option.
|
|
341
341
|
* @throws {RequiredError}
|
|
342
342
|
*/
|
|
343
|
-
deleteDictData: (
|
|
343
|
+
deleteDictData: (dictCodes, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
344
344
|
// verify required parameter 'dictCodes' is not null or undefined
|
|
345
345
|
assertParamExists('deleteDictData', 'dictCodes', dictCodes);
|
|
346
346
|
const localVarPath = `/system/dict/data/{dictCodes}`
|
|
@@ -371,7 +371,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
371
371
|
* @param {*} [options] Override http request option.
|
|
372
372
|
* @throws {RequiredError}
|
|
373
373
|
*/
|
|
374
|
-
deleteDictType: (
|
|
374
|
+
deleteDictType: (dictIds, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
375
375
|
// verify required parameter 'dictIds' is not null or undefined
|
|
376
376
|
assertParamExists('deleteDictType', 'dictIds', dictIds);
|
|
377
377
|
const localVarPath = `/system/dict/type/{dictIds}`
|
|
@@ -402,7 +402,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
402
402
|
* @param {*} [options] Override http request option.
|
|
403
403
|
* @throws {RequiredError}
|
|
404
404
|
*/
|
|
405
|
-
export1: (
|
|
405
|
+
export1: (operLog, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
406
406
|
// verify required parameter 'operLog' is not null or undefined
|
|
407
407
|
assertParamExists('export1', 'operLog', operLog);
|
|
408
408
|
const localVarPath = `/monitor/operlog/export`;
|
|
@@ -437,7 +437,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
437
437
|
* @param {*} [options] Override http request option.
|
|
438
438
|
* @throws {RequiredError}
|
|
439
439
|
*/
|
|
440
|
-
export2: (
|
|
440
|
+
export2: (logininfor, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
441
441
|
// verify required parameter 'logininfor' is not null or undefined
|
|
442
442
|
assertParamExists('export2', 'logininfor', logininfor);
|
|
443
443
|
const localVarPath = `/monitor/logininfor/export`;
|
|
@@ -472,7 +472,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
472
472
|
* @param {*} [options] Override http request option.
|
|
473
473
|
* @throws {RequiredError}
|
|
474
474
|
*/
|
|
475
|
-
exportConfig: (
|
|
475
|
+
exportConfig: (config, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
476
476
|
// verify required parameter 'config' is not null or undefined
|
|
477
477
|
assertParamExists('exportConfig', 'config', config);
|
|
478
478
|
const localVarPath = `/system/config/export`;
|
|
@@ -507,7 +507,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
507
507
|
* @param {*} [options] Override http request option.
|
|
508
508
|
* @throws {RequiredError}
|
|
509
509
|
*/
|
|
510
|
-
exportDictData: (
|
|
510
|
+
exportDictData: (dictData, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
511
511
|
// verify required parameter 'dictData' is not null or undefined
|
|
512
512
|
assertParamExists('exportDictData', 'dictData', dictData);
|
|
513
513
|
const localVarPath = `/system/dict/data/export`;
|
|
@@ -542,7 +542,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
542
542
|
* @param {*} [options] Override http request option.
|
|
543
543
|
* @throws {RequiredError}
|
|
544
544
|
*/
|
|
545
|
-
exportDictType: (
|
|
545
|
+
exportDictType: (dictType, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
546
546
|
// verify required parameter 'dictType' is not null or undefined
|
|
547
547
|
assertParamExists('exportDictType', 'dictType', dictType);
|
|
548
548
|
const localVarPath = `/system/dict/type/export`;
|
|
@@ -577,7 +577,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
577
577
|
* @param {*} [options] Override http request option.
|
|
578
578
|
* @throws {RequiredError}
|
|
579
579
|
*/
|
|
580
|
-
forceLogout: (
|
|
580
|
+
forceLogout: (tokenId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
581
581
|
// verify required parameter 'tokenId' is not null or undefined
|
|
582
582
|
assertParamExists('forceLogout', 'tokenId', tokenId);
|
|
583
583
|
const localVarPath = `/monitor/online/{tokenId}`
|
|
@@ -608,7 +608,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
608
608
|
* @param {*} [options] Override http request option.
|
|
609
609
|
* @throws {RequiredError}
|
|
610
610
|
*/
|
|
611
|
-
getConfig: (
|
|
611
|
+
getConfig: (configId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
612
612
|
// verify required parameter 'configId' is not null or undefined
|
|
613
613
|
assertParamExists('getConfig', 'configId', configId);
|
|
614
614
|
const localVarPath = `/system/config/{configId}`
|
|
@@ -639,7 +639,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
639
639
|
* @param {*} [options] Override http request option.
|
|
640
640
|
* @throws {RequiredError}
|
|
641
641
|
*/
|
|
642
|
-
getConfigByKey: (
|
|
642
|
+
getConfigByKey: (configKey, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
643
643
|
// verify required parameter 'configKey' is not null or undefined
|
|
644
644
|
assertParamExists('getConfigByKey', 'configKey', configKey);
|
|
645
645
|
const localVarPath = `/system/config/configKey/{configKey}`
|
|
@@ -670,7 +670,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
670
670
|
* @param {*} [options] Override http request option.
|
|
671
671
|
* @throws {RequiredError}
|
|
672
672
|
*/
|
|
673
|
-
getDictData: (
|
|
673
|
+
getDictData: (dictCode, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
674
674
|
// verify required parameter 'dictCode' is not null or undefined
|
|
675
675
|
assertParamExists('getDictData', 'dictCode', dictCode);
|
|
676
676
|
const localVarPath = `/system/dict/data/{dictCode}`
|
|
@@ -701,7 +701,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
701
701
|
* @param {*} [options] Override http request option.
|
|
702
702
|
* @throws {RequiredError}
|
|
703
703
|
*/
|
|
704
|
-
getDictType: (
|
|
704
|
+
getDictType: (dictId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
705
705
|
// verify required parameter 'dictId' is not null or undefined
|
|
706
706
|
assertParamExists('getDictType', 'dictId', dictId);
|
|
707
707
|
const localVarPath = `/system/dict/type/{dictId}`
|
|
@@ -731,7 +731,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
731
731
|
* @param {*} [options] Override http request option.
|
|
732
732
|
* @throws {RequiredError}
|
|
733
733
|
*/
|
|
734
|
-
getSelfMenuInfo: (
|
|
734
|
+
getSelfMenuInfo: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
735
735
|
const localVarPath = `/app/wx/menu/getSelfMenuInfo`;
|
|
736
736
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
737
737
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -758,7 +758,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
758
758
|
* @param {*} [options] Override http request option.
|
|
759
759
|
* @throws {RequiredError}
|
|
760
760
|
*/
|
|
761
|
-
index: (
|
|
761
|
+
index: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
762
762
|
const localVarPath = `/`;
|
|
763
763
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
764
764
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -785,7 +785,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
785
785
|
* @param {*} [options] Override http request option.
|
|
786
786
|
* @throws {RequiredError}
|
|
787
787
|
*/
|
|
788
|
-
index1: (
|
|
788
|
+
index1: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
789
789
|
const localVarPath = `/`;
|
|
790
790
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
791
791
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -812,7 +812,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
812
812
|
* @param {*} [options] Override http request option.
|
|
813
813
|
* @throws {RequiredError}
|
|
814
814
|
*/
|
|
815
|
-
index2: (
|
|
815
|
+
index2: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
816
816
|
const localVarPath = `/`;
|
|
817
817
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
818
818
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -839,7 +839,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
839
839
|
* @param {*} [options] Override http request option.
|
|
840
840
|
* @throws {RequiredError}
|
|
841
841
|
*/
|
|
842
|
-
index3: (
|
|
842
|
+
index3: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
843
843
|
const localVarPath = `/`;
|
|
844
844
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
845
845
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -866,7 +866,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
866
866
|
* @param {*} [options] Override http request option.
|
|
867
867
|
* @throws {RequiredError}
|
|
868
868
|
*/
|
|
869
|
-
index4: (
|
|
869
|
+
index4: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
870
870
|
const localVarPath = `/`;
|
|
871
871
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
872
872
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -893,7 +893,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
893
893
|
* @param {*} [options] Override http request option.
|
|
894
894
|
* @throws {RequiredError}
|
|
895
895
|
*/
|
|
896
|
-
index5: (
|
|
896
|
+
index5: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
897
897
|
const localVarPath = `/`;
|
|
898
898
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
899
899
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -920,7 +920,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
920
920
|
* @param {*} [options] Override http request option.
|
|
921
921
|
* @throws {RequiredError}
|
|
922
922
|
*/
|
|
923
|
-
index6: (
|
|
923
|
+
index6: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
924
924
|
const localVarPath = `/`;
|
|
925
925
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
926
926
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -948,7 +948,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
948
948
|
* @param {*} [options] Override http request option.
|
|
949
949
|
* @throws {RequiredError}
|
|
950
950
|
*/
|
|
951
|
-
list1: (
|
|
951
|
+
list1: (operLog, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
952
952
|
// verify required parameter 'operLog' is not null or undefined
|
|
953
953
|
assertParamExists('list1', 'operLog', operLog);
|
|
954
954
|
const localVarPath = `/monitor/operlog/list`;
|
|
@@ -984,7 +984,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
984
984
|
* @param {*} [options] Override http request option.
|
|
985
985
|
* @throws {RequiredError}
|
|
986
986
|
*/
|
|
987
|
-
list2: (
|
|
987
|
+
list2: (ipaddr, userName, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
988
988
|
// verify required parameter 'ipaddr' is not null or undefined
|
|
989
989
|
assertParamExists('list2', 'ipaddr', ipaddr);
|
|
990
990
|
// verify required parameter 'userName' is not null or undefined
|
|
@@ -1022,7 +1022,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1022
1022
|
* @param {*} [options] Override http request option.
|
|
1023
1023
|
* @throws {RequiredError}
|
|
1024
1024
|
*/
|
|
1025
|
-
list3: (
|
|
1025
|
+
list3: (logininfor, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1026
1026
|
// verify required parameter 'logininfor' is not null or undefined
|
|
1027
1027
|
assertParamExists('list3', 'logininfor', logininfor);
|
|
1028
1028
|
const localVarPath = `/monitor/logininfor/list`;
|
|
@@ -1056,7 +1056,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1056
1056
|
* @param {*} [options] Override http request option.
|
|
1057
1057
|
* @throws {RequiredError}
|
|
1058
1058
|
*/
|
|
1059
|
-
listAllDictType: (
|
|
1059
|
+
listAllDictType: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1060
1060
|
const localVarPath = `/system/dict/type/optionselect`;
|
|
1061
1061
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1062
1062
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1084,7 +1084,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1084
1084
|
* @param {*} [options] Override http request option.
|
|
1085
1085
|
* @throws {RequiredError}
|
|
1086
1086
|
*/
|
|
1087
|
-
listConfig: (
|
|
1087
|
+
listConfig: (config, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1088
1088
|
// verify required parameter 'config' is not null or undefined
|
|
1089
1089
|
assertParamExists('listConfig', 'config', config);
|
|
1090
1090
|
const localVarPath = `/system/config/list`;
|
|
@@ -1119,7 +1119,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1119
1119
|
* @param {*} [options] Override http request option.
|
|
1120
1120
|
* @throws {RequiredError}
|
|
1121
1121
|
*/
|
|
1122
|
-
listDictData: (
|
|
1122
|
+
listDictData: (dictData, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1123
1123
|
// verify required parameter 'dictData' is not null or undefined
|
|
1124
1124
|
assertParamExists('listDictData', 'dictData', dictData);
|
|
1125
1125
|
const localVarPath = `/system/dict/data/list`;
|
|
@@ -1154,7 +1154,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1154
1154
|
* @param {*} [options] Override http request option.
|
|
1155
1155
|
* @throws {RequiredError}
|
|
1156
1156
|
*/
|
|
1157
|
-
listDictDataByType: (
|
|
1157
|
+
listDictDataByType: (dictType, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1158
1158
|
// verify required parameter 'dictType' is not null or undefined
|
|
1159
1159
|
assertParamExists('listDictDataByType', 'dictType', dictType);
|
|
1160
1160
|
const localVarPath = `/system/dict/data/type/{dictType}`
|
|
@@ -1185,7 +1185,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1185
1185
|
* @param {*} [options] Override http request option.
|
|
1186
1186
|
* @throws {RequiredError}
|
|
1187
1187
|
*/
|
|
1188
|
-
listDictType: (
|
|
1188
|
+
listDictType: (dictType, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1189
1189
|
// verify required parameter 'dictType' is not null or undefined
|
|
1190
1190
|
assertParamExists('listDictType', 'dictType', dictType);
|
|
1191
1191
|
const localVarPath = `/system/dict/type/list`;
|
|
@@ -1220,7 +1220,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1220
1220
|
* @param {*} [options] Override http request option.
|
|
1221
1221
|
* @throws {RequiredError}
|
|
1222
1222
|
*/
|
|
1223
|
-
menuCreate: (
|
|
1223
|
+
menuCreate: (body, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1224
1224
|
// verify required parameter 'body' is not null or undefined
|
|
1225
1225
|
assertParamExists('menuCreate', 'body', body);
|
|
1226
1226
|
const localVarPath = `/app/wx/menu/create`;
|
|
@@ -1251,7 +1251,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1251
1251
|
* @param {*} [options] Override http request option.
|
|
1252
1252
|
* @throws {RequiredError}
|
|
1253
1253
|
*/
|
|
1254
|
-
menuCreateSample: (
|
|
1254
|
+
menuCreateSample: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1255
1255
|
const localVarPath = `/app/wx/menu/create`;
|
|
1256
1256
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1257
1257
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1278,7 +1278,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1278
1278
|
* @param {*} [options] Override http request option.
|
|
1279
1279
|
* @throws {RequiredError}
|
|
1280
1280
|
*/
|
|
1281
|
-
menuDelete: (
|
|
1281
|
+
menuDelete: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1282
1282
|
const localVarPath = `/app/wx/menu/delete`;
|
|
1283
1283
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1284
1284
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1306,7 +1306,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1306
1306
|
* @param {*} [options] Override http request option.
|
|
1307
1307
|
* @throws {RequiredError}
|
|
1308
1308
|
*/
|
|
1309
|
-
menuDelete1: (
|
|
1309
|
+
menuDelete1: (menuId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1310
1310
|
// verify required parameter 'menuId' is not null or undefined
|
|
1311
1311
|
assertParamExists('menuDelete1', 'menuId', menuId);
|
|
1312
1312
|
const localVarPath = `/app/wx/menu/delete/{menuId}`
|
|
@@ -1336,7 +1336,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1336
1336
|
* @param {*} [options] Override http request option.
|
|
1337
1337
|
* @throws {RequiredError}
|
|
1338
1338
|
*/
|
|
1339
|
-
menuGet: (
|
|
1339
|
+
menuGet: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1340
1340
|
const localVarPath = `/app/wx/menu/get`;
|
|
1341
1341
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1342
1342
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1364,7 +1364,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1364
1364
|
* @param {*} [options] Override http request option.
|
|
1365
1365
|
* @throws {RequiredError}
|
|
1366
1366
|
*/
|
|
1367
|
-
menuTryMatch: (
|
|
1367
|
+
menuTryMatch: (userid, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1368
1368
|
// verify required parameter 'userid' is not null or undefined
|
|
1369
1369
|
assertParamExists('menuTryMatch', 'userid', userid);
|
|
1370
1370
|
const localVarPath = `/app/wx/menu/menuTryMatch/{userid}`
|
|
@@ -1395,7 +1395,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1395
1395
|
* @param {*} [options] Override http request option.
|
|
1396
1396
|
* @throws {RequiredError}
|
|
1397
1397
|
*/
|
|
1398
|
-
monitorCacheGetInfo: (
|
|
1398
|
+
monitorCacheGetInfo: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1399
1399
|
const localVarPath = `/monitor/cache`;
|
|
1400
1400
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1401
1401
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1430,7 +1430,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1430
1430
|
* @param {*} [options] Override http request option.
|
|
1431
1431
|
* @throws {RequiredError}
|
|
1432
1432
|
*/
|
|
1433
|
-
post: (
|
|
1433
|
+
post: (appid, signature, timestamp, nonce, openid, body, encryptType, msgSignature, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1434
1434
|
// verify required parameter 'appid' is not null or undefined
|
|
1435
1435
|
assertParamExists('post', 'appid', appid);
|
|
1436
1436
|
// verify required parameter 'signature' is not null or undefined
|
|
@@ -1497,7 +1497,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1497
1497
|
* @param {*} [options] Override http request option.
|
|
1498
1498
|
* @throws {RequiredError}
|
|
1499
1499
|
*/
|
|
1500
|
-
post1: (
|
|
1500
|
+
post1: (appid, timestamp, nonce, body, msgSignature, encryptType, signature, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1501
1501
|
// verify required parameter 'appid' is not null or undefined
|
|
1502
1502
|
assertParamExists('post1', 'appid', appid);
|
|
1503
1503
|
// verify required parameter 'timestamp' is not null or undefined
|
|
@@ -1551,7 +1551,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1551
1551
|
* @param {*} [options] Override http request option.
|
|
1552
1552
|
* @throws {RequiredError}
|
|
1553
1553
|
*/
|
|
1554
|
-
remove1: (
|
|
1554
|
+
remove1: (operIds, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1555
1555
|
// verify required parameter 'operIds' is not null or undefined
|
|
1556
1556
|
assertParamExists('remove1', 'operIds', operIds);
|
|
1557
1557
|
const localVarPath = `/monitor/operlog/{operIds}`
|
|
@@ -1582,7 +1582,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1582
1582
|
* @param {*} [options] Override http request option.
|
|
1583
1583
|
* @throws {RequiredError}
|
|
1584
1584
|
*/
|
|
1585
|
-
remove2: (
|
|
1585
|
+
remove2: (infoIds, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1586
1586
|
// verify required parameter 'infoIds' is not null or undefined
|
|
1587
1587
|
assertParamExists('remove2', 'infoIds', infoIds);
|
|
1588
1588
|
const localVarPath = `/monitor/logininfor/{infoIds}`
|
|
@@ -1612,7 +1612,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1612
1612
|
* @param {*} [options] Override http request option.
|
|
1613
1613
|
* @throws {RequiredError}
|
|
1614
1614
|
*/
|
|
1615
|
-
resetConfigCache: (
|
|
1615
|
+
resetConfigCache: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1616
1616
|
const localVarPath = `/system/config/refreshCache`;
|
|
1617
1617
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1618
1618
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1642,7 +1642,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1642
1642
|
* @param {*} [options] Override http request option.
|
|
1643
1643
|
* @throws {RequiredError}
|
|
1644
1644
|
*/
|
|
1645
|
-
send: (
|
|
1645
|
+
send: (phone, templateCode, json, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1646
1646
|
// verify required parameter 'phone' is not null or undefined
|
|
1647
1647
|
assertParamExists('send', 'phone', phone);
|
|
1648
1648
|
// verify required parameter 'templateCode' is not null or undefined
|
|
@@ -1686,7 +1686,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1686
1686
|
* @param {*} [options] Override http request option.
|
|
1687
1687
|
* @throws {RequiredError}
|
|
1688
1688
|
*/
|
|
1689
|
-
sendMsgByOpenId: (
|
|
1689
|
+
sendMsgByOpenId: (msg, openId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1690
1690
|
// verify required parameter 'msg' is not null or undefined
|
|
1691
1691
|
assertParamExists('sendMsgByOpenId', 'msg', msg);
|
|
1692
1692
|
// verify required parameter 'openId' is not null or undefined
|
|
@@ -1725,7 +1725,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1725
1725
|
* @param {*} [options] Override http request option.
|
|
1726
1726
|
* @throws {RequiredError}
|
|
1727
1727
|
*/
|
|
1728
|
-
sendTemplate: (
|
|
1728
|
+
sendTemplate: (msg, desc, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1729
1729
|
// verify required parameter 'msg' is not null or undefined
|
|
1730
1730
|
assertParamExists('sendTemplate', 'msg', msg);
|
|
1731
1731
|
// verify required parameter 'desc' is not null or undefined
|
|
@@ -1763,7 +1763,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1763
1763
|
* @param {*} [options] Override http request option.
|
|
1764
1764
|
* @throws {RequiredError}
|
|
1765
1765
|
*/
|
|
1766
|
-
updateConfig: (
|
|
1766
|
+
updateConfig: (sysConfig, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1767
1767
|
// verify required parameter 'sysConfig' is not null or undefined
|
|
1768
1768
|
assertParamExists('updateConfig', 'sysConfig', sysConfig);
|
|
1769
1769
|
const localVarPath = `/system/config`;
|
|
@@ -1795,7 +1795,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1795
1795
|
* @param {*} [options] Override http request option.
|
|
1796
1796
|
* @throws {RequiredError}
|
|
1797
1797
|
*/
|
|
1798
|
-
updateDictData: (
|
|
1798
|
+
updateDictData: (sysDictData, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1799
1799
|
// verify required parameter 'sysDictData' is not null or undefined
|
|
1800
1800
|
assertParamExists('updateDictData', 'sysDictData', sysDictData);
|
|
1801
1801
|
const localVarPath = `/system/dict/data`;
|
|
@@ -1827,7 +1827,7 @@ export const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1827
1827
|
* @param {*} [options] Override http request option.
|
|
1828
1828
|
* @throws {RequiredError}
|
|
1829
1829
|
*/
|
|
1830
|
-
updateDictType: (
|
|
1830
|
+
updateDictType: (sysDictType, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1831
1831
|
// verify required parameter 'sysDictType' is not null or undefined
|
|
1832
1832
|
assertParamExists('updateDictType', 'sysDictType', sysDictType);
|
|
1833
1833
|
const localVarPath = `/system/dict/type`;
|
|
@@ -1873,12 +1873,12 @@ export const SysApiFp = function (configuration) {
|
|
|
1873
1873
|
* @throws {RequiredError}
|
|
1874
1874
|
*/
|
|
1875
1875
|
authGet(appid, signature, timestamp, nonce, echostr, options) {
|
|
1876
|
+
var _a, _b, _c;
|
|
1876
1877
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1877
|
-
var _a, _b, _c;
|
|
1878
1878
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.authGet(appid, signature, timestamp, nonce, echostr, options);
|
|
1879
|
-
const
|
|
1880
|
-
const
|
|
1881
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1879
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1880
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.authGet']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1881
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1882
1882
|
});
|
|
1883
1883
|
},
|
|
1884
1884
|
/**
|
|
@@ -1892,12 +1892,12 @@ export const SysApiFp = function (configuration) {
|
|
|
1892
1892
|
* @throws {RequiredError}
|
|
1893
1893
|
*/
|
|
1894
1894
|
authGet1(appid, signature, timestamp, nonce, echostr, options) {
|
|
1895
|
+
var _a, _b, _c;
|
|
1895
1896
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1896
|
-
var _a, _b, _c;
|
|
1897
1897
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.authGet1(appid, signature, timestamp, nonce, echostr, options);
|
|
1898
|
-
const
|
|
1899
|
-
const
|
|
1900
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1898
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1899
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.authGet1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1900
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1901
1901
|
});
|
|
1902
1902
|
},
|
|
1903
1903
|
/**
|
|
@@ -1906,12 +1906,12 @@ export const SysApiFp = function (configuration) {
|
|
|
1906
1906
|
* @throws {RequiredError}
|
|
1907
1907
|
*/
|
|
1908
1908
|
clean(options) {
|
|
1909
|
+
var _a, _b, _c;
|
|
1909
1910
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1910
|
-
var _a, _b, _c;
|
|
1911
1911
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.clean(options);
|
|
1912
|
-
const
|
|
1913
|
-
const
|
|
1914
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1912
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1913
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.clean']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1914
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1915
1915
|
});
|
|
1916
1916
|
},
|
|
1917
1917
|
/**
|
|
@@ -1920,12 +1920,12 @@ export const SysApiFp = function (configuration) {
|
|
|
1920
1920
|
* @throws {RequiredError}
|
|
1921
1921
|
*/
|
|
1922
1922
|
clean1(options) {
|
|
1923
|
+
var _a, _b, _c;
|
|
1923
1924
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1924
|
-
var _a, _b, _c;
|
|
1925
1925
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.clean1(options);
|
|
1926
|
-
const
|
|
1927
|
-
const
|
|
1928
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1926
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1927
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.clean1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1928
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1929
1929
|
});
|
|
1930
1930
|
},
|
|
1931
1931
|
/**
|
|
@@ -1934,12 +1934,12 @@ export const SysApiFp = function (configuration) {
|
|
|
1934
1934
|
* @throws {RequiredError}
|
|
1935
1935
|
*/
|
|
1936
1936
|
clearDictTypeCache(options) {
|
|
1937
|
+
var _a, _b, _c;
|
|
1937
1938
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1938
|
-
var _a, _b, _c;
|
|
1939
1939
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.clearDictTypeCache(options);
|
|
1940
|
-
const
|
|
1941
|
-
const
|
|
1942
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1940
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1941
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.clearDictTypeCache']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1942
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1943
1943
|
});
|
|
1944
1944
|
},
|
|
1945
1945
|
/**
|
|
@@ -1949,12 +1949,12 @@ export const SysApiFp = function (configuration) {
|
|
|
1949
1949
|
* @throws {RequiredError}
|
|
1950
1950
|
*/
|
|
1951
1951
|
createConfig(sysConfig, options) {
|
|
1952
|
+
var _a, _b, _c;
|
|
1952
1953
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1953
|
-
var _a, _b, _c;
|
|
1954
1954
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.createConfig(sysConfig, options);
|
|
1955
|
-
const
|
|
1956
|
-
const
|
|
1957
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1955
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1956
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.createConfig']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1957
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1958
1958
|
});
|
|
1959
1959
|
},
|
|
1960
1960
|
/**
|
|
@@ -1964,12 +1964,12 @@ export const SysApiFp = function (configuration) {
|
|
|
1964
1964
|
* @throws {RequiredError}
|
|
1965
1965
|
*/
|
|
1966
1966
|
createDictData(sysDictData, options) {
|
|
1967
|
+
var _a, _b, _c;
|
|
1967
1968
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1968
|
-
var _a, _b, _c;
|
|
1969
1969
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.createDictData(sysDictData, options);
|
|
1970
|
-
const
|
|
1971
|
-
const
|
|
1972
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1970
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1971
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.createDictData']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1972
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1973
1973
|
});
|
|
1974
1974
|
},
|
|
1975
1975
|
/**
|
|
@@ -1979,12 +1979,12 @@ export const SysApiFp = function (configuration) {
|
|
|
1979
1979
|
* @throws {RequiredError}
|
|
1980
1980
|
*/
|
|
1981
1981
|
createDictType(sysDictType, options) {
|
|
1982
|
+
var _a, _b, _c;
|
|
1982
1983
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1983
|
-
var _a, _b, _c;
|
|
1984
1984
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.createDictType(sysDictType, options);
|
|
1985
|
-
const
|
|
1986
|
-
const
|
|
1987
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1985
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1986
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.createDictType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1987
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1988
1988
|
});
|
|
1989
1989
|
},
|
|
1990
1990
|
/**
|
|
@@ -1994,12 +1994,12 @@ export const SysApiFp = function (configuration) {
|
|
|
1994
1994
|
* @throws {RequiredError}
|
|
1995
1995
|
*/
|
|
1996
1996
|
deleteConfig(configIds, options) {
|
|
1997
|
+
var _a, _b, _c;
|
|
1997
1998
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1998
|
-
var _a, _b, _c;
|
|
1999
1999
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteConfig(configIds, options);
|
|
2000
|
-
const
|
|
2001
|
-
const
|
|
2002
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2000
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2001
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.deleteConfig']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2002
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2003
2003
|
});
|
|
2004
2004
|
},
|
|
2005
2005
|
/**
|
|
@@ -2009,12 +2009,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2009
2009
|
* @throws {RequiredError}
|
|
2010
2010
|
*/
|
|
2011
2011
|
deleteDictData(dictCodes, options) {
|
|
2012
|
+
var _a, _b, _c;
|
|
2012
2013
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2013
|
-
var _a, _b, _c;
|
|
2014
2014
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteDictData(dictCodes, options);
|
|
2015
|
-
const
|
|
2016
|
-
const
|
|
2017
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2015
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2016
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.deleteDictData']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2017
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2018
2018
|
});
|
|
2019
2019
|
},
|
|
2020
2020
|
/**
|
|
@@ -2024,12 +2024,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2024
2024
|
* @throws {RequiredError}
|
|
2025
2025
|
*/
|
|
2026
2026
|
deleteDictType(dictIds, options) {
|
|
2027
|
+
var _a, _b, _c;
|
|
2027
2028
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2028
|
-
var _a, _b, _c;
|
|
2029
2029
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteDictType(dictIds, options);
|
|
2030
|
-
const
|
|
2031
|
-
const
|
|
2032
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2030
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2031
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.deleteDictType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2032
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2033
2033
|
});
|
|
2034
2034
|
},
|
|
2035
2035
|
/**
|
|
@@ -2039,12 +2039,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2039
2039
|
* @throws {RequiredError}
|
|
2040
2040
|
*/
|
|
2041
2041
|
export1(operLog, options) {
|
|
2042
|
+
var _a, _b, _c;
|
|
2042
2043
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2043
|
-
var _a, _b, _c;
|
|
2044
2044
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.export1(operLog, options);
|
|
2045
|
-
const
|
|
2046
|
-
const
|
|
2047
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2045
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2046
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.export1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2047
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2048
2048
|
});
|
|
2049
2049
|
},
|
|
2050
2050
|
/**
|
|
@@ -2054,12 +2054,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2054
2054
|
* @throws {RequiredError}
|
|
2055
2055
|
*/
|
|
2056
2056
|
export2(logininfor, options) {
|
|
2057
|
+
var _a, _b, _c;
|
|
2057
2058
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2058
|
-
var _a, _b, _c;
|
|
2059
2059
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.export2(logininfor, options);
|
|
2060
|
-
const
|
|
2061
|
-
const
|
|
2062
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2060
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2061
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.export2']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2062
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2063
2063
|
});
|
|
2064
2064
|
},
|
|
2065
2065
|
/**
|
|
@@ -2069,12 +2069,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2069
2069
|
* @throws {RequiredError}
|
|
2070
2070
|
*/
|
|
2071
2071
|
exportConfig(config, options) {
|
|
2072
|
+
var _a, _b, _c;
|
|
2072
2073
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2073
|
-
var _a, _b, _c;
|
|
2074
2074
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.exportConfig(config, options);
|
|
2075
|
-
const
|
|
2076
|
-
const
|
|
2077
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2075
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2076
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.exportConfig']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2077
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2078
2078
|
});
|
|
2079
2079
|
},
|
|
2080
2080
|
/**
|
|
@@ -2084,12 +2084,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2084
2084
|
* @throws {RequiredError}
|
|
2085
2085
|
*/
|
|
2086
2086
|
exportDictData(dictData, options) {
|
|
2087
|
+
var _a, _b, _c;
|
|
2087
2088
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2088
|
-
var _a, _b, _c;
|
|
2089
2089
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.exportDictData(dictData, options);
|
|
2090
|
-
const
|
|
2091
|
-
const
|
|
2092
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2090
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2091
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.exportDictData']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2092
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2093
2093
|
});
|
|
2094
2094
|
},
|
|
2095
2095
|
/**
|
|
@@ -2099,12 +2099,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2099
2099
|
* @throws {RequiredError}
|
|
2100
2100
|
*/
|
|
2101
2101
|
exportDictType(dictType, options) {
|
|
2102
|
+
var _a, _b, _c;
|
|
2102
2103
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2103
|
-
var _a, _b, _c;
|
|
2104
2104
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.exportDictType(dictType, options);
|
|
2105
|
-
const
|
|
2106
|
-
const
|
|
2107
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2105
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2106
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.exportDictType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2107
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2108
2108
|
});
|
|
2109
2109
|
},
|
|
2110
2110
|
/**
|
|
@@ -2114,12 +2114,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2114
2114
|
* @throws {RequiredError}
|
|
2115
2115
|
*/
|
|
2116
2116
|
forceLogout(tokenId, options) {
|
|
2117
|
+
var _a, _b, _c;
|
|
2117
2118
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2118
|
-
var _a, _b, _c;
|
|
2119
2119
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.forceLogout(tokenId, options);
|
|
2120
|
-
const
|
|
2121
|
-
const
|
|
2122
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2120
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2121
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.forceLogout']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2122
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2123
2123
|
});
|
|
2124
2124
|
},
|
|
2125
2125
|
/**
|
|
@@ -2129,12 +2129,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2129
2129
|
* @throws {RequiredError}
|
|
2130
2130
|
*/
|
|
2131
2131
|
getConfig(configId, options) {
|
|
2132
|
+
var _a, _b, _c;
|
|
2132
2133
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2133
|
-
var _a, _b, _c;
|
|
2134
2134
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getConfig(configId, options);
|
|
2135
|
-
const
|
|
2136
|
-
const
|
|
2137
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2135
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2136
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.getConfig']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2137
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2138
2138
|
});
|
|
2139
2139
|
},
|
|
2140
2140
|
/**
|
|
@@ -2144,12 +2144,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2144
2144
|
* @throws {RequiredError}
|
|
2145
2145
|
*/
|
|
2146
2146
|
getConfigByKey(configKey, options) {
|
|
2147
|
+
var _a, _b, _c;
|
|
2147
2148
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2148
|
-
var _a, _b, _c;
|
|
2149
2149
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getConfigByKey(configKey, options);
|
|
2150
|
-
const
|
|
2151
|
-
const
|
|
2152
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2150
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2151
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.getConfigByKey']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2152
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2153
2153
|
});
|
|
2154
2154
|
},
|
|
2155
2155
|
/**
|
|
@@ -2159,12 +2159,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2159
2159
|
* @throws {RequiredError}
|
|
2160
2160
|
*/
|
|
2161
2161
|
getDictData(dictCode, options) {
|
|
2162
|
+
var _a, _b, _c;
|
|
2162
2163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2163
|
-
var _a, _b, _c;
|
|
2164
2164
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getDictData(dictCode, options);
|
|
2165
|
-
const
|
|
2166
|
-
const
|
|
2167
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2165
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2166
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.getDictData']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2167
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2168
2168
|
});
|
|
2169
2169
|
},
|
|
2170
2170
|
/**
|
|
@@ -2174,12 +2174,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2174
2174
|
* @throws {RequiredError}
|
|
2175
2175
|
*/
|
|
2176
2176
|
getDictType(dictId, options) {
|
|
2177
|
+
var _a, _b, _c;
|
|
2177
2178
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2178
|
-
var _a, _b, _c;
|
|
2179
2179
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getDictType(dictId, options);
|
|
2180
|
-
const
|
|
2181
|
-
const
|
|
2182
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2180
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2181
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.getDictType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2182
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2183
2183
|
});
|
|
2184
2184
|
},
|
|
2185
2185
|
/**
|
|
@@ -2188,12 +2188,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2188
2188
|
* @throws {RequiredError}
|
|
2189
2189
|
*/
|
|
2190
2190
|
getSelfMenuInfo(options) {
|
|
2191
|
+
var _a, _b, _c;
|
|
2191
2192
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2192
|
-
var _a, _b, _c;
|
|
2193
2193
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getSelfMenuInfo(options);
|
|
2194
|
-
const
|
|
2195
|
-
const
|
|
2196
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2194
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2195
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.getSelfMenuInfo']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2196
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2197
2197
|
});
|
|
2198
2198
|
},
|
|
2199
2199
|
/**
|
|
@@ -2202,12 +2202,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2202
2202
|
* @throws {RequiredError}
|
|
2203
2203
|
*/
|
|
2204
2204
|
index(options) {
|
|
2205
|
+
var _a, _b, _c;
|
|
2205
2206
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2206
|
-
var _a, _b, _c;
|
|
2207
2207
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.index(options);
|
|
2208
|
-
const
|
|
2209
|
-
const
|
|
2210
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2208
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2209
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.index']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2210
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2211
2211
|
});
|
|
2212
2212
|
},
|
|
2213
2213
|
/**
|
|
@@ -2216,12 +2216,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2216
2216
|
* @throws {RequiredError}
|
|
2217
2217
|
*/
|
|
2218
2218
|
index1(options) {
|
|
2219
|
+
var _a, _b, _c;
|
|
2219
2220
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2220
|
-
var _a, _b, _c;
|
|
2221
2221
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.index1(options);
|
|
2222
|
-
const
|
|
2223
|
-
const
|
|
2224
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2222
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2223
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.index1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2224
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2225
2225
|
});
|
|
2226
2226
|
},
|
|
2227
2227
|
/**
|
|
@@ -2230,12 +2230,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2230
2230
|
* @throws {RequiredError}
|
|
2231
2231
|
*/
|
|
2232
2232
|
index2(options) {
|
|
2233
|
+
var _a, _b, _c;
|
|
2233
2234
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2234
|
-
var _a, _b, _c;
|
|
2235
2235
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.index2(options);
|
|
2236
|
-
const
|
|
2237
|
-
const
|
|
2238
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2236
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2237
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.index2']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2238
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2239
2239
|
});
|
|
2240
2240
|
},
|
|
2241
2241
|
/**
|
|
@@ -2244,12 +2244,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2244
2244
|
* @throws {RequiredError}
|
|
2245
2245
|
*/
|
|
2246
2246
|
index3(options) {
|
|
2247
|
+
var _a, _b, _c;
|
|
2247
2248
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2248
|
-
var _a, _b, _c;
|
|
2249
2249
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.index3(options);
|
|
2250
|
-
const
|
|
2251
|
-
const
|
|
2252
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2250
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2251
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.index3']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2252
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2253
2253
|
});
|
|
2254
2254
|
},
|
|
2255
2255
|
/**
|
|
@@ -2258,12 +2258,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2258
2258
|
* @throws {RequiredError}
|
|
2259
2259
|
*/
|
|
2260
2260
|
index4(options) {
|
|
2261
|
+
var _a, _b, _c;
|
|
2261
2262
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2262
|
-
var _a, _b, _c;
|
|
2263
2263
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.index4(options);
|
|
2264
|
-
const
|
|
2265
|
-
const
|
|
2266
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2264
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2265
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.index4']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2266
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2267
2267
|
});
|
|
2268
2268
|
},
|
|
2269
2269
|
/**
|
|
@@ -2272,12 +2272,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2272
2272
|
* @throws {RequiredError}
|
|
2273
2273
|
*/
|
|
2274
2274
|
index5(options) {
|
|
2275
|
+
var _a, _b, _c;
|
|
2275
2276
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2276
|
-
var _a, _b, _c;
|
|
2277
2277
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.index5(options);
|
|
2278
|
-
const
|
|
2279
|
-
const
|
|
2280
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2278
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2279
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.index5']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2280
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2281
2281
|
});
|
|
2282
2282
|
},
|
|
2283
2283
|
/**
|
|
@@ -2286,12 +2286,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2286
2286
|
* @throws {RequiredError}
|
|
2287
2287
|
*/
|
|
2288
2288
|
index6(options) {
|
|
2289
|
+
var _a, _b, _c;
|
|
2289
2290
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2290
|
-
var _a, _b, _c;
|
|
2291
2291
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.index6(options);
|
|
2292
|
-
const
|
|
2293
|
-
const
|
|
2294
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2292
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2293
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.index6']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2294
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2295
2295
|
});
|
|
2296
2296
|
},
|
|
2297
2297
|
/**
|
|
@@ -2301,12 +2301,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2301
2301
|
* @throws {RequiredError}
|
|
2302
2302
|
*/
|
|
2303
2303
|
list1(operLog, options) {
|
|
2304
|
+
var _a, _b, _c;
|
|
2304
2305
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2305
|
-
var _a, _b, _c;
|
|
2306
2306
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.list1(operLog, options);
|
|
2307
|
-
const
|
|
2308
|
-
const
|
|
2309
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2307
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2308
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.list1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2309
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2310
2310
|
});
|
|
2311
2311
|
},
|
|
2312
2312
|
/**
|
|
@@ -2317,12 +2317,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2317
2317
|
* @throws {RequiredError}
|
|
2318
2318
|
*/
|
|
2319
2319
|
list2(ipaddr, userName, options) {
|
|
2320
|
+
var _a, _b, _c;
|
|
2320
2321
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2321
|
-
var _a, _b, _c;
|
|
2322
2322
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.list2(ipaddr, userName, options);
|
|
2323
|
-
const
|
|
2324
|
-
const
|
|
2325
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2323
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2324
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.list2']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2325
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2326
2326
|
});
|
|
2327
2327
|
},
|
|
2328
2328
|
/**
|
|
@@ -2332,12 +2332,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2332
2332
|
* @throws {RequiredError}
|
|
2333
2333
|
*/
|
|
2334
2334
|
list3(logininfor, options) {
|
|
2335
|
+
var _a, _b, _c;
|
|
2335
2336
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2336
|
-
var _a, _b, _c;
|
|
2337
2337
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.list3(logininfor, options);
|
|
2338
|
-
const
|
|
2339
|
-
const
|
|
2340
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2338
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2339
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.list3']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2340
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2341
2341
|
});
|
|
2342
2342
|
},
|
|
2343
2343
|
/**
|
|
@@ -2346,12 +2346,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2346
2346
|
* @throws {RequiredError}
|
|
2347
2347
|
*/
|
|
2348
2348
|
listAllDictType(options) {
|
|
2349
|
+
var _a, _b, _c;
|
|
2349
2350
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2350
|
-
var _a, _b, _c;
|
|
2351
2351
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listAllDictType(options);
|
|
2352
|
-
const
|
|
2353
|
-
const
|
|
2354
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2352
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2353
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.listAllDictType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2354
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2355
2355
|
});
|
|
2356
2356
|
},
|
|
2357
2357
|
/**
|
|
@@ -2361,12 +2361,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2361
2361
|
* @throws {RequiredError}
|
|
2362
2362
|
*/
|
|
2363
2363
|
listConfig(config, options) {
|
|
2364
|
+
var _a, _b, _c;
|
|
2364
2365
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2365
|
-
var _a, _b, _c;
|
|
2366
2366
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listConfig(config, options);
|
|
2367
|
-
const
|
|
2368
|
-
const
|
|
2369
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2367
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2368
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.listConfig']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2369
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2370
2370
|
});
|
|
2371
2371
|
},
|
|
2372
2372
|
/**
|
|
@@ -2376,12 +2376,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2376
2376
|
* @throws {RequiredError}
|
|
2377
2377
|
*/
|
|
2378
2378
|
listDictData(dictData, options) {
|
|
2379
|
+
var _a, _b, _c;
|
|
2379
2380
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2380
|
-
var _a, _b, _c;
|
|
2381
2381
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listDictData(dictData, options);
|
|
2382
|
-
const
|
|
2383
|
-
const
|
|
2384
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2382
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2383
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.listDictData']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2384
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2385
2385
|
});
|
|
2386
2386
|
},
|
|
2387
2387
|
/**
|
|
@@ -2391,12 +2391,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2391
2391
|
* @throws {RequiredError}
|
|
2392
2392
|
*/
|
|
2393
2393
|
listDictDataByType(dictType, options) {
|
|
2394
|
+
var _a, _b, _c;
|
|
2394
2395
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2395
|
-
var _a, _b, _c;
|
|
2396
2396
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listDictDataByType(dictType, options);
|
|
2397
|
-
const
|
|
2398
|
-
const
|
|
2399
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2397
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2398
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.listDictDataByType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2399
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2400
2400
|
});
|
|
2401
2401
|
},
|
|
2402
2402
|
/**
|
|
@@ -2406,12 +2406,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2406
2406
|
* @throws {RequiredError}
|
|
2407
2407
|
*/
|
|
2408
2408
|
listDictType(dictType, options) {
|
|
2409
|
+
var _a, _b, _c;
|
|
2409
2410
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2410
|
-
var _a, _b, _c;
|
|
2411
2411
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listDictType(dictType, options);
|
|
2412
|
-
const
|
|
2413
|
-
const
|
|
2414
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2412
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2413
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.listDictType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2414
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2415
2415
|
});
|
|
2416
2416
|
},
|
|
2417
2417
|
/**
|
|
@@ -2421,12 +2421,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2421
2421
|
* @throws {RequiredError}
|
|
2422
2422
|
*/
|
|
2423
2423
|
menuCreate(body, options) {
|
|
2424
|
+
var _a, _b, _c;
|
|
2424
2425
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2425
|
-
var _a, _b, _c;
|
|
2426
2426
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.menuCreate(body, options);
|
|
2427
|
-
const
|
|
2428
|
-
const
|
|
2429
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2427
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2428
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.menuCreate']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2429
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2430
2430
|
});
|
|
2431
2431
|
},
|
|
2432
2432
|
/**
|
|
@@ -2435,12 +2435,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2435
2435
|
* @throws {RequiredError}
|
|
2436
2436
|
*/
|
|
2437
2437
|
menuCreateSample(options) {
|
|
2438
|
+
var _a, _b, _c;
|
|
2438
2439
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2439
|
-
var _a, _b, _c;
|
|
2440
2440
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.menuCreateSample(options);
|
|
2441
|
-
const
|
|
2442
|
-
const
|
|
2443
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2441
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2442
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.menuCreateSample']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2443
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2444
2444
|
});
|
|
2445
2445
|
},
|
|
2446
2446
|
/**
|
|
@@ -2449,12 +2449,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2449
2449
|
* @throws {RequiredError}
|
|
2450
2450
|
*/
|
|
2451
2451
|
menuDelete(options) {
|
|
2452
|
+
var _a, _b, _c;
|
|
2452
2453
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2453
|
-
var _a, _b, _c;
|
|
2454
2454
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.menuDelete(options);
|
|
2455
|
-
const
|
|
2456
|
-
const
|
|
2457
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2455
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2456
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.menuDelete']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2457
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2458
2458
|
});
|
|
2459
2459
|
},
|
|
2460
2460
|
/**
|
|
@@ -2464,12 +2464,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2464
2464
|
* @throws {RequiredError}
|
|
2465
2465
|
*/
|
|
2466
2466
|
menuDelete1(menuId, options) {
|
|
2467
|
+
var _a, _b, _c;
|
|
2467
2468
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2468
|
-
var _a, _b, _c;
|
|
2469
2469
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.menuDelete1(menuId, options);
|
|
2470
|
-
const
|
|
2471
|
-
const
|
|
2472
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2470
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2471
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.menuDelete1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2472
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2473
2473
|
});
|
|
2474
2474
|
},
|
|
2475
2475
|
/**
|
|
@@ -2478,12 +2478,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2478
2478
|
* @throws {RequiredError}
|
|
2479
2479
|
*/
|
|
2480
2480
|
menuGet(options) {
|
|
2481
|
+
var _a, _b, _c;
|
|
2481
2482
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2482
|
-
var _a, _b, _c;
|
|
2483
2483
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.menuGet(options);
|
|
2484
|
-
const
|
|
2485
|
-
const
|
|
2486
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2484
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2485
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.menuGet']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2486
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2487
2487
|
});
|
|
2488
2488
|
},
|
|
2489
2489
|
/**
|
|
@@ -2493,12 +2493,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2493
2493
|
* @throws {RequiredError}
|
|
2494
2494
|
*/
|
|
2495
2495
|
menuTryMatch(userid, options) {
|
|
2496
|
+
var _a, _b, _c;
|
|
2496
2497
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2497
|
-
var _a, _b, _c;
|
|
2498
2498
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.menuTryMatch(userid, options);
|
|
2499
|
-
const
|
|
2500
|
-
const
|
|
2501
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2499
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2500
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.menuTryMatch']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2501
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2502
2502
|
});
|
|
2503
2503
|
},
|
|
2504
2504
|
/**
|
|
@@ -2508,12 +2508,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2508
2508
|
* @throws {RequiredError}
|
|
2509
2509
|
*/
|
|
2510
2510
|
monitorCacheGetInfo(options) {
|
|
2511
|
+
var _a, _b, _c;
|
|
2511
2512
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2512
|
-
var _a, _b, _c;
|
|
2513
2513
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorCacheGetInfo(options);
|
|
2514
|
-
const
|
|
2515
|
-
const
|
|
2516
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2514
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2515
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.monitorCacheGetInfo']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2516
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2517
2517
|
});
|
|
2518
2518
|
},
|
|
2519
2519
|
/**
|
|
@@ -2530,12 +2530,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2530
2530
|
* @throws {RequiredError}
|
|
2531
2531
|
*/
|
|
2532
2532
|
post(appid, signature, timestamp, nonce, openid, body, encryptType, msgSignature, options) {
|
|
2533
|
+
var _a, _b, _c;
|
|
2533
2534
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2534
|
-
var _a, _b, _c;
|
|
2535
2535
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.post(appid, signature, timestamp, nonce, openid, body, encryptType, msgSignature, options);
|
|
2536
|
-
const
|
|
2537
|
-
const
|
|
2538
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2536
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2537
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.post']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2538
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2539
2539
|
});
|
|
2540
2540
|
},
|
|
2541
2541
|
/**
|
|
@@ -2551,12 +2551,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2551
2551
|
* @throws {RequiredError}
|
|
2552
2552
|
*/
|
|
2553
2553
|
post1(appid, timestamp, nonce, body, msgSignature, encryptType, signature, options) {
|
|
2554
|
+
var _a, _b, _c;
|
|
2554
2555
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2555
|
-
var _a, _b, _c;
|
|
2556
2556
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.post1(appid, timestamp, nonce, body, msgSignature, encryptType, signature, options);
|
|
2557
|
-
const
|
|
2558
|
-
const
|
|
2559
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2557
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2558
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.post1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2559
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2560
2560
|
});
|
|
2561
2561
|
},
|
|
2562
2562
|
/**
|
|
@@ -2566,12 +2566,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2566
2566
|
* @throws {RequiredError}
|
|
2567
2567
|
*/
|
|
2568
2568
|
remove1(operIds, options) {
|
|
2569
|
+
var _a, _b, _c;
|
|
2569
2570
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2570
|
-
var _a, _b, _c;
|
|
2571
2571
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.remove1(operIds, options);
|
|
2572
|
-
const
|
|
2573
|
-
const
|
|
2574
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2572
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2573
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.remove1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2574
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2575
2575
|
});
|
|
2576
2576
|
},
|
|
2577
2577
|
/**
|
|
@@ -2581,12 +2581,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2581
2581
|
* @throws {RequiredError}
|
|
2582
2582
|
*/
|
|
2583
2583
|
remove2(infoIds, options) {
|
|
2584
|
+
var _a, _b, _c;
|
|
2584
2585
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2585
|
-
var _a, _b, _c;
|
|
2586
2586
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.remove2(infoIds, options);
|
|
2587
|
-
const
|
|
2588
|
-
const
|
|
2589
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2587
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2588
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.remove2']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2589
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2590
2590
|
});
|
|
2591
2591
|
},
|
|
2592
2592
|
/**
|
|
@@ -2595,12 +2595,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2595
2595
|
* @throws {RequiredError}
|
|
2596
2596
|
*/
|
|
2597
2597
|
resetConfigCache(options) {
|
|
2598
|
+
var _a, _b, _c;
|
|
2598
2599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2599
|
-
var _a, _b, _c;
|
|
2600
2600
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.resetConfigCache(options);
|
|
2601
|
-
const
|
|
2602
|
-
const
|
|
2603
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2601
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2602
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.resetConfigCache']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2603
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2604
2604
|
});
|
|
2605
2605
|
},
|
|
2606
2606
|
/**
|
|
@@ -2612,12 +2612,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2612
2612
|
* @throws {RequiredError}
|
|
2613
2613
|
*/
|
|
2614
2614
|
send(phone, templateCode, json, options) {
|
|
2615
|
+
var _a, _b, _c;
|
|
2615
2616
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2616
|
-
var _a, _b, _c;
|
|
2617
2617
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.send(phone, templateCode, json, options);
|
|
2618
|
-
const
|
|
2619
|
-
const
|
|
2620
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2618
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2619
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.send']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2620
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2621
2621
|
});
|
|
2622
2622
|
},
|
|
2623
2623
|
/**
|
|
@@ -2628,12 +2628,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2628
2628
|
* @throws {RequiredError}
|
|
2629
2629
|
*/
|
|
2630
2630
|
sendMsgByOpenId(msg, openId, options) {
|
|
2631
|
+
var _a, _b, _c;
|
|
2631
2632
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2632
|
-
var _a, _b, _c;
|
|
2633
2633
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.sendMsgByOpenId(msg, openId, options);
|
|
2634
|
-
const
|
|
2635
|
-
const
|
|
2636
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2634
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2635
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.sendMsgByOpenId']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2636
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2637
2637
|
});
|
|
2638
2638
|
},
|
|
2639
2639
|
/**
|
|
@@ -2644,12 +2644,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2644
2644
|
* @throws {RequiredError}
|
|
2645
2645
|
*/
|
|
2646
2646
|
sendTemplate(msg, desc, options) {
|
|
2647
|
+
var _a, _b, _c;
|
|
2647
2648
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2648
|
-
var _a, _b, _c;
|
|
2649
2649
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.sendTemplate(msg, desc, options);
|
|
2650
|
-
const
|
|
2651
|
-
const
|
|
2652
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2650
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2651
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.sendTemplate']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2652
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2653
2653
|
});
|
|
2654
2654
|
},
|
|
2655
2655
|
/**
|
|
@@ -2659,12 +2659,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2659
2659
|
* @throws {RequiredError}
|
|
2660
2660
|
*/
|
|
2661
2661
|
updateConfig(sysConfig, options) {
|
|
2662
|
+
var _a, _b, _c;
|
|
2662
2663
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2663
|
-
var _a, _b, _c;
|
|
2664
2664
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateConfig(sysConfig, options);
|
|
2665
|
-
const
|
|
2666
|
-
const
|
|
2667
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2665
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2666
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.updateConfig']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2667
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2668
2668
|
});
|
|
2669
2669
|
},
|
|
2670
2670
|
/**
|
|
@@ -2674,12 +2674,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2674
2674
|
* @throws {RequiredError}
|
|
2675
2675
|
*/
|
|
2676
2676
|
updateDictData(sysDictData, options) {
|
|
2677
|
+
var _a, _b, _c;
|
|
2677
2678
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2678
|
-
var _a, _b, _c;
|
|
2679
2679
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateDictData(sysDictData, options);
|
|
2680
|
-
const
|
|
2681
|
-
const
|
|
2682
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2680
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2681
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.updateDictData']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2682
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2683
2683
|
});
|
|
2684
2684
|
},
|
|
2685
2685
|
/**
|
|
@@ -2689,12 +2689,12 @@ export const SysApiFp = function (configuration) {
|
|
|
2689
2689
|
* @throws {RequiredError}
|
|
2690
2690
|
*/
|
|
2691
2691
|
updateDictType(sysDictType, options) {
|
|
2692
|
+
var _a, _b, _c;
|
|
2692
2693
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2693
|
-
var _a, _b, _c;
|
|
2694
2694
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateDictType(sysDictType, options);
|
|
2695
|
-
const
|
|
2696
|
-
const
|
|
2697
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2695
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2696
|
+
const operationBasePath = (_c = (_b = operationServerMap['SysApi.updateDictType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2697
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2698
2698
|
});
|
|
2699
2699
|
},
|
|
2700
2700
|
};
|