@gizone/rrs-client 4.2.9-alpha.2512161759 → 4.2.9-alpha.2512161840
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/VERSION +1 -1
- package/README.md +3 -2
- package/apis/access-aes-controller-api.ts +45 -45
- package/apis/access-api.ts +369 -369
- package/apis/app-auth-api.ts +118 -118
- package/apis/auth-api.ts +200 -200
- package/apis/calendar-api.ts +64 -64
- package/apis/cas-api.ts +9 -9
- package/apis/common-api.ts +371 -371
- package/apis/dashboard-api.ts +184 -184
- package/apis/device-api.ts +35 -35
- package/apis/disaster-warning-standard-api.ts +94 -94
- package/apis/energy-cost-analysis-controller-api.ts +67 -67
- package/apis/energy-cost-controller-api.ts +59 -59
- package/apis/energy-cost-record-controller-api.ts +66 -66
- package/apis/equipment-api.ts +222 -222
- package/apis/excel-language-controller-api.ts +16 -16
- package/apis/hwork-api.ts +11 -11
- package/apis/inspection-standard-api.ts +111 -111
- package/apis/internal-api.ts +9 -9
- package/apis/jwt-api.ts +10 -10
- package/apis/maintenance-standard-api.ts +111 -111
- package/apis/message-api.ts +43 -43
- package/apis/notification-api.ts +63 -63
- package/apis/offline-alert-work-order-controller-api.ts +10 -10
- package/apis/open-api-api.ts +68 -68
- package/apis/park-api.ts +75 -75
- package/apis/privacy-api.ts +48 -48
- package/apis/role-api.ts +169 -169
- package/apis/setting-api.ts +250 -250
- package/apis/smsapi.ts +11 -11
- package/apis/space-api.ts +165 -165
- package/apis/supplier-api.ts +104 -104
- package/apis/surveillance-api.ts +127 -127
- package/apis/surveillance-settings-api.ts +80 -80
- package/apis/sys-api.ts +397 -397
- package/apis/test-api.ts +23 -23
- package/apis/user-api.ts +302 -302
- package/apis/web-hook-api.ts +27 -27
- package/apis/work-order-api.ts +509 -509
- package/base.ts +2 -2
- package/common.ts +1 -1
- package/configuration.ts +7 -1
- package/dist/apis/access-aes-controller-api.d.ts +27 -27
- package/dist/apis/access-aes-controller-api.js +30 -30
- package/dist/apis/access-api.d.ts +231 -231
- package/dist/apis/access-api.js +230 -230
- package/dist/apis/app-auth-api.d.ts +76 -76
- package/dist/apis/app-auth-api.js +75 -75
- package/dist/apis/auth-api.d.ts +132 -132
- package/dist/apis/auth-api.js +130 -130
- 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 +245 -245
- package/dist/apis/common-api.js +245 -245
- package/dist/apis/dashboard-api.d.ts +115 -115
- package/dist/apis/dashboard-api.js +115 -115
- package/dist/apis/device-api.d.ts +23 -23
- package/dist/apis/device-api.js +20 -20
- 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-analysis-controller-api.d.ts +43 -43
- package/dist/apis/energy-cost-analysis-controller-api.js +40 -40
- package/dist/apis/energy-cost-controller-api.d.ts +38 -38
- package/dist/apis/energy-cost-controller-api.js +35 -35
- package/dist/apis/energy-cost-record-controller-api.d.ts +42 -42
- package/dist/apis/energy-cost-record-controller-api.js +40 -40
- package/dist/apis/equipment-api.d.ts +138 -138
- package/dist/apis/equipment-api.js +140 -140
- package/dist/apis/excel-language-controller-api.d.ts +10 -10
- package/dist/apis/excel-language-controller-api.js +10 -10
- package/dist/apis/hwork-api.d.ts +8 -8
- package/dist/apis/hwork-api.js +5 -5
- package/dist/apis/inspection-standard-api.d.ts +69 -69
- package/dist/apis/inspection-standard-api.js +70 -70
- package/dist/apis/internal-api.d.ts +6 -6
- package/dist/apis/internal-api.js +5 -5
- package/dist/apis/jwt-api.d.ts +7 -7
- package/dist/apis/jwt-api.js +5 -5
- package/dist/apis/maintenance-standard-api.d.ts +69 -69
- package/dist/apis/maintenance-standard-api.js +70 -70
- package/dist/apis/message-api.d.ts +28 -28
- package/dist/apis/message-api.js +25 -25
- package/dist/apis/notification-api.d.ts +43 -43
- package/dist/apis/notification-api.js +40 -40
- package/dist/apis/offline-alert-work-order-controller-api.d.ts +7 -7
- package/dist/apis/offline-alert-work-order-controller-api.js +5 -5
- package/dist/apis/open-api-api.d.ts +44 -44
- package/dist/apis/open-api-api.js +40 -40
- package/dist/apis/park-api.d.ts +45 -45
- package/dist/apis/park-api.js +50 -50
- package/dist/apis/privacy-api.d.ts +30 -30
- package/dist/apis/privacy-api.js +30 -30
- package/dist/apis/role-api.d.ts +111 -111
- package/dist/apis/role-api.js +115 -115
- package/dist/apis/setting-api.d.ts +154 -154
- package/dist/apis/setting-api.js +160 -160
- package/dist/apis/smsapi.d.ts +8 -8
- package/dist/apis/smsapi.js +5 -5
- package/dist/apis/space-api.d.ts +102 -102
- package/dist/apis/space-api.js +105 -105
- package/dist/apis/supplier-api.d.ts +65 -65
- package/dist/apis/supplier-api.js +65 -65
- package/dist/apis/surveillance-api.d.ts +79 -79
- package/dist/apis/surveillance-api.js +80 -80
- package/dist/apis/surveillance-settings-api.d.ts +50 -50
- package/dist/apis/surveillance-settings-api.js +50 -50
- package/dist/apis/sys-api.d.ts +255 -255
- package/dist/apis/sys-api.js +275 -275
- package/dist/apis/test-api.d.ts +14 -14
- package/dist/apis/test-api.js +15 -15
- package/dist/apis/user-api.d.ts +196 -196
- package/dist/apis/user-api.js +200 -200
- package/dist/apis/web-hook-api.d.ts +18 -18
- package/dist/apis/web-hook-api.js +15 -15
- package/dist/apis/work-order-api.d.ts +320 -320
- package/dist/apis/work-order-api.js +320 -320
- package/dist/base.d.ts +2 -2
- package/dist/common.d.ts +1 -1
- package/dist/common.js +2 -1
- package/dist/configuration.js +2 -1
- package/dist/esm/apis/access-aes-controller-api.d.ts +27 -27
- package/dist/esm/apis/access-aes-controller-api.js +30 -30
- package/dist/esm/apis/access-api.d.ts +231 -231
- package/dist/esm/apis/access-api.js +230 -230
- package/dist/esm/apis/app-auth-api.d.ts +76 -76
- package/dist/esm/apis/app-auth-api.js +75 -75
- package/dist/esm/apis/auth-api.d.ts +132 -132
- package/dist/esm/apis/auth-api.js +130 -130
- 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 +245 -245
- package/dist/esm/apis/common-api.js +245 -245
- package/dist/esm/apis/dashboard-api.d.ts +115 -115
- package/dist/esm/apis/dashboard-api.js +115 -115
- package/dist/esm/apis/device-api.d.ts +23 -23
- package/dist/esm/apis/device-api.js +20 -20
- 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-analysis-controller-api.d.ts +43 -43
- package/dist/esm/apis/energy-cost-analysis-controller-api.js +40 -40
- package/dist/esm/apis/energy-cost-controller-api.d.ts +38 -38
- package/dist/esm/apis/energy-cost-controller-api.js +35 -35
- package/dist/esm/apis/energy-cost-record-controller-api.d.ts +42 -42
- package/dist/esm/apis/energy-cost-record-controller-api.js +40 -40
- package/dist/esm/apis/equipment-api.d.ts +138 -138
- package/dist/esm/apis/equipment-api.js +140 -140
- package/dist/esm/apis/excel-language-controller-api.d.ts +10 -10
- package/dist/esm/apis/excel-language-controller-api.js +10 -10
- package/dist/esm/apis/hwork-api.d.ts +8 -8
- package/dist/esm/apis/hwork-api.js +5 -5
- package/dist/esm/apis/inspection-standard-api.d.ts +69 -69
- package/dist/esm/apis/inspection-standard-api.js +70 -70
- package/dist/esm/apis/internal-api.d.ts +6 -6
- package/dist/esm/apis/internal-api.js +5 -5
- package/dist/esm/apis/jwt-api.d.ts +7 -7
- package/dist/esm/apis/jwt-api.js +5 -5
- package/dist/esm/apis/maintenance-standard-api.d.ts +69 -69
- package/dist/esm/apis/maintenance-standard-api.js +70 -70
- package/dist/esm/apis/message-api.d.ts +28 -28
- package/dist/esm/apis/message-api.js +25 -25
- package/dist/esm/apis/notification-api.d.ts +43 -43
- package/dist/esm/apis/notification-api.js +40 -40
- package/dist/esm/apis/offline-alert-work-order-controller-api.d.ts +7 -7
- package/dist/esm/apis/offline-alert-work-order-controller-api.js +5 -5
- package/dist/esm/apis/open-api-api.d.ts +44 -44
- package/dist/esm/apis/open-api-api.js +40 -40
- package/dist/esm/apis/park-api.d.ts +45 -45
- package/dist/esm/apis/park-api.js +50 -50
- package/dist/esm/apis/privacy-api.d.ts +30 -30
- package/dist/esm/apis/privacy-api.js +30 -30
- package/dist/esm/apis/role-api.d.ts +111 -111
- package/dist/esm/apis/role-api.js +115 -115
- package/dist/esm/apis/setting-api.d.ts +154 -154
- package/dist/esm/apis/setting-api.js +160 -160
- package/dist/esm/apis/smsapi.d.ts +8 -8
- package/dist/esm/apis/smsapi.js +5 -5
- package/dist/esm/apis/space-api.d.ts +102 -102
- package/dist/esm/apis/space-api.js +105 -105
- package/dist/esm/apis/supplier-api.d.ts +65 -65
- package/dist/esm/apis/supplier-api.js +65 -65
- package/dist/esm/apis/surveillance-api.d.ts +79 -79
- package/dist/esm/apis/surveillance-api.js +80 -80
- package/dist/esm/apis/surveillance-settings-api.d.ts +50 -50
- package/dist/esm/apis/surveillance-settings-api.js +50 -50
- package/dist/esm/apis/sys-api.d.ts +255 -255
- package/dist/esm/apis/sys-api.js +275 -275
- package/dist/esm/apis/test-api.d.ts +14 -14
- package/dist/esm/apis/test-api.js +15 -15
- package/dist/esm/apis/user-api.d.ts +196 -196
- package/dist/esm/apis/user-api.js +200 -200
- package/dist/esm/apis/web-hook-api.d.ts +18 -18
- package/dist/esm/apis/web-hook-api.js +15 -15
- package/dist/esm/apis/work-order-api.d.ts +320 -320
- package/dist/esm/apis/work-order-api.js +320 -320
- package/dist/esm/base.d.ts +2 -2
- package/dist/esm/common.d.ts +1 -1
- package/dist/esm/common.js +2 -1
- package/dist/esm/configuration.js +2 -1
- 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 +9 -9
- package/dist/esm/models/access-appointment-record-details-dto.d.ts +12 -12
- 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 +3 -3
- package/dist/esm/models/access-approval-config-vo.d.ts +2 -2
- package/dist/esm/models/access-company-config-entity.d.ts +1 -1
- package/dist/esm/models/access-config-entity.d.ts +1 -1
- package/dist/esm/models/access-config-vo.d.ts +1 -1
- package/dist/esm/models/access-record-details-dto.d.ts +9 -9
- package/dist/esm/models/access-record-summary-details-dto.d.ts +8 -8
- package/dist/esm/models/access-record-summary-list-dto.d.ts +7 -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 +1 -1
- 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 +3 -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 +3 -3
- 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/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 +3 -3
- package/dist/esm/models/dashboard-access-source-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-equipment-park-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-equipment-system-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +1 -1
- package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +1 -1
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +3 -3
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +2 -2
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +1 -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 +4 -4
- 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/energy-cost-add-record-dto.d.ts +2 -2
- package/dist/esm/models/energy-cost-add-setting-dto.d.ts +1 -1
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting.d.ts +1 -1
- package/dist/esm/models/energy-cost-analysis-export-dto.d.ts +1 -1
- package/dist/esm/models/energy-cost-edit-record-dto.d.ts +2 -2
- package/dist/esm/models/energy-cost-record-info-not-emun-vo.d.ts +1 -1
- package/dist/esm/models/energy-cost-record-info-vo.d.ts +1 -1
- package/dist/esm/models/energy-cost-trend-vo.d.ts +1 -1
- 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/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 +1 -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/ipage-energy-cost-analysis-list-vo.d.ts +1 -1
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +1 -1
- 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 +2 -2
- package/dist/esm/models/json-result-disaster-warning-standard-entity.d.ts +2 -2
- package/dist/esm/models/json-result-energy-cost-analysis-overview-vo.d.ts +2 -2
- package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.d.ts +2 -2
- package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +2 -2
- package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.d.ts +2 -2
- package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +2 -2
- package/dist/esm/models/json-result-energy-cost-record-info-vo.d.ts +2 -2
- package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +2 -2
- 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-analysis-list-vo.d.ts +2 -2
- package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.d.ts +2 -2
- 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 +2 -2
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-energy-cost-park-option-vo.d.ts +2 -2
- package/dist/esm/models/json-result-list-energy-cost-trend-vo.d.ts +2 -2
- 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 +2 -2
- 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 +3 -3
- 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 +2 -2
- package/dist/esm/models/json-result-page-dto-work-order-search-dto.d.ts +2 -2
- package/dist/esm/models/json-result-park-info-dto.d.ts +2 -2
- package/dist/esm/models/json-result-park-settings-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-period-detail-resp.d.ts +2 -2
- package/dist/esm/models/json-result-plan-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-space-add-redis-list-dto.d.ts +2 -2
- package/dist/esm/models/json-result-space-image-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-srm-center-entity.d.ts +2 -2
- package/dist/esm/models/json-result-string.d.ts +1 -1
- package/dist/esm/models/json-result-supplier-contract-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-supplier-entity.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-count-dto.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-live-dto.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-settings-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-surveillance-settings-polling-dto.d.ts +2 -2
- package/dist/esm/models/json-result-switch-park-v2-dto.d.ts +2 -2
- package/dist/esm/models/json-result-sys-dept.d.ts +2 -2
- package/dist/esm/models/json-result-sys-user-msg-dto.d.ts +2 -2
- package/dist/esm/models/json-result-sys-user.d.ts +2 -2
- package/dist/esm/models/json-result-user-add-redis-list-vo.d.ts +2 -2
- package/dist/esm/models/json-result-user-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-violation-work-order-details-dto.d.ts +2 -2
- package/dist/esm/models/json-result-void.d.ts +1 -1
- package/dist/esm/models/json-result-work-order-dept-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result-work-order-detail-dto.d.ts +2 -2
- package/dist/esm/models/json-result-work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/json-result.d.ts +1 -1
- package/dist/esm/models/maintenance-history-dto.d.ts +2 -2
- package/dist/esm/models/maintenance-standard-add-or-update-vo.d.ts +2 -2
- package/dist/esm/models/maintenance-standard-dto.d.ts +2 -2
- package/dist/esm/models/maintenance-standard-entity.d.ts +3 -3
- package/dist/esm/models/monitoring-coverage-alert-info.d.ts +1 -1
- package/dist/esm/models/monitoring-coverage-alert-process-vo.d.ts +1 -1
- package/dist/esm/models/monitoring-coverage-alert-work-order-details-dto.d.ts +7 -7
- package/dist/esm/models/network-monitor-repair-add-vo.d.ts +3 -3
- package/dist/esm/models/network-monitor-repair-details-dto.d.ts +14 -14
- package/dist/esm/models/news-info.d.ts +1 -1
- package/dist/esm/models/offline-alert-submit-vo.d.ts +1 -1
- package/dist/esm/models/offline-alert-work-order-details-dto.d.ts +10 -10
- package/dist/esm/models/offline-alert-work-order-info.d.ts +2 -2
- package/dist/esm/models/offline-alert-work-order-vo.d.ts +1 -1
- package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +8 -8
- 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 +1 -1
- package/dist/esm/models/page-dto-work-order-search-dto.d.ts +1 -1
- package/dist/esm/models/park-info-dto.d.ts +1 -1
- package/dist/esm/models/park-info-edit-vo.d.ts +1 -1
- package/dist/esm/models/park-list-dto.d.ts +1 -1
- 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/process-work-order-vo.d.ts +1 -1
- package/dist/esm/models/safety-smart-fire-record-gizone-dto.d.ts +1 -1
- package/dist/esm/models/save-period-work-order-detail-req.d.ts +1 -1
- package/dist/esm/models/sms-captcha-vo.d.ts +1 -1
- package/dist/esm/models/source-work-order-dto.d.ts +1 -1
- package/dist/esm/models/source-work-order-inspection-dto.d.ts +1 -1
- package/dist/esm/models/space-add-redis-list-dto.d.ts +1 -1
- package/dist/esm/models/space-add-vo.d.ts +2 -2
- package/dist/esm/models/space-detail-dto.d.ts +4 -4
- package/dist/esm/models/space-edit-vo.d.ts +2 -2
- package/dist/esm/models/space-image-detail-dto.d.ts +2 -2
- package/dist/esm/models/space-tree-dto.d.ts +3 -3
- package/dist/esm/models/space.d.ts +1 -1
- package/dist/esm/models/srm-center-entity.d.ts +1 -1
- package/dist/esm/models/srm-center-vo.d.ts +1 -1
- package/dist/esm/models/srm-level-add-dto.d.ts +1 -1
- package/dist/esm/models/sub-buttons.d.ts +1 -1
- package/dist/esm/models/supplier-add-vo.d.ts +2 -2
- package/dist/esm/models/supplier-edit-vo.d.ts +2 -2
- package/dist/esm/models/supplier-entity.d.ts +2 -2
- package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +3 -3
- package/dist/esm/models/surveillance-details-dto.d.ts +7 -7
- package/dist/esm/models/surveillance-entity.d.ts +3 -3
- package/dist/esm/models/surveillance-settings-coverage-standard-dto.d.ts +1 -1
- package/dist/esm/models/surveillance-settings-polling-dto.d.ts +2 -2
- package/dist/esm/models/surveillance-settings-polling-vo.d.ts +2 -2
- package/dist/esm/models/surveillance-update-vo.d.ts +2 -2
- package/dist/esm/models/switch-pak-body-v2-vo.d.ts +1 -1
- package/dist/esm/models/sync-equipment-status-vo.d.ts +1 -1
- package/dist/esm/models/sync-equipment-vo.d.ts +1 -1
- package/dist/esm/models/sys-user-info-dto.d.ts +3 -3
- package/dist/esm/models/sys-user-msg-dto.d.ts +2 -2
- package/dist/esm/models/sys-user.d.ts +4 -4
- package/dist/esm/models/user-add-redis-list-vo.d.ts +1 -1
- package/dist/esm/models/user-roles-and-permissions-dto.d.ts +1 -1
- package/dist/esm/models/violation-decision-vo.d.ts +2 -2
- package/dist/esm/models/violation-work-order-add-vo.d.ts +3 -3
- package/dist/esm/models/violation-work-order-details-dto.d.ts +12 -12
- package/dist/esm/models/violation-work-order-info.d.ts +4 -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 +5 -5
- package/dist/esm/models/work-order-handler-dto.d.ts +1 -1
- package/dist/esm/models/work-order-issue-type-settings-add-or-update-vo.d.ts +2 -2
- package/dist/esm/models/work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/esm/models/work-order-msg-remind-config-info.d.ts +2 -2
- package/dist/esm/models/work-order-push-settings-entity.d.ts +1 -1
- package/dist/esm/models/work-order-push-settings-save-or-update-vo.d.ts +1 -1
- package/dist/esm/models/work-order-push-settings-vo.d.ts +1 -1
- package/dist/esm/models/work-order-report-vo.d.ts +3 -3
- package/dist/esm/models/work-order-search-dto.d.ts +7 -7
- package/dist/esm/models/work-order-spot-check-dto.d.ts +7 -7
- package/dist/esm/models/work-order-spot-check-dto.js +5 -5
- 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 +9 -9
- package/dist/models/access-appointment-record-details-dto.d.ts +12 -12
- 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 +3 -3
- package/dist/models/access-approval-config-vo.d.ts +2 -2
- package/dist/models/access-company-config-entity.d.ts +1 -1
- package/dist/models/access-config-entity.d.ts +1 -1
- package/dist/models/access-config-vo.d.ts +1 -1
- package/dist/models/access-record-details-dto.d.ts +9 -9
- package/dist/models/access-record-summary-details-dto.d.ts +8 -8
- package/dist/models/access-record-summary-list-dto.d.ts +7 -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 +1 -1
- package/dist/models/access-whitelist-application-add-vo.d.ts +4 -4
- package/dist/models/access-whitelist-application-batch-import-template-dto.d.ts +3 -3
- package/dist/models/access-whitelist-application-details-dto.d.ts +6 -6
- package/dist/models/access-whitelist-application-process-details-dto.d.ts +3 -3
- 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/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 +3 -3
- package/dist/models/dashboard-access-source-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-equipment-park-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-equipment-system-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +1 -1
- package/dist/models/dashboard-surveillance-search-dto.d.ts +1 -1
- package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +3 -3
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +2 -2
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +1 -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 +4 -4
- 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/energy-cost-add-record-dto.d.ts +2 -2
- package/dist/models/energy-cost-add-setting-dto.d.ts +1 -1
- package/dist/models/energy-cost-add-setting-dtopark-setting.d.ts +1 -1
- package/dist/models/energy-cost-analysis-export-dto.d.ts +1 -1
- package/dist/models/energy-cost-edit-record-dto.d.ts +2 -2
- package/dist/models/energy-cost-record-info-not-emun-vo.d.ts +1 -1
- package/dist/models/energy-cost-record-info-vo.d.ts +1 -1
- package/dist/models/energy-cost-trend-vo.d.ts +1 -1
- 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/inspection-handle-req.d.ts +1 -1
- package/dist/models/inspection-point-item.d.ts +1 -1
- package/dist/models/inspection-point.d.ts +1 -1
- 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/ipage-energy-cost-analysis-list-vo.d.ts +1 -1
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +1 -1
- 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 +2 -2
- package/dist/models/json-result-disaster-warning-standard-entity.d.ts +2 -2
- package/dist/models/json-result-energy-cost-analysis-overview-vo.d.ts +2 -2
- package/dist/models/json-result-energy-cost-per-area-analysis-vo.d.ts +2 -2
- package/dist/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +2 -2
- package/dist/models/json-result-energy-cost-record-bill-info-vo.d.ts +2 -2
- package/dist/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +2 -2
- package/dist/models/json-result-energy-cost-record-info-vo.d.ts +2 -2
- package/dist/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +2 -2
- 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-analysis-list-vo.d.ts +2 -2
- package/dist/models/json-result-ipage-energy-cost-record-info-vo.d.ts +2 -2
- 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 +2 -2
- package/dist/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +2 -2
- package/dist/models/json-result-list-energy-cost-park-option-vo.d.ts +2 -2
- package/dist/models/json-result-list-energy-cost-trend-vo.d.ts +2 -2
- 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 +2 -2
- 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 +3 -3
- 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 +2 -2
- package/dist/models/json-result-page-dto-work-order-search-dto.d.ts +2 -2
- package/dist/models/json-result-park-info-dto.d.ts +2 -2
- package/dist/models/json-result-park-settings-details-dto.d.ts +2 -2
- package/dist/models/json-result-period-detail-resp.d.ts +2 -2
- package/dist/models/json-result-plan-detail-dto.d.ts +2 -2
- package/dist/models/json-result-space-add-redis-list-dto.d.ts +2 -2
- package/dist/models/json-result-space-image-detail-dto.d.ts +2 -2
- package/dist/models/json-result-srm-center-entity.d.ts +2 -2
- package/dist/models/json-result-string.d.ts +1 -1
- package/dist/models/json-result-supplier-contract-details-dto.d.ts +2 -2
- package/dist/models/json-result-supplier-entity.d.ts +2 -2
- package/dist/models/json-result-surveillance-count-dto.d.ts +2 -2
- package/dist/models/json-result-surveillance-details-dto.d.ts +2 -2
- package/dist/models/json-result-surveillance-live-dto.d.ts +2 -2
- package/dist/models/json-result-surveillance-settings-details-dto.d.ts +2 -2
- package/dist/models/json-result-surveillance-settings-polling-dto.d.ts +2 -2
- package/dist/models/json-result-switch-park-v2-dto.d.ts +2 -2
- package/dist/models/json-result-sys-dept.d.ts +2 -2
- package/dist/models/json-result-sys-user-msg-dto.d.ts +2 -2
- package/dist/models/json-result-sys-user.d.ts +2 -2
- package/dist/models/json-result-user-add-redis-list-vo.d.ts +2 -2
- package/dist/models/json-result-user-settings-entity.d.ts +2 -2
- package/dist/models/json-result-violation-work-order-details-dto.d.ts +2 -2
- package/dist/models/json-result-void.d.ts +1 -1
- package/dist/models/json-result-work-order-dept-settings-entity.d.ts +2 -2
- package/dist/models/json-result-work-order-detail-dto.d.ts +2 -2
- package/dist/models/json-result-work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/models/json-result.d.ts +1 -1
- package/dist/models/maintenance-history-dto.d.ts +2 -2
- package/dist/models/maintenance-standard-add-or-update-vo.d.ts +2 -2
- package/dist/models/maintenance-standard-dto.d.ts +2 -2
- package/dist/models/maintenance-standard-entity.d.ts +3 -3
- package/dist/models/monitoring-coverage-alert-info.d.ts +1 -1
- package/dist/models/monitoring-coverage-alert-process-vo.d.ts +1 -1
- package/dist/models/monitoring-coverage-alert-work-order-details-dto.d.ts +7 -7
- package/dist/models/network-monitor-repair-add-vo.d.ts +3 -3
- package/dist/models/network-monitor-repair-details-dto.d.ts +14 -14
- package/dist/models/news-info.d.ts +1 -1
- package/dist/models/offline-alert-submit-vo.d.ts +1 -1
- package/dist/models/offline-alert-work-order-details-dto.d.ts +10 -10
- package/dist/models/offline-alert-work-order-info.d.ts +2 -2
- package/dist/models/offline-alert-work-order-vo.d.ts +1 -1
- package/dist/models/open-api-access-appointment-record-add-vo.d.ts +8 -8
- 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 +1 -1
- package/dist/models/page-dto-work-order-search-dto.d.ts +1 -1
- package/dist/models/park-info-dto.d.ts +1 -1
- package/dist/models/park-info-edit-vo.d.ts +1 -1
- package/dist/models/park-list-dto.d.ts +1 -1
- 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/process-work-order-vo.d.ts +1 -1
- package/dist/models/safety-smart-fire-record-gizone-dto.d.ts +1 -1
- package/dist/models/save-period-work-order-detail-req.d.ts +1 -1
- package/dist/models/sms-captcha-vo.d.ts +1 -1
- package/dist/models/source-work-order-dto.d.ts +1 -1
- package/dist/models/source-work-order-inspection-dto.d.ts +1 -1
- package/dist/models/space-add-redis-list-dto.d.ts +1 -1
- package/dist/models/space-add-vo.d.ts +2 -2
- package/dist/models/space-detail-dto.d.ts +4 -4
- package/dist/models/space-edit-vo.d.ts +2 -2
- package/dist/models/space-image-detail-dto.d.ts +2 -2
- package/dist/models/space-tree-dto.d.ts +3 -3
- package/dist/models/space.d.ts +1 -1
- package/dist/models/srm-center-entity.d.ts +1 -1
- package/dist/models/srm-center-vo.d.ts +1 -1
- package/dist/models/srm-level-add-dto.d.ts +1 -1
- package/dist/models/sub-buttons.d.ts +1 -1
- package/dist/models/supplier-add-vo.d.ts +2 -2
- package/dist/models/supplier-edit-vo.d.ts +2 -2
- package/dist/models/supplier-entity.d.ts +2 -2
- package/dist/models/surveillance-batch-import-template-dto.d.ts +3 -3
- package/dist/models/surveillance-details-dto.d.ts +7 -7
- package/dist/models/surveillance-entity.d.ts +3 -3
- package/dist/models/surveillance-settings-coverage-standard-dto.d.ts +1 -1
- package/dist/models/surveillance-settings-polling-dto.d.ts +2 -2
- package/dist/models/surveillance-settings-polling-vo.d.ts +2 -2
- package/dist/models/surveillance-update-vo.d.ts +2 -2
- package/dist/models/switch-pak-body-v2-vo.d.ts +1 -1
- package/dist/models/sync-equipment-status-vo.d.ts +1 -1
- package/dist/models/sync-equipment-vo.d.ts +1 -1
- package/dist/models/sys-user-info-dto.d.ts +3 -3
- package/dist/models/sys-user-msg-dto.d.ts +2 -2
- package/dist/models/sys-user.d.ts +4 -4
- package/dist/models/user-add-redis-list-vo.d.ts +1 -1
- package/dist/models/user-roles-and-permissions-dto.d.ts +1 -1
- package/dist/models/violation-decision-vo.d.ts +2 -2
- package/dist/models/violation-work-order-add-vo.d.ts +3 -3
- package/dist/models/violation-work-order-details-dto.d.ts +12 -12
- package/dist/models/violation-work-order-info.d.ts +4 -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 +5 -5
- package/dist/models/work-order-handler-dto.d.ts +1 -1
- package/dist/models/work-order-issue-type-settings-add-or-update-vo.d.ts +2 -2
- package/dist/models/work-order-issue-type-settings-entity.d.ts +2 -2
- package/dist/models/work-order-msg-remind-config-info.d.ts +2 -2
- package/dist/models/work-order-push-settings-entity.d.ts +1 -1
- package/dist/models/work-order-push-settings-save-or-update-vo.d.ts +1 -1
- package/dist/models/work-order-push-settings-vo.d.ts +1 -1
- package/dist/models/work-order-report-vo.d.ts +3 -3
- package/dist/models/work-order-search-dto.d.ts +7 -7
- package/dist/models/work-order-spot-check-dto.d.ts +7 -7
- package/dist/models/work-order-spot-check-dto.js +5 -5
- 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 +9 -9
- package/models/access-appointment-record-details-dto.ts +12 -12
- package/models/access-appointment-record-process-approval-user-dto.ts +1 -1
- package/models/access-appointment-record-process-details-dto.ts +3 -3
- package/models/access-approval-config-vo.ts +2 -2
- package/models/access-company-config-entity.ts +1 -1
- package/models/access-config-entity.ts +1 -1
- package/models/access-config-vo.ts +1 -1
- package/models/access-record-details-dto.ts +9 -9
- package/models/access-record-summary-details-dto.ts +8 -8
- package/models/access-record-summary-list-dto.ts +7 -7
- package/models/access-vehicle-length-enum.ts +6 -6
- package/models/access-visitor-person-type-config-vo.ts +1 -1
- package/models/access-whitelist-application-add-vo.ts +4 -4
- package/models/access-whitelist-application-batch-import-template-dto.ts +3 -3
- package/models/access-whitelist-application-details-dto.ts +6 -6
- package/models/access-whitelist-application-process-details-dto.ts +3 -3
- 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/center-list-dto.ts +1 -1
- package/models/cuser-info.ts +1 -1
- package/models/dashboard-access-search-dto.ts +3 -3
- package/models/dashboard-access-source-group-stats-vo.ts +1 -1
- package/models/dashboard-equipment-park-group-stats-vo.ts +1 -1
- package/models/dashboard-equipment-system-group-stats-vo.ts +1 -1
- package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +1 -1
- package/models/dashboard-surveillance-search-dto.ts +1 -1
- package/models/dashboard-work-order-by-park-search-dto.ts +3 -3
- package/models/dashboard-work-order-by-work-order-type-search-dto.ts +2 -2
- package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +1 -1
- package/models/dashboard-work-order-issue-type-group-stats-vo.ts +1 -1
- package/models/dashboard-work-order-list-search-dto.ts +4 -4
- 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/energy-cost-add-record-dto.ts +2 -2
- package/models/energy-cost-add-setting-dto.ts +1 -1
- package/models/energy-cost-add-setting-dtopark-setting.ts +1 -1
- package/models/energy-cost-analysis-export-dto.ts +1 -1
- package/models/energy-cost-edit-record-dto.ts +2 -2
- package/models/energy-cost-record-info-not-emun-vo.ts +1 -1
- package/models/energy-cost-record-info-vo.ts +1 -1
- package/models/energy-cost-trend-vo.ts +1 -1
- 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/inspection-handle-req.ts +1 -1
- package/models/inspection-point-item.ts +1 -1
- package/models/inspection-point.ts +1 -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/ipage-energy-cost-analysis-list-vo.ts +1 -1
- package/models/ipage-energy-cost-record-info-vo.ts +1 -1
- 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 +2 -2
- package/models/json-result-disaster-warning-standard-entity.ts +2 -2
- package/models/json-result-energy-cost-analysis-overview-vo.ts +2 -2
- package/models/json-result-energy-cost-per-area-analysis-vo.ts +2 -2
- package/models/json-result-energy-cost-per-unit-analysis-vo.ts +2 -2
- package/models/json-result-energy-cost-record-bill-info-vo.ts +2 -2
- package/models/json-result-energy-cost-record-info-not-emun-vo.ts +2 -2
- package/models/json-result-energy-cost-record-info-vo.ts +2 -2
- package/models/json-result-energy-cost-unit-price-analysis-vo.ts +2 -2
- 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-analysis-list-vo.ts +2 -2
- package/models/json-result-ipage-energy-cost-record-info-vo.ts +2 -2
- 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 +2 -2
- package/models/json-result-list-energy-cost-month-setting-list-vo.ts +2 -2
- package/models/json-result-list-energy-cost-park-option-vo.ts +2 -2
- package/models/json-result-list-energy-cost-trend-vo.ts +2 -2
- 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 +2 -2
- 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 +3 -3
- 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 +2 -2
- package/models/json-result-page-dto-work-order-search-dto.ts +2 -2
- package/models/json-result-park-info-dto.ts +2 -2
- package/models/json-result-park-settings-details-dto.ts +2 -2
- package/models/json-result-period-detail-resp.ts +2 -2
- package/models/json-result-plan-detail-dto.ts +2 -2
- package/models/json-result-space-add-redis-list-dto.ts +2 -2
- package/models/json-result-space-image-detail-dto.ts +2 -2
- package/models/json-result-srm-center-entity.ts +2 -2
- package/models/json-result-string.ts +1 -1
- package/models/json-result-supplier-contract-details-dto.ts +2 -2
- package/models/json-result-supplier-entity.ts +2 -2
- package/models/json-result-surveillance-count-dto.ts +2 -2
- package/models/json-result-surveillance-details-dto.ts +2 -2
- package/models/json-result-surveillance-live-dto.ts +2 -2
- package/models/json-result-surveillance-settings-details-dto.ts +2 -2
- package/models/json-result-surveillance-settings-polling-dto.ts +2 -2
- package/models/json-result-switch-park-v2-dto.ts +2 -2
- package/models/json-result-sys-dept.ts +2 -2
- package/models/json-result-sys-user-msg-dto.ts +2 -2
- package/models/json-result-sys-user.ts +2 -2
- package/models/json-result-user-add-redis-list-vo.ts +2 -2
- package/models/json-result-user-settings-entity.ts +2 -2
- package/models/json-result-violation-work-order-details-dto.ts +2 -2
- package/models/json-result-void.ts +1 -1
- package/models/json-result-work-order-dept-settings-entity.ts +2 -2
- package/models/json-result-work-order-detail-dto.ts +2 -2
- package/models/json-result-work-order-issue-type-settings-entity.ts +2 -2
- package/models/json-result.ts +1 -1
- package/models/maintenance-history-dto.ts +2 -2
- package/models/maintenance-standard-add-or-update-vo.ts +2 -2
- package/models/maintenance-standard-dto.ts +2 -2
- package/models/maintenance-standard-entity.ts +3 -3
- package/models/monitoring-coverage-alert-info.ts +1 -1
- package/models/monitoring-coverage-alert-process-vo.ts +1 -1
- package/models/monitoring-coverage-alert-work-order-details-dto.ts +7 -7
- package/models/network-monitor-repair-add-vo.ts +3 -3
- package/models/network-monitor-repair-details-dto.ts +14 -14
- package/models/news-info.ts +1 -1
- package/models/offline-alert-submit-vo.ts +1 -1
- package/models/offline-alert-work-order-details-dto.ts +10 -10
- package/models/offline-alert-work-order-info.ts +2 -2
- package/models/offline-alert-work-order-vo.ts +1 -1
- package/models/open-api-access-appointment-record-add-vo.ts +8 -8
- 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 +1 -1
- package/models/page-dto-work-order-search-dto.ts +1 -1
- package/models/park-info-dto.ts +1 -1
- package/models/park-info-edit-vo.ts +1 -1
- package/models/park-list-dto.ts +1 -1
- 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/process-work-order-vo.ts +1 -1
- package/models/safety-smart-fire-record-gizone-dto.ts +1 -1
- package/models/save-period-work-order-detail-req.ts +1 -1
- package/models/sms-captcha-vo.ts +1 -1
- package/models/source-work-order-dto.ts +1 -1
- package/models/source-work-order-inspection-dto.ts +1 -1
- package/models/space-add-redis-list-dto.ts +1 -1
- package/models/space-add-vo.ts +2 -2
- package/models/space-detail-dto.ts +4 -4
- package/models/space-edit-vo.ts +2 -2
- package/models/space-image-detail-dto.ts +2 -2
- package/models/space-tree-dto.ts +3 -3
- package/models/space.ts +1 -1
- package/models/srm-center-entity.ts +1 -1
- package/models/srm-center-vo.ts +1 -1
- package/models/srm-level-add-dto.ts +1 -1
- package/models/sub-buttons.ts +1 -1
- package/models/supplier-add-vo.ts +2 -2
- package/models/supplier-edit-vo.ts +2 -2
- package/models/supplier-entity.ts +2 -2
- package/models/surveillance-batch-import-template-dto.ts +3 -3
- package/models/surveillance-details-dto.ts +7 -7
- package/models/surveillance-entity.ts +3 -3
- package/models/surveillance-settings-coverage-standard-dto.ts +1 -1
- package/models/surveillance-settings-polling-dto.ts +2 -2
- package/models/surveillance-settings-polling-vo.ts +2 -2
- package/models/surveillance-update-vo.ts +2 -2
- package/models/switch-pak-body-v2-vo.ts +1 -1
- package/models/sync-equipment-status-vo.ts +1 -1
- package/models/sync-equipment-vo.ts +1 -1
- package/models/sys-user-info-dto.ts +3 -3
- package/models/sys-user-msg-dto.ts +2 -2
- package/models/sys-user.ts +4 -4
- package/models/user-add-redis-list-vo.ts +1 -1
- package/models/user-roles-and-permissions-dto.ts +1 -1
- package/models/violation-decision-vo.ts +2 -2
- package/models/violation-work-order-add-vo.ts +3 -3
- package/models/violation-work-order-details-dto.ts +12 -12
- package/models/violation-work-order-info.ts +4 -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 +5 -5
- package/models/work-order-handler-dto.ts +1 -1
- package/models/work-order-issue-type-settings-add-or-update-vo.ts +2 -2
- package/models/work-order-issue-type-settings-entity.ts +2 -2
- package/models/work-order-msg-remind-config-info.ts +2 -2
- package/models/work-order-push-settings-entity.ts +1 -1
- package/models/work-order-push-settings-save-or-update-vo.ts +1 -1
- package/models/work-order-push-settings-vo.ts +1 -1
- package/models/work-order-report-vo.ts +3 -3
- package/models/work-order-search-dto.ts +7 -7
- package/models/work-order-spot-check-dto.ts +7 -7
- 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
|
@@ -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_1, ...args_1) => __awaiter(this, [srmLevelAddDTO_1, ...args_1], void 0, function* (srmLevelAddDTO, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [pid_1, ...args_1], void 0, function* (pid, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [fileName_1, ...args_1], void 0, function* (fileName, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [file_1, ...args_1], void 0, function* (file, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [file_1, ...args_1], void 0, function* (file, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [sysDept_1, ...args_1], void 0, function* (sysDept, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [sysPost_1, ...args_1], void 0, function* (sysPost, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [sysMenu_1, ...args_1], void 0, function* (sysMenu, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [deptId_1, ...args_1], void 0, function* (deptId, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [postIds_1, ...args_1], void 0, function* (postIds, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [menuId_1, ...args_1], void 0, function* (menuId, options = {}) {
|
|
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: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
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_1, parkInfoEditVO_1, ...args_1) => __awaiter(this, [parkId_1, parkInfoEditVO_1, ...args_1], void 0, function* (parkId, parkInfoEditVO, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [post_1, ...args_1], void 0, function* (post, options = {}) {
|
|
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_1, _delete_1, ...args_1) => __awaiter(this, [fileName_1, _delete_1, ...args_1], void 0, function* (fileName, _delete, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [deptId_1, ...args_1], void 0, function* (deptId, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [deptId_1, ...args_1], void 0, function* (deptId, options = {}) {
|
|
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: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [postId_1, ...args_1], void 0, function* (postId, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [menuId_1, ...args_1], void 0, function* (menuId, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [sysDeptDropDownVO_1, ...args_1], void 0, function* (sysDeptDropDownVO, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [dept_1, ...args_1], void 0, function* (dept, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [deptId_1, ...args_1], void 0, function* (deptId, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [roleId_1, ...args_1], void 0, function* (roleId, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [post_1, ...args_1], void 0, function* (post, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [parkId_1, ...args_1], void 0, function* (parkId, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [menu_1, ...args_1], void 0, function* (menu, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [menu_1, ...args_1], void 0, function* (menu, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [roleId_1, ...args_1], void 0, function* (roleId, options = {}) {
|
|
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: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [domain_1, ...args_1], void 0, function* (domain, options = {}) {
|
|
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_1, ...args_1) => __awaiter(this, [resource_1, ...args_1], void 0, function* (resource, options = {}) {
|
|
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_1, platForm_1, ...args_1) => __awaiter(this, [isSrm_1, platForm_1, ...args_1], void 0, function* (isSrm, platForm, options = {}) {
|
|
1259
1259
|
// verify required parameter 'isSrm' is not null or undefined
|
|
1260
1260
|
assertParamExists('selectCenterList', 'isSrm', isSrm);
|
|
1261
1261
|
const localVarPath = `/system/dept/center`;
|
|
@@ -1297,7 +1297,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1297
1297
|
* @param {*} [options] Override http request option.
|
|
1298
1298
|
* @throws {RequiredError}
|
|
1299
1299
|
*/
|
|
1300
|
-
selectParkList: (
|
|
1300
|
+
selectParkList: (centerCode_1, isSrm_1, parkCenterAttribute_1, contractEndTime_1, status_1, parkName_1, ...args_1) => __awaiter(this, [centerCode_1, isSrm_1, parkCenterAttribute_1, contractEndTime_1, status_1, parkName_1, ...args_1], void 0, function* (centerCode, isSrm, parkCenterAttribute, contractEndTime, status, parkName, options = {}) {
|
|
1301
1301
|
const localVarPath = `/system/dept/park`;
|
|
1302
1302
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1303
1303
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1346,7 +1346,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1346
1346
|
* @param {*} [options] Override http request option.
|
|
1347
1347
|
* @throws {RequiredError}
|
|
1348
1348
|
*/
|
|
1349
|
-
selectParkListByPermission: (
|
|
1349
|
+
selectParkListByPermission: (permission_1, ...args_1) => __awaiter(this, [permission_1, ...args_1], void 0, function* (permission, options = {}) {
|
|
1350
1350
|
// verify required parameter 'permission' is not null or undefined
|
|
1351
1351
|
assertParamExists('selectParkListByPermission', 'permission', permission);
|
|
1352
1352
|
const localVarPath = `/system/dept/park/permission`;
|
|
@@ -1381,7 +1381,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1381
1381
|
* @param {*} [options] Override http request option.
|
|
1382
1382
|
* @throws {RequiredError}
|
|
1383
1383
|
*/
|
|
1384
|
-
selectSrmLevel: (
|
|
1384
|
+
selectSrmLevel: (parentCode_1, level_1, ...args_1) => __awaiter(this, [parentCode_1, level_1, ...args_1], void 0, function* (parentCode, level, options = {}) {
|
|
1385
1385
|
const localVarPath = `/srm/level`;
|
|
1386
1386
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1387
1387
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1417,7 +1417,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1417
1417
|
* @param {*} [options] Override http request option.
|
|
1418
1418
|
* @throws {RequiredError}
|
|
1419
1419
|
*/
|
|
1420
|
-
tcpConnect: (
|
|
1420
|
+
tcpConnect: (host_1, port_1, timeOutMs_1, ...args_1) => __awaiter(this, [host_1, port_1, timeOutMs_1, ...args_1], void 0, function* (host, port, timeOutMs, options = {}) {
|
|
1421
1421
|
// verify required parameter 'host' is not null or undefined
|
|
1422
1422
|
assertParamExists('tcpConnect', 'host', host);
|
|
1423
1423
|
// verify required parameter 'port' is not null or undefined
|
|
@@ -1460,7 +1460,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1460
1460
|
* @param {*} [options] Override http request option.
|
|
1461
1461
|
* @throws {RequiredError}
|
|
1462
1462
|
*/
|
|
1463
|
-
updateDept: (
|
|
1463
|
+
updateDept: (sysDept_1, ...args_1) => __awaiter(this, [sysDept_1, ...args_1], void 0, function* (sysDept, options = {}) {
|
|
1464
1464
|
// verify required parameter 'sysDept' is not null or undefined
|
|
1465
1465
|
assertParamExists('updateDept', 'sysDept', sysDept);
|
|
1466
1466
|
const localVarPath = `/system/dept`;
|
|
@@ -1492,7 +1492,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1492
1492
|
* @param {*} [options] Override http request option.
|
|
1493
1493
|
* @throws {RequiredError}
|
|
1494
1494
|
*/
|
|
1495
|
-
updateJobPosition: (
|
|
1495
|
+
updateJobPosition: (sysPost_1, ...args_1) => __awaiter(this, [sysPost_1, ...args_1], void 0, function* (sysPost, options = {}) {
|
|
1496
1496
|
// verify required parameter 'sysPost' is not null or undefined
|
|
1497
1497
|
assertParamExists('updateJobPosition', 'sysPost', sysPost);
|
|
1498
1498
|
const localVarPath = `/system/post`;
|
|
@@ -1524,7 +1524,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1524
1524
|
* @param {*} [options] Override http request option.
|
|
1525
1525
|
* @throws {RequiredError}
|
|
1526
1526
|
*/
|
|
1527
|
-
updateMenu: (
|
|
1527
|
+
updateMenu: (sysMenu_1, ...args_1) => __awaiter(this, [sysMenu_1, ...args_1], void 0, function* (sysMenu, options = {}) {
|
|
1528
1528
|
// verify required parameter 'sysMenu' is not null or undefined
|
|
1529
1529
|
assertParamExists('updateMenu', 'sysMenu', sysMenu);
|
|
1530
1530
|
const localVarPath = `/system/menu`;
|
|
@@ -1557,7 +1557,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1557
1557
|
* @param {*} [options] Override http request option.
|
|
1558
1558
|
* @throws {RequiredError}
|
|
1559
1559
|
*/
|
|
1560
|
-
updateParkSetting: (
|
|
1560
|
+
updateParkSetting: (parkSettingsVO_1, ...args_1) => __awaiter(this, [parkSettingsVO_1, ...args_1], void 0, function* (parkSettingsVO, options = {}) {
|
|
1561
1561
|
// verify required parameter 'parkSettingsVO' is not null or undefined
|
|
1562
1562
|
assertParamExists('updateParkSetting', 'parkSettingsVO', parkSettingsVO);
|
|
1563
1563
|
const localVarPath = `/system/dept/parkSettings`;
|
|
@@ -1589,7 +1589,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1589
1589
|
* @param {*} [options] Override http request option.
|
|
1590
1590
|
* @throws {RequiredError}
|
|
1591
1591
|
*/
|
|
1592
|
-
uploadFile: (
|
|
1592
|
+
uploadFile: (file_1, ...args_1) => __awaiter(this, [file_1, ...args_1], void 0, function* (file, options = {}) {
|
|
1593
1593
|
// verify required parameter 'file' is not null or undefined
|
|
1594
1594
|
assertParamExists('uploadFile', 'file', file);
|
|
1595
1595
|
const localVarPath = `/common/upload`;
|
|
@@ -1623,7 +1623,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1623
1623
|
* @param {*} [options] Override http request option.
|
|
1624
1624
|
* @throws {RequiredError}
|
|
1625
1625
|
*/
|
|
1626
|
-
uploadKeepName: (
|
|
1626
|
+
uploadKeepName: (file_1, ...args_1) => __awaiter(this, [file_1, ...args_1], void 0, function* (file, options = {}) {
|
|
1627
1627
|
// verify required parameter 'file' is not null or undefined
|
|
1628
1628
|
assertParamExists('uploadKeepName', 'file', file);
|
|
1629
1629
|
const localVarPath = `/operation/file/uploadKeepName`;
|
|
@@ -1660,7 +1660,7 @@ export const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1660
1660
|
* @param {*} [options] Override http request option.
|
|
1661
1661
|
* @throws {RequiredError}
|
|
1662
1662
|
*/
|
|
1663
|
-
uploadPrivacy: (
|
|
1663
|
+
uploadPrivacy: (userBatchImportUploadRequest_1, ...args_1) => __awaiter(this, [userBatchImportUploadRequest_1, ...args_1], void 0, function* (userBatchImportUploadRequest, options = {}) {
|
|
1664
1664
|
const localVarPath = `/operation/file/upload/privacy`;
|
|
1665
1665
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1666
1666
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1701,12 +1701,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1701
1701
|
* @throws {RequiredError}
|
|
1702
1702
|
*/
|
|
1703
1703
|
addSrmLevel(srmLevelAddDTO, options) {
|
|
1704
|
-
var _a, _b, _c;
|
|
1705
1704
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1705
|
+
var _a, _b, _c;
|
|
1706
1706
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.addSrmLevel(srmLevelAddDTO, options);
|
|
1707
|
-
const
|
|
1708
|
-
const
|
|
1709
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1707
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1708
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.addSrmLevel']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1709
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1710
1710
|
});
|
|
1711
1711
|
},
|
|
1712
1712
|
/**
|
|
@@ -1716,12 +1716,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1716
1716
|
* @throws {RequiredError}
|
|
1717
1717
|
*/
|
|
1718
1718
|
addressRegionList(pid, options) {
|
|
1719
|
-
var _a, _b, _c;
|
|
1720
1719
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1720
|
+
var _a, _b, _c;
|
|
1721
1721
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.addressRegionList(pid, options);
|
|
1722
|
-
const
|
|
1723
|
-
const
|
|
1724
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1722
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1723
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.addressRegionList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1724
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1725
1725
|
});
|
|
1726
1726
|
},
|
|
1727
1727
|
/**
|
|
@@ -1733,12 +1733,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1733
1733
|
* @throws {RequiredError}
|
|
1734
1734
|
*/
|
|
1735
1735
|
commonDeleteFile(fileName, options) {
|
|
1736
|
-
var _a, _b, _c;
|
|
1737
1736
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1737
|
+
var _a, _b, _c;
|
|
1738
1738
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.commonDeleteFile(fileName, options);
|
|
1739
|
-
const
|
|
1740
|
-
const
|
|
1741
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1739
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1740
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.commonDeleteFile']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1741
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1742
1742
|
});
|
|
1743
1743
|
},
|
|
1744
1744
|
/**
|
|
@@ -1749,12 +1749,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1749
1749
|
* @throws {RequiredError}
|
|
1750
1750
|
*/
|
|
1751
1751
|
commonUploadFile(file, options) {
|
|
1752
|
-
var _a, _b, _c;
|
|
1753
1752
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1753
|
+
var _a, _b, _c;
|
|
1754
1754
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.commonUploadFile(file, options);
|
|
1755
|
-
const
|
|
1756
|
-
const
|
|
1757
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1755
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1756
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.commonUploadFile']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1757
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1758
1758
|
});
|
|
1759
1759
|
},
|
|
1760
1760
|
/**
|
|
@@ -1765,12 +1765,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1765
1765
|
* @throws {RequiredError}
|
|
1766
1766
|
*/
|
|
1767
1767
|
commonUploadPrivacyFile(file, options) {
|
|
1768
|
-
var _a, _b, _c;
|
|
1769
1768
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1769
|
+
var _a, _b, _c;
|
|
1770
1770
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.commonUploadPrivacyFile(file, options);
|
|
1771
|
-
const
|
|
1772
|
-
const
|
|
1773
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1771
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1772
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.commonUploadPrivacyFile']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1773
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1774
1774
|
});
|
|
1775
1775
|
},
|
|
1776
1776
|
/**
|
|
@@ -1780,12 +1780,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1780
1780
|
* @throws {RequiredError}
|
|
1781
1781
|
*/
|
|
1782
1782
|
createDept(sysDept, options) {
|
|
1783
|
-
var _a, _b, _c;
|
|
1784
1783
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1784
|
+
var _a, _b, _c;
|
|
1785
1785
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.createDept(sysDept, options);
|
|
1786
|
-
const
|
|
1787
|
-
const
|
|
1788
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1786
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1787
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.createDept']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1788
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1789
1789
|
});
|
|
1790
1790
|
},
|
|
1791
1791
|
/**
|
|
@@ -1795,12 +1795,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1795
1795
|
* @throws {RequiredError}
|
|
1796
1796
|
*/
|
|
1797
1797
|
createJobPosition(sysPost, options) {
|
|
1798
|
-
var _a, _b, _c;
|
|
1799
1798
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1799
|
+
var _a, _b, _c;
|
|
1800
1800
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.createJobPosition(sysPost, options);
|
|
1801
|
-
const
|
|
1802
|
-
const
|
|
1803
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1801
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1802
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.createJobPosition']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1803
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1804
1804
|
});
|
|
1805
1805
|
},
|
|
1806
1806
|
/**
|
|
@@ -1810,12 +1810,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1810
1810
|
* @throws {RequiredError}
|
|
1811
1811
|
*/
|
|
1812
1812
|
createMenu(sysMenu, options) {
|
|
1813
|
-
var _a, _b, _c;
|
|
1814
1813
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1814
|
+
var _a, _b, _c;
|
|
1815
1815
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.createMenu(sysMenu, options);
|
|
1816
|
-
const
|
|
1817
|
-
const
|
|
1818
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1816
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1817
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.createMenu']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1818
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1819
1819
|
});
|
|
1820
1820
|
},
|
|
1821
1821
|
/**
|
|
@@ -1825,12 +1825,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1825
1825
|
* @throws {RequiredError}
|
|
1826
1826
|
*/
|
|
1827
1827
|
deleteDept(deptId, options) {
|
|
1828
|
-
var _a, _b, _c;
|
|
1829
1828
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1829
|
+
var _a, _b, _c;
|
|
1830
1830
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteDept(deptId, options);
|
|
1831
|
-
const
|
|
1832
|
-
const
|
|
1833
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1831
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1832
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.deleteDept']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1833
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1834
1834
|
});
|
|
1835
1835
|
},
|
|
1836
1836
|
/**
|
|
@@ -1840,12 +1840,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1840
1840
|
* @throws {RequiredError}
|
|
1841
1841
|
*/
|
|
1842
1842
|
deleteJobPositions(postIds, options) {
|
|
1843
|
-
var _a, _b, _c;
|
|
1844
1843
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1844
|
+
var _a, _b, _c;
|
|
1845
1845
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteJobPositions(postIds, options);
|
|
1846
|
-
const
|
|
1847
|
-
const
|
|
1848
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1846
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1847
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.deleteJobPositions']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1848
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1849
1849
|
});
|
|
1850
1850
|
},
|
|
1851
1851
|
/**
|
|
@@ -1855,12 +1855,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1855
1855
|
* @throws {RequiredError}
|
|
1856
1856
|
*/
|
|
1857
1857
|
deleteMenu(menuId, options) {
|
|
1858
|
-
var _a, _b, _c;
|
|
1859
1858
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1859
|
+
var _a, _b, _c;
|
|
1860
1860
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.deleteMenu(menuId, options);
|
|
1861
|
-
const
|
|
1862
|
-
const
|
|
1863
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1861
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1862
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.deleteMenu']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1863
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1864
1864
|
});
|
|
1865
1865
|
},
|
|
1866
1866
|
/**
|
|
@@ -1871,12 +1871,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1871
1871
|
* @throws {RequiredError}
|
|
1872
1872
|
*/
|
|
1873
1873
|
demo(options) {
|
|
1874
|
-
var _a, _b, _c;
|
|
1875
1874
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1875
|
+
var _a, _b, _c;
|
|
1876
1876
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.demo(options);
|
|
1877
|
-
const
|
|
1878
|
-
const
|
|
1879
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1877
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1878
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.demo']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1879
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1880
1880
|
});
|
|
1881
1881
|
},
|
|
1882
1882
|
/**
|
|
@@ -1888,12 +1888,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1888
1888
|
* @throws {RequiredError}
|
|
1889
1889
|
*/
|
|
1890
1890
|
editParkInfo(parkId, parkInfoEditVO, options) {
|
|
1891
|
-
var _a, _b, _c;
|
|
1892
1891
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1892
|
+
var _a, _b, _c;
|
|
1893
1893
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.editParkInfo(parkId, parkInfoEditVO, options);
|
|
1894
|
-
const
|
|
1895
|
-
const
|
|
1896
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1894
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1895
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.editParkInfo']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1896
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1897
1897
|
});
|
|
1898
1898
|
},
|
|
1899
1899
|
/**
|
|
@@ -1903,12 +1903,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1903
1903
|
* @throws {RequiredError}
|
|
1904
1904
|
*/
|
|
1905
1905
|
exportJobPositions(post, options) {
|
|
1906
|
-
var _a, _b, _c;
|
|
1907
1906
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1907
|
+
var _a, _b, _c;
|
|
1908
1908
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.exportJobPositions(post, options);
|
|
1909
|
-
const
|
|
1910
|
-
const
|
|
1911
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1909
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1910
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.exportJobPositions']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1911
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1912
1912
|
});
|
|
1913
1913
|
},
|
|
1914
1914
|
/**
|
|
@@ -1919,12 +1919,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1919
1919
|
* @throws {RequiredError}
|
|
1920
1920
|
*/
|
|
1921
1921
|
fileDownload(fileName, _delete, options) {
|
|
1922
|
-
var _a, _b, _c;
|
|
1923
1922
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1923
|
+
var _a, _b, _c;
|
|
1924
1924
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.fileDownload(fileName, _delete, options);
|
|
1925
|
-
const
|
|
1926
|
-
const
|
|
1927
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1925
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1926
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.fileDownload']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1927
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1928
1928
|
});
|
|
1929
1929
|
},
|
|
1930
1930
|
/**
|
|
@@ -1934,12 +1934,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1934
1934
|
* @throws {RequiredError}
|
|
1935
1935
|
*/
|
|
1936
1936
|
getDept(deptId, options) {
|
|
1937
|
-
var _a, _b, _c;
|
|
1938
1937
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1938
|
+
var _a, _b, _c;
|
|
1939
1939
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getDept(deptId, options);
|
|
1940
|
-
const
|
|
1941
|
-
const
|
|
1942
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1940
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1941
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.getDept']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1942
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1943
1943
|
});
|
|
1944
1944
|
},
|
|
1945
1945
|
/**
|
|
@@ -1949,12 +1949,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1949
1949
|
* @throws {RequiredError}
|
|
1950
1950
|
*/
|
|
1951
1951
|
getDept1(deptId, options) {
|
|
1952
|
-
var _a, _b, _c;
|
|
1953
1952
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1953
|
+
var _a, _b, _c;
|
|
1954
1954
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getDept1(deptId, options);
|
|
1955
|
-
const
|
|
1956
|
-
const
|
|
1957
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1955
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1956
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.getDept1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1957
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1958
1958
|
});
|
|
1959
1959
|
},
|
|
1960
1960
|
/**
|
|
@@ -1963,12 +1963,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1963
1963
|
* @throws {RequiredError}
|
|
1964
1964
|
*/
|
|
1965
1965
|
getHostIp(options) {
|
|
1966
|
-
var _a, _b, _c;
|
|
1967
1966
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1967
|
+
var _a, _b, _c;
|
|
1968
1968
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getHostIp(options);
|
|
1969
|
-
const
|
|
1970
|
-
const
|
|
1971
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1969
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1970
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.getHostIp']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1971
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1972
1972
|
});
|
|
1973
1973
|
},
|
|
1974
1974
|
/**
|
|
@@ -1978,12 +1978,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1978
1978
|
* @throws {RequiredError}
|
|
1979
1979
|
*/
|
|
1980
1980
|
getJobPosition(postId, options) {
|
|
1981
|
-
var _a, _b, _c;
|
|
1982
1981
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1982
|
+
var _a, _b, _c;
|
|
1983
1983
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getJobPosition(postId, options);
|
|
1984
|
-
const
|
|
1985
|
-
const
|
|
1986
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1984
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1985
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.getJobPosition']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1986
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1987
1987
|
});
|
|
1988
1988
|
},
|
|
1989
1989
|
/**
|
|
@@ -1993,12 +1993,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
1993
1993
|
* @throws {RequiredError}
|
|
1994
1994
|
*/
|
|
1995
1995
|
getMenu(menuId, options) {
|
|
1996
|
-
var _a, _b, _c;
|
|
1997
1996
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1997
|
+
var _a, _b, _c;
|
|
1998
1998
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getMenu(menuId, options);
|
|
1999
|
-
const
|
|
2000
|
-
const
|
|
2001
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
1999
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2000
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.getMenu']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2001
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2002
2002
|
});
|
|
2003
2003
|
},
|
|
2004
2004
|
/**
|
|
@@ -2009,12 +2009,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2009
2009
|
* @throws {RequiredError}
|
|
2010
2010
|
*/
|
|
2011
2011
|
getParkInfo(parkId, options) {
|
|
2012
|
-
var _a, _b, _c;
|
|
2013
2012
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2013
|
+
var _a, _b, _c;
|
|
2014
2014
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getParkInfo(parkId, options);
|
|
2015
|
-
const
|
|
2016
|
-
const
|
|
2017
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2015
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2016
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.getParkInfo']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2017
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2018
2018
|
});
|
|
2019
2019
|
},
|
|
2020
2020
|
/**
|
|
@@ -2025,12 +2025,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2025
2025
|
* @throws {RequiredError}
|
|
2026
2026
|
*/
|
|
2027
2027
|
getParkSetting(parkId, options) {
|
|
2028
|
-
var _a, _b, _c;
|
|
2029
2028
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2029
|
+
var _a, _b, _c;
|
|
2030
2030
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.getParkSetting(parkId, options);
|
|
2031
|
-
const
|
|
2032
|
-
const
|
|
2033
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2031
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2032
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.getParkSetting']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2033
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2034
2034
|
});
|
|
2035
2035
|
},
|
|
2036
2036
|
/**
|
|
@@ -2041,12 +2041,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2041
2041
|
* @throws {RequiredError}
|
|
2042
2042
|
*/
|
|
2043
2043
|
lestDeptByParkAndType(sysDeptDropDownVO, options) {
|
|
2044
|
-
var _a, _b, _c;
|
|
2045
2044
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2045
|
+
var _a, _b, _c;
|
|
2046
2046
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.lestDeptByParkAndType(sysDeptDropDownVO, options);
|
|
2047
|
-
const
|
|
2048
|
-
const
|
|
2049
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2047
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2048
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.lestDeptByParkAndType']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2049
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2050
2050
|
});
|
|
2051
2051
|
},
|
|
2052
2052
|
/**
|
|
@@ -2056,12 +2056,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2056
2056
|
* @throws {RequiredError}
|
|
2057
2057
|
*/
|
|
2058
2058
|
listDept(dept, options) {
|
|
2059
|
-
var _a, _b, _c;
|
|
2060
2059
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2060
|
+
var _a, _b, _c;
|
|
2061
2061
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listDept(dept, options);
|
|
2062
|
-
const
|
|
2063
|
-
const
|
|
2064
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2062
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2063
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.listDept']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2064
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2065
2065
|
});
|
|
2066
2066
|
},
|
|
2067
2067
|
/**
|
|
@@ -2072,12 +2072,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2072
2072
|
* @throws {RequiredError}
|
|
2073
2073
|
*/
|
|
2074
2074
|
listDeptByPark(parkId, options) {
|
|
2075
|
-
var _a, _b, _c;
|
|
2076
2075
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2076
|
+
var _a, _b, _c;
|
|
2077
2077
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listDeptByPark(parkId, options);
|
|
2078
|
-
const
|
|
2079
|
-
const
|
|
2080
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2078
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2079
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.listDeptByPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2080
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2081
2081
|
});
|
|
2082
2082
|
},
|
|
2083
2083
|
/**
|
|
@@ -2088,12 +2088,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2088
2088
|
* @throws {RequiredError}
|
|
2089
2089
|
*/
|
|
2090
2090
|
listDeptByParkNoTenant(parkId, options) {
|
|
2091
|
-
var _a, _b, _c;
|
|
2092
2091
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2092
|
+
var _a, _b, _c;
|
|
2093
2093
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listDeptByParkNoTenant(parkId, options);
|
|
2094
|
-
const
|
|
2095
|
-
const
|
|
2096
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2094
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2095
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.listDeptByParkNoTenant']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2096
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2097
2097
|
});
|
|
2098
2098
|
},
|
|
2099
2099
|
/**
|
|
@@ -2103,12 +2103,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2103
2103
|
* @throws {RequiredError}
|
|
2104
2104
|
*/
|
|
2105
2105
|
listDeptExcl(deptId, options) {
|
|
2106
|
-
var _a, _b, _c;
|
|
2107
2106
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2107
|
+
var _a, _b, _c;
|
|
2108
2108
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listDeptExcl(deptId, options);
|
|
2109
|
-
const
|
|
2110
|
-
const
|
|
2111
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2109
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2110
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.listDeptExcl']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2111
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2112
2112
|
});
|
|
2113
2113
|
},
|
|
2114
2114
|
/**
|
|
@@ -2118,12 +2118,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2118
2118
|
* @throws {RequiredError}
|
|
2119
2119
|
*/
|
|
2120
2120
|
listDeptTree(parkId, options) {
|
|
2121
|
-
var _a, _b, _c;
|
|
2122
2121
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2122
|
+
var _a, _b, _c;
|
|
2123
2123
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listDeptTree(parkId, options);
|
|
2124
|
-
const
|
|
2125
|
-
const
|
|
2126
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2124
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2125
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.listDeptTree']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2126
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2127
2127
|
});
|
|
2128
2128
|
},
|
|
2129
2129
|
/**
|
|
@@ -2133,12 +2133,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2133
2133
|
* @throws {RequiredError}
|
|
2134
2134
|
*/
|
|
2135
2135
|
listDeptTreeByRole(roleId, options) {
|
|
2136
|
-
var _a, _b, _c;
|
|
2137
2136
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2137
|
+
var _a, _b, _c;
|
|
2138
2138
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listDeptTreeByRole(roleId, options);
|
|
2139
|
-
const
|
|
2140
|
-
const
|
|
2141
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2139
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2140
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.listDeptTreeByRole']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2141
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2142
2142
|
});
|
|
2143
2143
|
},
|
|
2144
2144
|
/**
|
|
@@ -2148,12 +2148,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2148
2148
|
* @throws {RequiredError}
|
|
2149
2149
|
*/
|
|
2150
2150
|
listJobPositions(post, options) {
|
|
2151
|
-
var _a, _b, _c;
|
|
2152
2151
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2152
|
+
var _a, _b, _c;
|
|
2153
2153
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listJobPositions(post, options);
|
|
2154
|
-
const
|
|
2155
|
-
const
|
|
2156
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2154
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2155
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.listJobPositions']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2156
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2157
2157
|
});
|
|
2158
2158
|
},
|
|
2159
2159
|
/**
|
|
@@ -2163,12 +2163,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2163
2163
|
* @throws {RequiredError}
|
|
2164
2164
|
*/
|
|
2165
2165
|
listJobPositionsByPark(parkId, options) {
|
|
2166
|
-
var _a, _b, _c;
|
|
2167
2166
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2167
|
+
var _a, _b, _c;
|
|
2168
2168
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listJobPositionsByPark(parkId, options);
|
|
2169
|
-
const
|
|
2170
|
-
const
|
|
2171
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2169
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2170
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.listJobPositionsByPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2171
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2172
2172
|
});
|
|
2173
2173
|
},
|
|
2174
2174
|
/**
|
|
@@ -2178,12 +2178,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2178
2178
|
* @throws {RequiredError}
|
|
2179
2179
|
*/
|
|
2180
2180
|
listMenu(menu, options) {
|
|
2181
|
-
var _a, _b, _c;
|
|
2182
2181
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2182
|
+
var _a, _b, _c;
|
|
2183
2183
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listMenu(menu, options);
|
|
2184
|
-
const
|
|
2185
|
-
const
|
|
2186
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2184
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2185
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.listMenu']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2186
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2187
2187
|
});
|
|
2188
2188
|
},
|
|
2189
2189
|
/**
|
|
@@ -2193,12 +2193,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2193
2193
|
* @throws {RequiredError}
|
|
2194
2194
|
*/
|
|
2195
2195
|
listMenuTree(menu, options) {
|
|
2196
|
-
var _a, _b, _c;
|
|
2197
2196
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2197
|
+
var _a, _b, _c;
|
|
2198
2198
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listMenuTree(menu, options);
|
|
2199
|
-
const
|
|
2200
|
-
const
|
|
2201
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2199
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2200
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.listMenuTree']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2201
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2202
2202
|
});
|
|
2203
2203
|
},
|
|
2204
2204
|
/**
|
|
@@ -2208,12 +2208,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2208
2208
|
* @throws {RequiredError}
|
|
2209
2209
|
*/
|
|
2210
2210
|
listMenuTreeByRole(roleId, options) {
|
|
2211
|
-
var _a, _b, _c;
|
|
2212
2211
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2212
|
+
var _a, _b, _c;
|
|
2213
2213
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listMenuTreeByRole(roleId, options);
|
|
2214
|
-
const
|
|
2215
|
-
const
|
|
2216
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2214
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2215
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.listMenuTreeByRole']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2216
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2217
2217
|
});
|
|
2218
2218
|
},
|
|
2219
2219
|
/**
|
|
@@ -2223,12 +2223,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2223
2223
|
* @throws {RequiredError}
|
|
2224
2224
|
*/
|
|
2225
2225
|
listPark(options) {
|
|
2226
|
-
var _a, _b, _c;
|
|
2227
2226
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2227
|
+
var _a, _b, _c;
|
|
2228
2228
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.listPark(options);
|
|
2229
|
-
const
|
|
2230
|
-
const
|
|
2231
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2229
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2230
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.listPark']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2231
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2232
2232
|
});
|
|
2233
2233
|
},
|
|
2234
2234
|
/**
|
|
@@ -2239,12 +2239,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2239
2239
|
* @throws {RequiredError}
|
|
2240
2240
|
*/
|
|
2241
2241
|
resolveDomain(domain, options) {
|
|
2242
|
-
var _a, _b, _c;
|
|
2243
2242
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2243
|
+
var _a, _b, _c;
|
|
2244
2244
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.resolveDomain(domain, options);
|
|
2245
|
-
const
|
|
2246
|
-
const
|
|
2247
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2245
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2246
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.resolveDomain']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2247
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2248
2248
|
});
|
|
2249
2249
|
},
|
|
2250
2250
|
/**
|
|
@@ -2254,12 +2254,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2254
2254
|
* @throws {RequiredError}
|
|
2255
2255
|
*/
|
|
2256
2256
|
resourceDownload(resource, options) {
|
|
2257
|
-
var _a, _b, _c;
|
|
2258
2257
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2258
|
+
var _a, _b, _c;
|
|
2259
2259
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.resourceDownload(resource, options);
|
|
2260
|
-
const
|
|
2261
|
-
const
|
|
2262
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2260
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2261
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.resourceDownload']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2262
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2263
2263
|
});
|
|
2264
2264
|
},
|
|
2265
2265
|
/**
|
|
@@ -2271,12 +2271,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2271
2271
|
* @throws {RequiredError}
|
|
2272
2272
|
*/
|
|
2273
2273
|
selectCenterList(isSrm, platForm, options) {
|
|
2274
|
-
var _a, _b, _c;
|
|
2275
2274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2275
|
+
var _a, _b, _c;
|
|
2276
2276
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.selectCenterList(isSrm, platForm, options);
|
|
2277
|
-
const
|
|
2278
|
-
const
|
|
2279
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2277
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2278
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.selectCenterList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2279
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2280
2280
|
});
|
|
2281
2281
|
},
|
|
2282
2282
|
/**
|
|
@@ -2292,12 +2292,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2292
2292
|
* @throws {RequiredError}
|
|
2293
2293
|
*/
|
|
2294
2294
|
selectParkList(centerCode, isSrm, parkCenterAttribute, contractEndTime, status, parkName, options) {
|
|
2295
|
-
var _a, _b, _c;
|
|
2296
2295
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2296
|
+
var _a, _b, _c;
|
|
2297
2297
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.selectParkList(centerCode, isSrm, parkCenterAttribute, contractEndTime, status, parkName, options);
|
|
2298
|
-
const
|
|
2299
|
-
const
|
|
2300
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2298
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2299
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.selectParkList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2300
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2301
2301
|
});
|
|
2302
2302
|
},
|
|
2303
2303
|
/**
|
|
@@ -2308,12 +2308,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2308
2308
|
* @throws {RequiredError}
|
|
2309
2309
|
*/
|
|
2310
2310
|
selectParkListByPermission(permission, options) {
|
|
2311
|
-
var _a, _b, _c;
|
|
2312
2311
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2312
|
+
var _a, _b, _c;
|
|
2313
2313
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.selectParkListByPermission(permission, options);
|
|
2314
|
-
const
|
|
2315
|
-
const
|
|
2316
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2314
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2315
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.selectParkListByPermission']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2316
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2317
2317
|
});
|
|
2318
2318
|
},
|
|
2319
2319
|
/**
|
|
@@ -2325,12 +2325,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2325
2325
|
* @throws {RequiredError}
|
|
2326
2326
|
*/
|
|
2327
2327
|
selectSrmLevel(parentCode, level, options) {
|
|
2328
|
-
var _a, _b, _c;
|
|
2329
2328
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2329
|
+
var _a, _b, _c;
|
|
2330
2330
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.selectSrmLevel(parentCode, level, options);
|
|
2331
|
-
const
|
|
2332
|
-
const
|
|
2333
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2331
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2332
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.selectSrmLevel']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2333
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2334
2334
|
});
|
|
2335
2335
|
},
|
|
2336
2336
|
/**
|
|
@@ -2342,12 +2342,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2342
2342
|
* @throws {RequiredError}
|
|
2343
2343
|
*/
|
|
2344
2344
|
tcpConnect(host, port, timeOutMs, options) {
|
|
2345
|
-
var _a, _b, _c;
|
|
2346
2345
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2346
|
+
var _a, _b, _c;
|
|
2347
2347
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.tcpConnect(host, port, timeOutMs, options);
|
|
2348
|
-
const
|
|
2349
|
-
const
|
|
2350
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2348
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2349
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.tcpConnect']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2350
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2351
2351
|
});
|
|
2352
2352
|
},
|
|
2353
2353
|
/**
|
|
@@ -2357,12 +2357,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2357
2357
|
* @throws {RequiredError}
|
|
2358
2358
|
*/
|
|
2359
2359
|
updateDept(sysDept, options) {
|
|
2360
|
-
var _a, _b, _c;
|
|
2361
2360
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2361
|
+
var _a, _b, _c;
|
|
2362
2362
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateDept(sysDept, options);
|
|
2363
|
-
const
|
|
2364
|
-
const
|
|
2365
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2363
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2364
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.updateDept']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2365
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2366
2366
|
});
|
|
2367
2367
|
},
|
|
2368
2368
|
/**
|
|
@@ -2372,12 +2372,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2372
2372
|
* @throws {RequiredError}
|
|
2373
2373
|
*/
|
|
2374
2374
|
updateJobPosition(sysPost, options) {
|
|
2375
|
-
var _a, _b, _c;
|
|
2376
2375
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2376
|
+
var _a, _b, _c;
|
|
2377
2377
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateJobPosition(sysPost, options);
|
|
2378
|
-
const
|
|
2379
|
-
const
|
|
2380
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2378
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2379
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.updateJobPosition']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2380
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2381
2381
|
});
|
|
2382
2382
|
},
|
|
2383
2383
|
/**
|
|
@@ -2387,12 +2387,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2387
2387
|
* @throws {RequiredError}
|
|
2388
2388
|
*/
|
|
2389
2389
|
updateMenu(sysMenu, options) {
|
|
2390
|
-
var _a, _b, _c;
|
|
2391
2390
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2391
|
+
var _a, _b, _c;
|
|
2392
2392
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateMenu(sysMenu, options);
|
|
2393
|
-
const
|
|
2394
|
-
const
|
|
2395
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2393
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2394
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.updateMenu']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2395
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2396
2396
|
});
|
|
2397
2397
|
},
|
|
2398
2398
|
/**
|
|
@@ -2403,12 +2403,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2403
2403
|
* @throws {RequiredError}
|
|
2404
2404
|
*/
|
|
2405
2405
|
updateParkSetting(parkSettingsVO, options) {
|
|
2406
|
-
var _a, _b, _c;
|
|
2407
2406
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2407
|
+
var _a, _b, _c;
|
|
2408
2408
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.updateParkSetting(parkSettingsVO, options);
|
|
2409
|
-
const
|
|
2410
|
-
const
|
|
2411
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2409
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2410
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.updateParkSetting']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2411
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2412
2412
|
});
|
|
2413
2413
|
},
|
|
2414
2414
|
/**
|
|
@@ -2418,12 +2418,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2418
2418
|
* @throws {RequiredError}
|
|
2419
2419
|
*/
|
|
2420
2420
|
uploadFile(file, options) {
|
|
2421
|
-
var _a, _b, _c;
|
|
2422
2421
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2422
|
+
var _a, _b, _c;
|
|
2423
2423
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.uploadFile(file, options);
|
|
2424
|
-
const
|
|
2425
|
-
const
|
|
2426
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2424
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2425
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.uploadFile']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2426
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2427
2427
|
});
|
|
2428
2428
|
},
|
|
2429
2429
|
/**
|
|
@@ -2434,12 +2434,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2434
2434
|
* @throws {RequiredError}
|
|
2435
2435
|
*/
|
|
2436
2436
|
uploadKeepName(file, options) {
|
|
2437
|
-
var _a, _b, _c;
|
|
2438
2437
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2438
|
+
var _a, _b, _c;
|
|
2439
2439
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.uploadKeepName(file, options);
|
|
2440
|
-
const
|
|
2441
|
-
const
|
|
2442
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2440
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2441
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.uploadKeepName']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2442
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2443
2443
|
});
|
|
2444
2444
|
},
|
|
2445
2445
|
/**
|
|
@@ -2450,12 +2450,12 @@ export const CommonApiFp = function (configuration) {
|
|
|
2450
2450
|
* @throws {RequiredError}
|
|
2451
2451
|
*/
|
|
2452
2452
|
uploadPrivacy(userBatchImportUploadRequest, options) {
|
|
2453
|
-
var _a, _b, _c;
|
|
2454
2453
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2454
|
+
var _a, _b, _c;
|
|
2455
2455
|
const localVarAxiosArgs = yield localVarAxiosParamCreator.uploadPrivacy(userBatchImportUploadRequest, options);
|
|
2456
|
-
const
|
|
2457
|
-
const
|
|
2458
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios,
|
|
2456
|
+
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2457
|
+
const localVarOperationServerBasePath = (_c = (_b = operationServerMap['CommonApi.uploadPrivacy']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2458
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
2459
2459
|
});
|
|
2460
2460
|
},
|
|
2461
2461
|
};
|