@gizone/rrs-client 4.2.8-alpha.476 → 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/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/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/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/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/surveillance-batch-import-template-dto.d.ts +13 -0
- package/dist/esm/models/surveillance-entity.d.ts +171 -0
- package/dist/esm/models/surveillance-entity.js +14 -0
- package/dist/esm/models/violation-decision-vo.d.ts +18 -0
- package/dist/esm/models/violation-work-order-add-vo.d.ts +6 -0
- 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-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/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/surveillance-batch-import-template-dto.d.ts +13 -0
- package/dist/models/surveillance-entity.d.ts +171 -0
- package/dist/models/surveillance-entity.js +15 -0
- package/dist/models/violation-decision-vo.d.ts +18 -0
- package/dist/models/violation-work-order-add-vo.d.ts +6 -0
- 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-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/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/surveillance-batch-import-template-dto.ts +15 -0
- package/models/surveillance-entity.ts +185 -0
- package/models/violation-decision-vo.ts +18 -0
- package/models/violation-work-order-add-vo.ts +6 -0
- 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-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
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
*/
|
|
12
12
|
import type { FunctionalAreaEnum } from './functional-area-enum';
|
|
13
13
|
import type { InstallationBodyEnum } from './installation-body-enum';
|
|
14
|
+
import type { SurveillanceEntity } from './surveillance-entity';
|
|
14
15
|
/**
|
|
15
16
|
* 监控批量导入模板数据传输对象
|
|
16
17
|
* @export
|
|
@@ -35,6 +36,12 @@ export interface SurveillanceBatchImportTemplateDto {
|
|
|
35
36
|
* @memberof SurveillanceBatchImportTemplateDto
|
|
36
37
|
*/
|
|
37
38
|
'surveillanceSpaceName'?: string;
|
|
39
|
+
/**
|
|
40
|
+
*
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof SurveillanceBatchImportTemplateDto
|
|
43
|
+
*/
|
|
44
|
+
'newSurveillanceName'?: string;
|
|
38
45
|
/**
|
|
39
46
|
*
|
|
40
47
|
* @type {string}
|
|
@@ -113,4 +120,10 @@ export interface SurveillanceBatchImportTemplateDto {
|
|
|
113
120
|
* @memberof SurveillanceBatchImportTemplateDto
|
|
114
121
|
*/
|
|
115
122
|
'spaceId'?: number;
|
|
123
|
+
/**
|
|
124
|
+
*
|
|
125
|
+
* @type {SurveillanceEntity}
|
|
126
|
+
* @memberof SurveillanceBatchImportTemplateDto
|
|
127
|
+
*/
|
|
128
|
+
'surveillanceEntity'?: SurveillanceEntity;
|
|
116
129
|
}
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { FunctionalAreaEnum } from './functional-area-enum';
|
|
13
|
+
import type { InstallationBodyEnum } from './installation-body-enum';
|
|
14
|
+
import type { IotDeviceStatusEnum } from './iot-device-status-enum';
|
|
15
|
+
/**
|
|
16
|
+
* 监控实体类
|
|
17
|
+
* @export
|
|
18
|
+
* @interface SurveillanceEntity
|
|
19
|
+
*/
|
|
20
|
+
export interface SurveillanceEntity {
|
|
21
|
+
/**
|
|
22
|
+
* 主键ID
|
|
23
|
+
* @type {number}
|
|
24
|
+
* @memberof SurveillanceEntity
|
|
25
|
+
*/
|
|
26
|
+
'id'?: number;
|
|
27
|
+
/**
|
|
28
|
+
* 园区ID
|
|
29
|
+
* @type {number}
|
|
30
|
+
* @memberof SurveillanceEntity
|
|
31
|
+
*/
|
|
32
|
+
'parkId'?: number;
|
|
33
|
+
/**
|
|
34
|
+
* 监控序号
|
|
35
|
+
* @type {string}
|
|
36
|
+
* @memberof SurveillanceEntity
|
|
37
|
+
*/
|
|
38
|
+
'surveillanceNo'?: string;
|
|
39
|
+
/**
|
|
40
|
+
* 设备编码
|
|
41
|
+
* @type {string}
|
|
42
|
+
* @memberof SurveillanceEntity
|
|
43
|
+
*/
|
|
44
|
+
'deviceCode'?: string;
|
|
45
|
+
/**
|
|
46
|
+
* 通道号
|
|
47
|
+
* @type {string}
|
|
48
|
+
* @memberof SurveillanceEntity
|
|
49
|
+
*/
|
|
50
|
+
'deviceChannel'?: string;
|
|
51
|
+
/**
|
|
52
|
+
* 设备类型
|
|
53
|
+
* @type {string}
|
|
54
|
+
* @memberof SurveillanceEntity
|
|
55
|
+
*/
|
|
56
|
+
'modelId'?: string;
|
|
57
|
+
/**
|
|
58
|
+
* 品牌编号
|
|
59
|
+
* @type {string}
|
|
60
|
+
* @memberof SurveillanceEntity
|
|
61
|
+
*/
|
|
62
|
+
'brandId'?: string;
|
|
63
|
+
/**
|
|
64
|
+
* 空间ID
|
|
65
|
+
* @type {number}
|
|
66
|
+
* @memberof SurveillanceEntity
|
|
67
|
+
*/
|
|
68
|
+
'spaceId'?: number;
|
|
69
|
+
/**
|
|
70
|
+
*
|
|
71
|
+
* @type {FunctionalAreaEnum}
|
|
72
|
+
* @memberof SurveillanceEntity
|
|
73
|
+
*/
|
|
74
|
+
'functionalArea'?: FunctionalAreaEnum;
|
|
75
|
+
/**
|
|
76
|
+
* 监控名称
|
|
77
|
+
* @type {string}
|
|
78
|
+
* @memberof SurveillanceEntity
|
|
79
|
+
*/
|
|
80
|
+
'surveillanceName'?: string;
|
|
81
|
+
/**
|
|
82
|
+
* 监控全名称
|
|
83
|
+
* @type {string}
|
|
84
|
+
* @memberof SurveillanceEntity
|
|
85
|
+
*/
|
|
86
|
+
'surveillanceFullName'?: string;
|
|
87
|
+
/**
|
|
88
|
+
* 是否空间显示
|
|
89
|
+
* @type {boolean}
|
|
90
|
+
* @memberof SurveillanceEntity
|
|
91
|
+
*/
|
|
92
|
+
'isShowSpace'?: boolean;
|
|
93
|
+
/**
|
|
94
|
+
*
|
|
95
|
+
* @type {IotDeviceStatusEnum}
|
|
96
|
+
* @memberof SurveillanceEntity
|
|
97
|
+
*/
|
|
98
|
+
'surveillanceStatus'?: IotDeviceStatusEnum;
|
|
99
|
+
/**
|
|
100
|
+
*
|
|
101
|
+
* @type {InstallationBodyEnum}
|
|
102
|
+
* @memberof SurveillanceEntity
|
|
103
|
+
*/
|
|
104
|
+
'installationBody'?: InstallationBodyEnum;
|
|
105
|
+
/**
|
|
106
|
+
* 安装单位
|
|
107
|
+
* @type {string}
|
|
108
|
+
* @memberof SurveillanceEntity
|
|
109
|
+
*/
|
|
110
|
+
'installationUnit'?: string;
|
|
111
|
+
/**
|
|
112
|
+
* 建设时间
|
|
113
|
+
* @type {string}
|
|
114
|
+
* @memberof SurveillanceEntity
|
|
115
|
+
*/
|
|
116
|
+
'constructionTime'?: string;
|
|
117
|
+
/**
|
|
118
|
+
* 监控点位
|
|
119
|
+
* @type {Array<number>}
|
|
120
|
+
* @memberof SurveillanceEntity
|
|
121
|
+
*/
|
|
122
|
+
'surveillancePoint'?: Array<number>;
|
|
123
|
+
/**
|
|
124
|
+
* 监控rtmp地址
|
|
125
|
+
* @type {string}
|
|
126
|
+
* @memberof SurveillanceEntity
|
|
127
|
+
*/
|
|
128
|
+
'rtmpUrl'?: string;
|
|
129
|
+
/**
|
|
130
|
+
* 监控截图
|
|
131
|
+
* @type {string}
|
|
132
|
+
* @memberof SurveillanceEntity
|
|
133
|
+
*/
|
|
134
|
+
'surveillancePicture'?: string;
|
|
135
|
+
/**
|
|
136
|
+
* 创建时间
|
|
137
|
+
* @type {string}
|
|
138
|
+
* @memberof SurveillanceEntity
|
|
139
|
+
*/
|
|
140
|
+
'createTime'?: string;
|
|
141
|
+
/**
|
|
142
|
+
* 修改时间
|
|
143
|
+
* @type {string}
|
|
144
|
+
* @memberof SurveillanceEntity
|
|
145
|
+
*/
|
|
146
|
+
'updateTime'?: string;
|
|
147
|
+
/**
|
|
148
|
+
* 是否删除 1未删除 0删除
|
|
149
|
+
* @type {number}
|
|
150
|
+
* @memberof SurveillanceEntity
|
|
151
|
+
*/
|
|
152
|
+
'isDelete'?: number;
|
|
153
|
+
/**
|
|
154
|
+
* 图像状态 2-诊断失败,-1-未知,1-正常,0-异常
|
|
155
|
+
* @type {string}
|
|
156
|
+
* @memberof SurveillanceEntity
|
|
157
|
+
*/
|
|
158
|
+
'imageStatus'?: string;
|
|
159
|
+
/**
|
|
160
|
+
* 录像保存天数
|
|
161
|
+
* @type {number}
|
|
162
|
+
* @memberof SurveillanceEntity
|
|
163
|
+
*/
|
|
164
|
+
'videoRecordingDays'?: number;
|
|
165
|
+
/**
|
|
166
|
+
* 所属项目
|
|
167
|
+
* @type {string}
|
|
168
|
+
* @memberof SurveillanceEntity
|
|
169
|
+
*/
|
|
170
|
+
'projectName'?: string;
|
|
171
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -71,4 +71,22 @@ export interface ViolationDecisionVo {
|
|
|
71
71
|
* @memberof ViolationDecisionVo
|
|
72
72
|
*/
|
|
73
73
|
'claimAmount'?: number;
|
|
74
|
+
/**
|
|
75
|
+
* 举证说明
|
|
76
|
+
* @type {string}
|
|
77
|
+
* @memberof ViolationDecisionVo
|
|
78
|
+
*/
|
|
79
|
+
'evidenceDesc'?: string;
|
|
80
|
+
/**
|
|
81
|
+
* 举证图片
|
|
82
|
+
* @type {Array<string>}
|
|
83
|
+
* @memberof ViolationDecisionVo
|
|
84
|
+
*/
|
|
85
|
+
'evidenceImages'?: Array<string>;
|
|
86
|
+
/**
|
|
87
|
+
* 举证视频
|
|
88
|
+
* @type {Array<string>}
|
|
89
|
+
* @memberof ViolationDecisionVo
|
|
90
|
+
*/
|
|
91
|
+
'evidenceVideos'?: Array<string>;
|
|
74
92
|
}
|
|
@@ -109,4 +109,22 @@ export interface ViolationWorkOrderInfo {
|
|
|
109
109
|
* @memberof ViolationWorkOrderInfo
|
|
110
110
|
*/
|
|
111
111
|
'projectName'?: string;
|
|
112
|
+
/**
|
|
113
|
+
* 举证说明
|
|
114
|
+
* @type {string}
|
|
115
|
+
* @memberof ViolationWorkOrderInfo
|
|
116
|
+
*/
|
|
117
|
+
'evidenceDesc'?: string;
|
|
118
|
+
/**
|
|
119
|
+
* 举证图片
|
|
120
|
+
* @type {Array<string>}
|
|
121
|
+
* @memberof ViolationWorkOrderInfo
|
|
122
|
+
*/
|
|
123
|
+
'evidenceImages'?: Array<string>;
|
|
124
|
+
/**
|
|
125
|
+
* 举证视频
|
|
126
|
+
* @type {Array<string>}
|
|
127
|
+
* @memberof ViolationWorkOrderInfo
|
|
128
|
+
*/
|
|
129
|
+
'evidenceVideos'?: Array<string>;
|
|
112
130
|
}
|
|
@@ -0,0 +1,167 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
import type { WorkOrderDeptDTO } from './work-order-dept-dto';
|
|
13
|
+
import type { WorkOrderGroupEquipmentDTOInspectionItem } from './work-order-group-equipment-dtoinspection-item';
|
|
14
|
+
import type { WorkOrderStatusEnum } from './work-order-status-enum';
|
|
15
|
+
import type { WorkOrderTypeEnum } from './work-order-type-enum';
|
|
16
|
+
import type { WorkOrderTypeSubcategoryEnum } from './work-order-type-subcategory-enum';
|
|
17
|
+
/**
|
|
18
|
+
* 工单设备分组详情
|
|
19
|
+
* @export
|
|
20
|
+
* @interface WorkOrderGroupEquipmentDTO
|
|
21
|
+
*/
|
|
22
|
+
export interface WorkOrderGroupEquipmentDTO {
|
|
23
|
+
/**
|
|
24
|
+
* srm大区名称
|
|
25
|
+
* @type {string}
|
|
26
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
27
|
+
*/
|
|
28
|
+
'srmAreaName'?: string;
|
|
29
|
+
/**
|
|
30
|
+
* srm小微名称
|
|
31
|
+
* @type {string}
|
|
32
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
33
|
+
*/
|
|
34
|
+
'srmXwName'?: string;
|
|
35
|
+
/**
|
|
36
|
+
* srm中心名称
|
|
37
|
+
* @type {string}
|
|
38
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
39
|
+
*/
|
|
40
|
+
'srmCenterName'?: string;
|
|
41
|
+
/**
|
|
42
|
+
* 园区名称
|
|
43
|
+
* @type {string}
|
|
44
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
45
|
+
*/
|
|
46
|
+
'parkName'?: string;
|
|
47
|
+
/**
|
|
48
|
+
* 工单ID
|
|
49
|
+
* @type {number}
|
|
50
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
51
|
+
*/
|
|
52
|
+
'workOrderId'?: number;
|
|
53
|
+
/**
|
|
54
|
+
* 工单号
|
|
55
|
+
* @type {string}
|
|
56
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
57
|
+
*/
|
|
58
|
+
'workOrderNo'?: string;
|
|
59
|
+
/**
|
|
60
|
+
* 设备ID
|
|
61
|
+
* @type {number}
|
|
62
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
63
|
+
*/
|
|
64
|
+
'equipmentId'?: number;
|
|
65
|
+
/**
|
|
66
|
+
*
|
|
67
|
+
* @type {WorkOrderTypeEnum}
|
|
68
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
69
|
+
*/
|
|
70
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
71
|
+
/**
|
|
72
|
+
* 工单名称
|
|
73
|
+
* @type {string}
|
|
74
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
75
|
+
*/
|
|
76
|
+
'workOrderName'?: string;
|
|
77
|
+
/**
|
|
78
|
+
*
|
|
79
|
+
* @type {WorkOrderTypeSubcategoryEnum}
|
|
80
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
81
|
+
*/
|
|
82
|
+
'workOrderTypeSubcategory'?: WorkOrderTypeSubcategoryEnum;
|
|
83
|
+
/**
|
|
84
|
+
* 设备名称
|
|
85
|
+
* @type {string}
|
|
86
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
87
|
+
*/
|
|
88
|
+
'equipmentName'?: string;
|
|
89
|
+
/**
|
|
90
|
+
* 巡检项
|
|
91
|
+
* @type {Array<WorkOrderGroupEquipmentDTOInspectionItem>}
|
|
92
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
93
|
+
*/
|
|
94
|
+
'inspectionItems'?: Array<WorkOrderGroupEquipmentDTOInspectionItem>;
|
|
95
|
+
/**
|
|
96
|
+
* 发起时间
|
|
97
|
+
* @type {string}
|
|
98
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
99
|
+
*/
|
|
100
|
+
'startTime'?: string;
|
|
101
|
+
/**
|
|
102
|
+
* 工单执行部门列表
|
|
103
|
+
* @type {Array<WorkOrderDeptDTO>}
|
|
104
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
105
|
+
*/
|
|
106
|
+
'workOrderDepts'?: Array<WorkOrderDeptDTO>;
|
|
107
|
+
/**
|
|
108
|
+
*
|
|
109
|
+
* @type {WorkOrderStatusEnum}
|
|
110
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
111
|
+
*/
|
|
112
|
+
'workOrderStatus'?: WorkOrderStatusEnum;
|
|
113
|
+
/**
|
|
114
|
+
* 巡检点状态
|
|
115
|
+
* @type {number}
|
|
116
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
117
|
+
*/
|
|
118
|
+
'inspectionPointStatus'?: number;
|
|
119
|
+
/**
|
|
120
|
+
* 处理图片
|
|
121
|
+
* @type {Array<string>}
|
|
122
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
123
|
+
*/
|
|
124
|
+
'handlerImages'?: Array<string>;
|
|
125
|
+
/**
|
|
126
|
+
* 预计执行时间(分钟)
|
|
127
|
+
* @type {number}
|
|
128
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
129
|
+
*/
|
|
130
|
+
'estimateExecutionTime'?: number;
|
|
131
|
+
/**
|
|
132
|
+
* 结束时间
|
|
133
|
+
* @type {string}
|
|
134
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
135
|
+
*/
|
|
136
|
+
'finishTime'?: string;
|
|
137
|
+
/**
|
|
138
|
+
* 是否超时
|
|
139
|
+
* @type {boolean}
|
|
140
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
141
|
+
*/
|
|
142
|
+
'isTimeOut'?: boolean;
|
|
143
|
+
/**
|
|
144
|
+
* 发起方
|
|
145
|
+
* @type {string}
|
|
146
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
147
|
+
*/
|
|
148
|
+
'sponsor'?: string;
|
|
149
|
+
/**
|
|
150
|
+
* 处理人
|
|
151
|
+
* @type {string}
|
|
152
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
153
|
+
*/
|
|
154
|
+
'handlerUserName'?: string;
|
|
155
|
+
/**
|
|
156
|
+
* 抽检结果(巡检点抽检结果)
|
|
157
|
+
* @type {string}
|
|
158
|
+
* @memberof WorkOrderGroupEquipmentDTO
|
|
159
|
+
*/
|
|
160
|
+
'spotCheckStatus'?: WorkOrderGroupEquipmentDTOSpotCheckStatusEnum;
|
|
161
|
+
}
|
|
162
|
+
export declare const WorkOrderGroupEquipmentDTOSpotCheckStatusEnum: {
|
|
163
|
+
readonly NotCheck: "NOT_CHECK";
|
|
164
|
+
readonly Pass: "PASS";
|
|
165
|
+
readonly Fail: "FAIL";
|
|
166
|
+
};
|
|
167
|
+
export type WorkOrderGroupEquipmentDTOSpotCheckStatusEnum = typeof WorkOrderGroupEquipmentDTOSpotCheckStatusEnum[keyof typeof WorkOrderGroupEquipmentDTOSpotCheckStatusEnum];
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
+
exports.WorkOrderGroupEquipmentDTOSpotCheckStatusEnum = void 0;
|
|
17
|
+
exports.WorkOrderGroupEquipmentDTOSpotCheckStatusEnum = {
|
|
18
|
+
NotCheck: 'NOT_CHECK',
|
|
19
|
+
Pass: 'PASS',
|
|
20
|
+
Fail: 'FAIL'
|
|
21
|
+
};
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OpenAPI definition
|
|
3
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
4
|
+
*
|
|
5
|
+
* The version of the OpenAPI document: v0
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
9
|
+
* https://openapi-generator.tech
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*/
|
|
12
|
+
/**
|
|
13
|
+
* 巡检项
|
|
14
|
+
* @export
|
|
15
|
+
* @interface WorkOrderGroupEquipmentDTOInspectionItem
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkOrderGroupEquipmentDTOInspectionItem {
|
|
18
|
+
/**
|
|
19
|
+
* 内容
|
|
20
|
+
* @type {string}
|
|
21
|
+
* @memberof WorkOrderGroupEquipmentDTOInspectionItem
|
|
22
|
+
*/
|
|
23
|
+
'content'?: string;
|
|
24
|
+
/**
|
|
25
|
+
* 标准
|
|
26
|
+
* @type {string}
|
|
27
|
+
* @memberof WorkOrderGroupEquipmentDTOInspectionItem
|
|
28
|
+
*/
|
|
29
|
+
'standard'?: string;
|
|
30
|
+
/**
|
|
31
|
+
* 状态 1:完成 0未完成
|
|
32
|
+
* @type {number}
|
|
33
|
+
* @memberof WorkOrderGroupEquipmentDTOInspectionItem
|
|
34
|
+
*/
|
|
35
|
+
'state'?: number;
|
|
36
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
/**
|
|
5
|
+
* OpenAPI definition
|
|
6
|
+
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
|
7
|
+
*
|
|
8
|
+
* The version of the OpenAPI document: v0
|
|
9
|
+
*
|
|
10
|
+
*
|
|
11
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
12
|
+
* https://openapi-generator.tech
|
|
13
|
+
* Do not edit the class manually.
|
|
14
|
+
*/
|
|
15
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -23,6 +23,18 @@ export interface WorkOrderSpotCheckDto {
|
|
|
23
23
|
* @memberof WorkOrderSpotCheckDto
|
|
24
24
|
*/
|
|
25
25
|
'workOrderId'?: number;
|
|
26
|
+
/**
|
|
27
|
+
*
|
|
28
|
+
* @type {WorkOrderTypeEnum}
|
|
29
|
+
* @memberof WorkOrderSpotCheckDto
|
|
30
|
+
*/
|
|
31
|
+
'workOrderType'?: WorkOrderTypeEnum;
|
|
32
|
+
/**
|
|
33
|
+
* 计划类型
|
|
34
|
+
* @type {string}
|
|
35
|
+
* @memberof WorkOrderSpotCheckDto
|
|
36
|
+
*/
|
|
37
|
+
'planType'?: WorkOrderSpotCheckDtoPlanTypeEnum;
|
|
26
38
|
/**
|
|
27
39
|
* 抽检结果
|
|
28
40
|
* @type {string}
|
|
@@ -83,25 +95,7 @@ export interface WorkOrderSpotCheckDto {
|
|
|
83
95
|
* @memberof WorkOrderSpotCheckDto
|
|
84
96
|
*/
|
|
85
97
|
'inspectionItemNames'?: Array<string>;
|
|
86
|
-
/**
|
|
87
|
-
*
|
|
88
|
-
* @type {WorkOrderTypeEnum}
|
|
89
|
-
* @memberof WorkOrderSpotCheckDto
|
|
90
|
-
*/
|
|
91
|
-
'workOrderType'?: WorkOrderTypeEnum;
|
|
92
|
-
/**
|
|
93
|
-
* 计划类型
|
|
94
|
-
* @type {string}
|
|
95
|
-
* @memberof WorkOrderSpotCheckDto
|
|
96
|
-
*/
|
|
97
|
-
'planType'?: WorkOrderSpotCheckDtoPlanTypeEnum;
|
|
98
98
|
}
|
|
99
|
-
export declare const WorkOrderSpotCheckDtoCheckStatusEnum: {
|
|
100
|
-
readonly NotCheck: "NOT_CHECK";
|
|
101
|
-
readonly Pass: "PASS";
|
|
102
|
-
readonly Fail: "FAIL";
|
|
103
|
-
};
|
|
104
|
-
export type WorkOrderSpotCheckDtoCheckStatusEnum = typeof WorkOrderSpotCheckDtoCheckStatusEnum[keyof typeof WorkOrderSpotCheckDtoCheckStatusEnum];
|
|
105
99
|
export declare const WorkOrderSpotCheckDtoPlanTypeEnum: {
|
|
106
100
|
readonly PlanTypeShebeiweibao: "PLAN_TYPE_SHEBEIWEIBAO";
|
|
107
101
|
readonly PlanTypeXunjianSpace: "PLAN_TYPE_XUNJIAN_SPACE";
|
|
@@ -110,3 +104,9 @@ export declare const WorkOrderSpotCheckDtoPlanTypeEnum: {
|
|
|
110
104
|
readonly PlanTypeDisasterWarning: "PLAN_TYPE_DISASTER_WARNING";
|
|
111
105
|
};
|
|
112
106
|
export type WorkOrderSpotCheckDtoPlanTypeEnum = typeof WorkOrderSpotCheckDtoPlanTypeEnum[keyof typeof WorkOrderSpotCheckDtoPlanTypeEnum];
|
|
107
|
+
export declare const WorkOrderSpotCheckDtoCheckStatusEnum: {
|
|
108
|
+
readonly NotCheck: "NOT_CHECK";
|
|
109
|
+
readonly Pass: "PASS";
|
|
110
|
+
readonly Fail: "FAIL";
|
|
111
|
+
};
|
|
112
|
+
export type WorkOrderSpotCheckDtoCheckStatusEnum = typeof WorkOrderSpotCheckDtoCheckStatusEnum[keyof typeof WorkOrderSpotCheckDtoCheckStatusEnum];
|
|
@@ -13,12 +13,7 @@
|
|
|
13
13
|
* Do not edit the class manually.
|
|
14
14
|
*/
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
|
-
exports.
|
|
17
|
-
exports.WorkOrderSpotCheckDtoCheckStatusEnum = {
|
|
18
|
-
NotCheck: 'NOT_CHECK',
|
|
19
|
-
Pass: 'PASS',
|
|
20
|
-
Fail: 'FAIL'
|
|
21
|
-
};
|
|
16
|
+
exports.WorkOrderSpotCheckDtoCheckStatusEnum = exports.WorkOrderSpotCheckDtoPlanTypeEnum = void 0;
|
|
22
17
|
exports.WorkOrderSpotCheckDtoPlanTypeEnum = {
|
|
23
18
|
PlanTypeShebeiweibao: 'PLAN_TYPE_SHEBEIWEIBAO',
|
|
24
19
|
PlanTypeXunjianSpace: 'PLAN_TYPE_XUNJIAN_SPACE',
|
|
@@ -26,3 +21,8 @@ exports.WorkOrderSpotCheckDtoPlanTypeEnum = {
|
|
|
26
21
|
PlanTypeXunjianEquipment: 'PLAN_TYPE_XUNJIAN_EQUIPMENT',
|
|
27
22
|
PlanTypeDisasterWarning: 'PLAN_TYPE_DISASTER_WARNING'
|
|
28
23
|
};
|
|
24
|
+
exports.WorkOrderSpotCheckDtoCheckStatusEnum = {
|
|
25
|
+
NotCheck: 'NOT_CHECK',
|
|
26
|
+
Pass: 'PASS',
|
|
27
|
+
Fail: 'FAIL'
|
|
28
|
+
};
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
#!/bin/bash
|
|
2
|
+
|
|
3
|
+
# 当任何命令执行失败时,立即退出脚本
|
|
4
|
+
set -e
|
|
5
|
+
|
|
6
|
+
# ==============================================================================
|
|
7
|
+
# 1. 准备临时工作环境
|
|
8
|
+
# ==============================================================================
|
|
9
|
+
WORK_DIR=$(mktemp -d)
|
|
10
|
+
trap 'echo "--- [清理] 正在删除临时工作目录: ${WORK_DIR} ---"; rm -rf "${WORK_DIR}"' EXIT
|
|
11
|
+
|
|
12
|
+
echo "--- [准备] 已创建临时工作目录: ${WORK_DIR} ---"
|
|
13
|
+
echo "所有文件操作将在此目录中进行,您的当前目录将保持干净。"
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
# ==============================================================================
|
|
17
|
+
# 2. 加载并处理配置
|
|
18
|
+
# ==============================================================================
|
|
19
|
+
echo "--- [步骤 1/3] 加载并处理配置 ---"
|
|
20
|
+
if [ ! -f "rrs_client.env" ]; then
|
|
21
|
+
echo "错误: 配置文件 'rrs_client.env' 不存在!"
|
|
22
|
+
exit 1
|
|
23
|
+
fi
|
|
24
|
+
|
|
25
|
+
export $(grep -v '^#' rrs_client.env | xargs)
|
|
26
|
+
: "${DOC_URL?错误: 请在 rrs_client.env 中设置 DOC_URL}"
|
|
27
|
+
: "${RRS_VERSION?错误: 请在 rrs_client.env 中设置 RRS_VERSION}"
|
|
28
|
+
: "${PUBLIC_NPM_TOKEN_NEW?错误: 请在 rrs_client.env 中设置 PUBLIC_NPM_TOKEN_NEW}"
|
|
29
|
+
|
|
30
|
+
FINAL_VERSION=${RRS_VERSION}
|
|
31
|
+
PUBLISH_TAG="latest"
|
|
32
|
+
|
|
33
|
+
if [ -n "${PRE_RELEASE_ID}" ]; then
|
|
34
|
+
# **[修正]** 使用更短的 YYMMDDHHMM 格式时间戳
|
|
35
|
+
TIMESTAMP=$(date +'%y%m%d%H%M')
|
|
36
|
+
|
|
37
|
+
FINAL_VERSION="${RRS_VERSION}-${PRE_RELEASE_ID}.${TIMESTAMP}"
|
|
38
|
+
PUBLISH_TAG=${PRE_RELEASE_ID}
|
|
39
|
+
|
|
40
|
+
echo "检测到预发布标识符: ${PRE_RELEASE_ID}"
|
|
41
|
+
else
|
|
42
|
+
echo "未设置预发布标识符,将执行正式发布。"
|
|
43
|
+
fi
|
|
44
|
+
|
|
45
|
+
echo "配置加载成功。"
|
|
46
|
+
echo "最终版本号将为: ${FINAL_VERSION}"
|
|
47
|
+
echo "NPM 发布标签将为: ${PUBLISH_TAG}"
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
# ==============================================================================
|
|
51
|
+
# 3. 在临时目录中生成 OpenAPI 客户端代码
|
|
52
|
+
# ==============================================================================
|
|
53
|
+
echo "--- [步骤 2/3] 在临时目录中生成 OpenAPI 客户端代码 ---"
|
|
54
|
+
|
|
55
|
+
docker run --rm -v "${WORK_DIR}:/local" -w /local openapitools/openapi-generator-cli:v7.11.0 generate -i "${DOC_URL}" -g typescript-axios -o . --skip-validate-spec --git-repo-id gizone-typescript-axios-client --git-user-id gizone --git-host gitlab.gizone.net --additional-properties="apiPackage=apis,modelPackage=models,npmName=@gizone/rrs-client,withSeparateModelsAndApi=true,ensureUniqueParams=false,supportsES6=true,useSingleRequestParameter=true,npmVersion=${RRS_VERSION}"
|
|
56
|
+
|
|
57
|
+
echo "代码已成功生成到临时目录中。"
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
# ==============================================================================
|
|
61
|
+
# 4. 在临时目录中进行 NPM 安装、构建和发布
|
|
62
|
+
# ==============================================================================
|
|
63
|
+
echo "--- [步骤 3/3] 读取临时目录中的代码并进行构建和发布 ---"
|
|
64
|
+
|
|
65
|
+
ALL_NPM_COMMANDS="set -e; echo '--- [容器内部] 正在配置 NPM 并安装依赖...'; npm config set '//registry.npmjs.org/:_authToken' \${NPM_TOKEN}; npm install; echo '--- [容器内部] 正在设置版本号并构建...'; npm version \"\${FINAL_VERSION}\" --no-git-tag-version --allow-same-version; npm run build; echo '--- [容器内部] 正在发布到 NPM...'; npm publish --access public --tag \"\${PUBLISH_TAG}\"; echo '--- [容器内部] 发布成功!'"
|
|
66
|
+
|
|
67
|
+
docker run --rm -v "${WORK_DIR}:/app" -w /app -e NPM_TOKEN="${PUBLIC_NPM_TOKEN_NEW}" -e FINAL_VERSION="${FINAL_VERSION}" -e PUBLISH_TAG="${PUBLISH_TAG}" node:18-alpine sh -c "${ALL_NPM_COMMANDS}"
|
|
68
|
+
|
|
69
|
+
echo "--- 所有步骤执行完毕 ---"
|