@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/dist/apis/auth-api.js
CHANGED
|
@@ -327,114 +327,6 @@ const AuthApiAxiosParamCreator = function (configuration) {
|
|
|
327
327
|
options: localVarRequestOptions,
|
|
328
328
|
};
|
|
329
329
|
}),
|
|
330
|
-
/**
|
|
331
|
-
*
|
|
332
|
-
* @param {*} [options] Override http request option.
|
|
333
|
-
* @throws {RequiredError}
|
|
334
|
-
*/
|
|
335
|
-
fusionGetToken: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
336
|
-
const localVarPath = `/miniapp/auth/getToken`;
|
|
337
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
338
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
339
|
-
let baseOptions;
|
|
340
|
-
if (configuration) {
|
|
341
|
-
baseOptions = configuration.baseOptions;
|
|
342
|
-
}
|
|
343
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
344
|
-
const localVarHeaderParameter = {};
|
|
345
|
-
const localVarQueryParameter = {};
|
|
346
|
-
// authentication tokenScheme required
|
|
347
|
-
// http bearer authentication required
|
|
348
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
349
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
350
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
351
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
352
|
-
return {
|
|
353
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
354
|
-
options: localVarRequestOptions,
|
|
355
|
-
};
|
|
356
|
-
}),
|
|
357
|
-
/**
|
|
358
|
-
*
|
|
359
|
-
* @param {*} [options] Override http request option.
|
|
360
|
-
* @throws {RequiredError}
|
|
361
|
-
*/
|
|
362
|
-
fusionGetToken1: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
363
|
-
const localVarPath = `/miniapp/auth/getToken`;
|
|
364
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
365
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
366
|
-
let baseOptions;
|
|
367
|
-
if (configuration) {
|
|
368
|
-
baseOptions = configuration.baseOptions;
|
|
369
|
-
}
|
|
370
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
371
|
-
const localVarHeaderParameter = {};
|
|
372
|
-
const localVarQueryParameter = {};
|
|
373
|
-
// authentication tokenScheme required
|
|
374
|
-
// http bearer authentication required
|
|
375
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
376
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
377
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
378
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
379
|
-
return {
|
|
380
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
381
|
-
options: localVarRequestOptions,
|
|
382
|
-
};
|
|
383
|
-
}),
|
|
384
|
-
/**
|
|
385
|
-
*
|
|
386
|
-
* @param {*} [options] Override http request option.
|
|
387
|
-
* @throws {RequiredError}
|
|
388
|
-
*/
|
|
389
|
-
fusionGetToken2: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
390
|
-
const localVarPath = `/fusion/base/getToken`;
|
|
391
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
392
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
393
|
-
let baseOptions;
|
|
394
|
-
if (configuration) {
|
|
395
|
-
baseOptions = configuration.baseOptions;
|
|
396
|
-
}
|
|
397
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
398
|
-
const localVarHeaderParameter = {};
|
|
399
|
-
const localVarQueryParameter = {};
|
|
400
|
-
// authentication tokenScheme required
|
|
401
|
-
// http bearer authentication required
|
|
402
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
403
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
404
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
405
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
406
|
-
return {
|
|
407
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
408
|
-
options: localVarRequestOptions,
|
|
409
|
-
};
|
|
410
|
-
}),
|
|
411
|
-
/**
|
|
412
|
-
*
|
|
413
|
-
* @param {*} [options] Override http request option.
|
|
414
|
-
* @throws {RequiredError}
|
|
415
|
-
*/
|
|
416
|
-
fusionGetToken3: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
417
|
-
const localVarPath = `/fusion/base/getToken`;
|
|
418
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
419
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
420
|
-
let baseOptions;
|
|
421
|
-
if (configuration) {
|
|
422
|
-
baseOptions = configuration.baseOptions;
|
|
423
|
-
}
|
|
424
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
425
|
-
const localVarHeaderParameter = {};
|
|
426
|
-
const localVarQueryParameter = {};
|
|
427
|
-
// authentication tokenScheme required
|
|
428
|
-
// http bearer authentication required
|
|
429
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
430
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
431
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
432
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
433
|
-
return {
|
|
434
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
435
|
-
options: localVarRequestOptions,
|
|
436
|
-
};
|
|
437
|
-
}),
|
|
438
330
|
/**
|
|
439
331
|
*
|
|
440
332
|
* @param {*} [options] Override http request option.
|
|
@@ -679,114 +571,6 @@ const AuthApiAxiosParamCreator = function (configuration) {
|
|
|
679
571
|
options: localVarRequestOptions,
|
|
680
572
|
};
|
|
681
573
|
}),
|
|
682
|
-
/**
|
|
683
|
-
*
|
|
684
|
-
* @param {*} [options] Override http request option.
|
|
685
|
-
* @throws {RequiredError}
|
|
686
|
-
*/
|
|
687
|
-
getTokenByHttp: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
688
|
-
const localVarPath = `/miniapp/auth/fusionGetTokenByHttp`;
|
|
689
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
690
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
691
|
-
let baseOptions;
|
|
692
|
-
if (configuration) {
|
|
693
|
-
baseOptions = configuration.baseOptions;
|
|
694
|
-
}
|
|
695
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
696
|
-
const localVarHeaderParameter = {};
|
|
697
|
-
const localVarQueryParameter = {};
|
|
698
|
-
// authentication tokenScheme required
|
|
699
|
-
// http bearer authentication required
|
|
700
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
701
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
702
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
703
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
704
|
-
return {
|
|
705
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
706
|
-
options: localVarRequestOptions,
|
|
707
|
-
};
|
|
708
|
-
}),
|
|
709
|
-
/**
|
|
710
|
-
*
|
|
711
|
-
* @param {*} [options] Override http request option.
|
|
712
|
-
* @throws {RequiredError}
|
|
713
|
-
*/
|
|
714
|
-
getTokenByHttp1: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
715
|
-
const localVarPath = `/miniapp/auth/fusionGetTokenByHttp`;
|
|
716
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
717
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
718
|
-
let baseOptions;
|
|
719
|
-
if (configuration) {
|
|
720
|
-
baseOptions = configuration.baseOptions;
|
|
721
|
-
}
|
|
722
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
723
|
-
const localVarHeaderParameter = {};
|
|
724
|
-
const localVarQueryParameter = {};
|
|
725
|
-
// authentication tokenScheme required
|
|
726
|
-
// http bearer authentication required
|
|
727
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
728
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
729
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
730
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
731
|
-
return {
|
|
732
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
733
|
-
options: localVarRequestOptions,
|
|
734
|
-
};
|
|
735
|
-
}),
|
|
736
|
-
/**
|
|
737
|
-
*
|
|
738
|
-
* @param {*} [options] Override http request option.
|
|
739
|
-
* @throws {RequiredError}
|
|
740
|
-
*/
|
|
741
|
-
getTokenByHttp2: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
742
|
-
const localVarPath = `/fusion/base/fusionGetTokenByHttp`;
|
|
743
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
744
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
745
|
-
let baseOptions;
|
|
746
|
-
if (configuration) {
|
|
747
|
-
baseOptions = configuration.baseOptions;
|
|
748
|
-
}
|
|
749
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
750
|
-
const localVarHeaderParameter = {};
|
|
751
|
-
const localVarQueryParameter = {};
|
|
752
|
-
// authentication tokenScheme required
|
|
753
|
-
// http bearer authentication required
|
|
754
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
755
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
756
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
757
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
758
|
-
return {
|
|
759
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
760
|
-
options: localVarRequestOptions,
|
|
761
|
-
};
|
|
762
|
-
}),
|
|
763
|
-
/**
|
|
764
|
-
*
|
|
765
|
-
* @param {*} [options] Override http request option.
|
|
766
|
-
* @throws {RequiredError}
|
|
767
|
-
*/
|
|
768
|
-
getTokenByHttp3: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
769
|
-
const localVarPath = `/fusion/base/fusionGetTokenByHttp`;
|
|
770
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
771
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
772
|
-
let baseOptions;
|
|
773
|
-
if (configuration) {
|
|
774
|
-
baseOptions = configuration.baseOptions;
|
|
775
|
-
}
|
|
776
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
777
|
-
const localVarHeaderParameter = {};
|
|
778
|
-
const localVarQueryParameter = {};
|
|
779
|
-
// authentication tokenScheme required
|
|
780
|
-
// http bearer authentication required
|
|
781
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
782
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
783
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
784
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
785
|
-
return {
|
|
786
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
787
|
-
options: localVarRequestOptions,
|
|
788
|
-
};
|
|
789
|
-
}),
|
|
790
574
|
/**
|
|
791
575
|
*
|
|
792
576
|
* @summary 获取用户信息
|
|
@@ -1272,62 +1056,6 @@ const AuthApiFp = function (configuration) {
|
|
|
1272
1056
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1273
1057
|
});
|
|
1274
1058
|
},
|
|
1275
|
-
/**
|
|
1276
|
-
*
|
|
1277
|
-
* @param {*} [options] Override http request option.
|
|
1278
|
-
* @throws {RequiredError}
|
|
1279
|
-
*/
|
|
1280
|
-
fusionGetToken(options) {
|
|
1281
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1282
|
-
var _a, _b, _c;
|
|
1283
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.fusionGetToken(options);
|
|
1284
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1285
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AuthApi.fusionGetToken']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1286
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1287
|
-
});
|
|
1288
|
-
},
|
|
1289
|
-
/**
|
|
1290
|
-
*
|
|
1291
|
-
* @param {*} [options] Override http request option.
|
|
1292
|
-
* @throws {RequiredError}
|
|
1293
|
-
*/
|
|
1294
|
-
fusionGetToken1(options) {
|
|
1295
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1296
|
-
var _a, _b, _c;
|
|
1297
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.fusionGetToken1(options);
|
|
1298
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1299
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AuthApi.fusionGetToken1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1300
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1301
|
-
});
|
|
1302
|
-
},
|
|
1303
|
-
/**
|
|
1304
|
-
*
|
|
1305
|
-
* @param {*} [options] Override http request option.
|
|
1306
|
-
* @throws {RequiredError}
|
|
1307
|
-
*/
|
|
1308
|
-
fusionGetToken2(options) {
|
|
1309
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1310
|
-
var _a, _b, _c;
|
|
1311
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.fusionGetToken2(options);
|
|
1312
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1313
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AuthApi.fusionGetToken2']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1314
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1315
|
-
});
|
|
1316
|
-
},
|
|
1317
|
-
/**
|
|
1318
|
-
*
|
|
1319
|
-
* @param {*} [options] Override http request option.
|
|
1320
|
-
* @throws {RequiredError}
|
|
1321
|
-
*/
|
|
1322
|
-
fusionGetToken3(options) {
|
|
1323
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1324
|
-
var _a, _b, _c;
|
|
1325
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.fusionGetToken3(options);
|
|
1326
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1327
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AuthApi.fusionGetToken3']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1328
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1329
|
-
});
|
|
1330
|
-
},
|
|
1331
1059
|
/**
|
|
1332
1060
|
*
|
|
1333
1061
|
* @param {*} [options] Override http request option.
|
|
@@ -1438,62 +1166,6 @@ const AuthApiFp = function (configuration) {
|
|
|
1438
1166
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1439
1167
|
});
|
|
1440
1168
|
},
|
|
1441
|
-
/**
|
|
1442
|
-
*
|
|
1443
|
-
* @param {*} [options] Override http request option.
|
|
1444
|
-
* @throws {RequiredError}
|
|
1445
|
-
*/
|
|
1446
|
-
getTokenByHttp(options) {
|
|
1447
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1448
|
-
var _a, _b, _c;
|
|
1449
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getTokenByHttp(options);
|
|
1450
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1451
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AuthApi.getTokenByHttp']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1452
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1453
|
-
});
|
|
1454
|
-
},
|
|
1455
|
-
/**
|
|
1456
|
-
*
|
|
1457
|
-
* @param {*} [options] Override http request option.
|
|
1458
|
-
* @throws {RequiredError}
|
|
1459
|
-
*/
|
|
1460
|
-
getTokenByHttp1(options) {
|
|
1461
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1462
|
-
var _a, _b, _c;
|
|
1463
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getTokenByHttp1(options);
|
|
1464
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1465
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AuthApi.getTokenByHttp1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1466
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1467
|
-
});
|
|
1468
|
-
},
|
|
1469
|
-
/**
|
|
1470
|
-
*
|
|
1471
|
-
* @param {*} [options] Override http request option.
|
|
1472
|
-
* @throws {RequiredError}
|
|
1473
|
-
*/
|
|
1474
|
-
getTokenByHttp2(options) {
|
|
1475
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1476
|
-
var _a, _b, _c;
|
|
1477
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getTokenByHttp2(options);
|
|
1478
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1479
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AuthApi.getTokenByHttp2']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1480
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1481
|
-
});
|
|
1482
|
-
},
|
|
1483
|
-
/**
|
|
1484
|
-
*
|
|
1485
|
-
* @param {*} [options] Override http request option.
|
|
1486
|
-
* @throws {RequiredError}
|
|
1487
|
-
*/
|
|
1488
|
-
getTokenByHttp3(options) {
|
|
1489
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
1490
|
-
var _a, _b, _c;
|
|
1491
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getTokenByHttp3(options);
|
|
1492
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1493
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AuthApi.getTokenByHttp3']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1494
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1495
|
-
});
|
|
1496
|
-
},
|
|
1497
1169
|
/**
|
|
1498
1170
|
*
|
|
1499
1171
|
* @summary 获取用户信息
|
|
@@ -1749,38 +1421,6 @@ const AuthApiFactory = function (configuration, basePath, axios) {
|
|
|
1749
1421
|
code(requestParameters, options) {
|
|
1750
1422
|
return localVarFp.code(requestParameters.email, requestParameters.language, options).then((request) => request(axios, basePath));
|
|
1751
1423
|
},
|
|
1752
|
-
/**
|
|
1753
|
-
*
|
|
1754
|
-
* @param {*} [options] Override http request option.
|
|
1755
|
-
* @throws {RequiredError}
|
|
1756
|
-
*/
|
|
1757
|
-
fusionGetToken(options) {
|
|
1758
|
-
return localVarFp.fusionGetToken(options).then((request) => request(axios, basePath));
|
|
1759
|
-
},
|
|
1760
|
-
/**
|
|
1761
|
-
*
|
|
1762
|
-
* @param {*} [options] Override http request option.
|
|
1763
|
-
* @throws {RequiredError}
|
|
1764
|
-
*/
|
|
1765
|
-
fusionGetToken1(options) {
|
|
1766
|
-
return localVarFp.fusionGetToken1(options).then((request) => request(axios, basePath));
|
|
1767
|
-
},
|
|
1768
|
-
/**
|
|
1769
|
-
*
|
|
1770
|
-
* @param {*} [options] Override http request option.
|
|
1771
|
-
* @throws {RequiredError}
|
|
1772
|
-
*/
|
|
1773
|
-
fusionGetToken2(options) {
|
|
1774
|
-
return localVarFp.fusionGetToken2(options).then((request) => request(axios, basePath));
|
|
1775
|
-
},
|
|
1776
|
-
/**
|
|
1777
|
-
*
|
|
1778
|
-
* @param {*} [options] Override http request option.
|
|
1779
|
-
* @throws {RequiredError}
|
|
1780
|
-
*/
|
|
1781
|
-
fusionGetToken3(options) {
|
|
1782
|
-
return localVarFp.fusionGetToken3(options).then((request) => request(axios, basePath));
|
|
1783
|
-
},
|
|
1784
1424
|
/**
|
|
1785
1425
|
*
|
|
1786
1426
|
* @param {*} [options] Override http request option.
|
|
@@ -1844,38 +1484,6 @@ const AuthApiFactory = function (configuration, basePath, axios) {
|
|
|
1844
1484
|
getRoutersAll(options) {
|
|
1845
1485
|
return localVarFp.getRoutersAll(options).then((request) => request(axios, basePath));
|
|
1846
1486
|
},
|
|
1847
|
-
/**
|
|
1848
|
-
*
|
|
1849
|
-
* @param {*} [options] Override http request option.
|
|
1850
|
-
* @throws {RequiredError}
|
|
1851
|
-
*/
|
|
1852
|
-
getTokenByHttp(options) {
|
|
1853
|
-
return localVarFp.getTokenByHttp(options).then((request) => request(axios, basePath));
|
|
1854
|
-
},
|
|
1855
|
-
/**
|
|
1856
|
-
*
|
|
1857
|
-
* @param {*} [options] Override http request option.
|
|
1858
|
-
* @throws {RequiredError}
|
|
1859
|
-
*/
|
|
1860
|
-
getTokenByHttp1(options) {
|
|
1861
|
-
return localVarFp.getTokenByHttp1(options).then((request) => request(axios, basePath));
|
|
1862
|
-
},
|
|
1863
|
-
/**
|
|
1864
|
-
*
|
|
1865
|
-
* @param {*} [options] Override http request option.
|
|
1866
|
-
* @throws {RequiredError}
|
|
1867
|
-
*/
|
|
1868
|
-
getTokenByHttp2(options) {
|
|
1869
|
-
return localVarFp.getTokenByHttp2(options).then((request) => request(axios, basePath));
|
|
1870
|
-
},
|
|
1871
|
-
/**
|
|
1872
|
-
*
|
|
1873
|
-
* @param {*} [options] Override http request option.
|
|
1874
|
-
* @throws {RequiredError}
|
|
1875
|
-
*/
|
|
1876
|
-
getTokenByHttp3(options) {
|
|
1877
|
-
return localVarFp.getTokenByHttp3(options).then((request) => request(axios, basePath));
|
|
1878
|
-
},
|
|
1879
1487
|
/**
|
|
1880
1488
|
*
|
|
1881
1489
|
* @summary 获取用户信息
|
|
@@ -2079,42 +1687,6 @@ class AuthApi extends base_1.BaseAPI {
|
|
|
2079
1687
|
code(requestParameters, options) {
|
|
2080
1688
|
return (0, exports.AuthApiFp)(this.configuration).code(requestParameters.email, requestParameters.language, options).then((request) => request(this.axios, this.basePath));
|
|
2081
1689
|
}
|
|
2082
|
-
/**
|
|
2083
|
-
*
|
|
2084
|
-
* @param {*} [options] Override http request option.
|
|
2085
|
-
* @throws {RequiredError}
|
|
2086
|
-
* @memberof AuthApi
|
|
2087
|
-
*/
|
|
2088
|
-
fusionGetToken(options) {
|
|
2089
|
-
return (0, exports.AuthApiFp)(this.configuration).fusionGetToken(options).then((request) => request(this.axios, this.basePath));
|
|
2090
|
-
}
|
|
2091
|
-
/**
|
|
2092
|
-
*
|
|
2093
|
-
* @param {*} [options] Override http request option.
|
|
2094
|
-
* @throws {RequiredError}
|
|
2095
|
-
* @memberof AuthApi
|
|
2096
|
-
*/
|
|
2097
|
-
fusionGetToken1(options) {
|
|
2098
|
-
return (0, exports.AuthApiFp)(this.configuration).fusionGetToken1(options).then((request) => request(this.axios, this.basePath));
|
|
2099
|
-
}
|
|
2100
|
-
/**
|
|
2101
|
-
*
|
|
2102
|
-
* @param {*} [options] Override http request option.
|
|
2103
|
-
* @throws {RequiredError}
|
|
2104
|
-
* @memberof AuthApi
|
|
2105
|
-
*/
|
|
2106
|
-
fusionGetToken2(options) {
|
|
2107
|
-
return (0, exports.AuthApiFp)(this.configuration).fusionGetToken2(options).then((request) => request(this.axios, this.basePath));
|
|
2108
|
-
}
|
|
2109
|
-
/**
|
|
2110
|
-
*
|
|
2111
|
-
* @param {*} [options] Override http request option.
|
|
2112
|
-
* @throws {RequiredError}
|
|
2113
|
-
* @memberof AuthApi
|
|
2114
|
-
*/
|
|
2115
|
-
fusionGetToken3(options) {
|
|
2116
|
-
return (0, exports.AuthApiFp)(this.configuration).fusionGetToken3(options).then((request) => request(this.axios, this.basePath));
|
|
2117
|
-
}
|
|
2118
1690
|
/**
|
|
2119
1691
|
*
|
|
2120
1692
|
* @param {*} [options] Override http request option.
|
|
@@ -2185,42 +1757,6 @@ class AuthApi extends base_1.BaseAPI {
|
|
|
2185
1757
|
getRoutersAll(options) {
|
|
2186
1758
|
return (0, exports.AuthApiFp)(this.configuration).getRoutersAll(options).then((request) => request(this.axios, this.basePath));
|
|
2187
1759
|
}
|
|
2188
|
-
/**
|
|
2189
|
-
*
|
|
2190
|
-
* @param {*} [options] Override http request option.
|
|
2191
|
-
* @throws {RequiredError}
|
|
2192
|
-
* @memberof AuthApi
|
|
2193
|
-
*/
|
|
2194
|
-
getTokenByHttp(options) {
|
|
2195
|
-
return (0, exports.AuthApiFp)(this.configuration).getTokenByHttp(options).then((request) => request(this.axios, this.basePath));
|
|
2196
|
-
}
|
|
2197
|
-
/**
|
|
2198
|
-
*
|
|
2199
|
-
* @param {*} [options] Override http request option.
|
|
2200
|
-
* @throws {RequiredError}
|
|
2201
|
-
* @memberof AuthApi
|
|
2202
|
-
*/
|
|
2203
|
-
getTokenByHttp1(options) {
|
|
2204
|
-
return (0, exports.AuthApiFp)(this.configuration).getTokenByHttp1(options).then((request) => request(this.axios, this.basePath));
|
|
2205
|
-
}
|
|
2206
|
-
/**
|
|
2207
|
-
*
|
|
2208
|
-
* @param {*} [options] Override http request option.
|
|
2209
|
-
* @throws {RequiredError}
|
|
2210
|
-
* @memberof AuthApi
|
|
2211
|
-
*/
|
|
2212
|
-
getTokenByHttp2(options) {
|
|
2213
|
-
return (0, exports.AuthApiFp)(this.configuration).getTokenByHttp2(options).then((request) => request(this.axios, this.basePath));
|
|
2214
|
-
}
|
|
2215
|
-
/**
|
|
2216
|
-
*
|
|
2217
|
-
* @param {*} [options] Override http request option.
|
|
2218
|
-
* @throws {RequiredError}
|
|
2219
|
-
* @memberof AuthApi
|
|
2220
|
-
*/
|
|
2221
|
-
getTokenByHttp3(options) {
|
|
2222
|
-
return (0, exports.AuthApiFp)(this.configuration).getTokenByHttp3(options).then((request) => request(this.axios, this.basePath));
|
|
2223
|
-
}
|
|
2224
1760
|
/**
|
|
2225
1761
|
*
|
|
2226
1762
|
* @summary 获取用户信息
|
|
@@ -331,10 +331,13 @@ export declare const CommonApiAxiosParamCreator: (configuration?: Configuration)
|
|
|
331
331
|
* @param {string} [centerCode] 中心编码
|
|
332
332
|
* @param {boolean} [isSrm] 是否查询srm数据
|
|
333
333
|
* @param {ParkCenterAttributeEnum} [parkCenterAttribute] 园区属性
|
|
334
|
+
* @param {string} [contractEndTime] 合同到期时间(合同结束时间小于此时间)
|
|
335
|
+
* @param {string} [status] 园区状态 0:启用 1:停用
|
|
336
|
+
* @param {string} [parkName] 园区名称
|
|
334
337
|
* @param {*} [options] Override http request option.
|
|
335
338
|
* @throws {RequiredError}
|
|
336
339
|
*/
|
|
337
|
-
selectParkList: (centerCode?: string, isSrm?: boolean, parkCenterAttribute?: ParkCenterAttributeEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
340
|
+
selectParkList: (centerCode?: string, isSrm?: boolean, parkCenterAttribute?: ParkCenterAttributeEnum, contractEndTime?: string, status?: string, parkName?: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
338
341
|
/**
|
|
339
342
|
*
|
|
340
343
|
* @summary 通过权限标识查询用户所有园区
|
|
@@ -741,10 +744,13 @@ export declare const CommonApiFp: (configuration?: Configuration) => {
|
|
|
741
744
|
* @param {string} [centerCode] 中心编码
|
|
742
745
|
* @param {boolean} [isSrm] 是否查询srm数据
|
|
743
746
|
* @param {ParkCenterAttributeEnum} [parkCenterAttribute] 园区属性
|
|
747
|
+
* @param {string} [contractEndTime] 合同到期时间(合同结束时间小于此时间)
|
|
748
|
+
* @param {string} [status] 园区状态 0:启用 1:停用
|
|
749
|
+
* @param {string} [parkName] 园区名称
|
|
744
750
|
* @param {*} [options] Override http request option.
|
|
745
751
|
* @throws {RequiredError}
|
|
746
752
|
*/
|
|
747
|
-
selectParkList(centerCode?: string, isSrm?: boolean, parkCenterAttribute?: ParkCenterAttributeEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListParkListDTO>>;
|
|
753
|
+
selectParkList(centerCode?: string, isSrm?: boolean, parkCenterAttribute?: ParkCenterAttributeEnum, contractEndTime?: string, status?: string, parkName?: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultListParkListDTO>>;
|
|
748
754
|
/**
|
|
749
755
|
*
|
|
750
756
|
* @summary 通过权限标识查询用户所有园区
|
|
@@ -1739,6 +1745,24 @@ export interface CommonApiSelectParkListRequest {
|
|
|
1739
1745
|
* @memberof CommonApiSelectParkList
|
|
1740
1746
|
*/
|
|
1741
1747
|
readonly parkCenterAttribute?: ParkCenterAttributeEnum;
|
|
1748
|
+
/**
|
|
1749
|
+
* 合同到期时间(合同结束时间小于此时间)
|
|
1750
|
+
* @type {string}
|
|
1751
|
+
* @memberof CommonApiSelectParkList
|
|
1752
|
+
*/
|
|
1753
|
+
readonly contractEndTime?: string;
|
|
1754
|
+
/**
|
|
1755
|
+
* 园区状态 0:启用 1:停用
|
|
1756
|
+
* @type {string}
|
|
1757
|
+
* @memberof CommonApiSelectParkList
|
|
1758
|
+
*/
|
|
1759
|
+
readonly status?: string;
|
|
1760
|
+
/**
|
|
1761
|
+
* 园区名称
|
|
1762
|
+
* @type {string}
|
|
1763
|
+
* @memberof CommonApiSelectParkList
|
|
1764
|
+
*/
|
|
1765
|
+
readonly parkName?: string;
|
|
1742
1766
|
}
|
|
1743
1767
|
/**
|
|
1744
1768
|
* Request parameters for selectParkListByPermission operation in CommonApi.
|
package/dist/apis/common-api.js
CHANGED
|
@@ -1294,10 +1294,13 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1294
1294
|
* @param {string} [centerCode] 中心编码
|
|
1295
1295
|
* @param {boolean} [isSrm] 是否查询srm数据
|
|
1296
1296
|
* @param {ParkCenterAttributeEnum} [parkCenterAttribute] 园区属性
|
|
1297
|
+
* @param {string} [contractEndTime] 合同到期时间(合同结束时间小于此时间)
|
|
1298
|
+
* @param {string} [status] 园区状态 0:启用 1:停用
|
|
1299
|
+
* @param {string} [parkName] 园区名称
|
|
1297
1300
|
* @param {*} [options] Override http request option.
|
|
1298
1301
|
* @throws {RequiredError}
|
|
1299
1302
|
*/
|
|
1300
|
-
selectParkList: (centerCode_1, isSrm_1, parkCenterAttribute_1, ...args_1) => __awaiter(this, [centerCode_1, isSrm_1, parkCenterAttribute_1, ...args_1], void 0, function* (centerCode, isSrm, parkCenterAttribute, options = {}) {
|
|
1303
|
+
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
1304
|
const localVarPath = `/system/dept/park`;
|
|
1302
1305
|
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
1303
1306
|
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
@@ -1320,6 +1323,17 @@ const CommonApiAxiosParamCreator = function (configuration) {
|
|
|
1320
1323
|
if (parkCenterAttribute !== undefined) {
|
|
1321
1324
|
localVarQueryParameter['parkCenterAttribute'] = parkCenterAttribute;
|
|
1322
1325
|
}
|
|
1326
|
+
if (contractEndTime !== undefined) {
|
|
1327
|
+
localVarQueryParameter['contractEndTime'] = (contractEndTime instanceof Date) ?
|
|
1328
|
+
contractEndTime.toISOString() :
|
|
1329
|
+
contractEndTime;
|
|
1330
|
+
}
|
|
1331
|
+
if (status !== undefined) {
|
|
1332
|
+
localVarQueryParameter['status'] = status;
|
|
1333
|
+
}
|
|
1334
|
+
if (parkName !== undefined) {
|
|
1335
|
+
localVarQueryParameter['parkName'] = parkName;
|
|
1336
|
+
}
|
|
1323
1337
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1324
1338
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1325
1339
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -2275,13 +2289,16 @@ const CommonApiFp = function (configuration) {
|
|
|
2275
2289
|
* @param {string} [centerCode] 中心编码
|
|
2276
2290
|
* @param {boolean} [isSrm] 是否查询srm数据
|
|
2277
2291
|
* @param {ParkCenterAttributeEnum} [parkCenterAttribute] 园区属性
|
|
2292
|
+
* @param {string} [contractEndTime] 合同到期时间(合同结束时间小于此时间)
|
|
2293
|
+
* @param {string} [status] 园区状态 0:启用 1:停用
|
|
2294
|
+
* @param {string} [parkName] 园区名称
|
|
2278
2295
|
* @param {*} [options] Override http request option.
|
|
2279
2296
|
* @throws {RequiredError}
|
|
2280
2297
|
*/
|
|
2281
|
-
selectParkList(centerCode, isSrm, parkCenterAttribute, options) {
|
|
2298
|
+
selectParkList(centerCode, isSrm, parkCenterAttribute, contractEndTime, status, parkName, options) {
|
|
2282
2299
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2283
2300
|
var _a, _b, _c;
|
|
2284
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.selectParkList(centerCode, isSrm, parkCenterAttribute, options);
|
|
2301
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.selectParkList(centerCode, isSrm, parkCenterAttribute, contractEndTime, status, parkName, options);
|
|
2285
2302
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2286
2303
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['CommonApi.selectParkList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2287
2304
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -2818,7 +2835,7 @@ const CommonApiFactory = function (configuration, basePath, axios) {
|
|
|
2818
2835
|
* @throws {RequiredError}
|
|
2819
2836
|
*/
|
|
2820
2837
|
selectParkList(requestParameters = {}, options) {
|
|
2821
|
-
return localVarFp.selectParkList(requestParameters.centerCode, requestParameters.isSrm, requestParameters.parkCenterAttribute, options).then((request) => request(axios, basePath));
|
|
2838
|
+
return localVarFp.selectParkList(requestParameters.centerCode, requestParameters.isSrm, requestParameters.parkCenterAttribute, requestParameters.contractEndTime, requestParameters.status, requestParameters.parkName, options).then((request) => request(axios, basePath));
|
|
2822
2839
|
},
|
|
2823
2840
|
/**
|
|
2824
2841
|
*
|
|
@@ -3327,7 +3344,7 @@ class CommonApi extends base_1.BaseAPI {
|
|
|
3327
3344
|
* @memberof CommonApi
|
|
3328
3345
|
*/
|
|
3329
3346
|
selectParkList(requestParameters = {}, options) {
|
|
3330
|
-
return (0, exports.CommonApiFp)(this.configuration).selectParkList(requestParameters.centerCode, requestParameters.isSrm, requestParameters.parkCenterAttribute, options).then((request) => request(this.axios, this.basePath));
|
|
3347
|
+
return (0, exports.CommonApiFp)(this.configuration).selectParkList(requestParameters.centerCode, requestParameters.isSrm, requestParameters.parkCenterAttribute, requestParameters.contractEndTime, requestParameters.status, requestParameters.parkName, options).then((request) => request(this.axios, this.basePath));
|
|
3331
3348
|
}
|
|
3332
3349
|
/**
|
|
3333
3350
|
*
|