@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/apis/sys-api.js
CHANGED
|
@@ -45,7 +45,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
45
45
|
* @param {*} [options] Override http request option.
|
|
46
46
|
* @throws {RequiredError}
|
|
47
47
|
*/
|
|
48
|
-
authGet: (
|
|
48
|
+
authGet: (appid, signature, timestamp, nonce, echostr, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
49
49
|
// verify required parameter 'appid' is not null or undefined
|
|
50
50
|
(0, common_1.assertParamExists)('authGet', 'appid', appid);
|
|
51
51
|
const localVarPath = `/app/wx/mp/portal/{appid}`
|
|
@@ -92,7 +92,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
92
92
|
* @param {*} [options] Override http request option.
|
|
93
93
|
* @throws {RequiredError}
|
|
94
94
|
*/
|
|
95
|
-
authGet1: (
|
|
95
|
+
authGet1: (appid, signature, timestamp, nonce, echostr, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
96
96
|
// verify required parameter 'appid' is not null or undefined
|
|
97
97
|
(0, common_1.assertParamExists)('authGet1', 'appid', appid);
|
|
98
98
|
const localVarPath = `/app/wechat/miniapp/portal/{appid}`
|
|
@@ -134,7 +134,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
134
134
|
* @param {*} [options] Override http request option.
|
|
135
135
|
* @throws {RequiredError}
|
|
136
136
|
*/
|
|
137
|
-
clean: (
|
|
137
|
+
clean: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
138
138
|
const localVarPath = `/monitor/operlog/clean`;
|
|
139
139
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
140
140
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -161,7 +161,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
161
161
|
* @param {*} [options] Override http request option.
|
|
162
162
|
* @throws {RequiredError}
|
|
163
163
|
*/
|
|
164
|
-
clean1: (
|
|
164
|
+
clean1: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
165
165
|
const localVarPath = `/monitor/logininfor/clean`;
|
|
166
166
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
167
167
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -188,7 +188,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
188
188
|
* @param {*} [options] Override http request option.
|
|
189
189
|
* @throws {RequiredError}
|
|
190
190
|
*/
|
|
191
|
-
clearDictTypeCache: (
|
|
191
|
+
clearDictTypeCache: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
192
192
|
const localVarPath = `/system/dict/type/refreshCache`;
|
|
193
193
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
194
194
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -216,7 +216,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
216
216
|
* @param {*} [options] Override http request option.
|
|
217
217
|
* @throws {RequiredError}
|
|
218
218
|
*/
|
|
219
|
-
createConfig: (
|
|
219
|
+
createConfig: (sysConfig, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
220
220
|
// verify required parameter 'sysConfig' is not null or undefined
|
|
221
221
|
(0, common_1.assertParamExists)('createConfig', 'sysConfig', sysConfig);
|
|
222
222
|
const localVarPath = `/system/config`;
|
|
@@ -248,7 +248,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
248
248
|
* @param {*} [options] Override http request option.
|
|
249
249
|
* @throws {RequiredError}
|
|
250
250
|
*/
|
|
251
|
-
createDictData: (
|
|
251
|
+
createDictData: (sysDictData, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
252
252
|
// verify required parameter 'sysDictData' is not null or undefined
|
|
253
253
|
(0, common_1.assertParamExists)('createDictData', 'sysDictData', sysDictData);
|
|
254
254
|
const localVarPath = `/system/dict/data`;
|
|
@@ -280,7 +280,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
280
280
|
* @param {*} [options] Override http request option.
|
|
281
281
|
* @throws {RequiredError}
|
|
282
282
|
*/
|
|
283
|
-
createDictType: (
|
|
283
|
+
createDictType: (sysDictType, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
284
284
|
// verify required parameter 'sysDictType' is not null or undefined
|
|
285
285
|
(0, common_1.assertParamExists)('createDictType', 'sysDictType', sysDictType);
|
|
286
286
|
const localVarPath = `/system/dict/type`;
|
|
@@ -312,7 +312,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
312
312
|
* @param {*} [options] Override http request option.
|
|
313
313
|
* @throws {RequiredError}
|
|
314
314
|
*/
|
|
315
|
-
deleteConfig: (
|
|
315
|
+
deleteConfig: (configIds, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
316
316
|
// verify required parameter 'configIds' is not null or undefined
|
|
317
317
|
(0, common_1.assertParamExists)('deleteConfig', 'configIds', configIds);
|
|
318
318
|
const localVarPath = `/system/config/{configIds}`
|
|
@@ -343,7 +343,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
343
343
|
* @param {*} [options] Override http request option.
|
|
344
344
|
* @throws {RequiredError}
|
|
345
345
|
*/
|
|
346
|
-
deleteDictData: (
|
|
346
|
+
deleteDictData: (dictCodes, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
347
347
|
// verify required parameter 'dictCodes' is not null or undefined
|
|
348
348
|
(0, common_1.assertParamExists)('deleteDictData', 'dictCodes', dictCodes);
|
|
349
349
|
const localVarPath = `/system/dict/data/{dictCodes}`
|
|
@@ -374,7 +374,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
374
374
|
* @param {*} [options] Override http request option.
|
|
375
375
|
* @throws {RequiredError}
|
|
376
376
|
*/
|
|
377
|
-
deleteDictType: (
|
|
377
|
+
deleteDictType: (dictIds, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
378
378
|
// verify required parameter 'dictIds' is not null or undefined
|
|
379
379
|
(0, common_1.assertParamExists)('deleteDictType', 'dictIds', dictIds);
|
|
380
380
|
const localVarPath = `/system/dict/type/{dictIds}`
|
|
@@ -405,7 +405,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
405
405
|
* @param {*} [options] Override http request option.
|
|
406
406
|
* @throws {RequiredError}
|
|
407
407
|
*/
|
|
408
|
-
export1: (
|
|
408
|
+
export1: (operLog, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
409
409
|
// verify required parameter 'operLog' is not null or undefined
|
|
410
410
|
(0, common_1.assertParamExists)('export1', 'operLog', operLog);
|
|
411
411
|
const localVarPath = `/monitor/operlog/export`;
|
|
@@ -440,7 +440,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
440
440
|
* @param {*} [options] Override http request option.
|
|
441
441
|
* @throws {RequiredError}
|
|
442
442
|
*/
|
|
443
|
-
export2: (
|
|
443
|
+
export2: (logininfor, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
444
444
|
// verify required parameter 'logininfor' is not null or undefined
|
|
445
445
|
(0, common_1.assertParamExists)('export2', 'logininfor', logininfor);
|
|
446
446
|
const localVarPath = `/monitor/logininfor/export`;
|
|
@@ -475,7 +475,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
475
475
|
* @param {*} [options] Override http request option.
|
|
476
476
|
* @throws {RequiredError}
|
|
477
477
|
*/
|
|
478
|
-
exportConfig: (
|
|
478
|
+
exportConfig: (config, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
479
479
|
// verify required parameter 'config' is not null or undefined
|
|
480
480
|
(0, common_1.assertParamExists)('exportConfig', 'config', config);
|
|
481
481
|
const localVarPath = `/system/config/export`;
|
|
@@ -510,7 +510,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
510
510
|
* @param {*} [options] Override http request option.
|
|
511
511
|
* @throws {RequiredError}
|
|
512
512
|
*/
|
|
513
|
-
exportDictData: (
|
|
513
|
+
exportDictData: (dictData, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
514
514
|
// verify required parameter 'dictData' is not null or undefined
|
|
515
515
|
(0, common_1.assertParamExists)('exportDictData', 'dictData', dictData);
|
|
516
516
|
const localVarPath = `/system/dict/data/export`;
|
|
@@ -545,7 +545,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
545
545
|
* @param {*} [options] Override http request option.
|
|
546
546
|
* @throws {RequiredError}
|
|
547
547
|
*/
|
|
548
|
-
exportDictType: (
|
|
548
|
+
exportDictType: (dictType, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
549
549
|
// verify required parameter 'dictType' is not null or undefined
|
|
550
550
|
(0, common_1.assertParamExists)('exportDictType', 'dictType', dictType);
|
|
551
551
|
const localVarPath = `/system/dict/type/export`;
|
|
@@ -580,7 +580,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
580
580
|
* @param {*} [options] Override http request option.
|
|
581
581
|
* @throws {RequiredError}
|
|
582
582
|
*/
|
|
583
|
-
forceLogout: (
|
|
583
|
+
forceLogout: (tokenId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
584
584
|
// verify required parameter 'tokenId' is not null or undefined
|
|
585
585
|
(0, common_1.assertParamExists)('forceLogout', 'tokenId', tokenId);
|
|
586
586
|
const localVarPath = `/monitor/online/{tokenId}`
|
|
@@ -611,7 +611,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
611
611
|
* @param {*} [options] Override http request option.
|
|
612
612
|
* @throws {RequiredError}
|
|
613
613
|
*/
|
|
614
|
-
getConfig: (
|
|
614
|
+
getConfig: (configId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
615
615
|
// verify required parameter 'configId' is not null or undefined
|
|
616
616
|
(0, common_1.assertParamExists)('getConfig', 'configId', configId);
|
|
617
617
|
const localVarPath = `/system/config/{configId}`
|
|
@@ -642,7 +642,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
642
642
|
* @param {*} [options] Override http request option.
|
|
643
643
|
* @throws {RequiredError}
|
|
644
644
|
*/
|
|
645
|
-
getConfigByKey: (
|
|
645
|
+
getConfigByKey: (configKey, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
646
646
|
// verify required parameter 'configKey' is not null or undefined
|
|
647
647
|
(0, common_1.assertParamExists)('getConfigByKey', 'configKey', configKey);
|
|
648
648
|
const localVarPath = `/system/config/configKey/{configKey}`
|
|
@@ -673,7 +673,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
673
673
|
* @param {*} [options] Override http request option.
|
|
674
674
|
* @throws {RequiredError}
|
|
675
675
|
*/
|
|
676
|
-
getDictData: (
|
|
676
|
+
getDictData: (dictCode, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
677
677
|
// verify required parameter 'dictCode' is not null or undefined
|
|
678
678
|
(0, common_1.assertParamExists)('getDictData', 'dictCode', dictCode);
|
|
679
679
|
const localVarPath = `/system/dict/data/{dictCode}`
|
|
@@ -704,7 +704,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
704
704
|
* @param {*} [options] Override http request option.
|
|
705
705
|
* @throws {RequiredError}
|
|
706
706
|
*/
|
|
707
|
-
getDictType: (
|
|
707
|
+
getDictType: (dictId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
708
708
|
// verify required parameter 'dictId' is not null or undefined
|
|
709
709
|
(0, common_1.assertParamExists)('getDictType', 'dictId', dictId);
|
|
710
710
|
const localVarPath = `/system/dict/type/{dictId}`
|
|
@@ -734,7 +734,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
734
734
|
* @param {*} [options] Override http request option.
|
|
735
735
|
* @throws {RequiredError}
|
|
736
736
|
*/
|
|
737
|
-
getSelfMenuInfo: (
|
|
737
|
+
getSelfMenuInfo: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
738
738
|
const localVarPath = `/app/wx/menu/getSelfMenuInfo`;
|
|
739
739
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
740
740
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -761,7 +761,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
761
761
|
* @param {*} [options] Override http request option.
|
|
762
762
|
* @throws {RequiredError}
|
|
763
763
|
*/
|
|
764
|
-
index: (
|
|
764
|
+
index: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
765
765
|
const localVarPath = `/`;
|
|
766
766
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
767
767
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -788,7 +788,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
788
788
|
* @param {*} [options] Override http request option.
|
|
789
789
|
* @throws {RequiredError}
|
|
790
790
|
*/
|
|
791
|
-
index1: (
|
|
791
|
+
index1: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
792
792
|
const localVarPath = `/`;
|
|
793
793
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
794
794
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -815,7 +815,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
815
815
|
* @param {*} [options] Override http request option.
|
|
816
816
|
* @throws {RequiredError}
|
|
817
817
|
*/
|
|
818
|
-
index2: (
|
|
818
|
+
index2: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
819
819
|
const localVarPath = `/`;
|
|
820
820
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
821
821
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -842,7 +842,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
842
842
|
* @param {*} [options] Override http request option.
|
|
843
843
|
* @throws {RequiredError}
|
|
844
844
|
*/
|
|
845
|
-
index3: (
|
|
845
|
+
index3: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
846
846
|
const localVarPath = `/`;
|
|
847
847
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
848
848
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -869,7 +869,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
869
869
|
* @param {*} [options] Override http request option.
|
|
870
870
|
* @throws {RequiredError}
|
|
871
871
|
*/
|
|
872
|
-
index4: (
|
|
872
|
+
index4: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
873
873
|
const localVarPath = `/`;
|
|
874
874
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
875
875
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -896,7 +896,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
896
896
|
* @param {*} [options] Override http request option.
|
|
897
897
|
* @throws {RequiredError}
|
|
898
898
|
*/
|
|
899
|
-
index5: (
|
|
899
|
+
index5: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
900
900
|
const localVarPath = `/`;
|
|
901
901
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
902
902
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -923,7 +923,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
923
923
|
* @param {*} [options] Override http request option.
|
|
924
924
|
* @throws {RequiredError}
|
|
925
925
|
*/
|
|
926
|
-
index6: (
|
|
926
|
+
index6: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
927
927
|
const localVarPath = `/`;
|
|
928
928
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
929
929
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -951,7 +951,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
951
951
|
* @param {*} [options] Override http request option.
|
|
952
952
|
* @throws {RequiredError}
|
|
953
953
|
*/
|
|
954
|
-
list1: (
|
|
954
|
+
list1: (operLog, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
955
955
|
// verify required parameter 'operLog' is not null or undefined
|
|
956
956
|
(0, common_1.assertParamExists)('list1', 'operLog', operLog);
|
|
957
957
|
const localVarPath = `/monitor/operlog/list`;
|
|
@@ -987,7 +987,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
987
987
|
* @param {*} [options] Override http request option.
|
|
988
988
|
* @throws {RequiredError}
|
|
989
989
|
*/
|
|
990
|
-
list2: (
|
|
990
|
+
list2: (ipaddr, userName, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
991
991
|
// verify required parameter 'ipaddr' is not null or undefined
|
|
992
992
|
(0, common_1.assertParamExists)('list2', 'ipaddr', ipaddr);
|
|
993
993
|
// verify required parameter 'userName' is not null or undefined
|
|
@@ -1025,7 +1025,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1025
1025
|
* @param {*} [options] Override http request option.
|
|
1026
1026
|
* @throws {RequiredError}
|
|
1027
1027
|
*/
|
|
1028
|
-
list3: (
|
|
1028
|
+
list3: (logininfor, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1029
1029
|
// verify required parameter 'logininfor' is not null or undefined
|
|
1030
1030
|
(0, common_1.assertParamExists)('list3', 'logininfor', logininfor);
|
|
1031
1031
|
const localVarPath = `/monitor/logininfor/list`;
|
|
@@ -1059,7 +1059,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1059
1059
|
* @param {*} [options] Override http request option.
|
|
1060
1060
|
* @throws {RequiredError}
|
|
1061
1061
|
*/
|
|
1062
|
-
listAllDictType: (
|
|
1062
|
+
listAllDictType: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1063
1063
|
const localVarPath = `/system/dict/type/optionselect`;
|
|
1064
1064
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1065
1065
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1087,7 +1087,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1087
1087
|
* @param {*} [options] Override http request option.
|
|
1088
1088
|
* @throws {RequiredError}
|
|
1089
1089
|
*/
|
|
1090
|
-
listConfig: (
|
|
1090
|
+
listConfig: (config, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1091
1091
|
// verify required parameter 'config' is not null or undefined
|
|
1092
1092
|
(0, common_1.assertParamExists)('listConfig', 'config', config);
|
|
1093
1093
|
const localVarPath = `/system/config/list`;
|
|
@@ -1122,7 +1122,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1122
1122
|
* @param {*} [options] Override http request option.
|
|
1123
1123
|
* @throws {RequiredError}
|
|
1124
1124
|
*/
|
|
1125
|
-
listDictData: (
|
|
1125
|
+
listDictData: (dictData, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1126
1126
|
// verify required parameter 'dictData' is not null or undefined
|
|
1127
1127
|
(0, common_1.assertParamExists)('listDictData', 'dictData', dictData);
|
|
1128
1128
|
const localVarPath = `/system/dict/data/list`;
|
|
@@ -1157,7 +1157,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1157
1157
|
* @param {*} [options] Override http request option.
|
|
1158
1158
|
* @throws {RequiredError}
|
|
1159
1159
|
*/
|
|
1160
|
-
listDictDataByType: (
|
|
1160
|
+
listDictDataByType: (dictType, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1161
1161
|
// verify required parameter 'dictType' is not null or undefined
|
|
1162
1162
|
(0, common_1.assertParamExists)('listDictDataByType', 'dictType', dictType);
|
|
1163
1163
|
const localVarPath = `/system/dict/data/type/{dictType}`
|
|
@@ -1188,7 +1188,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1188
1188
|
* @param {*} [options] Override http request option.
|
|
1189
1189
|
* @throws {RequiredError}
|
|
1190
1190
|
*/
|
|
1191
|
-
listDictType: (
|
|
1191
|
+
listDictType: (dictType, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1192
1192
|
// verify required parameter 'dictType' is not null or undefined
|
|
1193
1193
|
(0, common_1.assertParamExists)('listDictType', 'dictType', dictType);
|
|
1194
1194
|
const localVarPath = `/system/dict/type/list`;
|
|
@@ -1223,7 +1223,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1223
1223
|
* @param {*} [options] Override http request option.
|
|
1224
1224
|
* @throws {RequiredError}
|
|
1225
1225
|
*/
|
|
1226
|
-
menuCreate: (
|
|
1226
|
+
menuCreate: (body, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1227
1227
|
// verify required parameter 'body' is not null or undefined
|
|
1228
1228
|
(0, common_1.assertParamExists)('menuCreate', 'body', body);
|
|
1229
1229
|
const localVarPath = `/app/wx/menu/create`;
|
|
@@ -1254,7 +1254,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1254
1254
|
* @param {*} [options] Override http request option.
|
|
1255
1255
|
* @throws {RequiredError}
|
|
1256
1256
|
*/
|
|
1257
|
-
menuCreateSample: (
|
|
1257
|
+
menuCreateSample: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1258
1258
|
const localVarPath = `/app/wx/menu/create`;
|
|
1259
1259
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1260
1260
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1281,7 +1281,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1281
1281
|
* @param {*} [options] Override http request option.
|
|
1282
1282
|
* @throws {RequiredError}
|
|
1283
1283
|
*/
|
|
1284
|
-
menuDelete: (
|
|
1284
|
+
menuDelete: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1285
1285
|
const localVarPath = `/app/wx/menu/delete`;
|
|
1286
1286
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1287
1287
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1309,7 +1309,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1309
1309
|
* @param {*} [options] Override http request option.
|
|
1310
1310
|
* @throws {RequiredError}
|
|
1311
1311
|
*/
|
|
1312
|
-
menuDelete1: (
|
|
1312
|
+
menuDelete1: (menuId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1313
1313
|
// verify required parameter 'menuId' is not null or undefined
|
|
1314
1314
|
(0, common_1.assertParamExists)('menuDelete1', 'menuId', menuId);
|
|
1315
1315
|
const localVarPath = `/app/wx/menu/delete/{menuId}`
|
|
@@ -1339,7 +1339,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1339
1339
|
* @param {*} [options] Override http request option.
|
|
1340
1340
|
* @throws {RequiredError}
|
|
1341
1341
|
*/
|
|
1342
|
-
menuGet: (
|
|
1342
|
+
menuGet: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1343
1343
|
const localVarPath = `/app/wx/menu/get`;
|
|
1344
1344
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1345
1345
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1367,7 +1367,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1367
1367
|
* @param {*} [options] Override http request option.
|
|
1368
1368
|
* @throws {RequiredError}
|
|
1369
1369
|
*/
|
|
1370
|
-
menuTryMatch: (
|
|
1370
|
+
menuTryMatch: (userid, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1371
1371
|
// verify required parameter 'userid' is not null or undefined
|
|
1372
1372
|
(0, common_1.assertParamExists)('menuTryMatch', 'userid', userid);
|
|
1373
1373
|
const localVarPath = `/app/wx/menu/menuTryMatch/{userid}`
|
|
@@ -1398,7 +1398,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1398
1398
|
* @param {*} [options] Override http request option.
|
|
1399
1399
|
* @throws {RequiredError}
|
|
1400
1400
|
*/
|
|
1401
|
-
monitorCacheGetInfo: (
|
|
1401
|
+
monitorCacheGetInfo: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1402
1402
|
const localVarPath = `/monitor/cache`;
|
|
1403
1403
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1404
1404
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1433,7 +1433,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1433
1433
|
* @param {*} [options] Override http request option.
|
|
1434
1434
|
* @throws {RequiredError}
|
|
1435
1435
|
*/
|
|
1436
|
-
post: (
|
|
1436
|
+
post: (appid, signature, timestamp, nonce, openid, body, encryptType, msgSignature, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1437
1437
|
// verify required parameter 'appid' is not null or undefined
|
|
1438
1438
|
(0, common_1.assertParamExists)('post', 'appid', appid);
|
|
1439
1439
|
// verify required parameter 'signature' is not null or undefined
|
|
@@ -1500,7 +1500,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1500
1500
|
* @param {*} [options] Override http request option.
|
|
1501
1501
|
* @throws {RequiredError}
|
|
1502
1502
|
*/
|
|
1503
|
-
post1: (
|
|
1503
|
+
post1: (appid, timestamp, nonce, body, msgSignature, encryptType, signature, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1504
1504
|
// verify required parameter 'appid' is not null or undefined
|
|
1505
1505
|
(0, common_1.assertParamExists)('post1', 'appid', appid);
|
|
1506
1506
|
// verify required parameter 'timestamp' is not null or undefined
|
|
@@ -1554,7 +1554,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1554
1554
|
* @param {*} [options] Override http request option.
|
|
1555
1555
|
* @throws {RequiredError}
|
|
1556
1556
|
*/
|
|
1557
|
-
remove1: (
|
|
1557
|
+
remove1: (operIds, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1558
1558
|
// verify required parameter 'operIds' is not null or undefined
|
|
1559
1559
|
(0, common_1.assertParamExists)('remove1', 'operIds', operIds);
|
|
1560
1560
|
const localVarPath = `/monitor/operlog/{operIds}`
|
|
@@ -1585,7 +1585,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1585
1585
|
* @param {*} [options] Override http request option.
|
|
1586
1586
|
* @throws {RequiredError}
|
|
1587
1587
|
*/
|
|
1588
|
-
remove2: (
|
|
1588
|
+
remove2: (infoIds, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1589
1589
|
// verify required parameter 'infoIds' is not null or undefined
|
|
1590
1590
|
(0, common_1.assertParamExists)('remove2', 'infoIds', infoIds);
|
|
1591
1591
|
const localVarPath = `/monitor/logininfor/{infoIds}`
|
|
@@ -1615,7 +1615,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1615
1615
|
* @param {*} [options] Override http request option.
|
|
1616
1616
|
* @throws {RequiredError}
|
|
1617
1617
|
*/
|
|
1618
|
-
resetConfigCache: (
|
|
1618
|
+
resetConfigCache: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1619
1619
|
const localVarPath = `/system/config/refreshCache`;
|
|
1620
1620
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1621
1621
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1645,7 +1645,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1645
1645
|
* @param {*} [options] Override http request option.
|
|
1646
1646
|
* @throws {RequiredError}
|
|
1647
1647
|
*/
|
|
1648
|
-
send: (
|
|
1648
|
+
send: (phone, templateCode, json, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1649
1649
|
// verify required parameter 'phone' is not null or undefined
|
|
1650
1650
|
(0, common_1.assertParamExists)('send', 'phone', phone);
|
|
1651
1651
|
// verify required parameter 'templateCode' is not null or undefined
|
|
@@ -1689,7 +1689,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1689
1689
|
* @param {*} [options] Override http request option.
|
|
1690
1690
|
* @throws {RequiredError}
|
|
1691
1691
|
*/
|
|
1692
|
-
sendMsgByOpenId: (
|
|
1692
|
+
sendMsgByOpenId: (msg, openId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1693
1693
|
// verify required parameter 'msg' is not null or undefined
|
|
1694
1694
|
(0, common_1.assertParamExists)('sendMsgByOpenId', 'msg', msg);
|
|
1695
1695
|
// verify required parameter 'openId' is not null or undefined
|
|
@@ -1728,7 +1728,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1728
1728
|
* @param {*} [options] Override http request option.
|
|
1729
1729
|
* @throws {RequiredError}
|
|
1730
1730
|
*/
|
|
1731
|
-
sendTemplate: (
|
|
1731
|
+
sendTemplate: (msg, desc, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1732
1732
|
// verify required parameter 'msg' is not null or undefined
|
|
1733
1733
|
(0, common_1.assertParamExists)('sendTemplate', 'msg', msg);
|
|
1734
1734
|
// verify required parameter 'desc' is not null or undefined
|
|
@@ -1766,7 +1766,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1766
1766
|
* @param {*} [options] Override http request option.
|
|
1767
1767
|
* @throws {RequiredError}
|
|
1768
1768
|
*/
|
|
1769
|
-
updateConfig: (
|
|
1769
|
+
updateConfig: (sysConfig, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1770
1770
|
// verify required parameter 'sysConfig' is not null or undefined
|
|
1771
1771
|
(0, common_1.assertParamExists)('updateConfig', 'sysConfig', sysConfig);
|
|
1772
1772
|
const localVarPath = `/system/config`;
|
|
@@ -1798,7 +1798,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1798
1798
|
* @param {*} [options] Override http request option.
|
|
1799
1799
|
* @throws {RequiredError}
|
|
1800
1800
|
*/
|
|
1801
|
-
updateDictData: (
|
|
1801
|
+
updateDictData: (sysDictData, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1802
1802
|
// verify required parameter 'sysDictData' is not null or undefined
|
|
1803
1803
|
(0, common_1.assertParamExists)('updateDictData', 'sysDictData', sysDictData);
|
|
1804
1804
|
const localVarPath = `/system/dict/data`;
|
|
@@ -1830,7 +1830,7 @@ const SysApiAxiosParamCreator = function (configuration) {
|
|
|
1830
1830
|
* @param {*} [options] Override http request option.
|
|
1831
1831
|
* @throws {RequiredError}
|
|
1832
1832
|
*/
|
|
1833
|
-
updateDictType: (
|
|
1833
|
+
updateDictType: (sysDictType, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1834
1834
|
// verify required parameter 'sysDictType' is not null or undefined
|
|
1835
1835
|
(0, common_1.assertParamExists)('updateDictType', 'sysDictType', sysDictType);
|
|
1836
1836
|
const localVarPath = `/system/dict/type`;
|
|
@@ -1877,12 +1877,12 @@ const SysApiFp = function (configuration) {
|
|
|
1877
1877
|
* @throws {RequiredError}
|
|
1878
1878
|
*/
|
|
1879
1879
|
authGet(appid, signature, timestamp, nonce, echostr, options) {
|
|
1880
|
+
var _a, _b, _c;
|
|
1880
1881
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1881
|
-
var _a, _b, _c;
|
|
1882
1882
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.authGet(appid, signature, timestamp, nonce, echostr, options);
|
|
1883
|
-
const
|
|
1884
|
-
const
|
|
1885
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1883
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1884
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.authGet']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1885
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1886
1886
|
});
|
|
1887
1887
|
},
|
|
1888
1888
|
/**
|
|
@@ -1896,12 +1896,12 @@ const SysApiFp = function (configuration) {
|
|
|
1896
1896
|
* @throws {RequiredError}
|
|
1897
1897
|
*/
|
|
1898
1898
|
authGet1(appid, signature, timestamp, nonce, echostr, options) {
|
|
1899
|
+
var _a, _b, _c;
|
|
1899
1900
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1900
|
-
var _a, _b, _c;
|
|
1901
1901
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.authGet1(appid, signature, timestamp, nonce, echostr, options);
|
|
1902
|
-
const
|
|
1903
|
-
const
|
|
1904
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1902
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1903
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.authGet1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1904
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1905
1905
|
});
|
|
1906
1906
|
},
|
|
1907
1907
|
/**
|
|
@@ -1910,12 +1910,12 @@ const SysApiFp = function (configuration) {
|
|
|
1910
1910
|
* @throws {RequiredError}
|
|
1911
1911
|
*/
|
|
1912
1912
|
clean(options) {
|
|
1913
|
+
var _a, _b, _c;
|
|
1913
1914
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1914
|
-
var _a, _b, _c;
|
|
1915
1915
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.clean(options);
|
|
1916
|
-
const
|
|
1917
|
-
const
|
|
1918
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1916
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1917
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.clean']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1918
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1919
1919
|
});
|
|
1920
1920
|
},
|
|
1921
1921
|
/**
|
|
@@ -1924,12 +1924,12 @@ const SysApiFp = function (configuration) {
|
|
|
1924
1924
|
* @throws {RequiredError}
|
|
1925
1925
|
*/
|
|
1926
1926
|
clean1(options) {
|
|
1927
|
+
var _a, _b, _c;
|
|
1927
1928
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1928
|
-
var _a, _b, _c;
|
|
1929
1929
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.clean1(options);
|
|
1930
|
-
const
|
|
1931
|
-
const
|
|
1932
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1930
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1931
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.clean1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1932
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1933
1933
|
});
|
|
1934
1934
|
},
|
|
1935
1935
|
/**
|
|
@@ -1938,12 +1938,12 @@ const SysApiFp = function (configuration) {
|
|
|
1938
1938
|
* @throws {RequiredError}
|
|
1939
1939
|
*/
|
|
1940
1940
|
clearDictTypeCache(options) {
|
|
1941
|
+
var _a, _b, _c;
|
|
1941
1942
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1942
|
-
var _a, _b, _c;
|
|
1943
1943
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.clearDictTypeCache(options);
|
|
1944
|
-
const
|
|
1945
|
-
const
|
|
1946
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1944
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1945
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.clearDictTypeCache']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1946
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1947
1947
|
});
|
|
1948
1948
|
},
|
|
1949
1949
|
/**
|
|
@@ -1953,12 +1953,12 @@ const SysApiFp = function (configuration) {
|
|
|
1953
1953
|
* @throws {RequiredError}
|
|
1954
1954
|
*/
|
|
1955
1955
|
createConfig(sysConfig, options) {
|
|
1956
|
+
var _a, _b, _c;
|
|
1956
1957
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1957
|
-
var _a, _b, _c;
|
|
1958
1958
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.createConfig(sysConfig, options);
|
|
1959
|
-
const
|
|
1960
|
-
const
|
|
1961
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1959
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1960
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.createConfig']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1961
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1962
1962
|
});
|
|
1963
1963
|
},
|
|
1964
1964
|
/**
|
|
@@ -1968,12 +1968,12 @@ const SysApiFp = function (configuration) {
|
|
|
1968
1968
|
* @throws {RequiredError}
|
|
1969
1969
|
*/
|
|
1970
1970
|
createDictData(sysDictData, options) {
|
|
1971
|
+
var _a, _b, _c;
|
|
1971
1972
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1972
|
-
var _a, _b, _c;
|
|
1973
1973
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.createDictData(sysDictData, options);
|
|
1974
|
-
const
|
|
1975
|
-
const
|
|
1976
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1974
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1975
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.createDictData']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1976
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1977
1977
|
});
|
|
1978
1978
|
},
|
|
1979
1979
|
/**
|
|
@@ -1983,12 +1983,12 @@ const SysApiFp = function (configuration) {
|
|
|
1983
1983
|
* @throws {RequiredError}
|
|
1984
1984
|
*/
|
|
1985
1985
|
createDictType(sysDictType, options) {
|
|
1986
|
+
var _a, _b, _c;
|
|
1986
1987
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1987
|
-
var _a, _b, _c;
|
|
1988
1988
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.createDictType(sysDictType, options);
|
|
1989
|
-
const
|
|
1990
|
-
const
|
|
1991
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1989
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1990
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.createDictType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1991
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1992
1992
|
});
|
|
1993
1993
|
},
|
|
1994
1994
|
/**
|
|
@@ -1998,12 +1998,12 @@ const SysApiFp = function (configuration) {
|
|
|
1998
1998
|
* @throws {RequiredError}
|
|
1999
1999
|
*/
|
|
2000
2000
|
deleteConfig(configIds, options) {
|
|
2001
|
+
var _a, _b, _c;
|
|
2001
2002
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2002
|
-
var _a, _b, _c;
|
|
2003
2003
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteConfig(configIds, options);
|
|
2004
|
-
const
|
|
2005
|
-
const
|
|
2006
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2004
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2005
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.deleteConfig']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2006
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2007
2007
|
});
|
|
2008
2008
|
},
|
|
2009
2009
|
/**
|
|
@@ -2013,12 +2013,12 @@ const SysApiFp = function (configuration) {
|
|
|
2013
2013
|
* @throws {RequiredError}
|
|
2014
2014
|
*/
|
|
2015
2015
|
deleteDictData(dictCodes, options) {
|
|
2016
|
+
var _a, _b, _c;
|
|
2016
2017
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2017
|
-
var _a, _b, _c;
|
|
2018
2018
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteDictData(dictCodes, options);
|
|
2019
|
-
const
|
|
2020
|
-
const
|
|
2021
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2019
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2020
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.deleteDictData']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2021
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2022
2022
|
});
|
|
2023
2023
|
},
|
|
2024
2024
|
/**
|
|
@@ -2028,12 +2028,12 @@ const SysApiFp = function (configuration) {
|
|
|
2028
2028
|
* @throws {RequiredError}
|
|
2029
2029
|
*/
|
|
2030
2030
|
deleteDictType(dictIds, options) {
|
|
2031
|
+
var _a, _b, _c;
|
|
2031
2032
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2032
|
-
var _a, _b, _c;
|
|
2033
2033
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteDictType(dictIds, options);
|
|
2034
|
-
const
|
|
2035
|
-
const
|
|
2036
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2034
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2035
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.deleteDictType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2036
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2037
2037
|
});
|
|
2038
2038
|
},
|
|
2039
2039
|
/**
|
|
@@ -2043,12 +2043,12 @@ const SysApiFp = function (configuration) {
|
|
|
2043
2043
|
* @throws {RequiredError}
|
|
2044
2044
|
*/
|
|
2045
2045
|
export1(operLog, options) {
|
|
2046
|
+
var _a, _b, _c;
|
|
2046
2047
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2047
|
-
var _a, _b, _c;
|
|
2048
2048
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.export1(operLog, options);
|
|
2049
|
-
const
|
|
2050
|
-
const
|
|
2051
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2049
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2050
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.export1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2051
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2052
2052
|
});
|
|
2053
2053
|
},
|
|
2054
2054
|
/**
|
|
@@ -2058,12 +2058,12 @@ const SysApiFp = function (configuration) {
|
|
|
2058
2058
|
* @throws {RequiredError}
|
|
2059
2059
|
*/
|
|
2060
2060
|
export2(logininfor, options) {
|
|
2061
|
+
var _a, _b, _c;
|
|
2061
2062
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2062
|
-
var _a, _b, _c;
|
|
2063
2063
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.export2(logininfor, options);
|
|
2064
|
-
const
|
|
2065
|
-
const
|
|
2066
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2064
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2065
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.export2']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2066
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2067
2067
|
});
|
|
2068
2068
|
},
|
|
2069
2069
|
/**
|
|
@@ -2073,12 +2073,12 @@ const SysApiFp = function (configuration) {
|
|
|
2073
2073
|
* @throws {RequiredError}
|
|
2074
2074
|
*/
|
|
2075
2075
|
exportConfig(config, options) {
|
|
2076
|
+
var _a, _b, _c;
|
|
2076
2077
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2077
|
-
var _a, _b, _c;
|
|
2078
2078
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.exportConfig(config, options);
|
|
2079
|
-
const
|
|
2080
|
-
const
|
|
2081
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2079
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2080
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.exportConfig']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2081
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2082
2082
|
});
|
|
2083
2083
|
},
|
|
2084
2084
|
/**
|
|
@@ -2088,12 +2088,12 @@ const SysApiFp = function (configuration) {
|
|
|
2088
2088
|
* @throws {RequiredError}
|
|
2089
2089
|
*/
|
|
2090
2090
|
exportDictData(dictData, options) {
|
|
2091
|
+
var _a, _b, _c;
|
|
2091
2092
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2092
|
-
var _a, _b, _c;
|
|
2093
2093
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.exportDictData(dictData, options);
|
|
2094
|
-
const
|
|
2095
|
-
const
|
|
2096
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2094
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2095
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.exportDictData']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2096
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2097
2097
|
});
|
|
2098
2098
|
},
|
|
2099
2099
|
/**
|
|
@@ -2103,12 +2103,12 @@ const SysApiFp = function (configuration) {
|
|
|
2103
2103
|
* @throws {RequiredError}
|
|
2104
2104
|
*/
|
|
2105
2105
|
exportDictType(dictType, options) {
|
|
2106
|
+
var _a, _b, _c;
|
|
2106
2107
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2107
|
-
var _a, _b, _c;
|
|
2108
2108
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.exportDictType(dictType, options);
|
|
2109
|
-
const
|
|
2110
|
-
const
|
|
2111
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2109
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2110
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.exportDictType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2111
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2112
2112
|
});
|
|
2113
2113
|
},
|
|
2114
2114
|
/**
|
|
@@ -2118,12 +2118,12 @@ const SysApiFp = function (configuration) {
|
|
|
2118
2118
|
* @throws {RequiredError}
|
|
2119
2119
|
*/
|
|
2120
2120
|
forceLogout(tokenId, options) {
|
|
2121
|
+
var _a, _b, _c;
|
|
2121
2122
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2122
|
-
var _a, _b, _c;
|
|
2123
2123
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.forceLogout(tokenId, options);
|
|
2124
|
-
const
|
|
2125
|
-
const
|
|
2126
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2124
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2125
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.forceLogout']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2126
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2127
2127
|
});
|
|
2128
2128
|
},
|
|
2129
2129
|
/**
|
|
@@ -2133,12 +2133,12 @@ const SysApiFp = function (configuration) {
|
|
|
2133
2133
|
* @throws {RequiredError}
|
|
2134
2134
|
*/
|
|
2135
2135
|
getConfig(configId, options) {
|
|
2136
|
+
var _a, _b, _c;
|
|
2136
2137
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2137
|
-
var _a, _b, _c;
|
|
2138
2138
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getConfig(configId, options);
|
|
2139
|
-
const
|
|
2140
|
-
const
|
|
2141
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2139
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2140
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.getConfig']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2141
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2142
2142
|
});
|
|
2143
2143
|
},
|
|
2144
2144
|
/**
|
|
@@ -2148,12 +2148,12 @@ const SysApiFp = function (configuration) {
|
|
|
2148
2148
|
* @throws {RequiredError}
|
|
2149
2149
|
*/
|
|
2150
2150
|
getConfigByKey(configKey, options) {
|
|
2151
|
+
var _a, _b, _c;
|
|
2151
2152
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2152
|
-
var _a, _b, _c;
|
|
2153
2153
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getConfigByKey(configKey, options);
|
|
2154
|
-
const
|
|
2155
|
-
const
|
|
2156
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2154
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2155
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.getConfigByKey']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2156
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2157
2157
|
});
|
|
2158
2158
|
},
|
|
2159
2159
|
/**
|
|
@@ -2163,12 +2163,12 @@ const SysApiFp = function (configuration) {
|
|
|
2163
2163
|
* @throws {RequiredError}
|
|
2164
2164
|
*/
|
|
2165
2165
|
getDictData(dictCode, options) {
|
|
2166
|
+
var _a, _b, _c;
|
|
2166
2167
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2167
|
-
var _a, _b, _c;
|
|
2168
2168
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getDictData(dictCode, options);
|
|
2169
|
-
const
|
|
2170
|
-
const
|
|
2171
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2169
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2170
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.getDictData']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2171
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2172
2172
|
});
|
|
2173
2173
|
},
|
|
2174
2174
|
/**
|
|
@@ -2178,12 +2178,12 @@ const SysApiFp = function (configuration) {
|
|
|
2178
2178
|
* @throws {RequiredError}
|
|
2179
2179
|
*/
|
|
2180
2180
|
getDictType(dictId, options) {
|
|
2181
|
+
var _a, _b, _c;
|
|
2181
2182
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2182
|
-
var _a, _b, _c;
|
|
2183
2183
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getDictType(dictId, options);
|
|
2184
|
-
const
|
|
2185
|
-
const
|
|
2186
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2184
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2185
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.getDictType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2186
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2187
2187
|
});
|
|
2188
2188
|
},
|
|
2189
2189
|
/**
|
|
@@ -2192,12 +2192,12 @@ const SysApiFp = function (configuration) {
|
|
|
2192
2192
|
* @throws {RequiredError}
|
|
2193
2193
|
*/
|
|
2194
2194
|
getSelfMenuInfo(options) {
|
|
2195
|
+
var _a, _b, _c;
|
|
2195
2196
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2196
|
-
var _a, _b, _c;
|
|
2197
2197
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getSelfMenuInfo(options);
|
|
2198
|
-
const
|
|
2199
|
-
const
|
|
2200
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2198
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2199
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.getSelfMenuInfo']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2200
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2201
2201
|
});
|
|
2202
2202
|
},
|
|
2203
2203
|
/**
|
|
@@ -2206,12 +2206,12 @@ const SysApiFp = function (configuration) {
|
|
|
2206
2206
|
* @throws {RequiredError}
|
|
2207
2207
|
*/
|
|
2208
2208
|
index(options) {
|
|
2209
|
+
var _a, _b, _c;
|
|
2209
2210
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2210
|
-
var _a, _b, _c;
|
|
2211
2211
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.index(options);
|
|
2212
|
-
const
|
|
2213
|
-
const
|
|
2214
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2212
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2213
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.index']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2214
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2215
2215
|
});
|
|
2216
2216
|
},
|
|
2217
2217
|
/**
|
|
@@ -2220,12 +2220,12 @@ const SysApiFp = function (configuration) {
|
|
|
2220
2220
|
* @throws {RequiredError}
|
|
2221
2221
|
*/
|
|
2222
2222
|
index1(options) {
|
|
2223
|
+
var _a, _b, _c;
|
|
2223
2224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2224
|
-
var _a, _b, _c;
|
|
2225
2225
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.index1(options);
|
|
2226
|
-
const
|
|
2227
|
-
const
|
|
2228
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2226
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2227
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.index1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2228
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2229
2229
|
});
|
|
2230
2230
|
},
|
|
2231
2231
|
/**
|
|
@@ -2234,12 +2234,12 @@ const SysApiFp = function (configuration) {
|
|
|
2234
2234
|
* @throws {RequiredError}
|
|
2235
2235
|
*/
|
|
2236
2236
|
index2(options) {
|
|
2237
|
+
var _a, _b, _c;
|
|
2237
2238
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2238
|
-
var _a, _b, _c;
|
|
2239
2239
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.index2(options);
|
|
2240
|
-
const
|
|
2241
|
-
const
|
|
2242
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2240
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2241
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.index2']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2242
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2243
2243
|
});
|
|
2244
2244
|
},
|
|
2245
2245
|
/**
|
|
@@ -2248,12 +2248,12 @@ const SysApiFp = function (configuration) {
|
|
|
2248
2248
|
* @throws {RequiredError}
|
|
2249
2249
|
*/
|
|
2250
2250
|
index3(options) {
|
|
2251
|
+
var _a, _b, _c;
|
|
2251
2252
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2252
|
-
var _a, _b, _c;
|
|
2253
2253
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.index3(options);
|
|
2254
|
-
const
|
|
2255
|
-
const
|
|
2256
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2254
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2255
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.index3']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2256
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2257
2257
|
});
|
|
2258
2258
|
},
|
|
2259
2259
|
/**
|
|
@@ -2262,12 +2262,12 @@ const SysApiFp = function (configuration) {
|
|
|
2262
2262
|
* @throws {RequiredError}
|
|
2263
2263
|
*/
|
|
2264
2264
|
index4(options) {
|
|
2265
|
+
var _a, _b, _c;
|
|
2265
2266
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2266
|
-
var _a, _b, _c;
|
|
2267
2267
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.index4(options);
|
|
2268
|
-
const
|
|
2269
|
-
const
|
|
2270
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2268
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2269
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.index4']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2270
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2271
2271
|
});
|
|
2272
2272
|
},
|
|
2273
2273
|
/**
|
|
@@ -2276,12 +2276,12 @@ const SysApiFp = function (configuration) {
|
|
|
2276
2276
|
* @throws {RequiredError}
|
|
2277
2277
|
*/
|
|
2278
2278
|
index5(options) {
|
|
2279
|
+
var _a, _b, _c;
|
|
2279
2280
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2280
|
-
var _a, _b, _c;
|
|
2281
2281
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.index5(options);
|
|
2282
|
-
const
|
|
2283
|
-
const
|
|
2284
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2282
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2283
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.index5']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2284
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2285
2285
|
});
|
|
2286
2286
|
},
|
|
2287
2287
|
/**
|
|
@@ -2290,12 +2290,12 @@ const SysApiFp = function (configuration) {
|
|
|
2290
2290
|
* @throws {RequiredError}
|
|
2291
2291
|
*/
|
|
2292
2292
|
index6(options) {
|
|
2293
|
+
var _a, _b, _c;
|
|
2293
2294
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2294
|
-
var _a, _b, _c;
|
|
2295
2295
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.index6(options);
|
|
2296
|
-
const
|
|
2297
|
-
const
|
|
2298
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2296
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2297
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.index6']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2298
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2299
2299
|
});
|
|
2300
2300
|
},
|
|
2301
2301
|
/**
|
|
@@ -2305,12 +2305,12 @@ const SysApiFp = function (configuration) {
|
|
|
2305
2305
|
* @throws {RequiredError}
|
|
2306
2306
|
*/
|
|
2307
2307
|
list1(operLog, options) {
|
|
2308
|
+
var _a, _b, _c;
|
|
2308
2309
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2309
|
-
var _a, _b, _c;
|
|
2310
2310
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.list1(operLog, options);
|
|
2311
|
-
const
|
|
2312
|
-
const
|
|
2313
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2311
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2312
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.list1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2313
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2314
2314
|
});
|
|
2315
2315
|
},
|
|
2316
2316
|
/**
|
|
@@ -2321,12 +2321,12 @@ const SysApiFp = function (configuration) {
|
|
|
2321
2321
|
* @throws {RequiredError}
|
|
2322
2322
|
*/
|
|
2323
2323
|
list2(ipaddr, userName, options) {
|
|
2324
|
+
var _a, _b, _c;
|
|
2324
2325
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2325
|
-
var _a, _b, _c;
|
|
2326
2326
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.list2(ipaddr, userName, options);
|
|
2327
|
-
const
|
|
2328
|
-
const
|
|
2329
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2327
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2328
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.list2']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2329
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2330
2330
|
});
|
|
2331
2331
|
},
|
|
2332
2332
|
/**
|
|
@@ -2336,12 +2336,12 @@ const SysApiFp = function (configuration) {
|
|
|
2336
2336
|
* @throws {RequiredError}
|
|
2337
2337
|
*/
|
|
2338
2338
|
list3(logininfor, options) {
|
|
2339
|
+
var _a, _b, _c;
|
|
2339
2340
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2340
|
-
var _a, _b, _c;
|
|
2341
2341
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.list3(logininfor, options);
|
|
2342
|
-
const
|
|
2343
|
-
const
|
|
2344
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2342
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2343
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.list3']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2344
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2345
2345
|
});
|
|
2346
2346
|
},
|
|
2347
2347
|
/**
|
|
@@ -2350,12 +2350,12 @@ const SysApiFp = function (configuration) {
|
|
|
2350
2350
|
* @throws {RequiredError}
|
|
2351
2351
|
*/
|
|
2352
2352
|
listAllDictType(options) {
|
|
2353
|
+
var _a, _b, _c;
|
|
2353
2354
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2354
|
-
var _a, _b, _c;
|
|
2355
2355
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listAllDictType(options);
|
|
2356
|
-
const
|
|
2357
|
-
const
|
|
2358
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2356
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2357
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.listAllDictType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2358
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2359
2359
|
});
|
|
2360
2360
|
},
|
|
2361
2361
|
/**
|
|
@@ -2365,12 +2365,12 @@ const SysApiFp = function (configuration) {
|
|
|
2365
2365
|
* @throws {RequiredError}
|
|
2366
2366
|
*/
|
|
2367
2367
|
listConfig(config, options) {
|
|
2368
|
+
var _a, _b, _c;
|
|
2368
2369
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2369
|
-
var _a, _b, _c;
|
|
2370
2370
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listConfig(config, options);
|
|
2371
|
-
const
|
|
2372
|
-
const
|
|
2373
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2371
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2372
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.listConfig']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2373
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2374
2374
|
});
|
|
2375
2375
|
},
|
|
2376
2376
|
/**
|
|
@@ -2380,12 +2380,12 @@ const SysApiFp = function (configuration) {
|
|
|
2380
2380
|
* @throws {RequiredError}
|
|
2381
2381
|
*/
|
|
2382
2382
|
listDictData(dictData, options) {
|
|
2383
|
+
var _a, _b, _c;
|
|
2383
2384
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2384
|
-
var _a, _b, _c;
|
|
2385
2385
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listDictData(dictData, options);
|
|
2386
|
-
const
|
|
2387
|
-
const
|
|
2388
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2386
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2387
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.listDictData']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2388
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2389
2389
|
});
|
|
2390
2390
|
},
|
|
2391
2391
|
/**
|
|
@@ -2395,12 +2395,12 @@ const SysApiFp = function (configuration) {
|
|
|
2395
2395
|
* @throws {RequiredError}
|
|
2396
2396
|
*/
|
|
2397
2397
|
listDictDataByType(dictType, options) {
|
|
2398
|
+
var _a, _b, _c;
|
|
2398
2399
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2399
|
-
var _a, _b, _c;
|
|
2400
2400
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listDictDataByType(dictType, options);
|
|
2401
|
-
const
|
|
2402
|
-
const
|
|
2403
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2401
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2402
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.listDictDataByType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2403
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2404
2404
|
});
|
|
2405
2405
|
},
|
|
2406
2406
|
/**
|
|
@@ -2410,12 +2410,12 @@ const SysApiFp = function (configuration) {
|
|
|
2410
2410
|
* @throws {RequiredError}
|
|
2411
2411
|
*/
|
|
2412
2412
|
listDictType(dictType, options) {
|
|
2413
|
+
var _a, _b, _c;
|
|
2413
2414
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2414
|
-
var _a, _b, _c;
|
|
2415
2415
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listDictType(dictType, options);
|
|
2416
|
-
const
|
|
2417
|
-
const
|
|
2418
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2416
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2417
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.listDictType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2418
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2419
2419
|
});
|
|
2420
2420
|
},
|
|
2421
2421
|
/**
|
|
@@ -2425,12 +2425,12 @@ const SysApiFp = function (configuration) {
|
|
|
2425
2425
|
* @throws {RequiredError}
|
|
2426
2426
|
*/
|
|
2427
2427
|
menuCreate(body, options) {
|
|
2428
|
+
var _a, _b, _c;
|
|
2428
2429
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2429
|
-
var _a, _b, _c;
|
|
2430
2430
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.menuCreate(body, options);
|
|
2431
|
-
const
|
|
2432
|
-
const
|
|
2433
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2431
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2432
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.menuCreate']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2433
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2434
2434
|
});
|
|
2435
2435
|
},
|
|
2436
2436
|
/**
|
|
@@ -2439,12 +2439,12 @@ const SysApiFp = function (configuration) {
|
|
|
2439
2439
|
* @throws {RequiredError}
|
|
2440
2440
|
*/
|
|
2441
2441
|
menuCreateSample(options) {
|
|
2442
|
+
var _a, _b, _c;
|
|
2442
2443
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2443
|
-
var _a, _b, _c;
|
|
2444
2444
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.menuCreateSample(options);
|
|
2445
|
-
const
|
|
2446
|
-
const
|
|
2447
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2445
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2446
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.menuCreateSample']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2447
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2448
2448
|
});
|
|
2449
2449
|
},
|
|
2450
2450
|
/**
|
|
@@ -2453,12 +2453,12 @@ const SysApiFp = function (configuration) {
|
|
|
2453
2453
|
* @throws {RequiredError}
|
|
2454
2454
|
*/
|
|
2455
2455
|
menuDelete(options) {
|
|
2456
|
+
var _a, _b, _c;
|
|
2456
2457
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2457
|
-
var _a, _b, _c;
|
|
2458
2458
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.menuDelete(options);
|
|
2459
|
-
const
|
|
2460
|
-
const
|
|
2461
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2459
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2460
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.menuDelete']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2461
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2462
2462
|
});
|
|
2463
2463
|
},
|
|
2464
2464
|
/**
|
|
@@ -2468,12 +2468,12 @@ const SysApiFp = function (configuration) {
|
|
|
2468
2468
|
* @throws {RequiredError}
|
|
2469
2469
|
*/
|
|
2470
2470
|
menuDelete1(menuId, options) {
|
|
2471
|
+
var _a, _b, _c;
|
|
2471
2472
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2472
|
-
var _a, _b, _c;
|
|
2473
2473
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.menuDelete1(menuId, options);
|
|
2474
|
-
const
|
|
2475
|
-
const
|
|
2476
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2474
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2475
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.menuDelete1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2476
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2477
2477
|
});
|
|
2478
2478
|
},
|
|
2479
2479
|
/**
|
|
@@ -2482,12 +2482,12 @@ const SysApiFp = function (configuration) {
|
|
|
2482
2482
|
* @throws {RequiredError}
|
|
2483
2483
|
*/
|
|
2484
2484
|
menuGet(options) {
|
|
2485
|
+
var _a, _b, _c;
|
|
2485
2486
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2486
|
-
var _a, _b, _c;
|
|
2487
2487
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.menuGet(options);
|
|
2488
|
-
const
|
|
2489
|
-
const
|
|
2490
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2488
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2489
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.menuGet']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2490
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2491
2491
|
});
|
|
2492
2492
|
},
|
|
2493
2493
|
/**
|
|
@@ -2497,12 +2497,12 @@ const SysApiFp = function (configuration) {
|
|
|
2497
2497
|
* @throws {RequiredError}
|
|
2498
2498
|
*/
|
|
2499
2499
|
menuTryMatch(userid, options) {
|
|
2500
|
+
var _a, _b, _c;
|
|
2500
2501
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2501
|
-
var _a, _b, _c;
|
|
2502
2502
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.menuTryMatch(userid, options);
|
|
2503
|
-
const
|
|
2504
|
-
const
|
|
2505
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2503
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2504
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.menuTryMatch']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2505
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2506
2506
|
});
|
|
2507
2507
|
},
|
|
2508
2508
|
/**
|
|
@@ -2512,12 +2512,12 @@ const SysApiFp = function (configuration) {
|
|
|
2512
2512
|
* @throws {RequiredError}
|
|
2513
2513
|
*/
|
|
2514
2514
|
monitorCacheGetInfo(options) {
|
|
2515
|
+
var _a, _b, _c;
|
|
2515
2516
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2516
|
-
var _a, _b, _c;
|
|
2517
2517
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.monitorCacheGetInfo(options);
|
|
2518
|
-
const
|
|
2519
|
-
const
|
|
2520
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2518
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2519
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.monitorCacheGetInfo']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2520
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2521
2521
|
});
|
|
2522
2522
|
},
|
|
2523
2523
|
/**
|
|
@@ -2534,12 +2534,12 @@ const SysApiFp = function (configuration) {
|
|
|
2534
2534
|
* @throws {RequiredError}
|
|
2535
2535
|
*/
|
|
2536
2536
|
post(appid, signature, timestamp, nonce, openid, body, encryptType, msgSignature, options) {
|
|
2537
|
+
var _a, _b, _c;
|
|
2537
2538
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2538
|
-
var _a, _b, _c;
|
|
2539
2539
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.post(appid, signature, timestamp, nonce, openid, body, encryptType, msgSignature, options);
|
|
2540
|
-
const
|
|
2541
|
-
const
|
|
2542
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2540
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2541
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.post']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2542
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2543
2543
|
});
|
|
2544
2544
|
},
|
|
2545
2545
|
/**
|
|
@@ -2555,12 +2555,12 @@ const SysApiFp = function (configuration) {
|
|
|
2555
2555
|
* @throws {RequiredError}
|
|
2556
2556
|
*/
|
|
2557
2557
|
post1(appid, timestamp, nonce, body, msgSignature, encryptType, signature, options) {
|
|
2558
|
+
var _a, _b, _c;
|
|
2558
2559
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2559
|
-
var _a, _b, _c;
|
|
2560
2560
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.post1(appid, timestamp, nonce, body, msgSignature, encryptType, signature, options);
|
|
2561
|
-
const
|
|
2562
|
-
const
|
|
2563
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2561
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2562
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.post1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2563
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2564
2564
|
});
|
|
2565
2565
|
},
|
|
2566
2566
|
/**
|
|
@@ -2570,12 +2570,12 @@ const SysApiFp = function (configuration) {
|
|
|
2570
2570
|
* @throws {RequiredError}
|
|
2571
2571
|
*/
|
|
2572
2572
|
remove1(operIds, options) {
|
|
2573
|
+
var _a, _b, _c;
|
|
2573
2574
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2574
|
-
var _a, _b, _c;
|
|
2575
2575
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.remove1(operIds, options);
|
|
2576
|
-
const
|
|
2577
|
-
const
|
|
2578
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2576
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2577
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.remove1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2578
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2579
2579
|
});
|
|
2580
2580
|
},
|
|
2581
2581
|
/**
|
|
@@ -2585,12 +2585,12 @@ const SysApiFp = function (configuration) {
|
|
|
2585
2585
|
* @throws {RequiredError}
|
|
2586
2586
|
*/
|
|
2587
2587
|
remove2(infoIds, options) {
|
|
2588
|
+
var _a, _b, _c;
|
|
2588
2589
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2589
|
-
var _a, _b, _c;
|
|
2590
2590
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.remove2(infoIds, options);
|
|
2591
|
-
const
|
|
2592
|
-
const
|
|
2593
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2591
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2592
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.remove2']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2593
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2594
2594
|
});
|
|
2595
2595
|
},
|
|
2596
2596
|
/**
|
|
@@ -2599,12 +2599,12 @@ const SysApiFp = function (configuration) {
|
|
|
2599
2599
|
* @throws {RequiredError}
|
|
2600
2600
|
*/
|
|
2601
2601
|
resetConfigCache(options) {
|
|
2602
|
+
var _a, _b, _c;
|
|
2602
2603
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2603
|
-
var _a, _b, _c;
|
|
2604
2604
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.resetConfigCache(options);
|
|
2605
|
-
const
|
|
2606
|
-
const
|
|
2607
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2605
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2606
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.resetConfigCache']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2607
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2608
2608
|
});
|
|
2609
2609
|
},
|
|
2610
2610
|
/**
|
|
@@ -2616,12 +2616,12 @@ const SysApiFp = function (configuration) {
|
|
|
2616
2616
|
* @throws {RequiredError}
|
|
2617
2617
|
*/
|
|
2618
2618
|
send(phone, templateCode, json, options) {
|
|
2619
|
+
var _a, _b, _c;
|
|
2619
2620
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2620
|
-
var _a, _b, _c;
|
|
2621
2621
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.send(phone, templateCode, json, options);
|
|
2622
|
-
const
|
|
2623
|
-
const
|
|
2624
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2622
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2623
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.send']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2624
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2625
2625
|
});
|
|
2626
2626
|
},
|
|
2627
2627
|
/**
|
|
@@ -2632,12 +2632,12 @@ const SysApiFp = function (configuration) {
|
|
|
2632
2632
|
* @throws {RequiredError}
|
|
2633
2633
|
*/
|
|
2634
2634
|
sendMsgByOpenId(msg, openId, options) {
|
|
2635
|
+
var _a, _b, _c;
|
|
2635
2636
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2636
|
-
var _a, _b, _c;
|
|
2637
2637
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.sendMsgByOpenId(msg, openId, options);
|
|
2638
|
-
const
|
|
2639
|
-
const
|
|
2640
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2638
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2639
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.sendMsgByOpenId']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2640
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2641
2641
|
});
|
|
2642
2642
|
},
|
|
2643
2643
|
/**
|
|
@@ -2648,12 +2648,12 @@ const SysApiFp = function (configuration) {
|
|
|
2648
2648
|
* @throws {RequiredError}
|
|
2649
2649
|
*/
|
|
2650
2650
|
sendTemplate(msg, desc, options) {
|
|
2651
|
+
var _a, _b, _c;
|
|
2651
2652
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2652
|
-
var _a, _b, _c;
|
|
2653
2653
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.sendTemplate(msg, desc, options);
|
|
2654
|
-
const
|
|
2655
|
-
const
|
|
2656
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2654
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2655
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.sendTemplate']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2656
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2657
2657
|
});
|
|
2658
2658
|
},
|
|
2659
2659
|
/**
|
|
@@ -2663,12 +2663,12 @@ const SysApiFp = function (configuration) {
|
|
|
2663
2663
|
* @throws {RequiredError}
|
|
2664
2664
|
*/
|
|
2665
2665
|
updateConfig(sysConfig, options) {
|
|
2666
|
+
var _a, _b, _c;
|
|
2666
2667
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2667
|
-
var _a, _b, _c;
|
|
2668
2668
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateConfig(sysConfig, options);
|
|
2669
|
-
const
|
|
2670
|
-
const
|
|
2671
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2669
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2670
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.updateConfig']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2671
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2672
2672
|
});
|
|
2673
2673
|
},
|
|
2674
2674
|
/**
|
|
@@ -2678,12 +2678,12 @@ const SysApiFp = function (configuration) {
|
|
|
2678
2678
|
* @throws {RequiredError}
|
|
2679
2679
|
*/
|
|
2680
2680
|
updateDictData(sysDictData, options) {
|
|
2681
|
+
var _a, _b, _c;
|
|
2681
2682
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2682
|
-
var _a, _b, _c;
|
|
2683
2683
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateDictData(sysDictData, options);
|
|
2684
|
-
const
|
|
2685
|
-
const
|
|
2686
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2684
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2685
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.updateDictData']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2686
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2687
2687
|
});
|
|
2688
2688
|
},
|
|
2689
2689
|
/**
|
|
@@ -2693,12 +2693,12 @@ const SysApiFp = function (configuration) {
|
|
|
2693
2693
|
* @throws {RequiredError}
|
|
2694
2694
|
*/
|
|
2695
2695
|
updateDictType(sysDictType, options) {
|
|
2696
|
+
var _a, _b, _c;
|
|
2696
2697
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2697
|
-
var _a, _b, _c;
|
|
2698
2698
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateDictType(sysDictType, options);
|
|
2699
|
-
const
|
|
2700
|
-
const
|
|
2701
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2699
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2700
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['SysApi.updateDictType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2701
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2702
2702
|
});
|
|
2703
2703
|
},
|
|
2704
2704
|
};
|