@gizone/rrs-client 4.2.8-alpha.477 → 4.2.9-alpha.2512161529
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +38 -1
- package/.openapi-generator/VERSION +1 -1
- package/README.md +4 -5
- package/api.ts +2 -0
- package/apis/access-api.ts +464 -378
- package/apis/app-auth-api.ts +118 -366
- package/apis/auth-api.ts +200 -696
- package/apis/calendar-api.ts +64 -64
- package/apis/cas-api.ts +9 -9
- package/apis/common-api.ts +415 -374
- package/apis/dashboard-api.ts +432 -161
- package/apis/device-api.ts +118 -27
- package/apis/disaster-warning-standard-api.ts +94 -94
- package/apis/energy-cost-controller-api.ts +769 -0
- package/apis/energy-cost-record-controller-api.ts +898 -0
- package/apis/equipment-api.ts +222 -222
- package/apis/excel-language-controller-api.ts +16 -16
- package/apis/hwork-api.ts +11 -11
- package/apis/inspection-standard-api.ts +111 -111
- package/apis/internal-api.ts +9 -9
- package/apis/jwt-api.ts +10 -10
- package/apis/maintenance-standard-api.ts +111 -111
- package/apis/message-api.ts +43 -43
- package/apis/notification-api.ts +63 -63
- package/apis/offline-alert-work-order-controller-api.ts +10 -10
- package/apis/open-api-api.ts +68 -68
- package/apis/park-api.ts +75 -75
- package/apis/privacy-api.ts +48 -48
- package/apis/role-api.ts +169 -169
- package/apis/setting-api.ts +250 -250
- package/apis/smsapi.ts +11 -11
- package/apis/space-api.ts +165 -165
- package/apis/supplier-api.ts +104 -104
- package/apis/surveillance-api.ts +325 -120
- package/apis/surveillance-settings-api.ts +80 -80
- package/apis/sys-api.ts +397 -397
- package/apis/test-api.ts +23 -23
- package/apis/user-api.ts +302 -302
- package/apis/web-hook-api.ts +27 -27
- package/apis/work-order-api.ts +634 -508
- package/base.ts +3 -3
- package/common.ts +1 -1
- package/configuration.ts +1 -7
- package/dist/api.d.ts +2 -0
- package/dist/api.js +2 -0
- package/dist/apis/access-api.d.ts +279 -231
- package/dist/apis/access-api.js +280 -242
- package/dist/apis/app-auth-api.d.ts +76 -176
- package/dist/apis/app-auth-api.js +75 -307
- package/dist/apis/auth-api.d.ts +132 -332
- package/dist/apis/auth-api.js +130 -594
- package/dist/apis/calendar-api.d.ts +40 -40
- package/dist/apis/calendar-api.js +40 -40
- package/dist/apis/cas-api.d.ts +7 -7
- package/dist/apis/cas-api.js +5 -5
- package/dist/apis/common-api.d.ts +269 -245
- package/dist/apis/common-api.js +266 -249
- package/dist/apis/dashboard-api.d.ts +241 -101
- package/dist/apis/dashboard-api.js +310 -100
- package/dist/apis/device-api.d.ts +65 -18
- package/dist/apis/device-api.js +85 -15
- package/dist/apis/disaster-warning-standard-api.d.ts +58 -58
- package/dist/apis/disaster-warning-standard-api.js +60 -60
- package/dist/apis/energy-cost-controller-api.d.ts +418 -0
- package/dist/apis/energy-cost-controller-api.js +595 -0
- package/dist/apis/energy-cost-record-controller-api.d.ts +488 -0
- package/dist/apis/energy-cost-record-controller-api.js +674 -0
- package/dist/apis/equipment-api.d.ts +138 -138
- package/dist/apis/equipment-api.js +140 -140
- package/dist/apis/excel-language-controller-api.d.ts +10 -10
- package/dist/apis/excel-language-controller-api.js +10 -10
- package/dist/apis/hwork-api.d.ts +8 -8
- package/dist/apis/hwork-api.js +5 -5
- package/dist/apis/inspection-standard-api.d.ts +69 -69
- package/dist/apis/inspection-standard-api.js +70 -70
- package/dist/apis/internal-api.d.ts +6 -6
- package/dist/apis/internal-api.js +5 -5
- package/dist/apis/jwt-api.d.ts +7 -7
- package/dist/apis/jwt-api.js +5 -5
- package/dist/apis/maintenance-standard-api.d.ts +69 -69
- package/dist/apis/maintenance-standard-api.js +70 -70
- package/dist/apis/message-api.d.ts +28 -28
- package/dist/apis/message-api.js +25 -25
- package/dist/apis/notification-api.d.ts +43 -43
- package/dist/apis/notification-api.js +40 -40
- package/dist/apis/offline-alert-work-order-controller-api.d.ts +7 -7
- package/dist/apis/offline-alert-work-order-controller-api.js +5 -5
- package/dist/apis/open-api-api.d.ts +44 -44
- package/dist/apis/open-api-api.js +40 -40
- package/dist/apis/park-api.d.ts +45 -45
- package/dist/apis/park-api.js +50 -50
- package/dist/apis/privacy-api.d.ts +30 -30
- package/dist/apis/privacy-api.js +30 -30
- package/dist/apis/role-api.d.ts +111 -111
- package/dist/apis/role-api.js +115 -115
- package/dist/apis/setting-api.d.ts +154 -154
- package/dist/apis/setting-api.js +160 -160
- package/dist/apis/smsapi.d.ts +8 -8
- package/dist/apis/smsapi.js +5 -5
- package/dist/apis/space-api.d.ts +102 -102
- package/dist/apis/space-api.js +105 -105
- package/dist/apis/supplier-api.d.ts +65 -65
- package/dist/apis/supplier-api.js +65 -65
- package/dist/apis/surveillance-api.d.ts +193 -75
- package/dist/apis/surveillance-api.js +189 -75
- package/dist/apis/surveillance-settings-api.d.ts +50 -50
- package/dist/apis/surveillance-settings-api.js +50 -50
- package/dist/apis/sys-api.d.ts +255 -255
- package/dist/apis/sys-api.js +275 -275
- package/dist/apis/test-api.d.ts +14 -14
- package/dist/apis/test-api.js +15 -15
- package/dist/apis/user-api.d.ts +196 -196
- package/dist/apis/user-api.js +200 -200
- package/dist/apis/web-hook-api.d.ts +18 -18
- package/dist/apis/web-hook-api.js +15 -15
- package/dist/apis/work-order-api.d.ts +386 -316
- package/dist/apis/work-order-api.js +407 -323
- package/dist/base.d.ts +2 -2
- package/dist/base.js +1 -1
- package/dist/common.d.ts +1 -1
- package/dist/common.js +1 -2
- package/dist/configuration.js +1 -2
- package/dist/esm/api.d.ts +2 -0
- package/dist/esm/api.js +2 -0
- package/dist/esm/apis/access-api.d.ts +279 -231
- package/dist/esm/apis/access-api.js +280 -242
- package/dist/esm/apis/app-auth-api.d.ts +76 -176
- package/dist/esm/apis/app-auth-api.js +75 -307
- package/dist/esm/apis/auth-api.d.ts +132 -332
- package/dist/esm/apis/auth-api.js +130 -594
- package/dist/esm/apis/calendar-api.d.ts +40 -40
- package/dist/esm/apis/calendar-api.js +40 -40
- package/dist/esm/apis/cas-api.d.ts +7 -7
- package/dist/esm/apis/cas-api.js +5 -5
- package/dist/esm/apis/common-api.d.ts +269 -245
- package/dist/esm/apis/common-api.js +266 -249
- package/dist/esm/apis/dashboard-api.d.ts +241 -101
- package/dist/esm/apis/dashboard-api.js +310 -100
- package/dist/esm/apis/device-api.d.ts +65 -18
- package/dist/esm/apis/device-api.js +85 -15
- package/dist/esm/apis/disaster-warning-standard-api.d.ts +58 -58
- package/dist/esm/apis/disaster-warning-standard-api.js +60 -60
- package/dist/esm/apis/energy-cost-controller-api.d.ts +418 -0
- package/dist/esm/apis/energy-cost-controller-api.js +588 -0
- package/dist/esm/apis/energy-cost-record-controller-api.d.ts +488 -0
- package/dist/esm/apis/energy-cost-record-controller-api.js +667 -0
- package/dist/esm/apis/equipment-api.d.ts +138 -138
- package/dist/esm/apis/equipment-api.js +140 -140
- package/dist/esm/apis/excel-language-controller-api.d.ts +10 -10
- package/dist/esm/apis/excel-language-controller-api.js +10 -10
- package/dist/esm/apis/hwork-api.d.ts +8 -8
- package/dist/esm/apis/hwork-api.js +5 -5
- package/dist/esm/apis/inspection-standard-api.d.ts +69 -69
- package/dist/esm/apis/inspection-standard-api.js +70 -70
- package/dist/esm/apis/internal-api.d.ts +6 -6
- package/dist/esm/apis/internal-api.js +5 -5
- package/dist/esm/apis/jwt-api.d.ts +7 -7
- package/dist/esm/apis/jwt-api.js +5 -5
- package/dist/esm/apis/maintenance-standard-api.d.ts +69 -69
- package/dist/esm/apis/maintenance-standard-api.js +70 -70
- package/dist/esm/apis/message-api.d.ts +28 -28
- package/dist/esm/apis/message-api.js +25 -25
- package/dist/esm/apis/notification-api.d.ts +43 -43
- package/dist/esm/apis/notification-api.js +40 -40
- package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +7 -7
- package/dist/esm/apis/offline-alert-work-order-controller-api.js +5 -5
- package/dist/esm/apis/open-api-api.d.ts +44 -44
- package/dist/esm/apis/open-api-api.js +40 -40
- package/dist/esm/apis/park-api.d.ts +45 -45
- package/dist/esm/apis/park-api.js +50 -50
- package/dist/esm/apis/privacy-api.d.ts +30 -30
- package/dist/esm/apis/privacy-api.js +30 -30
- package/dist/esm/apis/role-api.d.ts +111 -111
- package/dist/esm/apis/role-api.js +115 -115
- package/dist/esm/apis/setting-api.d.ts +154 -154
- package/dist/esm/apis/setting-api.js +160 -160
- package/dist/esm/apis/smsapi.d.ts +8 -8
- package/dist/esm/apis/smsapi.js +5 -5
- package/dist/esm/apis/space-api.d.ts +102 -102
- package/dist/esm/apis/space-api.js +105 -105
- package/dist/esm/apis/supplier-api.d.ts +65 -65
- package/dist/esm/apis/supplier-api.js +65 -65
- package/dist/esm/apis/surveillance-api.d.ts +193 -75
- package/dist/esm/apis/surveillance-api.js +189 -75
- package/dist/esm/apis/surveillance-settings-api.d.ts +50 -50
- package/dist/esm/apis/surveillance-settings-api.js +50 -50
- package/dist/esm/apis/sys-api.d.ts +255 -255
- package/dist/esm/apis/sys-api.js +275 -275
- package/dist/esm/apis/test-api.d.ts +14 -14
- package/dist/esm/apis/test-api.js +15 -15
- package/dist/esm/apis/user-api.d.ts +196 -196
- package/dist/esm/apis/user-api.js +200 -200
- package/dist/esm/apis/web-hook-api.d.ts +18 -18
- package/dist/esm/apis/web-hook-api.js +15 -15
- package/dist/esm/apis/work-order-api.d.ts +386 -316
- package/dist/esm/apis/work-order-api.js +407 -323
- package/dist/esm/base.d.ts +2 -2
- package/dist/esm/base.js +1 -1
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +1 -2
- package/dist/esm/configuration.js +1 -2
- package/dist/esm/models/access-abnormal-type-enum.d.ts +2 -2
- package/dist/esm/models/access-abnormal-type-enum.js +2 -2
- package/dist/esm/models/access-appointment-record-add-vo.d.ts +15 -8
- package/dist/esm/models/access-appointment-record-details-dto.d.ts +18 -11
- package/dist/esm/models/access-appointment-record-process-approval-user-dto.d.ts +1 -1
- package/dist/esm/models/access-appointment-record-process-details-dto.d.ts +12 -6
- package/dist/esm/models/access-approval-config-vo.d.ts +2 -2
- package/dist/esm/models/access-blacklist-add-vo.d.ts +6 -0
- package/dist/esm/models/access-blacklist-details-dto.d.ts +6 -0
- package/dist/esm/models/access-blacklist-update-vo.d.ts +6 -0
- package/dist/esm/models/access-company-config-entity.d.ts +1 -1
- package/dist/esm/models/access-config-entity.d.ts +7 -1
- package/dist/esm/models/access-config-vo.d.ts +7 -1
- package/dist/esm/models/access-record-details-dto.d.ts +9 -9
- package/dist/esm/models/access-record-summary-details-dto.d.ts +14 -8
- package/dist/esm/models/access-record-summary-list-dto.d.ts +13 -7
- package/dist/esm/models/access-vehicle-length-enum.d.ts +6 -6
- package/dist/esm/models/access-vehicle-length-enum.js +6 -6
- package/dist/esm/models/access-visitor-person-type-config-vo.d.ts +3 -3
- package/dist/esm/models/access-whitelist-application-add-vo.d.ts +4 -4
- package/dist/esm/models/access-whitelist-application-batch-import-template-dto.d.ts +9 -3
- package/dist/esm/models/access-whitelist-application-details-dto.d.ts +6 -6
- package/dist/esm/models/access-whitelist-application-process-details-dto.d.ts +12 -6
- package/dist/esm/models/access-whitelist-application-update-vo.d.ts +1 -1
- package/dist/esm/models/app-login-wx-chat-dto.d.ts +1 -1
- package/dist/esm/models/area-park-dto.d.ts +1 -1
- package/dist/esm/models/base-error-result.d.ts +1 -1
- package/dist/esm/models/calendar-entity.d.ts +1 -1
- package/dist/esm/models/center-list-dto.d.ts +1 -1
- package/dist/esm/models/cuser-info.d.ts +1 -1
- package/dist/esm/models/dashboard-access-search-dto.d.ts +15 -3
- package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-base-search-dto.d.ts +12 -0
- package/dist/esm/models/dashboard-equipment-park-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-equipment-search-dto.d.ts +12 -0
- package/dist/esm/models/dashboard-equipment-system-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-park-statistics-vo.d.ts +36 -0
- package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +7 -1
- package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +18 -0
- package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +13 -1
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +17 -11
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +14 -8
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +19 -1
- package/dist/esm/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +22 -16
- package/dist/esm/models/dashboard-work-order-type-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dept-relation-dto.d.ts +2 -2
- package/dist/esm/models/dept-relation.d.ts +2 -2
- package/dist/esm/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
- package/dist/esm/models/disaster-warning-standard-entity.d.ts +1 -1
- package/dist/esm/models/disaster-warning-standard-import-dto.d.ts +1 -1
- package/dist/esm/models/emission-standard-enum.d.ts +22 -0
- package/dist/esm/models/emission-standard-enum.js +23 -0
- package/dist/esm/models/energy-cost-add-record-dto.d.ts +167 -0
- package/dist/esm/models/energy-cost-add-record-dto.js +36 -0
- package/dist/esm/models/energy-cost-add-setting-dto.d.ts +25 -0
- package/dist/esm/models/energy-cost-add-setting-dto.js +14 -0
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting-item.d.ts +43 -0
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting-item.js +19 -0
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting.d.ts +42 -0
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting.js +17 -0
- package/dist/esm/models/energy-cost-edit-record-dto.d.ts +173 -0
- package/dist/esm/models/energy-cost-edit-record-dto.js +36 -0
- package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
- package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.js +23 -0
- package/dist/esm/models/energy-cost-month-setting-list-vo.d.ts +107 -0
- package/dist/esm/models/energy-cost-month-setting-list-vo.js +17 -0
- package/dist/esm/models/energy-cost-record-bill-info-vo.d.ts +48 -0
- package/dist/esm/models/energy-cost-record-bill-info-vo.js +14 -0
- package/dist/esm/models/energy-cost-record-info-not-emun-vo.d.ts +205 -0
- package/dist/esm/models/energy-cost-record-info-not-emun-vo.js +14 -0
- package/dist/esm/models/energy-cost-record-info-vo.d.ts +232 -0
- package/dist/esm/models/energy-cost-record-info-vo.js +36 -0
- package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.d.ts +120 -0
- package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.js +14 -0
- package/dist/esm/models/energy-cost-scenarios-info-vo.d.ts +142 -0
- package/dist/esm/models/energy-cost-scenarios-info-vo.js +32 -0
- package/dist/esm/models/energy-cost-setting-delete-dto.d.ts +41 -0
- package/dist/esm/models/energy-cost-setting-delete-dto.js +17 -0
- package/dist/esm/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
- package/dist/esm/models/energy-cost-setting-summy-add-dto.js +17 -0
- package/dist/esm/models/energy-cost-setting-summy-update-dto.d.ts +30 -0
- package/dist/esm/models/energy-cost-setting-summy-update-dto.js +14 -0
- package/dist/esm/models/energy-cost-update-setting-dto.d.ts +43 -0
- package/dist/esm/models/energy-cost-update-setting-dto.js +19 -0
- package/dist/esm/models/equipment-add-redis-list-dto.d.ts +1 -1
- package/dist/esm/models/equipment-detail-dto.d.ts +2 -2
- package/dist/esm/models/equipment-edit-batch-vo.d.ts +1 -1
- package/dist/esm/models/equipment-edit-vo.d.ts +2 -2
- package/dist/esm/models/equipment-search-system-dto.d.ts +3 -3
- package/dist/esm/models/equipment-search-vo.d.ts +1 -1
- package/dist/esm/models/equipment-status-stats-vo.d.ts +1 -1
- package/dist/esm/models/equipment-tree-details-dto.d.ts +2 -2
- package/dist/esm/models/equipment-tree-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtocalendar-export-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtoequipment-excel-add-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +1 -1
- package/dist/esm/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +1 -1
- package/dist/esm/models/exploration-work-order-add-vo.d.ts +3 -3
- package/dist/esm/models/exploration-work-order-details-dto.d.ts +9 -9
- package/dist/esm/models/exploration-work-order-info.d.ts +2 -2
- package/dist/esm/models/followup-work-order-dto.d.ts +1 -1
- package/dist/esm/models/group-dept-vo.d.ts +1 -1
- package/dist/esm/models/index.d.ts +36 -1
- package/dist/esm/models/index.js +36 -1
- package/dist/esm/models/inspection-handle-req.d.ts +1 -1
- package/dist/esm/models/inspection-point-item.d.ts +1 -1
- package/dist/esm/models/inspection-point.d.ts +13 -1
- package/dist/esm/models/inspection-point.js +5 -1
- package/dist/esm/models/inspection-standard-add-or-update-vo.d.ts +4 -4
- package/dist/esm/models/inspection-standard-dto.d.ts +4 -4
- package/dist/esm/models/inspection-standard-entity.d.ts +5 -5
- package/dist/esm/models/inspection-standard-import-dto.d.ts +2 -2
- package/dist/esm/models/insurance-work-order-issue-vo.d.ts +1 -1
- package/dist/esm/models/insurance-work-order-vo.d.ts +1 -1
- package/dist/esm/models/iot-device-unit-delete-dto.d.ts +42 -0
- package/dist/esm/models/iot-device-unit-delete-dto.js +14 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/item.d.ts +77 -0
- package/dist/esm/models/item.js +28 -0
- package/dist/esm/models/json-result-access-appointment-record-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-access-blacklist-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-access-company-config-entity.d.ts +2 -2
- package/dist/esm/models/json-result-access-config-entity.d.ts +2 -2
- package/dist/esm/models/json-result-access-record-summary-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-access-whitelist-application-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-admission-terms-record-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-applet-user-type-dto.d.ts +2 -2
- package/dist/esm/models/json-result-big-decimal.d.ts +1 -1
- package/dist/esm/models/json-result-boolean.d.ts +1 -1
- package/dist/esm/models/json-result-calendar-entity.d.ts +2 -2
- package/dist/esm/models/json-result-dashboard-park-statistics-vo.d.ts +62 -0
- package/dist/esm/models/json-result-dashboard-park-statistics-vo.js +14 -0
- package/dist/esm/models/json-result-disaster-warning-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.js +14 -0
- package/dist/esm/models/{json-result-work-order-spot-check-dto.d.ts → json-result-energy-cost-record-info-vo.d.ts} +13 -13
- package/dist/esm/models/json-result-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/json-result-equipment-add-redis-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-equipment-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-equipment-search-system-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtoequipment-excel-add-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +2 -2
- package/dist/esm/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +2 -2
- package/dist/esm/models/json-result-exploration-work-order-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-file-dto.d.ts +2 -2
- package/dist/esm/models/json-result-group-dept-vo.d.ts +2 -2
- package/dist/esm/models/json-result-inspection-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-integer.d.ts +1 -1
- package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/json-result-json-result-list-space-tree-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-access-appointment-record-process-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-access-company-config-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-address-region-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-applet-sys-user-drop-down-box-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-area-park-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-calendar-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-center-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-series-stats-base-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +14 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.js +14 -0
- package/dist/esm/models/json-result-list-equipment-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-equipment-qr-code-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-equipment-system-tree-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-equipment-tree-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-inspection-point.d.ts +2 -2
- package/dist/esm/models/json-result-list-inspection-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-maintenance-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-park-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-plan-calendar-list-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-plan-calendar-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-image-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-point-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-qr-code-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-tree-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-space-url-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-srm-center-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-supplier-select-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-sys-dept-drop-down-box-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-sys-dept.d.ts +2 -2
- package/dist/esm/models/json-result-list-sys-user-drop-down-box-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-circulation-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-circulation-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-comment-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-dept-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-inspection-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-push-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-spot-check-dto.d.ts +62 -0
- package/dist/esm/models/json-result-list-work-order-spot-check-dto.js +14 -0
- package/dist/esm/models/json-result-list-work-order-step-by-step-push-user-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-list-work-order-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-maintenance-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-map-string-object.d.ts +63 -0
- package/dist/esm/models/json-result-map-string-object.js +14 -0
- package/dist/esm/models/json-result-monitoring-coverage-alert-work-order-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-network-monitor-repair-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-notice-entity.d.ts +2 -2
- package/dist/esm/models/json-result-offline-alert-work-order-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-access-blacklist-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-access-record-summary-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-admission-terms-record-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-disaster-warning-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-equipment-search-system-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-inspection-standard-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-maintenance-standard-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-plan-search-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-supplier-contract-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-surveillance-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-sys-user-msg-dto.d.ts +2 -2
- package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.js +14 -0
- package/dist/esm/models/json-result-page-dto-work-order-search-dto.d.ts +2 -2
- package/dist/esm/models/json-result-park-info-dto.d.ts +2 -2
- package/dist/esm/models/json-result-park-settings-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-period-detail-resp.d.ts +2 -2
- package/dist/esm/models/json-result-plan-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-space-add-redis-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-space-image-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-srm-center-entity.d.ts +2 -2
- package/dist/esm/models/json-result-string.d.ts +1 -1
- package/dist/esm/models/json-result-supplier-contract-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-supplier-entity.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-count-dto.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-live-dto.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-settings-polling-dto.d.ts +2 -2
- package/dist/esm/models/json-result-switch-park-v2-dto.d.ts +2 -2
- package/dist/esm/models/json-result-sys-dept.d.ts +2 -2
- package/dist/esm/models/json-result-sys-user-msg-dto.d.ts +2 -2
- package/dist/esm/models/json-result-sys-user.d.ts +2 -2
- package/dist/esm/models/json-result-user-add-redis-list-vo.d.ts +2 -2
- package/dist/esm/models/json-result-user-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-void.d.ts +1 -1
- package/dist/esm/models/json-result-work-order-dept-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-work-order-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result.d.ts +1 -1
- package/dist/esm/models/maintenance-history-dto.d.ts +20 -1
- package/dist/esm/models/maintenance-standard-add-or-update-vo.d.ts +2 -2
- package/dist/esm/models/maintenance-standard-dto.d.ts +2 -2
- package/dist/esm/models/maintenance-standard-entity.d.ts +3 -3
- package/dist/esm/models/monitoring-coverage-alert-info.d.ts +13 -1
- package/dist/esm/models/monitoring-coverage-alert-process-vo.d.ts +1 -1
- package/dist/esm/models/monitoring-coverage-alert-reason-enum.d.ts +2 -0
- package/dist/esm/models/monitoring-coverage-alert-reason-enum.js +3 -1
- package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.d.ts +7 -7
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +3 -3
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +14 -14
- package/dist/esm/models/news-info.d.ts +1 -1
- package/dist/esm/models/offline-alert-submit-vo.d.ts +1 -1
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +10 -10
- package/dist/esm/models/offline-alert-work-order-info.d.ts +2 -2
- package/dist/esm/models/offline-alert-work-order-vo.d.ts +1 -1
- package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +14 -7
- package/dist/esm/models/open-api-access-appointment-record-delete-vo.d.ts +1 -1
- package/dist/esm/models/open-api-equipment-list-dto.d.ts +2 -2
- package/dist/esm/models/page-dto-access-appointment-record-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-access-blacklist-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-access-record-summary-list-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-access-whitelist-application-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-admission-terms-record-list-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-disaster-warning-standard-entity.d.ts +1 -1
- package/dist/esm/models/page-dto-equipment-search-system-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-inspection-standard-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-maintenance-standard-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-open-api-equipment-list-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-plan-search-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-supplier-contract-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-surveillance-details-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-sys-user-msg-dto.d.ts +1 -1
- package/dist/esm/models/page-dto-work-order-group-equipment-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-work-order-group-equipment-dto.js +14 -0
- package/dist/esm/models/page-dto-work-order-search-dto.d.ts +1 -1
- package/dist/esm/models/park-info-dto.d.ts +7 -1
- package/dist/esm/models/park-info-edit-vo.d.ts +7 -1
- package/dist/esm/models/park-list-dto.d.ts +13 -0
- package/dist/esm/models/park.d.ts +1 -1
- package/dist/esm/models/period-detail-resp.d.ts +12 -12
- package/dist/esm/models/period-detail-resp.js +5 -5
- package/dist/esm/models/plan-add-vo.d.ts +9 -9
- package/dist/esm/models/plan-add-vo.js +5 -5
- package/dist/esm/models/plan-calendar-list-vo.d.ts +5 -5
- package/dist/esm/models/plan-calendar-list-vo.js +5 -5
- package/dist/esm/models/plan-detail-dto.d.ts +9 -9
- package/dist/esm/models/plan-detail-dto.js +5 -5
- package/dist/esm/models/plan-edit-vo.d.ts +9 -9
- package/dist/esm/models/plan-edit-vo.js +5 -5
- package/dist/esm/models/plan-inspection-items-dto.d.ts +3 -3
- package/dist/esm/models/plan-item-add-vo.d.ts +2 -2
- package/dist/esm/models/plan-item-edit-vo.d.ts +2 -2
- package/dist/esm/models/plan-search-dto.d.ts +9 -9
- package/dist/esm/models/plan-search-dto.js +5 -5
- package/dist/esm/models/pricing-item.d.ts +50 -0
- package/dist/esm/models/pricing-item.js +20 -0
- package/dist/esm/models/process-work-order-vo.d.ts +1 -1
- package/dist/esm/models/safety-smart-fire-record-gizone-dto.d.ts +1 -1
- package/dist/esm/models/save-period-work-order-detail-req.d.ts +1 -1
- package/dist/esm/models/sms-captcha-vo.d.ts +1 -1
- package/dist/esm/models/source-work-order-dto.d.ts +1 -1
- package/dist/esm/models/source-work-order-inspection-dto.d.ts +1 -1
- package/dist/esm/models/space-add-excel-dto.d.ts +0 -6
- package/dist/esm/models/space-add-redis-list-dto.d.ts +1 -1
- package/dist/esm/models/space-add-vo.d.ts +2 -2
- package/dist/esm/models/space-detail-dto.d.ts +4 -4
- package/dist/esm/models/space-edit-vo.d.ts +2 -2
- package/dist/esm/models/space-image-detail-dto.d.ts +2 -2
- package/dist/esm/models/space-tree-dto.d.ts +3 -3
- package/dist/esm/models/space.d.ts +1 -1
- package/dist/esm/models/srm-center-entity.d.ts +1 -1
- package/dist/esm/models/srm-center-vo.d.ts +1 -1
- package/dist/esm/models/srm-level-add-dto.d.ts +1 -1
- package/dist/esm/models/sub-buttons.d.ts +1 -1
- package/dist/esm/models/supplier-add-vo.d.ts +2 -2
- package/dist/esm/models/supplier-edit-vo.d.ts +2 -2
- package/dist/esm/models/supplier-entity.d.ts +2 -2
- package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +19 -7
- package/dist/esm/models/surveillance-details-dto.d.ts +13 -7
- package/dist/esm/models/surveillance-entity.d.ts +171 -0
- package/dist/esm/models/surveillance-entity.js +14 -0
- package/dist/esm/models/surveillance-settings-coverage-standard-dto.d.ts +1 -1
- package/dist/esm/models/surveillance-settings-polling-dto.d.ts +2 -2
- package/dist/esm/models/surveillance-settings-polling-vo.d.ts +2 -2
- package/dist/esm/models/surveillance-update-vo.d.ts +8 -2
- package/dist/esm/models/switch-pak-body-v2-vo.d.ts +1 -1
- package/dist/esm/models/sync-equipment-status-vo.d.ts +1 -1
- package/dist/esm/models/sync-equipment-vo.d.ts +1 -1
- package/dist/esm/models/sys-user-info-dto.d.ts +3 -3
- package/dist/esm/models/sys-user-msg-dto.d.ts +2 -2
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/user-add-redis-list-vo.d.ts +1 -1
- package/dist/esm/models/user-roles-and-permissions-dto.d.ts +1 -1
- package/dist/esm/models/violation-decision-vo.d.ts +20 -2
- package/dist/esm/models/violation-issue-type-enum.d.ts +1 -0
- package/dist/esm/models/violation-issue-type-enum.js +2 -1
- package/dist/esm/models/violation-work-order-add-vo.d.ts +10 -4
- package/dist/esm/models/violation-work-order-details-dto.d.ts +12 -12
- package/dist/esm/models/violation-work-order-info.d.ts +22 -4
- package/dist/esm/models/work-order-add-vo.d.ts +3 -3
- package/dist/esm/models/work-order-circulation-settings-add-or-update-vo.d.ts +2 -2
- package/dist/esm/models/work-order-circulation-settings-entity.d.ts +2 -2
- package/dist/esm/models/work-order-circulation-vo.d.ts +1 -1
- package/dist/esm/models/work-order-decision-vo.d.ts +2 -2
- package/dist/esm/models/work-order-dept-settings-entity.d.ts +1 -1
- package/dist/esm/models/work-order-detail-dto.d.ts +14 -14
- package/dist/esm/models/work-order-ext-data.d.ts +5 -5
- package/dist/esm/models/work-order-group-equipment-dto.d.ts +167 -0
- package/dist/esm/models/work-order-group-equipment-dto.js +18 -0
- package/dist/esm/models/work-order-group-equipment-dtoinspection-item.d.ts +36 -0
- package/dist/esm/models/work-order-group-equipment-dtoinspection-item.js +14 -0
- package/dist/esm/models/work-order-handler-dto.d.ts +1 -1
- package/dist/esm/models/work-order-internal-status-enum.d.ts +1 -0
- package/dist/esm/models/work-order-internal-status-enum.js +1 -0
- package/dist/esm/models/work-order-issue-type-settings-add-or-update-vo.d.ts +2 -2
- package/dist/esm/models/work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/work-order-msg-remind-config-info.d.ts +2 -2
- package/dist/esm/models/work-order-push-settings-entity.d.ts +1 -1
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.d.ts +1 -1
- package/dist/esm/models/work-order-push-settings-vo.d.ts +1 -1
- package/dist/esm/models/work-order-report-vo.d.ts +3 -3
- package/dist/esm/models/work-order-search-dto.d.ts +7 -7
- package/dist/esm/models/work-order-spot-check-dto.d.ts +22 -22
- package/dist/esm/models/work-order-spot-check-dto.js +7 -7
- package/dist/esm/models/work-order-staging-data-vo.d.ts +1 -1
- package/dist/esm/models/work-order-submit-vo.d.ts +2 -2
- package/dist/esm/models/work-order-type-msg-remind-config-add-or-update-vo.d.ts +2 -2
- package/dist/esm/models/work-order-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/wx-ma-user-info.d.ts +1 -1
- package/dist/esm/models/wx-menu.d.ts +2 -2
- package/dist/esm/models/wx-mp-conditional-menu.d.ts +2 -2
- package/dist/esm/models/wx-mp-get-self-menu-info-result.d.ts +1 -1
- package/dist/esm/models/wx-mp-menu.d.ts +1 -1
- package/dist/esm/models/wx-mp-self-menu-button.d.ts +2 -2
- package/dist/esm/models/wx-mp-self-menu-info.d.ts +1 -1
- package/dist/models/access-abnormal-type-enum.d.ts +2 -2
- package/dist/models/access-abnormal-type-enum.js +2 -2
- package/dist/models/access-appointment-record-add-vo.d.ts +15 -8
- package/dist/models/access-appointment-record-details-dto.d.ts +18 -11
- package/dist/models/access-appointment-record-process-approval-user-dto.d.ts +1 -1
- package/dist/models/access-appointment-record-process-details-dto.d.ts +12 -6
- package/dist/models/access-approval-config-vo.d.ts +2 -2
- package/dist/models/access-blacklist-add-vo.d.ts +6 -0
- package/dist/models/access-blacklist-details-dto.d.ts +6 -0
- package/dist/models/access-blacklist-update-vo.d.ts +6 -0
- package/dist/models/access-company-config-entity.d.ts +1 -1
- package/dist/models/access-config-entity.d.ts +7 -1
- package/dist/models/access-config-vo.d.ts +7 -1
- package/dist/models/access-record-details-dto.d.ts +9 -9
- package/dist/models/access-record-summary-details-dto.d.ts +14 -8
- package/dist/models/access-record-summary-list-dto.d.ts +13 -7
- package/dist/models/access-vehicle-length-enum.d.ts +6 -6
- package/dist/models/access-vehicle-length-enum.js +6 -6
- package/dist/models/access-visitor-person-type-config-vo.d.ts +3 -3
- package/dist/models/access-whitelist-application-add-vo.d.ts +4 -4
- package/dist/models/access-whitelist-application-batch-import-template-dto.d.ts +9 -3
- package/dist/models/access-whitelist-application-details-dto.d.ts +6 -6
- package/dist/models/access-whitelist-application-process-details-dto.d.ts +12 -6
- package/dist/models/access-whitelist-application-update-vo.d.ts +1 -1
- package/dist/models/app-login-wx-chat-dto.d.ts +1 -1
- package/dist/models/area-park-dto.d.ts +1 -1
- package/dist/models/base-error-result.d.ts +1 -1
- package/dist/models/calendar-entity.d.ts +1 -1
- package/dist/models/center-list-dto.d.ts +1 -1
- package/dist/models/cuser-info.d.ts +1 -1
- package/dist/models/dashboard-access-search-dto.d.ts +15 -3
- package/dist/models/dashboard-access-source-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-base-search-dto.d.ts +12 -0
- package/dist/models/dashboard-equipment-park-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-equipment-search-dto.d.ts +12 -0
- package/dist/models/dashboard-equipment-system-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-park-statistics-vo.d.ts +36 -0
- package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +7 -1
- package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +18 -0
- package/dist/models/dashboard-surveillance-search-dto.d.ts +13 -1
- package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +17 -11
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +14 -8
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +19 -1
- package/dist/models/dashboard-work-order-issue-type-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-work-order-list-search-dto.d.ts +22 -16
- package/dist/models/dashboard-work-order-type-group-stats-vo.d.ts +2 -2
- package/dist/models/dashboard-work-order-type-subcategory-group-stats-vo.d.ts +1 -1
- package/dist/models/dept-relation-dto.d.ts +2 -2
- package/dist/models/dept-relation.d.ts +2 -2
- package/dist/models/disaster-warning-standard-add-or-update-vo.d.ts +1 -1
- package/dist/models/disaster-warning-standard-entity.d.ts +1 -1
- package/dist/models/disaster-warning-standard-import-dto.d.ts +1 -1
- package/dist/models/emission-standard-enum.d.ts +22 -0
- package/dist/models/emission-standard-enum.js +26 -0
- package/dist/models/energy-cost-add-record-dto.d.ts +167 -0
- package/dist/models/energy-cost-add-record-dto.js +39 -0
- package/dist/models/energy-cost-add-setting-dto.d.ts +25 -0
- package/dist/models/energy-cost-add-setting-dto.js +15 -0
- package/dist/models/energy-cost-add-setting-dtopark-setting-item.d.ts +43 -0
- package/dist/models/energy-cost-add-setting-dtopark-setting-item.js +22 -0
- package/dist/models/energy-cost-add-setting-dtopark-setting.d.ts +42 -0
- package/dist/models/energy-cost-add-setting-dtopark-setting.js +20 -0
- package/dist/models/energy-cost-edit-record-dto.d.ts +173 -0
- package/dist/models/energy-cost-edit-record-dto.js +39 -0
- package/dist/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
- package/dist/models/energy-cost-month-setting-list-summary-standards-vo.js +26 -0
- package/dist/models/energy-cost-month-setting-list-vo.d.ts +107 -0
- package/dist/models/energy-cost-month-setting-list-vo.js +20 -0
- package/dist/models/energy-cost-record-bill-info-vo.d.ts +48 -0
- package/dist/models/energy-cost-record-bill-info-vo.js +15 -0
- package/dist/models/energy-cost-record-info-not-emun-vo.d.ts +205 -0
- package/dist/models/energy-cost-record-info-not-emun-vo.js +15 -0
- package/dist/models/energy-cost-record-info-vo.d.ts +232 -0
- package/dist/models/energy-cost-record-info-vo.js +39 -0
- package/dist/models/energy-cost-scenarios-info-not-enum-vo.d.ts +120 -0
- package/dist/models/energy-cost-scenarios-info-not-enum-vo.js +15 -0
- package/dist/models/energy-cost-scenarios-info-vo.d.ts +142 -0
- package/dist/models/energy-cost-scenarios-info-vo.js +35 -0
- package/dist/models/energy-cost-setting-delete-dto.d.ts +41 -0
- package/dist/models/energy-cost-setting-delete-dto.js +20 -0
- package/dist/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
- package/dist/models/energy-cost-setting-summy-add-dto.js +20 -0
- package/dist/models/energy-cost-setting-summy-update-dto.d.ts +30 -0
- package/dist/models/energy-cost-setting-summy-update-dto.js +15 -0
- package/dist/models/energy-cost-update-setting-dto.d.ts +43 -0
- package/dist/models/energy-cost-update-setting-dto.js +22 -0
- package/dist/models/equipment-add-redis-list-dto.d.ts +1 -1
- package/dist/models/equipment-detail-dto.d.ts +2 -2
- package/dist/models/equipment-edit-batch-vo.d.ts +1 -1
- package/dist/models/equipment-edit-vo.d.ts +2 -2
- package/dist/models/equipment-search-system-dto.d.ts +3 -3
- package/dist/models/equipment-search-vo.d.ts +1 -1
- package/dist/models/equipment-status-stats-vo.d.ts +1 -1
- package/dist/models/equipment-tree-details-dto.d.ts +2 -2
- package/dist/models/equipment-tree-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtocalendar-export-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtoequipment-excel-add-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtoinspection-standard-import-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtomaintenance-standard-import-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +1 -1
- package/dist/models/excel-import-result-dtosurveillance-settings-export-dto.d.ts +1 -1
- package/dist/models/excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +1 -1
- package/dist/models/exploration-work-order-add-vo.d.ts +3 -3
- package/dist/models/exploration-work-order-details-dto.d.ts +9 -9
- package/dist/models/exploration-work-order-info.d.ts +2 -2
- package/dist/models/followup-work-order-dto.d.ts +1 -1
- package/dist/models/group-dept-vo.d.ts +1 -1
- package/dist/models/index.d.ts +36 -1
- package/dist/models/index.js +36 -1
- package/dist/models/inspection-handle-req.d.ts +1 -1
- package/dist/models/inspection-point-item.d.ts +1 -1
- package/dist/models/inspection-point.d.ts +13 -1
- package/dist/models/inspection-point.js +6 -0
- package/dist/models/inspection-standard-add-or-update-vo.d.ts +4 -4
- package/dist/models/inspection-standard-dto.d.ts +4 -4
- package/dist/models/inspection-standard-entity.d.ts +5 -5
- package/dist/models/inspection-standard-import-dto.d.ts +2 -2
- package/dist/models/insurance-work-order-issue-vo.d.ts +1 -1
- package/dist/models/insurance-work-order-vo.d.ts +1 -1
- package/dist/models/iot-device-unit-delete-dto.d.ts +42 -0
- package/dist/models/iot-device-unit-delete-dto.js +15 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/models/ipage-energy-cost-record-info-vo.js +15 -0
- package/dist/models/item.d.ts +77 -0
- package/dist/models/item.js +31 -0
- package/dist/models/json-result-access-appointment-record-details-dto.d.ts +2 -2
- package/dist/models/json-result-access-blacklist-details-dto.d.ts +2 -2
- package/dist/models/json-result-access-company-config-entity.d.ts +2 -2
- package/dist/models/json-result-access-config-entity.d.ts +2 -2
- package/dist/models/json-result-access-record-summary-details-dto.d.ts +2 -2
- package/dist/models/json-result-access-whitelist-application-details-dto.d.ts +2 -2
- package/dist/models/json-result-admission-terms-record-details-dto.d.ts +2 -2
- package/dist/models/json-result-applet-user-type-dto.d.ts +2 -2
- package/dist/models/json-result-big-decimal.d.ts +1 -1
- package/dist/models/json-result-boolean.d.ts +1 -1
- package/dist/models/json-result-calendar-entity.d.ts +2 -2
- package/dist/models/json-result-dashboard-park-statistics-vo.d.ts +62 -0
- package/dist/models/json-result-dashboard-park-statistics-vo.js +15 -0
- package/dist/models/json-result-disaster-warning-standard-entity.d.ts +2 -2
- package/dist/models/json-result-energy-cost-record-bill-info-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-record-bill-info-vo.js +15 -0
- package/dist/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-record-info-not-emun-vo.js +15 -0
- package/dist/models/{json-result-work-order-spot-check-dto.d.ts → json-result-energy-cost-record-info-vo.d.ts} +13 -13
- package/dist/models/json-result-energy-cost-record-info-vo.js +15 -0
- package/dist/models/json-result-equipment-add-redis-list-dto.d.ts +2 -2
- package/dist/models/json-result-equipment-detail-dto.d.ts +2 -2
- package/dist/models/json-result-equipment-search-system-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtocalendar-export-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtoequipment-excel-add-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtoinspection-standard-import-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.d.ts +2 -2
- package/dist/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.d.ts +2 -2
- package/dist/models/json-result-exploration-work-order-details-dto.d.ts +2 -2
- package/dist/models/json-result-file-dto.d.ts +2 -2
- package/dist/models/json-result-group-dept-vo.d.ts +2 -2
- package/dist/models/json-result-inspection-standard-entity.d.ts +2 -2
- package/dist/models/json-result-integer.d.ts +1 -1
- package/dist/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/models/json-result-ipage-energy-cost-record-info-vo.js +15 -0
- package/dist/models/json-result-json-result-list-space-tree-dto.d.ts +2 -2
- package/dist/models/json-result-list-access-appointment-record-process-details-dto.d.ts +2 -2
- package/dist/models/json-result-list-access-company-config-entity.d.ts +2 -2
- package/dist/models/json-result-list-access-whitelist-application-process-details-dto.d.ts +2 -2
- package/dist/models/json-result-list-address-region-entity.d.ts +2 -2
- package/dist/models/json-result-list-applet-sys-user-drop-down-box-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-area-park-dto.d.ts +2 -2
- package/dist/models/json-result-list-calendar-entity.d.ts +2 -2
- package/dist/models/json-result-list-center-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-access-park-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-access-source-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-equipment-park-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-equipment-system-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-series-stats-base-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-surveillance-park-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-work-order-park-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-work-order-type-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.d.ts +2 -2
- package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +15 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-vo.js +15 -0
- package/dist/models/json-result-list-equipment-detail-dto.d.ts +2 -2
- package/dist/models/json-result-list-equipment-qr-code-dto.d.ts +2 -2
- package/dist/models/json-result-list-equipment-system-tree-dto.d.ts +2 -2
- package/dist/models/json-result-list-equipment-tree-dto.d.ts +2 -2
- package/dist/models/json-result-list-inspection-point.d.ts +2 -2
- package/dist/models/json-result-list-inspection-standard-entity.d.ts +2 -2
- package/dist/models/json-result-list-maintenance-standard-entity.d.ts +2 -2
- package/dist/models/json-result-list-park-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-plan-calendar-list-vo.d.ts +2 -2
- package/dist/models/json-result-list-plan-calendar-vo.d.ts +2 -2
- package/dist/models/json-result-list-space-image-detail-dto.d.ts +2 -2
- package/dist/models/json-result-list-space-point-dto.d.ts +2 -2
- package/dist/models/json-result-list-space-qr-code-dto.d.ts +2 -2
- package/dist/models/json-result-list-space-tree-dto.d.ts +2 -2
- package/dist/models/json-result-list-space-url-dto.d.ts +2 -2
- package/dist/models/json-result-list-srm-center-vo.d.ts +2 -2
- package/dist/models/json-result-list-supplier-select-dto.d.ts +2 -2
- package/dist/models/json-result-list-surveillance-settings-coverage-standard-dto.d.ts +2 -2
- package/dist/models/json-result-list-sys-dept-drop-down-box-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-sys-dept.d.ts +2 -2
- package/dist/models/json-result-list-sys-user-drop-down-box-list-dto.d.ts +2 -2
- package/dist/models/json-result-list-work-order-circulation-settings-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-circulation-vo.d.ts +2 -2
- package/dist/models/json-result-list-work-order-comment-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-dept-settings-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-inspection-detail-dto.d.ts +2 -2
- package/dist/models/json-result-list-work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-push-settings-entity.d.ts +2 -2
- package/dist/models/json-result-list-work-order-spot-check-dto.d.ts +62 -0
- package/dist/models/json-result-list-work-order-spot-check-dto.js +15 -0
- package/dist/models/json-result-list-work-order-step-by-step-push-user-details-dto.d.ts +2 -2
- package/dist/models/json-result-list-work-order-type-settings-entity.d.ts +2 -2
- package/dist/models/json-result-maintenance-standard-entity.d.ts +2 -2
- package/dist/models/json-result-map-string-object.d.ts +63 -0
- package/dist/models/json-result-map-string-object.js +15 -0
- package/dist/models/json-result-monitoring-coverage-alert-work-order-details-dto.d.ts +2 -2
- package/dist/models/json-result-network-monitor-repair-details-dto.d.ts +2 -2
- package/dist/models/json-result-notice-entity.d.ts +2 -2
- package/dist/models/json-result-offline-alert-work-order-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-access-appointment-record-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-access-blacklist-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-access-record-summary-list-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-access-whitelist-application-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-admission-terms-record-list-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-disaster-warning-standard-entity.d.ts +2 -2
- package/dist/models/json-result-page-dto-equipment-search-system-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-inspection-standard-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-maintenance-standard-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-open-api-equipment-list-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-plan-search-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-supplier-contract-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-surveillance-details-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-sys-user-msg-dto.d.ts +2 -2
- package/dist/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-work-order-group-equipment-dto.js +15 -0
- package/dist/models/json-result-page-dto-work-order-search-dto.d.ts +2 -2
- package/dist/models/json-result-park-info-dto.d.ts +2 -2
- package/dist/models/json-result-park-settings-details-dto.d.ts +2 -2
- package/dist/models/json-result-period-detail-resp.d.ts +2 -2
- package/dist/models/json-result-plan-detail-dto.d.ts +2 -2
- package/dist/models/json-result-space-add-redis-list-dto.d.ts +2 -2
- package/dist/models/json-result-space-image-detail-dto.d.ts +2 -2
- package/dist/models/json-result-srm-center-entity.d.ts +2 -2
- package/dist/models/json-result-string.d.ts +1 -1
- package/dist/models/json-result-supplier-contract-details-dto.d.ts +2 -2
- package/dist/models/json-result-supplier-entity.d.ts +2 -2
- package/dist/models/json-result-surveillance-count-dto.d.ts +2 -2
- package/dist/models/json-result-surveillance-details-dto.d.ts +2 -2
- package/dist/models/json-result-surveillance-live-dto.d.ts +2 -2
- package/dist/models/json-result-surveillance-settings-details-dto.d.ts +2 -2
- package/dist/models/json-result-surveillance-settings-polling-dto.d.ts +2 -2
- package/dist/models/json-result-switch-park-v2-dto.d.ts +2 -2
- package/dist/models/json-result-sys-dept.d.ts +2 -2
- package/dist/models/json-result-sys-user-msg-dto.d.ts +2 -2
- package/dist/models/json-result-sys-user.d.ts +2 -2
- package/dist/models/json-result-user-add-redis-list-vo.d.ts +2 -2
- package/dist/models/json-result-user-settings-entity.d.ts +2 -2
- package/dist/models/json-result-violation-work-order-details-dto.d.ts +2 -2
- package/dist/models/json-result-void.d.ts +1 -1
- package/dist/models/json-result-work-order-dept-settings-entity.d.ts +2 -2
- package/dist/models/json-result-work-order-detail-dto.d.ts +2 -2
- package/dist/models/json-result-work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/models/json-result.d.ts +1 -1
- package/dist/models/maintenance-history-dto.d.ts +20 -1
- package/dist/models/maintenance-standard-add-or-update-vo.d.ts +2 -2
- package/dist/models/maintenance-standard-dto.d.ts +2 -2
- package/dist/models/maintenance-standard-entity.d.ts +3 -3
- package/dist/models/monitoring-coverage-alert-info.d.ts +13 -1
- package/dist/models/monitoring-coverage-alert-process-vo.d.ts +1 -1
- package/dist/models/monitoring-coverage-alert-reason-enum.d.ts +2 -0
- package/dist/models/monitoring-coverage-alert-reason-enum.js +3 -1
- package/dist/models/monitoring-coverage-alert-work-order-details-dto.d.ts +7 -7
- package/dist/models/network-monitor-repair-add-vo.d.ts +3 -3
- package/dist/models/network-monitor-repair-details-dto.d.ts +14 -14
- package/dist/models/news-info.d.ts +1 -1
- package/dist/models/offline-alert-submit-vo.d.ts +1 -1
- package/dist/models/offline-alert-work-order-details-dto.d.ts +10 -10
- package/dist/models/offline-alert-work-order-info.d.ts +2 -2
- package/dist/models/offline-alert-work-order-vo.d.ts +1 -1
- package/dist/models/open-api-access-appointment-record-add-vo.d.ts +14 -7
- package/dist/models/open-api-access-appointment-record-delete-vo.d.ts +1 -1
- package/dist/models/open-api-equipment-list-dto.d.ts +2 -2
- package/dist/models/page-dto-access-appointment-record-details-dto.d.ts +1 -1
- package/dist/models/page-dto-access-blacklist-details-dto.d.ts +1 -1
- package/dist/models/page-dto-access-record-summary-list-dto.d.ts +1 -1
- package/dist/models/page-dto-access-whitelist-application-details-dto.d.ts +1 -1
- package/dist/models/page-dto-admission-terms-record-list-dto.d.ts +1 -1
- package/dist/models/page-dto-disaster-warning-standard-entity.d.ts +1 -1
- package/dist/models/page-dto-equipment-search-system-dto.d.ts +1 -1
- package/dist/models/page-dto-inspection-standard-dto.d.ts +1 -1
- package/dist/models/page-dto-maintenance-standard-dto.d.ts +1 -1
- package/dist/models/page-dto-open-api-equipment-list-dto.d.ts +1 -1
- package/dist/models/page-dto-plan-search-dto.d.ts +1 -1
- package/dist/models/page-dto-supplier-contract-details-dto.d.ts +1 -1
- package/dist/models/page-dto-surveillance-details-dto.d.ts +1 -1
- package/dist/models/page-dto-sys-user-msg-dto.d.ts +1 -1
- package/dist/models/page-dto-work-order-group-equipment-dto.d.ts +31 -0
- package/dist/models/page-dto-work-order-group-equipment-dto.js +15 -0
- package/dist/models/page-dto-work-order-search-dto.d.ts +1 -1
- package/dist/models/park-info-dto.d.ts +7 -1
- package/dist/models/park-info-edit-vo.d.ts +7 -1
- package/dist/models/park-list-dto.d.ts +13 -0
- package/dist/models/park.d.ts +1 -1
- package/dist/models/period-detail-resp.d.ts +12 -12
- package/dist/models/period-detail-resp.js +5 -5
- package/dist/models/plan-add-vo.d.ts +9 -9
- package/dist/models/plan-add-vo.js +5 -5
- package/dist/models/plan-calendar-list-vo.d.ts +5 -5
- package/dist/models/plan-calendar-list-vo.js +5 -5
- package/dist/models/plan-detail-dto.d.ts +9 -9
- package/dist/models/plan-detail-dto.js +5 -5
- package/dist/models/plan-edit-vo.d.ts +9 -9
- package/dist/models/plan-edit-vo.js +5 -5
- package/dist/models/plan-inspection-items-dto.d.ts +3 -3
- package/dist/models/plan-item-add-vo.d.ts +2 -2
- package/dist/models/plan-item-edit-vo.d.ts +2 -2
- package/dist/models/plan-search-dto.d.ts +9 -9
- package/dist/models/plan-search-dto.js +5 -5
- package/dist/models/pricing-item.d.ts +50 -0
- package/dist/models/pricing-item.js +23 -0
- package/dist/models/process-work-order-vo.d.ts +1 -1
- package/dist/models/safety-smart-fire-record-gizone-dto.d.ts +1 -1
- package/dist/models/save-period-work-order-detail-req.d.ts +1 -1
- package/dist/models/sms-captcha-vo.d.ts +1 -1
- package/dist/models/source-work-order-dto.d.ts +1 -1
- package/dist/models/source-work-order-inspection-dto.d.ts +1 -1
- package/dist/models/space-add-excel-dto.d.ts +0 -6
- package/dist/models/space-add-redis-list-dto.d.ts +1 -1
- package/dist/models/space-add-vo.d.ts +2 -2
- package/dist/models/space-detail-dto.d.ts +4 -4
- package/dist/models/space-edit-vo.d.ts +2 -2
- package/dist/models/space-image-detail-dto.d.ts +2 -2
- package/dist/models/space-tree-dto.d.ts +3 -3
- package/dist/models/space.d.ts +1 -1
- package/dist/models/srm-center-entity.d.ts +1 -1
- package/dist/models/srm-center-vo.d.ts +1 -1
- package/dist/models/srm-level-add-dto.d.ts +1 -1
- package/dist/models/sub-buttons.d.ts +1 -1
- package/dist/models/supplier-add-vo.d.ts +2 -2
- package/dist/models/supplier-edit-vo.d.ts +2 -2
- package/dist/models/supplier-entity.d.ts +2 -2
- package/dist/models/surveillance-batch-import-template-dto.d.ts +19 -7
- package/dist/models/surveillance-details-dto.d.ts +13 -7
- package/dist/models/surveillance-entity.d.ts +171 -0
- package/dist/models/surveillance-entity.js +15 -0
- package/dist/models/surveillance-settings-coverage-standard-dto.d.ts +1 -1
- package/dist/models/surveillance-settings-polling-dto.d.ts +2 -2
- package/dist/models/surveillance-settings-polling-vo.d.ts +2 -2
- package/dist/models/surveillance-update-vo.d.ts +8 -2
- package/dist/models/switch-pak-body-v2-vo.d.ts +1 -1
- package/dist/models/sync-equipment-status-vo.d.ts +1 -1
- package/dist/models/sync-equipment-vo.d.ts +1 -1
- package/dist/models/sys-user-info-dto.d.ts +3 -3
- package/dist/models/sys-user-msg-dto.d.ts +2 -2
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/user-add-redis-list-vo.d.ts +1 -1
- package/dist/models/user-roles-and-permissions-dto.d.ts +1 -1
- package/dist/models/violation-decision-vo.d.ts +20 -2
- package/dist/models/violation-issue-type-enum.d.ts +1 -0
- package/dist/models/violation-issue-type-enum.js +2 -1
- package/dist/models/violation-work-order-add-vo.d.ts +10 -4
- package/dist/models/violation-work-order-details-dto.d.ts +12 -12
- package/dist/models/violation-work-order-info.d.ts +22 -4
- package/dist/models/work-order-add-vo.d.ts +3 -3
- package/dist/models/work-order-circulation-settings-add-or-update-vo.d.ts +2 -2
- package/dist/models/work-order-circulation-settings-entity.d.ts +2 -2
- package/dist/models/work-order-circulation-vo.d.ts +1 -1
- package/dist/models/work-order-decision-vo.d.ts +2 -2
- package/dist/models/work-order-dept-settings-entity.d.ts +1 -1
- package/dist/models/work-order-detail-dto.d.ts +14 -14
- package/dist/models/work-order-ext-data.d.ts +5 -5
- package/dist/models/work-order-group-equipment-dto.d.ts +167 -0
- package/dist/models/work-order-group-equipment-dto.js +21 -0
- package/dist/models/work-order-group-equipment-dtoinspection-item.d.ts +36 -0
- package/dist/models/work-order-group-equipment-dtoinspection-item.js +15 -0
- package/dist/models/work-order-handler-dto.d.ts +1 -1
- package/dist/models/work-order-internal-status-enum.d.ts +1 -0
- package/dist/models/work-order-internal-status-enum.js +1 -0
- package/dist/models/work-order-issue-type-settings-add-or-update-vo.d.ts +2 -2
- package/dist/models/work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/models/work-order-msg-remind-config-info.d.ts +2 -2
- package/dist/models/work-order-push-settings-entity.d.ts +1 -1
- package/dist/models/work-order-push-settings-save-or-update-vo.d.ts +1 -1
- package/dist/models/work-order-push-settings-vo.d.ts +1 -1
- package/dist/models/work-order-report-vo.d.ts +3 -3
- package/dist/models/work-order-search-dto.d.ts +7 -7
- package/dist/models/work-order-spot-check-dto.d.ts +22 -22
- package/dist/models/work-order-spot-check-dto.js +8 -8
- package/dist/models/work-order-staging-data-vo.d.ts +1 -1
- package/dist/models/work-order-submit-vo.d.ts +2 -2
- package/dist/models/work-order-type-msg-remind-config-add-or-update-vo.d.ts +2 -2
- package/dist/models/work-order-type-settings-entity.d.ts +2 -2
- package/dist/models/wx-ma-user-info.d.ts +1 -1
- package/dist/models/wx-menu.d.ts +2 -2
- package/dist/models/wx-mp-conditional-menu.d.ts +2 -2
- package/dist/models/wx-mp-get-self-menu-info-result.d.ts +1 -1
- package/dist/models/wx-mp-menu.d.ts +1 -1
- package/dist/models/wx-mp-self-menu-button.d.ts +2 -2
- package/dist/models/wx-mp-self-menu-info.d.ts +1 -1
- package/models/access-abnormal-type-enum.ts +2 -2
- package/models/access-appointment-record-add-vo.ts +17 -8
- package/models/access-appointment-record-details-dto.ts +20 -11
- package/models/access-appointment-record-process-approval-user-dto.ts +1 -1
- package/models/access-appointment-record-process-details-dto.ts +12 -6
- package/models/access-approval-config-vo.ts +2 -2
- package/models/access-blacklist-add-vo.ts +6 -0
- package/models/access-blacklist-details-dto.ts +6 -0
- package/models/access-blacklist-update-vo.ts +6 -0
- package/models/access-company-config-entity.ts +1 -1
- package/models/access-config-entity.ts +7 -1
- package/models/access-config-vo.ts +7 -1
- package/models/access-record-details-dto.ts +9 -9
- package/models/access-record-summary-details-dto.ts +14 -8
- package/models/access-record-summary-list-dto.ts +13 -7
- package/models/access-vehicle-length-enum.ts +6 -6
- package/models/access-visitor-person-type-config-vo.ts +3 -3
- package/models/access-whitelist-application-add-vo.ts +4 -4
- package/models/access-whitelist-application-batch-import-template-dto.ts +9 -3
- package/models/access-whitelist-application-details-dto.ts +6 -6
- package/models/access-whitelist-application-process-details-dto.ts +12 -6
- package/models/access-whitelist-application-update-vo.ts +1 -1
- package/models/app-login-wx-chat-dto.ts +1 -1
- package/models/area-park-dto.ts +1 -1
- package/models/base-error-result.ts +1 -1
- package/models/calendar-entity.ts +1 -1
- package/models/center-list-dto.ts +1 -1
- package/models/cuser-info.ts +1 -1
- package/models/dashboard-access-search-dto.ts +15 -3
- package/models/dashboard-access-source-group-stats-vo.ts +1 -1
- package/models/dashboard-base-search-dto.ts +12 -0
- package/models/dashboard-equipment-park-group-stats-vo.ts +1 -1
- package/models/dashboard-equipment-search-dto.ts +12 -0
- package/models/dashboard-equipment-system-group-stats-vo.ts +1 -1
- package/models/dashboard-park-statistics-vo.ts +42 -0
- package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +7 -1
- package/models/dashboard-surveillance-park-group-stats-vo.ts +18 -0
- package/models/dashboard-surveillance-search-dto.ts +13 -1
- package/models/dashboard-work-order-by-park-search-dto.ts +17 -11
- package/models/dashboard-work-order-by-work-order-type-search-dto.ts +14 -8
- package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +19 -1
- package/models/dashboard-work-order-issue-type-group-stats-vo.ts +1 -1
- package/models/dashboard-work-order-list-search-dto.ts +22 -16
- package/models/dashboard-work-order-type-group-stats-vo.ts +2 -2
- package/models/dashboard-work-order-type-subcategory-group-stats-vo.ts +1 -1
- package/models/dept-relation-dto.ts +2 -2
- package/models/dept-relation.ts +2 -2
- package/models/disaster-warning-standard-add-or-update-vo.ts +1 -1
- package/models/disaster-warning-standard-entity.ts +1 -1
- package/models/disaster-warning-standard-import-dto.ts +1 -1
- package/models/emission-standard-enum.ts +32 -0
- package/models/energy-cost-add-record-dto.ts +183 -0
- package/models/energy-cost-add-setting-dto.ts +33 -0
- package/models/energy-cost-add-setting-dtopark-setting-item.ts +52 -0
- package/models/energy-cost-add-setting-dtopark-setting.ts +53 -0
- package/models/energy-cost-edit-record-dto.ts +189 -0
- package/models/energy-cost-month-setting-list-summary-standards-vo.ts +106 -0
- package/models/energy-cost-month-setting-list-vo.ts +116 -0
- package/models/energy-cost-record-bill-info-vo.ts +54 -0
- package/models/energy-cost-record-info-not-emun-vo.ts +213 -0
- package/models/energy-cost-record-info-vo.ts +246 -0
- package/models/energy-cost-scenarios-info-not-enum-vo.ts +126 -0
- package/models/energy-cost-scenarios-info-vo.ts +153 -0
- package/models/energy-cost-setting-delete-dto.ts +50 -0
- package/models/energy-cost-setting-summy-add-dto.ts +50 -0
- package/models/energy-cost-setting-summy-update-dto.ts +36 -0
- package/models/energy-cost-update-setting-dto.ts +52 -0
- package/models/equipment-add-redis-list-dto.ts +1 -1
- package/models/equipment-detail-dto.ts +2 -2
- package/models/equipment-edit-batch-vo.ts +1 -1
- package/models/equipment-edit-vo.ts +2 -2
- package/models/equipment-search-system-dto.ts +3 -3
- package/models/equipment-search-vo.ts +1 -1
- package/models/equipment-status-stats-vo.ts +1 -1
- package/models/equipment-tree-details-dto.ts +2 -2
- package/models/equipment-tree-dto.ts +1 -1
- package/models/excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +1 -1
- package/models/excel-import-result-dtocalendar-export-dto.ts +1 -1
- package/models/excel-import-result-dtodisaster-warning-standard-import-dto.ts +1 -1
- package/models/excel-import-result-dtoequipment-excel-add-dto.ts +1 -1
- package/models/excel-import-result-dtoinspection-standard-import-dto.ts +1 -1
- package/models/excel-import-result-dtomaintenance-standard-import-dto.ts +1 -1
- package/models/excel-import-result-dtosurveillance-batch-import-template-dto.ts +1 -1
- package/models/excel-import-result-dtosurveillance-settings-export-dto.ts +1 -1
- package/models/excel-import-upload-to-redis-vo-space-add-excel-dto.ts +1 -1
- package/models/exploration-work-order-add-vo.ts +3 -3
- package/models/exploration-work-order-details-dto.ts +9 -9
- package/models/exploration-work-order-info.ts +2 -2
- package/models/followup-work-order-dto.ts +1 -1
- package/models/group-dept-vo.ts +1 -1
- package/models/index.ts +36 -1
- package/models/inspection-handle-req.ts +1 -1
- package/models/inspection-point-item.ts +1 -1
- package/models/inspection-point.ts +16 -1
- package/models/inspection-standard-add-or-update-vo.ts +4 -4
- package/models/inspection-standard-dto.ts +4 -4
- package/models/inspection-standard-entity.ts +5 -5
- package/models/inspection-standard-import-dto.ts +2 -2
- package/models/insurance-work-order-issue-vo.ts +1 -1
- package/models/insurance-work-order-vo.ts +1 -1
- package/models/iot-device-unit-delete-dto.ts +48 -0
- package/models/ipage-energy-cost-record-info-vo.ts +70 -0
- package/models/item.ts +87 -0
- package/models/json-result-access-appointment-record-details-dto.ts +2 -2
- package/models/json-result-access-blacklist-details-dto.ts +2 -2
- package/models/json-result-access-company-config-entity.ts +2 -2
- package/models/json-result-access-config-entity.ts +2 -2
- package/models/json-result-access-record-summary-details-dto.ts +2 -2
- package/models/json-result-access-whitelist-application-details-dto.ts +2 -2
- package/models/json-result-admission-terms-record-details-dto.ts +2 -2
- package/models/json-result-applet-user-type-dto.ts +2 -2
- package/models/json-result-big-decimal.ts +1 -1
- package/models/json-result-boolean.ts +1 -1
- package/models/json-result-calendar-entity.ts +2 -2
- package/models/json-result-dashboard-park-statistics-vo.ts +72 -0
- package/models/json-result-disaster-warning-standard-entity.ts +2 -2
- package/models/json-result-energy-cost-record-bill-info-vo.ts +72 -0
- package/models/json-result-energy-cost-record-info-not-emun-vo.ts +72 -0
- package/models/{json-result-work-order-spot-check-dto.ts → json-result-energy-cost-record-info-vo.ts} +13 -13
- package/models/json-result-equipment-add-redis-list-dto.ts +2 -2
- package/models/json-result-equipment-detail-dto.ts +2 -2
- package/models/json-result-equipment-search-system-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtoaccess-whitelist-application-batch-import-template-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtocalendar-export-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtodisaster-warning-standard-import-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtoequipment-excel-add-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtoinspection-standard-import-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtomaintenance-standard-import-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtosurveillance-batch-import-template-dto.ts +2 -2
- package/models/json-result-excel-import-result-dtosurveillance-settings-export-dto.ts +2 -2
- package/models/json-result-excel-import-upload-to-redis-vo-space-add-excel-dto.ts +2 -2
- package/models/json-result-exploration-work-order-details-dto.ts +2 -2
- package/models/json-result-file-dto.ts +2 -2
- package/models/json-result-group-dept-vo.ts +2 -2
- package/models/json-result-inspection-standard-entity.ts +2 -2
- package/models/json-result-integer.ts +1 -1
- package/models/json-result-ipage-energy-cost-record-info-vo.ts +72 -0
- package/models/json-result-json-result-list-space-tree-dto.ts +2 -2
- package/models/json-result-list-access-appointment-record-process-details-dto.ts +2 -2
- package/models/json-result-list-access-company-config-entity.ts +2 -2
- package/models/json-result-list-access-whitelist-application-process-details-dto.ts +2 -2
- package/models/json-result-list-address-region-entity.ts +2 -2
- package/models/json-result-list-applet-sys-user-drop-down-box-list-dto.ts +2 -2
- package/models/json-result-list-area-park-dto.ts +2 -2
- package/models/json-result-list-calendar-entity.ts +2 -2
- package/models/json-result-list-center-list-dto.ts +2 -2
- package/models/json-result-list-dashboard-access-park-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-access-source-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-equipment-park-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-equipment-system-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-series-stats-base-vo.ts +2 -2
- package/models/json-result-list-dashboard-surveillance-functional-area-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-surveillance-park-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-work-order-park-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-work-order-type-group-stats-vo.ts +2 -2
- package/models/json-result-list-dashboard-work-order-type-subcategory-group-stats-vo.ts +2 -2
- package/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.ts +72 -0
- package/models/json-result-list-energy-cost-month-setting-list-vo.ts +72 -0
- package/models/json-result-list-equipment-detail-dto.ts +2 -2
- package/models/json-result-list-equipment-qr-code-dto.ts +2 -2
- package/models/json-result-list-equipment-system-tree-dto.ts +2 -2
- package/models/json-result-list-equipment-tree-dto.ts +2 -2
- package/models/json-result-list-inspection-point.ts +2 -2
- package/models/json-result-list-inspection-standard-entity.ts +2 -2
- package/models/json-result-list-maintenance-standard-entity.ts +2 -2
- package/models/json-result-list-park-list-dto.ts +2 -2
- package/models/json-result-list-plan-calendar-list-vo.ts +2 -2
- package/models/json-result-list-plan-calendar-vo.ts +2 -2
- package/models/json-result-list-space-image-detail-dto.ts +2 -2
- package/models/json-result-list-space-point-dto.ts +2 -2
- package/models/json-result-list-space-qr-code-dto.ts +2 -2
- package/models/json-result-list-space-tree-dto.ts +2 -2
- package/models/json-result-list-space-url-dto.ts +2 -2
- package/models/json-result-list-srm-center-vo.ts +2 -2
- package/models/json-result-list-supplier-select-dto.ts +2 -2
- package/models/json-result-list-surveillance-settings-coverage-standard-dto.ts +2 -2
- package/models/json-result-list-sys-dept-drop-down-box-list-dto.ts +2 -2
- package/models/json-result-list-sys-dept.ts +2 -2
- package/models/json-result-list-sys-user-drop-down-box-list-dto.ts +2 -2
- package/models/json-result-list-work-order-circulation-settings-entity.ts +2 -2
- package/models/json-result-list-work-order-circulation-vo.ts +2 -2
- package/models/json-result-list-work-order-comment-entity.ts +2 -2
- package/models/json-result-list-work-order-dept-settings-entity.ts +2 -2
- package/models/json-result-list-work-order-inspection-detail-dto.ts +2 -2
- package/models/json-result-list-work-order-issue-type-settings-entity.ts +2 -2
- package/models/json-result-list-work-order-push-settings-entity.ts +2 -2
- package/models/json-result-list-work-order-spot-check-dto.ts +72 -0
- package/models/json-result-list-work-order-step-by-step-push-user-details-dto.ts +2 -2
- package/models/json-result-list-work-order-type-settings-entity.ts +2 -2
- package/models/json-result-maintenance-standard-entity.ts +2 -2
- package/models/json-result-map-string-object.ts +69 -0
- package/models/json-result-monitoring-coverage-alert-work-order-details-dto.ts +2 -2
- package/models/json-result-network-monitor-repair-details-dto.ts +2 -2
- package/models/json-result-notice-entity.ts +2 -2
- package/models/json-result-offline-alert-work-order-details-dto.ts +2 -2
- package/models/json-result-page-dto-access-appointment-record-details-dto.ts +2 -2
- package/models/json-result-page-dto-access-blacklist-details-dto.ts +2 -2
- package/models/json-result-page-dto-access-record-summary-list-dto.ts +2 -2
- package/models/json-result-page-dto-access-whitelist-application-details-dto.ts +2 -2
- package/models/json-result-page-dto-admission-terms-record-list-dto.ts +2 -2
- package/models/json-result-page-dto-disaster-warning-standard-entity.ts +2 -2
- package/models/json-result-page-dto-equipment-search-system-dto.ts +2 -2
- package/models/json-result-page-dto-inspection-standard-dto.ts +2 -2
- package/models/json-result-page-dto-maintenance-standard-dto.ts +2 -2
- package/models/json-result-page-dto-open-api-equipment-list-dto.ts +2 -2
- package/models/json-result-page-dto-plan-search-dto.ts +2 -2
- package/models/json-result-page-dto-supplier-contract-details-dto.ts +2 -2
- package/models/json-result-page-dto-surveillance-details-dto.ts +2 -2
- package/models/json-result-page-dto-sys-user-msg-dto.ts +2 -2
- package/models/json-result-page-dto-work-order-group-equipment-dto.ts +72 -0
- package/models/json-result-page-dto-work-order-search-dto.ts +2 -2
- package/models/json-result-park-info-dto.ts +2 -2
- package/models/json-result-park-settings-details-dto.ts +2 -2
- package/models/json-result-period-detail-resp.ts +2 -2
- package/models/json-result-plan-detail-dto.ts +2 -2
- package/models/json-result-space-add-redis-list-dto.ts +2 -2
- package/models/json-result-space-image-detail-dto.ts +2 -2
- package/models/json-result-srm-center-entity.ts +2 -2
- package/models/json-result-string.ts +1 -1
- package/models/json-result-supplier-contract-details-dto.ts +2 -2
- package/models/json-result-supplier-entity.ts +2 -2
- package/models/json-result-surveillance-count-dto.ts +2 -2
- package/models/json-result-surveillance-details-dto.ts +2 -2
- package/models/json-result-surveillance-live-dto.ts +2 -2
- package/models/json-result-surveillance-settings-details-dto.ts +2 -2
- package/models/json-result-surveillance-settings-polling-dto.ts +2 -2
- package/models/json-result-switch-park-v2-dto.ts +2 -2
- package/models/json-result-sys-dept.ts +2 -2
- package/models/json-result-sys-user-msg-dto.ts +2 -2
- package/models/json-result-sys-user.ts +2 -2
- package/models/json-result-user-add-redis-list-vo.ts +2 -2
- package/models/json-result-user-settings-entity.ts +2 -2
- package/models/json-result-violation-work-order-details-dto.ts +2 -2
- package/models/json-result-void.ts +1 -1
- package/models/json-result-work-order-dept-settings-entity.ts +2 -2
- package/models/json-result-work-order-detail-dto.ts +2 -2
- package/models/json-result-work-order-issue-type-settings-entity.ts +2 -2
- package/models/json-result.ts +1 -1
- package/models/maintenance-history-dto.ts +22 -1
- package/models/maintenance-standard-add-or-update-vo.ts +2 -2
- package/models/maintenance-standard-dto.ts +2 -2
- package/models/maintenance-standard-entity.ts +3 -3
- package/models/monitoring-coverage-alert-info.ts +13 -1
- package/models/monitoring-coverage-alert-process-vo.ts +1 -1
- package/models/monitoring-coverage-alert-reason-enum.ts +3 -1
- package/models/monitoring-coverage-alert-work-order-details-dto.ts +7 -7
- package/models/network-monitor-repair-add-vo.ts +3 -3
- package/models/network-monitor-repair-details-dto.ts +14 -14
- package/models/news-info.ts +1 -1
- package/models/offline-alert-submit-vo.ts +1 -1
- package/models/offline-alert-work-order-details-dto.ts +10 -10
- package/models/offline-alert-work-order-info.ts +2 -2
- package/models/offline-alert-work-order-vo.ts +1 -1
- package/models/open-api-access-appointment-record-add-vo.ts +16 -7
- package/models/open-api-access-appointment-record-delete-vo.ts +1 -1
- package/models/open-api-equipment-list-dto.ts +2 -2
- package/models/page-dto-access-appointment-record-details-dto.ts +1 -1
- package/models/page-dto-access-blacklist-details-dto.ts +1 -1
- package/models/page-dto-access-record-summary-list-dto.ts +1 -1
- package/models/page-dto-access-whitelist-application-details-dto.ts +1 -1
- package/models/page-dto-admission-terms-record-list-dto.ts +1 -1
- package/models/page-dto-disaster-warning-standard-entity.ts +1 -1
- package/models/page-dto-equipment-search-system-dto.ts +1 -1
- package/models/page-dto-inspection-standard-dto.ts +1 -1
- package/models/page-dto-maintenance-standard-dto.ts +1 -1
- package/models/page-dto-open-api-equipment-list-dto.ts +1 -1
- package/models/page-dto-plan-search-dto.ts +1 -1
- package/models/page-dto-supplier-contract-details-dto.ts +1 -1
- package/models/page-dto-surveillance-details-dto.ts +1 -1
- package/models/page-dto-sys-user-msg-dto.ts +1 -1
- package/models/page-dto-work-order-group-equipment-dto.ts +39 -0
- package/models/page-dto-work-order-search-dto.ts +1 -1
- package/models/park-info-dto.ts +7 -1
- package/models/park-info-edit-vo.ts +7 -1
- package/models/park-list-dto.ts +17 -0
- package/models/park.ts +1 -1
- package/models/period-detail-resp.ts +12 -12
- package/models/plan-add-vo.ts +9 -9
- package/models/plan-calendar-list-vo.ts +5 -5
- package/models/plan-detail-dto.ts +9 -9
- package/models/plan-edit-vo.ts +9 -9
- package/models/plan-inspection-items-dto.ts +3 -3
- package/models/plan-item-add-vo.ts +2 -2
- package/models/plan-item-edit-vo.ts +2 -2
- package/models/plan-search-dto.ts +9 -9
- package/models/pricing-item.ts +59 -0
- package/models/process-work-order-vo.ts +1 -1
- package/models/safety-smart-fire-record-gizone-dto.ts +1 -1
- package/models/save-period-work-order-detail-req.ts +1 -1
- package/models/sms-captcha-vo.ts +1 -1
- package/models/source-work-order-dto.ts +1 -1
- package/models/source-work-order-inspection-dto.ts +1 -1
- package/models/space-add-excel-dto.ts +0 -6
- package/models/space-add-redis-list-dto.ts +1 -1
- package/models/space-add-vo.ts +2 -2
- package/models/space-detail-dto.ts +4 -4
- package/models/space-edit-vo.ts +2 -2
- package/models/space-image-detail-dto.ts +2 -2
- package/models/space-tree-dto.ts +3 -3
- package/models/space.ts +1 -1
- package/models/srm-center-entity.ts +1 -1
- package/models/srm-center-vo.ts +1 -1
- package/models/srm-level-add-dto.ts +1 -1
- package/models/sub-buttons.ts +1 -1
- package/models/supplier-add-vo.ts +2 -2
- package/models/supplier-edit-vo.ts +2 -2
- package/models/supplier-entity.ts +2 -2
- package/models/surveillance-batch-import-template-dto.ts +19 -7
- package/models/surveillance-details-dto.ts +13 -7
- package/models/surveillance-entity.ts +185 -0
- package/models/surveillance-settings-coverage-standard-dto.ts +1 -1
- package/models/surveillance-settings-polling-dto.ts +2 -2
- package/models/surveillance-settings-polling-vo.ts +2 -2
- package/models/surveillance-update-vo.ts +8 -2
- package/models/switch-pak-body-v2-vo.ts +1 -1
- package/models/sync-equipment-status-vo.ts +1 -1
- package/models/sync-equipment-vo.ts +1 -1
- package/models/sys-user-info-dto.ts +3 -3
- package/models/sys-user-msg-dto.ts +2 -2
- package/models/sys-user.ts +4 -4
- package/models/user-add-redis-list-vo.ts +1 -1
- package/models/user-roles-and-permissions-dto.ts +1 -1
- package/models/violation-decision-vo.ts +20 -2
- package/models/violation-issue-type-enum.ts +2 -1
- package/models/violation-work-order-add-vo.ts +10 -4
- package/models/violation-work-order-details-dto.ts +12 -12
- package/models/violation-work-order-info.ts +22 -4
- package/models/work-order-add-vo.ts +3 -3
- package/models/work-order-circulation-settings-add-or-update-vo.ts +2 -2
- package/models/work-order-circulation-settings-entity.ts +2 -2
- package/models/work-order-circulation-vo.ts +1 -1
- package/models/work-order-decision-vo.ts +2 -2
- package/models/work-order-dept-settings-entity.ts +1 -1
- package/models/work-order-detail-dto.ts +14 -14
- package/models/work-order-ext-data.ts +5 -5
- package/models/work-order-group-equipment-dto.ts +186 -0
- package/models/work-order-group-equipment-dtoinspection-item.ts +42 -0
- package/models/work-order-handler-dto.ts +1 -1
- package/models/work-order-internal-status-enum.ts +1 -0
- package/models/work-order-issue-type-settings-add-or-update-vo.ts +2 -2
- package/models/work-order-issue-type-settings-entity.ts +2 -2
- package/models/work-order-msg-remind-config-info.ts +2 -2
- package/models/work-order-push-settings-entity.ts +1 -1
- package/models/work-order-push-settings-save-or-update-vo.ts +1 -1
- package/models/work-order-push-settings-vo.ts +1 -1
- package/models/work-order-report-vo.ts +3 -3
- package/models/work-order-search-dto.ts +7 -7
- package/models/work-order-spot-check-dto.ts +23 -23
- package/models/work-order-staging-data-vo.ts +1 -1
- package/models/work-order-submit-vo.ts +2 -2
- package/models/work-order-type-msg-remind-config-add-or-update-vo.ts +2 -2
- package/models/work-order-type-settings-entity.ts +2 -2
- package/models/wx-ma-user-info.ts +1 -1
- package/models/wx-menu.ts +2 -2
- package/models/wx-mp-conditional-menu.ts +2 -2
- package/models/wx-mp-get-self-menu-info-result.ts +1 -1
- package/models/wx-mp-menu.ts +1 -1
- package/models/wx-mp-self-menu-button.ts +2 -2
- package/models/wx-mp-self-menu-info.ts +1 -1
- package/package.json +4 -4
- /package/dist/esm/models/{json-result-work-order-spot-check-dto.js → dashboard-park-statistics-vo.js} +0 -0
- /package/dist/models/{json-result-work-order-spot-check-dto.js → dashboard-park-statistics-vo.js} +0 -0
|
@@ -39,7 +39,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
39
39
|
* @param {*} [options] Override http request option.
|
|
40
40
|
* @throws {RequiredError}
|
|
41
41
|
*/
|
|
42
|
-
addSrmLevel: (
|
|
42
|
+
addSrmLevel: (srmLevelAddDTO, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
43
43
|
// verify required parameter 'srmLevelAddDTO' is not null or undefined
|
|
44
44
|
assertParamExists('addSrmLevel', 'srmLevelAddDTO', srmLevelAddDTO);
|
|
45
45
|
const localVarPath = `/srm/level`;
|
|
@@ -71,7 +71,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
71
71
|
* @param {*} [options] Override http request option.
|
|
72
72
|
* @throws {RequiredError}
|
|
73
73
|
*/
|
|
74
|
-
addressRegionList: (
|
|
74
|
+
addressRegionList: (pid, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
75
75
|
// verify required parameter 'pid' is not null or undefined
|
|
76
76
|
assertParamExists('addressRegionList', 'pid', pid);
|
|
77
77
|
const localVarPath = `/address/list`;
|
|
@@ -106,7 +106,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
106
106
|
* @deprecated
|
|
107
107
|
* @throws {RequiredError}
|
|
108
108
|
*/
|
|
109
|
-
commonDeleteFile: (
|
|
109
|
+
commonDeleteFile: (fileName, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
110
110
|
// verify required parameter 'fileName' is not null or undefined
|
|
111
111
|
assertParamExists('commonDeleteFile', 'fileName', fileName);
|
|
112
112
|
const localVarPath = `/operation/file/delete`;
|
|
@@ -140,7 +140,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
140
140
|
* @param {*} [options] Override http request option.
|
|
141
141
|
* @throws {RequiredError}
|
|
142
142
|
*/
|
|
143
|
-
commonUploadFile: (
|
|
143
|
+
commonUploadFile: (file, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
144
144
|
// verify required parameter 'file' is not null or undefined
|
|
145
145
|
assertParamExists('commonUploadFile', 'file', file);
|
|
146
146
|
const localVarPath = `/operation/file/upload`;
|
|
@@ -174,7 +174,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
174
174
|
* @param {*} [options] Override http request option.
|
|
175
175
|
* @throws {RequiredError}
|
|
176
176
|
*/
|
|
177
|
-
commonUploadPrivacyFile: (
|
|
177
|
+
commonUploadPrivacyFile: (file, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
178
178
|
// verify required parameter 'file' is not null or undefined
|
|
179
179
|
assertParamExists('commonUploadPrivacyFile', 'file', file);
|
|
180
180
|
const localVarPath = `/operation/file/upload/privacy/filename`;
|
|
@@ -210,7 +210,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
210
210
|
* @param {*} [options] Override http request option.
|
|
211
211
|
* @throws {RequiredError}
|
|
212
212
|
*/
|
|
213
|
-
createDept: (
|
|
213
|
+
createDept: (sysDept, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
214
214
|
// verify required parameter 'sysDept' is not null or undefined
|
|
215
215
|
assertParamExists('createDept', 'sysDept', sysDept);
|
|
216
216
|
const localVarPath = `/system/dept`;
|
|
@@ -242,7 +242,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
242
242
|
* @param {*} [options] Override http request option.
|
|
243
243
|
* @throws {RequiredError}
|
|
244
244
|
*/
|
|
245
|
-
createJobPosition: (
|
|
245
|
+
createJobPosition: (sysPost, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
246
246
|
// verify required parameter 'sysPost' is not null or undefined
|
|
247
247
|
assertParamExists('createJobPosition', 'sysPost', sysPost);
|
|
248
248
|
const localVarPath = `/system/post`;
|
|
@@ -274,7 +274,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
274
274
|
* @param {*} [options] Override http request option.
|
|
275
275
|
* @throws {RequiredError}
|
|
276
276
|
*/
|
|
277
|
-
createMenu: (
|
|
277
|
+
createMenu: (sysMenu, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
278
278
|
// verify required parameter 'sysMenu' is not null or undefined
|
|
279
279
|
assertParamExists('createMenu', 'sysMenu', sysMenu);
|
|
280
280
|
const localVarPath = `/system/menu`;
|
|
@@ -306,7 +306,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
306
306
|
* @param {*} [options] Override http request option.
|
|
307
307
|
* @throws {RequiredError}
|
|
308
308
|
*/
|
|
309
|
-
deleteDept: (
|
|
309
|
+
deleteDept: (deptId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
310
310
|
// verify required parameter 'deptId' is not null or undefined
|
|
311
311
|
assertParamExists('deleteDept', 'deptId', deptId);
|
|
312
312
|
const localVarPath = `/system/dept/{deptId}`
|
|
@@ -337,7 +337,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
337
337
|
* @param {*} [options] Override http request option.
|
|
338
338
|
* @throws {RequiredError}
|
|
339
339
|
*/
|
|
340
|
-
deleteJobPositions: (
|
|
340
|
+
deleteJobPositions: (postIds, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
341
341
|
// verify required parameter 'postIds' is not null or undefined
|
|
342
342
|
assertParamExists('deleteJobPositions', 'postIds', postIds);
|
|
343
343
|
const localVarPath = `/system/post/{postIds}`
|
|
@@ -368,7 +368,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
368
368
|
* @param {*} [options] Override http request option.
|
|
369
369
|
* @throws {RequiredError}
|
|
370
370
|
*/
|
|
371
|
-
deleteMenu: (
|
|
371
|
+
deleteMenu: (menuId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
372
372
|
// verify required parameter 'menuId' is not null or undefined
|
|
373
373
|
assertParamExists('deleteMenu', 'menuId', menuId);
|
|
374
374
|
const localVarPath = `/system/menu/{menuId}`
|
|
@@ -400,7 +400,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
400
400
|
* @deprecated
|
|
401
401
|
* @throws {RequiredError}
|
|
402
402
|
*/
|
|
403
|
-
demo: (
|
|
403
|
+
demo: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
404
404
|
const localVarPath = `/operation/file/demo`;
|
|
405
405
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
406
406
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -430,7 +430,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
430
430
|
* @param {*} [options] Override http request option.
|
|
431
431
|
* @throws {RequiredError}
|
|
432
432
|
*/
|
|
433
|
-
editParkInfo: (
|
|
433
|
+
editParkInfo: (parkId, parkInfoEditVO, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
434
434
|
// verify required parameter 'parkId' is not null or undefined
|
|
435
435
|
assertParamExists('editParkInfo', 'parkId', parkId);
|
|
436
436
|
// verify required parameter 'parkInfoEditVO' is not null or undefined
|
|
@@ -465,7 +465,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
465
465
|
* @param {*} [options] Override http request option.
|
|
466
466
|
* @throws {RequiredError}
|
|
467
467
|
*/
|
|
468
|
-
exportJobPositions: (
|
|
468
|
+
exportJobPositions: (post, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
469
469
|
// verify required parameter 'post' is not null or undefined
|
|
470
470
|
assertParamExists('exportJobPositions', 'post', post);
|
|
471
471
|
const localVarPath = `/system/post/export`;
|
|
@@ -501,7 +501,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
501
501
|
* @param {*} [options] Override http request option.
|
|
502
502
|
* @throws {RequiredError}
|
|
503
503
|
*/
|
|
504
|
-
fileDownload: (
|
|
504
|
+
fileDownload: (fileName, _delete, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
505
505
|
// verify required parameter 'fileName' is not null or undefined
|
|
506
506
|
assertParamExists('fileDownload', 'fileName', fileName);
|
|
507
507
|
// verify required parameter '_delete' is not null or undefined
|
|
@@ -539,7 +539,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
539
539
|
* @param {*} [options] Override http request option.
|
|
540
540
|
* @throws {RequiredError}
|
|
541
541
|
*/
|
|
542
|
-
getDept: (
|
|
542
|
+
getDept: (deptId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
543
543
|
// verify required parameter 'deptId' is not null or undefined
|
|
544
544
|
assertParamExists('getDept', 'deptId', deptId);
|
|
545
545
|
const localVarPath = `/system/dept/{deptId}`
|
|
@@ -570,7 +570,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
570
570
|
* @param {*} [options] Override http request option.
|
|
571
571
|
* @throws {RequiredError}
|
|
572
572
|
*/
|
|
573
|
-
getDept1: (
|
|
573
|
+
getDept1: (deptId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
574
574
|
// verify required parameter 'deptId' is not null or undefined
|
|
575
575
|
assertParamExists('getDept1', 'deptId', deptId);
|
|
576
576
|
const localVarPath = `/system/dept/detail`;
|
|
@@ -602,7 +602,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
602
602
|
* @param {*} [options] Override http request option.
|
|
603
603
|
* @throws {RequiredError}
|
|
604
604
|
*/
|
|
605
|
-
getHostIp: (
|
|
605
|
+
getHostIp: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
606
606
|
const localVarPath = `/gizone/ip/getHostIp`;
|
|
607
607
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
608
608
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -630,7 +630,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
630
630
|
* @param {*} [options] Override http request option.
|
|
631
631
|
* @throws {RequiredError}
|
|
632
632
|
*/
|
|
633
|
-
getJobPosition: (
|
|
633
|
+
getJobPosition: (postId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
634
634
|
// verify required parameter 'postId' is not null or undefined
|
|
635
635
|
assertParamExists('getJobPosition', 'postId', postId);
|
|
636
636
|
const localVarPath = `/system/post/{postId}`
|
|
@@ -661,7 +661,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
661
661
|
* @param {*} [options] Override http request option.
|
|
662
662
|
* @throws {RequiredError}
|
|
663
663
|
*/
|
|
664
|
-
getMenu: (
|
|
664
|
+
getMenu: (menuId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
665
665
|
// verify required parameter 'menuId' is not null or undefined
|
|
666
666
|
assertParamExists('getMenu', 'menuId', menuId);
|
|
667
667
|
const localVarPath = `/system/menu/{menuId}`
|
|
@@ -693,7 +693,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
693
693
|
* @param {*} [options] Override http request option.
|
|
694
694
|
* @throws {RequiredError}
|
|
695
695
|
*/
|
|
696
|
-
getParkInfo: (
|
|
696
|
+
getParkInfo: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
697
697
|
// verify required parameter 'parkId' is not null or undefined
|
|
698
698
|
assertParamExists('getParkInfo', 'parkId', parkId);
|
|
699
699
|
const localVarPath = `/system/dept/parkInfo/{parkId}`
|
|
@@ -725,7 +725,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
725
725
|
* @param {*} [options] Override http request option.
|
|
726
726
|
* @throws {RequiredError}
|
|
727
727
|
*/
|
|
728
|
-
getParkSetting: (
|
|
728
|
+
getParkSetting: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
729
729
|
// verify required parameter 'parkId' is not null or undefined
|
|
730
730
|
assertParamExists('getParkSetting', 'parkId', parkId);
|
|
731
731
|
const localVarPath = `/system/dept/selectParkSettings`;
|
|
@@ -759,7 +759,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
759
759
|
* @param {*} [options] Override http request option.
|
|
760
760
|
* @throws {RequiredError}
|
|
761
761
|
*/
|
|
762
|
-
lestDeptByParkAndType: (
|
|
762
|
+
lestDeptByParkAndType: (sysDeptDropDownVO, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
763
763
|
// verify required parameter 'sysDeptDropDownVO' is not null or undefined
|
|
764
764
|
assertParamExists('lestDeptByParkAndType', 'sysDeptDropDownVO', sysDeptDropDownVO);
|
|
765
765
|
const localVarPath = `/system/dept/selectDeptDropDownBoxList`;
|
|
@@ -791,7 +791,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
791
791
|
* @param {*} [options] Override http request option.
|
|
792
792
|
* @throws {RequiredError}
|
|
793
793
|
*/
|
|
794
|
-
listDept: (
|
|
794
|
+
listDept: (dept, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
795
795
|
// verify required parameter 'dept' is not null or undefined
|
|
796
796
|
assertParamExists('listDept', 'dept', dept);
|
|
797
797
|
const localVarPath = `/system/dept/list`;
|
|
@@ -827,7 +827,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
827
827
|
* @param {*} [options] Override http request option.
|
|
828
828
|
* @throws {RequiredError}
|
|
829
829
|
*/
|
|
830
|
-
listDeptByPark: (
|
|
830
|
+
listDeptByPark: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
831
831
|
// verify required parameter 'parkId' is not null or undefined
|
|
832
832
|
assertParamExists('listDeptByPark', 'parkId', parkId);
|
|
833
833
|
const localVarPath = `/system/dept/getParkById`;
|
|
@@ -861,7 +861,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
861
861
|
* @param {*} [options] Override http request option.
|
|
862
862
|
* @throws {RequiredError}
|
|
863
863
|
*/
|
|
864
|
-
listDeptByParkNoTenant: (
|
|
864
|
+
listDeptByParkNoTenant: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
865
865
|
// verify required parameter 'parkId' is not null or undefined
|
|
866
866
|
assertParamExists('listDeptByParkNoTenant', 'parkId', parkId);
|
|
867
867
|
const localVarPath = `/system/dept/getParkByIdNotTenant`;
|
|
@@ -894,7 +894,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
894
894
|
* @param {*} [options] Override http request option.
|
|
895
895
|
* @throws {RequiredError}
|
|
896
896
|
*/
|
|
897
|
-
listDeptExcl: (
|
|
897
|
+
listDeptExcl: (deptId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
898
898
|
// verify required parameter 'deptId' is not null or undefined
|
|
899
899
|
assertParamExists('listDeptExcl', 'deptId', deptId);
|
|
900
900
|
const localVarPath = `/system/dept/list/exclude/{deptId}`
|
|
@@ -925,7 +925,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
925
925
|
* @param {*} [options] Override http request option.
|
|
926
926
|
* @throws {RequiredError}
|
|
927
927
|
*/
|
|
928
|
-
listDeptTree: (
|
|
928
|
+
listDeptTree: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
929
929
|
// verify required parameter 'parkId' is not null or undefined
|
|
930
930
|
assertParamExists('listDeptTree', 'parkId', parkId);
|
|
931
931
|
const localVarPath = `/system/dept/treeselect`;
|
|
@@ -958,7 +958,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
958
958
|
* @param {*} [options] Override http request option.
|
|
959
959
|
* @throws {RequiredError}
|
|
960
960
|
*/
|
|
961
|
-
listDeptTreeByRole: (
|
|
961
|
+
listDeptTreeByRole: (roleId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
962
962
|
// verify required parameter 'roleId' is not null or undefined
|
|
963
963
|
assertParamExists('listDeptTreeByRole', 'roleId', roleId);
|
|
964
964
|
const localVarPath = `/system/dept/roleDeptTreeselect/{roleId}`
|
|
@@ -989,7 +989,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
989
989
|
* @param {*} [options] Override http request option.
|
|
990
990
|
* @throws {RequiredError}
|
|
991
991
|
*/
|
|
992
|
-
listJobPositions: (
|
|
992
|
+
listJobPositions: (post, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
993
993
|
// verify required parameter 'post' is not null or undefined
|
|
994
994
|
assertParamExists('listJobPositions', 'post', post);
|
|
995
995
|
const localVarPath = `/system/post/list`;
|
|
@@ -1024,7 +1024,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1024
1024
|
* @param {*} [options] Override http request option.
|
|
1025
1025
|
* @throws {RequiredError}
|
|
1026
1026
|
*/
|
|
1027
|
-
listJobPositionsByPark: (
|
|
1027
|
+
listJobPositionsByPark: (parkId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1028
1028
|
// verify required parameter 'parkId' is not null or undefined
|
|
1029
1029
|
assertParamExists('listJobPositionsByPark', 'parkId', parkId);
|
|
1030
1030
|
const localVarPath = `/system/post/optionselect`;
|
|
@@ -1057,7 +1057,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1057
1057
|
* @param {*} [options] Override http request option.
|
|
1058
1058
|
* @throws {RequiredError}
|
|
1059
1059
|
*/
|
|
1060
|
-
listMenu: (
|
|
1060
|
+
listMenu: (menu, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1061
1061
|
// verify required parameter 'menu' is not null or undefined
|
|
1062
1062
|
assertParamExists('listMenu', 'menu', menu);
|
|
1063
1063
|
const localVarPath = `/system/menu/list`;
|
|
@@ -1092,7 +1092,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1092
1092
|
* @param {*} [options] Override http request option.
|
|
1093
1093
|
* @throws {RequiredError}
|
|
1094
1094
|
*/
|
|
1095
|
-
listMenuTree: (
|
|
1095
|
+
listMenuTree: (menu, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1096
1096
|
// verify required parameter 'menu' is not null or undefined
|
|
1097
1097
|
assertParamExists('listMenuTree', 'menu', menu);
|
|
1098
1098
|
const localVarPath = `/system/menu/treeselect`;
|
|
@@ -1127,7 +1127,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1127
1127
|
* @param {*} [options] Override http request option.
|
|
1128
1128
|
* @throws {RequiredError}
|
|
1129
1129
|
*/
|
|
1130
|
-
listMenuTreeByRole: (
|
|
1130
|
+
listMenuTreeByRole: (roleId, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1131
1131
|
// verify required parameter 'roleId' is not null or undefined
|
|
1132
1132
|
assertParamExists('listMenuTreeByRole', 'roleId', roleId);
|
|
1133
1133
|
const localVarPath = `/system/menu/roleMenuTreeselect/{roleId}`
|
|
@@ -1158,7 +1158,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1158
1158
|
* @param {*} [options] Override http request option.
|
|
1159
1159
|
* @throws {RequiredError}
|
|
1160
1160
|
*/
|
|
1161
|
-
listPark: (
|
|
1161
|
+
listPark: (options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1162
1162
|
const localVarPath = `/system/dept/get/park/list`;
|
|
1163
1163
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1164
1164
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1187,7 +1187,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1187
1187
|
* @param {*} [options] Override http request option.
|
|
1188
1188
|
* @throws {RequiredError}
|
|
1189
1189
|
*/
|
|
1190
|
-
resolveDomain: (
|
|
1190
|
+
resolveDomain: (domain, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1191
1191
|
// verify required parameter 'domain' is not null or undefined
|
|
1192
1192
|
assertParamExists('resolveDomain', 'domain', domain);
|
|
1193
1193
|
const localVarPath = `/gizone/ip/resolveDomain`;
|
|
@@ -1220,7 +1220,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1220
1220
|
* @param {*} [options] Override http request option.
|
|
1221
1221
|
* @throws {RequiredError}
|
|
1222
1222
|
*/
|
|
1223
|
-
resourceDownload: (
|
|
1223
|
+
resourceDownload: (resource, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1224
1224
|
// verify required parameter 'resource' is not null or undefined
|
|
1225
1225
|
assertParamExists('resourceDownload', 'resource', resource);
|
|
1226
1226
|
const localVarPath = `/common/download/resource`;
|
|
@@ -1255,7 +1255,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1255
1255
|
* @param {*} [options] Override http request option.
|
|
1256
1256
|
* @throws {RequiredError}
|
|
1257
1257
|
*/
|
|
1258
|
-
selectCenterList: (
|
|
1258
|
+
selectCenterList: (isSrm, platForm, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1259
1259
|
// verify required parameter 'isSrm' is not null or undefined
|
|
1260
1260
|
assertParamExists('selectCenterList', 'isSrm', isSrm);
|
|
1261
1261
|
const localVarPath = `/system/dept/center`;
|
|
@@ -1291,10 +1291,13 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1291
1291
|
* @param {string} [centerCode] 中心编码
|
|
1292
1292
|
* @param {boolean} [isSrm] 是否查询srm数据
|
|
1293
1293
|
* @param {ParkCenterAttributeEnum} [parkCenterAttribute] 园区属性
|
|
1294
|
+
* @param {string} [contractEndTime] 合同到期时间(合同结束时间小于此时间)
|
|
1295
|
+
* @param {string} [status] 园区状态 0:启用 1:停用
|
|
1296
|
+
* @param {string} [parkName] 园区名称
|
|
1294
1297
|
* @param {*} [options] Override http request option.
|
|
1295
1298
|
* @throws {RequiredError}
|
|
1296
1299
|
*/
|
|
1297
|
-
selectParkList: (
|
|
1300
|
+
selectParkList: (centerCode, isSrm, parkCenterAttribute, contractEndTime, status, parkName, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1298
1301
|
const localVarPath = `/system/dept/park`;
|
|
1299
1302
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1300
1303
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1317,6 +1320,17 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1317
1320
|
if (parkCenterAttribute !== undefined) {
|
|
1318
1321
|
localVarQueryParameter['parkCenterAttribute'] = parkCenterAttribute;
|
|
1319
1322
|
}
|
|
1323
|
+
if (contractEndTime !== undefined) {
|
|
1324
|
+
localVarQueryParameter['contractEndTime'] = (contractEndTime instanceof Date) ?
|
|
1325
|
+
contractEndTime.toISOString() :
|
|
1326
|
+
contractEndTime;
|
|
1327
|
+
}
|
|
1328
|
+
if (status !== undefined) {
|
|
1329
|
+
localVarQueryParameter['status'] = status;
|
|
1330
|
+
}
|
|
1331
|
+
if (parkName !== undefined) {
|
|
1332
|
+
localVarQueryParameter['parkName'] = parkName;
|
|
1333
|
+
}
|
|
1320
1334
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
1321
1335
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1322
1336
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1332,7 +1346,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1332
1346
|
* @param {*} [options] Override http request option.
|
|
1333
1347
|
* @throws {RequiredError}
|
|
1334
1348
|
*/
|
|
1335
|
-
selectParkListByPermission: (
|
|
1349
|
+
selectParkListByPermission: (permission, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1336
1350
|
// verify required parameter 'permission' is not null or undefined
|
|
1337
1351
|
assertParamExists('selectParkListByPermission', 'permission', permission);
|
|
1338
1352
|
const localVarPath = `/system/dept/park/permission`;
|
|
@@ -1367,7 +1381,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1367
1381
|
* @param {*} [options] Override http request option.
|
|
1368
1382
|
* @throws {RequiredError}
|
|
1369
1383
|
*/
|
|
1370
|
-
selectSrmLevel: (
|
|
1384
|
+
selectSrmLevel: (parentCode, level, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1371
1385
|
const localVarPath = `/srm/level`;
|
|
1372
1386
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1373
1387
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1403,7 +1417,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1403
1417
|
* @param {*} [options] Override http request option.
|
|
1404
1418
|
* @throws {RequiredError}
|
|
1405
1419
|
*/
|
|
1406
|
-
tcpConnect: (
|
|
1420
|
+
tcpConnect: (host, port, timeOutMs, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1407
1421
|
// verify required parameter 'host' is not null or undefined
|
|
1408
1422
|
assertParamExists('tcpConnect', 'host', host);
|
|
1409
1423
|
// verify required parameter 'port' is not null or undefined
|
|
@@ -1446,7 +1460,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1446
1460
|
* @param {*} [options] Override http request option.
|
|
1447
1461
|
* @throws {RequiredError}
|
|
1448
1462
|
*/
|
|
1449
|
-
updateDept: (
|
|
1463
|
+
updateDept: (sysDept, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1450
1464
|
// verify required parameter 'sysDept' is not null or undefined
|
|
1451
1465
|
assertParamExists('updateDept', 'sysDept', sysDept);
|
|
1452
1466
|
const localVarPath = `/system/dept`;
|
|
@@ -1478,7 +1492,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1478
1492
|
* @param {*} [options] Override http request option.
|
|
1479
1493
|
* @throws {RequiredError}
|
|
1480
1494
|
*/
|
|
1481
|
-
updateJobPosition: (
|
|
1495
|
+
updateJobPosition: (sysPost, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1482
1496
|
// verify required parameter 'sysPost' is not null or undefined
|
|
1483
1497
|
assertParamExists('updateJobPosition', 'sysPost', sysPost);
|
|
1484
1498
|
const localVarPath = `/system/post`;
|
|
@@ -1510,7 +1524,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1510
1524
|
* @param {*} [options] Override http request option.
|
|
1511
1525
|
* @throws {RequiredError}
|
|
1512
1526
|
*/
|
|
1513
|
-
updateMenu: (
|
|
1527
|
+
updateMenu: (sysMenu, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1514
1528
|
// verify required parameter 'sysMenu' is not null or undefined
|
|
1515
1529
|
assertParamExists('updateMenu', 'sysMenu', sysMenu);
|
|
1516
1530
|
const localVarPath = `/system/menu`;
|
|
@@ -1543,7 +1557,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1543
1557
|
* @param {*} [options] Override http request option.
|
|
1544
1558
|
* @throws {RequiredError}
|
|
1545
1559
|
*/
|
|
1546
|
-
updateParkSetting: (
|
|
1560
|
+
updateParkSetting: (parkSettingsVO, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1547
1561
|
// verify required parameter 'parkSettingsVO' is not null or undefined
|
|
1548
1562
|
assertParamExists('updateParkSetting', 'parkSettingsVO', parkSettingsVO);
|
|
1549
1563
|
const localVarPath = `/system/dept/parkSettings`;
|
|
@@ -1575,7 +1589,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1575
1589
|
* @param {*} [options] Override http request option.
|
|
1576
1590
|
* @throws {RequiredError}
|
|
1577
1591
|
*/
|
|
1578
|
-
uploadFile: (
|
|
1592
|
+
uploadFile: (file, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1579
1593
|
// verify required parameter 'file' is not null or undefined
|
|
1580
1594
|
assertParamExists('uploadFile', 'file', file);
|
|
1581
1595
|
const localVarPath = `/common/upload`;
|
|
@@ -1609,7 +1623,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1609
1623
|
* @param {*} [options] Override http request option.
|
|
1610
1624
|
* @throws {RequiredError}
|
|
1611
1625
|
*/
|
|
1612
|
-
uploadKeepName: (
|
|
1626
|
+
uploadKeepName: (file, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1613
1627
|
// verify required parameter 'file' is not null or undefined
|
|
1614
1628
|
assertParamExists('uploadKeepName', 'file', file);
|
|
1615
1629
|
const localVarPath = `/operation/file/uploadKeepName`;
|
|
@@ -1646,7 +1660,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1646
1660
|
* @param {*} [options] Override http request option.
|
|
1647
1661
|
* @throws {RequiredError}
|
|
1648
1662
|
*/
|
|
1649
|
-
uploadPrivacy: (
|
|
1663
|
+
uploadPrivacy: (userBatchImportUploadRequest, options = {}) => __awaiter(this, void 0, void 0, function* () {
|
|
1650
1664
|
const localVarPath = `/operation/file/upload/privacy`;
|
|
1651
1665
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1652
1666
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1687,12 +1701,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1687
1701
|
* @throws {RequiredError}
|
|
1688
1702
|
*/
|
|
1689
1703
|
addSrmLevel(srmLevelAddDTO, options) {
|
|
1704
|
+
var _a, _b, _c;
|
|
1690
1705
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1691
|
-
var _a, _b, _c;
|
|
1692
1706
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.addSrmLevel(srmLevelAddDTO, options);
|
|
1693
|
-
const
|
|
1694
|
-
const
|
|
1695
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1707
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1708
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.addSrmLevel']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1709
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1696
1710
|
});
|
|
1697
1711
|
},
|
|
1698
1712
|
/**
|
|
@@ -1702,12 +1716,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1702
1716
|
* @throws {RequiredError}
|
|
1703
1717
|
*/
|
|
1704
1718
|
addressRegionList(pid, options) {
|
|
1719
|
+
var _a, _b, _c;
|
|
1705
1720
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1706
|
-
var _a, _b, _c;
|
|
1707
1721
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.addressRegionList(pid, options);
|
|
1708
|
-
const
|
|
1709
|
-
const
|
|
1710
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1722
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1723
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.addressRegionList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1724
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1711
1725
|
});
|
|
1712
1726
|
},
|
|
1713
1727
|
/**
|
|
@@ -1719,12 +1733,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1719
1733
|
* @throws {RequiredError}
|
|
1720
1734
|
*/
|
|
1721
1735
|
commonDeleteFile(fileName, options) {
|
|
1736
|
+
var _a, _b, _c;
|
|
1722
1737
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1723
|
-
var _a, _b, _c;
|
|
1724
1738
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.commonDeleteFile(fileName, options);
|
|
1725
|
-
const
|
|
1726
|
-
const
|
|
1727
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1739
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1740
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.commonDeleteFile']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1741
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1728
1742
|
});
|
|
1729
1743
|
},
|
|
1730
1744
|
/**
|
|
@@ -1735,12 +1749,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1735
1749
|
* @throws {RequiredError}
|
|
1736
1750
|
*/
|
|
1737
1751
|
commonUploadFile(file, options) {
|
|
1752
|
+
var _a, _b, _c;
|
|
1738
1753
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1739
|
-
var _a, _b, _c;
|
|
1740
1754
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.commonUploadFile(file, options);
|
|
1741
|
-
const
|
|
1742
|
-
const
|
|
1743
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1755
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1756
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.commonUploadFile']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1757
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1744
1758
|
});
|
|
1745
1759
|
},
|
|
1746
1760
|
/**
|
|
@@ -1751,12 +1765,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1751
1765
|
* @throws {RequiredError}
|
|
1752
1766
|
*/
|
|
1753
1767
|
commonUploadPrivacyFile(file, options) {
|
|
1768
|
+
var _a, _b, _c;
|
|
1754
1769
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1755
|
-
var _a, _b, _c;
|
|
1756
1770
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.commonUploadPrivacyFile(file, options);
|
|
1757
|
-
const
|
|
1758
|
-
const
|
|
1759
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1771
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1772
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.commonUploadPrivacyFile']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1773
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1760
1774
|
});
|
|
1761
1775
|
},
|
|
1762
1776
|
/**
|
|
@@ -1766,12 +1780,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1766
1780
|
* @throws {RequiredError}
|
|
1767
1781
|
*/
|
|
1768
1782
|
createDept(sysDept, options) {
|
|
1783
|
+
var _a, _b, _c;
|
|
1769
1784
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1770
|
-
var _a, _b, _c;
|
|
1771
1785
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.createDept(sysDept, options);
|
|
1772
|
-
const
|
|
1773
|
-
const
|
|
1774
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1786
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1787
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.createDept']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1788
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1775
1789
|
});
|
|
1776
1790
|
},
|
|
1777
1791
|
/**
|
|
@@ -1781,12 +1795,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1781
1795
|
* @throws {RequiredError}
|
|
1782
1796
|
*/
|
|
1783
1797
|
createJobPosition(sysPost, options) {
|
|
1798
|
+
var _a, _b, _c;
|
|
1784
1799
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1785
|
-
var _a, _b, _c;
|
|
1786
1800
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.createJobPosition(sysPost, options);
|
|
1787
|
-
const
|
|
1788
|
-
const
|
|
1789
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1801
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1802
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.createJobPosition']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1803
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1790
1804
|
});
|
|
1791
1805
|
},
|
|
1792
1806
|
/**
|
|
@@ -1796,12 +1810,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1796
1810
|
* @throws {RequiredError}
|
|
1797
1811
|
*/
|
|
1798
1812
|
createMenu(sysMenu, options) {
|
|
1813
|
+
var _a, _b, _c;
|
|
1799
1814
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1800
|
-
var _a, _b, _c;
|
|
1801
1815
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.createMenu(sysMenu, options);
|
|
1802
|
-
const
|
|
1803
|
-
const
|
|
1804
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1816
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1817
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.createMenu']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1818
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1805
1819
|
});
|
|
1806
1820
|
},
|
|
1807
1821
|
/**
|
|
@@ -1811,12 +1825,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1811
1825
|
* @throws {RequiredError}
|
|
1812
1826
|
*/
|
|
1813
1827
|
deleteDept(deptId, options) {
|
|
1828
|
+
var _a, _b, _c;
|
|
1814
1829
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1815
|
-
var _a, _b, _c;
|
|
1816
1830
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteDept(deptId, options);
|
|
1817
|
-
const
|
|
1818
|
-
const
|
|
1819
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1831
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1832
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.deleteDept']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1833
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1820
1834
|
});
|
|
1821
1835
|
},
|
|
1822
1836
|
/**
|
|
@@ -1826,12 +1840,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1826
1840
|
* @throws {RequiredError}
|
|
1827
1841
|
*/
|
|
1828
1842
|
deleteJobPositions(postIds, options) {
|
|
1843
|
+
var _a, _b, _c;
|
|
1829
1844
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1830
|
-
var _a, _b, _c;
|
|
1831
1845
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteJobPositions(postIds, options);
|
|
1832
|
-
const
|
|
1833
|
-
const
|
|
1834
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1846
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1847
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.deleteJobPositions']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1848
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1835
1849
|
});
|
|
1836
1850
|
},
|
|
1837
1851
|
/**
|
|
@@ -1841,12 +1855,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1841
1855
|
* @throws {RequiredError}
|
|
1842
1856
|
*/
|
|
1843
1857
|
deleteMenu(menuId, options) {
|
|
1858
|
+
var _a, _b, _c;
|
|
1844
1859
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1845
|
-
var _a, _b, _c;
|
|
1846
1860
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteMenu(menuId, options);
|
|
1847
|
-
const
|
|
1848
|
-
const
|
|
1849
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1861
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1862
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.deleteMenu']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1863
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1850
1864
|
});
|
|
1851
1865
|
},
|
|
1852
1866
|
/**
|
|
@@ -1857,12 +1871,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1857
1871
|
* @throws {RequiredError}
|
|
1858
1872
|
*/
|
|
1859
1873
|
demo(options) {
|
|
1874
|
+
var _a, _b, _c;
|
|
1860
1875
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1861
|
-
var _a, _b, _c;
|
|
1862
1876
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.demo(options);
|
|
1863
|
-
const
|
|
1864
|
-
const
|
|
1865
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1877
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1878
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.demo']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1879
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1866
1880
|
});
|
|
1867
1881
|
},
|
|
1868
1882
|
/**
|
|
@@ -1874,12 +1888,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1874
1888
|
* @throws {RequiredError}
|
|
1875
1889
|
*/
|
|
1876
1890
|
editParkInfo(parkId, parkInfoEditVO, options) {
|
|
1891
|
+
var _a, _b, _c;
|
|
1877
1892
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1878
|
-
var _a, _b, _c;
|
|
1879
1893
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.editParkInfo(parkId, parkInfoEditVO, options);
|
|
1880
|
-
const
|
|
1881
|
-
const
|
|
1882
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1894
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1895
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.editParkInfo']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1896
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1883
1897
|
});
|
|
1884
1898
|
},
|
|
1885
1899
|
/**
|
|
@@ -1889,12 +1903,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1889
1903
|
* @throws {RequiredError}
|
|
1890
1904
|
*/
|
|
1891
1905
|
exportJobPositions(post, options) {
|
|
1906
|
+
var _a, _b, _c;
|
|
1892
1907
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1893
|
-
var _a, _b, _c;
|
|
1894
1908
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.exportJobPositions(post, options);
|
|
1895
|
-
const
|
|
1896
|
-
const
|
|
1897
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1909
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1910
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.exportJobPositions']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1911
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1898
1912
|
});
|
|
1899
1913
|
},
|
|
1900
1914
|
/**
|
|
@@ -1905,12 +1919,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1905
1919
|
* @throws {RequiredError}
|
|
1906
1920
|
*/
|
|
1907
1921
|
fileDownload(fileName, _delete, options) {
|
|
1922
|
+
var _a, _b, _c;
|
|
1908
1923
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1909
|
-
var _a, _b, _c;
|
|
1910
1924
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.fileDownload(fileName, _delete, options);
|
|
1911
|
-
const
|
|
1912
|
-
const
|
|
1913
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1925
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1926
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.fileDownload']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1927
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1914
1928
|
});
|
|
1915
1929
|
},
|
|
1916
1930
|
/**
|
|
@@ -1920,12 +1934,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1920
1934
|
* @throws {RequiredError}
|
|
1921
1935
|
*/
|
|
1922
1936
|
getDept(deptId, options) {
|
|
1937
|
+
var _a, _b, _c;
|
|
1923
1938
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1924
|
-
var _a, _b, _c;
|
|
1925
1939
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getDept(deptId, options);
|
|
1926
|
-
const
|
|
1927
|
-
const
|
|
1928
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1940
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1941
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.getDept']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1942
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1929
1943
|
});
|
|
1930
1944
|
},
|
|
1931
1945
|
/**
|
|
@@ -1935,12 +1949,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1935
1949
|
* @throws {RequiredError}
|
|
1936
1950
|
*/
|
|
1937
1951
|
getDept1(deptId, options) {
|
|
1952
|
+
var _a, _b, _c;
|
|
1938
1953
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1939
|
-
var _a, _b, _c;
|
|
1940
1954
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getDept1(deptId, options);
|
|
1941
|
-
const
|
|
1942
|
-
const
|
|
1943
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1955
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1956
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.getDept1']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1957
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1944
1958
|
});
|
|
1945
1959
|
},
|
|
1946
1960
|
/**
|
|
@@ -1949,12 +1963,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1949
1963
|
* @throws {RequiredError}
|
|
1950
1964
|
*/
|
|
1951
1965
|
getHostIp(options) {
|
|
1966
|
+
var _a, _b, _c;
|
|
1952
1967
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1953
|
-
var _a, _b, _c;
|
|
1954
1968
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getHostIp(options);
|
|
1955
|
-
const
|
|
1956
|
-
const
|
|
1957
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1969
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1970
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.getHostIp']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1971
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1958
1972
|
});
|
|
1959
1973
|
},
|
|
1960
1974
|
/**
|
|
@@ -1964,12 +1978,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1964
1978
|
* @throws {RequiredError}
|
|
1965
1979
|
*/
|
|
1966
1980
|
getJobPosition(postId, options) {
|
|
1981
|
+
var _a, _b, _c;
|
|
1967
1982
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1968
|
-
var _a, _b, _c;
|
|
1969
1983
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getJobPosition(postId, options);
|
|
1970
|
-
const
|
|
1971
|
-
const
|
|
1972
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1984
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1985
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.getJobPosition']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1986
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1973
1987
|
});
|
|
1974
1988
|
},
|
|
1975
1989
|
/**
|
|
@@ -1979,12 +1993,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1979
1993
|
* @throws {RequiredError}
|
|
1980
1994
|
*/
|
|
1981
1995
|
getMenu(menuId, options) {
|
|
1996
|
+
var _a, _b, _c;
|
|
1982
1997
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1983
|
-
var _a, _b, _c;
|
|
1984
1998
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getMenu(menuId, options);
|
|
1985
|
-
const
|
|
1986
|
-
const
|
|
1987
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1999
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2000
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.getMenu']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2001
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
1988
2002
|
});
|
|
1989
2003
|
},
|
|
1990
2004
|
/**
|
|
@@ -1995,12 +2009,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1995
2009
|
* @throws {RequiredError}
|
|
1996
2010
|
*/
|
|
1997
2011
|
getParkInfo(parkId, options) {
|
|
2012
|
+
var _a, _b, _c;
|
|
1998
2013
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1999
|
-
var _a, _b, _c;
|
|
2000
2014
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getParkInfo(parkId, options);
|
|
2001
|
-
const
|
|
2002
|
-
const
|
|
2003
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2015
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2016
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.getParkInfo']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2017
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2004
2018
|
});
|
|
2005
2019
|
},
|
|
2006
2020
|
/**
|
|
@@ -2011,12 +2025,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2011
2025
|
* @throws {RequiredError}
|
|
2012
2026
|
*/
|
|
2013
2027
|
getParkSetting(parkId, options) {
|
|
2028
|
+
var _a, _b, _c;
|
|
2014
2029
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2015
|
-
var _a, _b, _c;
|
|
2016
2030
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getParkSetting(parkId, options);
|
|
2017
|
-
const
|
|
2018
|
-
const
|
|
2019
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2031
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2032
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.getParkSetting']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2033
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2020
2034
|
});
|
|
2021
2035
|
},
|
|
2022
2036
|
/**
|
|
@@ -2027,12 +2041,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2027
2041
|
* @throws {RequiredError}
|
|
2028
2042
|
*/
|
|
2029
2043
|
lestDeptByParkAndType(sysDeptDropDownVO, options) {
|
|
2044
|
+
var _a, _b, _c;
|
|
2030
2045
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2031
|
-
var _a, _b, _c;
|
|
2032
2046
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.lestDeptByParkAndType(sysDeptDropDownVO, options);
|
|
2033
|
-
const
|
|
2034
|
-
const
|
|
2035
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2047
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2048
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.lestDeptByParkAndType']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2049
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2036
2050
|
});
|
|
2037
2051
|
},
|
|
2038
2052
|
/**
|
|
@@ -2042,12 +2056,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2042
2056
|
* @throws {RequiredError}
|
|
2043
2057
|
*/
|
|
2044
2058
|
listDept(dept, options) {
|
|
2059
|
+
var _a, _b, _c;
|
|
2045
2060
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2046
|
-
var _a, _b, _c;
|
|
2047
2061
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listDept(dept, options);
|
|
2048
|
-
const
|
|
2049
|
-
const
|
|
2050
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2062
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2063
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.listDept']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2064
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2051
2065
|
});
|
|
2052
2066
|
},
|
|
2053
2067
|
/**
|
|
@@ -2058,12 +2072,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2058
2072
|
* @throws {RequiredError}
|
|
2059
2073
|
*/
|
|
2060
2074
|
listDeptByPark(parkId, options) {
|
|
2075
|
+
var _a, _b, _c;
|
|
2061
2076
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2062
|
-
var _a, _b, _c;
|
|
2063
2077
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listDeptByPark(parkId, options);
|
|
2064
|
-
const
|
|
2065
|
-
const
|
|
2066
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2078
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2079
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.listDeptByPark']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2080
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2067
2081
|
});
|
|
2068
2082
|
},
|
|
2069
2083
|
/**
|
|
@@ -2074,12 +2088,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2074
2088
|
* @throws {RequiredError}
|
|
2075
2089
|
*/
|
|
2076
2090
|
listDeptByParkNoTenant(parkId, options) {
|
|
2091
|
+
var _a, _b, _c;
|
|
2077
2092
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2078
|
-
var _a, _b, _c;
|
|
2079
2093
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listDeptByParkNoTenant(parkId, options);
|
|
2080
|
-
const
|
|
2081
|
-
const
|
|
2082
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2094
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2095
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.listDeptByParkNoTenant']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2096
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2083
2097
|
});
|
|
2084
2098
|
},
|
|
2085
2099
|
/**
|
|
@@ -2089,12 +2103,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2089
2103
|
* @throws {RequiredError}
|
|
2090
2104
|
*/
|
|
2091
2105
|
listDeptExcl(deptId, options) {
|
|
2106
|
+
var _a, _b, _c;
|
|
2092
2107
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2093
|
-
var _a, _b, _c;
|
|
2094
2108
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listDeptExcl(deptId, options);
|
|
2095
|
-
const
|
|
2096
|
-
const
|
|
2097
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2109
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2110
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.listDeptExcl']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2111
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2098
2112
|
});
|
|
2099
2113
|
},
|
|
2100
2114
|
/**
|
|
@@ -2104,12 +2118,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2104
2118
|
* @throws {RequiredError}
|
|
2105
2119
|
*/
|
|
2106
2120
|
listDeptTree(parkId, options) {
|
|
2121
|
+
var _a, _b, _c;
|
|
2107
2122
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2108
|
-
var _a, _b, _c;
|
|
2109
2123
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listDeptTree(parkId, options);
|
|
2110
|
-
const
|
|
2111
|
-
const
|
|
2112
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2124
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2125
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.listDeptTree']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2126
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2113
2127
|
});
|
|
2114
2128
|
},
|
|
2115
2129
|
/**
|
|
@@ -2119,12 +2133,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2119
2133
|
* @throws {RequiredError}
|
|
2120
2134
|
*/
|
|
2121
2135
|
listDeptTreeByRole(roleId, options) {
|
|
2136
|
+
var _a, _b, _c;
|
|
2122
2137
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2123
|
-
var _a, _b, _c;
|
|
2124
2138
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listDeptTreeByRole(roleId, options);
|
|
2125
|
-
const
|
|
2126
|
-
const
|
|
2127
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2139
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2140
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.listDeptTreeByRole']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2141
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2128
2142
|
});
|
|
2129
2143
|
},
|
|
2130
2144
|
/**
|
|
@@ -2134,12 +2148,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2134
2148
|
* @throws {RequiredError}
|
|
2135
2149
|
*/
|
|
2136
2150
|
listJobPositions(post, options) {
|
|
2151
|
+
var _a, _b, _c;
|
|
2137
2152
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2138
|
-
var _a, _b, _c;
|
|
2139
2153
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listJobPositions(post, options);
|
|
2140
|
-
const
|
|
2141
|
-
const
|
|
2142
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2154
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2155
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.listJobPositions']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2156
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2143
2157
|
});
|
|
2144
2158
|
},
|
|
2145
2159
|
/**
|
|
@@ -2149,12 +2163,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2149
2163
|
* @throws {RequiredError}
|
|
2150
2164
|
*/
|
|
2151
2165
|
listJobPositionsByPark(parkId, options) {
|
|
2166
|
+
var _a, _b, _c;
|
|
2152
2167
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2153
|
-
var _a, _b, _c;
|
|
2154
2168
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listJobPositionsByPark(parkId, options);
|
|
2155
|
-
const
|
|
2156
|
-
const
|
|
2157
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2169
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2170
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.listJobPositionsByPark']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2171
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2158
2172
|
});
|
|
2159
2173
|
},
|
|
2160
2174
|
/**
|
|
@@ -2164,12 +2178,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2164
2178
|
* @throws {RequiredError}
|
|
2165
2179
|
*/
|
|
2166
2180
|
listMenu(menu, options) {
|
|
2181
|
+
var _a, _b, _c;
|
|
2167
2182
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2168
|
-
var _a, _b, _c;
|
|
2169
2183
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listMenu(menu, options);
|
|
2170
|
-
const
|
|
2171
|
-
const
|
|
2172
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2184
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2185
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.listMenu']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2186
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2173
2187
|
});
|
|
2174
2188
|
},
|
|
2175
2189
|
/**
|
|
@@ -2179,12 +2193,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2179
2193
|
* @throws {RequiredError}
|
|
2180
2194
|
*/
|
|
2181
2195
|
listMenuTree(menu, options) {
|
|
2196
|
+
var _a, _b, _c;
|
|
2182
2197
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2183
|
-
var _a, _b, _c;
|
|
2184
2198
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listMenuTree(menu, options);
|
|
2185
|
-
const
|
|
2186
|
-
const
|
|
2187
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2199
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2200
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.listMenuTree']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2201
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2188
2202
|
});
|
|
2189
2203
|
},
|
|
2190
2204
|
/**
|
|
@@ -2194,12 +2208,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2194
2208
|
* @throws {RequiredError}
|
|
2195
2209
|
*/
|
|
2196
2210
|
listMenuTreeByRole(roleId, options) {
|
|
2211
|
+
var _a, _b, _c;
|
|
2197
2212
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2198
|
-
var _a, _b, _c;
|
|
2199
2213
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listMenuTreeByRole(roleId, options);
|
|
2200
|
-
const
|
|
2201
|
-
const
|
|
2202
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2214
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2215
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.listMenuTreeByRole']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2216
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2203
2217
|
});
|
|
2204
2218
|
},
|
|
2205
2219
|
/**
|
|
@@ -2209,12 +2223,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2209
2223
|
* @throws {RequiredError}
|
|
2210
2224
|
*/
|
|
2211
2225
|
listPark(options) {
|
|
2226
|
+
var _a, _b, _c;
|
|
2212
2227
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2213
|
-
var _a, _b, _c;
|
|
2214
2228
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listPark(options);
|
|
2215
|
-
const
|
|
2216
|
-
const
|
|
2217
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2229
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2230
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.listPark']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2231
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2218
2232
|
});
|
|
2219
2233
|
},
|
|
2220
2234
|
/**
|
|
@@ -2225,12 +2239,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2225
2239
|
* @throws {RequiredError}
|
|
2226
2240
|
*/
|
|
2227
2241
|
resolveDomain(domain, options) {
|
|
2242
|
+
var _a, _b, _c;
|
|
2228
2243
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2229
|
-
var _a, _b, _c;
|
|
2230
2244
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.resolveDomain(domain, options);
|
|
2231
|
-
const
|
|
2232
|
-
const
|
|
2233
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2245
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2246
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.resolveDomain']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2247
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2234
2248
|
});
|
|
2235
2249
|
},
|
|
2236
2250
|
/**
|
|
@@ -2240,12 +2254,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2240
2254
|
* @throws {RequiredError}
|
|
2241
2255
|
*/
|
|
2242
2256
|
resourceDownload(resource, options) {
|
|
2257
|
+
var _a, _b, _c;
|
|
2243
2258
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2244
|
-
var _a, _b, _c;
|
|
2245
2259
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.resourceDownload(resource, options);
|
|
2246
|
-
const
|
|
2247
|
-
const
|
|
2248
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2260
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2261
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.resourceDownload']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2262
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2249
2263
|
});
|
|
2250
2264
|
},
|
|
2251
2265
|
/**
|
|
@@ -2257,12 +2271,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2257
2271
|
* @throws {RequiredError}
|
|
2258
2272
|
*/
|
|
2259
2273
|
selectCenterList(isSrm, platForm, options) {
|
|
2274
|
+
var _a, _b, _c;
|
|
2260
2275
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2261
|
-
var _a, _b, _c;
|
|
2262
2276
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.selectCenterList(isSrm, platForm, options);
|
|
2263
|
-
const
|
|
2264
|
-
const
|
|
2265
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2277
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2278
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.selectCenterList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2279
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2266
2280
|
});
|
|
2267
2281
|
},
|
|
2268
2282
|
/**
|
|
@@ -2271,16 +2285,19 @@ export const CommonApiFp = function (configuration) {
|
|
|
2271
2285
|
* @param {string} [centerCode] 中心编码
|
|
2272
2286
|
* @param {boolean} [isSrm] 是否查询srm数据
|
|
2273
2287
|
* @param {ParkCenterAttributeEnum} [parkCenterAttribute] 园区属性
|
|
2288
|
+
* @param {string} [contractEndTime] 合同到期时间(合同结束时间小于此时间)
|
|
2289
|
+
* @param {string} [status] 园区状态 0:启用 1:停用
|
|
2290
|
+
* @param {string} [parkName] 园区名称
|
|
2274
2291
|
* @param {*} [options] Override http request option.
|
|
2275
2292
|
* @throws {RequiredError}
|
|
2276
2293
|
*/
|
|
2277
|
-
selectParkList(centerCode, isSrm, parkCenterAttribute, options) {
|
|
2294
|
+
selectParkList(centerCode, isSrm, parkCenterAttribute, contractEndTime, status, parkName, options) {
|
|
2295
|
+
var _a, _b, _c;
|
|
2278
2296
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2279
|
-
|
|
2280
|
-
const
|
|
2281
|
-
const
|
|
2282
|
-
|
|
2283
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2297
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.selectParkList(centerCode, isSrm, parkCenterAttribute, contractEndTime, status, parkName, options);
|
|
2298
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2299
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.selectParkList']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2300
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2284
2301
|
});
|
|
2285
2302
|
},
|
|
2286
2303
|
/**
|
|
@@ -2291,12 +2308,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2291
2308
|
* @throws {RequiredError}
|
|
2292
2309
|
*/
|
|
2293
2310
|
selectParkListByPermission(permission, options) {
|
|
2311
|
+
var _a, _b, _c;
|
|
2294
2312
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2295
|
-
var _a, _b, _c;
|
|
2296
2313
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.selectParkListByPermission(permission, options);
|
|
2297
|
-
const
|
|
2298
|
-
const
|
|
2299
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2314
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2315
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.selectParkListByPermission']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2316
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2300
2317
|
});
|
|
2301
2318
|
},
|
|
2302
2319
|
/**
|
|
@@ -2308,12 +2325,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2308
2325
|
* @throws {RequiredError}
|
|
2309
2326
|
*/
|
|
2310
2327
|
selectSrmLevel(parentCode, level, options) {
|
|
2328
|
+
var _a, _b, _c;
|
|
2311
2329
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2312
|
-
var _a, _b, _c;
|
|
2313
2330
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.selectSrmLevel(parentCode, level, options);
|
|
2314
|
-
const
|
|
2315
|
-
const
|
|
2316
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2331
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2332
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.selectSrmLevel']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2333
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2317
2334
|
});
|
|
2318
2335
|
},
|
|
2319
2336
|
/**
|
|
@@ -2325,12 +2342,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2325
2342
|
* @throws {RequiredError}
|
|
2326
2343
|
*/
|
|
2327
2344
|
tcpConnect(host, port, timeOutMs, options) {
|
|
2345
|
+
var _a, _b, _c;
|
|
2328
2346
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2329
|
-
var _a, _b, _c;
|
|
2330
2347
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.tcpConnect(host, port, timeOutMs, options);
|
|
2331
|
-
const
|
|
2332
|
-
const
|
|
2333
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2348
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2349
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.tcpConnect']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2350
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2334
2351
|
});
|
|
2335
2352
|
},
|
|
2336
2353
|
/**
|
|
@@ -2340,12 +2357,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2340
2357
|
* @throws {RequiredError}
|
|
2341
2358
|
*/
|
|
2342
2359
|
updateDept(sysDept, options) {
|
|
2360
|
+
var _a, _b, _c;
|
|
2343
2361
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2344
|
-
var _a, _b, _c;
|
|
2345
2362
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateDept(sysDept, options);
|
|
2346
|
-
const
|
|
2347
|
-
const
|
|
2348
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2363
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2364
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.updateDept']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2365
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2349
2366
|
});
|
|
2350
2367
|
},
|
|
2351
2368
|
/**
|
|
@@ -2355,12 +2372,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2355
2372
|
* @throws {RequiredError}
|
|
2356
2373
|
*/
|
|
2357
2374
|
updateJobPosition(sysPost, options) {
|
|
2375
|
+
var _a, _b, _c;
|
|
2358
2376
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2359
|
-
var _a, _b, _c;
|
|
2360
2377
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateJobPosition(sysPost, options);
|
|
2361
|
-
const
|
|
2362
|
-
const
|
|
2363
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2378
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2379
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.updateJobPosition']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2380
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2364
2381
|
});
|
|
2365
2382
|
},
|
|
2366
2383
|
/**
|
|
@@ -2370,12 +2387,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2370
2387
|
* @throws {RequiredError}
|
|
2371
2388
|
*/
|
|
2372
2389
|
updateMenu(sysMenu, options) {
|
|
2390
|
+
var _a, _b, _c;
|
|
2373
2391
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2374
|
-
var _a, _b, _c;
|
|
2375
2392
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateMenu(sysMenu, options);
|
|
2376
|
-
const
|
|
2377
|
-
const
|
|
2378
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2393
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2394
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.updateMenu']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2395
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2379
2396
|
});
|
|
2380
2397
|
},
|
|
2381
2398
|
/**
|
|
@@ -2386,12 +2403,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2386
2403
|
* @throws {RequiredError}
|
|
2387
2404
|
*/
|
|
2388
2405
|
updateParkSetting(parkSettingsVO, options) {
|
|
2406
|
+
var _a, _b, _c;
|
|
2389
2407
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2390
|
-
var _a, _b, _c;
|
|
2391
2408
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateParkSetting(parkSettingsVO, options);
|
|
2392
|
-
const
|
|
2393
|
-
const
|
|
2394
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2409
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2410
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.updateParkSetting']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2411
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2395
2412
|
});
|
|
2396
2413
|
},
|
|
2397
2414
|
/**
|
|
@@ -2401,12 +2418,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2401
2418
|
* @throws {RequiredError}
|
|
2402
2419
|
*/
|
|
2403
2420
|
uploadFile(file, options) {
|
|
2421
|
+
var _a, _b, _c;
|
|
2404
2422
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2405
|
-
var _a, _b, _c;
|
|
2406
2423
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.uploadFile(file, options);
|
|
2407
|
-
const
|
|
2408
|
-
const
|
|
2409
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2424
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2425
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.uploadFile']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2426
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2410
2427
|
});
|
|
2411
2428
|
},
|
|
2412
2429
|
/**
|
|
@@ -2417,12 +2434,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2417
2434
|
* @throws {RequiredError}
|
|
2418
2435
|
*/
|
|
2419
2436
|
uploadKeepName(file, options) {
|
|
2437
|
+
var _a, _b, _c;
|
|
2420
2438
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2421
|
-
var _a, _b, _c;
|
|
2422
2439
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.uploadKeepName(file, options);
|
|
2423
|
-
const
|
|
2424
|
-
const
|
|
2425
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2440
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2441
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.uploadKeepName']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2442
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2426
2443
|
});
|
|
2427
2444
|
},
|
|
2428
2445
|
/**
|
|
@@ -2433,12 +2450,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2433
2450
|
* @throws {RequiredError}
|
|
2434
2451
|
*/
|
|
2435
2452
|
uploadPrivacy(userBatchImportUploadRequest, options) {
|
|
2453
|
+
var _a, _b, _c;
|
|
2436
2454
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2437
|
-
var _a, _b, _c;
|
|
2438
2455
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.uploadPrivacy(userBatchImportUploadRequest, options);
|
|
2439
|
-
const
|
|
2440
|
-
const
|
|
2441
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2456
|
+
const index = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2457
|
+
const operationBasePath = (_c = (_b = operationServerMap['CommonApi.uploadPrivacy']) === null || _b === void 0 ? void 0 : _b[index]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2458
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, operationBasePath || basePath);
|
|
2442
2459
|
});
|
|
2443
2460
|
},
|
|
2444
2461
|
};
|
|
@@ -2813,7 +2830,7 @@ export const CommonApiFactory = function (configuration, basePath, axios) {
|
|
|
2813
2830
|
* @throws {RequiredError}
|
|
2814
2831
|
*/
|
|
2815
2832
|
selectParkList(requestParameters = {}, options) {
|
|
2816
|
-
return localVarFp.selectParkList(requestParameters.centerCode, requestParameters.isSrm, requestParameters.parkCenterAttribute, options).then((request) => request(axios, basePath));
|
|
2833
|
+
return localVarFp.selectParkList(requestParameters.centerCode, requestParameters.isSrm, requestParameters.parkCenterAttribute, requestParameters.contractEndTime, requestParameters.status, requestParameters.parkName, options).then((request) => request(axios, basePath));
|
|
2817
2834
|
},
|
|
2818
2835
|
/**
|
|
2819
2836
|
*
|
|
@@ -3321,7 +3338,7 @@ export class CommonApi extends BaseAPI {
|
|
|
3321
3338
|
* @memberof CommonApi
|
|
3322
3339
|
*/
|
|
3323
3340
|
selectParkList(requestParameters = {}, options) {
|
|
3324
|
-
return CommonApiFp(this.configuration).selectParkList(requestParameters.centerCode, requestParameters.isSrm, requestParameters.parkCenterAttribute, options).then((request) => request(this.axios, this.basePath));
|
|
3341
|
+
return CommonApiFp(this.configuration).selectParkList(requestParameters.centerCode, requestParameters.isSrm, requestParameters.parkCenterAttribute, requestParameters.contractEndTime, requestParameters.status, requestParameters.parkName, options).then((request) => request(this.axios, this.basePath));
|
|
3325
3342
|
}
|
|
3326
3343
|
/**
|
|
3327
3344
|
*
|