@gizone/rrs-client 4.2.8-alpha.477 → 4.2.9-alpha-202512161908.190
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +59 -1
- package/README.md +2 -2
- package/api.ts +4 -0
- package/apis/access-aes-controller-api.ts +596 -0
- package/apis/access-api.ts +101 -15
- package/apis/app-auth-api.ts +0 -248
- package/apis/auth-api.ts +0 -496
- package/apis/common-api.ts +46 -5
- package/apis/dashboard-api.ts +271 -0
- package/apis/device-api.ts +91 -0
- package/apis/energy-cost-analysis-controller-api.ts +870 -0
- package/apis/energy-cost-controller-api.ts +769 -0
- package/apis/energy-cost-record-controller-api.ts +898 -0
- package/apis/surveillance-api.ts +205 -0
- package/apis/work-order-api.ts +140 -14
- package/base.ts +1 -1
- package/configuration.ts +1 -1
- package/dist/api.d.ts +4 -0
- package/dist/api.js +4 -0
- package/dist/apis/access-aes-controller-api.d.ts +317 -0
- package/dist/apis/access-aes-controller-api.js +489 -0
- package/dist/apis/access-api.d.ts +54 -6
- package/dist/apis/access-api.js +53 -15
- package/dist/apis/app-auth-api.d.ts +0 -100
- package/dist/apis/app-auth-api.js +0 -232
- package/dist/apis/auth-api.d.ts +0 -200
- package/dist/apis/auth-api.js +0 -464
- package/dist/apis/common-api.d.ts +26 -2
- package/dist/apis/common-api.js +22 -5
- package/dist/apis/dashboard-api.d.ts +140 -0
- package/dist/apis/dashboard-api.js +210 -0
- package/dist/apis/device-api.d.ts +47 -0
- package/dist/apis/device-api.js +70 -0
- package/dist/apis/energy-cost-analysis-controller-api.d.ts +465 -0
- package/dist/apis/energy-cost-analysis-controller-api.js +661 -0
- package/dist/apis/energy-cost-controller-api.d.ts +418 -0
- package/dist/apis/energy-cost-controller-api.js +595 -0
- package/dist/apis/energy-cost-record-controller-api.d.ts +488 -0
- package/dist/apis/energy-cost-record-controller-api.js +674 -0
- package/dist/apis/surveillance-api.d.ts +118 -0
- package/dist/apis/surveillance-api.js +114 -0
- package/dist/apis/work-order-api.d.ts +78 -8
- package/dist/apis/work-order-api.js +94 -10
- package/dist/base.js +1 -1
- package/dist/configuration.js +1 -1
- package/dist/esm/api.d.ts +4 -0
- package/dist/esm/api.js +4 -0
- package/dist/esm/apis/access-aes-controller-api.d.ts +317 -0
- package/dist/esm/apis/access-aes-controller-api.js +482 -0
- package/dist/esm/apis/access-api.d.ts +54 -6
- package/dist/esm/apis/access-api.js +53 -15
- package/dist/esm/apis/app-auth-api.d.ts +0 -100
- package/dist/esm/apis/app-auth-api.js +0 -232
- package/dist/esm/apis/auth-api.d.ts +0 -200
- package/dist/esm/apis/auth-api.js +0 -464
- package/dist/esm/apis/common-api.d.ts +26 -2
- package/dist/esm/apis/common-api.js +22 -5
- package/dist/esm/apis/dashboard-api.d.ts +140 -0
- package/dist/esm/apis/dashboard-api.js +210 -0
- package/dist/esm/apis/device-api.d.ts +47 -0
- package/dist/esm/apis/device-api.js +70 -0
- package/dist/esm/apis/energy-cost-analysis-controller-api.d.ts +465 -0
- package/dist/esm/apis/energy-cost-analysis-controller-api.js +654 -0
- package/dist/esm/apis/energy-cost-controller-api.d.ts +418 -0
- package/dist/esm/apis/energy-cost-controller-api.js +588 -0
- package/dist/esm/apis/energy-cost-record-controller-api.d.ts +488 -0
- package/dist/esm/apis/energy-cost-record-controller-api.js +667 -0
- package/dist/esm/apis/surveillance-api.d.ts +118 -0
- package/dist/esm/apis/surveillance-api.js +114 -0
- package/dist/esm/apis/work-order-api.d.ts +78 -8
- package/dist/esm/apis/work-order-api.js +94 -10
- package/dist/esm/base.js +1 -1
- package/dist/esm/configuration.js +1 -1
- package/dist/esm/models/access-appointment-record-add-vo.d.ts +7 -0
- package/dist/esm/models/access-appointment-record-details-dto.d.ts +7 -0
- package/dist/esm/models/access-appointment-record-process-details-dto.d.ts +9 -3
- package/dist/esm/models/access-blacklist-add-vo.d.ts +6 -0
- package/dist/esm/models/access-blacklist-details-dto.d.ts +6 -0
- package/dist/esm/models/access-blacklist-update-vo.d.ts +6 -0
- package/dist/esm/models/access-config-entity.d.ts +6 -0
- package/dist/esm/models/access-config-vo.d.ts +6 -0
- package/dist/esm/models/access-record-summary-details-dto.d.ts +6 -0
- package/dist/esm/models/access-record-summary-list-dto.d.ts +6 -0
- package/dist/esm/models/access-visitor-person-type-config-vo.d.ts +2 -2
- package/dist/esm/models/access-whitelist-application-batch-import-template-dto.d.ts +6 -0
- package/dist/esm/models/access-whitelist-application-process-details-dto.d.ts +9 -3
- package/dist/esm/models/calendar-entity.d.ts +1 -1
- package/dist/esm/models/dashboard-access-search-dto.d.ts +12 -0
- package/dist/esm/models/dashboard-base-search-dto.d.ts +12 -0
- package/dist/esm/models/dashboard-equipment-search-dto.d.ts +12 -0
- package/dist/esm/models/dashboard-park-statistics-vo.d.ts +36 -0
- package/dist/esm/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +6 -0
- package/dist/esm/models/dashboard-surveillance-park-group-stats-vo.d.ts +18 -0
- package/dist/esm/models/dashboard-surveillance-search-dto.d.ts +12 -0
- package/dist/esm/models/dashboard-work-order-by-park-search-dto.d.ts +14 -8
- package/dist/esm/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +12 -6
- package/dist/esm/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -0
- package/dist/esm/models/dashboard-work-order-list-search-dto.d.ts +18 -12
- package/dist/esm/models/emission-standard-enum.d.ts +22 -0
- package/dist/esm/models/emission-standard-enum.js +23 -0
- package/dist/esm/models/energy-cost-add-record-dto.d.ts +167 -0
- package/dist/esm/models/energy-cost-add-record-dto.js +36 -0
- package/dist/esm/models/energy-cost-add-setting-dto.d.ts +25 -0
- package/dist/esm/models/energy-cost-add-setting-dto.js +14 -0
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting-item.d.ts +43 -0
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting-item.js +19 -0
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting.d.ts +42 -0
- package/dist/esm/models/energy-cost-add-setting-dtopark-setting.js +17 -0
- package/dist/esm/models/energy-cost-analysis-export-dto.d.ts +67 -0
- package/dist/esm/models/energy-cost-analysis-export-dto.js +23 -0
- package/dist/esm/models/energy-cost-analysis-list-vo.d.ts +144 -0
- package/dist/esm/models/energy-cost-analysis-list-vo.js +23 -0
- package/dist/esm/models/energy-cost-analysis-overview-vo.d.ts +84 -0
- package/dist/esm/models/energy-cost-analysis-overview-vo.js +14 -0
- package/dist/esm/models/energy-cost-analysis-query-dto.d.ts +41 -0
- package/dist/esm/models/energy-cost-analysis-query-dto.js +17 -0
- package/dist/esm/models/energy-cost-edit-record-dto.d.ts +173 -0
- package/dist/esm/models/energy-cost-edit-record-dto.js +36 -0
- package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
- package/dist/esm/models/energy-cost-month-setting-list-summary-standards-vo.js +23 -0
- package/dist/esm/models/energy-cost-month-setting-list-vo.d.ts +107 -0
- package/dist/esm/models/energy-cost-month-setting-list-vo.js +17 -0
- package/dist/esm/models/energy-cost-park-option-vo.d.ts +54 -0
- package/dist/esm/models/energy-cost-park-option-vo.js +14 -0
- package/dist/esm/models/energy-cost-per-area-analysis-vo.d.ts +42 -0
- package/dist/esm/models/energy-cost-per-area-analysis-vo.js +14 -0
- package/dist/esm/models/energy-cost-per-unit-analysis-vo.d.ts +48 -0
- package/dist/esm/models/energy-cost-per-unit-analysis-vo.js +14 -0
- package/dist/esm/models/energy-cost-record-bill-info-vo.d.ts +48 -0
- package/dist/esm/models/energy-cost-record-bill-info-vo.js +14 -0
- package/dist/esm/models/energy-cost-record-info-not-emun-vo.d.ts +205 -0
- package/dist/esm/models/energy-cost-record-info-not-emun-vo.js +14 -0
- package/dist/esm/models/energy-cost-record-info-vo.d.ts +232 -0
- package/dist/esm/models/energy-cost-record-info-vo.js +36 -0
- package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.d.ts +120 -0
- package/dist/esm/models/energy-cost-scenarios-info-not-enum-vo.js +14 -0
- package/dist/esm/models/energy-cost-scenarios-info-vo.d.ts +142 -0
- package/dist/esm/models/energy-cost-scenarios-info-vo.js +32 -0
- package/dist/esm/models/energy-cost-setting-delete-dto.d.ts +41 -0
- package/dist/esm/models/energy-cost-setting-delete-dto.js +17 -0
- package/dist/esm/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
- package/dist/esm/models/energy-cost-setting-summy-add-dto.js +17 -0
- package/dist/esm/models/energy-cost-setting-summy-update-dto.d.ts +30 -0
- package/dist/esm/models/energy-cost-setting-summy-update-dto.js +14 -0
- package/dist/esm/models/energy-cost-trend-vo.d.ts +38 -0
- package/dist/esm/models/energy-cost-trend-vo.js +19 -0
- package/dist/esm/models/energy-cost-unit-price-analysis-vo.d.ts +36 -0
- package/dist/esm/models/energy-cost-unit-price-analysis-vo.js +14 -0
- package/dist/esm/models/energy-cost-update-setting-dto.d.ts +43 -0
- package/dist/esm/models/energy-cost-update-setting-dto.js +19 -0
- package/dist/esm/models/export-field-config.d.ts +42 -0
- package/dist/esm/models/export-field-config.js +14 -0
- package/dist/esm/models/index.d.ts +55 -1
- package/dist/esm/models/index.js +55 -1
- package/dist/esm/models/inspection-point.d.ts +12 -0
- package/dist/esm/models/inspection-point.js +5 -1
- package/dist/esm/models/iot-device-unit-delete-dto.d.ts +42 -0
- package/dist/esm/models/iot-device-unit-delete-dto.js +14 -0
- package/dist/esm/models/ipage-energy-cost-analysis-list-vo.d.ts +62 -0
- package/dist/esm/models/ipage-energy-cost-analysis-list-vo.js +14 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/esm/models/ipage-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/item.d.ts +77 -0
- package/dist/esm/models/item.js +28 -0
- package/dist/esm/models/json-result-dashboard-park-statistics-vo.d.ts +62 -0
- package/dist/esm/models/json-result-dashboard-park-statistics-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-analysis-overview-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-analysis-overview-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-per-area-analysis-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-per-unit-analysis-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-record-bill-info-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-record-info-not-emun-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +62 -0
- package/dist/esm/models/json-result-energy-cost-unit-price-analysis-vo.js +14 -0
- package/dist/esm/models/json-result-ipage-energy-cost-analysis-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-ipage-energy-cost-analysis-list-vo.js +14 -0
- package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/esm/models/json-result-ipage-energy-cost-record-info-vo.js +14 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +14 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-month-setting-list-vo.js +14 -0
- package/dist/esm/models/json-result-list-energy-cost-park-option-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-park-option-vo.js +14 -0
- package/dist/esm/models/json-result-list-energy-cost-trend-vo.d.ts +62 -0
- package/dist/esm/models/json-result-list-energy-cost-trend-vo.js +14 -0
- package/dist/esm/models/{json-result-work-order-spot-check-dto.d.ts → json-result-list-work-order-spot-check-dto.d.ts} +12 -12
- package/dist/esm/models/json-result-list-work-order-spot-check-dto.js +14 -0
- package/dist/esm/models/json-result-map-string-object.d.ts +63 -0
- package/dist/esm/models/json-result-map-string-object.js +14 -0
- package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +62 -0
- package/dist/esm/models/json-result-page-dto-work-order-group-equipment-dto.js +14 -0
- package/dist/esm/models/maintenance-history-dto.d.ts +19 -0
- package/dist/esm/models/monitoring-coverage-alert-info.d.ts +12 -0
- package/dist/esm/models/monitoring-coverage-alert-reason-enum.d.ts +2 -0
- package/dist/esm/models/monitoring-coverage-alert-reason-enum.js +3 -1
- package/dist/esm/models/monthly-data-vo.d.ts +48 -0
- package/dist/esm/models/monthly-data-vo.js +14 -0
- package/dist/esm/models/open-api-access-appointment-record-add-vo.d.ts +7 -0
- package/dist/esm/models/page-dto-work-order-group-equipment-dto.d.ts +31 -0
- package/dist/esm/models/page-dto-work-order-group-equipment-dto.js +14 -0
- package/dist/esm/models/park-info-dto.d.ts +6 -0
- package/dist/esm/models/park-info-edit-vo.d.ts +6 -0
- package/dist/esm/models/park-list-dto.d.ts +13 -0
- package/dist/esm/models/pricing-item.d.ts +50 -0
- package/dist/esm/models/pricing-item.js +20 -0
- package/dist/esm/models/space-add-excel-dto.d.ts +0 -6
- package/dist/esm/models/surveillance-batch-import-template-dto.d.ts +17 -5
- package/dist/esm/models/surveillance-details-dto.d.ts +6 -0
- package/dist/esm/models/surveillance-entity.d.ts +171 -0
- package/dist/esm/models/surveillance-entity.js +14 -0
- package/dist/esm/models/surveillance-update-vo.d.ts +6 -0
- package/dist/esm/models/violation-decision-vo.d.ts +18 -0
- package/dist/esm/models/violation-issue-type-enum.d.ts +1 -0
- package/dist/esm/models/violation-issue-type-enum.js +2 -1
- package/dist/esm/models/violation-work-order-add-vo.d.ts +7 -1
- package/dist/esm/models/violation-work-order-info.d.ts +18 -0
- package/dist/esm/models/work-order-group-equipment-dto.d.ts +167 -0
- package/dist/esm/models/work-order-group-equipment-dto.js +18 -0
- package/dist/esm/models/work-order-group-equipment-dtoinspection-item.d.ts +36 -0
- package/dist/esm/models/work-order-group-equipment-dtoinspection-item.js +14 -0
- package/dist/esm/models/work-order-internal-status-enum.d.ts +1 -0
- package/dist/esm/models/work-order-internal-status-enum.js +1 -0
- package/dist/esm/models/work-order-spot-check-dto.d.ts +18 -18
- package/dist/esm/models/work-order-spot-check-dto.js +5 -5
- package/dist/models/access-appointment-record-add-vo.d.ts +7 -0
- package/dist/models/access-appointment-record-details-dto.d.ts +7 -0
- package/dist/models/access-appointment-record-process-details-dto.d.ts +9 -3
- package/dist/models/access-blacklist-add-vo.d.ts +6 -0
- package/dist/models/access-blacklist-details-dto.d.ts +6 -0
- package/dist/models/access-blacklist-update-vo.d.ts +6 -0
- package/dist/models/access-config-entity.d.ts +6 -0
- package/dist/models/access-config-vo.d.ts +6 -0
- package/dist/models/access-record-summary-details-dto.d.ts +6 -0
- package/dist/models/access-record-summary-list-dto.d.ts +6 -0
- package/dist/models/access-visitor-person-type-config-vo.d.ts +2 -2
- package/dist/models/access-whitelist-application-batch-import-template-dto.d.ts +6 -0
- package/dist/models/access-whitelist-application-process-details-dto.d.ts +9 -3
- package/dist/models/calendar-entity.d.ts +1 -1
- package/dist/models/dashboard-access-search-dto.d.ts +12 -0
- package/dist/models/dashboard-base-search-dto.d.ts +12 -0
- package/dist/models/dashboard-equipment-search-dto.d.ts +12 -0
- package/dist/models/dashboard-park-statistics-vo.d.ts +36 -0
- package/dist/models/dashboard-surveillance-functional-area-group-stats-vo.d.ts +6 -0
- package/dist/models/dashboard-surveillance-park-group-stats-vo.d.ts +18 -0
- package/dist/models/dashboard-surveillance-search-dto.d.ts +12 -0
- package/dist/models/dashboard-work-order-by-park-search-dto.d.ts +14 -8
- package/dist/models/dashboard-work-order-by-work-order-type-search-dto.d.ts +12 -6
- package/dist/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.d.ts +18 -0
- package/dist/models/dashboard-work-order-list-search-dto.d.ts +18 -12
- package/dist/models/emission-standard-enum.d.ts +22 -0
- package/dist/models/emission-standard-enum.js +26 -0
- package/dist/models/energy-cost-add-record-dto.d.ts +167 -0
- package/dist/models/energy-cost-add-record-dto.js +39 -0
- package/dist/models/energy-cost-add-setting-dto.d.ts +25 -0
- package/dist/models/energy-cost-add-setting-dto.js +15 -0
- package/dist/models/energy-cost-add-setting-dtopark-setting-item.d.ts +43 -0
- package/dist/models/energy-cost-add-setting-dtopark-setting-item.js +22 -0
- package/dist/models/energy-cost-add-setting-dtopark-setting.d.ts +42 -0
- package/dist/models/energy-cost-add-setting-dtopark-setting.js +20 -0
- package/dist/models/energy-cost-analysis-export-dto.d.ts +67 -0
- package/dist/models/energy-cost-analysis-export-dto.js +26 -0
- package/dist/models/energy-cost-analysis-list-vo.d.ts +144 -0
- package/dist/models/energy-cost-analysis-list-vo.js +26 -0
- package/dist/models/energy-cost-analysis-overview-vo.d.ts +84 -0
- package/dist/models/energy-cost-analysis-overview-vo.js +15 -0
- package/dist/models/energy-cost-analysis-query-dto.d.ts +41 -0
- package/dist/models/energy-cost-analysis-query-dto.js +20 -0
- package/dist/models/energy-cost-edit-record-dto.d.ts +173 -0
- package/dist/models/energy-cost-edit-record-dto.js +39 -0
- package/dist/models/energy-cost-month-setting-list-summary-standards-vo.d.ts +96 -0
- package/dist/models/energy-cost-month-setting-list-summary-standards-vo.js +26 -0
- package/dist/models/energy-cost-month-setting-list-vo.d.ts +107 -0
- package/dist/models/energy-cost-month-setting-list-vo.js +20 -0
- package/dist/models/energy-cost-park-option-vo.d.ts +54 -0
- package/dist/models/energy-cost-park-option-vo.js +15 -0
- package/dist/models/energy-cost-per-area-analysis-vo.d.ts +42 -0
- package/dist/models/energy-cost-per-area-analysis-vo.js +15 -0
- package/dist/models/energy-cost-per-unit-analysis-vo.d.ts +48 -0
- package/dist/models/energy-cost-per-unit-analysis-vo.js +15 -0
- package/dist/models/energy-cost-record-bill-info-vo.d.ts +48 -0
- package/dist/models/energy-cost-record-bill-info-vo.js +15 -0
- package/dist/models/energy-cost-record-info-not-emun-vo.d.ts +205 -0
- package/dist/models/energy-cost-record-info-not-emun-vo.js +15 -0
- package/dist/models/energy-cost-record-info-vo.d.ts +232 -0
- package/dist/models/energy-cost-record-info-vo.js +39 -0
- package/dist/models/energy-cost-scenarios-info-not-enum-vo.d.ts +120 -0
- package/dist/models/energy-cost-scenarios-info-not-enum-vo.js +15 -0
- package/dist/models/energy-cost-scenarios-info-vo.d.ts +142 -0
- package/dist/models/energy-cost-scenarios-info-vo.js +35 -0
- package/dist/models/energy-cost-setting-delete-dto.d.ts +41 -0
- package/dist/models/energy-cost-setting-delete-dto.js +20 -0
- package/dist/models/energy-cost-setting-summy-add-dto.d.ts +41 -0
- package/dist/models/energy-cost-setting-summy-add-dto.js +20 -0
- package/dist/models/energy-cost-setting-summy-update-dto.d.ts +30 -0
- package/dist/models/energy-cost-setting-summy-update-dto.js +15 -0
- package/dist/models/energy-cost-trend-vo.d.ts +38 -0
- package/dist/models/energy-cost-trend-vo.js +22 -0
- package/dist/models/energy-cost-unit-price-analysis-vo.d.ts +36 -0
- package/dist/models/energy-cost-unit-price-analysis-vo.js +15 -0
- package/dist/models/energy-cost-update-setting-dto.d.ts +43 -0
- package/dist/models/energy-cost-update-setting-dto.js +22 -0
- package/dist/models/export-field-config.d.ts +42 -0
- package/dist/models/export-field-config.js +15 -0
- package/dist/models/index.d.ts +55 -1
- package/dist/models/index.js +55 -1
- package/dist/models/inspection-point.d.ts +12 -0
- package/dist/models/inspection-point.js +6 -0
- package/dist/models/iot-device-unit-delete-dto.d.ts +42 -0
- package/dist/models/iot-device-unit-delete-dto.js +15 -0
- package/dist/models/ipage-energy-cost-analysis-list-vo.d.ts +62 -0
- package/dist/models/ipage-energy-cost-analysis-list-vo.js +15 -0
- package/dist/models/ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/models/ipage-energy-cost-record-info-vo.js +15 -0
- package/dist/models/item.d.ts +77 -0
- package/dist/models/item.js +31 -0
- package/dist/models/json-result-dashboard-park-statistics-vo.d.ts +62 -0
- package/dist/models/json-result-dashboard-park-statistics-vo.js +15 -0
- package/dist/models/json-result-energy-cost-analysis-overview-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-analysis-overview-vo.js +15 -0
- package/dist/models/json-result-energy-cost-per-area-analysis-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-per-area-analysis-vo.js +15 -0
- package/dist/models/json-result-energy-cost-per-unit-analysis-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-per-unit-analysis-vo.js +15 -0
- package/dist/models/json-result-energy-cost-record-bill-info-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-record-bill-info-vo.js +15 -0
- package/dist/models/json-result-energy-cost-record-info-not-emun-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-record-info-not-emun-vo.js +15 -0
- package/dist/models/json-result-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-record-info-vo.js +15 -0
- package/dist/models/json-result-energy-cost-unit-price-analysis-vo.d.ts +62 -0
- package/dist/models/json-result-energy-cost-unit-price-analysis-vo.js +15 -0
- package/dist/models/json-result-ipage-energy-cost-analysis-list-vo.d.ts +62 -0
- package/dist/models/json-result-ipage-energy-cost-analysis-list-vo.js +15 -0
- package/dist/models/json-result-ipage-energy-cost-record-info-vo.d.ts +62 -0
- package/dist/models/json-result-ipage-energy-cost-record-info-vo.js +15 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.js +15 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-month-setting-list-vo.js +15 -0
- package/dist/models/json-result-list-energy-cost-park-option-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-park-option-vo.js +15 -0
- package/dist/models/json-result-list-energy-cost-trend-vo.d.ts +62 -0
- package/dist/models/json-result-list-energy-cost-trend-vo.js +15 -0
- package/dist/models/{json-result-work-order-spot-check-dto.d.ts → json-result-list-work-order-spot-check-dto.d.ts} +12 -12
- package/dist/models/json-result-list-work-order-spot-check-dto.js +15 -0
- package/dist/models/json-result-map-string-object.d.ts +63 -0
- package/dist/models/json-result-map-string-object.js +15 -0
- package/dist/models/json-result-page-dto-work-order-group-equipment-dto.d.ts +62 -0
- package/dist/models/json-result-page-dto-work-order-group-equipment-dto.js +15 -0
- package/dist/models/maintenance-history-dto.d.ts +19 -0
- package/dist/models/monitoring-coverage-alert-info.d.ts +12 -0
- package/dist/models/monitoring-coverage-alert-reason-enum.d.ts +2 -0
- package/dist/models/monitoring-coverage-alert-reason-enum.js +3 -1
- package/dist/models/monthly-data-vo.d.ts +48 -0
- package/dist/models/monthly-data-vo.js +15 -0
- package/dist/models/open-api-access-appointment-record-add-vo.d.ts +7 -0
- package/dist/models/page-dto-work-order-group-equipment-dto.d.ts +31 -0
- package/dist/models/page-dto-work-order-group-equipment-dto.js +15 -0
- package/dist/models/park-info-dto.d.ts +6 -0
- package/dist/models/park-info-edit-vo.d.ts +6 -0
- package/dist/models/park-list-dto.d.ts +13 -0
- package/dist/models/pricing-item.d.ts +50 -0
- package/dist/models/pricing-item.js +23 -0
- package/dist/models/space-add-excel-dto.d.ts +0 -6
- package/dist/models/surveillance-batch-import-template-dto.d.ts +17 -5
- package/dist/models/surveillance-details-dto.d.ts +6 -0
- package/dist/models/surveillance-entity.d.ts +171 -0
- package/dist/models/surveillance-entity.js +15 -0
- package/dist/models/surveillance-update-vo.d.ts +6 -0
- package/dist/models/violation-decision-vo.d.ts +18 -0
- package/dist/models/violation-issue-type-enum.d.ts +1 -0
- package/dist/models/violation-issue-type-enum.js +2 -1
- package/dist/models/violation-work-order-add-vo.d.ts +7 -1
- package/dist/models/violation-work-order-info.d.ts +18 -0
- package/dist/models/work-order-group-equipment-dto.d.ts +167 -0
- package/dist/models/work-order-group-equipment-dto.js +21 -0
- package/dist/models/work-order-group-equipment-dtoinspection-item.d.ts +36 -0
- package/dist/models/work-order-group-equipment-dtoinspection-item.js +15 -0
- package/dist/models/work-order-internal-status-enum.d.ts +1 -0
- package/dist/models/work-order-internal-status-enum.js +1 -0
- package/dist/models/work-order-spot-check-dto.d.ts +18 -18
- package/dist/models/work-order-spot-check-dto.js +6 -6
- package/generate_and_publish.sh +69 -0
- package/local_run.sh +82 -0
- package/models/access-appointment-record-add-vo.ts +9 -0
- package/models/access-appointment-record-details-dto.ts +9 -0
- package/models/access-appointment-record-process-details-dto.ts +9 -3
- package/models/access-blacklist-add-vo.ts +6 -0
- package/models/access-blacklist-details-dto.ts +6 -0
- package/models/access-blacklist-update-vo.ts +6 -0
- package/models/access-config-entity.ts +6 -0
- package/models/access-config-vo.ts +6 -0
- package/models/access-record-summary-details-dto.ts +6 -0
- package/models/access-record-summary-list-dto.ts +6 -0
- package/models/access-visitor-person-type-config-vo.ts +2 -2
- package/models/access-whitelist-application-batch-import-template-dto.ts +6 -0
- package/models/access-whitelist-application-process-details-dto.ts +9 -3
- package/models/calendar-entity.ts +1 -1
- package/models/dashboard-access-search-dto.ts +12 -0
- package/models/dashboard-base-search-dto.ts +12 -0
- package/models/dashboard-equipment-search-dto.ts +12 -0
- package/models/dashboard-park-statistics-vo.ts +42 -0
- package/models/dashboard-surveillance-functional-area-group-stats-vo.ts +6 -0
- package/models/dashboard-surveillance-park-group-stats-vo.ts +18 -0
- package/models/dashboard-surveillance-search-dto.ts +12 -0
- package/models/dashboard-work-order-by-park-search-dto.ts +14 -8
- package/models/dashboard-work-order-by-work-order-type-search-dto.ts +12 -6
- package/models/dashboard-work-order-by-work-order-type-subcategory-search-dto.ts +18 -0
- package/models/dashboard-work-order-list-search-dto.ts +18 -12
- package/models/emission-standard-enum.ts +32 -0
- package/models/energy-cost-add-record-dto.ts +183 -0
- package/models/energy-cost-add-setting-dto.ts +33 -0
- package/models/energy-cost-add-setting-dtopark-setting-item.ts +52 -0
- package/models/energy-cost-add-setting-dtopark-setting.ts +53 -0
- package/models/energy-cost-analysis-export-dto.ts +79 -0
- package/models/energy-cost-analysis-list-vo.ts +154 -0
- package/models/energy-cost-analysis-overview-vo.ts +90 -0
- package/models/energy-cost-analysis-query-dto.ts +50 -0
- package/models/energy-cost-edit-record-dto.ts +189 -0
- package/models/energy-cost-month-setting-list-summary-standards-vo.ts +106 -0
- package/models/energy-cost-month-setting-list-vo.ts +116 -0
- package/models/energy-cost-park-option-vo.ts +60 -0
- package/models/energy-cost-per-area-analysis-vo.ts +48 -0
- package/models/energy-cost-per-unit-analysis-vo.ts +54 -0
- package/models/energy-cost-record-bill-info-vo.ts +54 -0
- package/models/energy-cost-record-info-not-emun-vo.ts +213 -0
- package/models/energy-cost-record-info-vo.ts +246 -0
- package/models/energy-cost-scenarios-info-not-enum-vo.ts +126 -0
- package/models/energy-cost-scenarios-info-vo.ts +153 -0
- package/models/energy-cost-setting-delete-dto.ts +50 -0
- package/models/energy-cost-setting-summy-add-dto.ts +50 -0
- package/models/energy-cost-setting-summy-update-dto.ts +36 -0
- package/models/energy-cost-trend-vo.ts +49 -0
- package/models/energy-cost-unit-price-analysis-vo.ts +42 -0
- package/models/energy-cost-update-setting-dto.ts +52 -0
- package/models/export-field-config.ts +48 -0
- package/models/index.ts +55 -1
- package/models/inspection-point.ts +15 -0
- package/models/iot-device-unit-delete-dto.ts +48 -0
- package/models/ipage-energy-cost-analysis-list-vo.ts +70 -0
- package/models/ipage-energy-cost-record-info-vo.ts +70 -0
- package/models/item.ts +87 -0
- package/models/json-result-dashboard-park-statistics-vo.ts +72 -0
- package/models/json-result-energy-cost-analysis-overview-vo.ts +72 -0
- package/models/json-result-energy-cost-per-area-analysis-vo.ts +72 -0
- package/models/json-result-energy-cost-per-unit-analysis-vo.ts +72 -0
- package/models/json-result-energy-cost-record-bill-info-vo.ts +72 -0
- package/models/json-result-energy-cost-record-info-not-emun-vo.ts +72 -0
- package/models/json-result-energy-cost-record-info-vo.ts +72 -0
- package/models/json-result-energy-cost-unit-price-analysis-vo.ts +72 -0
- package/models/json-result-ipage-energy-cost-analysis-list-vo.ts +72 -0
- package/models/json-result-ipage-energy-cost-record-info-vo.ts +72 -0
- package/models/json-result-list-energy-cost-month-setting-list-summary-standards-vo.ts +72 -0
- package/models/json-result-list-energy-cost-month-setting-list-vo.ts +72 -0
- package/models/json-result-list-energy-cost-park-option-vo.ts +72 -0
- package/models/json-result-list-energy-cost-trend-vo.ts +72 -0
- package/models/{json-result-work-order-spot-check-dto.ts → json-result-list-work-order-spot-check-dto.ts} +12 -12
- package/models/json-result-map-string-object.ts +69 -0
- package/models/json-result-page-dto-work-order-group-equipment-dto.ts +72 -0
- package/models/maintenance-history-dto.ts +21 -0
- package/models/monitoring-coverage-alert-info.ts +12 -0
- package/models/monitoring-coverage-alert-reason-enum.ts +3 -1
- package/models/monthly-data-vo.ts +54 -0
- package/models/open-api-access-appointment-record-add-vo.ts +9 -0
- package/models/page-dto-work-order-group-equipment-dto.ts +39 -0
- package/models/park-info-dto.ts +6 -0
- package/models/park-info-edit-vo.ts +6 -0
- package/models/park-list-dto.ts +17 -0
- package/models/pricing-item.ts +59 -0
- package/models/space-add-excel-dto.ts +0 -6
- package/models/surveillance-batch-import-template-dto.ts +17 -5
- package/models/surveillance-details-dto.ts +6 -0
- package/models/surveillance-entity.ts +185 -0
- package/models/surveillance-update-vo.ts +6 -0
- package/models/violation-decision-vo.ts +18 -0
- package/models/violation-issue-type-enum.ts +2 -1
- package/models/violation-work-order-add-vo.ts +7 -1
- package/models/violation-work-order-info.ts +18 -0
- package/models/work-order-group-equipment-dto.ts +186 -0
- package/models/work-order-group-equipment-dtoinspection-item.ts +42 -0
- package/models/work-order-internal-status-enum.ts +1 -0
- package/models/work-order-spot-check-dto.ts +19 -19
- package/package.json +1 -1
- package/rrs_client.env +20 -0
- /package/dist/esm/models/{json-result-work-order-spot-check-dto.js → dashboard-park-statistics-vo.js} +0 -0
- /package/dist/models/{json-result-work-order-spot-check-dto.js → dashboard-park-statistics-vo.js} +0 -0
package/apis/auth-api.ts
CHANGED
|
@@ -403,138 +403,6 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
403
403
|
|
|
404
404
|
|
|
405
405
|
|
|
406
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
407
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
408
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
409
|
-
|
|
410
|
-
return {
|
|
411
|
-
url: toPathString(localVarUrlObj),
|
|
412
|
-
options: localVarRequestOptions,
|
|
413
|
-
};
|
|
414
|
-
},
|
|
415
|
-
/**
|
|
416
|
-
*
|
|
417
|
-
* @param {*} [options] Override http request option.
|
|
418
|
-
* @throws {RequiredError}
|
|
419
|
-
*/
|
|
420
|
-
fusionGetToken: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
421
|
-
const localVarPath = `/miniapp/auth/getToken`;
|
|
422
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
423
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
424
|
-
let baseOptions;
|
|
425
|
-
if (configuration) {
|
|
426
|
-
baseOptions = configuration.baseOptions;
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
430
|
-
const localVarHeaderParameter = {} as any;
|
|
431
|
-
const localVarQueryParameter = {} as any;
|
|
432
|
-
|
|
433
|
-
// authentication tokenScheme required
|
|
434
|
-
// http bearer authentication required
|
|
435
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
440
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
441
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
442
|
-
|
|
443
|
-
return {
|
|
444
|
-
url: toPathString(localVarUrlObj),
|
|
445
|
-
options: localVarRequestOptions,
|
|
446
|
-
};
|
|
447
|
-
},
|
|
448
|
-
/**
|
|
449
|
-
*
|
|
450
|
-
* @param {*} [options] Override http request option.
|
|
451
|
-
* @throws {RequiredError}
|
|
452
|
-
*/
|
|
453
|
-
fusionGetToken1: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
454
|
-
const localVarPath = `/miniapp/auth/getToken`;
|
|
455
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
456
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
457
|
-
let baseOptions;
|
|
458
|
-
if (configuration) {
|
|
459
|
-
baseOptions = configuration.baseOptions;
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
463
|
-
const localVarHeaderParameter = {} as any;
|
|
464
|
-
const localVarQueryParameter = {} as any;
|
|
465
|
-
|
|
466
|
-
// authentication tokenScheme required
|
|
467
|
-
// http bearer authentication required
|
|
468
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
473
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
474
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
475
|
-
|
|
476
|
-
return {
|
|
477
|
-
url: toPathString(localVarUrlObj),
|
|
478
|
-
options: localVarRequestOptions,
|
|
479
|
-
};
|
|
480
|
-
},
|
|
481
|
-
/**
|
|
482
|
-
*
|
|
483
|
-
* @param {*} [options] Override http request option.
|
|
484
|
-
* @throws {RequiredError}
|
|
485
|
-
*/
|
|
486
|
-
fusionGetToken2: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
487
|
-
const localVarPath = `/fusion/base/getToken`;
|
|
488
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
489
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
490
|
-
let baseOptions;
|
|
491
|
-
if (configuration) {
|
|
492
|
-
baseOptions = configuration.baseOptions;
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
496
|
-
const localVarHeaderParameter = {} as any;
|
|
497
|
-
const localVarQueryParameter = {} as any;
|
|
498
|
-
|
|
499
|
-
// authentication tokenScheme required
|
|
500
|
-
// http bearer authentication required
|
|
501
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
506
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
507
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
508
|
-
|
|
509
|
-
return {
|
|
510
|
-
url: toPathString(localVarUrlObj),
|
|
511
|
-
options: localVarRequestOptions,
|
|
512
|
-
};
|
|
513
|
-
},
|
|
514
|
-
/**
|
|
515
|
-
*
|
|
516
|
-
* @param {*} [options] Override http request option.
|
|
517
|
-
* @throws {RequiredError}
|
|
518
|
-
*/
|
|
519
|
-
fusionGetToken3: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
520
|
-
const localVarPath = `/fusion/base/getToken`;
|
|
521
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
522
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
523
|
-
let baseOptions;
|
|
524
|
-
if (configuration) {
|
|
525
|
-
baseOptions = configuration.baseOptions;
|
|
526
|
-
}
|
|
527
|
-
|
|
528
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
529
|
-
const localVarHeaderParameter = {} as any;
|
|
530
|
-
const localVarQueryParameter = {} as any;
|
|
531
|
-
|
|
532
|
-
// authentication tokenScheme required
|
|
533
|
-
// http bearer authentication required
|
|
534
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
406
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
539
407
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
540
408
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -829,138 +697,6 @@ export const AuthApiAxiosParamCreator = function (configuration?: Configuration)
|
|
|
829
697
|
|
|
830
698
|
|
|
831
699
|
|
|
832
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
833
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
834
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
835
|
-
|
|
836
|
-
return {
|
|
837
|
-
url: toPathString(localVarUrlObj),
|
|
838
|
-
options: localVarRequestOptions,
|
|
839
|
-
};
|
|
840
|
-
},
|
|
841
|
-
/**
|
|
842
|
-
*
|
|
843
|
-
* @param {*} [options] Override http request option.
|
|
844
|
-
* @throws {RequiredError}
|
|
845
|
-
*/
|
|
846
|
-
getTokenByHttp: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
847
|
-
const localVarPath = `/miniapp/auth/fusionGetTokenByHttp`;
|
|
848
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
849
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
850
|
-
let baseOptions;
|
|
851
|
-
if (configuration) {
|
|
852
|
-
baseOptions = configuration.baseOptions;
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
856
|
-
const localVarHeaderParameter = {} as any;
|
|
857
|
-
const localVarQueryParameter = {} as any;
|
|
858
|
-
|
|
859
|
-
// authentication tokenScheme required
|
|
860
|
-
// http bearer authentication required
|
|
861
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
866
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
867
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
868
|
-
|
|
869
|
-
return {
|
|
870
|
-
url: toPathString(localVarUrlObj),
|
|
871
|
-
options: localVarRequestOptions,
|
|
872
|
-
};
|
|
873
|
-
},
|
|
874
|
-
/**
|
|
875
|
-
*
|
|
876
|
-
* @param {*} [options] Override http request option.
|
|
877
|
-
* @throws {RequiredError}
|
|
878
|
-
*/
|
|
879
|
-
getTokenByHttp1: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
880
|
-
const localVarPath = `/miniapp/auth/fusionGetTokenByHttp`;
|
|
881
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
882
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
883
|
-
let baseOptions;
|
|
884
|
-
if (configuration) {
|
|
885
|
-
baseOptions = configuration.baseOptions;
|
|
886
|
-
}
|
|
887
|
-
|
|
888
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
889
|
-
const localVarHeaderParameter = {} as any;
|
|
890
|
-
const localVarQueryParameter = {} as any;
|
|
891
|
-
|
|
892
|
-
// authentication tokenScheme required
|
|
893
|
-
// http bearer authentication required
|
|
894
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
899
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
900
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
901
|
-
|
|
902
|
-
return {
|
|
903
|
-
url: toPathString(localVarUrlObj),
|
|
904
|
-
options: localVarRequestOptions,
|
|
905
|
-
};
|
|
906
|
-
},
|
|
907
|
-
/**
|
|
908
|
-
*
|
|
909
|
-
* @param {*} [options] Override http request option.
|
|
910
|
-
* @throws {RequiredError}
|
|
911
|
-
*/
|
|
912
|
-
getTokenByHttp2: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
913
|
-
const localVarPath = `/fusion/base/fusionGetTokenByHttp`;
|
|
914
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
915
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
916
|
-
let baseOptions;
|
|
917
|
-
if (configuration) {
|
|
918
|
-
baseOptions = configuration.baseOptions;
|
|
919
|
-
}
|
|
920
|
-
|
|
921
|
-
const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options};
|
|
922
|
-
const localVarHeaderParameter = {} as any;
|
|
923
|
-
const localVarQueryParameter = {} as any;
|
|
924
|
-
|
|
925
|
-
// authentication tokenScheme required
|
|
926
|
-
// http bearer authentication required
|
|
927
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
932
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
933
|
-
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
934
|
-
|
|
935
|
-
return {
|
|
936
|
-
url: toPathString(localVarUrlObj),
|
|
937
|
-
options: localVarRequestOptions,
|
|
938
|
-
};
|
|
939
|
-
},
|
|
940
|
-
/**
|
|
941
|
-
*
|
|
942
|
-
* @param {*} [options] Override http request option.
|
|
943
|
-
* @throws {RequiredError}
|
|
944
|
-
*/
|
|
945
|
-
getTokenByHttp3: async (options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
946
|
-
const localVarPath = `/fusion/base/fusionGetTokenByHttp`;
|
|
947
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
948
|
-
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
949
|
-
let baseOptions;
|
|
950
|
-
if (configuration) {
|
|
951
|
-
baseOptions = configuration.baseOptions;
|
|
952
|
-
}
|
|
953
|
-
|
|
954
|
-
const localVarRequestOptions = { method: 'POST', ...baseOptions, ...options};
|
|
955
|
-
const localVarHeaderParameter = {} as any;
|
|
956
|
-
const localVarQueryParameter = {} as any;
|
|
957
|
-
|
|
958
|
-
// authentication tokenScheme required
|
|
959
|
-
// http bearer authentication required
|
|
960
|
-
await setBearerAuthToObject(localVarHeaderParameter, configuration)
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
700
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
965
701
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
966
702
|
localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers};
|
|
@@ -1498,50 +1234,6 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1498
1234
|
const localVarOperationServerBasePath = operationServerMap['AuthApi.code']?.[localVarOperationServerIndex]?.url;
|
|
1499
1235
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1500
1236
|
},
|
|
1501
|
-
/**
|
|
1502
|
-
*
|
|
1503
|
-
* @param {*} [options] Override http request option.
|
|
1504
|
-
* @throws {RequiredError}
|
|
1505
|
-
*/
|
|
1506
|
-
async fusionGetToken(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1507
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.fusionGetToken(options);
|
|
1508
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1509
|
-
const localVarOperationServerBasePath = operationServerMap['AuthApi.fusionGetToken']?.[localVarOperationServerIndex]?.url;
|
|
1510
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1511
|
-
},
|
|
1512
|
-
/**
|
|
1513
|
-
*
|
|
1514
|
-
* @param {*} [options] Override http request option.
|
|
1515
|
-
* @throws {RequiredError}
|
|
1516
|
-
*/
|
|
1517
|
-
async fusionGetToken1(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1518
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.fusionGetToken1(options);
|
|
1519
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1520
|
-
const localVarOperationServerBasePath = operationServerMap['AuthApi.fusionGetToken1']?.[localVarOperationServerIndex]?.url;
|
|
1521
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1522
|
-
},
|
|
1523
|
-
/**
|
|
1524
|
-
*
|
|
1525
|
-
* @param {*} [options] Override http request option.
|
|
1526
|
-
* @throws {RequiredError}
|
|
1527
|
-
*/
|
|
1528
|
-
async fusionGetToken2(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1529
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.fusionGetToken2(options);
|
|
1530
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1531
|
-
const localVarOperationServerBasePath = operationServerMap['AuthApi.fusionGetToken2']?.[localVarOperationServerIndex]?.url;
|
|
1532
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1533
|
-
},
|
|
1534
|
-
/**
|
|
1535
|
-
*
|
|
1536
|
-
* @param {*} [options] Override http request option.
|
|
1537
|
-
* @throws {RequiredError}
|
|
1538
|
-
*/
|
|
1539
|
-
async fusionGetToken3(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1540
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.fusionGetToken3(options);
|
|
1541
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1542
|
-
const localVarOperationServerBasePath = operationServerMap['AuthApi.fusionGetToken3']?.[localVarOperationServerIndex]?.url;
|
|
1543
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1544
|
-
},
|
|
1545
1237
|
/**
|
|
1546
1238
|
*
|
|
1547
1239
|
* @param {*} [options] Override http request option.
|
|
@@ -1631,50 +1323,6 @@ export const AuthApiFp = function(configuration?: Configuration) {
|
|
|
1631
1323
|
const localVarOperationServerBasePath = operationServerMap['AuthApi.getRoutersAll']?.[localVarOperationServerIndex]?.url;
|
|
1632
1324
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1633
1325
|
},
|
|
1634
|
-
/**
|
|
1635
|
-
*
|
|
1636
|
-
* @param {*} [options] Override http request option.
|
|
1637
|
-
* @throws {RequiredError}
|
|
1638
|
-
*/
|
|
1639
|
-
async getTokenByHttp(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1640
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getTokenByHttp(options);
|
|
1641
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1642
|
-
const localVarOperationServerBasePath = operationServerMap['AuthApi.getTokenByHttp']?.[localVarOperationServerIndex]?.url;
|
|
1643
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1644
|
-
},
|
|
1645
|
-
/**
|
|
1646
|
-
*
|
|
1647
|
-
* @param {*} [options] Override http request option.
|
|
1648
|
-
* @throws {RequiredError}
|
|
1649
|
-
*/
|
|
1650
|
-
async getTokenByHttp1(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1651
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getTokenByHttp1(options);
|
|
1652
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1653
|
-
const localVarOperationServerBasePath = operationServerMap['AuthApi.getTokenByHttp1']?.[localVarOperationServerIndex]?.url;
|
|
1654
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1655
|
-
},
|
|
1656
|
-
/**
|
|
1657
|
-
*
|
|
1658
|
-
* @param {*} [options] Override http request option.
|
|
1659
|
-
* @throws {RequiredError}
|
|
1660
|
-
*/
|
|
1661
|
-
async getTokenByHttp2(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1662
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getTokenByHttp2(options);
|
|
1663
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1664
|
-
const localVarOperationServerBasePath = operationServerMap['AuthApi.getTokenByHttp2']?.[localVarOperationServerIndex]?.url;
|
|
1665
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1666
|
-
},
|
|
1667
|
-
/**
|
|
1668
|
-
*
|
|
1669
|
-
* @param {*} [options] Override http request option.
|
|
1670
|
-
* @throws {RequiredError}
|
|
1671
|
-
*/
|
|
1672
|
-
async getTokenByHttp3(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>> {
|
|
1673
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getTokenByHttp3(options);
|
|
1674
|
-
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1675
|
-
const localVarOperationServerBasePath = operationServerMap['AuthApi.getTokenByHttp3']?.[localVarOperationServerIndex]?.url;
|
|
1676
|
-
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1677
|
-
},
|
|
1678
1326
|
/**
|
|
1679
1327
|
*
|
|
1680
1328
|
* @summary 获取用户信息
|
|
@@ -1900,38 +1548,6 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1900
1548
|
code(requestParameters: AuthApiCodeRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult> {
|
|
1901
1549
|
return localVarFp.code(requestParameters.email, requestParameters.language, options).then((request) => request(axios, basePath));
|
|
1902
1550
|
},
|
|
1903
|
-
/**
|
|
1904
|
-
*
|
|
1905
|
-
* @param {*} [options] Override http request option.
|
|
1906
|
-
* @throws {RequiredError}
|
|
1907
|
-
*/
|
|
1908
|
-
fusionGetToken(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
1909
|
-
return localVarFp.fusionGetToken(options).then((request) => request(axios, basePath));
|
|
1910
|
-
},
|
|
1911
|
-
/**
|
|
1912
|
-
*
|
|
1913
|
-
* @param {*} [options] Override http request option.
|
|
1914
|
-
* @throws {RequiredError}
|
|
1915
|
-
*/
|
|
1916
|
-
fusionGetToken1(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
1917
|
-
return localVarFp.fusionGetToken1(options).then((request) => request(axios, basePath));
|
|
1918
|
-
},
|
|
1919
|
-
/**
|
|
1920
|
-
*
|
|
1921
|
-
* @param {*} [options] Override http request option.
|
|
1922
|
-
* @throws {RequiredError}
|
|
1923
|
-
*/
|
|
1924
|
-
fusionGetToken2(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
1925
|
-
return localVarFp.fusionGetToken2(options).then((request) => request(axios, basePath));
|
|
1926
|
-
},
|
|
1927
|
-
/**
|
|
1928
|
-
*
|
|
1929
|
-
* @param {*} [options] Override http request option.
|
|
1930
|
-
* @throws {RequiredError}
|
|
1931
|
-
*/
|
|
1932
|
-
fusionGetToken3(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
1933
|
-
return localVarFp.fusionGetToken3(options).then((request) => request(axios, basePath));
|
|
1934
|
-
},
|
|
1935
1551
|
/**
|
|
1936
1552
|
*
|
|
1937
1553
|
* @param {*} [options] Override http request option.
|
|
@@ -1995,38 +1611,6 @@ export const AuthApiFactory = function (configuration?: Configuration, basePath?
|
|
|
1995
1611
|
getRoutersAll(options?: RawAxiosRequestConfig): AxiosPromise<{ [key: string]: object; }> {
|
|
1996
1612
|
return localVarFp.getRoutersAll(options).then((request) => request(axios, basePath));
|
|
1997
1613
|
},
|
|
1998
|
-
/**
|
|
1999
|
-
*
|
|
2000
|
-
* @param {*} [options] Override http request option.
|
|
2001
|
-
* @throws {RequiredError}
|
|
2002
|
-
*/
|
|
2003
|
-
getTokenByHttp(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
2004
|
-
return localVarFp.getTokenByHttp(options).then((request) => request(axios, basePath));
|
|
2005
|
-
},
|
|
2006
|
-
/**
|
|
2007
|
-
*
|
|
2008
|
-
* @param {*} [options] Override http request option.
|
|
2009
|
-
* @throws {RequiredError}
|
|
2010
|
-
*/
|
|
2011
|
-
getTokenByHttp1(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
2012
|
-
return localVarFp.getTokenByHttp1(options).then((request) => request(axios, basePath));
|
|
2013
|
-
},
|
|
2014
|
-
/**
|
|
2015
|
-
*
|
|
2016
|
-
* @param {*} [options] Override http request option.
|
|
2017
|
-
* @throws {RequiredError}
|
|
2018
|
-
*/
|
|
2019
|
-
getTokenByHttp2(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
2020
|
-
return localVarFp.getTokenByHttp2(options).then((request) => request(axios, basePath));
|
|
2021
|
-
},
|
|
2022
|
-
/**
|
|
2023
|
-
*
|
|
2024
|
-
* @param {*} [options] Override http request option.
|
|
2025
|
-
* @throws {RequiredError}
|
|
2026
|
-
*/
|
|
2027
|
-
getTokenByHttp3(options?: RawAxiosRequestConfig): AxiosPromise<string> {
|
|
2028
|
-
return localVarFp.getTokenByHttp3(options).then((request) => request(axios, basePath));
|
|
2029
|
-
},
|
|
2030
1614
|
/**
|
|
2031
1615
|
*
|
|
2032
1616
|
* @summary 获取用户信息
|
|
@@ -2582,46 +2166,6 @@ export class AuthApi extends BaseAPI {
|
|
|
2582
2166
|
return AuthApiFp(this.configuration).code(requestParameters.email, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
|
|
2583
2167
|
}
|
|
2584
2168
|
|
|
2585
|
-
/**
|
|
2586
|
-
*
|
|
2587
|
-
* @param {*} [options] Override http request option.
|
|
2588
|
-
* @throws {RequiredError}
|
|
2589
|
-
* @memberof AuthApi
|
|
2590
|
-
*/
|
|
2591
|
-
public fusionGetToken(options?: RawAxiosRequestConfig) {
|
|
2592
|
-
return AuthApiFp(this.configuration).fusionGetToken(options).then((request) => request(this.axios, this.basePath));
|
|
2593
|
-
}
|
|
2594
|
-
|
|
2595
|
-
/**
|
|
2596
|
-
*
|
|
2597
|
-
* @param {*} [options] Override http request option.
|
|
2598
|
-
* @throws {RequiredError}
|
|
2599
|
-
* @memberof AuthApi
|
|
2600
|
-
*/
|
|
2601
|
-
public fusionGetToken1(options?: RawAxiosRequestConfig) {
|
|
2602
|
-
return AuthApiFp(this.configuration).fusionGetToken1(options).then((request) => request(this.axios, this.basePath));
|
|
2603
|
-
}
|
|
2604
|
-
|
|
2605
|
-
/**
|
|
2606
|
-
*
|
|
2607
|
-
* @param {*} [options] Override http request option.
|
|
2608
|
-
* @throws {RequiredError}
|
|
2609
|
-
* @memberof AuthApi
|
|
2610
|
-
*/
|
|
2611
|
-
public fusionGetToken2(options?: RawAxiosRequestConfig) {
|
|
2612
|
-
return AuthApiFp(this.configuration).fusionGetToken2(options).then((request) => request(this.axios, this.basePath));
|
|
2613
|
-
}
|
|
2614
|
-
|
|
2615
|
-
/**
|
|
2616
|
-
*
|
|
2617
|
-
* @param {*} [options] Override http request option.
|
|
2618
|
-
* @throws {RequiredError}
|
|
2619
|
-
* @memberof AuthApi
|
|
2620
|
-
*/
|
|
2621
|
-
public fusionGetToken3(options?: RawAxiosRequestConfig) {
|
|
2622
|
-
return AuthApiFp(this.configuration).fusionGetToken3(options).then((request) => request(this.axios, this.basePath));
|
|
2623
|
-
}
|
|
2624
|
-
|
|
2625
2169
|
/**
|
|
2626
2170
|
*
|
|
2627
2171
|
* @param {*} [options] Override http request option.
|
|
@@ -2699,46 +2243,6 @@ export class AuthApi extends BaseAPI {
|
|
|
2699
2243
|
return AuthApiFp(this.configuration).getRoutersAll(options).then((request) => request(this.axios, this.basePath));
|
|
2700
2244
|
}
|
|
2701
2245
|
|
|
2702
|
-
/**
|
|
2703
|
-
*
|
|
2704
|
-
* @param {*} [options] Override http request option.
|
|
2705
|
-
* @throws {RequiredError}
|
|
2706
|
-
* @memberof AuthApi
|
|
2707
|
-
*/
|
|
2708
|
-
public getTokenByHttp(options?: RawAxiosRequestConfig) {
|
|
2709
|
-
return AuthApiFp(this.configuration).getTokenByHttp(options).then((request) => request(this.axios, this.basePath));
|
|
2710
|
-
}
|
|
2711
|
-
|
|
2712
|
-
/**
|
|
2713
|
-
*
|
|
2714
|
-
* @param {*} [options] Override http request option.
|
|
2715
|
-
* @throws {RequiredError}
|
|
2716
|
-
* @memberof AuthApi
|
|
2717
|
-
*/
|
|
2718
|
-
public getTokenByHttp1(options?: RawAxiosRequestConfig) {
|
|
2719
|
-
return AuthApiFp(this.configuration).getTokenByHttp1(options).then((request) => request(this.axios, this.basePath));
|
|
2720
|
-
}
|
|
2721
|
-
|
|
2722
|
-
/**
|
|
2723
|
-
*
|
|
2724
|
-
* @param {*} [options] Override http request option.
|
|
2725
|
-
* @throws {RequiredError}
|
|
2726
|
-
* @memberof AuthApi
|
|
2727
|
-
*/
|
|
2728
|
-
public getTokenByHttp2(options?: RawAxiosRequestConfig) {
|
|
2729
|
-
return AuthApiFp(this.configuration).getTokenByHttp2(options).then((request) => request(this.axios, this.basePath));
|
|
2730
|
-
}
|
|
2731
|
-
|
|
2732
|
-
/**
|
|
2733
|
-
*
|
|
2734
|
-
* @param {*} [options] Override http request option.
|
|
2735
|
-
* @throws {RequiredError}
|
|
2736
|
-
* @memberof AuthApi
|
|
2737
|
-
*/
|
|
2738
|
-
public getTokenByHttp3(options?: RawAxiosRequestConfig) {
|
|
2739
|
-
return AuthApiFp(this.configuration).getTokenByHttp3(options).then((request) => request(this.axios, this.basePath));
|
|
2740
|
-
}
|
|
2741
|
-
|
|
2742
2246
|
/**
|
|
2743
2247
|
*
|
|
2744
2248
|
* @summary 获取用户信息
|
package/apis/common-api.ts
CHANGED
|
@@ -1594,10 +1594,13 @@ export const CommonApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1594
1594
|
* @param {string} [centerCode] 中心编码
|
|
1595
1595
|
* @param {boolean} [isSrm] 是否查询srm数据
|
|
1596
1596
|
* @param {ParkCenterAttributeEnum} [parkCenterAttribute] 园区属性
|
|
1597
|
+
* @param {string} [contractEndTime] 合同到期时间(合同结束时间小于此时间)
|
|
1598
|
+
* @param {string} [status] 园区状态 0:启用 1:停用
|
|
1599
|
+
* @param {string} [parkName] 园区名称
|
|
1597
1600
|
* @param {*} [options] Override http request option.
|
|
1598
1601
|
* @throws {RequiredError}
|
|
1599
1602
|
*/
|
|
1600
|
-
selectParkList: async (centerCode?: string, isSrm?: boolean, parkCenterAttribute?: ParkCenterAttributeEnum, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1603
|
+
selectParkList: async (centerCode?: string, isSrm?: boolean, parkCenterAttribute?: ParkCenterAttributeEnum, contractEndTime?: string, status?: string, parkName?: string, options: RawAxiosRequestConfig = {}): Promise<RequestArgs> => {
|
|
1601
1604
|
const localVarPath = `/system/dept/park`;
|
|
1602
1605
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1603
1606
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1626,6 +1629,20 @@ export const CommonApiAxiosParamCreator = function (configuration?: Configuratio
|
|
|
1626
1629
|
localVarQueryParameter['parkCenterAttribute'] = parkCenterAttribute;
|
|
1627
1630
|
}
|
|
1628
1631
|
|
|
1632
|
+
if (contractEndTime !== undefined) {
|
|
1633
|
+
localVarQueryParameter['contractEndTime'] = (contractEndTime as any instanceof Date) ?
|
|
1634
|
+
(contractEndTime as any).toISOString() :
|
|
1635
|
+
contractEndTime;
|
|
1636
|
+
}
|
|
1637
|
+
|
|
1638
|
+
if (status !== undefined) {
|
|
1639
|
+
localVarQueryParameter['status'] = status;
|
|
1640
|
+
}
|
|
1641
|
+
|
|
1642
|
+
if (parkName !== undefined) {
|
|
1643
|
+
localVarQueryParameter['parkName'] = parkName;
|
|
1644
|
+
}
|
|
1645
|
+
|
|
1629
1646
|
|
|
1630
1647
|
|
|
1631
1648
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -2544,11 +2561,14 @@ export const CommonApiFp = function(configuration?: Configuration) {
|
|
|
2544
2561
|
* @param {string} [centerCode] 中心编码
|
|
2545
2562
|
* @param {boolean} [isSrm] 是否查询srm数据
|
|
2546
2563
|
* @param {ParkCenterAttributeEnum} [parkCenterAttribute] 园区属性
|
|
2564
|
+
* @param {string} [contractEndTime] 合同到期时间(合同结束时间小于此时间)
|
|
2565
|
+
* @param {string} [status] 园区状态 0:启用 1:停用
|
|
2566
|
+
* @param {string} [parkName] 园区名称
|
|
2547
2567
|
* @param {*} [options] Override http request option.
|
|
2548
2568
|
* @throws {RequiredError}
|
|
2549
2569
|
*/
|
|
2550
|
-
async selectParkList(centerCode?: string, isSrm?: boolean, parkCenterAttribute?: ParkCenterAttributeEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListParkListDTO>> {
|
|
2551
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.selectParkList(centerCode, isSrm, parkCenterAttribute, options);
|
|
2570
|
+
async selectParkList(centerCode?: string, isSrm?: boolean, parkCenterAttribute?: ParkCenterAttributeEnum, contractEndTime?: string, status?: string, parkName?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListParkListDTO>> {
|
|
2571
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.selectParkList(centerCode, isSrm, parkCenterAttribute, contractEndTime, status, parkName, options);
|
|
2552
2572
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
2553
2573
|
const localVarOperationServerBasePath = operationServerMap['CommonApi.selectParkList']?.[localVarOperationServerIndex]?.url;
|
|
2554
2574
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -3054,7 +3074,7 @@ export const CommonApiFactory = function (configuration?: Configuration, basePat
|
|
|
3054
3074
|
* @throws {RequiredError}
|
|
3055
3075
|
*/
|
|
3056
3076
|
selectParkList(requestParameters: CommonApiSelectParkListRequest = {}, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultListParkListDTO> {
|
|
3057
|
-
return localVarFp.selectParkList(requestParameters.centerCode, requestParameters.isSrm, requestParameters.parkCenterAttribute, options).then((request) => request(axios, basePath));
|
|
3077
|
+
return localVarFp.selectParkList(requestParameters.centerCode, requestParameters.isSrm, requestParameters.parkCenterAttribute, requestParameters.contractEndTime, requestParameters.status, requestParameters.parkName, options).then((request) => request(axios, basePath));
|
|
3058
3078
|
},
|
|
3059
3079
|
/**
|
|
3060
3080
|
*
|
|
@@ -3691,6 +3711,27 @@ export interface CommonApiSelectParkListRequest {
|
|
|
3691
3711
|
* @memberof CommonApiSelectParkList
|
|
3692
3712
|
*/
|
|
3693
3713
|
readonly parkCenterAttribute?: ParkCenterAttributeEnum
|
|
3714
|
+
|
|
3715
|
+
/**
|
|
3716
|
+
* 合同到期时间(合同结束时间小于此时间)
|
|
3717
|
+
* @type {string}
|
|
3718
|
+
* @memberof CommonApiSelectParkList
|
|
3719
|
+
*/
|
|
3720
|
+
readonly contractEndTime?: string
|
|
3721
|
+
|
|
3722
|
+
/**
|
|
3723
|
+
* 园区状态 0:启用 1:停用
|
|
3724
|
+
* @type {string}
|
|
3725
|
+
* @memberof CommonApiSelectParkList
|
|
3726
|
+
*/
|
|
3727
|
+
readonly status?: string
|
|
3728
|
+
|
|
3729
|
+
/**
|
|
3730
|
+
* 园区名称
|
|
3731
|
+
* @type {string}
|
|
3732
|
+
* @memberof CommonApiSelectParkList
|
|
3733
|
+
*/
|
|
3734
|
+
readonly parkName?: string
|
|
3694
3735
|
}
|
|
3695
3736
|
|
|
3696
3737
|
/**
|
|
@@ -4301,7 +4342,7 @@ export class CommonApi extends BaseAPI {
|
|
|
4301
4342
|
* @memberof CommonApi
|
|
4302
4343
|
*/
|
|
4303
4344
|
public selectParkList(requestParameters: CommonApiSelectParkListRequest = {}, options?: RawAxiosRequestConfig) {
|
|
4304
|
-
return CommonApiFp(this.configuration).selectParkList(requestParameters.centerCode, requestParameters.isSrm, requestParameters.parkCenterAttribute, options).then((request) => request(this.axios, this.basePath));
|
|
4345
|
+
return CommonApiFp(this.configuration).selectParkList(requestParameters.centerCode, requestParameters.isSrm, requestParameters.parkCenterAttribute, requestParameters.contractEndTime, requestParameters.status, requestParameters.parkName, options).then((request) => request(this.axios, this.basePath));
|
|
4305
4346
|
}
|
|
4306
4347
|
|
|
4307
4348
|
/**
|