@golemio/energetics 1.10.1-dev.2635540153 → 1.11.0-dev.2699455931
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/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/input-gateway/pre/PreCsvInputController.d.ts +2 -2
- package/dist/input-gateway/pre/PreCsvInputController.js +2 -2
- package/dist/input-gateway/pre/PreCsvInputController.js.map +1 -1
- package/dist/input-gateway/pre/PreInputRouter.js +3 -3
- package/dist/input-gateway/pre/PreInputRouter.js.map +1 -1
- package/dist/input-gateway/pre/PreJsonInputController.d.ts +1 -1
- package/dist/input-gateway/pre/PreJsonInputController.js +2 -2
- package/dist/input-gateway/pre/PreJsonInputController.js.map +1 -1
- package/dist/input-gateway/ptas/PtasRouter.js +1 -1
- package/dist/input-gateway/ptas/PtasRouter.js.map +1 -1
- package/dist/input-gateway/ptas/PtasWebScrapingController.d.ts +1 -1
- package/dist/input-gateway/ptas/PtasWebScrapingController.js +2 -2
- package/dist/input-gateway/ptas/PtasWebScrapingController.js.map +1 -1
- package/dist/input-gateway/ptas/interfaces/IExtendedPtasRequest.d.ts +1 -1
- package/dist/input-gateway/transformations/PreCsvInputTransformation.d.ts +2 -2
- package/dist/integration-engine/commodity-providers/constants.d.ts +1 -1
- package/dist/integration-engine/commodity-providers/constants.js +1 -1
- package/dist/integration-engine/commodity-providers/constants.js.map +1 -1
- package/dist/integration-engine/commodity-providers/datasources/cem-api/CemApiDataSourceProvider.js +4 -4
- package/dist/integration-engine/commodity-providers/datasources/cem-api/CemApiDataSourceProvider.js.map +1 -1
- package/dist/integration-engine/commodity-providers/datasources/interfaces/ICommodityProviderDataSourceFactory.d.ts +5 -5
- package/dist/integration-engine/commodity-providers/datasources/ppas-ave-api/PpasAveApiDataSourceProvider.js +2 -2
- package/dist/integration-engine/commodity-providers/datasources/ppas-ave-api/PpasAveApiDataSourceProvider.js.map +1 -1
- package/dist/integration-engine/commodity-providers/datasources/ppas-ave-api/helpers/ArchiveDataTypeStrategy.d.ts +1 -1
- package/dist/integration-engine/commodity-providers/datasources/ppas-ave-api/helpers/ArchiveDataTypeStrategy.js +1 -1
- package/dist/integration-engine/commodity-providers/datasources/ppas-ave-api/helpers/ArchiveDataTypeStrategy.js.map +1 -1
- package/dist/integration-engine/commodity-providers/datasources/pre-elektro-api/PreElectroApiDataSourceProvider.js +1 -1
- package/dist/integration-engine/commodity-providers/datasources/pre-elektro-api/PreElectroApiDataSourceProvider.js.map +1 -1
- package/dist/integration-engine/commodity-providers/datasources/static-data/AccessConfigurationDataSource.d.ts +1 -1
- package/dist/integration-engine/commodity-providers/datasources/static-data/AccessConfigurationDataSource.js +1 -1
- package/dist/integration-engine/commodity-providers/datasources/static-data/AccessConfigurationDataSource.js.map +1 -1
- package/dist/integration-engine/commodity-providers/datasources/static-data/StaticMeterSettingsDataSourceCapitalDs.d.ts +1 -1
- package/dist/integration-engine/commodity-providers/datasources/static-data/StaticMeterSettingsDataSourceCapitalDs.js +1 -1
- package/dist/integration-engine/commodity-providers/datasources/static-data/StaticMeterSettingsDataSourceCapitalDs.js.map +1 -1
- package/dist/integration-engine/commodity-providers/datasources/static-data/StaticMeterSettingsDataSourceProvider.d.ts +1 -1
- package/dist/integration-engine/commodity-providers/datasources/static-data/StaticMeterSettingsDataSourceProvider.js +1 -1
- package/dist/integration-engine/commodity-providers/datasources/static-data/StaticMeterSettingsDataSourceProvider.js.map +1 -1
- package/dist/integration-engine/commodity-providers/helper/EnapoMeasurementsDataNormalizer.d.ts +2 -2
- package/dist/integration-engine/commodity-providers/ioc/Di.js +10 -10
- package/dist/integration-engine/commodity-providers/ioc/Di.js.map +1 -1
- package/dist/integration-engine/commodity-providers/repositories/AccessLimitationRepository.d.ts +1 -1
- package/dist/integration-engine/commodity-providers/repositories/AccessLimitationRepository.js +2 -2
- package/dist/integration-engine/commodity-providers/repositories/AccessLimitationRepository.js.map +1 -1
- package/dist/integration-engine/commodity-providers/repositories/MeasurementRepository.d.ts +1 -1
- package/dist/integration-engine/commodity-providers/repositories/MeasurementRepository.js +2 -2
- package/dist/integration-engine/commodity-providers/repositories/MeasurementRepository.js.map +1 -1
- package/dist/integration-engine/commodity-providers/repositories/StaticMeterSettingsRepository.d.ts +3 -3
- package/dist/integration-engine/commodity-providers/repositories/StaticMeterSettingsRepository.js +2 -2
- package/dist/integration-engine/commodity-providers/repositories/StaticMeterSettingsRepository.js.map +1 -1
- package/dist/integration-engine/commodity-providers/transformations/AveMeasurementTransformation.d.ts +3 -3
- package/dist/integration-engine/commodity-providers/transformations/AveMeasurementTransformation.js +1 -1
- package/dist/integration-engine/commodity-providers/transformations/AveMeasurementTransformation.js.map +1 -1
- package/dist/integration-engine/commodity-providers/transformations/CemMeasurementTransformation.d.ts +3 -3
- package/dist/integration-engine/commodity-providers/transformations/CemMeasurementTransformation.js +1 -1
- package/dist/integration-engine/commodity-providers/transformations/CemMeasurementTransformation.js.map +1 -1
- package/dist/integration-engine/commodity-providers/transformations/PreElectroTransformation.d.ts +3 -3
- package/dist/integration-engine/commodity-providers/transformations/PreElectroTransformation.js +1 -1
- package/dist/integration-engine/commodity-providers/transformations/PreElectroTransformation.js.map +1 -1
- package/dist/integration-engine/commodity-providers/transformations/PreMeasurementTransformation.d.ts +3 -3
- package/dist/integration-engine/commodity-providers/transformations/PreMeasurementTransformation.js +1 -1
- package/dist/integration-engine/commodity-providers/transformations/PreMeasurementTransformation.js.map +1 -1
- package/dist/integration-engine/commodity-providers/transformations/PtasWebMeasurementTransformation.d.ts +3 -3
- package/dist/integration-engine/commodity-providers/transformations/PtasWebMeasurementTransformation.js +1 -1
- package/dist/integration-engine/commodity-providers/transformations/PtasWebMeasurementTransformation.js.map +1 -1
- package/dist/integration-engine/commodity-providers/workers/interfaces/IPpasMeasurementsParams.d.ts +1 -1
- package/dist/integration-engine/commodity-providers/workers/interfaces/IVeoliaMeasurementsParams.d.ts +1 -1
- package/dist/integration-engine/commodity-providers/workers/schema/PpasMeasurementsSchema.d.ts +1 -1
- package/dist/integration-engine/commodity-providers/workers/schema/PpasMeasurementsSchema.js +1 -1
- package/dist/integration-engine/commodity-providers/workers/schema/PpasMeasurementsSchema.js.map +1 -1
- package/dist/integration-engine/commodity-providers/workers/schema/PreEanMeasurementSchema.d.ts +1 -1
- package/dist/integration-engine/commodity-providers/workers/schema/VeoliaMeasurementsSchema.d.ts +1 -1
- package/dist/integration-engine/commodity-providers/workers/schema/VeoliaMeasurementsSchema.js +1 -1
- package/dist/integration-engine/commodity-providers/workers/schema/VeoliaMeasurementsSchema.js.map +1 -1
- package/dist/integration-engine/commodity-providers/workers/tasks/AbstractFetchMeasurementsTask.d.ts +2 -2
- package/dist/integration-engine/commodity-providers/workers/tasks/AbstractFetchMeasurementsTask.js +2 -2
- package/dist/integration-engine/commodity-providers/workers/tasks/AbstractFetchMeasurementsTask.js.map +1 -1
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchAccessConfigurationTask.js +2 -2
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchAccessConfigurationTask.js.map +1 -1
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchMeasurementOptionsStaticDataTask.d.ts +3 -3
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchMeasurementOptionsStaticDataTask.js +7 -7
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchMeasurementOptionsStaticDataTask.js.map +1 -1
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchMeasurementsFromEEProvidersTask.js +2 -2
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchMeasurementsFromEEProvidersTask.js.map +1 -1
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchMeasurementsFromProvidersTask.js +2 -2
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchMeasurementsFromProvidersTask.js.map +1 -1
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchPpasEEMeasurementsTask.d.ts +4 -4
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchPpasEEMeasurementsTask.js +6 -6
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchPpasEEMeasurementsTask.js.map +1 -1
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchPpasMeasurementsTask.d.ts +8 -8
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchPpasMeasurementsTask.js +9 -9
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchPpasMeasurementsTask.js.map +1 -1
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchPreMeasurementDataTask.d.ts +5 -5
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchPreMeasurementDataTask.js +9 -9
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchPreMeasurementDataTask.js.map +1 -1
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchPtasWebScrapedMeasurementsTask.d.ts +4 -4
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchPtasWebScrapedMeasurementsTask.js +8 -8
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchPtasWebScrapedMeasurementsTask.js.map +1 -1
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchVeoliaMeasurementsTask.d.ts +4 -4
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchVeoliaMeasurementsTask.js +7 -7
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchVeoliaMeasurementsTask.js.map +1 -1
- package/dist/integration-engine/commodity-providers/workers/tasks/ProcessPreEanMeasurementsTask.d.ts +5 -5
- package/dist/integration-engine/commodity-providers/workers/tasks/ProcessPreEanMeasurementsTask.js +9 -9
- package/dist/integration-engine/commodity-providers/workers/tasks/ProcessPreEanMeasurementsTask.js.map +1 -1
- package/dist/integration-engine/enapo/constants.d.ts +1 -1
- package/dist/integration-engine/enapo/constants.js +1 -1
- package/dist/integration-engine/enapo/constants.js.map +1 -1
- package/dist/integration-engine/enapo/datasources/eno/EnoDatasource.js +8 -8
- package/dist/integration-engine/enapo/datasources/eno/EnoDatasource.js.map +1 -1
- package/dist/integration-engine/enapo/datasources/porsenna/PorsennaDataSource.d.ts +2 -2
- package/dist/integration-engine/enapo/datasources/porsenna/PorsennaDataSource.js +2 -2
- package/dist/integration-engine/enapo/datasources/porsenna/PorsennaDataSource.js.map +1 -1
- package/dist/integration-engine/enapo/datasources/porsenna/interfaces/IConsumptionApiEntry.d.ts +1 -1
- package/dist/integration-engine/enapo/datasources/porsenna/interfaces/IGaugeApiDto.d.ts +1 -1
- package/dist/integration-engine/enapo/datasources/ppas/commercial/PpasCommercialDatasource.d.ts +2 -2
- package/dist/integration-engine/enapo/datasources/ppas/commercial/PpasCommercialDatasource.js +1 -1
- package/dist/integration-engine/enapo/datasources/ppas/commercial/PpasCommercialDatasource.js.map +1 -1
- package/dist/integration-engine/enapo/datasources/ppas/distribution/PpasDistributionDatasource.d.ts +2 -2
- package/dist/integration-engine/enapo/datasources/ppas/distribution/PpasDistributionDatasource.js +1 -1
- package/dist/integration-engine/enapo/datasources/ppas/distribution/PpasDistributionDatasource.js.map +1 -1
- package/dist/integration-engine/enapo/helpers/IntervalGenerator.d.ts +1 -1
- package/dist/integration-engine/enapo/helpers/MeasurementsDataNormalizer.d.ts +2 -2
- package/dist/integration-engine/enapo/interfaces/eno/IEnoBuildingInfo.d.ts +4 -4
- package/dist/integration-engine/enapo/interfaces/eno/IEnoStructureInfo.d.ts +4 -4
- package/dist/integration-engine/enapo/interfaces/eno/IGeometryInputWithIndex.d.ts +1 -1
- package/dist/integration-engine/enapo/ioc/Di.js +4 -4
- package/dist/integration-engine/enapo/ioc/Di.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/EnapoMeasurementsRepository.js +2 -2
- package/dist/integration-engine/enapo/repositories/EnapoMeasurementsRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/PreIncomingDataLogRepository.js +2 -2
- package/dist/integration-engine/enapo/repositories/PreIncomingDataLogRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/eno/EnoAddressRepository.js +2 -2
- package/dist/integration-engine/enapo/repositories/eno/EnoAddressRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/eno/EnoBuildingRepository.js +2 -2
- package/dist/integration-engine/enapo/repositories/eno/EnoBuildingRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/eno/EnoEJRepository.js +2 -2
- package/dist/integration-engine/enapo/repositories/eno/EnoEJRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/eno/EnoGeometryRepository.js +2 -2
- package/dist/integration-engine/enapo/repositories/eno/EnoGeometryRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/eno/EnoLocationRepository.js +2 -2
- package/dist/integration-engine/enapo/repositories/eno/EnoLocationRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/eno/EnoManagerRepository.js +2 -2
- package/dist/integration-engine/enapo/repositories/eno/EnoManagerRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/eno/EnoOrganizationRepository.js +2 -2
- package/dist/integration-engine/enapo/repositories/eno/EnoOrganizationRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/eno/EnoPropertyRepository.js +2 -2
- package/dist/integration-engine/enapo/repositories/eno/EnoPropertyRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/eno/EnoRemovedGIDRepository.js +2 -2
- package/dist/integration-engine/enapo/repositories/eno/EnoRemovedGIDRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/eno/EnoStructureRepository.js +2 -2
- package/dist/integration-engine/enapo/repositories/eno/EnoStructureRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/eno/EnoStructureTypeRepository.js +2 -2
- package/dist/integration-engine/enapo/repositories/eno/EnoStructureTypeRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/porsenna/PorsennaBuildingsRepository.js +6 -6
- package/dist/integration-engine/enapo/repositories/porsenna/PorsennaBuildingsRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/porsenna/PorsennaConsumptionRepository.js +6 -6
- package/dist/integration-engine/enapo/repositories/porsenna/PorsennaConsumptionRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/porsenna/PorsennaDevicesRepository.js +6 -6
- package/dist/integration-engine/enapo/repositories/porsenna/PorsennaDevicesRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/ppas/PpasCommercialInvoiceDeviceRepository.js +2 -2
- package/dist/integration-engine/enapo/repositories/ppas/PpasCommercialInvoiceDeviceRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/ppas/PpasCommercialInvoiceInstallationRepository.js +2 -2
- package/dist/integration-engine/enapo/repositories/ppas/PpasCommercialInvoiceInstallationRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/ppas/PpasCommercialInvoicePriceRepository.js +2 -2
- package/dist/integration-engine/enapo/repositories/ppas/PpasCommercialInvoicePriceRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/ppas/PpasCommercialInvoiceRepository.js +2 -2
- package/dist/integration-engine/enapo/repositories/ppas/PpasCommercialInvoiceRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/ppas/PpasDistributionInvoiceDeviceRepository.js +2 -2
- package/dist/integration-engine/enapo/repositories/ppas/PpasDistributionInvoiceDeviceRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/ppas/PpasDistributionInvoicePriceRepository.js +2 -2
- package/dist/integration-engine/enapo/repositories/ppas/PpasDistributionInvoicePriceRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/ppas/PpasDistributionInvoiceRepository.js +2 -2
- package/dist/integration-engine/enapo/repositories/ppas/PpasDistributionInvoiceRepository.js.map +1 -1
- package/dist/integration-engine/enapo/transformations/PPasMeasurementTransformation.d.ts +2 -2
- package/dist/integration-engine/enapo/transformations/PPasMeasurementTransformation.js +3 -3
- package/dist/integration-engine/enapo/transformations/PPasMeasurementTransformation.js.map +1 -1
- package/dist/integration-engine/enapo/transformations/eno/EnoBuildingTransformation.d.ts +2 -2
- package/dist/integration-engine/enapo/transformations/eno/EnoBuildingTransformation.js +1 -1
- package/dist/integration-engine/enapo/transformations/eno/EnoBuildingTransformation.js.map +1 -1
- package/dist/integration-engine/enapo/transformations/eno/EnoEJTransformation.d.ts +2 -2
- package/dist/integration-engine/enapo/transformations/eno/EnoGeometryTransformation.d.ts +2 -2
- package/dist/integration-engine/enapo/transformations/eno/EnoManagerTransformation.d.ts +2 -2
- package/dist/integration-engine/enapo/transformations/eno/EnoOrganizationTransformation.d.ts +2 -2
- package/dist/integration-engine/enapo/transformations/eno/EnoStructureTransformation.d.ts +2 -2
- package/dist/integration-engine/enapo/transformations/eno/EnoStructureTransformation.js +1 -1
- package/dist/integration-engine/enapo/transformations/eno/EnoStructureTransformation.js.map +1 -1
- package/dist/integration-engine/enapo/transformations/eno/EnoStructureTypeTransformation.d.ts +2 -2
- package/dist/integration-engine/enapo/transformations/porsenna/PorsennaConsumptionTransformation.d.ts +2 -2
- package/dist/integration-engine/enapo/transformations/porsenna/PorsennaGaugeTransformation.d.ts +3 -3
- package/dist/integration-engine/enapo/transformations/ppas/PpasCommercialTransformation.d.ts +5 -5
- package/dist/integration-engine/enapo/transformations/ppas/PpasDistributionTransformation.d.ts +4 -4
- package/dist/integration-engine/enapo/transformations/pre/PreDailyMeasurementsTransformation.d.ts +2 -2
- package/dist/integration-engine/enapo/transformations/pre/PreDailyMeasurementsTransformation.js +2 -2
- package/dist/integration-engine/enapo/transformations/pre/PreDailyMeasurementsTransformation.js.map +1 -1
- package/dist/integration-engine/enapo/transformations/pre/PreMeasurementsTransformation.d.ts +2 -2
- package/dist/integration-engine/enapo/transformations/pre/PreMeasurementsTransformation.js +3 -3
- package/dist/integration-engine/enapo/transformations/pre/PreMeasurementsTransformation.js.map +1 -1
- package/dist/integration-engine/enapo/transformations/pre/PreMetadataTransfromation.d.ts +2 -2
- package/dist/integration-engine/enapo/workers/interfaces/IEnapoPpasTaskMeasurementParams.d.ts +1 -1
- package/dist/integration-engine/enapo/workers/schema/EnapoPpasMeasurementsParamsValidationSchema.d.ts +1 -1
- package/dist/integration-engine/enapo/workers/schema/EnapoPpasMeasurementsParamsValidationSchema.js +1 -1
- package/dist/integration-engine/enapo/workers/schema/EnapoPpasMeasurementsParamsValidationSchema.js.map +1 -1
- package/dist/integration-engine/enapo/workers/schema/EnoLookupTaskInputSchema.js +1 -1
- package/dist/integration-engine/enapo/workers/schema/EnoLookupTaskInputSchema.js.map +1 -1
- package/dist/integration-engine/enapo/workers/task/AbstractEnapoFetchMeasurementsTask.d.ts +2 -2
- package/dist/integration-engine/enapo/workers/task/AbstractEnapoFetchMeasurementsTask.js +2 -2
- package/dist/integration-engine/enapo/workers/task/AbstractEnapoFetchMeasurementsTask.js.map +1 -1
- package/dist/integration-engine/enapo/workers/task/EnapoPpasCommercialTask.d.ts +6 -6
- package/dist/integration-engine/enapo/workers/task/EnapoPpasCommercialTask.js +8 -8
- package/dist/integration-engine/enapo/workers/task/EnapoPpasCommercialTask.js.map +1 -1
- package/dist/integration-engine/enapo/workers/task/EnapoPpasDistributionTask.d.ts +5 -5
- package/dist/integration-engine/enapo/workers/task/EnapoPpasDistributionTask.js +7 -7
- package/dist/integration-engine/enapo/workers/task/EnapoPpasDistributionTask.js.map +1 -1
- package/dist/integration-engine/enapo/workers/task/EnapoPpasTask.d.ts +6 -6
- package/dist/integration-engine/enapo/workers/task/EnapoPpasTask.js +7 -7
- package/dist/integration-engine/enapo/workers/task/EnapoPpasTask.js.map +1 -1
- package/dist/integration-engine/enapo/workers/task/EnapoPrediTask.d.ts +6 -6
- package/dist/integration-engine/enapo/workers/task/EnapoPrediTask.js +8 -8
- package/dist/integration-engine/enapo/workers/task/EnapoPrediTask.js.map +1 -1
- package/dist/integration-engine/enapo/workers/task/EnoBuildingTask.d.ts +6 -6
- package/dist/integration-engine/enapo/workers/task/EnoBuildingTask.js +11 -11
- package/dist/integration-engine/enapo/workers/task/EnoBuildingTask.js.map +1 -1
- package/dist/integration-engine/enapo/workers/task/EnoGeometryTask.d.ts +2 -2
- package/dist/integration-engine/enapo/workers/task/EnoGeometryTask.js +7 -7
- package/dist/integration-engine/enapo/workers/task/EnoGeometryTask.js.map +1 -1
- package/dist/integration-engine/enapo/workers/task/EnoLookupTask.d.ts +9 -9
- package/dist/integration-engine/enapo/workers/task/EnoLookupTask.js +12 -12
- package/dist/integration-engine/enapo/workers/task/EnoLookupTask.js.map +1 -1
- package/dist/integration-engine/enapo/workers/task/EnoStructureTask.d.ts +6 -6
- package/dist/integration-engine/enapo/workers/task/EnoStructureTask.js +12 -12
- package/dist/integration-engine/enapo/workers/task/EnoStructureTask.js.map +1 -1
- package/dist/integration-engine/enapo/workers/task/PorsennaDistributionTask.d.ts +6 -6
- package/dist/integration-engine/enapo/workers/task/PorsennaDistributionTask.js +8 -8
- package/dist/integration-engine/enapo/workers/task/PorsennaDistributionTask.js.map +1 -1
- package/dist/integration-engine/oict-energetika/datasources/helpers/OictApiHelper.js +4 -4
- package/dist/integration-engine/oict-energetika/datasources/helpers/OictApiHelper.js.map +1 -1
- package/dist/integration-engine/oict-energetika/ioc/Di.js +1 -1
- package/dist/integration-engine/oict-energetika/ioc/Di.js.map +1 -1
- package/dist/integration-engine/oict-energetika/repositories/ConsumptionRepository.d.ts +1 -1
- package/dist/integration-engine/oict-energetika/repositories/ConsumptionRepository.js +2 -2
- package/dist/integration-engine/oict-energetika/repositories/ConsumptionRepository.js.map +1 -1
- package/dist/integration-engine/oict-energetika/schema/FetchConsumptionSchema.d.ts +1 -1
- package/dist/integration-engine/oict-energetika/schema/FetchDataSchema.d.ts +1 -1
- package/dist/integration-engine/oict-energetika/tasks/FetchConsumptionTask.d.ts +2 -2
- package/dist/integration-engine/oict-energetika/tasks/FetchConsumptionTask.js +9 -9
- package/dist/integration-engine/oict-energetika/tasks/FetchConsumptionTask.js.map +1 -1
- package/dist/integration-engine/oict-energetika/tasks/FetchDataTask.d.ts +2 -2
- package/dist/integration-engine/oict-energetika/tasks/FetchDataTask.js +1 -1
- package/dist/integration-engine/oict-energetika/tasks/FetchDataTask.js.map +1 -1
- package/dist/integration-engine/oict-energetika/transformations/ConsumptionTransformation.d.ts +2 -2
- package/dist/integration-engine/oict-energetika/transformations/ConsumptionTransformation.js +1 -1
- package/dist/integration-engine/oict-energetika/transformations/ConsumptionTransformation.js.map +1 -1
- package/dist/integration-engine/oict-energetika/workers/OictEnergetikaWorker.js +3 -3
- package/dist/integration-engine/oict-energetika/workers/OictEnergetikaWorker.js.map +1 -1
- package/dist/integration-engine/vpalace/datasources/VpalaceMeasurementDataSource.js +2 -2
- package/dist/integration-engine/vpalace/datasources/VpalaceMeasurementDataSource.js.map +1 -1
- package/dist/integration-engine/vpalace/datasources/VpalaceMeasuringEquipmentDataSource.js +2 -2
- package/dist/integration-engine/vpalace/datasources/VpalaceMeasuringEquipmentDataSource.js.map +1 -1
- package/dist/integration-engine/vpalace/datasources/VpalaceMeterTypeDataSource.js +2 -2
- package/dist/integration-engine/vpalace/datasources/VpalaceMeterTypeDataSource.js.map +1 -1
- package/dist/integration-engine/vpalace/datasources/VpalaceTypeMeasuringEquipmentDataSource.js +2 -2
- package/dist/integration-engine/vpalace/datasources/VpalaceTypeMeasuringEquipmentDataSource.js.map +1 -1
- package/dist/integration-engine/vpalace/datasources/VpalaceUnitsDataSource.js +2 -2
- package/dist/integration-engine/vpalace/datasources/VpalaceUnitsDataSource.js.map +1 -1
- package/dist/integration-engine/vpalace/ioc/Di.js +18 -18
- package/dist/integration-engine/vpalace/ioc/Di.js.map +1 -1
- package/dist/integration-engine/vpalace/repositories/VpalacUnitsRepository.js +1 -1
- package/dist/integration-engine/vpalace/repositories/VpalacUnitsRepository.js.map +1 -1
- package/dist/integration-engine/vpalace/repositories/VpalaceMeasurementRepository.js +1 -1
- package/dist/integration-engine/vpalace/repositories/VpalaceMeasurementRepository.js.map +1 -1
- package/dist/integration-engine/vpalace/repositories/VpalaceMeasuringEquipmentRepository.js +1 -1
- package/dist/integration-engine/vpalace/repositories/VpalaceMeasuringEquipmentRepository.js.map +1 -1
- package/dist/integration-engine/vpalace/repositories/VpalaceMeterTypeRepository.js +1 -1
- package/dist/integration-engine/vpalace/repositories/VpalaceMeterTypeRepository.js.map +1 -1
- package/dist/integration-engine/vpalace/repositories/VpalaceTypeMeasuringEquipmentRepository.js +1 -1
- package/dist/integration-engine/vpalace/repositories/VpalaceTypeMeasuringEquipmentRepository.js.map +1 -1
- package/dist/integration-engine/vpalace/schema/FetchXDaysDataValidationSchema.d.ts +1 -1
- package/dist/integration-engine/vpalace/schema/FetchXHoursDataValidationSchema.d.ts +1 -1
- package/dist/integration-engine/vpalace/tasks/FetchXDaysDataTask.d.ts +2 -2
- package/dist/integration-engine/vpalace/tasks/FetchXDaysDataTask.js +3 -3
- package/dist/integration-engine/vpalace/tasks/FetchXDaysDataTask.js.map +1 -1
- package/dist/integration-engine/vpalace/tasks/FetchXHoursDataTask.d.ts +2 -2
- package/dist/integration-engine/vpalace/tasks/FetchXHoursDataTask.js +3 -3
- package/dist/integration-engine/vpalace/tasks/FetchXHoursDataTask.js.map +1 -1
- package/dist/integration-engine/vpalace/tasks/MeasurementDataFetcher.d.ts +3 -3
- package/dist/integration-engine/vpalace/tasks/MeasurementDataFetcher.js +3 -3
- package/dist/integration-engine/vpalace/tasks/MeasurementDataFetcher.js.map +1 -1
- package/dist/integration-engine/vpalace/tasks/MeasuringEquipmentFetcher.d.ts +3 -3
- package/dist/integration-engine/vpalace/tasks/MeasuringEquipmentFetcher.js +3 -3
- package/dist/integration-engine/vpalace/tasks/MeasuringEquipmentFetcher.js.map +1 -1
- package/dist/integration-engine/vpalace/tasks/MeterTypeFetcher.d.ts +3 -3
- package/dist/integration-engine/vpalace/tasks/MeterTypeFetcher.js +3 -3
- package/dist/integration-engine/vpalace/tasks/MeterTypeFetcher.js.map +1 -1
- package/dist/integration-engine/vpalace/tasks/TypeMeasuringEquipmentFetcher.d.ts +3 -3
- package/dist/integration-engine/vpalace/tasks/TypeMeasuringEquipmentFetcher.js +3 -3
- package/dist/integration-engine/vpalace/tasks/TypeMeasuringEquipmentFetcher.js.map +1 -1
- package/dist/integration-engine/vpalace/tasks/UnitDataFetcher.d.ts +3 -3
- package/dist/integration-engine/vpalace/tasks/UnitDataFetcher.js +3 -3
- package/dist/integration-engine/vpalace/tasks/UnitDataFetcher.js.map +1 -1
- package/dist/integration-engine/vpalace/transformations/VpalacMeasurementTransformation.js +2 -2
- package/dist/integration-engine/vpalace/transformations/VpalacMeasurementTransformation.js.map +1 -1
- package/dist/integration-engine/vpalace/transformations/VpalacMeasuringEquipmentTransformation.js +1 -1
- package/dist/integration-engine/vpalace/transformations/VpalacMeasuringEquipmentTransformation.js.map +1 -1
- package/dist/integration-engine/vpalace/transformations/VpalacMeterTypeTransformation.js +1 -1
- package/dist/integration-engine/vpalace/transformations/VpalacMeterTypeTransformation.js.map +1 -1
- package/dist/integration-engine/vpalace/transformations/VpalacTypeMeasuringEquipmentTransformation.js +1 -1
- package/dist/integration-engine/vpalace/transformations/VpalacTypeMeasuringEquipmentTransformation.js.map +1 -1
- package/dist/integration-engine/vpalace/transformations/VpalacUnitsTransformation.js +1 -1
- package/dist/integration-engine/vpalace/transformations/VpalacUnitsTransformation.js.map +1 -1
- package/dist/integration-engine/vpalace/workers/EnergeticsNewVpalaceWorker.js +2 -2
- package/dist/integration-engine/vpalace/workers/EnergeticsNewVpalaceWorker.js.map +1 -1
- package/dist/output-gateway/controllers/helpers/parsePaginationParams.d.ts +1 -1
- package/dist/output-gateway/controllers/interfaces/IMeasurementsParams.d.ts +1 -1
- package/dist/output-gateway/controllers/v2/AbstractController.d.ts +1 -1
- package/dist/output-gateway/controllers/v2/BuildingsController.d.ts +2 -2
- package/dist/output-gateway/controllers/v2/BuildingsController.js +5 -5
- package/dist/output-gateway/controllers/v2/BuildingsController.js.map +1 -1
- package/dist/output-gateway/controllers/v2/V2DevicesController.d.ts +3 -3
- package/dist/output-gateway/controllers/v2/V2DevicesController.js +5 -5
- package/dist/output-gateway/controllers/v2/V2DevicesController.js.map +1 -1
- package/dist/output-gateway/controllers/v2/V2MeasurementsController.d.ts +2 -2
- package/dist/output-gateway/controllers/v2/V2MeasurementsController.js +4 -4
- package/dist/output-gateway/controllers/v2/V2MeasurementsController.js.map +1 -1
- package/dist/output-gateway/controllers/v2/V2OrganizationsController.d.ts +4 -4
- package/dist/output-gateway/controllers/v2/V2OrganizationsController.js +6 -6
- package/dist/output-gateway/controllers/v2/V2OrganizationsController.js.map +1 -1
- package/dist/output-gateway/helpers/CreateLinkHelper.js +1 -1
- package/dist/output-gateway/helpers/CreateLinkHelper.js.map +1 -1
- package/dist/output-gateway/index.js +2 -2
- package/dist/output-gateway/index.js.map +1 -1
- package/dist/output-gateway/ioc/Di.js +21 -21
- package/dist/output-gateway/ioc/Di.js.map +1 -1
- package/dist/output-gateway/repositories/AccessLimitationRepository.d.ts +1 -1
- package/dist/output-gateway/repositories/AccessLimitationRepository.js +2 -2
- package/dist/output-gateway/repositories/AccessLimitationRepository.js.map +1 -1
- package/dist/output-gateway/repositories/DevicesRepository.d.ts +2 -2
- package/dist/output-gateway/repositories/DevicesRepository.js +4 -4
- package/dist/output-gateway/repositories/DevicesRepository.js.map +1 -1
- package/dist/output-gateway/repositories/MeasurementRepository.d.ts +2 -2
- package/dist/output-gateway/repositories/MeasurementRepository.js +3 -3
- package/dist/output-gateway/repositories/MeasurementRepository.js.map +1 -1
- package/dist/output-gateway/repositories/OrganizationBuildingsRepository.js +2 -2
- package/dist/output-gateway/repositories/OrganizationBuildingsRepository.js.map +1 -1
- package/dist/output-gateway/repositories/OrganizationResponsibleUsersRepository.js +2 -2
- package/dist/output-gateway/repositories/OrganizationResponsibleUsersRepository.js.map +1 -1
- package/dist/output-gateway/repositories/OrganizationsRepository.d.ts +6 -6
- package/dist/output-gateway/repositories/OrganizationsRepository.js +7 -7
- package/dist/output-gateway/repositories/OrganizationsRepository.js.map +1 -1
- package/dist/output-gateway/repositories/PrimaryBuildingsRepository.d.ts +2 -2
- package/dist/output-gateway/repositories/PrimaryBuildingsRepository.js +2 -2
- package/dist/output-gateway/repositories/PrimaryBuildingsRepository.js.map +1 -1
- package/dist/output-gateway/repositories/SecondaryBuildingsRepository.js +1 -1
- package/dist/output-gateway/repositories/SecondaryBuildingsRepository.js.map +1 -1
- package/dist/output-gateway/repositories/helpers/OrganizationsAssociations.d.ts +4 -4
- package/dist/output-gateway/repositories/interfaces/IOrganizationDetailDto.d.ts +3 -3
- package/dist/output-gateway/routers/interfaces/IDeviceResponse.d.ts +1 -1
- package/dist/output-gateway/routers/interfaces/IOrganizationDetailResponse.d.ts +1 -1
- package/dist/output-gateway/routers/interfaces/IOrganizationResponse.d.ts +1 -1
- package/dist/output-gateway/routers/v2/V2BuildingsRouter.js +4 -4
- package/dist/output-gateway/routers/v2/V2BuildingsRouter.js.map +1 -1
- package/dist/output-gateway/routers/v2/V2DevicesRouter.d.ts +1 -1
- package/dist/output-gateway/routers/v2/V2DevicesRouter.js +5 -5
- package/dist/output-gateway/routers/v2/V2DevicesRouter.js.map +1 -1
- package/dist/output-gateway/routers/v2/V2MeasurementsRouter.d.ts +1 -1
- package/dist/output-gateway/routers/v2/V2MeasurementsRouter.js +6 -6
- package/dist/output-gateway/routers/v2/V2MeasurementsRouter.js.map +1 -1
- package/dist/output-gateway/routers/v2/V2OrganizationsRouter.d.ts +1 -1
- package/dist/output-gateway/routers/v2/V2OrganizationsRouter.js +5 -5
- package/dist/output-gateway/routers/v2/V2OrganizationsRouter.js.map +1 -1
- package/dist/output-gateway/transformations/BuildingTransformationFull.d.ts +3 -3
- package/dist/output-gateway/transformations/BuildingTransformationFull.js +3 -3
- package/dist/output-gateway/transformations/BuildingTransformationFull.js.map +1 -1
- package/dist/output-gateway/transformations/BuildingsTransformation.d.ts +2 -2
- package/dist/output-gateway/transformations/BuildingsTransformation.js +3 -3
- package/dist/output-gateway/transformations/BuildingsTransformation.js.map +1 -1
- package/dist/output-gateway/transformations/DeviceDtoTransformation.d.ts +2 -2
- package/dist/output-gateway/transformations/OrganizationDetailDtoTransformation.d.ts +2 -2
- package/dist/output-gateway/transformations/OrganizationDetailDtoTransformation.js +3 -3
- package/dist/output-gateway/transformations/OrganizationDetailDtoTransformation.js.map +1 -1
- package/dist/output-gateway/transformations/OrganizationDtoTransformation.d.ts +2 -2
- package/dist/output-gateway/transformations/OrganizationDtoTransformation.js +3 -3
- package/dist/output-gateway/transformations/OrganizationDtoTransformation.js.map +1 -1
- package/dist/schema-definitions/datasources/AccessConfigurationJsonSchema.d.ts +1 -1
- package/dist/schema-definitions/datasources/PreCsvInputSchema.d.ts +1 -1
- package/dist/schema-definitions/datasources/PreJsonInputSchema.d.ts +1 -1
- package/dist/schema-definitions/models/MeasurementsModel.js +1 -1
- package/dist/schema-definitions/models/MeasurementsModel.js.map +1 -1
- package/dist/schema-definitions/models/OrganizationBuildingModel.d.ts +1 -1
- package/dist/schema-definitions/models/OrganizationResponsibleUsersModel.d.ts +1 -1
- package/dist/schema-definitions/models/OrganizationsModel.d.ts +1 -1
- package/dist/schema-definitions/models/enapo/EnapoMeasurementsModel.js +1 -1
- package/dist/schema-definitions/models/enapo/EnapoMeasurementsModel.js.map +1 -1
- package/dist/schema-definitions/models/enapo/EnapoMetadataModel.d.ts +1 -1
- package/dist/schema-definitions/models/enapo/PreIncomingDataLogModel.d.ts +1 -1
- package/dist/schema-definitions/models/interfaces/IStaticDataOutputDto.d.ts +1 -1
- package/package.json +18 -50
|
@@ -14,17 +14,17 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
14
14
|
var EnoGeometryTask_1;
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.EnoGeometryTask = void 0;
|
|
17
|
-
const constants_1 = require("
|
|
18
|
-
const EnoDatasourceFactory_1 = require("
|
|
19
|
-
const EnoOperationEnum_1 = require("
|
|
20
|
-
const EnapoWorkerContainerToken_1 = require("
|
|
21
|
-
const EnoGeometryRepository_1 = require("
|
|
22
|
-
const EnoGeometryTransformation_1 = require("
|
|
17
|
+
const constants_1 = require("../../constants");
|
|
18
|
+
const EnoDatasourceFactory_1 = require("../../datasources/eno/EnoDatasourceFactory");
|
|
19
|
+
const EnoOperationEnum_1 = require("../../datasources/eno/EnoOperationEnum");
|
|
20
|
+
const EnapoWorkerContainerToken_1 = require("../../ioc/EnapoWorkerContainerToken");
|
|
21
|
+
const EnoGeometryRepository_1 = require("../../repositories/eno/EnoGeometryRepository");
|
|
22
|
+
const EnoGeometryTransformation_1 = require("../../transformations/eno/EnoGeometryTransformation");
|
|
23
23
|
const AbstractTask_1 = require("@golemio/core/dist/integration-engine/workers/AbstractTask");
|
|
24
24
|
const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
|
|
25
25
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
26
26
|
const EnoGeometryTaskInputSchema_1 = require("../schema/EnoGeometryTaskInputSchema");
|
|
27
|
-
const Chunker_1 = require("
|
|
27
|
+
const Chunker_1 = require("../../helpers/Chunker");
|
|
28
28
|
let EnoGeometryTask = EnoGeometryTask_1 = class EnoGeometryTask extends AbstractTask_1.AbstractTask {
|
|
29
29
|
constructor(enoDatasourceFactory, enoGeometryRepository) {
|
|
30
30
|
super(constants_1.ENAPO_WORKER_NAME);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnoGeometryTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/workers/task/EnoGeometryTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"EnoGeometryTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/workers/task/EnoGeometryTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAAqF;AACrF,qFAAoG;AACpG,6EAAoF;AACpF,mFAAoF;AACpF,wFAAyF;AACzF,mGAAoG;AACpG,6FAA0F;AAC1F,6EAA8F;AAC9F,iEAAwE;AAExE,qFAAkF;AAClF,mDAAmD;AAG5C,IAAM,eAAe,uBAArB,MAAM,eAAgB,SAAQ,2BAAmC;IAMpE,YAC4D,oBAAkD,EACjD,qBAAoD;QAE7G,KAAK,CAAC,6BAAiB,CAAC,CAAC;QAHuC,yBAAoB,GAApB,oBAAoB,CAAsB;QACzC,0BAAqB,GAArB,qBAAqB,CAAuB;QAP1G,cAAS,GAAG,oBAAoB,CAAC;QACjC,aAAQ,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC;QAC1B,WAAM,GAAG,uDAA0B,CAAC;IAQ3C,CAAC;IAEM,KAAK,CAAC,OAAO,CAAC,IAA2B;QAC5C,IAAI,CAAC;YACD,MAAM,UAAU,GAAG,IAAI,CAAC,oBAAoB,CAAC,aAAa,CAAC,mCAAY,CAAC,QAAQ,EAAE,IAAI,CAAC,MAAM,CAAC,CAAC;YAC/F,MAAM,cAAc,GAAG,IAAI,qDAAyB,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;YAClE,MAAM,OAAO,GAAG,gBAAM,CAAC,UAAU,CAAC,IAAI,CAAC,OAAO,EAAE,iBAAe,CAAC,UAAU,CAAC,CAAC;YAE5E,KAAK,MAAM,KAAK,IAAI,OAAO,EAAE,CAAC;gBAC1B,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,OAAO,CAAC,yCAAsB,EAAE,EAAE,EAAE;oBAChE,OAAO,EAAE,KAAK;oBACd,YAAY,EAAE,uCAA2B;iBAC5C,CAAC,CAAC;gBACH,IAAI,MAAM,EAAE,CAAC;oBACT,MAAM,eAAe,GAAG,cAAc,CAAC,cAAc,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;oBACrE,MAAM,IAAI,CAAC,qBAAqB,CAAC,QAAQ,CAAC,eAAe,CAAC,CAAC;gBAC/D,CAAC;YACL,CAAC;QACL,CAAC;QAAC,OAAO,GAAG,EAAE,CAAC;YACX,IAAI,GAAG,YAAY,qCAAoB,EAAE,CAAC;gBACtC,MAAM,GAAG,CAAC;YACd,CAAC;YAED,MAAM,IAAI,6BAAY,CAClB,6CAA6C,IAAI,CAAC,MAAM,eAAe,IAAI,CAAC,OAAO,CAAC,MAAM,GAAG,EAC7F,IAAI,CAAC,WAAW,CAAC,IAAI,EACrB,GAAG,CACN,CAAC;QACN,CAAC;IACL,CAAC;;AAxCQ,0CAAe;AAIA,0BAAU,GAAG,IAAI,AAAP,CAAQ;0BAJjC,eAAe;IAD3B,IAAA,qBAAU,GAAE;IAQJ,WAAA,IAAA,iBAAM,EAAC,qDAAyB,CAAC,oBAAoB,CAAC,CAAA;IACtD,WAAA,IAAA,iBAAM,EAAC,qDAAyB,CAAC,qBAAqB,CAAC,CAAA;qCAD8B,2CAAoB;QAClB,6CAAqB;GARxG,eAAe,CAyC3B"}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { EnoDatasourceFactory } from "
|
|
2
|
-
import { EnoEJRepository } from "
|
|
3
|
-
import { EnoManagerRepository } from "
|
|
4
|
-
import { EnoOrganizationRepository } from "
|
|
5
|
-
import { EnoStructureTypeRepository } from "
|
|
6
|
-
import { EnoEJTransformation } from "
|
|
7
|
-
import { EnoManagerTransformation } from "
|
|
8
|
-
import { EnoOrganizationTransformation } from "
|
|
9
|
-
import { EnoStructureTypeTransformation } from "
|
|
1
|
+
import { EnoDatasourceFactory } from "../../datasources/eno/EnoDatasourceFactory";
|
|
2
|
+
import { EnoEJRepository } from "../../repositories/eno/EnoEJRepository";
|
|
3
|
+
import { EnoManagerRepository } from "../../repositories/eno/EnoManagerRepository";
|
|
4
|
+
import { EnoOrganizationRepository } from "../../repositories/eno/EnoOrganizationRepository";
|
|
5
|
+
import { EnoStructureTypeRepository } from "../../repositories/eno/EnoStructureTypeRepository";
|
|
6
|
+
import { EnoEJTransformation } from "../../transformations/eno/EnoEJTransformation";
|
|
7
|
+
import { EnoManagerTransformation } from "../../transformations/eno/EnoManagerTransformation";
|
|
8
|
+
import { EnoOrganizationTransformation } from "../../transformations/eno/EnoOrganizationTransformation";
|
|
9
|
+
import { EnoStructureTypeTransformation } from "../../transformations/eno/EnoStructureTypeTransformation";
|
|
10
10
|
import { AbstractTask } from "@golemio/core/dist/integration-engine/workers/AbstractTask";
|
|
11
11
|
import { IEnoLookupTaskInput } from "../interfaces/IEnoLookupTaskInput";
|
|
12
12
|
import { EnoLookupTaskInputSchema } from "../schema/EnoLookupTaskInputSchema";
|
|
@@ -13,18 +13,18 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.EnoLookupTask = void 0;
|
|
16
|
-
const constants_1 = require("
|
|
17
|
-
const EnoDatasourceFactory_1 = require("
|
|
18
|
-
const EnoOperationEnum_1 = require("
|
|
19
|
-
const EnapoWorkerContainerToken_1 = require("
|
|
20
|
-
const EnoEJRepository_1 = require("
|
|
21
|
-
const EnoManagerRepository_1 = require("
|
|
22
|
-
const EnoOrganizationRepository_1 = require("
|
|
23
|
-
const EnoStructureTypeRepository_1 = require("
|
|
24
|
-
const EnoEJTransformation_1 = require("
|
|
25
|
-
const EnoManagerTransformation_1 = require("
|
|
26
|
-
const EnoOrganizationTransformation_1 = require("
|
|
27
|
-
const EnoStructureTypeTransformation_1 = require("
|
|
16
|
+
const constants_1 = require("../../constants");
|
|
17
|
+
const EnoDatasourceFactory_1 = require("../../datasources/eno/EnoDatasourceFactory");
|
|
18
|
+
const EnoOperationEnum_1 = require("../../datasources/eno/EnoOperationEnum");
|
|
19
|
+
const EnapoWorkerContainerToken_1 = require("../../ioc/EnapoWorkerContainerToken");
|
|
20
|
+
const EnoEJRepository_1 = require("../../repositories/eno/EnoEJRepository");
|
|
21
|
+
const EnoManagerRepository_1 = require("../../repositories/eno/EnoManagerRepository");
|
|
22
|
+
const EnoOrganizationRepository_1 = require("../../repositories/eno/EnoOrganizationRepository");
|
|
23
|
+
const EnoStructureTypeRepository_1 = require("../../repositories/eno/EnoStructureTypeRepository");
|
|
24
|
+
const EnoEJTransformation_1 = require("../../transformations/eno/EnoEJTransformation");
|
|
25
|
+
const EnoManagerTransformation_1 = require("../../transformations/eno/EnoManagerTransformation");
|
|
26
|
+
const EnoOrganizationTransformation_1 = require("../../transformations/eno/EnoOrganizationTransformation");
|
|
27
|
+
const EnoStructureTypeTransformation_1 = require("../../transformations/eno/EnoStructureTypeTransformation");
|
|
28
28
|
const AbstractTask_1 = require("@golemio/core/dist/integration-engine/workers/AbstractTask");
|
|
29
29
|
const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
|
|
30
30
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnoLookupTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/workers/task/EnoLookupTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"EnoLookupTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/workers/task/EnoLookupTask.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { EnoDatasourceFactory } from "
|
|
2
|
-
import { EnoAddressRepository } from "
|
|
3
|
-
import { EnoLocationRepository } from "
|
|
4
|
-
import { EnoPropertyRepository } from "
|
|
5
|
-
import { EnoRemovedGIDRepository } from "
|
|
6
|
-
import { EnoStructureRepository } from "
|
|
1
|
+
import { EnoDatasourceFactory } from "../../datasources/eno/EnoDatasourceFactory";
|
|
2
|
+
import { EnoAddressRepository } from "../../repositories/eno/EnoAddressRepository";
|
|
3
|
+
import { EnoLocationRepository } from "../../repositories/eno/EnoLocationRepository";
|
|
4
|
+
import { EnoPropertyRepository } from "../../repositories/eno/EnoPropertyRepository";
|
|
5
|
+
import { EnoRemovedGIDRepository } from "../../repositories/eno/EnoRemovedGIDRepository";
|
|
6
|
+
import { EnoStructureRepository } from "../../repositories/eno/EnoStructureRepository";
|
|
7
7
|
import { ILogger } from "@golemio/core/dist/helpers";
|
|
8
8
|
import { ISimpleConfig } from "@golemio/core/dist/helpers/configuration/ISimpleConfig";
|
|
9
9
|
import { IDatabaseConnector } from "@golemio/core/dist/helpers/data-access/postgres/IDatabaseConnector";
|
|
@@ -14,18 +14,18 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
14
14
|
var EnoStructureTask_1;
|
|
15
15
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
16
16
|
exports.EnoStructureTask = void 0;
|
|
17
|
-
const constants_1 = require("
|
|
18
|
-
const EnoDatasourceFactory_1 = require("
|
|
19
|
-
const EnoOperationEnum_1 = require("
|
|
20
|
-
const Chunker_1 = require("
|
|
21
|
-
const EnapoWorkerContainerToken_1 = require("
|
|
22
|
-
const EnoAddressRepository_1 = require("
|
|
23
|
-
const EnoLocationRepository_1 = require("
|
|
24
|
-
const EnoPropertyRepository_1 = require("
|
|
25
|
-
const EnoRemovedGIDRepository_1 = require("
|
|
26
|
-
const EnoStructureRepository_1 = require("
|
|
27
|
-
const EnoStructureTransformation_1 = require("
|
|
28
|
-
const EnumGIDTypes_1 = require("
|
|
17
|
+
const constants_1 = require("../../constants");
|
|
18
|
+
const EnoDatasourceFactory_1 = require("../../datasources/eno/EnoDatasourceFactory");
|
|
19
|
+
const EnoOperationEnum_1 = require("../../datasources/eno/EnoOperationEnum");
|
|
20
|
+
const Chunker_1 = require("../../helpers/Chunker");
|
|
21
|
+
const EnapoWorkerContainerToken_1 = require("../../ioc/EnapoWorkerContainerToken");
|
|
22
|
+
const EnoAddressRepository_1 = require("../../repositories/eno/EnoAddressRepository");
|
|
23
|
+
const EnoLocationRepository_1 = require("../../repositories/eno/EnoLocationRepository");
|
|
24
|
+
const EnoPropertyRepository_1 = require("../../repositories/eno/EnoPropertyRepository");
|
|
25
|
+
const EnoRemovedGIDRepository_1 = require("../../repositories/eno/EnoRemovedGIDRepository");
|
|
26
|
+
const EnoStructureRepository_1 = require("../../repositories/eno/EnoStructureRepository");
|
|
27
|
+
const EnoStructureTransformation_1 = require("../../transformations/eno/EnoStructureTransformation");
|
|
28
|
+
const EnumGIDTypes_1 = require("../../../../schema-definitions/models/eno/helpers/EnumGIDTypes");
|
|
29
29
|
const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
|
|
30
30
|
const QueueManager_1 = require("@golemio/core/dist/integration-engine/queueprocessors/QueueManager");
|
|
31
31
|
const AbstractTask_1 = require("@golemio/core/dist/integration-engine/workers/AbstractTask");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnoStructureTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/workers/task/EnoStructureTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"EnoStructureTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/workers/task/EnoStructureTask.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { PorsennaDataSource } from "
|
|
2
|
-
import { PorsennaBuildingsRepository } from "
|
|
3
|
-
import { PorsennaConsumptionRepository } from "
|
|
4
|
-
import { PorsennaDevicesRepository } from "
|
|
5
|
-
import { PorsennaConsumptionTransformation } from "
|
|
6
|
-
import { PorsennaGaugeTransformation } from "
|
|
1
|
+
import { PorsennaDataSource } from "../../datasources/porsenna/PorsennaDataSource";
|
|
2
|
+
import { PorsennaBuildingsRepository } from "../../repositories/porsenna/PorsennaBuildingsRepository";
|
|
3
|
+
import { PorsennaConsumptionRepository } from "../../repositories/porsenna/PorsennaConsumptionRepository";
|
|
4
|
+
import { PorsennaDevicesRepository } from "../../repositories/porsenna/PorsennaDevicesRepository";
|
|
5
|
+
import { PorsennaConsumptionTransformation } from "../../transformations/porsenna/PorsennaConsumptionTransformation";
|
|
6
|
+
import { PorsennaGaugeTransformation } from "../../transformations/porsenna/PorsennaGaugeTransformation";
|
|
7
7
|
import { IDatabaseConnector } from "@golemio/core/dist/helpers/data-access/postgres/IDatabaseConnector";
|
|
8
8
|
import { AbstractTask } from "@golemio/core/dist/integration-engine";
|
|
9
9
|
import { IEnapoPorsennaDistributionParams } from "../interfaces/IEnapoPorsennaDistributionParams";
|
|
@@ -13,14 +13,14 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.PorsennaDistributionTask = void 0;
|
|
16
|
-
const constants_1 = require("
|
|
17
|
-
const PorsennaDataSource_1 = require("
|
|
18
|
-
const EnapoWorkerContainerToken_1 = require("
|
|
19
|
-
const PorsennaBuildingsRepository_1 = require("
|
|
20
|
-
const PorsennaConsumptionRepository_1 = require("
|
|
21
|
-
const PorsennaDevicesRepository_1 = require("
|
|
22
|
-
const PorsennaConsumptionTransformation_1 = require("
|
|
23
|
-
const PorsennaGaugeTransformation_1 = require("
|
|
16
|
+
const constants_1 = require("../../constants");
|
|
17
|
+
const PorsennaDataSource_1 = require("../../datasources/porsenna/PorsennaDataSource");
|
|
18
|
+
const EnapoWorkerContainerToken_1 = require("../../ioc/EnapoWorkerContainerToken");
|
|
19
|
+
const PorsennaBuildingsRepository_1 = require("../../repositories/porsenna/PorsennaBuildingsRepository");
|
|
20
|
+
const PorsennaConsumptionRepository_1 = require("../../repositories/porsenna/PorsennaConsumptionRepository");
|
|
21
|
+
const PorsennaDevicesRepository_1 = require("../../repositories/porsenna/PorsennaDevicesRepository");
|
|
22
|
+
const PorsennaConsumptionTransformation_1 = require("../../transformations/porsenna/PorsennaConsumptionTransformation");
|
|
23
|
+
const PorsennaGaugeTransformation_1 = require("../../transformations/porsenna/PorsennaGaugeTransformation");
|
|
24
24
|
const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
|
|
25
25
|
const integration_engine_1 = require("@golemio/core/dist/integration-engine");
|
|
26
26
|
const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PorsennaDistributionTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/workers/task/PorsennaDistributionTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"PorsennaDistributionTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/workers/task/PorsennaDistributionTask.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.OictApiHelper = exports.OictResourceType = void 0;
|
|
4
|
-
const
|
|
4
|
+
const datasources_1 = require("../../../../schema-definitions/datasources");
|
|
5
5
|
const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
|
|
6
6
|
const golemio_validator_1 = require("@golemio/core/dist/shared/golemio-validator");
|
|
7
7
|
var OictResourceType;
|
|
@@ -32,12 +32,12 @@ class OictApiHelper {
|
|
|
32
32
|
const validatorName = `${OictApiHelper.API_NAME}${resourceType}Validator`;
|
|
33
33
|
switch (resourceType) {
|
|
34
34
|
case OictResourceType.Buildings:
|
|
35
|
-
return new golemio_validator_1.JSONSchemaValidator(validatorName,
|
|
35
|
+
return new golemio_validator_1.JSONSchemaValidator(validatorName, datasources_1.oictBuildingsJsonSchema);
|
|
36
36
|
case OictResourceType.Consumption:
|
|
37
37
|
case OictResourceType.ConsumptionVisapp:
|
|
38
|
-
return new golemio_validator_1.JSONSchemaValidator(validatorName,
|
|
38
|
+
return new golemio_validator_1.JSONSchemaValidator(validatorName, datasources_1.oictConsumptionJsonSchema);
|
|
39
39
|
case OictResourceType.Devices:
|
|
40
|
-
return new golemio_validator_1.JSONSchemaValidator(validatorName,
|
|
40
|
+
return new golemio_validator_1.JSONSchemaValidator(validatorName, datasources_1.oictDevicesJsonSchema);
|
|
41
41
|
default:
|
|
42
42
|
throw new golemio_errors_1.GeneralError(`Unknown resource type: ${resourceType}`, "OictApiHelper");
|
|
43
43
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OictApiHelper.js","sourceRoot":"","sources":["../../../../../src/integration-engine/oict-energetika/datasources/helpers/OictApiHelper.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"OictApiHelper.js","sourceRoot":"","sources":["../../../../../src/integration-engine/oict-energetika/datasources/helpers/OictApiHelper.ts"],"names":[],"mappings":";;;AAAA,4EAA6G;AAC7G,6EAAwE;AACxE,mFAAkF;AAElF,IAAY,gBAKX;AALD,WAAY,gBAAgB;IACxB,2CAAuB,CAAA;IACvB,+CAA2B,CAAA;IAC3B,2DAAuC,CAAA;IACvC,uCAAmB,CAAA;AACvB,CAAC,EALW,gBAAgB,gCAAhB,gBAAgB,QAK3B;AAED,MAAa,aAAa;IAGf,MAAM,CAAC,eAAe,CAAC,YAA8B;QACxD,QAAQ,YAAY,EAAE,CAAC;YACnB,mCAAmC;YACnC,KAAK,gBAAgB,CAAC,SAAS;gBAC3B,OAAO,gBAAgB,CAAC;YAE5B,4CAA4C;YAC5C,KAAK,gBAAgB,CAAC,WAAW;gBAC7B,OAAO,kBAAkB,CAAC;YAE9B,iCAAiC;YACjC,KAAK,gBAAgB,CAAC,iBAAiB;gBACnC,OAAO,aAAa,CAAC;YAEzB,+DAA+D;YAC/D,KAAK,gBAAgB,CAAC,OAAO;gBACzB,OAAO,cAAc,CAAC;QAC9B,CAAC;IACL,CAAC;IAEM,MAAM,CAAC,YAAY,CAAC,YAA8B;QACrD,MAAM,aAAa,GAAG,GAAG,aAAa,CAAC,QAAQ,GAAG,YAAY,WAAW,CAAC;QAE1E,QAAQ,YAAY,EAAE,CAAC;YACnB,KAAK,gBAAgB,CAAC,SAAS;gBAC3B,OAAO,IAAI,uCAAmB,CAAC,aAAa,EAAE,qCAAuB,CAAC,CAAC;YAE3E,KAAK,gBAAgB,CAAC,WAAW,CAAC;YAClC,KAAK,gBAAgB,CAAC,iBAAiB;gBACnC,OAAO,IAAI,uCAAmB,CAAC,aAAa,EAAE,uCAAyB,CAAC,CAAC;YAE7E,KAAK,gBAAgB,CAAC,OAAO;gBACzB,OAAO,IAAI,uCAAmB,CAAC,aAAa,EAAE,mCAAqB,CAAC,CAAC;YAEzE;gBACI,MAAM,IAAI,6BAAY,CAAC,0BAA0B,YAAY,EAAE,EAAE,eAAe,CAAC,CAAC;QAC1F,CAAC;IACL,CAAC;;AAxCL,sCAyCC;AAxCiB,sBAAQ,GAAG,gBAAgB,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.OictEnergetikaContainer = void 0;
|
|
4
|
-
const FetchDateFactory_1 = require("
|
|
4
|
+
const FetchDateFactory_1 = require("../../vpalace/tasks/FetchDateFactory");
|
|
5
5
|
const Di_1 = require("@golemio/core/dist/integration-engine/ioc/Di");
|
|
6
6
|
const ModuleContainer_1 = require("./ModuleContainer");
|
|
7
7
|
//#region Initialization
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Di.js","sourceRoot":"","sources":["../../../../src/integration-engine/oict-energetika/ioc/Di.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"Di.js","sourceRoot":"","sources":["../../../../src/integration-engine/oict-energetika/ioc/Di.ts"],"names":[],"mappings":";;;AAAA,2EAAsE;AACtE,qEAA0F;AAE1F,uDAAiE;AAEjE,wBAAwB;AACxB,MAAM,uBAAuB,GAAwB,+BAA0B,CAAC,oBAAoB,EAAE,CAAC;AAO9F,0DAAuB;AANhC,YAAY;AAEZ,iBAAiB;AACjB,uBAAuB,CAAC,QAAQ,CAAC,8CAA4B,CAAC,gBAAgB,EAAE,mCAAgB,CAAC,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ConsumptionModel } from "
|
|
1
|
+
import { ConsumptionModel } from "../../../schema-definitions/models/ConsumptionModel";
|
|
2
2
|
import { IModel, PostgresModel } from "@golemio/core/dist/integration-engine/models";
|
|
3
3
|
export declare class ConsumptionRepository extends PostgresModel implements IModel {
|
|
4
4
|
constructor();
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ConsumptionRepository = void 0;
|
|
4
|
-
const _sch_1 = require("
|
|
5
|
-
const ConsumptionModel_1 = require("
|
|
4
|
+
const _sch_1 = require("../../../schema-definitions");
|
|
5
|
+
const ConsumptionModel_1 = require("../../../schema-definitions/models/ConsumptionModel");
|
|
6
6
|
const models_1 = require("@golemio/core/dist/integration-engine/models");
|
|
7
7
|
const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
|
|
8
8
|
const golemio_validator_1 = require("@golemio/core/dist/shared/golemio-validator");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConsumptionRepository.js","sourceRoot":"","sources":["../../../../src/integration-engine/oict-energetika/repositories/ConsumptionRepository.ts"],"names":[],"mappings":";;;AAAA
|
|
1
|
+
{"version":3,"file":"ConsumptionRepository.js","sourceRoot":"","sources":["../../../../src/integration-engine/oict-energetika/repositories/ConsumptionRepository.ts"],"names":[],"mappings":";;;AAAA,sDAAwC;AACxC,0FAAgE;AAChE,yEAAqF;AACrF,6EAAwE;AACxE,mFAAkF;AAElF,MAAa,qBAAsB,SAAQ,sBAAa;IACpD;QACI,KAAK,CACD,uBAAuB,EACvB;YACI,WAAW,EAAE,mCAAgB,CAAC,UAAU;YACxC,QAAQ,EAAE,uBAAgB,CAAC,QAAQ;YACnC,yBAAyB,EAAE,mCAAgB,CAAC,cAAc;YAC1D,UAAU,EAAE,gBAAgB;SAC/B,EACD,IAAI,uCAAmB,CAAC,gCAAgC,EAAE,mCAAgB,CAAC,eAAe,CAAC,CAC9F,CAAC;QAGC,aAAQ,GAAG,KAAK,EAAE,IAAwB,EAA+B,EAAE;YAC9E,IAAI,CAAC;gBACD,OAAO,MAAM,IAAI,CAAC,cAAc,CAAC,UAAU,CAAmB,IAAI,EAAE,EAAE,gBAAgB,EAAE,IAAI,EAAE,CAAC,CAAC;YACpG,CAAC;YAAC,OAAO,GAAG,EAAE,CAAC;gBACX,MAAM,IAAI,6BAAY,CAAC,IAAI,IAAI,CAAC,WAAW,CAAC,IAAI,0BAA0B,GAAG,CAAC,OAAO,EAAE,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;YACzH,CAAC;QACL,CAAC,CAAC;IARF,CAAC;CASJ;AArBD,sDAqBC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IFetchConsumptionInput } from "
|
|
1
|
+
import { IFetchConsumptionInput } from "../interfaces/IFetchConsumptionInput";
|
|
2
2
|
export declare class FetchConsumptionValidationSchema implements IFetchConsumptionInput {
|
|
3
3
|
dateFrom: string;
|
|
4
4
|
dateTo: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IFetchConsumptionInput } from "
|
|
2
|
-
import { FetchConsumptionValidationSchema } from "
|
|
1
|
+
import { IFetchConsumptionInput } from "../interfaces/IFetchConsumptionInput";
|
|
2
|
+
import { FetchConsumptionValidationSchema } from "../schema/FetchConsumptionSchema";
|
|
3
3
|
import { AbstractTask } from "@golemio/core/dist/integration-engine/workers";
|
|
4
4
|
export declare class FetchConsumptionTask extends AbstractTask<IFetchConsumptionInput> {
|
|
5
5
|
readonly queueName = "fetchConsumption";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.FetchConsumptionTask = void 0;
|
|
4
|
-
const
|
|
5
|
-
const OictDataSourceFactory_1 = require("
|
|
6
|
-
const ConsumptionRepository_1 = require("
|
|
7
|
-
const FetchConsumptionSchema_1 = require("
|
|
8
|
-
const ConsumptionTransformation_1 = require("
|
|
9
|
-
const
|
|
4
|
+
const helpers_1 = require("../datasources/helpers");
|
|
5
|
+
const OictDataSourceFactory_1 = require("../datasources/OictDataSourceFactory");
|
|
6
|
+
const ConsumptionRepository_1 = require("../repositories/ConsumptionRepository");
|
|
7
|
+
const FetchConsumptionSchema_1 = require("../schema/FetchConsumptionSchema");
|
|
8
|
+
const ConsumptionTransformation_1 = require("../transformations/ConsumptionTransformation");
|
|
9
|
+
const helpers_2 = require("@golemio/core/dist/integration-engine/helpers");
|
|
10
10
|
const workers_1 = require("@golemio/core/dist/integration-engine/workers");
|
|
11
11
|
const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
|
|
12
12
|
const luxon_1 = require("@golemio/core/dist/shared/luxon");
|
|
@@ -28,7 +28,7 @@ class FetchConsumptionTask extends workers_1.AbstractTask {
|
|
|
28
28
|
await this.consumptionRepository.saveData(transformedData);
|
|
29
29
|
}
|
|
30
30
|
catch (err) {
|
|
31
|
-
|
|
31
|
+
helpers_2.log.error(err);
|
|
32
32
|
throw new golemio_errors_1.GeneralError("Failed to fetch consumption data", this.constructor.name, err);
|
|
33
33
|
}
|
|
34
34
|
}
|
|
@@ -40,11 +40,11 @@ class FetchConsumptionTask extends workers_1.AbstractTask {
|
|
|
40
40
|
for (const interval of intervals) {
|
|
41
41
|
const start = interval.start.startOf("day");
|
|
42
42
|
const end = interval.end.startOf("day");
|
|
43
|
-
yield OictDataSourceFactory_1.OictDataSourceFactory.getDataSource(
|
|
43
|
+
yield OictDataSourceFactory_1.OictDataSourceFactory.getDataSource(helpers_1.OictResourceType.Consumption, {
|
|
44
44
|
dateFrom: start.toISODate(),
|
|
45
45
|
dateTo: end.toISODate(),
|
|
46
46
|
});
|
|
47
|
-
yield OictDataSourceFactory_1.OictDataSourceFactory.getDataSource(
|
|
47
|
+
yield OictDataSourceFactory_1.OictDataSourceFactory.getDataSource(helpers_1.OictResourceType.ConsumptionVisapp, {
|
|
48
48
|
dateFrom: start.toISODate(),
|
|
49
49
|
dateTo: end.toISODate(),
|
|
50
50
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FetchConsumptionTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/oict-energetika/tasks/FetchConsumptionTask.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"FetchConsumptionTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/oict-energetika/tasks/FetchConsumptionTask.ts"],"names":[],"mappings":";;;AAAA,oDAA2E;AAC3E,gFAA8F;AAE9F,iFAA+F;AAC/F,6EAAqG;AACrG,4FAA0G;AAE1G,2EAAoE;AACpE,2EAA6E;AAC7E,6EAAwE;AACxE,2DAAqE;AAErE,MAAa,oBAAqB,SAAQ,sBAAoC;IAQ1E,YAAY,WAAmB;QAC3B,KAAK,CAAC,WAAW,CAAC,CAAC;QARP,cAAS,GAAG,kBAAkB,CAAC;QAC/B,aAAQ,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,WAAW;QAC3C,WAAM,GAAG,yDAAgC,CAAC;QAOtD,IAAI,CAAC,qBAAqB,GAAG,IAAI,6CAAqB,EAAE,CAAC;QACzD,IAAI,CAAC,yBAAyB,GAAG,IAAI,qDAAyB,EAAE,CAAC;IACrE,CAAC;IAES,KAAK,CAAC,OAAO,CAAC,UAAkC;QACtD,MAAM,WAAW,GAAG,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC;QAEpD,KAAK,MAAM,UAAU,IAAI,WAAW,EAAE,CAAC;YACnC,IAAI,CAAC;gBACD,MAAM,IAAI,GAAG,MAAM,UAAU,CAAC,MAAM,EAAE,CAAC;gBACvC,MAAM,eAAe,GAAG,MAAM,IAAI,CAAC,yBAAyB,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;gBAC7E,MAAM,IAAI,CAAC,qBAAqB,CAAC,QAAQ,CAAC,eAAe,CAAC,CAAC;YAC/D,CAAC;YAAC,OAAO,GAAG,EAAE,CAAC;gBACX,aAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;gBACf,MAAM,IAAI,6BAAY,CAAC,kCAAkC,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;YAC3F,CAAC;QACL,CAAC;IACL,CAAC;IAEO,CAAC,cAAc,CAAC,UAAkC;QACtD,MAAM,QAAQ,GAAG,gBAAQ,CAAC,OAAO,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;QACtE,MAAM,MAAM,GAAG,gBAAQ,CAAC,OAAO,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;QAClE,MAAM,SAAS,GAAG,gBAAQ,CAAC,aAAa,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC;QAEhF,KAAK,MAAM,QAAQ,IAAI,SAAS,EAAE,CAAC;YAC/B,MAAM,KAAK,GAAG,QAAQ,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;YAC5C,MAAM,GAAG,GAAG,QAAQ,CAAC,GAAG,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;YAExC,MAAM,6CAAqB,CAAC,aAAa,CAAC,0BAAgB,CAAC,WAAW,EAAE;gBACpE,QAAQ,EAAE,KAAK,CAAC,SAAS,EAAE;gBAC3B,MAAM,EAAE,GAAG,CAAC,SAAS,EAAE;aAC1B,CAAC,CAAC;YAEH,MAAM,6CAAqB,CAAC,aAAa,CAAC,0BAAgB,CAAC,iBAAiB,EAAE;gBAC1E,QAAQ,EAAE,KAAK,CAAC,SAAS,EAAE;gBAC3B,MAAM,EAAE,GAAG,CAAC,SAAS,EAAE;aAC1B,CAAC,CAAC;QACP,CAAC;IACL,CAAC;CACJ;AAjDD,oDAiDC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IFetchDataInput } from "
|
|
2
|
-
import { FetchDataValidationSchema } from "
|
|
1
|
+
import { IFetchDataInput } from "../interfaces/IFetchDataInput";
|
|
2
|
+
import { FetchDataValidationSchema } from "../schema/FetchDataSchema";
|
|
3
3
|
import { AbstractTask } from "@golemio/core/dist/integration-engine/workers";
|
|
4
4
|
export declare class FetchDataTask extends AbstractTask<IFetchDataInput> {
|
|
5
5
|
readonly queueName = "fetchData";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.FetchDataTask = void 0;
|
|
4
|
-
const FetchDataSchema_1 = require("
|
|
4
|
+
const FetchDataSchema_1 = require("../schema/FetchDataSchema");
|
|
5
5
|
const queueprocessors_1 = require("@golemio/core/dist/integration-engine/queueprocessors");
|
|
6
6
|
const workers_1 = require("@golemio/core/dist/integration-engine/workers");
|
|
7
7
|
const luxon_1 = require("@golemio/core/dist/shared/luxon");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FetchDataTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/oict-energetika/tasks/FetchDataTask.ts"],"names":[],"mappings":";;;AAEA
|
|
1
|
+
{"version":3,"file":"FetchDataTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/oict-energetika/tasks/FetchDataTask.ts"],"names":[],"mappings":";;;AAEA,+DAAuF;AACvF,2FAAqF;AACrF,2EAA6E;AAC7E,2DAAqE;AAErE,MAAa,aAAc,SAAQ,sBAA6B;IAK5D,YAAY,WAAmB;QAC3B,KAAK,CAAC,WAAW,CAAC,CAAC;QALP,cAAS,GAAG,WAAW,CAAC;QACxB,aAAQ,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,aAAa;QACxC,WAAM,GAAG,2CAAyB,CAAC;IAInD,CAAC;IAES,KAAK,CAAC,OAAO,CAAC,EAAE,UAAU,EAAmB;QACnD,KAAK,MAAM,UAAU,IAAI,IAAI,CAAC,kBAAkB,CAAC,UAAU,CAAC,EAAE,CAAC;YAC3D,MAAM,8BAAY,CAAC,qBAAqB,CAAC,IAAI,CAAC,WAAW,EAAE,kBAAkB,EAAE,UAAU,CAAC,CAAC;QAC/F,CAAC;IACL,CAAC;IAEO,CAAC,kBAAkB,CAAC,UAAkB;QAC1C,MAAM,WAAW,GAAG,gBAAQ,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;QAClD,MAAM,aAAa,GAAG,WAAW,CAAC,KAAK,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC,CAAC;QAC9D,MAAM,SAAS,GAAG,gBAAQ,CAAC,aAAa,CAAC,aAAa,EAAE,WAAW,CAAC,CAAC,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,CAAC;QAE5F,KAAK,MAAM,QAAQ,IAAI,SAAS,EAAE,CAAC;YAC/B,MAAM,KAAK,GAAG,QAAQ,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;YAC5C,MAAM,GAAG,GAAG,QAAQ,CAAC,GAAG,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;YAExC,MAAM;gBACF,QAAQ,EAAE,KAAK,CAAC,SAAS,EAAE;gBAC3B,MAAM,EAAE,GAAG,CAAC,SAAS,EAAE;aAC1B,CAAC;QACN,CAAC;IACL,CAAC;CACJ;AA9BD,sCA8BC"}
|
package/dist/integration-engine/oict-energetika/transformations/ConsumptionTransformation.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IOictConsumptionInput } from "
|
|
2
|
-
import { IConsumptionModel } from "
|
|
1
|
+
import { IOictConsumptionInput } from "../../../schema-definitions/datasources/interfaces";
|
|
2
|
+
import { IConsumptionModel } from "../../../schema-definitions/models/interfaces";
|
|
3
3
|
import { BaseTransformation, ITransformation } from "@golemio/core/dist/integration-engine/transformations";
|
|
4
4
|
export declare class ConsumptionTransformation extends BaseTransformation implements ITransformation {
|
|
5
5
|
name: string;
|
package/dist/integration-engine/oict-energetika/transformations/ConsumptionTransformation.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ConsumptionTransformation = void 0;
|
|
4
|
-
const ParserHelpers_1 = require("
|
|
4
|
+
const ParserHelpers_1 = require("../../shared/helpers/ParserHelpers");
|
|
5
5
|
const transformations_1 = require("@golemio/core/dist/integration-engine/transformations");
|
|
6
6
|
class ConsumptionTransformation extends transformations_1.BaseTransformation {
|
|
7
7
|
constructor() {
|
package/dist/integration-engine/oict-energetika/transformations/ConsumptionTransformation.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConsumptionTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/oict-energetika/transformations/ConsumptionTransformation.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"ConsumptionTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/oict-energetika/transformations/ConsumptionTransformation.ts"],"names":[],"mappings":";;;AAAA,sEAAmE;AAGnE,2FAA4G;AAE5G,MAAa,yBAA0B,SAAQ,oCAAkB;IAAjE;;QACW,SAAI,GAAG,2BAA2B,CAAC;QAEhC,qBAAgB,GAAG,KAAK,EAAE,OAA8B,EAA8B,EAAE;YAC9F,OAAO;gBACH,KAAK;gBACL,IAAI,EAAE,IAAA,+BAAe,EAAC,OAAO,CAAC,IAAI,CAAC;gBACnC,KAAK,EAAE,IAAA,+BAAe,EAAC,OAAO,CAAC,KAAK,CAAC;gBACrC,QAAQ,EAAE,OAAO,CAAC,IAAI;gBACtB,QAAQ,EAAE,IAAA,+BAAe,EAAC,OAAO,CAAC,GAAG,CAAC;gBAEtC,IAAI,EAAE,IAAA,+BAAe,EAAC,OAAO,CAAC,IAAI,CAAC;gBACnC,KAAK,EAAE,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC;aAC/B,CAAC;QACN,CAAC,CAAC;IACN,CAAC;CAAA;AAfD,8DAeC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.OictEnergetikaWorker = void 0;
|
|
4
|
-
const FetchAccessConfigurationTask_1 = require("
|
|
5
|
-
const FetchConsumptionTask_1 = require("
|
|
6
|
-
const FetchDataTask_1 = require("
|
|
4
|
+
const FetchAccessConfigurationTask_1 = require("../../commodity-providers/workers/tasks/FetchAccessConfigurationTask");
|
|
5
|
+
const FetchConsumptionTask_1 = require("../tasks/FetchConsumptionTask");
|
|
6
|
+
const FetchDataTask_1 = require("../tasks/FetchDataTask");
|
|
7
7
|
const AbstractWorker_1 = require("@golemio/core/dist/integration-engine/workers/AbstractWorker");
|
|
8
8
|
class OictEnergetikaWorker extends AbstractWorker_1.AbstractWorker {
|
|
9
9
|
constructor() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OictEnergetikaWorker.js","sourceRoot":"","sources":["../../../../src/integration-engine/oict-energetika/workers/OictEnergetikaWorker.ts"],"names":[],"mappings":";;;AAAA,
|
|
1
|
+
{"version":3,"file":"OictEnergetikaWorker.js","sourceRoot":"","sources":["../../../../src/integration-engine/oict-energetika/workers/OictEnergetikaWorker.ts"],"names":[],"mappings":";;;AAAA,uHAAkH;AAClH,wEAAsF;AACtF,0DAAwE;AACxE,iGAA8F;AAE9F,MAAa,oBAAqB,SAAQ,+BAAc;IAGpD;QACI,KAAK,EAAE,CAAC;QAHF,SAAI,GAAG,gBAAgB,CAAC;QAK9B,iBAAiB;QACjB,IAAI,CAAC,YAAY,CAAC,IAAI,6BAAa,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;QAC5D,IAAI,CAAC,YAAY,CAAC,IAAI,2CAAoB,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;QACnE,IAAI,CAAC,YAAY,CAAC,IAAI,2DAA4B,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;IAC/E,CAAC;CACJ;AAXD,oDAWC"}
|
|
@@ -13,8 +13,8 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.VpalaceMeasurementDataSource = void 0;
|
|
16
|
-
const UnimonitorCemApiHelper_1 = require("
|
|
17
|
-
const _sch_1 = require("
|
|
16
|
+
const UnimonitorCemApiHelper_1 = require("../../shared/helpers/UnimonitorCemApiHelper");
|
|
17
|
+
const _sch_1 = require("../../../schema-definitions");
|
|
18
18
|
const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
|
|
19
19
|
const integration_engine_1 = require("@golemio/core/dist/integration-engine");
|
|
20
20
|
const golemio_validator_1 = require("@golemio/core/dist/shared/golemio-validator");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VpalaceMeasurementDataSource.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/datasources/VpalaceMeasurementDataSource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"VpalaceMeasurementDataSource.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/datasources/VpalaceMeasurementDataSource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,wFAAmF;AACnF,sDAAwC;AAExC,wEAAqE;AACrE,8EAAyF;AACzF,mFAAkF;AAClF,iEAAwE;AACxE,6DAA0D;AAEnD,IAAM,4BAA4B,GAAlC,MAAM,4BAA6B,SAAQ,uCAAkB;IAChE,YAA4C,MAA6B;QACrE,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAS,uCAAuC,CAAC,CAAC,CAAC;QADxB,WAAM,GAAN,MAAM,CAAe;QAGxD,iBAAY,GAAG,+CAAsB,CAAC,YAAY,CAAC,WAAW,CAAC;IADhF,CAAC;IAEM,KAAK,CAAC,aAAa,CAAC,IAAY,EAAE,EAAU,EAAE,UAAkB;QACnE,MAAM,0BAA0B,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,EAAE,EAAE,UAAU,CAAC,CAAC;QAE7G,OAAO,IAAI,+BAAU,CACjB,uBAAgB,CAAC,MAAM,CAAC,WAAW,CAAC,IAAI,GAAG,YAAY,EACvD,0BAA0B,EAC1B,IAAI,yCAAoB,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE,CAAC,EAC7C,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,WAAW,CAAC,IAAI,GAAG,YAAY,EACvD,uBAAgB,CAAC,MAAM,CAAC,WAAW,CAAC,oBAAoB,CAC3D,CACJ,CAAC;IACN,CAAC;CACJ,CAAA;AAlBY,oEAA4B;uCAA5B,4BAA4B;IADxC,IAAA,qBAAU,GAAE;IAEI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,YAAY,CAAC,CAAA;;GADlC,4BAA4B,CAkBxC"}
|
|
@@ -13,8 +13,8 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.VpalaceMeasuringEquipmentDataSource = void 0;
|
|
16
|
-
const UnimonitorCemApiHelper_1 = require("
|
|
17
|
-
const _sch_1 = require("
|
|
16
|
+
const UnimonitorCemApiHelper_1 = require("../../shared/helpers/UnimonitorCemApiHelper");
|
|
17
|
+
const _sch_1 = require("../../../schema-definitions");
|
|
18
18
|
const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
|
|
19
19
|
const integration_engine_1 = require("@golemio/core/dist/integration-engine");
|
|
20
20
|
const golemio_validator_1 = require("@golemio/core/dist/shared/golemio-validator");
|
package/dist/integration-engine/vpalace/datasources/VpalaceMeasuringEquipmentDataSource.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VpalaceMeasuringEquipmentDataSource.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/datasources/VpalaceMeasuringEquipmentDataSource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"VpalaceMeasuringEquipmentDataSource.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/datasources/VpalaceMeasuringEquipmentDataSource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,wFAAmF;AACnF,sDAAwC;AAExC,wEAAqE;AACrE,8EAAyF;AACzF,mFAAkF;AAClF,iEAAwE;AACxE,6DAA0D;AAGnD,IAAM,mCAAmC,GAAzC,MAAM,mCAAoC,SAAQ,uCAAkB;IAEvE,YAA4C,MAA6B;QACrE,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAS,uCAAuC,CAAC,CAAC,CAAC;QADxB,WAAM,GAAN,MAAM,CAAe;QADxD,iBAAY,GAAG,+CAAsB,CAAC,YAAY,CAAC,kBAAkB,CAAC;IAGvF,CAAC;IACM,KAAK,CAAC,aAAa,CAAC,IAAY,EAAE,EAAU,EAAE,UAAkB;QACnE,MAAM,0BAA0B,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,EAAE,EAAE,UAAU,CAAC,CAAC;QAE7G,OAAO,IAAI,+BAAU,CACjB,uBAAgB,CAAC,MAAM,CAAC,kBAAkB,CAAC,IAAI,GAAG,YAAY,EAC9D,0BAA0B,EAC1B,IAAI,yCAAoB,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE,CAAC,EAC7C,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,kBAAkB,CAAC,IAAI,GAAG,YAAY,EAC9D,uBAAgB,CAAC,MAAM,CAAC,kBAAkB,CAAC,oBAAoB,CAClE,CACJ,CAAC;IACN,CAAC;CACJ,CAAA;AAlBY,kFAAmC;8CAAnC,mCAAmC;IAD/C,IAAA,qBAAU,GAAE;IAGI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,YAAY,CAAC,CAAA;;GAFlC,mCAAmC,CAkB/C"}
|
|
@@ -13,8 +13,8 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.VpalaceMeterTypeDataSource = void 0;
|
|
16
|
-
const UnimonitorCemApiHelper_1 = require("
|
|
17
|
-
const _sch_1 = require("
|
|
16
|
+
const UnimonitorCemApiHelper_1 = require("../../shared/helpers/UnimonitorCemApiHelper");
|
|
17
|
+
const _sch_1 = require("../../../schema-definitions");
|
|
18
18
|
const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
|
|
19
19
|
const integration_engine_1 = require("@golemio/core/dist/integration-engine");
|
|
20
20
|
const golemio_validator_1 = require("@golemio/core/dist/shared/golemio-validator");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VpalaceMeterTypeDataSource.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/datasources/VpalaceMeterTypeDataSource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"VpalaceMeterTypeDataSource.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/datasources/VpalaceMeterTypeDataSource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,wFAAmF;AACnF,sDAAwC;AAExC,wEAAqE;AACrE,8EAAyF;AACzF,mFAAkF;AAClF,iEAAwE;AACxE,6DAA0D;AAGnD,IAAM,0BAA0B,GAAhC,MAAM,0BAA2B,SAAQ,uCAAkB;IAE9D,YAA4C,MAA6B;QACrE,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAS,uCAAuC,CAAC,CAAC,CAAC;QADxB,WAAM,GAAN,MAAM,CAAe;QADxD,iBAAY,GAAG,+CAAsB,CAAC,YAAY,CAAC,SAAS,CAAC;IAG9E,CAAC;IACM,KAAK,CAAC,aAAa,CAAC,IAAY,EAAE,EAAU,EAAE,UAAkB;QACnE,MAAM,0BAA0B,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,EAAE,EAAE,UAAU,CAAC,CAAC;QAE7G,OAAO,IAAI,+BAAU,CACjB,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,IAAI,GAAG,YAAY,EACrD,0BAA0B,EAC1B,IAAI,yCAAoB,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE,CAAC,EAC7C,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,IAAI,GAAG,YAAY,EACrD,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,oBAAoB,CACzD,CACJ,CAAC;IACN,CAAC;CACJ,CAAA;AAlBY,gEAA0B;qCAA1B,0BAA0B;IADtC,IAAA,qBAAU,GAAE;IAGI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,YAAY,CAAC,CAAA;;GAFlC,0BAA0B,CAkBtC"}
|