@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
|
@@ -0,0 +1,185 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { FunctionalAreaEnum } from './functional-area-enum';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { InstallationBodyEnum } from './installation-body-enum';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { IotDeviceStatusEnum } from './iot-device-status-enum';
|
|
25
|
+
|
|
26
|
+
/**
|
|
27
|
+
* 监控实体类
|
|
28
|
+
* @export
|
|
29
|
+
* @interface SurveillanceEntity
|
|
30
|
+
*/
|
|
31
|
+
export interface SurveillanceEntity {
|
|
32
|
+
/**
|
|
33
|
+
* 主键ID
|
|
34
|
+
* @type {number}
|
|
35
|
+
* @memberof SurveillanceEntity
|
|
36
|
+
*/
|
|
37
|
+
'id'?: number;
|
|
38
|
+
/**
|
|
39
|
+
* 园区ID
|
|
40
|
+
* @type {number}
|
|
41
|
+
* @memberof SurveillanceEntity
|
|
42
|
+
*/
|
|
43
|
+
'parkId'?: number;
|
|
44
|
+
/**
|
|
45
|
+
* 监控序号
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof SurveillanceEntity
|
|
48
|
+
*/
|
|
49
|
+
'surveillanceNo'?: string;
|
|
50
|
+
/**
|
|
51
|
+
* 设备编码
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof SurveillanceEntity
|
|
54
|
+
*/
|
|
55
|
+
'deviceCode'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* 通道号
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof SurveillanceEntity
|
|
60
|
+
*/
|
|
61
|
+
'deviceChannel'?: string;
|
|
62
|
+
/**
|
|
63
|
+
* 设备类型
|
|
64
|
+
* @type {string}
|
|
65
|
+
* @memberof SurveillanceEntity
|
|
66
|
+
*/
|
|
67
|
+
'modelId'?: string;
|
|
68
|
+
/**
|
|
69
|
+
* 品牌编号
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof SurveillanceEntity
|
|
72
|
+
*/
|
|
73
|
+
'brandId'?: string;
|
|
74
|
+
/**
|
|
75
|
+
* 空间ID
|
|
76
|
+
* @type {number}
|
|
77
|
+
* @memberof SurveillanceEntity
|
|
78
|
+
*/
|
|
79
|
+
'spaceId'?: number;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {FunctionalAreaEnum}
|
|
83
|
+
* @memberof SurveillanceEntity
|
|
84
|
+
*/
|
|
85
|
+
'functionalArea'?: FunctionalAreaEnum;
|
|
86
|
+
/**
|
|
87
|
+
* 监控名称
|
|
88
|
+
* @type {string}
|
|
89
|
+
* @memberof SurveillanceEntity
|
|
90
|
+
*/
|
|
91
|
+
'surveillanceName'?: string;
|
|
92
|
+
/**
|
|
93
|
+
* 监控全名称
|
|
94
|
+
* @type {string}
|
|
95
|
+
* @memberof SurveillanceEntity
|
|
96
|
+
*/
|
|
97
|
+
'surveillanceFullName'?: string;
|
|
98
|
+
/**
|
|
99
|
+
* 是否空间显示
|
|
100
|
+
* @type {boolean}
|
|
101
|
+
* @memberof SurveillanceEntity
|
|
102
|
+
*/
|
|
103
|
+
'isShowSpace'?: boolean;
|
|
104
|
+
/**
|
|
105
|
+
*
|
|
106
|
+
* @type {IotDeviceStatusEnum}
|
|
107
|
+
* @memberof SurveillanceEntity
|
|
108
|
+
*/
|
|
109
|
+
'surveillanceStatus'?: IotDeviceStatusEnum;
|
|
110
|
+
/**
|
|
111
|
+
*
|
|
112
|
+
* @type {InstallationBodyEnum}
|
|
113
|
+
* @memberof SurveillanceEntity
|
|
114
|
+
*/
|
|
115
|
+
'installationBody'?: InstallationBodyEnum;
|
|
116
|
+
/**
|
|
117
|
+
* 安装单位
|
|
118
|
+
* @type {string}
|
|
119
|
+
* @memberof SurveillanceEntity
|
|
120
|
+
*/
|
|
121
|
+
'installationUnit'?: string;
|
|
122
|
+
/**
|
|
123
|
+
* 建设时间
|
|
124
|
+
* @type {string}
|
|
125
|
+
* @memberof SurveillanceEntity
|
|
126
|
+
*/
|
|
127
|
+
'constructionTime'?: string;
|
|
128
|
+
/**
|
|
129
|
+
* 监控点位
|
|
130
|
+
* @type {Array<number>}
|
|
131
|
+
* @memberof SurveillanceEntity
|
|
132
|
+
*/
|
|
133
|
+
'surveillancePoint'?: Array<number>;
|
|
134
|
+
/**
|
|
135
|
+
* 监控rtmp地址
|
|
136
|
+
* @type {string}
|
|
137
|
+
* @memberof SurveillanceEntity
|
|
138
|
+
*/
|
|
139
|
+
'rtmpUrl'?: string;
|
|
140
|
+
/**
|
|
141
|
+
* 监控截图
|
|
142
|
+
* @type {string}
|
|
143
|
+
* @memberof SurveillanceEntity
|
|
144
|
+
*/
|
|
145
|
+
'surveillancePicture'?: string;
|
|
146
|
+
/**
|
|
147
|
+
* 创建时间
|
|
148
|
+
* @type {string}
|
|
149
|
+
* @memberof SurveillanceEntity
|
|
150
|
+
*/
|
|
151
|
+
'createTime'?: string;
|
|
152
|
+
/**
|
|
153
|
+
* 修改时间
|
|
154
|
+
* @type {string}
|
|
155
|
+
* @memberof SurveillanceEntity
|
|
156
|
+
*/
|
|
157
|
+
'updateTime'?: string;
|
|
158
|
+
/**
|
|
159
|
+
* 是否删除 1未删除 0删除
|
|
160
|
+
* @type {number}
|
|
161
|
+
* @memberof SurveillanceEntity
|
|
162
|
+
*/
|
|
163
|
+
'isDelete'?: number;
|
|
164
|
+
/**
|
|
165
|
+
* 图像状态 2-诊断失败,-1-未知,1-正常,0-异常
|
|
166
|
+
* @type {string}
|
|
167
|
+
* @memberof SurveillanceEntity
|
|
168
|
+
*/
|
|
169
|
+
'imageStatus'?: string;
|
|
170
|
+
/**
|
|
171
|
+
* 录像保存天数
|
|
172
|
+
* @type {number}
|
|
173
|
+
* @memberof SurveillanceEntity
|
|
174
|
+
*/
|
|
175
|
+
'videoRecordingDays'?: number;
|
|
176
|
+
/**
|
|
177
|
+
* 所属项目
|
|
178
|
+
* @type {string}
|
|
179
|
+
* @memberof SurveillanceEntity
|
|
180
|
+
*/
|
|
181
|
+
'projectName'?: string;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
@@ -80,6 +80,24 @@ export interface ViolationDecisionVo {
|
|
|
80
80
|
* @memberof ViolationDecisionVo
|
|
81
81
|
*/
|
|
82
82
|
'claimAmount'?: number;
|
|
83
|
+
/**
|
|
84
|
+
* 举证说明
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof ViolationDecisionVo
|
|
87
|
+
*/
|
|
88
|
+
'evidenceDesc'?: string;
|
|
89
|
+
/**
|
|
90
|
+
* 举证图片
|
|
91
|
+
* @type {Array<string>}
|
|
92
|
+
* @memberof ViolationDecisionVo
|
|
93
|
+
*/
|
|
94
|
+
'evidenceImages'?: Array<string>;
|
|
95
|
+
/**
|
|
96
|
+
* 举证视频
|
|
97
|
+
* @type {Array<string>}
|
|
98
|
+
* @memberof ViolationDecisionVo
|
|
99
|
+
*/
|
|
100
|
+
'evidenceVideos'?: Array<string>;
|
|
83
101
|
}
|
|
84
102
|
|
|
85
103
|
|
|
@@ -84,7 +84,8 @@ export const ViolationIssueTypeEnum = {
|
|
|
84
84
|
SixSProblem: 'SIX_S_PROBLEM',
|
|
85
85
|
NoTeamMeeting: 'NO_TEAM_MEETING',
|
|
86
86
|
PlatformStagingAreaNotCleared: 'PLATFORM_STAGING_AREA_NOT_CLEARED',
|
|
87
|
-
UtilizationProblem: 'UTILIZATION_PROBLEM'
|
|
87
|
+
UtilizationProblem: 'UTILIZATION_PROBLEM',
|
|
88
|
+
Other: 'OTHER'
|
|
88
89
|
} as const;
|
|
89
90
|
|
|
90
91
|
export type ViolationIssueTypeEnum = typeof ViolationIssueTypeEnum[keyof typeof ViolationIssueTypeEnum];
|
|
@@ -64,7 +64,7 @@ export interface ViolationWorkOrderAddVo {
|
|
|
64
64
|
* @type {number}
|
|
65
65
|
* @memberof ViolationWorkOrderAddVo
|
|
66
66
|
*/
|
|
67
|
-
'spaceId'
|
|
67
|
+
'spaceId'?: number;
|
|
68
68
|
/**
|
|
69
69
|
* 工单名称
|
|
70
70
|
* @type {string}
|
|
@@ -107,6 +107,12 @@ export interface ViolationWorkOrderAddVo {
|
|
|
107
107
|
* @memberof ViolationWorkOrderAddVo
|
|
108
108
|
*/
|
|
109
109
|
'sourceId'?: number;
|
|
110
|
+
/**
|
|
111
|
+
* 索赔金额
|
|
112
|
+
* @type {number}
|
|
113
|
+
* @memberof ViolationWorkOrderAddVo
|
|
114
|
+
*/
|
|
115
|
+
'claimAmount'?: number;
|
|
110
116
|
}
|
|
111
117
|
|
|
112
118
|
|
|
@@ -122,6 +122,24 @@ export interface ViolationWorkOrderInfo {
|
|
|
122
122
|
* @memberof ViolationWorkOrderInfo
|
|
123
123
|
*/
|
|
124
124
|
'projectName'?: string;
|
|
125
|
+
/**
|
|
126
|
+
* 举证说明
|
|
127
|
+
* @type {string}
|
|
128
|
+
* @memberof ViolationWorkOrderInfo
|
|
129
|
+
*/
|
|
130
|
+
'evidenceDesc'?: string;
|
|
131
|
+
/**
|
|
132
|
+
* 举证图片
|
|
133
|
+
* @type {Array<string>}
|
|
134
|
+
* @memberof ViolationWorkOrderInfo
|
|
135
|
+
*/
|
|
136
|
+
'evidenceImages'?: Array<string>;
|
|
137
|
+
/**
|
|
138
|
+
* 举证视频
|
|
139
|
+
* @type {Array<string>}
|
|
140
|
+
* @memberof ViolationWorkOrderInfo
|
|
141
|
+
*/
|
|
142
|
+
'evidenceVideos'?: Array<string>;
|
|
125
143
|
}
|
|
126
144
|
|
|
127
145
|
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
// May contain unused imports in some cases
|
|
17
|
+
// @ts-ignore
|
|
18
|
+
import type { WorkOrderDeptDTO } from './work-order-dept-dto';
|
|
19
|
+
// May contain unused imports in some cases
|
|
20
|
+
// @ts-ignore
|
|
21
|
+
import type { WorkOrderGroupEquipmentDTOInspectionItem } from './work-order-group-equipment-dtoinspection-item';
|
|
22
|
+
// May contain unused imports in some cases
|
|
23
|
+
// @ts-ignore
|
|
24
|
+
import type { WorkOrderStatusEnum } from './work-order-status-enum';
|
|
25
|
+
// May contain unused imports in some cases
|
|
26
|
+
// @ts-ignore
|
|
27
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
28
|
+
// May contain unused imports in some cases
|
|
29
|
+
// @ts-ignore
|
|
30
|
+
import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
|
|
31
|
+
|
|
32
|
+
/**
|
|
33
|
+
* 工单设备分组详情
|
|
34
|
+
* @export
|
|
35
|
+
* @interface WorkOrderGroupEquipmentDTO
|
|
36
|
+
*/
|
|
37
|
+
export interface WorkOrderGroupEquipmentDTO {
|
|
38
|
+
/**
|
|
39
|
+
* srm大区名称
|
|
40
|
+
* @type {string}
|
|
41
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
42
|
+
*/
|
|
43
|
+
'srmAreaName'?: string;
|
|
44
|
+
/**
|
|
45
|
+
* srm小微名称
|
|
46
|
+
* @type {string}
|
|
47
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
48
|
+
*/
|
|
49
|
+
'srmXwName'?: string;
|
|
50
|
+
/**
|
|
51
|
+
* srm中心名称
|
|
52
|
+
* @type {string}
|
|
53
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
54
|
+
*/
|
|
55
|
+
'srmCenterName'?: string;
|
|
56
|
+
/**
|
|
57
|
+
* 园区名称
|
|
58
|
+
* @type {string}
|
|
59
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
60
|
+
*/
|
|
61
|
+
'parkName'?: string;
|
|
62
|
+
/**
|
|
63
|
+
* 工单ID
|
|
64
|
+
* @type {number}
|
|
65
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
66
|
+
*/
|
|
67
|
+
'workOrderId'?: number;
|
|
68
|
+
/**
|
|
69
|
+
* 工单号
|
|
70
|
+
* @type {string}
|
|
71
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
72
|
+
*/
|
|
73
|
+
'workOrderNo'?: string;
|
|
74
|
+
/**
|
|
75
|
+
* 设备ID
|
|
76
|
+
* @type {number}
|
|
77
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
78
|
+
*/
|
|
79
|
+
'equipmentId'?: number;
|
|
80
|
+
/**
|
|
81
|
+
*
|
|
82
|
+
* @type {WorkOrderTypeEnum}
|
|
83
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
84
|
+
*/
|
|
85
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
86
|
+
/**
|
|
87
|
+
* 工单名称
|
|
88
|
+
* @type {string}
|
|
89
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
90
|
+
*/
|
|
91
|
+
'workOrderName'?: string;
|
|
92
|
+
/**
|
|
93
|
+
*
|
|
94
|
+
* @type {WorkOrderTypeSubcategoryEnum}
|
|
95
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
96
|
+
*/
|
|
97
|
+
'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
|
|
98
|
+
/**
|
|
99
|
+
* 设备名称
|
|
100
|
+
* @type {string}
|
|
101
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
102
|
+
*/
|
|
103
|
+
'equipmentName'?: string;
|
|
104
|
+
/**
|
|
105
|
+
* 巡检项
|
|
106
|
+
* @type {Array<WorkOrderGroupEquipmentDTOInspectionItem>}
|
|
107
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
108
|
+
*/
|
|
109
|
+
'inspectionItems'?: Array<WorkOrderGroupEquipmentDTOInspectionItem>;
|
|
110
|
+
/**
|
|
111
|
+
* 发起时间
|
|
112
|
+
* @type {string}
|
|
113
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
114
|
+
*/
|
|
115
|
+
'startTime'?: string;
|
|
116
|
+
/**
|
|
117
|
+
* 工单执行部门列表
|
|
118
|
+
* @type {Array<WorkOrderDeptDTO>}
|
|
119
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
120
|
+
*/
|
|
121
|
+
'workOrderDepts'?: Array<WorkOrderDeptDTO>;
|
|
122
|
+
/**
|
|
123
|
+
*
|
|
124
|
+
* @type {WorkOrderStatusEnum}
|
|
125
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
126
|
+
*/
|
|
127
|
+
'workOrderStatus'?: WorkOrderStatusEnum;
|
|
128
|
+
/**
|
|
129
|
+
* 巡检点状态
|
|
130
|
+
* @type {number}
|
|
131
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
132
|
+
*/
|
|
133
|
+
'inspectionPointStatus'?: number;
|
|
134
|
+
/**
|
|
135
|
+
* 处理图片
|
|
136
|
+
* @type {Array<string>}
|
|
137
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
138
|
+
*/
|
|
139
|
+
'handlerImages'?: Array<string>;
|
|
140
|
+
/**
|
|
141
|
+
* 预计执行时间(分钟)
|
|
142
|
+
* @type {number}
|
|
143
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
144
|
+
*/
|
|
145
|
+
'estimateExecutionTime'?: number;
|
|
146
|
+
/**
|
|
147
|
+
* 结束时间
|
|
148
|
+
* @type {string}
|
|
149
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
150
|
+
*/
|
|
151
|
+
'finishTime'?: string;
|
|
152
|
+
/**
|
|
153
|
+
* 是否超时
|
|
154
|
+
* @type {boolean}
|
|
155
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
156
|
+
*/
|
|
157
|
+
'isTimeOut'?: boolean;
|
|
158
|
+
/**
|
|
159
|
+
* 发起方
|
|
160
|
+
* @type {string}
|
|
161
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
162
|
+
*/
|
|
163
|
+
'sponsor'?: string;
|
|
164
|
+
/**
|
|
165
|
+
* 处理人
|
|
166
|
+
* @type {string}
|
|
167
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
168
|
+
*/
|
|
169
|
+
'handlerUserName'?: string;
|
|
170
|
+
/**
|
|
171
|
+
* 抽检结果(巡检点抽检结果)
|
|
172
|
+
* @type {string}
|
|
173
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
174
|
+
*/
|
|
175
|
+
'spotCheckStatus'?: WorkOrderGroupEquipmentDTOSpotCheckStatusEnum;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
export const WorkOrderGroupEquipmentDTOSpotCheckStatusEnum = {
|
|
179
|
+
NotCheck: 'NOT_CHECK',
|
|
180
|
+
Pass: 'PASS',
|
|
181
|
+
Fail: 'FAIL'
|
|
182
|
+
} as const;
|
|
183
|
+
|
|
184
|
+
export type WorkOrderGroupEquipmentDTOSpotCheckStatusEnum = typeof WorkOrderGroupEquipmentDTOSpotCheckStatusEnum[keyof typeof WorkOrderGroupEquipmentDTOSpotCheckStatusEnum];
|
|
185
|
+
|
|
186
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/* eslint-disable */
|
|
3
|
+
/**
|
|
4
|
+
* OpenAPI definition
|
|
5
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
6
|
+
*
|
|
7
|
+
* The version of the OpenAPI document: v0
|
|
8
|
+
*
|
|
9
|
+
*
|
|
10
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
11
|
+
* https://openapi-generator.tech
|
|
12
|
+
* Do not edit the class manually.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* 巡检项
|
|
19
|
+
* @export
|
|
20
|
+
* @interface WorkOrderGroupEquipmentDTOInspectionItem
|
|
21
|
+
*/
|
|
22
|
+
export interface WorkOrderGroupEquipmentDTOInspectionItem {
|
|
23
|
+
/**
|
|
24
|
+
* 内容
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof WorkOrderGroupEquipmentDTOInspectionItem
|
|
27
|
+
*/
|
|
28
|
+
'content'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* 标准
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof WorkOrderGroupEquipmentDTOInspectionItem
|
|
33
|
+
*/
|
|
34
|
+
'standard'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* 状态 1:完成 0未完成
|
|
37
|
+
* @type {number}
|
|
38
|
+
* @memberof WorkOrderGroupEquipmentDTOInspectionItem
|
|
39
|
+
*/
|
|
40
|
+
'state'?: number;
|
|
41
|
+
}
|
|
42
|
+
|
|
@@ -36,6 +36,7 @@ export const WorkOrderInternalStatusEnum = {
|
|
|
36
36
|
MonitoringCoverageAlertWorkOrderInProgressLevelOne: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
37
37
|
MonitoringCoverageAlertWorkOrderInProgressLevelTwo: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_TWO',
|
|
38
38
|
MonitoringCoverageAlertWorkOrderInProgressLevelThree: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_THREE',
|
|
39
|
+
MonitoringCoverageAlertWorkOrderInProgressLevelFour: 'MONITORING_COVERAGE_ALERT_WORK_ORDER_IN_PROGRESS_LEVEL_FOUR',
|
|
39
40
|
ExplorationWorkOrderInProgressLevelOne: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_ONE',
|
|
40
41
|
ExplorationWorkOrderInProgressLevelTwo: 'EXPLORATION_WORK_ORDER_IN_PROGRESS_LEVEL_TWO'
|
|
41
42
|
} as const;
|
|
@@ -32,6 +32,18 @@ export interface WorkOrderSpotCheckDto {
|
|
|
32
32
|
* @memberof WorkOrderSpotCheckDto
|
|
33
33
|
*/
|
|
34
34
|
'workOrderId'?: number;
|
|
35
|
+
/**
|
|
36
|
+
*
|
|
37
|
+
* @type {WorkOrderTypeEnum}
|
|
38
|
+
* @memberof WorkOrderSpotCheckDto
|
|
39
|
+
*/
|
|
40
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
41
|
+
/**
|
|
42
|
+
* 计划类型
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof WorkOrderSpotCheckDto
|
|
45
|
+
*/
|
|
46
|
+
'planType'?: WorkOrderSpotCheckDtoPlanTypeEnum;
|
|
35
47
|
/**
|
|
36
48
|
* 抽检结果
|
|
37
49
|
* @type {string}
|
|
@@ -92,27 +104,8 @@ export interface WorkOrderSpotCheckDto {
|
|
|
92
104
|
* @memberof WorkOrderSpotCheckDto
|
|
93
105
|
*/
|
|
94
106
|
'inspectionItemNames'?: Array<string>;
|
|
95
|
-
/**
|
|
96
|
-
*
|
|
97
|
-
* @type {WorkOrderTypeEnum}
|
|
98
|
-
* @memberof WorkOrderSpotCheckDto
|
|
99
|
-
*/
|
|
100
|
-
'workOrderType'?: WorkOrderTypeEnum;
|
|
101
|
-
/**
|
|
102
|
-
* 计划类型
|
|
103
|
-
* @type {string}
|
|
104
|
-
* @memberof WorkOrderSpotCheckDto
|
|
105
|
-
*/
|
|
106
|
-
'planType'?: WorkOrderSpotCheckDtoPlanTypeEnum;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
export const WorkOrderSpotCheckDtoCheckStatusEnum = {
|
|
110
|
-
NotCheck: 'NOT_CHECK',
|
|
111
|
-
Pass: 'PASS',
|
|
112
|
-
Fail: 'FAIL'
|
|
113
|
-
} as const;
|
|
114
|
-
|
|
115
|
-
export type WorkOrderSpotCheckDtoCheckStatusEnum = typeof WorkOrderSpotCheckDtoCheckStatusEnum[keyof typeof WorkOrderSpotCheckDtoCheckStatusEnum];
|
|
116
109
|
export const WorkOrderSpotCheckDtoPlanTypeEnum = {
|
|
117
110
|
PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
|
|
118
111
|
PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
|
|
@@ -122,5 +115,12 @@ export const WorkOrderSpotCheckDtoPlanTypeEnum = {
|
|
|
122
115
|
} as const;
|
|
123
116
|
|
|
124
117
|
export type WorkOrderSpotCheckDtoPlanTypeEnum = typeof WorkOrderSpotCheckDtoPlanTypeEnum[keyof typeof WorkOrderSpotCheckDtoPlanTypeEnum];
|
|
118
|
+
export const WorkOrderSpotCheckDtoCheckStatusEnum = {
|
|
119
|
+
NotCheck: 'NOT_CHECK',
|
|
120
|
+
Pass: 'PASS',
|
|
121
|
+
Fail: 'FAIL'
|
|
122
|
+
} as const;
|
|
123
|
+
|
|
124
|
+
export type WorkOrderSpotCheckDtoCheckStatusEnum = typeof WorkOrderSpotCheckDtoCheckStatusEnum[keyof typeof WorkOrderSpotCheckDtoCheckStatusEnum];
|
|
125
125
|
|
|
126
126
|
|
package/package.json
CHANGED
package/rrs_client.env
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# ======================================================
|
|
2
|
+
# RRS 客户端生成与发布配置文件
|
|
3
|
+
# ======================================================
|
|
4
|
+
|
|
5
|
+
# --- [必需] API 文档的 URL ---
|
|
6
|
+
DOC_URL="http://192.168.9.118:8082/micro-server/v3/api-docs"
|
|
7
|
+
|
|
8
|
+
# --- [必需] NPM 包的基础版本号 ---
|
|
9
|
+
# 例如: 1.0.0
|
|
10
|
+
RRS_VERSION="4.2.9"
|
|
11
|
+
|
|
12
|
+
# --- [必需] 用于发布到 npmjs.org 的认证 Token ---
|
|
13
|
+
# 强烈建议使用CI/CD系统的密钥管理功能来注入此变量,而不是硬编码
|
|
14
|
+
PUBLIC_NPM_TOKEN_NEW="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"
|
|
15
|
+
|
|
16
|
+
# --- [可选] 预发布标识符 ---
|
|
17
|
+
# - 设置为 "alpha", "beta", "rc" 等来发布一个预发布版本。
|
|
18
|
+
# - 版本号将组合成: ${RRS_VERSION}-${PRE_RELEASE_ID}.${时间戳}
|
|
19
|
+
# - 留空 (""): 将执行一次正式发布。
|
|
20
|
+
PRE_RELEASE_ID="alpha"
|
|
File without changes
|
/package/dist/models/{json-result-work-order-spot-check-dto.js → dashboard-park-statistics-vo.js}
RENAMED
|
File without changes
|