@gizone/rrs-client 4.2.8-alpha.476 → 4.2.9-alpha.20251216150512
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +38 -1
- package/.openapi-generator/VERSION +1 -1
- package/README.md +4 -5
- package/api.ts +2 -0
- package/apis/access-api.ts +464 -378
- package/apis/app-auth-api.ts +118 -366
- package/apis/auth-api.ts +200 -696
- package/apis/calendar-api.ts +64 -64
- package/apis/cas-api.ts +9 -9
- package/apis/common-api.ts +415 -374
- package/apis/dashboard-api.ts +432 -161
- package/apis/device-api.ts +118 -27
- package/apis/disaster-warning-standard-api.ts +94 -94
- package/apis/energy-cost-controller-api.ts +769 -0
- package/apis/energy-cost-record-controller-api.ts +898 -0
- package/apis/equipment-api.ts +222 -222
- package/apis/excel-language-controller-api.ts +16 -16
- package/apis/hwork-api.ts +11 -11
- package/apis/inspection-standard-api.ts +111 -111
- package/apis/internal-api.ts +9 -9
- package/apis/jwt-api.ts +10 -10
- package/apis/maintenance-standard-api.ts +111 -111
- package/apis/message-api.ts +43 -43
- package/apis/notification-api.ts +63 -63
- package/apis/offline-alert-work-order-controller-api.ts +10 -10
- package/apis/open-api-api.ts +68 -68
- package/apis/park-api.ts +75 -75
- package/apis/privacy-api.ts +48 -48
- package/apis/role-api.ts +169 -169
- package/apis/setting-api.ts +250 -250
- package/apis/smsapi.ts +11 -11
- package/apis/space-api.ts +165 -165
- package/apis/supplier-api.ts +104 -104
- package/apis/surveillance-api.ts +127 -127
- package/apis/surveillance-settings-api.ts +80 -80
- package/apis/sys-api.ts +397 -397
- package/apis/test-api.ts +23 -23
- package/apis/user-api.ts +302 -302
- package/apis/web-hook-api.ts +27 -27
- package/apis/work-order-api.ts +634 -508
- package/base.ts +3 -3
- package/common.ts +1 -1
- package/configuration.ts +1 -7
- package/dist/api.d.ts +2 -0
- package/dist/api.js +2 -0
- package/dist/apis/access-api.d.ts +279 -231
- package/dist/apis/access-api.js +280 -242
- package/dist/apis/app-auth-api.d.ts +76 -176
- package/dist/apis/app-auth-api.js +75 -307
- package/dist/apis/auth-api.d.ts +132 -332
- package/dist/apis/auth-api.js +130 -594
- package/dist/apis/calendar-api.d.ts +40 -40
- package/dist/apis/calendar-api.js +40 -40
- package/dist/apis/cas-api.d.ts +7 -7
- package/dist/apis/cas-api.js +5 -5
- package/dist/apis/common-api.d.ts +269 -245
- package/dist/apis/common-api.js +266 -249
- package/dist/apis/dashboard-api.d.ts +241 -101
- package/dist/apis/dashboard-api.js +310 -100
- package/dist/apis/device-api.d.ts +65 -18
- package/dist/apis/device-api.js +85 -15
- package/dist/apis/disaster-warning-standard-api.d.ts +58 -58
- package/dist/apis/disaster-warning-standard-api.js +60 -60
- package/dist/apis/energy-cost-controller-api.d.ts +418 -0
- package/dist/apis/energy-cost-controller-api.js +595 -0
- package/dist/apis/energy-cost-record-controller-api.d.ts +488 -0
- package/dist/apis/energy-cost-record-controller-api.js +674 -0
- package/dist/apis/equipment-api.d.ts +138 -138
- package/dist/apis/equipment-api.js +140 -140
- package/dist/apis/excel-language-controller-api.d.ts +10 -10
- package/dist/apis/excel-language-controller-api.js +10 -10
- package/dist/apis/hwork-api.d.ts +8 -8
- package/dist/apis/hwork-api.js +5 -5
- package/dist/apis/inspection-standard-api.d.ts +69 -69
- package/dist/apis/inspection-standard-api.js +70 -70
- package/dist/apis/internal-api.d.ts +6 -6
- package/dist/apis/internal-api.js +5 -5
- package/dist/apis/jwt-api.d.ts +7 -7
- package/dist/apis/jwt-api.js +5 -5
- package/dist/apis/maintenance-standard-api.d.ts +69 -69
- package/dist/apis/maintenance-standard-api.js +70 -70
- package/dist/apis/message-api.d.ts +28 -28
- package/dist/apis/message-api.js +25 -25
- package/dist/apis/notification-api.d.ts +43 -43
- package/dist/apis/notification-api.js +40 -40
- package/dist/apis/offline-alert-work-order-controller-api.d.ts +7 -7
- package/dist/apis/offline-alert-work-order-controller-api.js +5 -5
- package/dist/apis/open-api-api.d.ts +44 -44
- package/dist/apis/open-api-api.js +40 -40
- package/dist/apis/park-api.d.ts +45 -45
- package/dist/apis/park-api.js +50 -50
- package/dist/apis/privacy-api.d.ts +30 -30
- package/dist/apis/privacy-api.js +30 -30
- package/dist/apis/role-api.d.ts +111 -111
- package/dist/apis/role-api.js +115 -115
- package/dist/apis/setting-api.d.ts +154 -154
- package/dist/apis/setting-api.js +160 -160
- package/dist/apis/smsapi.d.ts +8 -8
- package/dist/apis/smsapi.js +5 -5
- package/dist/apis/space-api.d.ts +102 -102
- package/dist/apis/space-api.js +105 -105
- package/dist/apis/supplier-api.d.ts +65 -65
- package/dist/apis/supplier-api.js +65 -65
- package/dist/apis/surveillance-api.d.ts +79 -79
- package/dist/apis/surveillance-api.js +80 -80
- package/dist/apis/surveillance-settings-api.d.ts +50 -50
- package/dist/apis/surveillance-settings-api.js +50 -50
- package/dist/apis/sys-api.d.ts +255 -255
- package/dist/apis/sys-api.js +275 -275
- package/dist/apis/test-api.d.ts +14 -14
- package/dist/apis/test-api.js +15 -15
- package/dist/apis/user-api.d.ts +196 -196
- package/dist/apis/user-api.js +200 -200
- package/dist/apis/web-hook-api.d.ts +18 -18
- package/dist/apis/web-hook-api.js +15 -15
- package/dist/apis/work-order-api.d.ts +386 -316
- package/dist/apis/work-order-api.js +407 -323
- package/dist/base.d.ts +2 -2
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -2
- package/dist/configuration.js +1 -2
- package/dist/esm/api.d.ts +2 -0
- package/dist/esm/api.js +2 -0
- package/dist/esm/apis/access-api.d.ts +279 -231
- package/dist/esm/apis/access-api.js +280 -242
- package/dist/esm/apis/app-auth-api.d.ts +76 -176
- package/dist/esm/apis/app-auth-api.js +75 -307
- package/dist/esm/apis/auth-api.d.ts +132 -332
- package/dist/esm/apis/auth-api.js +130 -594
- package/dist/esm/apis/calendar-api.d.ts +40 -40
- package/dist/esm/apis/calendar-api.js +40 -40
- package/dist/esm/apis/cas-api.d.ts +7 -7
- package/dist/esm/apis/cas-api.js +5 -5
- package/dist/esm/apis/common-api.d.ts +269 -245
- package/dist/esm/apis/common-api.js +266 -249
- package/dist/esm/apis/dashboard-api.d.ts +241 -101
- package/dist/esm/apis/dashboard-api.js +310 -100
- package/dist/esm/apis/device-api.d.ts +65 -18
- package/dist/esm/apis/device-api.js +85 -15
- package/dist/esm/apis/disaster-warning-standard-api.d.ts +58 -58
- package/dist/esm/apis/disaster-warning-standard-api.js +60 -60
- package/dist/esm/apis/energy-cost-controller-api.d.ts +418 -0
- package/dist/esm/apis/energy-cost-controller-api.js +588 -0
- package/dist/esm/apis/energy-cost-record-controller-api.d.ts +488 -0
- package/dist/esm/apis/energy-cost-record-controller-api.js +667 -0
- package/dist/esm/apis/equipment-api.d.ts +138 -138
- package/dist/esm/apis/equipment-api.js +140 -140
- package/dist/esm/apis/excel-language-controller-api.d.ts +10 -10
- package/dist/esm/apis/excel-language-controller-api.js +10 -10
- package/dist/esm/apis/hwork-api.d.ts +8 -8
- package/dist/esm/apis/hwork-api.js +5 -5
- package/dist/esm/apis/inspection-standard-api.d.ts +69 -69
- package/dist/esm/apis/inspection-standard-api.js +70 -70
- package/dist/esm/apis/internal-api.d.ts +6 -6
- package/dist/esm/apis/internal-api.js +5 -5
- package/dist/esm/apis/jwt-api.d.ts +7 -7
- package/dist/esm/apis/jwt-api.js +5 -5
- package/dist/esm/apis/maintenance-standard-api.d.ts +69 -69
- package/dist/esm/apis/maintenance-standard-api.js +70 -70
- package/dist/esm/apis/message-api.d.ts +28 -28
- package/dist/esm/apis/message-api.js +25 -25
- package/dist/esm/apis/notification-api.d.ts +43 -43
- package/dist/esm/apis/notification-api.js +40 -40
- package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +7 -7
- package/dist/esm/apis/offline-alert-work-order-controller-api.js +5 -5
- package/dist/esm/apis/open-api-api.d.ts +44 -44
- package/dist/esm/apis/open-api-api.js +40 -40
- package/dist/esm/apis/park-api.d.ts +45 -45
- package/dist/esm/apis/park-api.js +50 -50
- package/dist/esm/apis/privacy-api.d.ts +30 -30
- package/dist/esm/apis/privacy-api.js +30 -30
- package/dist/esm/apis/role-api.d.ts +111 -111
- package/dist/esm/apis/role-api.js +115 -115
- package/dist/esm/apis/setting-api.d.ts +154 -154
- package/dist/esm/apis/setting-api.js +160 -160
- package/dist/esm/apis/smsapi.d.ts +8 -8
- package/dist/esm/apis/smsapi.js +5 -5
- package/dist/esm/apis/space-api.d.ts +102 -102
- package/dist/esm/apis/space-api.js +105 -105
- package/dist/esm/apis/supplier-api.d.ts +65 -65
- package/dist/esm/apis/supplier-api.js +65 -65
- package/dist/esm/apis/surveillance-api.d.ts +79 -79
- package/dist/esm/apis/surveillance-api.js +80 -80
- package/dist/esm/apis/surveillance-settings-api.d.ts +50 -50
- package/dist/esm/apis/surveillance-settings-api.js +50 -50
- package/dist/esm/apis/sys-api.d.ts +255 -255
- package/dist/esm/apis/sys-api.js +275 -275
- package/dist/esm/apis/test-api.d.ts +14 -14
- package/dist/esm/apis/test-api.js +15 -15
- package/dist/esm/apis/user-api.d.ts +196 -196
- package/dist/esm/apis/user-api.js +200 -200
- package/dist/esm/apis/web-hook-api.d.ts +18 -18
- package/dist/esm/apis/web-hook-api.js +15 -15
- package/dist/esm/apis/work-order-api.d.ts +386 -316
- package/dist/esm/apis/work-order-api.js +407 -323
- package/dist/esm/base.d.ts +2 -2
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -2
- package/dist/esm/configuration.js +1 -2
- package/dist/esm/models/access-abnormal-type-enum.d.ts +2 -2
- package/dist/esm/models/access-abnormal-type-enum.js +2 -2
- package/dist/esm/models/access-appointment-record-add-vo.d.ts +15 -8
- package/dist/esm/models/access-appointment-record-details-dto.d.ts +18 -11
- package/dist/esm/models/access-appointment-record-process-approval-user-dto.d.ts +1 -1
- package/dist/esm/models/access-appointment-record-process-details-dto.d.ts +12 -6
- package/dist/esm/models/access-approval-config-vo.d.ts +2 -2
- package/dist/esm/models/access-blacklist-add-vo.d.ts +6 -0
- package/dist/esm/models/access-blacklist-details-dto.d.ts +6 -0
- package/dist/esm/models/access-blacklist-update-vo.d.ts +6 -0
- package/dist/esm/models/access-company-config-entity.d.ts +1 -1
- package/dist/esm/models/access-config-entity.d.ts +7 -1
- package/dist/esm/models/access-config-vo.d.ts +7 -1
- package/dist/esm/models/access-record-details-dto.d.ts +9 -9
- package/dist/esm/models/access-record-summary-details-dto.d.ts +14 -8
- package/dist/esm/models/access-record-summary-list-dto.d.ts +13 -7
- package/dist/esm/models/access-vehicle-length-enum.d.ts +6 -6
- package/dist/esm/models/access-vehicle-length-enum.js +6 -6
- package/dist/esm/models/access-visitor-person-type-config-vo.d.ts +3 -3
- package/dist/esm/models/access-whitelist-application-add-vo.d.ts +4 -4
- package/dist/esm/models/access-whitelist-application-batch-import-template-dto.d.ts +9 -3
- package/dist/esm/models/access-whitelist-application-details-dto.d.ts +6 -6
- package/dist/esm/models/access-whitelist-application-process-details-dto.d.ts +12 -6
- package/dist/esm/models/access-whitelist-application-update-vo.d.ts +1 -1
- package/dist/esm/models/app-login-wx-chat-dto.d.ts +1 -1
- package/dist/esm/models/area-park-dto.d.ts +1 -1
- package/dist/esm/models/base-error-result.d.ts +1 -1
- package/dist/esm/models/calendar-entity.d.ts +1 -1
- package/dist/esm/models/center-list-dto.d.ts +1 -1
- package/dist/esm/models/cuser-info.d.ts +1 -1
- package/dist/esm/models/dashboard-access-search-dto.d.ts +15 -3
- package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-base-search-dto.d.ts +12 -0
- package/dist/esm/models/dashboard-equipment-park-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-equipment-search-dto.d.ts +12 -0
- package/dist/esm/models/dashboard-equipment-system-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-park-statistics-vo.d.ts +36 -0
- package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +7 -1
- package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +18 -0
- package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +13 -1
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +17 -11
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +14 -8
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +19 -1
- package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +22 -16
- package/dist/esm/models/dashboard-work-order-type-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dept-relation-dto.d.ts +2 -2
- package/dist/esm/models/dept-relation.d.ts +2 -2
- package/dist/esm/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
- package/dist/esm/models/disaster-warning-standard-entity.d.ts +1 -1
- package/dist/esm/models/disaster-warning-standard-import-dto.d.ts +1 -1
- package/dist/esm/models/emission-standard-enum.d.ts +22 -0
- package/dist/esm/models/emission-standard-enum.js +23 -0
- package/dist/esm/models/energy-cost-add-record-dto.d.ts +167 -0
- package/dist/esm/models/energy-cost-add-record-dto.js +36 -0
- package/dist/esm/models/energy-cost-add-setting-dto.d.ts +25 -0
- package/dist/esm/models/energy-cost-add-setting-dto.js +14 -0
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting-item.d.ts +43 -0
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting-item.js +19 -0
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting.d.ts +42 -0
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting.js +17 -0
- package/dist/esm/models/energy-cost-edit-record-dto.d.ts +173 -0
- package/dist/esm/models/energy-cost-edit-record-dto.js +36 -0
- package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
- package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.js +23 -0
- package/dist/esm/models/energy-cost-month-setting-list-vo.d.ts +107 -0
- package/dist/esm/models/energy-cost-month-setting-list-vo.js +17 -0
- package/dist/esm/models/energy-cost-record-bill-info-vo.d.ts +48 -0
- package/dist/esm/models/energy-cost-record-bill-info-vo.js +14 -0
- package/dist/esm/models/energy-cost-record-info-not-emun-vo.d.ts +205 -0
- package/dist/esm/models/energy-cost-record-info-not-emun-vo.js +14 -0
- package/dist/esm/models/energy-cost-record-info-vo.d.ts +232 -0
- package/dist/esm/models/energy-cost-record-info-vo.js +36 -0
- package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.d.ts +120 -0
- package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.js +14 -0
- package/dist/esm/models/energy-cost-scenarios-info-vo.d.ts +142 -0
- package/dist/esm/models/energy-cost-scenarios-info-vo.js +32 -0
- package/dist/esm/models/energy-cost-setting-delete-dto.d.ts +41 -0
- package/dist/esm/models/energy-cost-setting-delete-dto.js +17 -0
- package/dist/esm/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
- package/dist/esm/models/energy-cost-setting-summy-add-dto.js +17 -0
- package/dist/esm/models/energy-cost-setting-summy-update-dto.d.ts +30 -0
- package/dist/esm/models/energy-cost-setting-summy-update-dto.js +14 -0
- package/dist/esm/models/energy-cost-update-setting-dto.d.ts +43 -0
- package/dist/esm/models/energy-cost-update-setting-dto.js +19 -0
- package/dist/esm/models/equipment-add-redis-list-dto.d.ts +1 -1
- package/dist/esm/models/equipment-detail-dto.d.ts +2 -2
- package/dist/esm/models/equipment-edit-batch-vo.d.ts +1 -1
- package/dist/esm/models/equipment-edit-vo.d.ts +2 -2
- package/dist/esm/models/equipment-search-system-dto.d.ts +3 -3
- package/dist/esm/models/equipment-search-vo.d.ts +1 -1
- package/dist/esm/models/equipment-status-stats-vo.d.ts +1 -1
- package/dist/esm/models/equipment-tree-details-dto.d.ts +2 -2
- package/dist/esm/models/equipment-tree-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtocalendar-export-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtoequipment-excel-add-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +1 -1
- package/dist/esm/models/exploration-work-order-add-vo.d.ts +3 -3
- package/dist/esm/models/exploration-work-order-details-dto.d.ts +9 -9
- package/dist/esm/models/exploration-work-order-info.d.ts +2 -2
- package/dist/esm/models/followup-work-order-dto.d.ts +1 -1
- package/dist/esm/models/group-dept-vo.d.ts +1 -1
- package/dist/esm/models/index.d.ts +36 -1
- package/dist/esm/models/index.js +36 -1
- package/dist/esm/models/inspection-handle-req.d.ts +1 -1
- package/dist/esm/models/inspection-point-item.d.ts +1 -1
- package/dist/esm/models/inspection-point.d.ts +13 -1
- package/dist/esm/models/inspection-point.js +5 -1
- package/dist/esm/models/inspection-standard-add-or-update-vo.d.ts +4 -4
- package/dist/esm/models/inspection-standard-dto.d.ts +4 -4
- package/dist/esm/models/inspection-standard-entity.d.ts +5 -5
- package/dist/esm/models/inspection-standard-import-dto.d.ts +2 -2
- package/dist/esm/models/insurance-work-order-issue-vo.d.ts +1 -1
- package/dist/esm/models/insurance-work-order-vo.d.ts +1 -1
- package/dist/esm/models/iot-device-unit-delete-dto.d.ts +42 -0
- package/dist/esm/models/iot-device-unit-delete-dto.js +14 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/item.d.ts +77 -0
- package/dist/esm/models/item.js +28 -0
- package/dist/esm/models/json-result-access-appointment-record-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-access-blacklist-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-access-company-config-entity.d.ts +2 -2
- package/dist/esm/models/json-result-access-config-entity.d.ts +2 -2
- package/dist/esm/models/json-result-access-record-summary-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-access-whitelist-application-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-admission-terms-record-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-applet-user-type-dto.d.ts +2 -2
- package/dist/esm/models/json-result-big-decimal.d.ts +1 -1
- package/dist/esm/models/json-result-boolean.d.ts +1 -1
- package/dist/esm/models/json-result-calendar-entity.d.ts +2 -2
- package/dist/esm/models/json-result-dashboard-park-statistics-vo.d.ts +62 -0
- package/dist/esm/models/json-result-dashboard-park-statistics-vo.js +14 -0
- package/dist/esm/models/json-result-disaster-warning-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.js +14 -0
- package/dist/esm/models/{json-result-work-order-spot-check-dto.d.ts → json-result-energy-cost-record-info-vo.d.ts} +13 -13
- package/dist/esm/models/json-result-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/json-result-equipment-add-redis-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-equipment-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-equipment-search-system-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtoequipment-excel-add-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +2 -2
- package/dist/esm/models/json-result-exploration-work-order-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-file-dto.d.ts +2 -2
- package/dist/esm/models/json-result-group-dept-vo.d.ts +2 -2
- package/dist/esm/models/json-result-inspection-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-integer.d.ts +1 -1
- package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/json-result-json-result-list-space-tree-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-access-appointment-record-process-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-access-company-config-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-address-region-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-applet-sys-user-drop-down-box-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-area-park-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-calendar-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-center-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +14 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.js +14 -0
- package/dist/esm/models/json-result-list-equipment-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-equipment-qr-code-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-equipment-system-tree-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-equipment-tree-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-inspection-point.d.ts +2 -2
- package/dist/esm/models/json-result-list-inspection-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-maintenance-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-park-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-plan-calendar-list-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-plan-calendar-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-image-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-point-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-qr-code-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-tree-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-url-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-srm-center-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-supplier-select-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-sys-dept-drop-down-box-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-sys-dept.d.ts +2 -2
- package/dist/esm/models/json-result-list-sys-user-drop-down-box-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-circulation-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-circulation-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-comment-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-inspection-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-push-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-spot-check-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-work-order-spot-check-dto.js +14 -0
- package/dist/esm/models/json-result-list-work-order-step-by-step-push-user-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-maintenance-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-map-string-object.d.ts +63 -0
- package/dist/esm/models/json-result-map-string-object.js +14 -0
- package/dist/esm/models/json-result-monitoring-coverage-alert-work-order-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-notice-entity.d.ts +2 -2
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-access-blacklist-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-access-record-summary-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-admission-terms-record-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-disaster-warning-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-equipment-search-system-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-inspection-standard-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-maintenance-standard-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-plan-search-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-supplier-contract-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-sys-user-msg-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-work-order-search-dto.d.ts +2 -2
- package/dist/esm/models/json-result-park-info-dto.d.ts +2 -2
- package/dist/esm/models/json-result-park-settings-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-period-detail-resp.d.ts +2 -2
- package/dist/esm/models/json-result-plan-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-space-add-redis-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-space-image-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-srm-center-entity.d.ts +2 -2
- package/dist/esm/models/json-result-string.d.ts +1 -1
- package/dist/esm/models/json-result-supplier-contract-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-supplier-entity.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-count-dto.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-live-dto.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-settings-polling-dto.d.ts +2 -2
- package/dist/esm/models/json-result-switch-park-v2-dto.d.ts +2 -2
- package/dist/esm/models/json-result-sys-dept.d.ts +2 -2
- package/dist/esm/models/json-result-sys-user-msg-dto.d.ts +2 -2
- package/dist/esm/models/json-result-sys-user.d.ts +2 -2
- package/dist/esm/models/json-result-user-add-redis-list-vo.d.ts +2 -2
- package/dist/esm/models/json-result-user-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-void.d.ts +1 -1
- package/dist/esm/models/json-result-work-order-dept-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-work-order-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result.d.ts +1 -1
- package/dist/esm/models/maintenance-history-dto.d.ts +2 -2
- package/dist/esm/models/maintenance-standard-add-or-update-vo.d.ts +2 -2
- package/dist/esm/models/maintenance-standard-dto.d.ts +2 -2
- package/dist/esm/models/maintenance-standard-entity.d.ts +3 -3
- package/dist/esm/models/monitoring-coverage-alert-info.d.ts +1 -1
- package/dist/esm/models/monitoring-coverage-alert-process-vo.d.ts +1 -1
- package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.d.ts +7 -7
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +3 -3
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +14 -14
- package/dist/esm/models/news-info.d.ts +1 -1
- package/dist/esm/models/offline-alert-submit-vo.d.ts +1 -1
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +10 -10
- package/dist/esm/models/offline-alert-work-order-info.d.ts +2 -2
- package/dist/esm/models/offline-alert-work-order-vo.d.ts +1 -1
- package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +14 -7
- package/dist/esm/models/open-api-access-appointment-record-delete-vo.d.ts +1 -1
- package/dist/esm/models/open-api-equipment-list-dto.d.ts +2 -2
- package/dist/esm/models/page-dto-access-appointment-record-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-access-blacklist-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-access-record-summary-list-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-access-whitelist-application-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-admission-terms-record-list-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-disaster-warning-standard-entity.d.ts +1 -1
- package/dist/esm/models/page-dto-equipment-search-system-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-inspection-standard-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-maintenance-standard-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-open-api-equipment-list-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-plan-search-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-supplier-contract-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-sys-user-msg-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-work-order-group-equipment-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-work-order-group-equipment-dto.js +14 -0
- package/dist/esm/models/page-dto-work-order-search-dto.d.ts +1 -1
- package/dist/esm/models/park-info-dto.d.ts +7 -1
- package/dist/esm/models/park-info-edit-vo.d.ts +7 -1
- package/dist/esm/models/park-list-dto.d.ts +13 -0
- package/dist/esm/models/park.d.ts +1 -1
- package/dist/esm/models/period-detail-resp.d.ts +12 -12
- package/dist/esm/models/period-detail-resp.js +5 -5
- package/dist/esm/models/plan-add-vo.d.ts +9 -9
- package/dist/esm/models/plan-add-vo.js +5 -5
- package/dist/esm/models/plan-calendar-list-vo.d.ts +5 -5
- package/dist/esm/models/plan-calendar-list-vo.js +5 -5
- package/dist/esm/models/plan-detail-dto.d.ts +9 -9
- package/dist/esm/models/plan-detail-dto.js +5 -5
- package/dist/esm/models/plan-edit-vo.d.ts +9 -9
- package/dist/esm/models/plan-edit-vo.js +5 -5
- package/dist/esm/models/plan-inspection-items-dto.d.ts +3 -3
- package/dist/esm/models/plan-item-add-vo.d.ts +2 -2
- package/dist/esm/models/plan-item-edit-vo.d.ts +2 -2
- package/dist/esm/models/plan-search-dto.d.ts +9 -9
- package/dist/esm/models/plan-search-dto.js +5 -5
- package/dist/esm/models/pricing-item.d.ts +50 -0
- package/dist/esm/models/pricing-item.js +20 -0
- package/dist/esm/models/process-work-order-vo.d.ts +1 -1
- package/dist/esm/models/safety-smart-fire-record-gizone-dto.d.ts +1 -1
- package/dist/esm/models/save-period-work-order-detail-req.d.ts +1 -1
- package/dist/esm/models/sms-captcha-vo.d.ts +1 -1
- package/dist/esm/models/source-work-order-dto.d.ts +1 -1
- package/dist/esm/models/source-work-order-inspection-dto.d.ts +1 -1
- package/dist/esm/models/space-add-redis-list-dto.d.ts +1 -1
- package/dist/esm/models/space-add-vo.d.ts +2 -2
- package/dist/esm/models/space-detail-dto.d.ts +4 -4
- package/dist/esm/models/space-edit-vo.d.ts +2 -2
- package/dist/esm/models/space-image-detail-dto.d.ts +2 -2
- package/dist/esm/models/space-tree-dto.d.ts +3 -3
- package/dist/esm/models/space.d.ts +1 -1
- package/dist/esm/models/srm-center-entity.d.ts +1 -1
- package/dist/esm/models/srm-center-vo.d.ts +1 -1
- package/dist/esm/models/srm-level-add-dto.d.ts +1 -1
- package/dist/esm/models/sub-buttons.d.ts +1 -1
- package/dist/esm/models/supplier-add-vo.d.ts +2 -2
- package/dist/esm/models/supplier-edit-vo.d.ts +2 -2
- package/dist/esm/models/supplier-entity.d.ts +2 -2
- package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +15 -2
- package/dist/esm/models/surveillance-details-dto.d.ts +7 -7
- package/dist/esm/models/surveillance-entity.d.ts +171 -0
- package/dist/esm/models/surveillance-entity.js +14 -0
- package/dist/esm/models/surveillance-settings-coverage-standard-dto.d.ts +1 -1
- package/dist/esm/models/surveillance-settings-polling-dto.d.ts +2 -2
- package/dist/esm/models/surveillance-settings-polling-vo.d.ts +2 -2
- package/dist/esm/models/surveillance-update-vo.d.ts +2 -2
- package/dist/esm/models/switch-pak-body-v2-vo.d.ts +1 -1
- package/dist/esm/models/sync-equipment-status-vo.d.ts +1 -1
- package/dist/esm/models/sync-equipment-vo.d.ts +1 -1
- package/dist/esm/models/sys-user-info-dto.d.ts +3 -3
- package/dist/esm/models/sys-user-msg-dto.d.ts +2 -2
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/user-add-redis-list-vo.d.ts +1 -1
- package/dist/esm/models/user-roles-and-permissions-dto.d.ts +1 -1
- package/dist/esm/models/violation-decision-vo.d.ts +20 -2
- package/dist/esm/models/violation-work-order-add-vo.d.ts +9 -3
- package/dist/esm/models/violation-work-order-details-dto.d.ts +12 -12
- package/dist/esm/models/violation-work-order-info.d.ts +22 -4
- package/dist/esm/models/work-order-add-vo.d.ts +3 -3
- package/dist/esm/models/work-order-circulation-settings-add-or-update-vo.d.ts +2 -2
- package/dist/esm/models/work-order-circulation-settings-entity.d.ts +2 -2
- package/dist/esm/models/work-order-circulation-vo.d.ts +1 -1
- package/dist/esm/models/work-order-decision-vo.d.ts +2 -2
- package/dist/esm/models/work-order-dept-settings-entity.d.ts +1 -1
- package/dist/esm/models/work-order-detail-dto.d.ts +14 -14
- package/dist/esm/models/work-order-ext-data.d.ts +5 -5
- package/dist/esm/models/work-order-group-equipment-dto.d.ts +167 -0
- package/dist/esm/models/work-order-group-equipment-dto.js +18 -0
- package/dist/esm/models/work-order-group-equipment-dtoinspection-item.d.ts +36 -0
- package/dist/esm/models/work-order-group-equipment-dtoinspection-item.js +14 -0
- package/dist/esm/models/work-order-handler-dto.d.ts +1 -1
- package/dist/esm/models/work-order-issue-type-settings-add-or-update-vo.d.ts +2 -2
- package/dist/esm/models/work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/work-order-msg-remind-config-info.d.ts +2 -2
- package/dist/esm/models/work-order-push-settings-entity.d.ts +1 -1
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.d.ts +1 -1
- package/dist/esm/models/work-order-push-settings-vo.d.ts +1 -1
- package/dist/esm/models/work-order-report-vo.d.ts +3 -3
- package/dist/esm/models/work-order-search-dto.d.ts +7 -7
- package/dist/esm/models/work-order-spot-check-dto.d.ts +22 -22
- package/dist/esm/models/work-order-spot-check-dto.js +7 -7
- package/dist/esm/models/work-order-staging-data-vo.d.ts +1 -1
- package/dist/esm/models/work-order-submit-vo.d.ts +2 -2
- package/dist/esm/models/work-order-type-msg-remind-config-add-or-update-vo.d.ts +2 -2
- package/dist/esm/models/work-order-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/wx-ma-user-info.d.ts +1 -1
- package/dist/esm/models/wx-menu.d.ts +2 -2
- package/dist/esm/models/wx-mp-conditional-menu.d.ts +2 -2
- package/dist/esm/models/wx-mp-get-self-menu-info-result.d.ts +1 -1
- package/dist/esm/models/wx-mp-menu.d.ts +1 -1
- package/dist/esm/models/wx-mp-self-menu-button.d.ts +2 -2
- package/dist/esm/models/wx-mp-self-menu-info.d.ts +1 -1
- package/dist/models/access-abnormal-type-enum.d.ts +2 -2
- package/dist/models/access-abnormal-type-enum.js +2 -2
- package/dist/models/access-appointment-record-add-vo.d.ts +15 -8
- package/dist/models/access-appointment-record-details-dto.d.ts +18 -11
- package/dist/models/access-appointment-record-process-approval-user-dto.d.ts +1 -1
- package/dist/models/access-appointment-record-process-details-dto.d.ts +12 -6
- package/dist/models/access-approval-config-vo.d.ts +2 -2
- package/dist/models/access-blacklist-add-vo.d.ts +6 -0
- package/dist/models/access-blacklist-details-dto.d.ts +6 -0
- package/dist/models/access-blacklist-update-vo.d.ts +6 -0
- package/dist/models/access-company-config-entity.d.ts +1 -1
- package/dist/models/access-config-entity.d.ts +7 -1
- package/dist/models/access-config-vo.d.ts +7 -1
- package/dist/models/access-record-details-dto.d.ts +9 -9
- package/dist/models/access-record-summary-details-dto.d.ts +14 -8
- package/dist/models/access-record-summary-list-dto.d.ts +13 -7
- package/dist/models/access-vehicle-length-enum.d.ts +6 -6
- package/dist/models/access-vehicle-length-enum.js +6 -6
- package/dist/models/access-visitor-person-type-config-vo.d.ts +3 -3
- package/dist/models/access-whitelist-application-add-vo.d.ts +4 -4
- package/dist/models/access-whitelist-application-batch-import-template-dto.d.ts +9 -3
- package/dist/models/access-whitelist-application-details-dto.d.ts +6 -6
- package/dist/models/access-whitelist-application-process-details-dto.d.ts +12 -6
- package/dist/models/access-whitelist-application-update-vo.d.ts +1 -1
- package/dist/models/app-login-wx-chat-dto.d.ts +1 -1
- package/dist/models/area-park-dto.d.ts +1 -1
- package/dist/models/base-error-result.d.ts +1 -1
- package/dist/models/calendar-entity.d.ts +1 -1
- package/dist/models/center-list-dto.d.ts +1 -1
- package/dist/models/cuser-info.d.ts +1 -1
- package/dist/models/dashboard-access-search-dto.d.ts +15 -3
- package/dist/models/dashboard-access-source-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-base-search-dto.d.ts +12 -0
- package/dist/models/dashboard-equipment-park-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-equipment-search-dto.d.ts +12 -0
- package/dist/models/dashboard-equipment-system-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-park-statistics-vo.d.ts +36 -0
- package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +7 -1
- package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +18 -0
- package/dist/models/dashboard-surveillance-search-dto.d.ts +13 -1
- package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +17 -11
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +14 -8
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +19 -1
- package/dist/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-work-order-list-search-dto.d.ts +22 -16
- package/dist/models/dashboard-work-order-type-group-stats-vo.d.ts +2 -2
- package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +1 -1
- package/dist/models/dept-relation-dto.d.ts +2 -2
- package/dist/models/dept-relation.d.ts +2 -2
- package/dist/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
- package/dist/models/disaster-warning-standard-entity.d.ts +1 -1
- package/dist/models/disaster-warning-standard-import-dto.d.ts +1 -1
- package/dist/models/emission-standard-enum.d.ts +22 -0
- package/dist/models/emission-standard-enum.js +26 -0
- package/dist/models/energy-cost-add-record-dto.d.ts +167 -0
- package/dist/models/energy-cost-add-record-dto.js +39 -0
- package/dist/models/energy-cost-add-setting-dto.d.ts +25 -0
- package/dist/models/energy-cost-add-setting-dto.js +15 -0
- package/dist/models/energy-cost-add-setting-dtopark-setting-item.d.ts +43 -0
- package/dist/models/energy-cost-add-setting-dtopark-setting-item.js +22 -0
- package/dist/models/energy-cost-add-setting-dtopark-setting.d.ts +42 -0
- package/dist/models/energy-cost-add-setting-dtopark-setting.js +20 -0
- package/dist/models/energy-cost-edit-record-dto.d.ts +173 -0
- package/dist/models/energy-cost-edit-record-dto.js +39 -0
- package/dist/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
- package/dist/models/energy-cost-month-setting-list-summary-standards-vo.js +26 -0
- package/dist/models/energy-cost-month-setting-list-vo.d.ts +107 -0
- package/dist/models/energy-cost-month-setting-list-vo.js +20 -0
- package/dist/models/energy-cost-record-bill-info-vo.d.ts +48 -0
- package/dist/models/energy-cost-record-bill-info-vo.js +15 -0
- package/dist/models/energy-cost-record-info-not-emun-vo.d.ts +205 -0
- package/dist/models/energy-cost-record-info-not-emun-vo.js +15 -0
- package/dist/models/energy-cost-record-info-vo.d.ts +232 -0
- package/dist/models/energy-cost-record-info-vo.js +39 -0
- package/dist/models/energy-cost-scenarios-info-not-enum-vo.d.ts +120 -0
- package/dist/models/energy-cost-scenarios-info-not-enum-vo.js +15 -0
- package/dist/models/energy-cost-scenarios-info-vo.d.ts +142 -0
- package/dist/models/energy-cost-scenarios-info-vo.js +35 -0
- package/dist/models/energy-cost-setting-delete-dto.d.ts +41 -0
- package/dist/models/energy-cost-setting-delete-dto.js +20 -0
- package/dist/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
- package/dist/models/energy-cost-setting-summy-add-dto.js +20 -0
- package/dist/models/energy-cost-setting-summy-update-dto.d.ts +30 -0
- package/dist/models/energy-cost-setting-summy-update-dto.js +15 -0
- package/dist/models/energy-cost-update-setting-dto.d.ts +43 -0
- package/dist/models/energy-cost-update-setting-dto.js +22 -0
- package/dist/models/equipment-add-redis-list-dto.d.ts +1 -1
- package/dist/models/equipment-detail-dto.d.ts +2 -2
- package/dist/models/equipment-edit-batch-vo.d.ts +1 -1
- package/dist/models/equipment-edit-vo.d.ts +2 -2
- package/dist/models/equipment-search-system-dto.d.ts +3 -3
- package/dist/models/equipment-search-vo.d.ts +1 -1
- package/dist/models/equipment-status-stats-vo.d.ts +1 -1
- package/dist/models/equipment-tree-details-dto.d.ts +2 -2
- package/dist/models/equipment-tree-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtocalendar-export-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtoequipment-excel-add-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +1 -1
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +1 -1
- package/dist/models/exploration-work-order-add-vo.d.ts +3 -3
- package/dist/models/exploration-work-order-details-dto.d.ts +9 -9
- package/dist/models/exploration-work-order-info.d.ts +2 -2
- package/dist/models/followup-work-order-dto.d.ts +1 -1
- package/dist/models/group-dept-vo.d.ts +1 -1
- package/dist/models/index.d.ts +36 -1
- package/dist/models/index.js +36 -1
- package/dist/models/inspection-handle-req.d.ts +1 -1
- package/dist/models/inspection-point-item.d.ts +1 -1
- package/dist/models/inspection-point.d.ts +13 -1
- package/dist/models/inspection-point.js +6 -0
- package/dist/models/inspection-standard-add-or-update-vo.d.ts +4 -4
- package/dist/models/inspection-standard-dto.d.ts +4 -4
- package/dist/models/inspection-standard-entity.d.ts +5 -5
- package/dist/models/inspection-standard-import-dto.d.ts +2 -2
- package/dist/models/insurance-work-order-issue-vo.d.ts +1 -1
- package/dist/models/insurance-work-order-vo.d.ts +1 -1
- package/dist/models/iot-device-unit-delete-dto.d.ts +42 -0
- package/dist/models/iot-device-unit-delete-dto.js +15 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/models/ipage-energy-cost-record-info-vo.js +15 -0
- package/dist/models/item.d.ts +77 -0
- package/dist/models/item.js +31 -0
- package/dist/models/json-result-access-appointment-record-details-dto.d.ts +2 -2
- package/dist/models/json-result-access-blacklist-details-dto.d.ts +2 -2
- package/dist/models/json-result-access-company-config-entity.d.ts +2 -2
- package/dist/models/json-result-access-config-entity.d.ts +2 -2
- package/dist/models/json-result-access-record-summary-details-dto.d.ts +2 -2
- package/dist/models/json-result-access-whitelist-application-details-dto.d.ts +2 -2
- package/dist/models/json-result-admission-terms-record-details-dto.d.ts +2 -2
- package/dist/models/json-result-applet-user-type-dto.d.ts +2 -2
- package/dist/models/json-result-big-decimal.d.ts +1 -1
- package/dist/models/json-result-boolean.d.ts +1 -1
- package/dist/models/json-result-calendar-entity.d.ts +2 -2
- package/dist/models/json-result-dashboard-park-statistics-vo.d.ts +62 -0
- package/dist/models/json-result-dashboard-park-statistics-vo.js +15 -0
- package/dist/models/json-result-disaster-warning-standard-entity.d.ts +2 -2
- package/dist/models/json-result-energy-cost-record-bill-info-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-record-bill-info-vo.js +15 -0
- package/dist/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-record-info-not-emun-vo.js +15 -0
- package/dist/models/{json-result-work-order-spot-check-dto.d.ts → json-result-energy-cost-record-info-vo.d.ts} +13 -13
- package/dist/models/json-result-energy-cost-record-info-vo.js +15 -0
- package/dist/models/json-result-equipment-add-redis-list-dto.d.ts +2 -2
- package/dist/models/json-result-equipment-detail-dto.d.ts +2 -2
- package/dist/models/json-result-equipment-search-system-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtoequipment-excel-add-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +2 -2
- package/dist/models/json-result-exploration-work-order-details-dto.d.ts +2 -2
- package/dist/models/json-result-file-dto.d.ts +2 -2
- package/dist/models/json-result-group-dept-vo.d.ts +2 -2
- package/dist/models/json-result-inspection-standard-entity.d.ts +2 -2
- package/dist/models/json-result-integer.d.ts +1 -1
- package/dist/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/models/json-result-ipage-energy-cost-record-info-vo.js +15 -0
- package/dist/models/json-result-json-result-list-space-tree-dto.d.ts +2 -2
- package/dist/models/json-result-list-access-appointment-record-process-details-dto.d.ts +2 -2
- package/dist/models/json-result-list-access-company-config-entity.d.ts +2 -2
- package/dist/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +2 -2
- package/dist/models/json-result-list-address-region-entity.d.ts +2 -2
- package/dist/models/json-result-list-applet-sys-user-drop-down-box-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-area-park-dto.d.ts +2 -2
- package/dist/models/json-result-list-calendar-entity.d.ts +2 -2
- package/dist/models/json-result-list-center-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-series-stats-base-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +15 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-vo.js +15 -0
- package/dist/models/json-result-list-equipment-detail-dto.d.ts +2 -2
- package/dist/models/json-result-list-equipment-qr-code-dto.d.ts +2 -2
- package/dist/models/json-result-list-equipment-system-tree-dto.d.ts +2 -2
- package/dist/models/json-result-list-equipment-tree-dto.d.ts +2 -2
- package/dist/models/json-result-list-inspection-point.d.ts +2 -2
- package/dist/models/json-result-list-inspection-standard-entity.d.ts +2 -2
- package/dist/models/json-result-list-maintenance-standard-entity.d.ts +2 -2
- package/dist/models/json-result-list-park-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-plan-calendar-list-vo.d.ts +2 -2
- package/dist/models/json-result-list-plan-calendar-vo.d.ts +2 -2
- package/dist/models/json-result-list-space-image-detail-dto.d.ts +2 -2
- package/dist/models/json-result-list-space-point-dto.d.ts +2 -2
- package/dist/models/json-result-list-space-qr-code-dto.d.ts +2 -2
- package/dist/models/json-result-list-space-tree-dto.d.ts +2 -2
- package/dist/models/json-result-list-space-url-dto.d.ts +2 -2
- package/dist/models/json-result-list-srm-center-vo.d.ts +2 -2
- package/dist/models/json-result-list-supplier-select-dto.d.ts +2 -2
- package/dist/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +2 -2
- package/dist/models/json-result-list-sys-dept-drop-down-box-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-sys-dept.d.ts +2 -2
- package/dist/models/json-result-list-sys-user-drop-down-box-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-work-order-circulation-settings-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-circulation-vo.d.ts +2 -2
- package/dist/models/json-result-list-work-order-comment-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-inspection-detail-dto.d.ts +2 -2
- package/dist/models/json-result-list-work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-push-settings-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-spot-check-dto.d.ts +62 -0
- package/dist/models/json-result-list-work-order-spot-check-dto.js +15 -0
- package/dist/models/json-result-list-work-order-step-by-step-push-user-details-dto.d.ts +2 -2
- package/dist/models/json-result-list-work-order-type-settings-entity.d.ts +2 -2
- package/dist/models/json-result-maintenance-standard-entity.d.ts +2 -2
- package/dist/models/json-result-map-string-object.d.ts +63 -0
- package/dist/models/json-result-map-string-object.js +15 -0
- package/dist/models/json-result-monitoring-coverage-alert-work-order-details-dto.d.ts +2 -2
- package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +2 -2
- package/dist/models/json-result-notice-entity.d.ts +2 -2
- package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-access-blacklist-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-access-record-summary-list-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-admission-terms-record-list-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-disaster-warning-standard-entity.d.ts +2 -2
- package/dist/models/json-result-page-dto-equipment-search-system-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-inspection-standard-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-maintenance-standard-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-plan-search-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-supplier-contract-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-sys-user-msg-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-work-order-group-equipment-dto.js +15 -0
- package/dist/models/json-result-page-dto-work-order-search-dto.d.ts +2 -2
- package/dist/models/json-result-park-info-dto.d.ts +2 -2
- package/dist/models/json-result-park-settings-details-dto.d.ts +2 -2
- package/dist/models/json-result-period-detail-resp.d.ts +2 -2
- package/dist/models/json-result-plan-detail-dto.d.ts +2 -2
- package/dist/models/json-result-space-add-redis-list-dto.d.ts +2 -2
- package/dist/models/json-result-space-image-detail-dto.d.ts +2 -2
- package/dist/models/json-result-srm-center-entity.d.ts +2 -2
- package/dist/models/json-result-string.d.ts +1 -1
- package/dist/models/json-result-supplier-contract-details-dto.d.ts +2 -2
- package/dist/models/json-result-supplier-entity.d.ts +2 -2
- package/dist/models/json-result-surveillance-count-dto.d.ts +2 -2
- package/dist/models/json-result-surveillance-details-dto.d.ts +2 -2
- package/dist/models/json-result-surveillance-live-dto.d.ts +2 -2
- package/dist/models/json-result-surveillance-settings-details-dto.d.ts +2 -2
- package/dist/models/json-result-surveillance-settings-polling-dto.d.ts +2 -2
- package/dist/models/json-result-switch-park-v2-dto.d.ts +2 -2
- package/dist/models/json-result-sys-dept.d.ts +2 -2
- package/dist/models/json-result-sys-user-msg-dto.d.ts +2 -2
- package/dist/models/json-result-sys-user.d.ts +2 -2
- package/dist/models/json-result-user-add-redis-list-vo.d.ts +2 -2
- package/dist/models/json-result-user-settings-entity.d.ts +2 -2
- package/dist/models/json-result-violation-work-order-details-dto.d.ts +2 -2
- package/dist/models/json-result-void.d.ts +1 -1
- package/dist/models/json-result-work-order-dept-settings-entity.d.ts +2 -2
- package/dist/models/json-result-work-order-detail-dto.d.ts +2 -2
- package/dist/models/json-result-work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/models/json-result.d.ts +1 -1
- package/dist/models/maintenance-history-dto.d.ts +2 -2
- package/dist/models/maintenance-standard-add-or-update-vo.d.ts +2 -2
- package/dist/models/maintenance-standard-dto.d.ts +2 -2
- package/dist/models/maintenance-standard-entity.d.ts +3 -3
- package/dist/models/monitoring-coverage-alert-info.d.ts +1 -1
- package/dist/models/monitoring-coverage-alert-process-vo.d.ts +1 -1
- package/dist/models/monitoring-coverage-alert-work-order-details-dto.d.ts +7 -7
- package/dist/models/network-monitor-repair-add-vo.d.ts +3 -3
- package/dist/models/network-monitor-repair-details-dto.d.ts +14 -14
- package/dist/models/news-info.d.ts +1 -1
- package/dist/models/offline-alert-submit-vo.d.ts +1 -1
- package/dist/models/offline-alert-work-order-details-dto.d.ts +10 -10
- package/dist/models/offline-alert-work-order-info.d.ts +2 -2
- package/dist/models/offline-alert-work-order-vo.d.ts +1 -1
- package/dist/models/open-api-access-appointment-record-add-vo.d.ts +14 -7
- package/dist/models/open-api-access-appointment-record-delete-vo.d.ts +1 -1
- package/dist/models/open-api-equipment-list-dto.d.ts +2 -2
- package/dist/models/page-dto-access-appointment-record-details-dto.d.ts +1 -1
- package/dist/models/page-dto-access-blacklist-details-dto.d.ts +1 -1
- package/dist/models/page-dto-access-record-summary-list-dto.d.ts +1 -1
- package/dist/models/page-dto-access-whitelist-application-details-dto.d.ts +1 -1
- package/dist/models/page-dto-admission-terms-record-list-dto.d.ts +1 -1
- package/dist/models/page-dto-disaster-warning-standard-entity.d.ts +1 -1
- package/dist/models/page-dto-equipment-search-system-dto.d.ts +1 -1
- package/dist/models/page-dto-inspection-standard-dto.d.ts +1 -1
- package/dist/models/page-dto-maintenance-standard-dto.d.ts +1 -1
- package/dist/models/page-dto-open-api-equipment-list-dto.d.ts +1 -1
- package/dist/models/page-dto-plan-search-dto.d.ts +1 -1
- package/dist/models/page-dto-supplier-contract-details-dto.d.ts +1 -1
- package/dist/models/page-dto-surveillance-details-dto.d.ts +1 -1
- package/dist/models/page-dto-sys-user-msg-dto.d.ts +1 -1
- package/dist/models/page-dto-work-order-group-equipment-dto.d.ts +31 -0
- package/dist/models/page-dto-work-order-group-equipment-dto.js +15 -0
- package/dist/models/page-dto-work-order-search-dto.d.ts +1 -1
- package/dist/models/park-info-dto.d.ts +7 -1
- package/dist/models/park-info-edit-vo.d.ts +7 -1
- package/dist/models/park-list-dto.d.ts +13 -0
- package/dist/models/park.d.ts +1 -1
- package/dist/models/period-detail-resp.d.ts +12 -12
- package/dist/models/period-detail-resp.js +5 -5
- package/dist/models/plan-add-vo.d.ts +9 -9
- package/dist/models/plan-add-vo.js +5 -5
- package/dist/models/plan-calendar-list-vo.d.ts +5 -5
- package/dist/models/plan-calendar-list-vo.js +5 -5
- package/dist/models/plan-detail-dto.d.ts +9 -9
- package/dist/models/plan-detail-dto.js +5 -5
- package/dist/models/plan-edit-vo.d.ts +9 -9
- package/dist/models/plan-edit-vo.js +5 -5
- package/dist/models/plan-inspection-items-dto.d.ts +3 -3
- package/dist/models/plan-item-add-vo.d.ts +2 -2
- package/dist/models/plan-item-edit-vo.d.ts +2 -2
- package/dist/models/plan-search-dto.d.ts +9 -9
- package/dist/models/plan-search-dto.js +5 -5
- package/dist/models/pricing-item.d.ts +50 -0
- package/dist/models/pricing-item.js +23 -0
- package/dist/models/process-work-order-vo.d.ts +1 -1
- package/dist/models/safety-smart-fire-record-gizone-dto.d.ts +1 -1
- package/dist/models/save-period-work-order-detail-req.d.ts +1 -1
- package/dist/models/sms-captcha-vo.d.ts +1 -1
- package/dist/models/source-work-order-dto.d.ts +1 -1
- package/dist/models/source-work-order-inspection-dto.d.ts +1 -1
- package/dist/models/space-add-redis-list-dto.d.ts +1 -1
- package/dist/models/space-add-vo.d.ts +2 -2
- package/dist/models/space-detail-dto.d.ts +4 -4
- package/dist/models/space-edit-vo.d.ts +2 -2
- package/dist/models/space-image-detail-dto.d.ts +2 -2
- package/dist/models/space-tree-dto.d.ts +3 -3
- package/dist/models/space.d.ts +1 -1
- package/dist/models/srm-center-entity.d.ts +1 -1
- package/dist/models/srm-center-vo.d.ts +1 -1
- package/dist/models/srm-level-add-dto.d.ts +1 -1
- package/dist/models/sub-buttons.d.ts +1 -1
- package/dist/models/supplier-add-vo.d.ts +2 -2
- package/dist/models/supplier-edit-vo.d.ts +2 -2
- package/dist/models/supplier-entity.d.ts +2 -2
- package/dist/models/surveillance-batch-import-template-dto.d.ts +15 -2
- package/dist/models/surveillance-details-dto.d.ts +7 -7
- package/dist/models/surveillance-entity.d.ts +171 -0
- package/dist/models/surveillance-entity.js +15 -0
- package/dist/models/surveillance-settings-coverage-standard-dto.d.ts +1 -1
- package/dist/models/surveillance-settings-polling-dto.d.ts +2 -2
- package/dist/models/surveillance-settings-polling-vo.d.ts +2 -2
- package/dist/models/surveillance-update-vo.d.ts +2 -2
- package/dist/models/switch-pak-body-v2-vo.d.ts +1 -1
- package/dist/models/sync-equipment-status-vo.d.ts +1 -1
- package/dist/models/sync-equipment-vo.d.ts +1 -1
- package/dist/models/sys-user-info-dto.d.ts +3 -3
- package/dist/models/sys-user-msg-dto.d.ts +2 -2
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/user-add-redis-list-vo.d.ts +1 -1
- package/dist/models/user-roles-and-permissions-dto.d.ts +1 -1
- package/dist/models/violation-decision-vo.d.ts +20 -2
- package/dist/models/violation-work-order-add-vo.d.ts +9 -3
- package/dist/models/violation-work-order-details-dto.d.ts +12 -12
- package/dist/models/violation-work-order-info.d.ts +22 -4
- package/dist/models/work-order-add-vo.d.ts +3 -3
- package/dist/models/work-order-circulation-settings-add-or-update-vo.d.ts +2 -2
- package/dist/models/work-order-circulation-settings-entity.d.ts +2 -2
- package/dist/models/work-order-circulation-vo.d.ts +1 -1
- package/dist/models/work-order-decision-vo.d.ts +2 -2
- package/dist/models/work-order-dept-settings-entity.d.ts +1 -1
- package/dist/models/work-order-detail-dto.d.ts +14 -14
- package/dist/models/work-order-ext-data.d.ts +5 -5
- package/dist/models/work-order-group-equipment-dto.d.ts +167 -0
- package/dist/models/work-order-group-equipment-dto.js +21 -0
- package/dist/models/work-order-group-equipment-dtoinspection-item.d.ts +36 -0
- package/dist/models/work-order-group-equipment-dtoinspection-item.js +15 -0
- package/dist/models/work-order-handler-dto.d.ts +1 -1
- package/dist/models/work-order-issue-type-settings-add-or-update-vo.d.ts +2 -2
- package/dist/models/work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/models/work-order-msg-remind-config-info.d.ts +2 -2
- package/dist/models/work-order-push-settings-entity.d.ts +1 -1
- package/dist/models/work-order-push-settings-save-or-update-vo.d.ts +1 -1
- package/dist/models/work-order-push-settings-vo.d.ts +1 -1
- package/dist/models/work-order-report-vo.d.ts +3 -3
- package/dist/models/work-order-search-dto.d.ts +7 -7
- package/dist/models/work-order-spot-check-dto.d.ts +22 -22
- package/dist/models/work-order-spot-check-dto.js +8 -8
- package/dist/models/work-order-staging-data-vo.d.ts +1 -1
- package/dist/models/work-order-submit-vo.d.ts +2 -2
- package/dist/models/work-order-type-msg-remind-config-add-or-update-vo.d.ts +2 -2
- package/dist/models/work-order-type-settings-entity.d.ts +2 -2
- package/dist/models/wx-ma-user-info.d.ts +1 -1
- package/dist/models/wx-menu.d.ts +2 -2
- package/dist/models/wx-mp-conditional-menu.d.ts +2 -2
- package/dist/models/wx-mp-get-self-menu-info-result.d.ts +1 -1
- package/dist/models/wx-mp-menu.d.ts +1 -1
- package/dist/models/wx-mp-self-menu-button.d.ts +2 -2
- package/dist/models/wx-mp-self-menu-info.d.ts +1 -1
- package/models/access-abnormal-type-enum.ts +2 -2
- package/models/access-appointment-record-add-vo.ts +17 -8
- package/models/access-appointment-record-details-dto.ts +20 -11
- package/models/access-appointment-record-process-approval-user-dto.ts +1 -1
- package/models/access-appointment-record-process-details-dto.ts +12 -6
- package/models/access-approval-config-vo.ts +2 -2
- package/models/access-blacklist-add-vo.ts +6 -0
- package/models/access-blacklist-details-dto.ts +6 -0
- package/models/access-blacklist-update-vo.ts +6 -0
- package/models/access-company-config-entity.ts +1 -1
- package/models/access-config-entity.ts +7 -1
- package/models/access-config-vo.ts +7 -1
- package/models/access-record-details-dto.ts +9 -9
- package/models/access-record-summary-details-dto.ts +14 -8
- package/models/access-record-summary-list-dto.ts +13 -7
- package/models/access-vehicle-length-enum.ts +6 -6
- package/models/access-visitor-person-type-config-vo.ts +3 -3
- package/models/access-whitelist-application-add-vo.ts +4 -4
- package/models/access-whitelist-application-batch-import-template-dto.ts +9 -3
- package/models/access-whitelist-application-details-dto.ts +6 -6
- package/models/access-whitelist-application-process-details-dto.ts +12 -6
- package/models/access-whitelist-application-update-vo.ts +1 -1
- package/models/app-login-wx-chat-dto.ts +1 -1
- package/models/area-park-dto.ts +1 -1
- package/models/base-error-result.ts +1 -1
- package/models/calendar-entity.ts +1 -1
- package/models/center-list-dto.ts +1 -1
- package/models/cuser-info.ts +1 -1
- package/models/dashboard-access-search-dto.ts +15 -3
- package/models/dashboard-access-source-group-stats-vo.ts +1 -1
- package/models/dashboard-base-search-dto.ts +12 -0
- package/models/dashboard-equipment-park-group-stats-vo.ts +1 -1
- package/models/dashboard-equipment-search-dto.ts +12 -0
- package/models/dashboard-equipment-system-group-stats-vo.ts +1 -1
- package/models/dashboard-park-statistics-vo.ts +42 -0
- package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +7 -1
- package/models/dashboard-surveillance-park-group-stats-vo.ts +18 -0
- package/models/dashboard-surveillance-search-dto.ts +13 -1
- package/models/dashboard-work-order-by-park-search-dto.ts +17 -11
- package/models/dashboard-work-order-by-work-order-type-search-dto.ts +14 -8
- package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +19 -1
- package/models/dashboard-work-order-issue-type-group-stats-vo.ts +1 -1
- package/models/dashboard-work-order-list-search-dto.ts +22 -16
- package/models/dashboard-work-order-type-group-stats-vo.ts +2 -2
- package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +1 -1
- package/models/dept-relation-dto.ts +2 -2
- package/models/dept-relation.ts +2 -2
- package/models/disaster-warning-standard-add-or-update-vo.ts +1 -1
- package/models/disaster-warning-standard-entity.ts +1 -1
- package/models/disaster-warning-standard-import-dto.ts +1 -1
- package/models/emission-standard-enum.ts +32 -0
- package/models/energy-cost-add-record-dto.ts +183 -0
- package/models/energy-cost-add-setting-dto.ts +33 -0
- package/models/energy-cost-add-setting-dtopark-setting-item.ts +52 -0
- package/models/energy-cost-add-setting-dtopark-setting.ts +53 -0
- package/models/energy-cost-edit-record-dto.ts +189 -0
- package/models/energy-cost-month-setting-list-summary-standards-vo.ts +106 -0
- package/models/energy-cost-month-setting-list-vo.ts +116 -0
- package/models/energy-cost-record-bill-info-vo.ts +54 -0
- package/models/energy-cost-record-info-not-emun-vo.ts +213 -0
- package/models/energy-cost-record-info-vo.ts +246 -0
- package/models/energy-cost-scenarios-info-not-enum-vo.ts +126 -0
- package/models/energy-cost-scenarios-info-vo.ts +153 -0
- package/models/energy-cost-setting-delete-dto.ts +50 -0
- package/models/energy-cost-setting-summy-add-dto.ts +50 -0
- package/models/energy-cost-setting-summy-update-dto.ts +36 -0
- package/models/energy-cost-update-setting-dto.ts +52 -0
- package/models/equipment-add-redis-list-dto.ts +1 -1
- package/models/equipment-detail-dto.ts +2 -2
- package/models/equipment-edit-batch-vo.ts +1 -1
- package/models/equipment-edit-vo.ts +2 -2
- package/models/equipment-search-system-dto.ts +3 -3
- package/models/equipment-search-vo.ts +1 -1
- package/models/equipment-status-stats-vo.ts +1 -1
- package/models/equipment-tree-details-dto.ts +2 -2
- package/models/equipment-tree-dto.ts +1 -1
- package/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +1 -1
- package/models/excel-import-result-dtocalendar-export-dto.ts +1 -1
- package/models/excel-import-result-dtodisaster-warning-standard-import-dto.ts +1 -1
- package/models/excel-import-result-dtoequipment-excel-add-dto.ts +1 -1
- package/models/excel-import-result-dtoinspection-standard-import-dto.ts +1 -1
- package/models/excel-import-result-dtomaintenance-standard-import-dto.ts +1 -1
- package/models/excel-import-result-dtosurveillance-batch-import-template-dto.ts +1 -1
- package/models/excel-import-result-dtosurveillance-settings-export-dto.ts +1 -1
- package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +1 -1
- package/models/exploration-work-order-add-vo.ts +3 -3
- package/models/exploration-work-order-details-dto.ts +9 -9
- package/models/exploration-work-order-info.ts +2 -2
- package/models/followup-work-order-dto.ts +1 -1
- package/models/group-dept-vo.ts +1 -1
- package/models/index.ts +36 -1
- package/models/inspection-handle-req.ts +1 -1
- package/models/inspection-point-item.ts +1 -1
- package/models/inspection-point.ts +16 -1
- package/models/inspection-standard-add-or-update-vo.ts +4 -4
- package/models/inspection-standard-dto.ts +4 -4
- package/models/inspection-standard-entity.ts +5 -5
- package/models/inspection-standard-import-dto.ts +2 -2
- package/models/insurance-work-order-issue-vo.ts +1 -1
- package/models/insurance-work-order-vo.ts +1 -1
- package/models/iot-device-unit-delete-dto.ts +48 -0
- package/models/ipage-energy-cost-record-info-vo.ts +70 -0
- package/models/item.ts +87 -0
- package/models/json-result-access-appointment-record-details-dto.ts +2 -2
- package/models/json-result-access-blacklist-details-dto.ts +2 -2
- package/models/json-result-access-company-config-entity.ts +2 -2
- package/models/json-result-access-config-entity.ts +2 -2
- package/models/json-result-access-record-summary-details-dto.ts +2 -2
- package/models/json-result-access-whitelist-application-details-dto.ts +2 -2
- package/models/json-result-admission-terms-record-details-dto.ts +2 -2
- package/models/json-result-applet-user-type-dto.ts +2 -2
- package/models/json-result-big-decimal.ts +1 -1
- package/models/json-result-boolean.ts +1 -1
- package/models/json-result-calendar-entity.ts +2 -2
- package/models/json-result-dashboard-park-statistics-vo.ts +72 -0
- package/models/json-result-disaster-warning-standard-entity.ts +2 -2
- package/models/json-result-energy-cost-record-bill-info-vo.ts +72 -0
- package/models/json-result-energy-cost-record-info-not-emun-vo.ts +72 -0
- package/models/{json-result-work-order-spot-check-dto.ts → json-result-energy-cost-record-info-vo.ts} +13 -13
- package/models/json-result-equipment-add-redis-list-dto.ts +2 -2
- package/models/json-result-equipment-detail-dto.ts +2 -2
- package/models/json-result-equipment-search-system-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtoequipment-excel-add-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtoinspection-standard-import-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.ts +2 -2
- package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +2 -2
- package/models/json-result-exploration-work-order-details-dto.ts +2 -2
- package/models/json-result-file-dto.ts +2 -2
- package/models/json-result-group-dept-vo.ts +2 -2
- package/models/json-result-inspection-standard-entity.ts +2 -2
- package/models/json-result-integer.ts +1 -1
- package/models/json-result-ipage-energy-cost-record-info-vo.ts +72 -0
- package/models/json-result-json-result-list-space-tree-dto.ts +2 -2
- package/models/json-result-list-access-appointment-record-process-details-dto.ts +2 -2
- package/models/json-result-list-access-company-config-entity.ts +2 -2
- package/models/json-result-list-access-whitelist-application-process-details-dto.ts +2 -2
- package/models/json-result-list-address-region-entity.ts +2 -2
- package/models/json-result-list-applet-sys-user-drop-down-box-list-dto.ts +2 -2
- package/models/json-result-list-area-park-dto.ts +2 -2
- package/models/json-result-list-calendar-entity.ts +2 -2
- package/models/json-result-list-center-list-dto.ts +2 -2
- package/models/json-result-list-dashboard-access-park-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-access-source-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-equipment-park-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-equipment-system-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-series-stats-base-vo.ts +2 -2
- package/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-work-order-park-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-work-order-type-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts +2 -2
- package/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.ts +72 -0
- package/models/json-result-list-energy-cost-month-setting-list-vo.ts +72 -0
- package/models/json-result-list-equipment-detail-dto.ts +2 -2
- package/models/json-result-list-equipment-qr-code-dto.ts +2 -2
- package/models/json-result-list-equipment-system-tree-dto.ts +2 -2
- package/models/json-result-list-equipment-tree-dto.ts +2 -2
- package/models/json-result-list-inspection-point.ts +2 -2
- package/models/json-result-list-inspection-standard-entity.ts +2 -2
- package/models/json-result-list-maintenance-standard-entity.ts +2 -2
- package/models/json-result-list-park-list-dto.ts +2 -2
- package/models/json-result-list-plan-calendar-list-vo.ts +2 -2
- package/models/json-result-list-plan-calendar-vo.ts +2 -2
- package/models/json-result-list-space-image-detail-dto.ts +2 -2
- package/models/json-result-list-space-point-dto.ts +2 -2
- package/models/json-result-list-space-qr-code-dto.ts +2 -2
- package/models/json-result-list-space-tree-dto.ts +2 -2
- package/models/json-result-list-space-url-dto.ts +2 -2
- package/models/json-result-list-srm-center-vo.ts +2 -2
- package/models/json-result-list-supplier-select-dto.ts +2 -2
- package/models/json-result-list-surveillance-settings-coverage-standard-dto.ts +2 -2
- package/models/json-result-list-sys-dept-drop-down-box-list-dto.ts +2 -2
- package/models/json-result-list-sys-dept.ts +2 -2
- package/models/json-result-list-sys-user-drop-down-box-list-dto.ts +2 -2
- package/models/json-result-list-work-order-circulation-settings-entity.ts +2 -2
- package/models/json-result-list-work-order-circulation-vo.ts +2 -2
- package/models/json-result-list-work-order-comment-entity.ts +2 -2
- package/models/json-result-list-work-order-dept-settings-entity.ts +2 -2
- package/models/json-result-list-work-order-inspection-detail-dto.ts +2 -2
- package/models/json-result-list-work-order-issue-type-settings-entity.ts +2 -2
- package/models/json-result-list-work-order-push-settings-entity.ts +2 -2
- package/models/json-result-list-work-order-spot-check-dto.ts +72 -0
- package/models/json-result-list-work-order-step-by-step-push-user-details-dto.ts +2 -2
- package/models/json-result-list-work-order-type-settings-entity.ts +2 -2
- package/models/json-result-maintenance-standard-entity.ts +2 -2
- package/models/json-result-map-string-object.ts +69 -0
- package/models/json-result-monitoring-coverage-alert-work-order-details-dto.ts +2 -2
- package/models/json-result-network-monitor-repair-details-dto.ts +2 -2
- package/models/json-result-notice-entity.ts +2 -2
- package/models/json-result-offline-alert-work-order-details-dto.ts +2 -2
- package/models/json-result-page-dto-access-appointment-record-details-dto.ts +2 -2
- package/models/json-result-page-dto-access-blacklist-details-dto.ts +2 -2
- package/models/json-result-page-dto-access-record-summary-list-dto.ts +2 -2
- package/models/json-result-page-dto-access-whitelist-application-details-dto.ts +2 -2
- package/models/json-result-page-dto-admission-terms-record-list-dto.ts +2 -2
- package/models/json-result-page-dto-disaster-warning-standard-entity.ts +2 -2
- package/models/json-result-page-dto-equipment-search-system-dto.ts +2 -2
- package/models/json-result-page-dto-inspection-standard-dto.ts +2 -2
- package/models/json-result-page-dto-maintenance-standard-dto.ts +2 -2
- package/models/json-result-page-dto-open-api-equipment-list-dto.ts +2 -2
- package/models/json-result-page-dto-plan-search-dto.ts +2 -2
- package/models/json-result-page-dto-supplier-contract-details-dto.ts +2 -2
- package/models/json-result-page-dto-surveillance-details-dto.ts +2 -2
- package/models/json-result-page-dto-sys-user-msg-dto.ts +2 -2
- package/models/json-result-page-dto-work-order-group-equipment-dto.ts +72 -0
- package/models/json-result-page-dto-work-order-search-dto.ts +2 -2
- package/models/json-result-park-info-dto.ts +2 -2
- package/models/json-result-park-settings-details-dto.ts +2 -2
- package/models/json-result-period-detail-resp.ts +2 -2
- package/models/json-result-plan-detail-dto.ts +2 -2
- package/models/json-result-space-add-redis-list-dto.ts +2 -2
- package/models/json-result-space-image-detail-dto.ts +2 -2
- package/models/json-result-srm-center-entity.ts +2 -2
- package/models/json-result-string.ts +1 -1
- package/models/json-result-supplier-contract-details-dto.ts +2 -2
- package/models/json-result-supplier-entity.ts +2 -2
- package/models/json-result-surveillance-count-dto.ts +2 -2
- package/models/json-result-surveillance-details-dto.ts +2 -2
- package/models/json-result-surveillance-live-dto.ts +2 -2
- package/models/json-result-surveillance-settings-details-dto.ts +2 -2
- package/models/json-result-surveillance-settings-polling-dto.ts +2 -2
- package/models/json-result-switch-park-v2-dto.ts +2 -2
- package/models/json-result-sys-dept.ts +2 -2
- package/models/json-result-sys-user-msg-dto.ts +2 -2
- package/models/json-result-sys-user.ts +2 -2
- package/models/json-result-user-add-redis-list-vo.ts +2 -2
- package/models/json-result-user-settings-entity.ts +2 -2
- package/models/json-result-violation-work-order-details-dto.ts +2 -2
- package/models/json-result-void.ts +1 -1
- package/models/json-result-work-order-dept-settings-entity.ts +2 -2
- package/models/json-result-work-order-detail-dto.ts +2 -2
- package/models/json-result-work-order-issue-type-settings-entity.ts +2 -2
- package/models/json-result.ts +1 -1
- package/models/maintenance-history-dto.ts +2 -2
- package/models/maintenance-standard-add-or-update-vo.ts +2 -2
- package/models/maintenance-standard-dto.ts +2 -2
- package/models/maintenance-standard-entity.ts +3 -3
- package/models/monitoring-coverage-alert-info.ts +1 -1
- package/models/monitoring-coverage-alert-process-vo.ts +1 -1
- package/models/monitoring-coverage-alert-work-order-details-dto.ts +7 -7
- package/models/network-monitor-repair-add-vo.ts +3 -3
- package/models/network-monitor-repair-details-dto.ts +14 -14
- package/models/news-info.ts +1 -1
- package/models/offline-alert-submit-vo.ts +1 -1
- package/models/offline-alert-work-order-details-dto.ts +10 -10
- package/models/offline-alert-work-order-info.ts +2 -2
- package/models/offline-alert-work-order-vo.ts +1 -1
- package/models/open-api-access-appointment-record-add-vo.ts +16 -7
- package/models/open-api-access-appointment-record-delete-vo.ts +1 -1
- package/models/open-api-equipment-list-dto.ts +2 -2
- package/models/page-dto-access-appointment-record-details-dto.ts +1 -1
- package/models/page-dto-access-blacklist-details-dto.ts +1 -1
- package/models/page-dto-access-record-summary-list-dto.ts +1 -1
- package/models/page-dto-access-whitelist-application-details-dto.ts +1 -1
- package/models/page-dto-admission-terms-record-list-dto.ts +1 -1
- package/models/page-dto-disaster-warning-standard-entity.ts +1 -1
- package/models/page-dto-equipment-search-system-dto.ts +1 -1
- package/models/page-dto-inspection-standard-dto.ts +1 -1
- package/models/page-dto-maintenance-standard-dto.ts +1 -1
- package/models/page-dto-open-api-equipment-list-dto.ts +1 -1
- package/models/page-dto-plan-search-dto.ts +1 -1
- package/models/page-dto-supplier-contract-details-dto.ts +1 -1
- package/models/page-dto-surveillance-details-dto.ts +1 -1
- package/models/page-dto-sys-user-msg-dto.ts +1 -1
- package/models/page-dto-work-order-group-equipment-dto.ts +39 -0
- package/models/page-dto-work-order-search-dto.ts +1 -1
- package/models/park-info-dto.ts +7 -1
- package/models/park-info-edit-vo.ts +7 -1
- package/models/park-list-dto.ts +17 -0
- package/models/park.ts +1 -1
- package/models/period-detail-resp.ts +12 -12
- package/models/plan-add-vo.ts +9 -9
- package/models/plan-calendar-list-vo.ts +5 -5
- package/models/plan-detail-dto.ts +9 -9
- package/models/plan-edit-vo.ts +9 -9
- package/models/plan-inspection-items-dto.ts +3 -3
- package/models/plan-item-add-vo.ts +2 -2
- package/models/plan-item-edit-vo.ts +2 -2
- package/models/plan-search-dto.ts +9 -9
- package/models/pricing-item.ts +59 -0
- package/models/process-work-order-vo.ts +1 -1
- package/models/safety-smart-fire-record-gizone-dto.ts +1 -1
- package/models/save-period-work-order-detail-req.ts +1 -1
- package/models/sms-captcha-vo.ts +1 -1
- package/models/source-work-order-dto.ts +1 -1
- package/models/source-work-order-inspection-dto.ts +1 -1
- package/models/space-add-redis-list-dto.ts +1 -1
- package/models/space-add-vo.ts +2 -2
- package/models/space-detail-dto.ts +4 -4
- package/models/space-edit-vo.ts +2 -2
- package/models/space-image-detail-dto.ts +2 -2
- package/models/space-tree-dto.ts +3 -3
- package/models/space.ts +1 -1
- package/models/srm-center-entity.ts +1 -1
- package/models/srm-center-vo.ts +1 -1
- package/models/srm-level-add-dto.ts +1 -1
- package/models/sub-buttons.ts +1 -1
- package/models/supplier-add-vo.ts +2 -2
- package/models/supplier-edit-vo.ts +2 -2
- package/models/supplier-entity.ts +2 -2
- package/models/surveillance-batch-import-template-dto.ts +17 -2
- package/models/surveillance-details-dto.ts +7 -7
- package/models/surveillance-entity.ts +185 -0
- package/models/surveillance-settings-coverage-standard-dto.ts +1 -1
- package/models/surveillance-settings-polling-dto.ts +2 -2
- package/models/surveillance-settings-polling-vo.ts +2 -2
- package/models/surveillance-update-vo.ts +2 -2
- package/models/switch-pak-body-v2-vo.ts +1 -1
- package/models/sync-equipment-status-vo.ts +1 -1
- package/models/sync-equipment-vo.ts +1 -1
- package/models/sys-user-info-dto.ts +3 -3
- package/models/sys-user-msg-dto.ts +2 -2
- package/models/sys-user.ts +4 -4
- package/models/user-add-redis-list-vo.ts +1 -1
- package/models/user-roles-and-permissions-dto.ts +1 -1
- package/models/violation-decision-vo.ts +20 -2
- package/models/violation-work-order-add-vo.ts +9 -3
- package/models/violation-work-order-details-dto.ts +12 -12
- package/models/violation-work-order-info.ts +22 -4
- package/models/work-order-add-vo.ts +3 -3
- package/models/work-order-circulation-settings-add-or-update-vo.ts +2 -2
- package/models/work-order-circulation-settings-entity.ts +2 -2
- package/models/work-order-circulation-vo.ts +1 -1
- package/models/work-order-decision-vo.ts +2 -2
- package/models/work-order-dept-settings-entity.ts +1 -1
- package/models/work-order-detail-dto.ts +14 -14
- package/models/work-order-ext-data.ts +5 -5
- package/models/work-order-group-equipment-dto.ts +186 -0
- package/models/work-order-group-equipment-dtoinspection-item.ts +42 -0
- package/models/work-order-handler-dto.ts +1 -1
- package/models/work-order-issue-type-settings-add-or-update-vo.ts +2 -2
- package/models/work-order-issue-type-settings-entity.ts +2 -2
- package/models/work-order-msg-remind-config-info.ts +2 -2
- package/models/work-order-push-settings-entity.ts +1 -1
- package/models/work-order-push-settings-save-or-update-vo.ts +1 -1
- package/models/work-order-push-settings-vo.ts +1 -1
- package/models/work-order-report-vo.ts +3 -3
- package/models/work-order-search-dto.ts +7 -7
- package/models/work-order-spot-check-dto.ts +23 -23
- package/models/work-order-staging-data-vo.ts +1 -1
- package/models/work-order-submit-vo.ts +2 -2
- package/models/work-order-type-msg-remind-config-add-or-update-vo.ts +2 -2
- package/models/work-order-type-settings-entity.ts +2 -2
- package/models/wx-ma-user-info.ts +1 -1
- package/models/wx-menu.ts +2 -2
- package/models/wx-mp-conditional-menu.ts +2 -2
- package/models/wx-mp-get-self-menu-info-result.ts +1 -1
- package/models/wx-mp-menu.ts +1 -1
- package/models/wx-mp-self-menu-button.ts +2 -2
- package/models/wx-mp-self-menu-info.ts +1 -1
- package/package.json +4 -4
- /package/dist/esm/models/{json-result-work-order-spot-check-dto.js → dashboard-park-statistics-vo.js} +0 -0
- /package/dist/models/{json-result-work-order-spot-check-dto.js → dashboard-park-statistics-vo.js} +0 -0
package/dist/apis/common-api.js
CHANGED
|
@@ -42,7 +42,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
42
42
|
* @param {*} [options] Override http request option.
|
|
43
43
|
* @throws {RequiredError}
|
|
44
44
|
*/
|
|
45
|
-
addSrmLevel: (
|
|
45
|
+
addSrmLevel: (srmLevelAddDTO, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
46
46
|
// verify required parameter 'srmLevelAddDTO' is not null or undefined
|
|
47
47
|
(0, common_1.assertParamExists)('addSrmLevel', 'srmLevelAddDTO', srmLevelAddDTO);
|
|
48
48
|
const localVarPath = `/srm/level`;
|
|
@@ -74,7 +74,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
74
74
|
* @param {*} [options] Override http request option.
|
|
75
75
|
* @throws {RequiredError}
|
|
76
76
|
*/
|
|
77
|
-
addressRegionList: (
|
|
77
|
+
addressRegionList: (pid, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
78
78
|
// verify required parameter 'pid' is not null or undefined
|
|
79
79
|
(0, common_1.assertParamExists)('addressRegionList', 'pid', pid);
|
|
80
80
|
const localVarPath = `/address/list`;
|
|
@@ -109,7 +109,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
109
109
|
* @deprecated
|
|
110
110
|
* @throws {RequiredError}
|
|
111
111
|
*/
|
|
112
|
-
commonDeleteFile: (
|
|
112
|
+
commonDeleteFile: (fileName, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
113
113
|
// verify required parameter 'fileName' is not null or undefined
|
|
114
114
|
(0, common_1.assertParamExists)('commonDeleteFile', 'fileName', fileName);
|
|
115
115
|
const localVarPath = `/operation/file/delete`;
|
|
@@ -143,7 +143,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
143
143
|
* @param {*} [options] Override http request option.
|
|
144
144
|
* @throws {RequiredError}
|
|
145
145
|
*/
|
|
146
|
-
commonUploadFile: (
|
|
146
|
+
commonUploadFile: (file, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
147
147
|
// verify required parameter 'file' is not null or undefined
|
|
148
148
|
(0, common_1.assertParamExists)('commonUploadFile', 'file', file);
|
|
149
149
|
const localVarPath = `/operation/file/upload`;
|
|
@@ -177,7 +177,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
177
177
|
* @param {*} [options] Override http request option.
|
|
178
178
|
* @throws {RequiredError}
|
|
179
179
|
*/
|
|
180
|
-
commonUploadPrivacyFile: (
|
|
180
|
+
commonUploadPrivacyFile: (file, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
181
181
|
// verify required parameter 'file' is not null or undefined
|
|
182
182
|
(0, common_1.assertParamExists)('commonUploadPrivacyFile', 'file', file);
|
|
183
183
|
const localVarPath = `/operation/file/upload/privacy/filename`;
|
|
@@ -213,7 +213,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
213
213
|
* @param {*} [options] Override http request option.
|
|
214
214
|
* @throws {RequiredError}
|
|
215
215
|
*/
|
|
216
|
-
createDept: (
|
|
216
|
+
createDept: (sysDept, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
217
217
|
// verify required parameter 'sysDept' is not null or undefined
|
|
218
218
|
(0, common_1.assertParamExists)('createDept', 'sysDept', sysDept);
|
|
219
219
|
const localVarPath = `/system/dept`;
|
|
@@ -245,7 +245,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
245
245
|
* @param {*} [options] Override http request option.
|
|
246
246
|
* @throws {RequiredError}
|
|
247
247
|
*/
|
|
248
|
-
createJobPosition: (
|
|
248
|
+
createJobPosition: (sysPost, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
249
249
|
// verify required parameter 'sysPost' is not null or undefined
|
|
250
250
|
(0, common_1.assertParamExists)('createJobPosition', 'sysPost', sysPost);
|
|
251
251
|
const localVarPath = `/system/post`;
|
|
@@ -277,7 +277,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
277
277
|
* @param {*} [options] Override http request option.
|
|
278
278
|
* @throws {RequiredError}
|
|
279
279
|
*/
|
|
280
|
-
createMenu: (
|
|
280
|
+
createMenu: (sysMenu, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
281
281
|
// verify required parameter 'sysMenu' is not null or undefined
|
|
282
282
|
(0, common_1.assertParamExists)('createMenu', 'sysMenu', sysMenu);
|
|
283
283
|
const localVarPath = `/system/menu`;
|
|
@@ -309,7 +309,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
309
309
|
* @param {*} [options] Override http request option.
|
|
310
310
|
* @throws {RequiredError}
|
|
311
311
|
*/
|
|
312
|
-
deleteDept: (
|
|
312
|
+
deleteDept: (deptId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
313
313
|
// verify required parameter 'deptId' is not null or undefined
|
|
314
314
|
(0, common_1.assertParamExists)('deleteDept', 'deptId', deptId);
|
|
315
315
|
const localVarPath = `/system/dept/{deptId}`
|
|
@@ -340,7 +340,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
340
340
|
* @param {*} [options] Override http request option.
|
|
341
341
|
* @throws {RequiredError}
|
|
342
342
|
*/
|
|
343
|
-
deleteJobPositions: (
|
|
343
|
+
deleteJobPositions: (postIds, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
344
344
|
// verify required parameter 'postIds' is not null or undefined
|
|
345
345
|
(0, common_1.assertParamExists)('deleteJobPositions', 'postIds', postIds);
|
|
346
346
|
const localVarPath = `/system/post/{postIds}`
|
|
@@ -371,7 +371,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
371
371
|
* @param {*} [options] Override http request option.
|
|
372
372
|
* @throws {RequiredError}
|
|
373
373
|
*/
|
|
374
|
-
deleteMenu: (
|
|
374
|
+
deleteMenu: (menuId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
375
375
|
// verify required parameter 'menuId' is not null or undefined
|
|
376
376
|
(0, common_1.assertParamExists)('deleteMenu', 'menuId', menuId);
|
|
377
377
|
const localVarPath = `/system/menu/{menuId}`
|
|
@@ -403,7 +403,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
403
403
|
* @deprecated
|
|
404
404
|
* @throws {RequiredError}
|
|
405
405
|
*/
|
|
406
|
-
demo: (
|
|
406
|
+
demo: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
407
407
|
const localVarPath = `/operation/file/demo`;
|
|
408
408
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
409
409
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -433,7 +433,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
433
433
|
* @param {*} [options] Override http request option.
|
|
434
434
|
* @throws {RequiredError}
|
|
435
435
|
*/
|
|
436
|
-
editParkInfo: (
|
|
436
|
+
editParkInfo: (parkId, parkInfoEditVO, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
437
437
|
// verify required parameter 'parkId' is not null or undefined
|
|
438
438
|
(0, common_1.assertParamExists)('editParkInfo', 'parkId', parkId);
|
|
439
439
|
// verify required parameter 'parkInfoEditVO' is not null or undefined
|
|
@@ -468,7 +468,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
468
468
|
* @param {*} [options] Override http request option.
|
|
469
469
|
* @throws {RequiredError}
|
|
470
470
|
*/
|
|
471
|
-
exportJobPositions: (
|
|
471
|
+
exportJobPositions: (post, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
472
472
|
// verify required parameter 'post' is not null or undefined
|
|
473
473
|
(0, common_1.assertParamExists)('exportJobPositions', 'post', post);
|
|
474
474
|
const localVarPath = `/system/post/export`;
|
|
@@ -504,7 +504,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
504
504
|
* @param {*} [options] Override http request option.
|
|
505
505
|
* @throws {RequiredError}
|
|
506
506
|
*/
|
|
507
|
-
fileDownload: (
|
|
507
|
+
fileDownload: (fileName, _delete, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
508
508
|
// verify required parameter 'fileName' is not null or undefined
|
|
509
509
|
(0, common_1.assertParamExists)('fileDownload', 'fileName', fileName);
|
|
510
510
|
// verify required parameter '_delete' is not null or undefined
|
|
@@ -542,7 +542,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
542
542
|
* @param {*} [options] Override http request option.
|
|
543
543
|
* @throws {RequiredError}
|
|
544
544
|
*/
|
|
545
|
-
getDept: (
|
|
545
|
+
getDept: (deptId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
546
546
|
// verify required parameter 'deptId' is not null or undefined
|
|
547
547
|
(0, common_1.assertParamExists)('getDept', 'deptId', deptId);
|
|
548
548
|
const localVarPath = `/system/dept/{deptId}`
|
|
@@ -573,7 +573,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
573
573
|
* @param {*} [options] Override http request option.
|
|
574
574
|
* @throws {RequiredError}
|
|
575
575
|
*/
|
|
576
|
-
getDept1: (
|
|
576
|
+
getDept1: (deptId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
577
577
|
// verify required parameter 'deptId' is not null or undefined
|
|
578
578
|
(0, common_1.assertParamExists)('getDept1', 'deptId', deptId);
|
|
579
579
|
const localVarPath = `/system/dept/detail`;
|
|
@@ -605,7 +605,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
605
605
|
* @param {*} [options] Override http request option.
|
|
606
606
|
* @throws {RequiredError}
|
|
607
607
|
*/
|
|
608
|
-
getHostIp: (
|
|
608
|
+
getHostIp: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
609
609
|
const localVarPath = `/gizone/ip/getHostIp`;
|
|
610
610
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
611
611
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -633,7 +633,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
633
633
|
* @param {*} [options] Override http request option.
|
|
634
634
|
* @throws {RequiredError}
|
|
635
635
|
*/
|
|
636
|
-
getJobPosition: (
|
|
636
|
+
getJobPosition: (postId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
637
637
|
// verify required parameter 'postId' is not null or undefined
|
|
638
638
|
(0, common_1.assertParamExists)('getJobPosition', 'postId', postId);
|
|
639
639
|
const localVarPath = `/system/post/{postId}`
|
|
@@ -664,7 +664,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
664
664
|
* @param {*} [options] Override http request option.
|
|
665
665
|
* @throws {RequiredError}
|
|
666
666
|
*/
|
|
667
|
-
getMenu: (
|
|
667
|
+
getMenu: (menuId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
668
668
|
// verify required parameter 'menuId' is not null or undefined
|
|
669
669
|
(0, common_1.assertParamExists)('getMenu', 'menuId', menuId);
|
|
670
670
|
const localVarPath = `/system/menu/{menuId}`
|
|
@@ -696,7 +696,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
696
696
|
* @param {*} [options] Override http request option.
|
|
697
697
|
* @throws {RequiredError}
|
|
698
698
|
*/
|
|
699
|
-
getParkInfo: (
|
|
699
|
+
getParkInfo: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
700
700
|
// verify required parameter 'parkId' is not null or undefined
|
|
701
701
|
(0, common_1.assertParamExists)('getParkInfo', 'parkId', parkId);
|
|
702
702
|
const localVarPath = `/system/dept/parkInfo/{parkId}`
|
|
@@ -728,7 +728,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
728
728
|
* @param {*} [options] Override http request option.
|
|
729
729
|
* @throws {RequiredError}
|
|
730
730
|
*/
|
|
731
|
-
getParkSetting: (
|
|
731
|
+
getParkSetting: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
732
732
|
// verify required parameter 'parkId' is not null or undefined
|
|
733
733
|
(0, common_1.assertParamExists)('getParkSetting', 'parkId', parkId);
|
|
734
734
|
const localVarPath = `/system/dept/selectParkSettings`;
|
|
@@ -762,7 +762,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
762
762
|
* @param {*} [options] Override http request option.
|
|
763
763
|
* @throws {RequiredError}
|
|
764
764
|
*/
|
|
765
|
-
lestDeptByParkAndType: (
|
|
765
|
+
lestDeptByParkAndType: (sysDeptDropDownVO, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
766
766
|
// verify required parameter 'sysDeptDropDownVO' is not null or undefined
|
|
767
767
|
(0, common_1.assertParamExists)('lestDeptByParkAndType', 'sysDeptDropDownVO', sysDeptDropDownVO);
|
|
768
768
|
const localVarPath = `/system/dept/selectDeptDropDownBoxList`;
|
|
@@ -794,7 +794,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
794
794
|
* @param {*} [options] Override http request option.
|
|
795
795
|
* @throws {RequiredError}
|
|
796
796
|
*/
|
|
797
|
-
listDept: (
|
|
797
|
+
listDept: (dept, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
798
798
|
// verify required parameter 'dept' is not null or undefined
|
|
799
799
|
(0, common_1.assertParamExists)('listDept', 'dept', dept);
|
|
800
800
|
const localVarPath = `/system/dept/list`;
|
|
@@ -830,7 +830,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
830
830
|
* @param {*} [options] Override http request option.
|
|
831
831
|
* @throws {RequiredError}
|
|
832
832
|
*/
|
|
833
|
-
listDeptByPark: (
|
|
833
|
+
listDeptByPark: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
834
834
|
// verify required parameter 'parkId' is not null or undefined
|
|
835
835
|
(0, common_1.assertParamExists)('listDeptByPark', 'parkId', parkId);
|
|
836
836
|
const localVarPath = `/system/dept/getParkById`;
|
|
@@ -864,7 +864,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
864
864
|
* @param {*} [options] Override http request option.
|
|
865
865
|
* @throws {RequiredError}
|
|
866
866
|
*/
|
|
867
|
-
listDeptByParkNoTenant: (
|
|
867
|
+
listDeptByParkNoTenant: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
868
868
|
// verify required parameter 'parkId' is not null or undefined
|
|
869
869
|
(0, common_1.assertParamExists)('listDeptByParkNoTenant', 'parkId', parkId);
|
|
870
870
|
const localVarPath = `/system/dept/getParkByIdNotTenant`;
|
|
@@ -897,7 +897,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
897
897
|
* @param {*} [options] Override http request option.
|
|
898
898
|
* @throws {RequiredError}
|
|
899
899
|
*/
|
|
900
|
-
listDeptExcl: (
|
|
900
|
+
listDeptExcl: (deptId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
901
901
|
// verify required parameter 'deptId' is not null or undefined
|
|
902
902
|
(0, common_1.assertParamExists)('listDeptExcl', 'deptId', deptId);
|
|
903
903
|
const localVarPath = `/system/dept/list/exclude/{deptId}`
|
|
@@ -928,7 +928,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
928
928
|
* @param {*} [options] Override http request option.
|
|
929
929
|
* @throws {RequiredError}
|
|
930
930
|
*/
|
|
931
|
-
listDeptTree: (
|
|
931
|
+
listDeptTree: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
932
932
|
// verify required parameter 'parkId' is not null or undefined
|
|
933
933
|
(0, common_1.assertParamExists)('listDeptTree', 'parkId', parkId);
|
|
934
934
|
const localVarPath = `/system/dept/treeselect`;
|
|
@@ -961,7 +961,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
961
961
|
* @param {*} [options] Override http request option.
|
|
962
962
|
* @throws {RequiredError}
|
|
963
963
|
*/
|
|
964
|
-
listDeptTreeByRole: (
|
|
964
|
+
listDeptTreeByRole: (roleId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
965
965
|
// verify required parameter 'roleId' is not null or undefined
|
|
966
966
|
(0, common_1.assertParamExists)('listDeptTreeByRole', 'roleId', roleId);
|
|
967
967
|
const localVarPath = `/system/dept/roleDeptTreeselect/{roleId}`
|
|
@@ -992,7 +992,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
992
992
|
* @param {*} [options] Override http request option.
|
|
993
993
|
* @throws {RequiredError}
|
|
994
994
|
*/
|
|
995
|
-
listJobPositions: (
|
|
995
|
+
listJobPositions: (post, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
996
996
|
// verify required parameter 'post' is not null or undefined
|
|
997
997
|
(0, common_1.assertParamExists)('listJobPositions', 'post', post);
|
|
998
998
|
const localVarPath = `/system/post/list`;
|
|
@@ -1027,7 +1027,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1027
1027
|
* @param {*} [options] Override http request option.
|
|
1028
1028
|
* @throws {RequiredError}
|
|
1029
1029
|
*/
|
|
1030
|
-
listJobPositionsByPark: (
|
|
1030
|
+
listJobPositionsByPark: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1031
1031
|
// verify required parameter 'parkId' is not null or undefined
|
|
1032
1032
|
(0, common_1.assertParamExists)('listJobPositionsByPark', 'parkId', parkId);
|
|
1033
1033
|
const localVarPath = `/system/post/optionselect`;
|
|
@@ -1060,7 +1060,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1060
1060
|
* @param {*} [options] Override http request option.
|
|
1061
1061
|
* @throws {RequiredError}
|
|
1062
1062
|
*/
|
|
1063
|
-
listMenu: (
|
|
1063
|
+
listMenu: (menu, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1064
1064
|
// verify required parameter 'menu' is not null or undefined
|
|
1065
1065
|
(0, common_1.assertParamExists)('listMenu', 'menu', menu);
|
|
1066
1066
|
const localVarPath = `/system/menu/list`;
|
|
@@ -1095,7 +1095,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1095
1095
|
* @param {*} [options] Override http request option.
|
|
1096
1096
|
* @throws {RequiredError}
|
|
1097
1097
|
*/
|
|
1098
|
-
listMenuTree: (
|
|
1098
|
+
listMenuTree: (menu, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1099
1099
|
// verify required parameter 'menu' is not null or undefined
|
|
1100
1100
|
(0, common_1.assertParamExists)('listMenuTree', 'menu', menu);
|
|
1101
1101
|
const localVarPath = `/system/menu/treeselect`;
|
|
@@ -1130,7 +1130,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1130
1130
|
* @param {*} [options] Override http request option.
|
|
1131
1131
|
* @throws {RequiredError}
|
|
1132
1132
|
*/
|
|
1133
|
-
listMenuTreeByRole: (
|
|
1133
|
+
listMenuTreeByRole: (roleId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1134
1134
|
// verify required parameter 'roleId' is not null or undefined
|
|
1135
1135
|
(0, common_1.assertParamExists)('listMenuTreeByRole', 'roleId', roleId);
|
|
1136
1136
|
const localVarPath = `/system/menu/roleMenuTreeselect/{roleId}`
|
|
@@ -1161,7 +1161,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1161
1161
|
* @param {*} [options] Override http request option.
|
|
1162
1162
|
* @throws {RequiredError}
|
|
1163
1163
|
*/
|
|
1164
|
-
listPark: (
|
|
1164
|
+
listPark: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1165
1165
|
const localVarPath = `/system/dept/get/park/list`;
|
|
1166
1166
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1167
1167
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1190,7 +1190,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1190
1190
|
* @param {*} [options] Override http request option.
|
|
1191
1191
|
* @throws {RequiredError}
|
|
1192
1192
|
*/
|
|
1193
|
-
resolveDomain: (
|
|
1193
|
+
resolveDomain: (domain, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1194
1194
|
// verify required parameter 'domain' is not null or undefined
|
|
1195
1195
|
(0, common_1.assertParamExists)('resolveDomain', 'domain', domain);
|
|
1196
1196
|
const localVarPath = `/gizone/ip/resolveDomain`;
|
|
@@ -1223,7 +1223,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1223
1223
|
* @param {*} [options] Override http request option.
|
|
1224
1224
|
* @throws {RequiredError}
|
|
1225
1225
|
*/
|
|
1226
|
-
resourceDownload: (
|
|
1226
|
+
resourceDownload: (resource, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1227
1227
|
// verify required parameter 'resource' is not null or undefined
|
|
1228
1228
|
(0, common_1.assertParamExists)('resourceDownload', 'resource', resource);
|
|
1229
1229
|
const localVarPath = `/common/download/resource`;
|
|
@@ -1258,7 +1258,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1258
1258
|
* @param {*} [options] Override http request option.
|
|
1259
1259
|
* @throws {RequiredError}
|
|
1260
1260
|
*/
|
|
1261
|
-
selectCenterList: (
|
|
1261
|
+
selectCenterList: (isSrm, platForm, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1262
1262
|
// verify required parameter 'isSrm' is not null or undefined
|
|
1263
1263
|
(0, common_1.assertParamExists)('selectCenterList', 'isSrm', isSrm);
|
|
1264
1264
|
const localVarPath = `/system/dept/center`;
|
|
@@ -1294,10 +1294,13 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1294
1294
|
* @param {string} [centerCode] 中心编码
|
|
1295
1295
|
* @param {boolean} [isSrm] 是否查询srm数据
|
|
1296
1296
|
* @param {ParkCenterAttributeEnum} [parkCenterAttribute] 园区属性
|
|
1297
|
+
* @param {string} [contractEndTime] 合同到期时间(合同结束时间小于此时间)
|
|
1298
|
+
* @param {string} [status] 园区状态 0:启用 1:停用
|
|
1299
|
+
* @param {string} [parkName] 园区名称
|
|
1297
1300
|
* @param {*} [options] Override http request option.
|
|
1298
1301
|
* @throws {RequiredError}
|
|
1299
1302
|
*/
|
|
1300
|
-
selectParkList: (
|
|
1303
|
+
selectParkList: (centerCode, isSrm, parkCenterAttribute, contractEndTime, status, parkName, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1301
1304
|
const localVarPath = `/system/dept/park`;
|
|
1302
1305
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1303
1306
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1320,6 +1323,17 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1320
1323
|
if (parkCenterAttribute !== undefined) {
|
|
1321
1324
|
localVarQueryParameter['parkCenterAttribute'] = parkCenterAttribute;
|
|
1322
1325
|
}
|
|
1326
|
+
if (contractEndTime !== undefined) {
|
|
1327
|
+
localVarQueryParameter['contractEndTime'] = (contractEndTime instanceof Date) ?
|
|
1328
|
+
contractEndTime.toISOString() :
|
|
1329
|
+
contractEndTime;
|
|
1330
|
+
}
|
|
1331
|
+
if (status !== undefined) {
|
|
1332
|
+
localVarQueryParameter['status'] = status;
|
|
1333
|
+
}
|
|
1334
|
+
if (parkName !== undefined) {
|
|
1335
|
+
localVarQueryParameter['parkName'] = parkName;
|
|
1336
|
+
}
|
|
1323
1337
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1324
1338
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1325
1339
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1335,7 +1349,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1335
1349
|
* @param {*} [options] Override http request option.
|
|
1336
1350
|
* @throws {RequiredError}
|
|
1337
1351
|
*/
|
|
1338
|
-
selectParkListByPermission: (
|
|
1352
|
+
selectParkListByPermission: (permission, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1339
1353
|
// verify required parameter 'permission' is not null or undefined
|
|
1340
1354
|
(0, common_1.assertParamExists)('selectParkListByPermission', 'permission', permission);
|
|
1341
1355
|
const localVarPath = `/system/dept/park/permission`;
|
|
@@ -1370,7 +1384,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1370
1384
|
* @param {*} [options] Override http request option.
|
|
1371
1385
|
* @throws {RequiredError}
|
|
1372
1386
|
*/
|
|
1373
|
-
selectSrmLevel: (
|
|
1387
|
+
selectSrmLevel: (parentCode, level, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1374
1388
|
const localVarPath = `/srm/level`;
|
|
1375
1389
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1376
1390
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1406,7 +1420,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1406
1420
|
* @param {*} [options] Override http request option.
|
|
1407
1421
|
* @throws {RequiredError}
|
|
1408
1422
|
*/
|
|
1409
|
-
tcpConnect: (
|
|
1423
|
+
tcpConnect: (host, port, timeOutMs, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1410
1424
|
// verify required parameter 'host' is not null or undefined
|
|
1411
1425
|
(0, common_1.assertParamExists)('tcpConnect', 'host', host);
|
|
1412
1426
|
// verify required parameter 'port' is not null or undefined
|
|
@@ -1449,7 +1463,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1449
1463
|
* @param {*} [options] Override http request option.
|
|
1450
1464
|
* @throws {RequiredError}
|
|
1451
1465
|
*/
|
|
1452
|
-
updateDept: (
|
|
1466
|
+
updateDept: (sysDept, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1453
1467
|
// verify required parameter 'sysDept' is not null or undefined
|
|
1454
1468
|
(0, common_1.assertParamExists)('updateDept', 'sysDept', sysDept);
|
|
1455
1469
|
const localVarPath = `/system/dept`;
|
|
@@ -1481,7 +1495,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1481
1495
|
* @param {*} [options] Override http request option.
|
|
1482
1496
|
* @throws {RequiredError}
|
|
1483
1497
|
*/
|
|
1484
|
-
updateJobPosition: (
|
|
1498
|
+
updateJobPosition: (sysPost, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1485
1499
|
// verify required parameter 'sysPost' is not null or undefined
|
|
1486
1500
|
(0, common_1.assertParamExists)('updateJobPosition', 'sysPost', sysPost);
|
|
1487
1501
|
const localVarPath = `/system/post`;
|
|
@@ -1513,7 +1527,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1513
1527
|
* @param {*} [options] Override http request option.
|
|
1514
1528
|
* @throws {RequiredError}
|
|
1515
1529
|
*/
|
|
1516
|
-
updateMenu: (
|
|
1530
|
+
updateMenu: (sysMenu, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1517
1531
|
// verify required parameter 'sysMenu' is not null or undefined
|
|
1518
1532
|
(0, common_1.assertParamExists)('updateMenu', 'sysMenu', sysMenu);
|
|
1519
1533
|
const localVarPath = `/system/menu`;
|
|
@@ -1546,7 +1560,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1546
1560
|
* @param {*} [options] Override http request option.
|
|
1547
1561
|
* @throws {RequiredError}
|
|
1548
1562
|
*/
|
|
1549
|
-
updateParkSetting: (
|
|
1563
|
+
updateParkSetting: (parkSettingsVO, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1550
1564
|
// verify required parameter 'parkSettingsVO' is not null or undefined
|
|
1551
1565
|
(0, common_1.assertParamExists)('updateParkSetting', 'parkSettingsVO', parkSettingsVO);
|
|
1552
1566
|
const localVarPath = `/system/dept/parkSettings`;
|
|
@@ -1578,7 +1592,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1578
1592
|
* @param {*} [options] Override http request option.
|
|
1579
1593
|
* @throws {RequiredError}
|
|
1580
1594
|
*/
|
|
1581
|
-
uploadFile: (
|
|
1595
|
+
uploadFile: (file, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1582
1596
|
// verify required parameter 'file' is not null or undefined
|
|
1583
1597
|
(0, common_1.assertParamExists)('uploadFile', 'file', file);
|
|
1584
1598
|
const localVarPath = `/common/upload`;
|
|
@@ -1612,7 +1626,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1612
1626
|
* @param {*} [options] Override http request option.
|
|
1613
1627
|
* @throws {RequiredError}
|
|
1614
1628
|
*/
|
|
1615
|
-
uploadKeepName: (
|
|
1629
|
+
uploadKeepName: (file, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1616
1630
|
// verify required parameter 'file' is not null or undefined
|
|
1617
1631
|
(0, common_1.assertParamExists)('uploadKeepName', 'file', file);
|
|
1618
1632
|
const localVarPath = `/operation/file/uploadKeepName`;
|
|
@@ -1649,7 +1663,7 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1649
1663
|
* @param {*} [options] Override http request option.
|
|
1650
1664
|
* @throws {RequiredError}
|
|
1651
1665
|
*/
|
|
1652
|
-
uploadPrivacy: (
|
|
1666
|
+
uploadPrivacy: (userBatchImportUploadRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1653
1667
|
const localVarPath = `/operation/file/upload/privacy`;
|
|
1654
1668
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1655
1669
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1691,12 +1705,12 @@ const CommonApiFp = function (configuration) {
|
|
|
1691
1705
|
* @throws {RequiredError}
|
|
1692
1706
|
*/
|
|
1693
1707
|
addSrmLevel(srmLevelAddDTO, options) {
|
|
1708
|
+
var _a, _b, _c;
|
|
1694
1709
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1695
|
-
var _a, _b, _c;
|
|
1696
1710
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.addSrmLevel(srmLevelAddDTO, options);
|
|
1697
|
-
const
|
|
1698
|
-
const
|
|
1699
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1711
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1712
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.addSrmLevel']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1713
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1700
1714
|
});
|
|
1701
1715
|
},
|
|
1702
1716
|
/**
|
|
@@ -1706,12 +1720,12 @@ const CommonApiFp = function (configuration) {
|
|
|
1706
1720
|
* @throws {RequiredError}
|
|
1707
1721
|
*/
|
|
1708
1722
|
addressRegionList(pid, options) {
|
|
1723
|
+
var _a, _b, _c;
|
|
1709
1724
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1710
|
-
var _a, _b, _c;
|
|
1711
1725
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.addressRegionList(pid, options);
|
|
1712
|
-
const
|
|
1713
|
-
const
|
|
1714
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1726
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1727
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.addressRegionList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1728
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1715
1729
|
});
|
|
1716
1730
|
},
|
|
1717
1731
|
/**
|
|
@@ -1723,12 +1737,12 @@ const CommonApiFp = function (configuration) {
|
|
|
1723
1737
|
* @throws {RequiredError}
|
|
1724
1738
|
*/
|
|
1725
1739
|
commonDeleteFile(fileName, options) {
|
|
1740
|
+
var _a, _b, _c;
|
|
1726
1741
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1727
|
-
var _a, _b, _c;
|
|
1728
1742
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.commonDeleteFile(fileName, options);
|
|
1729
|
-
const
|
|
1730
|
-
const
|
|
1731
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1743
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1744
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.commonDeleteFile']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1745
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1732
1746
|
});
|
|
1733
1747
|
},
|
|
1734
1748
|
/**
|
|
@@ -1739,12 +1753,12 @@ const CommonApiFp = function (configuration) {
|
|
|
1739
1753
|
* @throws {RequiredError}
|
|
1740
1754
|
*/
|
|
1741
1755
|
commonUploadFile(file, options) {
|
|
1756
|
+
var _a, _b, _c;
|
|
1742
1757
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1743
|
-
var _a, _b, _c;
|
|
1744
1758
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.commonUploadFile(file, options);
|
|
1745
|
-
const
|
|
1746
|
-
const
|
|
1747
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1759
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1760
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.commonUploadFile']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1761
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1748
1762
|
});
|
|
1749
1763
|
},
|
|
1750
1764
|
/**
|
|
@@ -1755,12 +1769,12 @@ const CommonApiFp = function (configuration) {
|
|
|
1755
1769
|
* @throws {RequiredError}
|
|
1756
1770
|
*/
|
|
1757
1771
|
commonUploadPrivacyFile(file, options) {
|
|
1772
|
+
var _a, _b, _c;
|
|
1758
1773
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1759
|
-
var _a, _b, _c;
|
|
1760
1774
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.commonUploadPrivacyFile(file, options);
|
|
1761
|
-
const
|
|
1762
|
-
const
|
|
1763
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1775
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1776
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.commonUploadPrivacyFile']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1777
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1764
1778
|
});
|
|
1765
1779
|
},
|
|
1766
1780
|
/**
|
|
@@ -1770,12 +1784,12 @@ const CommonApiFp = function (configuration) {
|
|
|
1770
1784
|
* @throws {RequiredError}
|
|
1771
1785
|
*/
|
|
1772
1786
|
createDept(sysDept, options) {
|
|
1787
|
+
var _a, _b, _c;
|
|
1773
1788
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1774
|
-
var _a, _b, _c;
|
|
1775
1789
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.createDept(sysDept, options);
|
|
1776
|
-
const
|
|
1777
|
-
const
|
|
1778
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1790
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1791
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.createDept']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1792
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1779
1793
|
});
|
|
1780
1794
|
},
|
|
1781
1795
|
/**
|
|
@@ -1785,12 +1799,12 @@ const CommonApiFp = function (configuration) {
|
|
|
1785
1799
|
* @throws {RequiredError}
|
|
1786
1800
|
*/
|
|
1787
1801
|
createJobPosition(sysPost, options) {
|
|
1802
|
+
var _a, _b, _c;
|
|
1788
1803
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1789
|
-
var _a, _b, _c;
|
|
1790
1804
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.createJobPosition(sysPost, options);
|
|
1791
|
-
const
|
|
1792
|
-
const
|
|
1793
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1805
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1806
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.createJobPosition']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1807
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1794
1808
|
});
|
|
1795
1809
|
},
|
|
1796
1810
|
/**
|
|
@@ -1800,12 +1814,12 @@ const CommonApiFp = function (configuration) {
|
|
|
1800
1814
|
* @throws {RequiredError}
|
|
1801
1815
|
*/
|
|
1802
1816
|
createMenu(sysMenu, options) {
|
|
1817
|
+
var _a, _b, _c;
|
|
1803
1818
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1804
|
-
var _a, _b, _c;
|
|
1805
1819
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.createMenu(sysMenu, options);
|
|
1806
|
-
const
|
|
1807
|
-
const
|
|
1808
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1820
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1821
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.createMenu']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1822
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1809
1823
|
});
|
|
1810
1824
|
},
|
|
1811
1825
|
/**
|
|
@@ -1815,12 +1829,12 @@ const CommonApiFp = function (configuration) {
|
|
|
1815
1829
|
* @throws {RequiredError}
|
|
1816
1830
|
*/
|
|
1817
1831
|
deleteDept(deptId, options) {
|
|
1832
|
+
var _a, _b, _c;
|
|
1818
1833
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1819
|
-
var _a, _b, _c;
|
|
1820
1834
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteDept(deptId, options);
|
|
1821
|
-
const
|
|
1822
|
-
const
|
|
1823
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1835
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1836
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.deleteDept']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1837
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1824
1838
|
});
|
|
1825
1839
|
},
|
|
1826
1840
|
/**
|
|
@@ -1830,12 +1844,12 @@ const CommonApiFp = function (configuration) {
|
|
|
1830
1844
|
* @throws {RequiredError}
|
|
1831
1845
|
*/
|
|
1832
1846
|
deleteJobPositions(postIds, options) {
|
|
1847
|
+
var _a, _b, _c;
|
|
1833
1848
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1834
|
-
var _a, _b, _c;
|
|
1835
1849
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteJobPositions(postIds, options);
|
|
1836
|
-
const
|
|
1837
|
-
const
|
|
1838
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1850
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1851
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.deleteJobPositions']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1852
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1839
1853
|
});
|
|
1840
1854
|
},
|
|
1841
1855
|
/**
|
|
@@ -1845,12 +1859,12 @@ const CommonApiFp = function (configuration) {
|
|
|
1845
1859
|
* @throws {RequiredError}
|
|
1846
1860
|
*/
|
|
1847
1861
|
deleteMenu(menuId, options) {
|
|
1862
|
+
var _a, _b, _c;
|
|
1848
1863
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1849
|
-
var _a, _b, _c;
|
|
1850
1864
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteMenu(menuId, options);
|
|
1851
|
-
const
|
|
1852
|
-
const
|
|
1853
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1865
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1866
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.deleteMenu']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1867
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1854
1868
|
});
|
|
1855
1869
|
},
|
|
1856
1870
|
/**
|
|
@@ -1861,12 +1875,12 @@ const CommonApiFp = function (configuration) {
|
|
|
1861
1875
|
* @throws {RequiredError}
|
|
1862
1876
|
*/
|
|
1863
1877
|
demo(options) {
|
|
1878
|
+
var _a, _b, _c;
|
|
1864
1879
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1865
|
-
var _a, _b, _c;
|
|
1866
1880
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.demo(options);
|
|
1867
|
-
const
|
|
1868
|
-
const
|
|
1869
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1881
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1882
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.demo']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1883
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1870
1884
|
});
|
|
1871
1885
|
},
|
|
1872
1886
|
/**
|
|
@@ -1878,12 +1892,12 @@ const CommonApiFp = function (configuration) {
|
|
|
1878
1892
|
* @throws {RequiredError}
|
|
1879
1893
|
*/
|
|
1880
1894
|
editParkInfo(parkId, parkInfoEditVO, options) {
|
|
1895
|
+
var _a, _b, _c;
|
|
1881
1896
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1882
|
-
var _a, _b, _c;
|
|
1883
1897
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.editParkInfo(parkId, parkInfoEditVO, options);
|
|
1884
|
-
const
|
|
1885
|
-
const
|
|
1886
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1898
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1899
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.editParkInfo']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1900
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1887
1901
|
});
|
|
1888
1902
|
},
|
|
1889
1903
|
/**
|
|
@@ -1893,12 +1907,12 @@ const CommonApiFp = function (configuration) {
|
|
|
1893
1907
|
* @throws {RequiredError}
|
|
1894
1908
|
*/
|
|
1895
1909
|
exportJobPositions(post, options) {
|
|
1910
|
+
var _a, _b, _c;
|
|
1896
1911
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1897
|
-
var _a, _b, _c;
|
|
1898
1912
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.exportJobPositions(post, options);
|
|
1899
|
-
const
|
|
1900
|
-
const
|
|
1901
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1913
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1914
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.exportJobPositions']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1915
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1902
1916
|
});
|
|
1903
1917
|
},
|
|
1904
1918
|
/**
|
|
@@ -1909,12 +1923,12 @@ const CommonApiFp = function (configuration) {
|
|
|
1909
1923
|
* @throws {RequiredError}
|
|
1910
1924
|
*/
|
|
1911
1925
|
fileDownload(fileName, _delete, options) {
|
|
1926
|
+
var _a, _b, _c;
|
|
1912
1927
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1913
|
-
var _a, _b, _c;
|
|
1914
1928
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.fileDownload(fileName, _delete, options);
|
|
1915
|
-
const
|
|
1916
|
-
const
|
|
1917
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1929
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1930
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.fileDownload']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1931
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1918
1932
|
});
|
|
1919
1933
|
},
|
|
1920
1934
|
/**
|
|
@@ -1924,12 +1938,12 @@ const CommonApiFp = function (configuration) {
|
|
|
1924
1938
|
* @throws {RequiredError}
|
|
1925
1939
|
*/
|
|
1926
1940
|
getDept(deptId, options) {
|
|
1941
|
+
var _a, _b, _c;
|
|
1927
1942
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1928
|
-
var _a, _b, _c;
|
|
1929
1943
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getDept(deptId, options);
|
|
1930
|
-
const
|
|
1931
|
-
const
|
|
1932
|
-
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['CommonApi.getDept']) === 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);
|
|
1933
1947
|
});
|
|
1934
1948
|
},
|
|
1935
1949
|
/**
|
|
@@ -1939,12 +1953,12 @@ const CommonApiFp = function (configuration) {
|
|
|
1939
1953
|
* @throws {RequiredError}
|
|
1940
1954
|
*/
|
|
1941
1955
|
getDept1(deptId, options) {
|
|
1956
|
+
var _a, _b, _c;
|
|
1942
1957
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1943
|
-
var _a, _b, _c;
|
|
1944
1958
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getDept1(deptId, options);
|
|
1945
|
-
const
|
|
1946
|
-
const
|
|
1947
|
-
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['CommonApi.getDept1']) === 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);
|
|
1948
1962
|
});
|
|
1949
1963
|
},
|
|
1950
1964
|
/**
|
|
@@ -1953,12 +1967,12 @@ const CommonApiFp = function (configuration) {
|
|
|
1953
1967
|
* @throws {RequiredError}
|
|
1954
1968
|
*/
|
|
1955
1969
|
getHostIp(options) {
|
|
1970
|
+
var _a, _b, _c;
|
|
1956
1971
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1957
|
-
var _a, _b, _c;
|
|
1958
1972
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getHostIp(options);
|
|
1959
|
-
const
|
|
1960
|
-
const
|
|
1961
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1973
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1974
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.getHostIp']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1975
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1962
1976
|
});
|
|
1963
1977
|
},
|
|
1964
1978
|
/**
|
|
@@ -1968,12 +1982,12 @@ const CommonApiFp = function (configuration) {
|
|
|
1968
1982
|
* @throws {RequiredError}
|
|
1969
1983
|
*/
|
|
1970
1984
|
getJobPosition(postId, options) {
|
|
1985
|
+
var _a, _b, _c;
|
|
1971
1986
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1972
|
-
var _a, _b, _c;
|
|
1973
1987
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getJobPosition(postId, options);
|
|
1974
|
-
const
|
|
1975
|
-
const
|
|
1976
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
1988
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1989
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.getJobPosition']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1990
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1977
1991
|
});
|
|
1978
1992
|
},
|
|
1979
1993
|
/**
|
|
@@ -1983,12 +1997,12 @@ const CommonApiFp = function (configuration) {
|
|
|
1983
1997
|
* @throws {RequiredError}
|
|
1984
1998
|
*/
|
|
1985
1999
|
getMenu(menuId, options) {
|
|
2000
|
+
var _a, _b, _c;
|
|
1986
2001
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1987
|
-
var _a, _b, _c;
|
|
1988
2002
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getMenu(menuId, options);
|
|
1989
|
-
const
|
|
1990
|
-
const
|
|
1991
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2003
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2004
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.getMenu']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2005
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1992
2006
|
});
|
|
1993
2007
|
},
|
|
1994
2008
|
/**
|
|
@@ -1999,12 +2013,12 @@ const CommonApiFp = function (configuration) {
|
|
|
1999
2013
|
* @throws {RequiredError}
|
|
2000
2014
|
*/
|
|
2001
2015
|
getParkInfo(parkId, options) {
|
|
2016
|
+
var _a, _b, _c;
|
|
2002
2017
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2003
|
-
var _a, _b, _c;
|
|
2004
2018
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getParkInfo(parkId, options);
|
|
2005
|
-
const
|
|
2006
|
-
const
|
|
2007
|
-
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['CommonApi.getParkInfo']) === 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);
|
|
2008
2022
|
});
|
|
2009
2023
|
},
|
|
2010
2024
|
/**
|
|
@@ -2015,12 +2029,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2015
2029
|
* @throws {RequiredError}
|
|
2016
2030
|
*/
|
|
2017
2031
|
getParkSetting(parkId, options) {
|
|
2032
|
+
var _a, _b, _c;
|
|
2018
2033
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2019
|
-
var _a, _b, _c;
|
|
2020
2034
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getParkSetting(parkId, options);
|
|
2021
|
-
const
|
|
2022
|
-
const
|
|
2023
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2035
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2036
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.getParkSetting']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2037
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2024
2038
|
});
|
|
2025
2039
|
},
|
|
2026
2040
|
/**
|
|
@@ -2031,12 +2045,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2031
2045
|
* @throws {RequiredError}
|
|
2032
2046
|
*/
|
|
2033
2047
|
lestDeptByParkAndType(sysDeptDropDownVO, options) {
|
|
2048
|
+
var _a, _b, _c;
|
|
2034
2049
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2035
|
-
var _a, _b, _c;
|
|
2036
2050
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.lestDeptByParkAndType(sysDeptDropDownVO, options);
|
|
2037
|
-
const
|
|
2038
|
-
const
|
|
2039
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2051
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2052
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.lestDeptByParkAndType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2053
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2040
2054
|
});
|
|
2041
2055
|
},
|
|
2042
2056
|
/**
|
|
@@ -2046,12 +2060,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2046
2060
|
* @throws {RequiredError}
|
|
2047
2061
|
*/
|
|
2048
2062
|
listDept(dept, options) {
|
|
2063
|
+
var _a, _b, _c;
|
|
2049
2064
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2050
|
-
var _a, _b, _c;
|
|
2051
2065
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listDept(dept, options);
|
|
2052
|
-
const
|
|
2053
|
-
const
|
|
2054
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2066
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2067
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listDept']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2068
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2055
2069
|
});
|
|
2056
2070
|
},
|
|
2057
2071
|
/**
|
|
@@ -2062,12 +2076,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2062
2076
|
* @throws {RequiredError}
|
|
2063
2077
|
*/
|
|
2064
2078
|
listDeptByPark(parkId, options) {
|
|
2079
|
+
var _a, _b, _c;
|
|
2065
2080
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2066
|
-
var _a, _b, _c;
|
|
2067
2081
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listDeptByPark(parkId, options);
|
|
2068
|
-
const
|
|
2069
|
-
const
|
|
2070
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2082
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2083
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listDeptByPark']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2084
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2071
2085
|
});
|
|
2072
2086
|
},
|
|
2073
2087
|
/**
|
|
@@ -2078,12 +2092,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2078
2092
|
* @throws {RequiredError}
|
|
2079
2093
|
*/
|
|
2080
2094
|
listDeptByParkNoTenant(parkId, options) {
|
|
2095
|
+
var _a, _b, _c;
|
|
2081
2096
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2082
|
-
var _a, _b, _c;
|
|
2083
2097
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listDeptByParkNoTenant(parkId, options);
|
|
2084
|
-
const
|
|
2085
|
-
const
|
|
2086
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2098
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2099
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listDeptByParkNoTenant']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2100
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2087
2101
|
});
|
|
2088
2102
|
},
|
|
2089
2103
|
/**
|
|
@@ -2093,12 +2107,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2093
2107
|
* @throws {RequiredError}
|
|
2094
2108
|
*/
|
|
2095
2109
|
listDeptExcl(deptId, options) {
|
|
2110
|
+
var _a, _b, _c;
|
|
2096
2111
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2097
|
-
var _a, _b, _c;
|
|
2098
2112
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listDeptExcl(deptId, options);
|
|
2099
|
-
const
|
|
2100
|
-
const
|
|
2101
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2113
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2114
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listDeptExcl']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2115
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2102
2116
|
});
|
|
2103
2117
|
},
|
|
2104
2118
|
/**
|
|
@@ -2108,12 +2122,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2108
2122
|
* @throws {RequiredError}
|
|
2109
2123
|
*/
|
|
2110
2124
|
listDeptTree(parkId, options) {
|
|
2125
|
+
var _a, _b, _c;
|
|
2111
2126
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2112
|
-
var _a, _b, _c;
|
|
2113
2127
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listDeptTree(parkId, options);
|
|
2114
|
-
const
|
|
2115
|
-
const
|
|
2116
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2128
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2129
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listDeptTree']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2130
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2117
2131
|
});
|
|
2118
2132
|
},
|
|
2119
2133
|
/**
|
|
@@ -2123,12 +2137,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2123
2137
|
* @throws {RequiredError}
|
|
2124
2138
|
*/
|
|
2125
2139
|
listDeptTreeByRole(roleId, options) {
|
|
2140
|
+
var _a, _b, _c;
|
|
2126
2141
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2127
|
-
var _a, _b, _c;
|
|
2128
2142
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listDeptTreeByRole(roleId, options);
|
|
2129
|
-
const
|
|
2130
|
-
const
|
|
2131
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2143
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2144
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listDeptTreeByRole']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2145
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2132
2146
|
});
|
|
2133
2147
|
},
|
|
2134
2148
|
/**
|
|
@@ -2138,12 +2152,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2138
2152
|
* @throws {RequiredError}
|
|
2139
2153
|
*/
|
|
2140
2154
|
listJobPositions(post, options) {
|
|
2155
|
+
var _a, _b, _c;
|
|
2141
2156
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2142
|
-
var _a, _b, _c;
|
|
2143
2157
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listJobPositions(post, options);
|
|
2144
|
-
const
|
|
2145
|
-
const
|
|
2146
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2158
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2159
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listJobPositions']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2160
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2147
2161
|
});
|
|
2148
2162
|
},
|
|
2149
2163
|
/**
|
|
@@ -2153,12 +2167,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2153
2167
|
* @throws {RequiredError}
|
|
2154
2168
|
*/
|
|
2155
2169
|
listJobPositionsByPark(parkId, options) {
|
|
2170
|
+
var _a, _b, _c;
|
|
2156
2171
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2157
|
-
var _a, _b, _c;
|
|
2158
2172
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listJobPositionsByPark(parkId, options);
|
|
2159
|
-
const
|
|
2160
|
-
const
|
|
2161
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2173
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2174
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listJobPositionsByPark']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2175
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2162
2176
|
});
|
|
2163
2177
|
},
|
|
2164
2178
|
/**
|
|
@@ -2168,12 +2182,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2168
2182
|
* @throws {RequiredError}
|
|
2169
2183
|
*/
|
|
2170
2184
|
listMenu(menu, options) {
|
|
2185
|
+
var _a, _b, _c;
|
|
2171
2186
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2172
|
-
var _a, _b, _c;
|
|
2173
2187
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listMenu(menu, options);
|
|
2174
|
-
const
|
|
2175
|
-
const
|
|
2176
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2188
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2189
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listMenu']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2190
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2177
2191
|
});
|
|
2178
2192
|
},
|
|
2179
2193
|
/**
|
|
@@ -2183,12 +2197,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2183
2197
|
* @throws {RequiredError}
|
|
2184
2198
|
*/
|
|
2185
2199
|
listMenuTree(menu, options) {
|
|
2200
|
+
var _a, _b, _c;
|
|
2186
2201
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2187
|
-
var _a, _b, _c;
|
|
2188
2202
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listMenuTree(menu, options);
|
|
2189
|
-
const
|
|
2190
|
-
const
|
|
2191
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2203
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2204
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listMenuTree']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2205
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2192
2206
|
});
|
|
2193
2207
|
},
|
|
2194
2208
|
/**
|
|
@@ -2198,12 +2212,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2198
2212
|
* @throws {RequiredError}
|
|
2199
2213
|
*/
|
|
2200
2214
|
listMenuTreeByRole(roleId, options) {
|
|
2215
|
+
var _a, _b, _c;
|
|
2201
2216
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2202
|
-
var _a, _b, _c;
|
|
2203
2217
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listMenuTreeByRole(roleId, options);
|
|
2204
|
-
const
|
|
2205
|
-
const
|
|
2206
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2218
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2219
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listMenuTreeByRole']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2220
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2207
2221
|
});
|
|
2208
2222
|
},
|
|
2209
2223
|
/**
|
|
@@ -2213,12 +2227,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2213
2227
|
* @throws {RequiredError}
|
|
2214
2228
|
*/
|
|
2215
2229
|
listPark(options) {
|
|
2230
|
+
var _a, _b, _c;
|
|
2216
2231
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2217
|
-
var _a, _b, _c;
|
|
2218
2232
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listPark(options);
|
|
2219
|
-
const
|
|
2220
|
-
const
|
|
2221
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2233
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2234
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.listPark']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2235
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2222
2236
|
});
|
|
2223
2237
|
},
|
|
2224
2238
|
/**
|
|
@@ -2229,12 +2243,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2229
2243
|
* @throws {RequiredError}
|
|
2230
2244
|
*/
|
|
2231
2245
|
resolveDomain(domain, options) {
|
|
2246
|
+
var _a, _b, _c;
|
|
2232
2247
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2233
|
-
var _a, _b, _c;
|
|
2234
2248
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.resolveDomain(domain, options);
|
|
2235
|
-
const
|
|
2236
|
-
const
|
|
2237
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2249
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2250
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.resolveDomain']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2251
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2238
2252
|
});
|
|
2239
2253
|
},
|
|
2240
2254
|
/**
|
|
@@ -2244,12 +2258,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2244
2258
|
* @throws {RequiredError}
|
|
2245
2259
|
*/
|
|
2246
2260
|
resourceDownload(resource, options) {
|
|
2261
|
+
var _a, _b, _c;
|
|
2247
2262
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2248
|
-
var _a, _b, _c;
|
|
2249
2263
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.resourceDownload(resource, options);
|
|
2250
|
-
const
|
|
2251
|
-
const
|
|
2252
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2264
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2265
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.resourceDownload']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2266
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2253
2267
|
});
|
|
2254
2268
|
},
|
|
2255
2269
|
/**
|
|
@@ -2261,12 +2275,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2261
2275
|
* @throws {RequiredError}
|
|
2262
2276
|
*/
|
|
2263
2277
|
selectCenterList(isSrm, platForm, options) {
|
|
2278
|
+
var _a, _b, _c;
|
|
2264
2279
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2265
|
-
var _a, _b, _c;
|
|
2266
2280
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.selectCenterList(isSrm, platForm, options);
|
|
2267
|
-
const
|
|
2268
|
-
const
|
|
2269
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2281
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2282
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.selectCenterList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2283
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2270
2284
|
});
|
|
2271
2285
|
},
|
|
2272
2286
|
/**
|
|
@@ -2275,16 +2289,19 @@ const CommonApiFp = function (configuration) {
|
|
|
2275
2289
|
* @param {string} [centerCode] 中心编码
|
|
2276
2290
|
* @param {boolean} [isSrm] 是否查询srm数据
|
|
2277
2291
|
* @param {ParkCenterAttributeEnum} [parkCenterAttribute] 园区属性
|
|
2292
|
+
* @param {string} [contractEndTime] 合同到期时间(合同结束时间小于此时间)
|
|
2293
|
+
* @param {string} [status] 园区状态 0:启用 1:停用
|
|
2294
|
+
* @param {string} [parkName] 园区名称
|
|
2278
2295
|
* @param {*} [options] Override http request option.
|
|
2279
2296
|
* @throws {RequiredError}
|
|
2280
2297
|
*/
|
|
2281
|
-
selectParkList(centerCode, isSrm, parkCenterAttribute, options) {
|
|
2298
|
+
selectParkList(centerCode, isSrm, parkCenterAttribute, contractEndTime, status, parkName, options) {
|
|
2299
|
+
var _a, _b, _c;
|
|
2282
2300
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2283
|
-
|
|
2284
|
-
const
|
|
2285
|
-
const
|
|
2286
|
-
|
|
2287
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2301
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.selectParkList(centerCode, isSrm, parkCenterAttribute, contractEndTime, status, parkName, options);
|
|
2302
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2303
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.selectParkList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2304
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2288
2305
|
});
|
|
2289
2306
|
},
|
|
2290
2307
|
/**
|
|
@@ -2295,12 +2312,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2295
2312
|
* @throws {RequiredError}
|
|
2296
2313
|
*/
|
|
2297
2314
|
selectParkListByPermission(permission, options) {
|
|
2315
|
+
var _a, _b, _c;
|
|
2298
2316
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2299
|
-
var _a, _b, _c;
|
|
2300
2317
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.selectParkListByPermission(permission, options);
|
|
2301
|
-
const
|
|
2302
|
-
const
|
|
2303
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2318
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2319
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.selectParkListByPermission']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2320
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2304
2321
|
});
|
|
2305
2322
|
},
|
|
2306
2323
|
/**
|
|
@@ -2312,12 +2329,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2312
2329
|
* @throws {RequiredError}
|
|
2313
2330
|
*/
|
|
2314
2331
|
selectSrmLevel(parentCode, level, options) {
|
|
2332
|
+
var _a, _b, _c;
|
|
2315
2333
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2316
|
-
var _a, _b, _c;
|
|
2317
2334
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.selectSrmLevel(parentCode, level, options);
|
|
2318
|
-
const
|
|
2319
|
-
const
|
|
2320
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2335
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2336
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.selectSrmLevel']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2337
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2321
2338
|
});
|
|
2322
2339
|
},
|
|
2323
2340
|
/**
|
|
@@ -2329,12 +2346,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2329
2346
|
* @throws {RequiredError}
|
|
2330
2347
|
*/
|
|
2331
2348
|
tcpConnect(host, port, timeOutMs, options) {
|
|
2349
|
+
var _a, _b, _c;
|
|
2332
2350
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2333
|
-
var _a, _b, _c;
|
|
2334
2351
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.tcpConnect(host, port, timeOutMs, options);
|
|
2335
|
-
const
|
|
2336
|
-
const
|
|
2337
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2352
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2353
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.tcpConnect']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2354
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2338
2355
|
});
|
|
2339
2356
|
},
|
|
2340
2357
|
/**
|
|
@@ -2344,12 +2361,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2344
2361
|
* @throws {RequiredError}
|
|
2345
2362
|
*/
|
|
2346
2363
|
updateDept(sysDept, options) {
|
|
2364
|
+
var _a, _b, _c;
|
|
2347
2365
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2348
|
-
var _a, _b, _c;
|
|
2349
2366
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateDept(sysDept, options);
|
|
2350
|
-
const
|
|
2351
|
-
const
|
|
2352
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2367
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2368
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.updateDept']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2369
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2353
2370
|
});
|
|
2354
2371
|
},
|
|
2355
2372
|
/**
|
|
@@ -2359,12 +2376,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2359
2376
|
* @throws {RequiredError}
|
|
2360
2377
|
*/
|
|
2361
2378
|
updateJobPosition(sysPost, options) {
|
|
2379
|
+
var _a, _b, _c;
|
|
2362
2380
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2363
|
-
var _a, _b, _c;
|
|
2364
2381
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateJobPosition(sysPost, options);
|
|
2365
|
-
const
|
|
2366
|
-
const
|
|
2367
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2382
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2383
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.updateJobPosition']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2384
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2368
2385
|
});
|
|
2369
2386
|
},
|
|
2370
2387
|
/**
|
|
@@ -2374,12 +2391,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2374
2391
|
* @throws {RequiredError}
|
|
2375
2392
|
*/
|
|
2376
2393
|
updateMenu(sysMenu, options) {
|
|
2394
|
+
var _a, _b, _c;
|
|
2377
2395
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2378
|
-
var _a, _b, _c;
|
|
2379
2396
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateMenu(sysMenu, options);
|
|
2380
|
-
const
|
|
2381
|
-
const
|
|
2382
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2397
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2398
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.updateMenu']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2399
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2383
2400
|
});
|
|
2384
2401
|
},
|
|
2385
2402
|
/**
|
|
@@ -2390,12 +2407,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2390
2407
|
* @throws {RequiredError}
|
|
2391
2408
|
*/
|
|
2392
2409
|
updateParkSetting(parkSettingsVO, options) {
|
|
2410
|
+
var _a, _b, _c;
|
|
2393
2411
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2394
|
-
var _a, _b, _c;
|
|
2395
2412
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateParkSetting(parkSettingsVO, options);
|
|
2396
|
-
const
|
|
2397
|
-
const
|
|
2398
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2413
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2414
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.updateParkSetting']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2415
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2399
2416
|
});
|
|
2400
2417
|
},
|
|
2401
2418
|
/**
|
|
@@ -2405,12 +2422,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2405
2422
|
* @throws {RequiredError}
|
|
2406
2423
|
*/
|
|
2407
2424
|
uploadFile(file, options) {
|
|
2425
|
+
var _a, _b, _c;
|
|
2408
2426
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2409
|
-
var _a, _b, _c;
|
|
2410
2427
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.uploadFile(file, options);
|
|
2411
|
-
const
|
|
2412
|
-
const
|
|
2413
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2428
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2429
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.uploadFile']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2430
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2414
2431
|
});
|
|
2415
2432
|
},
|
|
2416
2433
|
/**
|
|
@@ -2421,12 +2438,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2421
2438
|
* @throws {RequiredError}
|
|
2422
2439
|
*/
|
|
2423
2440
|
uploadKeepName(file, options) {
|
|
2441
|
+
var _a, _b, _c;
|
|
2424
2442
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2425
|
-
var _a, _b, _c;
|
|
2426
2443
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.uploadKeepName(file, options);
|
|
2427
|
-
const
|
|
2428
|
-
const
|
|
2429
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2444
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2445
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.uploadKeepName']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2446
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2430
2447
|
});
|
|
2431
2448
|
},
|
|
2432
2449
|
/**
|
|
@@ -2437,12 +2454,12 @@ const CommonApiFp = function (configuration) {
|
|
|
2437
2454
|
* @throws {RequiredError}
|
|
2438
2455
|
*/
|
|
2439
2456
|
uploadPrivacy(userBatchImportUploadRequest, options) {
|
|
2457
|
+
var _a, _b, _c;
|
|
2440
2458
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2441
|
-
var _a, _b, _c;
|
|
2442
2459
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.uploadPrivacy(userBatchImportUploadRequest, options);
|
|
2443
|
-
const
|
|
2444
|
-
const
|
|
2445
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios,
|
|
2460
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2461
|
+
const operationBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.uploadPrivacy']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2462
|
+
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2446
2463
|
});
|
|
2447
2464
|
},
|
|
2448
2465
|
};
|
|
@@ -2818,7 +2835,7 @@ const CommonApiFactory = function (configuration, basePath, axios) {
|
|
|
2818
2835
|
* @throws {RequiredError}
|
|
2819
2836
|
*/
|
|
2820
2837
|
selectParkList(requestParameters = {}, options) {
|
|
2821
|
-
return localVarFp.selectParkList(requestParameters.centerCode, requestParameters.isSrm, requestParameters.parkCenterAttribute, options).then((request) => request(axios, basePath));
|
|
2838
|
+
return localVarFp.selectParkList(requestParameters.centerCode, requestParameters.isSrm, requestParameters.parkCenterAttribute, requestParameters.contractEndTime, requestParameters.status, requestParameters.parkName, options).then((request) => request(axios, basePath));
|
|
2822
2839
|
},
|
|
2823
2840
|
/**
|
|
2824
2841
|
*
|
|
@@ -3327,7 +3344,7 @@ class CommonApi extends base_1.BaseAPI {
|
|
|
3327
3344
|
* @memberof CommonApi
|
|
3328
3345
|
*/
|
|
3329
3346
|
selectParkList(requestParameters = {}, options) {
|
|
3330
|
-
return (0, exports.CommonApiFp)(this.configuration).selectParkList(requestParameters.centerCode, requestParameters.isSrm, requestParameters.parkCenterAttribute, options).then((request) => request(this.axios, this.basePath));
|
|
3347
|
+
return (0, exports.CommonApiFp)(this.configuration).selectParkList(requestParameters.centerCode, requestParameters.isSrm, requestParameters.parkCenterAttribute, requestParameters.contractEndTime, requestParameters.status, requestParameters.parkName, options).then((request) => request(this.axios, this.basePath));
|
|
3331
3348
|
}
|
|
3332
3349
|
/**
|
|
3333
3350
|
*
|