@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/access-api.js
CHANGED
|
@@ -148,10 +148,12 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
148
148
|
* @param {Array<AccessAppointmentStatusEnum>} [appointmentStatuses] 预约状态
|
|
149
149
|
* @param {string} [startTime] 预约开始时间
|
|
150
150
|
* @param {string} [endTime] 预约结束时间
|
|
151
|
+
* @param {string} [createStartTime] 创建开始时间
|
|
152
|
+
* @param {string} [createEndTime] 创建结束时间
|
|
151
153
|
* @param {*} [options] Override http request option.
|
|
152
154
|
* @throws {RequiredError}
|
|
153
155
|
*/
|
|
154
|
-
accessAppointmentRecordExport: (parkId_1, searchValue_1, appointmentSource_1, accessDirection_1, accessVisitorPersonTypes_1, appointmentStatuses_1, startTime_1, endTime_1, ...args_1) => __awaiter(this, [parkId_1, searchValue_1, appointmentSource_1, accessDirection_1, accessVisitorPersonTypes_1, appointmentStatuses_1, startTime_1, endTime_1, ...args_1], void 0, function* (parkId, searchValue, appointmentSource, accessDirection, accessVisitorPersonTypes, appointmentStatuses, startTime, endTime, options = {}) {
|
|
156
|
+
accessAppointmentRecordExport: (parkId_1, searchValue_1, appointmentSource_1, accessDirection_1, accessVisitorPersonTypes_1, appointmentStatuses_1, startTime_1, endTime_1, createStartTime_1, createEndTime_1, ...args_1) => __awaiter(this, [parkId_1, searchValue_1, appointmentSource_1, accessDirection_1, accessVisitorPersonTypes_1, appointmentStatuses_1, startTime_1, endTime_1, createStartTime_1, createEndTime_1, ...args_1], void 0, function* (parkId, searchValue, appointmentSource, accessDirection, accessVisitorPersonTypes, appointmentStatuses, startTime, endTime, createStartTime, createEndTime, options = {}) {
|
|
155
157
|
// verify required parameter 'parkId' is not null or undefined
|
|
156
158
|
(0, common_1.assertParamExists)('accessAppointmentRecordExport', 'parkId', parkId);
|
|
157
159
|
const localVarPath = `/gizone/access/appointment-record/export`;
|
|
@@ -195,6 +197,16 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
195
197
|
endTime.toISOString() :
|
|
196
198
|
endTime;
|
|
197
199
|
}
|
|
200
|
+
if (createStartTime !== undefined) {
|
|
201
|
+
localVarQueryParameter['createStartTime'] = (createStartTime instanceof Date) ?
|
|
202
|
+
createStartTime.toISOString() :
|
|
203
|
+
createStartTime;
|
|
204
|
+
}
|
|
205
|
+
if (createEndTime !== undefined) {
|
|
206
|
+
localVarQueryParameter['createEndTime'] = (createEndTime instanceof Date) ?
|
|
207
|
+
createEndTime.toISOString() :
|
|
208
|
+
createEndTime;
|
|
209
|
+
}
|
|
198
210
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
199
211
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
200
212
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -248,10 +260,13 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
248
260
|
* @param {Array<AccessAppointmentStatusEnum>} [appointmentStatuses] 预约状态
|
|
249
261
|
* @param {string} [startTime] 预约开始时间
|
|
250
262
|
* @param {string} [endTime] 预约结束时间
|
|
263
|
+
* @param {string} [createStartTime] 创建开始时间
|
|
264
|
+
* @param {string} [createEndTime] 创建结束时间
|
|
265
|
+
* @param {number} [permissionMode] 1:全部 2:启用数据权限 (默认1)
|
|
251
266
|
* @param {*} [options] Override http request option.
|
|
252
267
|
* @throws {RequiredError}
|
|
253
268
|
*/
|
|
254
|
-
accessAppointmentRecordSelectPageList: (parkId_1, page_1, pageSize_1, searchValue_1, appointmentSource_1, accessDirection_1, accessVisitorPersonTypes_1, appointmentStatuses_1, startTime_1, endTime_1, ...args_1) => __awaiter(this, [parkId_1, page_1, pageSize_1, searchValue_1, appointmentSource_1, accessDirection_1, accessVisitorPersonTypes_1, appointmentStatuses_1, startTime_1, endTime_1, ...args_1], void 0, function* (parkId, page, pageSize, searchValue, appointmentSource, accessDirection, accessVisitorPersonTypes, appointmentStatuses, startTime, endTime, options = {}) {
|
|
269
|
+
accessAppointmentRecordSelectPageList: (parkId_1, page_1, pageSize_1, searchValue_1, appointmentSource_1, accessDirection_1, accessVisitorPersonTypes_1, appointmentStatuses_1, startTime_1, endTime_1, createStartTime_1, createEndTime_1, permissionMode_1, ...args_1) => __awaiter(this, [parkId_1, page_1, pageSize_1, searchValue_1, appointmentSource_1, accessDirection_1, accessVisitorPersonTypes_1, appointmentStatuses_1, startTime_1, endTime_1, createStartTime_1, createEndTime_1, permissionMode_1, ...args_1], void 0, function* (parkId, page, pageSize, searchValue, appointmentSource, accessDirection, accessVisitorPersonTypes, appointmentStatuses, startTime, endTime, createStartTime, createEndTime, permissionMode, options = {}) {
|
|
255
270
|
// verify required parameter 'parkId' is not null or undefined
|
|
256
271
|
(0, common_1.assertParamExists)('accessAppointmentRecordSelectPageList', 'parkId', parkId);
|
|
257
272
|
// verify required parameter 'page' is not null or undefined
|
|
@@ -305,6 +320,19 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
305
320
|
endTime.toISOString() :
|
|
306
321
|
endTime;
|
|
307
322
|
}
|
|
323
|
+
if (createStartTime !== undefined) {
|
|
324
|
+
localVarQueryParameter['createStartTime'] = (createStartTime instanceof Date) ?
|
|
325
|
+
createStartTime.toISOString() :
|
|
326
|
+
createStartTime;
|
|
327
|
+
}
|
|
328
|
+
if (createEndTime !== undefined) {
|
|
329
|
+
localVarQueryParameter['createEndTime'] = (createEndTime instanceof Date) ?
|
|
330
|
+
createEndTime.toISOString() :
|
|
331
|
+
createEndTime;
|
|
332
|
+
}
|
|
333
|
+
if (permissionMode !== undefined) {
|
|
334
|
+
localVarQueryParameter['permissionMode'] = permissionMode;
|
|
335
|
+
}
|
|
308
336
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
309
337
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
310
338
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1428,10 +1456,11 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1428
1456
|
* @param {string} [applicantName] 申请人名称
|
|
1429
1457
|
* @param {string} [applicantPhone] 申请人电话 电话、车牌都不为空的情况下如果有一个命中就会返回
|
|
1430
1458
|
* @param {string} [applicantLicensePlate] 申请人车牌
|
|
1459
|
+
* @param {number} [permissionMode] 1:无权限 2:启用数据权限 (默认1)
|
|
1431
1460
|
* @param {*} [options] Override http request option.
|
|
1432
1461
|
* @throws {RequiredError}
|
|
1433
1462
|
*/
|
|
1434
|
-
accessWhitelistApplicationList: (parkId_1, page_1, pageSize_1, searchValue_1, accessCompanyId_1, accessVisitorPersonTypes_1, applicationStatuses_1, applicantName_1, applicantPhone_1, applicantLicensePlate_1, ...args_1) => __awaiter(this, [parkId_1, page_1, pageSize_1, searchValue_1, accessCompanyId_1, accessVisitorPersonTypes_1, applicationStatuses_1, applicantName_1, applicantPhone_1, applicantLicensePlate_1, ...args_1], void 0, function* (parkId, page, pageSize, searchValue, accessCompanyId, accessVisitorPersonTypes, applicationStatuses, applicantName, applicantPhone, applicantLicensePlate, options = {}) {
|
|
1463
|
+
accessWhitelistApplicationList: (parkId_1, page_1, pageSize_1, searchValue_1, accessCompanyId_1, accessVisitorPersonTypes_1, applicationStatuses_1, applicantName_1, applicantPhone_1, applicantLicensePlate_1, permissionMode_1, ...args_1) => __awaiter(this, [parkId_1, page_1, pageSize_1, searchValue_1, accessCompanyId_1, accessVisitorPersonTypes_1, applicationStatuses_1, applicantName_1, applicantPhone_1, applicantLicensePlate_1, permissionMode_1, ...args_1], void 0, function* (parkId, page, pageSize, searchValue, accessCompanyId, accessVisitorPersonTypes, applicationStatuses, applicantName, applicantPhone, applicantLicensePlate, permissionMode, options = {}) {
|
|
1435
1464
|
// verify required parameter 'parkId' is not null or undefined
|
|
1436
1465
|
(0, common_1.assertParamExists)('accessWhitelistApplicationList', 'parkId', parkId);
|
|
1437
1466
|
// verify required parameter 'page' is not null or undefined
|
|
@@ -1481,6 +1510,9 @@ const AccessApiAxiosParamCreator = function (configuration) {
|
|
|
1481
1510
|
if (applicantLicensePlate !== undefined) {
|
|
1482
1511
|
localVarQueryParameter['applicantLicensePlate'] = applicantLicensePlate;
|
|
1483
1512
|
}
|
|
1513
|
+
if (permissionMode !== undefined) {
|
|
1514
|
+
localVarQueryParameter['permissionMode'] = permissionMode;
|
|
1515
|
+
}
|
|
1484
1516
|
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
1485
1517
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
1486
1518
|
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
@@ -1905,13 +1937,15 @@ const AccessApiFp = function (configuration) {
|
|
|
1905
1937
|
* @param {Array<AccessAppointmentStatusEnum>} [appointmentStatuses] 预约状态
|
|
1906
1938
|
* @param {string} [startTime] 预约开始时间
|
|
1907
1939
|
* @param {string} [endTime] 预约结束时间
|
|
1940
|
+
* @param {string} [createStartTime] 创建开始时间
|
|
1941
|
+
* @param {string} [createEndTime] 创建结束时间
|
|
1908
1942
|
* @param {*} [options] Override http request option.
|
|
1909
1943
|
* @throws {RequiredError}
|
|
1910
1944
|
*/
|
|
1911
|
-
accessAppointmentRecordExport(parkId, searchValue, appointmentSource, accessDirection, accessVisitorPersonTypes, appointmentStatuses, startTime, endTime, options) {
|
|
1945
|
+
accessAppointmentRecordExport(parkId, searchValue, appointmentSource, accessDirection, accessVisitorPersonTypes, appointmentStatuses, startTime, endTime, createStartTime, createEndTime, options) {
|
|
1912
1946
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1913
1947
|
var _a, _b, _c;
|
|
1914
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.accessAppointmentRecordExport(parkId, searchValue, appointmentSource, accessDirection, accessVisitorPersonTypes, appointmentStatuses, startTime, endTime, options);
|
|
1948
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.accessAppointmentRecordExport(parkId, searchValue, appointmentSource, accessDirection, accessVisitorPersonTypes, appointmentStatuses, startTime, endTime, createStartTime, createEndTime, options);
|
|
1915
1949
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1916
1950
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccessApi.accessAppointmentRecordExport']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1917
1951
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -1946,13 +1980,16 @@ const AccessApiFp = function (configuration) {
|
|
|
1946
1980
|
* @param {Array<AccessAppointmentStatusEnum>} [appointmentStatuses] 预约状态
|
|
1947
1981
|
* @param {string} [startTime] 预约开始时间
|
|
1948
1982
|
* @param {string} [endTime] 预约结束时间
|
|
1983
|
+
* @param {string} [createStartTime] 创建开始时间
|
|
1984
|
+
* @param {string} [createEndTime] 创建结束时间
|
|
1985
|
+
* @param {number} [permissionMode] 1:全部 2:启用数据权限 (默认1)
|
|
1949
1986
|
* @param {*} [options] Override http request option.
|
|
1950
1987
|
* @throws {RequiredError}
|
|
1951
1988
|
*/
|
|
1952
|
-
accessAppointmentRecordSelectPageList(parkId, page, pageSize, searchValue, appointmentSource, accessDirection, accessVisitorPersonTypes, appointmentStatuses, startTime, endTime, options) {
|
|
1989
|
+
accessAppointmentRecordSelectPageList(parkId, page, pageSize, searchValue, appointmentSource, accessDirection, accessVisitorPersonTypes, appointmentStatuses, startTime, endTime, createStartTime, createEndTime, permissionMode, options) {
|
|
1953
1990
|
return __awaiter(this, void 0, void 0, function* () {
|
|
1954
1991
|
var _a, _b, _c;
|
|
1955
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.accessAppointmentRecordSelectPageList(parkId, page, pageSize, searchValue, appointmentSource, accessDirection, accessVisitorPersonTypes, appointmentStatuses, startTime, endTime, options);
|
|
1992
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.accessAppointmentRecordSelectPageList(parkId, page, pageSize, searchValue, appointmentSource, accessDirection, accessVisitorPersonTypes, appointmentStatuses, startTime, endTime, createStartTime, createEndTime, permissionMode, options);
|
|
1956
1993
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
1957
1994
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccessApi.accessAppointmentRecordSelectPageList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
1958
1995
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -2467,13 +2504,14 @@ const AccessApiFp = function (configuration) {
|
|
|
2467
2504
|
* @param {string} [applicantName] 申请人名称
|
|
2468
2505
|
* @param {string} [applicantPhone] 申请人电话 电话、车牌都不为空的情况下如果有一个命中就会返回
|
|
2469
2506
|
* @param {string} [applicantLicensePlate] 申请人车牌
|
|
2507
|
+
* @param {number} [permissionMode] 1:无权限 2:启用数据权限 (默认1)
|
|
2470
2508
|
* @param {*} [options] Override http request option.
|
|
2471
2509
|
* @throws {RequiredError}
|
|
2472
2510
|
*/
|
|
2473
|
-
accessWhitelistApplicationList(parkId, page, pageSize, searchValue, accessCompanyId, accessVisitorPersonTypes, applicationStatuses, applicantName, applicantPhone, applicantLicensePlate, options) {
|
|
2511
|
+
accessWhitelistApplicationList(parkId, page, pageSize, searchValue, accessCompanyId, accessVisitorPersonTypes, applicationStatuses, applicantName, applicantPhone, applicantLicensePlate, permissionMode, options) {
|
|
2474
2512
|
return __awaiter(this, void 0, void 0, function* () {
|
|
2475
2513
|
var _a, _b, _c;
|
|
2476
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.accessWhitelistApplicationList(parkId, page, pageSize, searchValue, accessCompanyId, accessVisitorPersonTypes, applicationStatuses, applicantName, applicantPhone, applicantLicensePlate, options);
|
|
2514
|
+
const localVarAxiosArgs = yield localVarAxiosParamCreator.accessWhitelistApplicationList(parkId, page, pageSize, searchValue, accessCompanyId, accessVisitorPersonTypes, applicationStatuses, applicantName, applicantPhone, applicantLicensePlate, permissionMode, options);
|
|
2477
2515
|
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
2478
2516
|
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AccessApi.accessWhitelistApplicationList']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
2479
2517
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -2690,7 +2728,7 @@ const AccessApiFactory = function (configuration, basePath, axios) {
|
|
|
2690
2728
|
* @throws {RequiredError}
|
|
2691
2729
|
*/
|
|
2692
2730
|
accessAppointmentRecordExport(requestParameters, options) {
|
|
2693
|
-
return localVarFp.accessAppointmentRecordExport(requestParameters.parkId, requestParameters.searchValue, requestParameters.appointmentSource, requestParameters.accessDirection, requestParameters.accessVisitorPersonTypes, requestParameters.appointmentStatuses, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(axios, basePath));
|
|
2731
|
+
return localVarFp.accessAppointmentRecordExport(requestParameters.parkId, requestParameters.searchValue, requestParameters.appointmentSource, requestParameters.accessDirection, requestParameters.accessVisitorPersonTypes, requestParameters.appointmentStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.createStartTime, requestParameters.createEndTime, options).then((request) => request(axios, basePath));
|
|
2694
2732
|
},
|
|
2695
2733
|
/**
|
|
2696
2734
|
*
|
|
@@ -2710,7 +2748,7 @@ const AccessApiFactory = function (configuration, basePath, axios) {
|
|
|
2710
2748
|
* @throws {RequiredError}
|
|
2711
2749
|
*/
|
|
2712
2750
|
accessAppointmentRecordSelectPageList(requestParameters, options) {
|
|
2713
|
-
return localVarFp.accessAppointmentRecordSelectPageList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.appointmentSource, requestParameters.accessDirection, requestParameters.accessVisitorPersonTypes, requestParameters.appointmentStatuses, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(axios, basePath));
|
|
2751
|
+
return localVarFp.accessAppointmentRecordSelectPageList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.appointmentSource, requestParameters.accessDirection, requestParameters.accessVisitorPersonTypes, requestParameters.appointmentStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.createStartTime, requestParameters.createEndTime, requestParameters.permissionMode, options).then((request) => request(axios, basePath));
|
|
2714
2752
|
},
|
|
2715
2753
|
/**
|
|
2716
2754
|
* 添加黑名单信息
|
|
@@ -3007,7 +3045,7 @@ const AccessApiFactory = function (configuration, basePath, axios) {
|
|
|
3007
3045
|
* @throws {RequiredError}
|
|
3008
3046
|
*/
|
|
3009
3047
|
accessWhitelistApplicationList(requestParameters, options) {
|
|
3010
|
-
return localVarFp.accessWhitelistApplicationList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.accessCompanyId, requestParameters.accessVisitorPersonTypes, requestParameters.applicationStatuses, requestParameters.applicantName, requestParameters.applicantPhone, requestParameters.applicantLicensePlate, options).then((request) => request(axios, basePath));
|
|
3048
|
+
return localVarFp.accessWhitelistApplicationList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.accessCompanyId, requestParameters.accessVisitorPersonTypes, requestParameters.applicationStatuses, requestParameters.applicantName, requestParameters.applicantPhone, requestParameters.applicantLicensePlate, requestParameters.permissionMode, options).then((request) => request(axios, basePath));
|
|
3011
3049
|
},
|
|
3012
3050
|
/**
|
|
3013
3051
|
* 根据白名单申请ID查询对应的流程记录
|
|
@@ -3160,7 +3198,7 @@ class AccessApi extends base_1.BaseAPI {
|
|
|
3160
3198
|
* @memberof AccessApi
|
|
3161
3199
|
*/
|
|
3162
3200
|
accessAppointmentRecordExport(requestParameters, options) {
|
|
3163
|
-
return (0, exports.AccessApiFp)(this.configuration).accessAppointmentRecordExport(requestParameters.parkId, requestParameters.searchValue, requestParameters.appointmentSource, requestParameters.accessDirection, requestParameters.accessVisitorPersonTypes, requestParameters.appointmentStatuses, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(this.axios, this.basePath));
|
|
3201
|
+
return (0, exports.AccessApiFp)(this.configuration).accessAppointmentRecordExport(requestParameters.parkId, requestParameters.searchValue, requestParameters.appointmentSource, requestParameters.accessDirection, requestParameters.accessVisitorPersonTypes, requestParameters.appointmentStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.createStartTime, requestParameters.createEndTime, options).then((request) => request(this.axios, this.basePath));
|
|
3164
3202
|
}
|
|
3165
3203
|
/**
|
|
3166
3204
|
*
|
|
@@ -3182,7 +3220,7 @@ class AccessApi extends base_1.BaseAPI {
|
|
|
3182
3220
|
* @memberof AccessApi
|
|
3183
3221
|
*/
|
|
3184
3222
|
accessAppointmentRecordSelectPageList(requestParameters, options) {
|
|
3185
|
-
return (0, exports.AccessApiFp)(this.configuration).accessAppointmentRecordSelectPageList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.appointmentSource, requestParameters.accessDirection, requestParameters.accessVisitorPersonTypes, requestParameters.appointmentStatuses, requestParameters.startTime, requestParameters.endTime, options).then((request) => request(this.axios, this.basePath));
|
|
3223
|
+
return (0, exports.AccessApiFp)(this.configuration).accessAppointmentRecordSelectPageList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.appointmentSource, requestParameters.accessDirection, requestParameters.accessVisitorPersonTypes, requestParameters.appointmentStatuses, requestParameters.startTime, requestParameters.endTime, requestParameters.createStartTime, requestParameters.createEndTime, requestParameters.permissionMode, options).then((request) => request(this.axios, this.basePath));
|
|
3186
3224
|
}
|
|
3187
3225
|
/**
|
|
3188
3226
|
* 添加黑名单信息
|
|
@@ -3509,7 +3547,7 @@ class AccessApi extends base_1.BaseAPI {
|
|
|
3509
3547
|
* @memberof AccessApi
|
|
3510
3548
|
*/
|
|
3511
3549
|
accessWhitelistApplicationList(requestParameters, options) {
|
|
3512
|
-
return (0, exports.AccessApiFp)(this.configuration).accessWhitelistApplicationList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.accessCompanyId, requestParameters.accessVisitorPersonTypes, requestParameters.applicationStatuses, requestParameters.applicantName, requestParameters.applicantPhone, requestParameters.applicantLicensePlate, options).then((request) => request(this.axios, this.basePath));
|
|
3550
|
+
return (0, exports.AccessApiFp)(this.configuration).accessWhitelistApplicationList(requestParameters.parkId, requestParameters.page, requestParameters.pageSize, requestParameters.searchValue, requestParameters.accessCompanyId, requestParameters.accessVisitorPersonTypes, requestParameters.applicationStatuses, requestParameters.applicantName, requestParameters.applicantPhone, requestParameters.applicantLicensePlate, requestParameters.permissionMode, options).then((request) => request(this.axios, this.basePath));
|
|
3513
3551
|
}
|
|
3514
3552
|
/**
|
|
3515
3553
|
* 根据白名单申请ID查询对应的流程记录
|
|
@@ -82,18 +82,6 @@ export declare const AppAuthApiAxiosParamCreator: (configuration?: Configuration
|
|
|
82
82
|
* @throws {RequiredError}
|
|
83
83
|
*/
|
|
84
84
|
choosePark: (choosePakBody: ChoosePakBody, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
85
|
-
/**
|
|
86
|
-
*
|
|
87
|
-
* @param {*} [options] Override http request option.
|
|
88
|
-
* @throws {RequiredError}
|
|
89
|
-
*/
|
|
90
|
-
fusionGetToken: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
91
|
-
/**
|
|
92
|
-
*
|
|
93
|
-
* @param {*} [options] Override http request option.
|
|
94
|
-
* @throws {RequiredError}
|
|
95
|
-
*/
|
|
96
|
-
fusionGetToken1: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
97
85
|
/**
|
|
98
86
|
*
|
|
99
87
|
* @summary 获取园区数据
|
|
@@ -123,18 +111,6 @@ export declare const AppAuthApiAxiosParamCreator: (configuration?: Configuration
|
|
|
123
111
|
* @throws {RequiredError}
|
|
124
112
|
*/
|
|
125
113
|
getParkMiniApp: (uuid: string, userType: string, parkId: number, appId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
126
|
-
/**
|
|
127
|
-
*
|
|
128
|
-
* @param {*} [options] Override http request option.
|
|
129
|
-
* @throws {RequiredError}
|
|
130
|
-
*/
|
|
131
|
-
getTokenByHttp: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
132
|
-
/**
|
|
133
|
-
*
|
|
134
|
-
* @param {*} [options] Override http request option.
|
|
135
|
-
* @throws {RequiredError}
|
|
136
|
-
*/
|
|
137
|
-
getTokenByHttp1: (options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
138
114
|
/**
|
|
139
115
|
*
|
|
140
116
|
* @summary 微信小程序登录
|
|
@@ -235,18 +211,6 @@ export declare const AppAuthApiFp: (configuration?: Configuration) => {
|
|
|
235
211
|
* @throws {RequiredError}
|
|
236
212
|
*/
|
|
237
213
|
choosePark(choosePakBody: ChoosePakBody, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResultString>>;
|
|
238
|
-
/**
|
|
239
|
-
*
|
|
240
|
-
* @param {*} [options] Override http request option.
|
|
241
|
-
* @throws {RequiredError}
|
|
242
|
-
*/
|
|
243
|
-
fusionGetToken(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
244
|
-
/**
|
|
245
|
-
*
|
|
246
|
-
* @param {*} [options] Override http request option.
|
|
247
|
-
* @throws {RequiredError}
|
|
248
|
-
*/
|
|
249
|
-
fusionGetToken1(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
250
214
|
/**
|
|
251
215
|
*
|
|
252
216
|
* @summary 获取园区数据
|
|
@@ -276,18 +240,6 @@ export declare const AppAuthApiFp: (configuration?: Configuration) => {
|
|
|
276
240
|
* @throws {RequiredError}
|
|
277
241
|
*/
|
|
278
242
|
getParkMiniApp(uuid: string, userType: string, parkId: number, appId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<JsonResult>>;
|
|
279
|
-
/**
|
|
280
|
-
*
|
|
281
|
-
* @param {*} [options] Override http request option.
|
|
282
|
-
* @throws {RequiredError}
|
|
283
|
-
*/
|
|
284
|
-
getTokenByHttp(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
285
|
-
/**
|
|
286
|
-
*
|
|
287
|
-
* @param {*} [options] Override http request option.
|
|
288
|
-
* @throws {RequiredError}
|
|
289
|
-
*/
|
|
290
|
-
getTokenByHttp1(options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<string>>;
|
|
291
243
|
/**
|
|
292
244
|
*
|
|
293
245
|
* @summary 微信小程序登录
|
|
@@ -394,18 +346,6 @@ export declare const AppAuthApiFactory: (configuration?: Configuration, basePath
|
|
|
394
346
|
* @throws {RequiredError}
|
|
395
347
|
*/
|
|
396
348
|
choosePark(requestParameters: AppAuthApiChooseParkRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResultString>;
|
|
397
|
-
/**
|
|
398
|
-
*
|
|
399
|
-
* @param {*} [options] Override http request option.
|
|
400
|
-
* @throws {RequiredError}
|
|
401
|
-
*/
|
|
402
|
-
fusionGetToken(options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
403
|
-
/**
|
|
404
|
-
*
|
|
405
|
-
* @param {*} [options] Override http request option.
|
|
406
|
-
* @throws {RequiredError}
|
|
407
|
-
*/
|
|
408
|
-
fusionGetToken1(options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
409
349
|
/**
|
|
410
350
|
*
|
|
411
351
|
* @summary 获取园区数据
|
|
@@ -430,18 +370,6 @@ export declare const AppAuthApiFactory: (configuration?: Configuration, basePath
|
|
|
430
370
|
* @throws {RequiredError}
|
|
431
371
|
*/
|
|
432
372
|
getParkMiniApp(requestParameters: AppAuthApiGetParkMiniAppRequest, options?: RawAxiosRequestConfig): AxiosPromise<JsonResult>;
|
|
433
|
-
/**
|
|
434
|
-
*
|
|
435
|
-
* @param {*} [options] Override http request option.
|
|
436
|
-
* @throws {RequiredError}
|
|
437
|
-
*/
|
|
438
|
-
getTokenByHttp(options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
439
|
-
/**
|
|
440
|
-
*
|
|
441
|
-
* @param {*} [options] Override http request option.
|
|
442
|
-
* @throws {RequiredError}
|
|
443
|
-
*/
|
|
444
|
-
getTokenByHttp1(options?: RawAxiosRequestConfig): AxiosPromise<string>;
|
|
445
373
|
/**
|
|
446
374
|
*
|
|
447
375
|
* @summary 微信小程序登录
|
|
@@ -774,20 +702,6 @@ export declare class AppAuthApi extends BaseAPI {
|
|
|
774
702
|
* @memberof AppAuthApi
|
|
775
703
|
*/
|
|
776
704
|
choosePark(requestParameters: AppAuthApiChooseParkRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResultString, any, {}>>;
|
|
777
|
-
/**
|
|
778
|
-
*
|
|
779
|
-
* @param {*} [options] Override http request option.
|
|
780
|
-
* @throws {RequiredError}
|
|
781
|
-
* @memberof AppAuthApi
|
|
782
|
-
*/
|
|
783
|
-
fusionGetToken(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
784
|
-
/**
|
|
785
|
-
*
|
|
786
|
-
* @param {*} [options] Override http request option.
|
|
787
|
-
* @throws {RequiredError}
|
|
788
|
-
* @memberof AppAuthApi
|
|
789
|
-
*/
|
|
790
|
-
fusionGetToken1(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
791
705
|
/**
|
|
792
706
|
*
|
|
793
707
|
* @summary 获取园区数据
|
|
@@ -815,20 +729,6 @@ export declare class AppAuthApi extends BaseAPI {
|
|
|
815
729
|
* @memberof AppAuthApi
|
|
816
730
|
*/
|
|
817
731
|
getParkMiniApp(requestParameters: AppAuthApiGetParkMiniAppRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<JsonResult, any, {}>>;
|
|
818
|
-
/**
|
|
819
|
-
*
|
|
820
|
-
* @param {*} [options] Override http request option.
|
|
821
|
-
* @throws {RequiredError}
|
|
822
|
-
* @memberof AppAuthApi
|
|
823
|
-
*/
|
|
824
|
-
getTokenByHttp(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
825
|
-
/**
|
|
826
|
-
*
|
|
827
|
-
* @param {*} [options] Override http request option.
|
|
828
|
-
* @throws {RequiredError}
|
|
829
|
-
* @memberof AppAuthApi
|
|
830
|
-
*/
|
|
831
|
-
getTokenByHttp1(options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<string, any, {}>>;
|
|
832
732
|
/**
|
|
833
733
|
*
|
|
834
734
|
* @summary 微信小程序登录
|
|
@@ -259,60 +259,6 @@ const AppAuthApiAxiosParamCreator = function (configuration) {
|
|
|
259
259
|
options: localVarRequestOptions,
|
|
260
260
|
};
|
|
261
261
|
}),
|
|
262
|
-
/**
|
|
263
|
-
*
|
|
264
|
-
* @param {*} [options] Override http request option.
|
|
265
|
-
* @throws {RequiredError}
|
|
266
|
-
*/
|
|
267
|
-
fusionGetToken: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
268
|
-
const localVarPath = `/miniapp/auth/getToken`;
|
|
269
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
270
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
271
|
-
let baseOptions;
|
|
272
|
-
if (configuration) {
|
|
273
|
-
baseOptions = configuration.baseOptions;
|
|
274
|
-
}
|
|
275
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
276
|
-
const localVarHeaderParameter = {};
|
|
277
|
-
const localVarQueryParameter = {};
|
|
278
|
-
// authentication tokenScheme required
|
|
279
|
-
// http bearer authentication required
|
|
280
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
281
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
282
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
283
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
284
|
-
return {
|
|
285
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
286
|
-
options: localVarRequestOptions,
|
|
287
|
-
};
|
|
288
|
-
}),
|
|
289
|
-
/**
|
|
290
|
-
*
|
|
291
|
-
* @param {*} [options] Override http request option.
|
|
292
|
-
* @throws {RequiredError}
|
|
293
|
-
*/
|
|
294
|
-
fusionGetToken1: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
295
|
-
const localVarPath = `/miniapp/auth/getToken`;
|
|
296
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
297
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
298
|
-
let baseOptions;
|
|
299
|
-
if (configuration) {
|
|
300
|
-
baseOptions = configuration.baseOptions;
|
|
301
|
-
}
|
|
302
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
303
|
-
const localVarHeaderParameter = {};
|
|
304
|
-
const localVarQueryParameter = {};
|
|
305
|
-
// authentication tokenScheme required
|
|
306
|
-
// http bearer authentication required
|
|
307
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
308
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
309
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
310
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
311
|
-
return {
|
|
312
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
313
|
-
options: localVarRequestOptions,
|
|
314
|
-
};
|
|
315
|
-
}),
|
|
316
262
|
/**
|
|
317
263
|
*
|
|
318
264
|
* @summary 获取园区数据
|
|
@@ -443,60 +389,6 @@ const AppAuthApiAxiosParamCreator = function (configuration) {
|
|
|
443
389
|
options: localVarRequestOptions,
|
|
444
390
|
};
|
|
445
391
|
}),
|
|
446
|
-
/**
|
|
447
|
-
*
|
|
448
|
-
* @param {*} [options] Override http request option.
|
|
449
|
-
* @throws {RequiredError}
|
|
450
|
-
*/
|
|
451
|
-
getTokenByHttp: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
452
|
-
const localVarPath = `/miniapp/auth/fusionGetTokenByHttp`;
|
|
453
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
454
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
455
|
-
let baseOptions;
|
|
456
|
-
if (configuration) {
|
|
457
|
-
baseOptions = configuration.baseOptions;
|
|
458
|
-
}
|
|
459
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'GET' }, baseOptions), options);
|
|
460
|
-
const localVarHeaderParameter = {};
|
|
461
|
-
const localVarQueryParameter = {};
|
|
462
|
-
// authentication tokenScheme required
|
|
463
|
-
// http bearer authentication required
|
|
464
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
465
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
466
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
467
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
468
|
-
return {
|
|
469
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
470
|
-
options: localVarRequestOptions,
|
|
471
|
-
};
|
|
472
|
-
}),
|
|
473
|
-
/**
|
|
474
|
-
*
|
|
475
|
-
* @param {*} [options] Override http request option.
|
|
476
|
-
* @throws {RequiredError}
|
|
477
|
-
*/
|
|
478
|
-
getTokenByHttp1: (...args_1) => __awaiter(this, [...args_1], void 0, function* (options = {}) {
|
|
479
|
-
const localVarPath = `/miniapp/auth/fusionGetTokenByHttp`;
|
|
480
|
-
// use dummy base URL string because the URL constructor only accepts absolute URLs.
|
|
481
|
-
const localVarUrlObj = new URL(localVarPath, common_1.DUMMY_BASE_URL);
|
|
482
|
-
let baseOptions;
|
|
483
|
-
if (configuration) {
|
|
484
|
-
baseOptions = configuration.baseOptions;
|
|
485
|
-
}
|
|
486
|
-
const localVarRequestOptions = Object.assign(Object.assign({ method: 'POST' }, baseOptions), options);
|
|
487
|
-
const localVarHeaderParameter = {};
|
|
488
|
-
const localVarQueryParameter = {};
|
|
489
|
-
// authentication tokenScheme required
|
|
490
|
-
// http bearer authentication required
|
|
491
|
-
yield (0, common_1.setBearerAuthToObject)(localVarHeaderParameter, configuration);
|
|
492
|
-
(0, common_1.setSearchParams)(localVarUrlObj, localVarQueryParameter);
|
|
493
|
-
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
494
|
-
localVarRequestOptions.headers = Object.assign(Object.assign(Object.assign({}, localVarHeaderParameter), headersFromBaseOptions), options.headers);
|
|
495
|
-
return {
|
|
496
|
-
url: (0, common_1.toPathString)(localVarUrlObj),
|
|
497
|
-
options: localVarRequestOptions,
|
|
498
|
-
};
|
|
499
|
-
}),
|
|
500
392
|
/**
|
|
501
393
|
*
|
|
502
394
|
* @summary 微信小程序登录
|
|
@@ -786,34 +678,6 @@ const AppAuthApiFp = function (configuration) {
|
|
|
786
678
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
787
679
|
});
|
|
788
680
|
},
|
|
789
|
-
/**
|
|
790
|
-
*
|
|
791
|
-
* @param {*} [options] Override http request option.
|
|
792
|
-
* @throws {RequiredError}
|
|
793
|
-
*/
|
|
794
|
-
fusionGetToken(options) {
|
|
795
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
796
|
-
var _a, _b, _c;
|
|
797
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.fusionGetToken(options);
|
|
798
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
799
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AppAuthApi.fusionGetToken']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
800
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
801
|
-
});
|
|
802
|
-
},
|
|
803
|
-
/**
|
|
804
|
-
*
|
|
805
|
-
* @param {*} [options] Override http request option.
|
|
806
|
-
* @throws {RequiredError}
|
|
807
|
-
*/
|
|
808
|
-
fusionGetToken1(options) {
|
|
809
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
810
|
-
var _a, _b, _c;
|
|
811
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.fusionGetToken1(options);
|
|
812
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
813
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AppAuthApi.fusionGetToken1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
814
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
815
|
-
});
|
|
816
|
-
},
|
|
817
681
|
/**
|
|
818
682
|
*
|
|
819
683
|
* @summary 获取园区数据
|
|
@@ -867,34 +731,6 @@ const AppAuthApiFp = function (configuration) {
|
|
|
867
731
|
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
868
732
|
});
|
|
869
733
|
},
|
|
870
|
-
/**
|
|
871
|
-
*
|
|
872
|
-
* @param {*} [options] Override http request option.
|
|
873
|
-
* @throws {RequiredError}
|
|
874
|
-
*/
|
|
875
|
-
getTokenByHttp(options) {
|
|
876
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
877
|
-
var _a, _b, _c;
|
|
878
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getTokenByHttp(options);
|
|
879
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
880
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AppAuthApi.getTokenByHttp']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
881
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
882
|
-
});
|
|
883
|
-
},
|
|
884
|
-
/**
|
|
885
|
-
*
|
|
886
|
-
* @param {*} [options] Override http request option.
|
|
887
|
-
* @throws {RequiredError}
|
|
888
|
-
*/
|
|
889
|
-
getTokenByHttp1(options) {
|
|
890
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
891
|
-
var _a, _b, _c;
|
|
892
|
-
const localVarAxiosArgs = yield localVarAxiosParamCreator.getTokenByHttp1(options);
|
|
893
|
-
const localVarOperationServerIndex = (_a = configuration === null || configuration === void 0 ? void 0 : configuration.serverIndex) !== null && _a !== void 0 ? _a : 0;
|
|
894
|
-
const localVarOperationServerBasePath = (_c = (_b = base_1.operationServerMap['AppAuthApi.getTokenByHttp1']) === null || _b === void 0 ? void 0 : _b[localVarOperationServerIndex]) === null || _c === void 0 ? void 0 : _c.url;
|
|
895
|
-
return (axios, basePath) => (0, common_1.createRequestFunction)(localVarAxiosArgs, axios_1.default, base_1.BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
896
|
-
});
|
|
897
|
-
},
|
|
898
734
|
/**
|
|
899
735
|
*
|
|
900
736
|
* @summary 微信小程序登录
|
|
@@ -1053,22 +889,6 @@ const AppAuthApiFactory = function (configuration, basePath, axios) {
|
|
|
1053
889
|
choosePark(requestParameters, options) {
|
|
1054
890
|
return localVarFp.choosePark(requestParameters.choosePakBody, options).then((request) => request(axios, basePath));
|
|
1055
891
|
},
|
|
1056
|
-
/**
|
|
1057
|
-
*
|
|
1058
|
-
* @param {*} [options] Override http request option.
|
|
1059
|
-
* @throws {RequiredError}
|
|
1060
|
-
*/
|
|
1061
|
-
fusionGetToken(options) {
|
|
1062
|
-
return localVarFp.fusionGetToken(options).then((request) => request(axios, basePath));
|
|
1063
|
-
},
|
|
1064
|
-
/**
|
|
1065
|
-
*
|
|
1066
|
-
* @param {*} [options] Override http request option.
|
|
1067
|
-
* @throws {RequiredError}
|
|
1068
|
-
*/
|
|
1069
|
-
fusionGetToken1(options) {
|
|
1070
|
-
return localVarFp.fusionGetToken1(options).then((request) => request(axios, basePath));
|
|
1071
|
-
},
|
|
1072
892
|
/**
|
|
1073
893
|
*
|
|
1074
894
|
* @summary 获取园区数据
|
|
@@ -1099,22 +919,6 @@ const AppAuthApiFactory = function (configuration, basePath, axios) {
|
|
|
1099
919
|
getParkMiniApp(requestParameters, options) {
|
|
1100
920
|
return localVarFp.getParkMiniApp(requestParameters.uuid, requestParameters.userType, requestParameters.parkId, requestParameters.appId, options).then((request) => request(axios, basePath));
|
|
1101
921
|
},
|
|
1102
|
-
/**
|
|
1103
|
-
*
|
|
1104
|
-
* @param {*} [options] Override http request option.
|
|
1105
|
-
* @throws {RequiredError}
|
|
1106
|
-
*/
|
|
1107
|
-
getTokenByHttp(options) {
|
|
1108
|
-
return localVarFp.getTokenByHttp(options).then((request) => request(axios, basePath));
|
|
1109
|
-
},
|
|
1110
|
-
/**
|
|
1111
|
-
*
|
|
1112
|
-
* @param {*} [options] Override http request option.
|
|
1113
|
-
* @throws {RequiredError}
|
|
1114
|
-
*/
|
|
1115
|
-
getTokenByHttp1(options) {
|
|
1116
|
-
return localVarFp.getTokenByHttp1(options).then((request) => request(axios, basePath));
|
|
1117
|
-
},
|
|
1118
922
|
/**
|
|
1119
923
|
*
|
|
1120
924
|
* @summary 微信小程序登录
|
|
@@ -1249,24 +1053,6 @@ class AppAuthApi extends base_1.BaseAPI {
|
|
|
1249
1053
|
choosePark(requestParameters, options) {
|
|
1250
1054
|
return (0, exports.AppAuthApiFp)(this.configuration).choosePark(requestParameters.choosePakBody, options).then((request) => request(this.axios, this.basePath));
|
|
1251
1055
|
}
|
|
1252
|
-
/**
|
|
1253
|
-
*
|
|
1254
|
-
* @param {*} [options] Override http request option.
|
|
1255
|
-
* @throws {RequiredError}
|
|
1256
|
-
* @memberof AppAuthApi
|
|
1257
|
-
*/
|
|
1258
|
-
fusionGetToken(options) {
|
|
1259
|
-
return (0, exports.AppAuthApiFp)(this.configuration).fusionGetToken(options).then((request) => request(this.axios, this.basePath));
|
|
1260
|
-
}
|
|
1261
|
-
/**
|
|
1262
|
-
*
|
|
1263
|
-
* @param {*} [options] Override http request option.
|
|
1264
|
-
* @throws {RequiredError}
|
|
1265
|
-
* @memberof AppAuthApi
|
|
1266
|
-
*/
|
|
1267
|
-
fusionGetToken1(options) {
|
|
1268
|
-
return (0, exports.AppAuthApiFp)(this.configuration).fusionGetToken1(options).then((request) => request(this.axios, this.basePath));
|
|
1269
|
-
}
|
|
1270
1056
|
/**
|
|
1271
1057
|
*
|
|
1272
1058
|
* @summary 获取园区数据
|
|
@@ -1300,24 +1086,6 @@ class AppAuthApi extends base_1.BaseAPI {
|
|
|
1300
1086
|
getParkMiniApp(requestParameters, options) {
|
|
1301
1087
|
return (0, exports.AppAuthApiFp)(this.configuration).getParkMiniApp(requestParameters.uuid, requestParameters.userType, requestParameters.parkId, requestParameters.appId, options).then((request) => request(this.axios, this.basePath));
|
|
1302
1088
|
}
|
|
1303
|
-
/**
|
|
1304
|
-
*
|
|
1305
|
-
* @param {*} [options] Override http request option.
|
|
1306
|
-
* @throws {RequiredError}
|
|
1307
|
-
* @memberof AppAuthApi
|
|
1308
|
-
*/
|
|
1309
|
-
getTokenByHttp(options) {
|
|
1310
|
-
return (0, exports.AppAuthApiFp)(this.configuration).getTokenByHttp(options).then((request) => request(this.axios, this.basePath));
|
|
1311
|
-
}
|
|
1312
|
-
/**
|
|
1313
|
-
*
|
|
1314
|
-
* @param {*} [options] Override http request option.
|
|
1315
|
-
* @throws {RequiredError}
|
|
1316
|
-
* @memberof AppAuthApi
|
|
1317
|
-
*/
|
|
1318
|
-
getTokenByHttp1(options) {
|
|
1319
|
-
return (0, exports.AppAuthApiFp)(this.configuration).getTokenByHttp1(options).then((request) => request(this.axios, this.basePath));
|
|
1320
|
-
}
|
|
1321
1089
|
/**
|
|
1322
1090
|
*
|
|
1323
1091
|
* @summary 微信小程序登录
|