@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
package/dist/integration-engine/commodity-providers/transformations/AveMeasurementTransformation.js
CHANGED
|
@@ -12,7 +12,7 @@ const luxon_1 = require("@golemio/core/dist/shared/luxon");
|
|
|
12
12
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
13
13
|
const CommodityProviderEnum_1 = require("../datasources/helpers/CommodityProviderEnum");
|
|
14
14
|
const PpasAveApiHelper_1 = require("../datasources/ppas-ave-api/helpers/PpasAveApiHelper");
|
|
15
|
-
const MeasurementVariableEnum_1 = require("
|
|
15
|
+
const MeasurementVariableEnum_1 = require("../../../schema-definitions/datasources/helpers/MeasurementVariableEnum");
|
|
16
16
|
let AveMeasurementTransformation = class AveMeasurementTransformation extends AbstractTransformation_1.AbstractTransformation {
|
|
17
17
|
constructor() {
|
|
18
18
|
super(...arguments);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AveMeasurementTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/commodity-providers/transformations/AveMeasurementTransformation.ts"],"names":[],"mappings":";;;;;;;;;AAGA,6GAA0G;AAC1G,2DAA2D;AAC3D,iEAAgE;AAChE,wFAAiF;AACjF,2FAAwF;AACxF,
|
|
1
|
+
{"version":3,"file":"AveMeasurementTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/commodity-providers/transformations/AveMeasurementTransformation.ts"],"names":[],"mappings":";;;;;;;;;AAGA,6GAA0G;AAC1G,2DAA2D;AAC3D,iEAAgE;AAChE,wFAAiF;AACjF,2FAAwF;AACxF,qHAAuF;AAGhF,IAAM,4BAA4B,GAAlC,MAAM,4BAA6B,SAAQ,+CAGjD;IAHM;;QAII,SAAI,GAAG,8BAA8B,CAAC;QAEnC,sBAAiB,GAAG,CAC1B,IAA2E,EAC5D,EAAE;YACjB,OAAO;gBACH,MAAM,EAAE,yCAAiB,CAAC,kBAAkB;gBAC5C,oBAAoB,EAAE,IAAI,CAAC,IAAI;gBAC/B,IAAI,EAAE,IAAI,CAAC,IAAI;gBACf,KAAK,EAAE,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,KAAK,IAAI,EAAE;gBACnC,SAAS,EAAE,gBAAQ,CAAC,OAAO,CAAC,IAAI,CAAC,SAAS,EAAE;oBACxC,IAAI,EAAE,mCAAgB,CAAC,WAAW;iBACrC,CAAC,CAAC,QAAQ,EAAE;gBACb,QAAQ,EAAE,IAAI,CAAC,GAAG;gBAClB,IAAI,EAAE,IAAI,CAAC,IAAI;gBACf,KAAK,EAAE,IAAI,CAAC,QAAQ,CAAC,IAAI,EAAE,IAAI,CAAC,GAA0B,CAAC;gBAC3D,oBAAoB,EAAE,IAAI,CAAC,YAAY,KAAK,SAAS,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,IAAI;aAC3F,CAAC;QACN,CAAC,CAAC;QAEM,aAAQ,GAAG,CAAC,IAA0B,EAAE,QAA6B,EAAU,EAAE;YACrF,QAAQ,QAAQ,EAAE,CAAC;gBACf,KAAK,6CAAmB,CAAC,IAAI,CAAC;gBAC9B;oBACI,OAAO,IAAI,CAAC,eAAe,CAAC;gBAChC,KAAK,6CAAmB,CAAC,KAAK;oBAC1B,OAAO,IAAI,CAAC,iBAAkB,CAAC;YACvC,CAAC;QACL,CAAC,CAAC;IACN,CAAC;CAAA,CAAA;AAjCY,oEAA4B;uCAA5B,4BAA4B;IADxC,IAAA,qBAAU,GAAE;GACA,4BAA4B,CAiCxC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ICemApiMeasurementDto } from "
|
|
2
|
-
import { IMeasurementOption } from "
|
|
3
|
-
import { IMeasurementDto } from "
|
|
1
|
+
import { ICemApiMeasurementDto } from "../../../schema-definitions/datasources/commodity-providers/interfaces/ICemApiMeasurementDto";
|
|
2
|
+
import { IMeasurementOption } from "../../../schema-definitions/datasources/interfaces/IStaticMeterSettings";
|
|
3
|
+
import { IMeasurementDto } from "../../../schema-definitions/models/interfaces/IMeasurementDto";
|
|
4
4
|
import { AbstractTransformation } from "@golemio/core/dist/helpers/transformation/AbstractTransformation";
|
|
5
5
|
export declare class CemMeasurementTransformation extends AbstractTransformation<IMeasurementOption & ICemApiMeasurementDto & {
|
|
6
6
|
counterTypeId: number;
|
package/dist/integration-engine/commodity-providers/transformations/CemMeasurementTransformation.js
CHANGED
|
@@ -10,7 +10,7 @@ exports.CemMeasurementTransformation = void 0;
|
|
|
10
10
|
const AbstractTransformation_1 = require("@golemio/core/dist/helpers/transformation/AbstractTransformation");
|
|
11
11
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
12
12
|
const CommodityProviderEnum_1 = require("../datasources/helpers/CommodityProviderEnum");
|
|
13
|
-
const UnimonitorCemApiHelper_1 = require("
|
|
13
|
+
const UnimonitorCemApiHelper_1 = require("../../shared/helpers/UnimonitorCemApiHelper");
|
|
14
14
|
let CemMeasurementTransformation = class CemMeasurementTransformation extends AbstractTransformation_1.AbstractTransformation {
|
|
15
15
|
constructor() {
|
|
16
16
|
super(...arguments);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CemMeasurementTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/commodity-providers/transformations/CemMeasurementTransformation.ts"],"names":[],"mappings":";;;;;;;;;AAGA,6GAA0G;AAC1G,iEAAgE;AAChE,wFAAiF;AAEjF,
|
|
1
|
+
{"version":3,"file":"CemMeasurementTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/commodity-providers/transformations/CemMeasurementTransformation.ts"],"names":[],"mappings":";;;;;;;;;AAGA,6GAA0G;AAC1G,iEAAgE;AAChE,wFAAiF;AAEjF,wFAAmF;AAG5E,IAAM,4BAA4B,GAAlC,MAAM,4BAA6B,SAAQ,+CAGjD;IAHM;;QAII,SAAI,GAAG,8BAA8B,CAAC;QAEnC,sBAAiB,GAAG,CAC1B,IAA8F,EAC/E,EAAE;YACjB,OAAO;gBACH,MAAM,EAAE,yCAAiB,CAAC,gBAAgB;gBAC1C,oBAAoB,EAAE,IAAI,CAAC,IAAI;gBAC/B,IAAI,EAAE,IAAI,CAAC,IAAI;gBACf,KAAK,EAAE,IAAI,CAAC,KAAM;gBAClB,SAAS,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC,SAAS,CAAC;gBACnC,QAAQ,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,GAAG,EAAE,IAAI,CAAC,aAAa,CAAC;gBACxD,IAAI,EAAE,IAAI,CAAC,IAAI;gBACf,KAAK,EAAE,IAAI,CAAC,KAAK;gBACjB,oBAAoB,EAAE,IAAI,CAAC,QAAQ;aACtC,CAAC;QACN,CAAC,CAAC;QAEM,gBAAW,GAAG,CAAC,QAAgB,EAAE,aAAqB,EAAU,EAAE;YACtE,IAAI,aAAa,KAAK,+CAAsB,CAAC,WAAW,CAAC,YAAY,EAAE,CAAC;gBACpE,OAAO,IAAI,CAAC,CAAC,eAAe;YAChC,CAAC;iBAAM,IAAI,aAAa,KAAK,+CAAsB,CAAC,WAAW,CAAC,WAAW,EAAE,CAAC;gBAC1E,OAAO,IAAI,CAAC,CAAC,cAAc;YAC/B,CAAC;YAED,OAAO,QAAQ,CAAC;QACpB,CAAC,CAAC;IACN,CAAC;CAAA,CAAA;AA/BY,oEAA4B;uCAA5B,4BAA4B;IADxC,IAAA,qBAAU,GAAE;GACA,4BAA4B,CA+BxC"}
|
package/dist/integration-engine/commodity-providers/transformations/PreElectroTransformation.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IPreElectricConsumptionInput } from "
|
|
2
|
-
import { IMeasurementOption } from "
|
|
3
|
-
import { IMeasurementDto } from "
|
|
1
|
+
import { IPreElectricConsumptionInput } from "../../../schema-definitions/datasources/interfaces/IPreElectricConsumptionInput";
|
|
2
|
+
import { IMeasurementOption } from "../../../schema-definitions/datasources/interfaces/IStaticMeterSettings";
|
|
3
|
+
import { IMeasurementDto } from "../../../schema-definitions/models/interfaces/IMeasurementDto";
|
|
4
4
|
import { AbstractTransformation } from "@golemio/core/dist/helpers/transformation/AbstractTransformation";
|
|
5
5
|
export declare class PreElectroTransformation extends AbstractTransformation<{
|
|
6
6
|
option: IMeasurementOption;
|
package/dist/integration-engine/commodity-providers/transformations/PreElectroTransformation.js
CHANGED
|
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
};
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.PreElectroTransformation = void 0;
|
|
10
|
-
const CommodityProviderTypeEnum_1 = require("
|
|
10
|
+
const CommodityProviderTypeEnum_1 = require("../../../schema-definitions/models/helpers/CommodityProviderTypeEnum");
|
|
11
11
|
const AbstractTransformation_1 = require("@golemio/core/dist/helpers/transformation/AbstractTransformation");
|
|
12
12
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
13
13
|
let PreElectroTransformation = class PreElectroTransformation extends AbstractTransformation_1.AbstractTransformation {
|
package/dist/integration-engine/commodity-providers/transformations/PreElectroTransformation.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreElectroTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/commodity-providers/transformations/PreElectroTransformation.ts"],"names":[],"mappings":";;;;;;;;;AAEA,
|
|
1
|
+
{"version":3,"file":"PreElectroTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/commodity-providers/transformations/PreElectroTransformation.ts"],"names":[],"mappings":";;;;;;;;;AAEA,oHAAsF;AAEtF,6GAA0G;AAC1G,iEAAgE;AAGzD,IAAM,wBAAwB,GAA9B,MAAM,wBAAyB,SAAQ,+CAG7C;IAHM;;QAII,SAAI,GAAG,0BAA0B,CAAC;QAE/B,sBAAiB,GAAG,CAC1B,IAAoF,EACrE,EAAE;YACjB,OAAO;gBACH,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI;gBACtB,KAAK,EAAE,IAAI,CAAC,MAAM,CAAC,KAAM;gBACzB,SAAS,EAAE,IAAI,IAAI,CAAC,IAAI,CAAC,WAAW,CAAC,YAAY,CAAC,GAAG,MAAM,CAAC;gBAC5D,QAAQ,EAAE,IAAI,CAAC,MAAM,CAAC,GAAG;gBACzB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI;gBACtB,KAAK,EAAE,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC;gBAC7C,MAAM,EAAE,iDAAqB,CAAC,UAAU;gBACxC,oBAAoB,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI;gBACtC,oBAAoB,EAAE,IAAI,CAAC,WAAW,CAAC,GAAG;aAC7C,CAAC;QACN,CAAC,CAAC;IACN,CAAC;CAAA,CAAA;AArBY,4DAAwB;mCAAxB,wBAAwB;IADpC,IAAA,qBAAU,GAAE;GACA,wBAAwB,CAqBpC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { IMeasurementDto } from "
|
|
1
|
+
import { IMeasurementDto } from "../../../schema-definitions/models/interfaces/IMeasurementDto";
|
|
2
2
|
import { AbstractTransformation } from "@golemio/core/dist/helpers/transformation/AbstractTransformation";
|
|
3
|
-
import { IPreEanMeasurement } from "
|
|
4
|
-
import { IMeasurementOption } from "
|
|
3
|
+
import { IPreEanMeasurement } from "../../../schema-definitions/datasources/commodity-providers/IPreEanMeasurement";
|
|
4
|
+
import { IMeasurementOption } from "../../../schema-definitions/datasources/interfaces/IStaticMeterSettings";
|
|
5
5
|
export declare class PreMeasurementTransformation extends AbstractTransformation<{
|
|
6
6
|
option: IMeasurementOption;
|
|
7
7
|
} & {
|
package/dist/integration-engine/commodity-providers/transformations/PreMeasurementTransformation.js
CHANGED
|
@@ -9,7 +9,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
9
9
|
exports.PreMeasurementTransformation = void 0;
|
|
10
10
|
const AbstractTransformation_1 = require("@golemio/core/dist/helpers/transformation/AbstractTransformation");
|
|
11
11
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
12
|
-
const CommodityProviderTypeEnum_1 = require("
|
|
12
|
+
const CommodityProviderTypeEnum_1 = require("../../../schema-definitions/models/helpers/CommodityProviderTypeEnum");
|
|
13
13
|
const helpers_1 = require("@golemio/core/dist/helpers");
|
|
14
14
|
let PreMeasurementTransformation = class PreMeasurementTransformation extends AbstractTransformation_1.AbstractTransformation {
|
|
15
15
|
constructor() {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreMeasurementTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/commodity-providers/transformations/PreMeasurementTransformation.ts"],"names":[],"mappings":";;;;;;;;;AACA,6GAA0G;AAC1G,iEAAgE;AAChE,
|
|
1
|
+
{"version":3,"file":"PreMeasurementTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/commodity-providers/transformations/PreMeasurementTransformation.ts"],"names":[],"mappings":";;;;;;;;;AACA,6GAA0G;AAC1G,iEAAgE;AAChE,oHAAsF;AAEtF,wDAAsD;AAI/C,IAAM,4BAA4B,GAAlC,MAAM,4BAA6B,SAAQ,+CAGjD;IAHM;;QAII,SAAI,GAAG,8BAA8B,CAAC;QAEnC,sBAAiB,GAAG,CAC1B,IAA+E,EAC9D,EAAE;YACnB,MAAM,MAAM,GAAsB,EAAE,CAAC;YACrC,KAAK,MAAM,WAAW,IAAI,IAAI,CAAC,gBAAgB,CAAC,cAAc,EAAE,CAAC;gBAC7D,MAAM,CAAC,IAAI,CAAC;oBACR,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI;oBACtB,KAAK,EAAE,IAAI,CAAC,gBAAgB,CAAC,GAAG;oBAChC,SAAS,EAAE,kBAAQ,CAAC,UAAU,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,cAAc,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;oBAC5F,QAAQ,EAAE,IAAI,CAAC,MAAM,CAAC,GAAG;oBACzB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI;oBACtB,KAAK,EAAE,MAAM,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;oBAC7B,MAAM,EAAE,iDAAqB,CAAC,eAAe;oBAC7C,oBAAoB,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI;oBACtC,oBAAoB,EAAE,IAAI;iBAC7B,CAAC,CAAC;YACP,CAAC;YACD,OAAO,MAAM,CAAC;QAClB,CAAC,CAAC;IACN,CAAC;CAAA,CAAA;AAzBY,oEAA4B;uCAA5B,4BAA4B;IADxC,IAAA,qBAAU,GAAE;GACA,4BAA4B,CAyBxC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IMeasurementOption } from "
|
|
2
|
-
import { IPtasMeasurement } from "
|
|
3
|
-
import { IMeasurementDto } from "
|
|
1
|
+
import { IMeasurementOption } from "../../../schema-definitions/datasources/interfaces/IStaticMeterSettings";
|
|
2
|
+
import { IPtasMeasurement } from "../../../schema-definitions/datasources/interfaces/PtasWebScrapingInput";
|
|
3
|
+
import { IMeasurementDto } from "../../../schema-definitions/models/interfaces/IMeasurementDto";
|
|
4
4
|
import { AbstractTransformation } from "@golemio/core/dist/helpers/transformation/AbstractTransformation";
|
|
5
5
|
export declare class PtasWebMeasurementTransformation extends AbstractTransformation<{
|
|
6
6
|
option: IMeasurementOption;
|
|
@@ -7,7 +7,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
};
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.PtasWebMeasurementTransformation = void 0;
|
|
10
|
-
const CommodityProviderTypeEnum_1 = require("
|
|
10
|
+
const CommodityProviderTypeEnum_1 = require("../../../schema-definitions/models/helpers/CommodityProviderTypeEnum");
|
|
11
11
|
const AbstractTransformation_1 = require("@golemio/core/dist/helpers/transformation/AbstractTransformation");
|
|
12
12
|
const luxon_1 = require("@golemio/core/dist/shared/luxon");
|
|
13
13
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PtasWebMeasurementTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/commodity-providers/transformations/PtasWebMeasurementTransformation.ts"],"names":[],"mappings":";;;;;;;;;AAEA,
|
|
1
|
+
{"version":3,"file":"PtasWebMeasurementTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/commodity-providers/transformations/PtasWebMeasurementTransformation.ts"],"names":[],"mappings":";;;;;;;;;AAEA,oHAAsF;AAEtF,6GAA0G;AAC1G,2DAA2D;AAC3D,iEAAgE;AAGzD,IAAM,gCAAgC,GAAtC,MAAM,gCAAiC,SAAQ,+CAGrD;IAHM;;QAII,SAAI,GAAG,kCAAkC,CAAC;QACzC,sBAAiB,GAAG,eAAe,CAAC;QAElC,sBAAiB,GAAG,CAAC,IAAwE,EAAmB,EAAE;YACxH,OAAO;gBACH,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI;gBACtB,MAAM,EAAE,iDAAqB,CAAC,WAAW;gBACzC,KAAK,EAAE,IAAI,CAAC,MAAM,CAAC,KAAM;gBACzB,SAAS,EAAE,gBAAQ,CAAC,UAAU,CAC1B,GAAG,IAAI,CAAC,WAAW,CAAC,cAAc,CAAC,IAAI,IAAI,CAAC,WAAW,CAAC,YAAY,CAAC,EAAE,EACvE,IAAI,CAAC,iBAAiB,EACtB;oBACI,IAAI,EAAE,eAAe;iBACxB,CACJ;qBACI,KAAK,EAAE;qBACP,QAAQ,EAAE;gBACf,QAAQ,EAAE,IAAI,CAAC,MAAM,CAAC,GAAG;gBACzB,IAAI,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI;gBACtB,KAAK,EAAE,UAAU,CAAC,IAAI,CAAC,WAAW,CAAC,QAAQ,CAAC,CAAC,UAAU,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,OAAO,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;gBACnF,oBAAoB,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI;gBACtC,oBAAoB,EAAE,IAAI,CAAC,WAAW,CAAC,eAAe,CAAC;aAC1D,CAAC;QACN,CAAC,CAAC;IACN,CAAC;CAAA,CAAA;AA5BY,4EAAgC;2CAAhC,gCAAgC;IAD5C,IAAA,qBAAU,GAAE;GACA,gCAAgC,CA4B5C"}
|
package/dist/integration-engine/commodity-providers/workers/interfaces/IPpasMeasurementsParams.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CommodityProviderType } from "
|
|
1
|
+
import { CommodityProviderType } from "../../../../schema-definitions/models/helpers/CommodityProviderTypeEnum";
|
|
2
2
|
import { IMeasurementsParams } from "./IMeasurementsParams";
|
|
3
3
|
export interface IPpasMeasurementsParams extends IMeasurementsParams {
|
|
4
4
|
providerType: CommodityProviderType.PpasAveV | CommodityProviderType.PpasAveM | CommodityProviderType.PpasAveA | CommodityProviderType.PpasAveC | CommodityProviderType.PpasAveMO;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CommodityProviderType } from "
|
|
1
|
+
import { CommodityProviderType } from "../../../../schema-definitions/models/helpers/CommodityProviderTypeEnum";
|
|
2
2
|
import { IMeasurementsParams } from "./IMeasurementsParams";
|
|
3
3
|
export interface IVeoliaMeasurementsParams extends IMeasurementsParams {
|
|
4
4
|
providerType: CommodityProviderType.CemApiVeoliaElectro | CommodityProviderType.CemApiVeoliaWater;
|
package/dist/integration-engine/commodity-providers/workers/schema/PpasMeasurementsSchema.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CommodityProviderType } from "
|
|
1
|
+
import { CommodityProviderType } from "../../../../schema-definitions/models/helpers/CommodityProviderTypeEnum";
|
|
2
2
|
import { IPpasMeasurementsParams } from "../interfaces/IPpasMeasurementsParams";
|
|
3
3
|
import { MeasurementsValidationSchema } from "./MeasurementsSchema";
|
|
4
4
|
export declare class PpasMeasurementsValidationSchema extends MeasurementsValidationSchema implements IPpasMeasurementsParams {
|
package/dist/integration-engine/commodity-providers/workers/schema/PpasMeasurementsSchema.js
CHANGED
|
@@ -10,7 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.PpasMeasurementsValidationSchema = void 0;
|
|
13
|
-
const CommodityProviderTypeEnum_1 = require("
|
|
13
|
+
const CommodityProviderTypeEnum_1 = require("../../../../schema-definitions/models/helpers/CommodityProviderTypeEnum");
|
|
14
14
|
const class_validator_1 = require("@golemio/core/dist/shared/class-validator");
|
|
15
15
|
const MeasurementsSchema_1 = require("./MeasurementsSchema");
|
|
16
16
|
class PpasMeasurementsValidationSchema extends MeasurementsSchema_1.MeasurementsValidationSchema {
|
package/dist/integration-engine/commodity-providers/workers/schema/PpasMeasurementsSchema.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PpasMeasurementsSchema.js","sourceRoot":"","sources":["../../../../../src/integration-engine/commodity-providers/workers/schema/PpasMeasurementsSchema.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"PpasMeasurementsSchema.js","sourceRoot":"","sources":["../../../../../src/integration-engine/commodity-providers/workers/schema/PpasMeasurementsSchema.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uHAAsF;AACtF,+EAAmE;AAEnE,6DAAoE;AAEpE,MAAa,gCAAiC,SAAQ,iDAA4B;CAcjF;AAdD,4EAcC;AANG;IAPC,IAAA,wBAAM,EAAC;QACJ,iDAAqB,CAAC,QAAQ;QAC9B,iDAAqB,CAAC,QAAQ;QAC9B,iDAAqB,CAAC,QAAQ;QAC9B,iDAAqB,CAAC,QAAQ;QAC9B,iDAAqB,CAAC,SAAS;KAClC,CAAC;;sEAMoC"}
|
package/dist/integration-engine/commodity-providers/workers/schema/PreEanMeasurementSchema.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IPreEanMeasurement } from "
|
|
1
|
+
import { IPreEanMeasurement } from "../../../../schema-definitions/datasources/commodity-providers/IPreEanMeasurement";
|
|
2
2
|
export declare class PreEanMeasurementSchema implements IPreEanMeasurement {
|
|
3
3
|
T1_Wh_raw_data: Array<[string, number]>;
|
|
4
4
|
ean: string;
|
package/dist/integration-engine/commodity-providers/workers/schema/VeoliaMeasurementsSchema.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CommodityProviderType } from "
|
|
1
|
+
import { CommodityProviderType } from "../../../../schema-definitions/models/helpers/CommodityProviderTypeEnum";
|
|
2
2
|
import { IVeoliaMeasurementsParams } from "../interfaces/IVeoliaMeasurementsParams";
|
|
3
3
|
import { MeasurementsValidationSchema } from "./MeasurementsSchema";
|
|
4
4
|
export declare class VeoliaMeasurementsValidationSchema extends MeasurementsValidationSchema implements IVeoliaMeasurementsParams {
|
package/dist/integration-engine/commodity-providers/workers/schema/VeoliaMeasurementsSchema.js
CHANGED
|
@@ -10,7 +10,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.VeoliaMeasurementsValidationSchema = void 0;
|
|
13
|
-
const CommodityProviderTypeEnum_1 = require("
|
|
13
|
+
const CommodityProviderTypeEnum_1 = require("../../../../schema-definitions/models/helpers/CommodityProviderTypeEnum");
|
|
14
14
|
const class_validator_1 = require("@golemio/core/dist/shared/class-validator");
|
|
15
15
|
const MeasurementsSchema_1 = require("./MeasurementsSchema");
|
|
16
16
|
class VeoliaMeasurementsValidationSchema extends MeasurementsSchema_1.MeasurementsValidationSchema {
|
package/dist/integration-engine/commodity-providers/workers/schema/VeoliaMeasurementsSchema.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VeoliaMeasurementsSchema.js","sourceRoot":"","sources":["../../../../../src/integration-engine/commodity-providers/workers/schema/VeoliaMeasurementsSchema.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"VeoliaMeasurementsSchema.js","sourceRoot":"","sources":["../../../../../src/integration-engine/commodity-providers/workers/schema/VeoliaMeasurementsSchema.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uHAAsF;AACtF,+EAAmE;AAEnE,6DAAoE;AAEpE,MAAa,kCAAmC,SAAQ,iDAA4B;CAGnF;AAHD,gFAGC;AADG;IADC,IAAA,wBAAM,EAAC,CAAC,iDAAqB,CAAC,mBAAmB,EAAE,iDAAqB,CAAC,iBAAiB,CAAC,CAAC;;wEACM"}
|
package/dist/integration-engine/commodity-providers/workers/tasks/AbstractFetchMeasurementsTask.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { MeasurementRepository } from "
|
|
2
|
-
import { IMeasurementDto } from "
|
|
1
|
+
import { MeasurementRepository } from "../../repositories/MeasurementRepository";
|
|
2
|
+
import { IMeasurementDto } from "../../../../schema-definitions/models/interfaces/IMeasurementDto";
|
|
3
3
|
import { AbstractTask } from "@golemio/core/dist/integration-engine";
|
|
4
4
|
import { IMeasurementsParams } from "../interfaces/IMeasurementsParams";
|
|
5
5
|
export declare abstract class AbstractFetchMeasurementsTask<T extends IMeasurementsParams> extends AbstractTask<T> {
|
package/dist/integration-engine/commodity-providers/workers/tasks/AbstractFetchMeasurementsTask.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AbstractFetchMeasurementsTask = void 0;
|
|
4
|
-
const constants_1 = require("
|
|
5
|
-
const EnapoMeasurementsDataNormalizer_1 = require("
|
|
4
|
+
const constants_1 = require("../../constants");
|
|
5
|
+
const EnapoMeasurementsDataNormalizer_1 = require("../../helper/EnapoMeasurementsDataNormalizer");
|
|
6
6
|
const integration_engine_1 = require("@golemio/core/dist/integration-engine");
|
|
7
7
|
const MEASUREMENTS_BATCH_SIZE = 5000;
|
|
8
8
|
class AbstractFetchMeasurementsTask extends integration_engine_1.AbstractTask {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AbstractFetchMeasurementsTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/commodity-providers/workers/tasks/AbstractFetchMeasurementsTask.ts"],"names":[],"mappings":";;;AAAA
|
|
1
|
+
{"version":3,"file":"AbstractFetchMeasurementsTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/commodity-providers/workers/tasks/AbstractFetchMeasurementsTask.ts"],"names":[],"mappings":";;;AAAA,+CAAgE;AAChE,kGAA4G;AAG5G,8EAAqE;AAGrE,MAAM,uBAAuB,GAAG,IAAI,CAAC;AAErC,MAAsB,6BAA6D,SAAQ,iCAAe;IAGtG;QACI,KAAK,CAAC,uBAAW,CAAC,CAAC;IACvB,CAAC;IAES,KAAK,CAAC,mBAAmB,CAAC,IAAuB,EAAE,aAAsB,KAAK;QACpF,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,MAAM,EAAE,CAAC,IAAI,uBAAuB,EAAE,CAAC;YAC5D,IAAI,KAAK,GAAG,IAAI,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,GAAG,uBAAuB,CAAC,CAAC;YAEvD,IAAI,CAAC,UAAU,EAAE,CAAC;gBACd,KAAK,GAAG,4DAA0B,CAAC,MAAM,CAAC,KAAK,CAAsB,CAAC;YAC1E,CAAC;YAED,gDAAgD;YAChD,KAAK,GAAG,KAAK,CAAC,MAAM,CAChB,CAAC,IAAI,EAAE,KAAK,EAAE,IAAI,EAAE,EAAE,CAClB,KAAK;gBACL,IAAI,CAAC,SAAS,CACV,CAAC,CAAC,EAAE,EAAE,CACF,CAAC,CAAC,SAAS,CAAC,OAAO,EAAE,KAAK,IAAI,CAAC,SAAS,CAAC,OAAO,EAAE;oBAClD,CAAC,CAAC,IAAI,KAAK,IAAI,CAAC,IAAI;oBACpB,CAAC,CAAC,QAAQ,KAAK,IAAI,CAAC,QAAQ;oBAC5B,CAAC,CAAC,KAAK,KAAK,IAAI,CAAC,KAAK,CAC7B,CACR,CAAC;YAEF,MAAM,IAAI,CAAC,qBAAqB,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;QACrD,CAAC;IACL,CAAC;CACJ;AA/BD,sEA+BC"}
|
package/dist/integration-engine/commodity-providers/workers/tasks/FetchAccessConfigurationTask.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.FetchAccessConfigurationTask = void 0;
|
|
4
|
-
const Di_1 = require("
|
|
5
|
-
const WorkerContainerToken_1 = require("
|
|
4
|
+
const Di_1 = require("../../ioc/Di");
|
|
5
|
+
const WorkerContainerToken_1 = require("../../ioc/WorkerContainerToken");
|
|
6
6
|
const AbstractEmptyTask_1 = require("@golemio/core/dist/integration-engine/workers/AbstractEmptyTask");
|
|
7
7
|
class FetchAccessConfigurationTask extends AbstractEmptyTask_1.AbstractEmptyTask {
|
|
8
8
|
constructor(queuePrefix) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FetchAccessConfigurationTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/commodity-providers/workers/tasks/FetchAccessConfigurationTask.ts"],"names":[],"mappings":";;;AACA,
|
|
1
|
+
{"version":3,"file":"FetchAccessConfigurationTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/commodity-providers/workers/tasks/FetchAccessConfigurationTask.ts"],"names":[],"mappings":";;;AACA,qCAAoE;AACpE,yEAAwF;AAExF,uGAAoG;AAEpG,MAAa,4BAA6B,SAAQ,qCAAiB;IAM/D,YAAY,WAAmB;QAC3B,KAAK,CAAC,WAAW,CAAC,CAAC;QANvB,cAAS,GAAW,0BAA0B,CAAC;QAC/B,aAAQ,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,aAAa;QAMpD,IAAI,CAAC,6BAA6B,GAAG,uBAAkB,CAAC,OAAO,CAC3D,2CAAoB,CAAC,6BAA6B,CACrD,CAAC;QACF,IAAI,CAAC,gBAAgB,GAAG,uBAAkB,CAAC,OAAO,CAC9C,2CAAoB,CAAC,0BAA0B,CAClD,CAAC;IACN,CAAC;IAES,KAAK,CAAC,OAAO;QACnB,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,6BAA6B,CAAC,aAAa,EAAE,CAAC,MAAM,EAAE,CAAC;QAClF,MAAM,IAAI,CAAC,gBAAgB,CAAC,UAAU,CAAC,OAAO,CAAC,CAAC;IACpD,CAAC;CACJ;AApBD,oEAoBC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { StaticMeterSettingsDataSourceProvider } from "
|
|
2
|
-
import { StaticMeterSettingsDataSourceCapitalDs } from "
|
|
3
|
-
import { StaticMeterSettingsRepository } from "
|
|
1
|
+
import { StaticMeterSettingsDataSourceProvider } from "../../datasources/static-data/StaticMeterSettingsDataSourceProvider";
|
|
2
|
+
import { StaticMeterSettingsDataSourceCapitalDs } from "../../datasources/static-data/StaticMeterSettingsDataSourceCapitalDs";
|
|
3
|
+
import { StaticMeterSettingsRepository } from "../../repositories/StaticMeterSettingsRepository";
|
|
4
4
|
import { ILogger } from "@golemio/core/dist/helpers/logger";
|
|
5
5
|
import { AbstractEmptyTask } from "@golemio/core/dist/integration-engine/workers/AbstractEmptyTask";
|
|
6
6
|
export declare class FetchMeasurementOptionsStaticDataTask extends AbstractEmptyTask {
|
|
@@ -13,13 +13,13 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.FetchMeasurementOptionsStaticDataTask = void 0;
|
|
16
|
-
const constants_1 = require("
|
|
17
|
-
const StaticMeterSettingsDataSourceProvider_1 = require("
|
|
18
|
-
const StaticMeterSettingsDataSourceCapitalDs_1 = require("
|
|
19
|
-
const WorkerContainerToken_1 = require("
|
|
20
|
-
const StaticMeterSettingsRepository_1 = require("
|
|
21
|
-
const CommodityProviderTypeEnum_1 = require("
|
|
22
|
-
const StaticDataResourceTypeEnum_1 = require("
|
|
16
|
+
const constants_1 = require("../../constants");
|
|
17
|
+
const StaticMeterSettingsDataSourceProvider_1 = require("../../datasources/static-data/StaticMeterSettingsDataSourceProvider");
|
|
18
|
+
const StaticMeterSettingsDataSourceCapitalDs_1 = require("../../datasources/static-data/StaticMeterSettingsDataSourceCapitalDs");
|
|
19
|
+
const WorkerContainerToken_1 = require("../../ioc/WorkerContainerToken");
|
|
20
|
+
const StaticMeterSettingsRepository_1 = require("../../repositories/StaticMeterSettingsRepository");
|
|
21
|
+
const CommodityProviderTypeEnum_1 = require("../../../../schema-definitions/models/helpers/CommodityProviderTypeEnum");
|
|
22
|
+
const StaticDataResourceTypeEnum_1 = require("../../../../schema-definitions/models/helpers/StaticDataResourceTypeEnum");
|
|
23
23
|
const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
|
|
24
24
|
const AbstractEmptyTask_1 = require("@golemio/core/dist/integration-engine/workers/AbstractEmptyTask");
|
|
25
25
|
const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FetchMeasurementOptionsStaticDataTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/commodity-providers/workers/tasks/FetchMeasurementOptionsStaticDataTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"FetchMeasurementOptionsStaticDataTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/commodity-providers/workers/tasks/FetchMeasurementOptionsStaticDataTask.ts"],"names":[],"mappings":"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"}
|
|
@@ -10,8 +10,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.FetchMeasurementsFromEEProvidersTask = void 0;
|
|
13
|
-
const constants_1 = require("
|
|
14
|
-
const CommodityProviderTypeEnum_1 = require("
|
|
13
|
+
const constants_1 = require("../../constants");
|
|
14
|
+
const CommodityProviderTypeEnum_1 = require("../../../../schema-definitions/models/helpers/CommodityProviderTypeEnum");
|
|
15
15
|
const integration_engine_1 = require("@golemio/core/dist/integration-engine");
|
|
16
16
|
const luxon_1 = require("@golemio/core/dist/shared/luxon");
|
|
17
17
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FetchMeasurementsFromEEProvidersTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/commodity-providers/workers/tasks/FetchMeasurementsFromEEProvidersTask.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"FetchMeasurementsFromEEProvidersTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/commodity-providers/workers/tasks/FetchMeasurementsFromEEProvidersTask.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+CAAgE;AAChE,uHAAsF;AACtF,8EAAmF;AACnF,2DAAqE;AACrE,iEAAgE;AAGhE,yEAAgF;AAGzE,IAAM,oCAAoC,GAA1C,MAAM,oCAAqC,SAAQ,iCAAmC;IAKzF;QACI,KAAK,CAAC,uBAAW,CAAC,CAAC;QALP,cAAS,GAAG,kCAAkC,CAAC;QAC/C,aAAQ,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC;QAC1B,WAAM,GAAG,qDAA8B,CAAC;IAIxD,CAAC;IAEM,KAAK,CAAC,OAAO,CAAC,IAA2B;QAC5C,KAAK,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,IAAI,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,CAAC;YAC/D,iCAAY,CAAC,qBAAqB,CAAC,IAAI,CAAC,WAAW,EAAE,yBAAyB,EAAE;gBAC5E,YAAY,EAAE,iDAAqB,CAAC,QAAQ;gBAC5C,QAAQ;gBACR,MAAM;aACT,CAAC,CAAC;YAEH,iCAAY,CAAC,qBAAqB,CAAC,IAAI,CAAC,WAAW,EAAE,yBAAyB,EAAE;gBAC5E,YAAY,EAAE,iDAAqB,CAAC,QAAQ;gBAC5C,QAAQ;gBACR,MAAM;aACT,CAAC,CAAC;YAEH,iCAAY,CAAC,qBAAqB,CAAC,IAAI,CAAC,WAAW,EAAE,yBAAyB,EAAE;gBAC5E,YAAY,EAAE,iDAAqB,CAAC,SAAS;gBAC7C,QAAQ;gBACR,MAAM;aACT,CAAC,CAAC;QACP,CAAC;IACL,CAAC;IAEO,CAAC,kBAAkB,CAAC,IAA2B;QACnD,MAAM,WAAW,GAAG,gBAAQ,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;QAClD,MAAM,aAAa,GAAG,WAAW,CAAC,KAAK,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC;QACnE,MAAM,SAAS,GAAG,gBAAQ,CAAC,aAAa,CAAC,aAAa,EAAE,WAAW,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,CAAC;QAE9G,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,CAAA;AA9CY,oFAAoC;+CAApC,oCAAoC;IADhD,IAAA,qBAAU,GAAE;;GACA,oCAAoC,CA8ChD"}
|
|
@@ -10,8 +10,8 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.FetchMeasurementsFromProvidersTask = void 0;
|
|
13
|
-
const constants_1 = require("
|
|
14
|
-
const CommodityProviderTypeEnum_1 = require("
|
|
13
|
+
const constants_1 = require("../../constants");
|
|
14
|
+
const CommodityProviderTypeEnum_1 = require("../../../../schema-definitions/models/helpers/CommodityProviderTypeEnum");
|
|
15
15
|
const integration_engine_1 = require("@golemio/core/dist/integration-engine");
|
|
16
16
|
const luxon_1 = require("@golemio/core/dist/shared/luxon");
|
|
17
17
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FetchMeasurementsFromProvidersTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/commodity-providers/workers/tasks/FetchMeasurementsFromProvidersTask.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"FetchMeasurementsFromProvidersTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/commodity-providers/workers/tasks/FetchMeasurementsFromProvidersTask.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+CAAgE;AAChE,uHAAsF;AACtF,8EAAmF;AACnF,2DAAqE;AACrE,iEAAgE;AAGhE,yEAAgF;AAGzE,IAAM,kCAAkC,GAAxC,MAAM,kCAAmC,SAAQ,iCAAmC;IAKvF;QACI,KAAK,CAAC,uBAAW,CAAC,CAAC;QALP,cAAS,GAAG,gCAAgC,CAAC;QAC7C,aAAQ,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC;QAC1B,WAAM,GAAG,qDAA8B,CAAC;IAIxD,CAAC;IAEM,KAAK,CAAC,OAAO,CAAC,IAA2B;QAC5C,KAAK,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,IAAI,IAAI,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,CAAC;YAC/D,SAAS;YACT,iCAAY,CAAC,qBAAqB,CAAC,IAAI,CAAC,WAAW,EAAE,yBAAyB,EAAE;gBAC5E,YAAY,EAAE,iDAAqB,CAAC,iBAAiB;gBACrD,QAAQ;gBACR,MAAM;aACT,CAAC,CAAC;YAEH,iCAAY,CAAC,qBAAqB,CAAC,IAAI,CAAC,WAAW,EAAE,yBAAyB,EAAE;gBAC5E,YAAY,EAAE,iDAAqB,CAAC,mBAAmB;gBACvD,QAAQ;gBACR,MAAM;aACT,CAAC,CAAC;YAEH,6BAA6B;YAC7B,iCAAY,CAAC,qBAAqB,CAAC,IAAI,CAAC,WAAW,EAAE,uBAAuB,EAAE;gBAC1E,YAAY,EAAE,iDAAqB,CAAC,QAAQ;gBAC5C,QAAQ;gBACR,MAAM;aACT,CAAC,CAAC;YAEH,iCAAY,CAAC,qBAAqB,CAAC,IAAI,CAAC,WAAW,EAAE,uBAAuB,EAAE;gBAC1E,YAAY,EAAE,iDAAqB,CAAC,QAAQ;gBAC5C,QAAQ;gBACR,MAAM;aACT,CAAC,CAAC;YAEH,KAAK;YACL,iCAAY,CAAC,qBAAqB,CAAC,IAAI,CAAC,WAAW,EAAE,iCAAiC,EAAE;gBACpF,QAAQ;gBACR,MAAM;aACT,CAAC,CAAC;QACP,CAAC;IACL,CAAC;IAEO,CAAC,kBAAkB,CAAC,IAA2B;QACnD,MAAM,WAAW,GAAG,gBAAQ,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;QAClD,MAAM,aAAa,GAAG,WAAW,CAAC,KAAK,CAAC,EAAE,IAAI,EAAE,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC;QACnE,MAAM,SAAS,GAAG,gBAAQ,CAAC,aAAa,CAAC,aAAa,EAAE,WAAW,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,CAAC;QAE9G,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,CAAA;AA5DY,gFAAkC;6CAAlC,kCAAkC;IAD9C,IAAA,qBAAU,GAAE;;GACA,kCAAkC,CA4D9C"}
|
package/dist/integration-engine/commodity-providers/workers/tasks/FetchPpasEEMeasurementsTask.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ICommodityProviderDataSourceFactory } from "
|
|
2
|
-
import { MeasurementRepository } from "
|
|
3
|
-
import { StaticMeterSettingsRepository } from "
|
|
4
|
-
import { AveMeasurementTransformation } from "
|
|
1
|
+
import { ICommodityProviderDataSourceFactory } from "../../datasources/interfaces/ICommodityProviderDataSourceFactory";
|
|
2
|
+
import { MeasurementRepository } from "../../repositories/MeasurementRepository";
|
|
3
|
+
import { StaticMeterSettingsRepository } from "../../repositories/StaticMeterSettingsRepository";
|
|
4
|
+
import { AveMeasurementTransformation } from "../../transformations/AveMeasurementTransformation";
|
|
5
5
|
import { ILogger } from "@golemio/core/dist/helpers";
|
|
6
6
|
import { ISimpleConfig } from "@golemio/core/dist/helpers/configuration/ISimpleConfig";
|
|
7
7
|
import { IPpasMeasurementsParams } from "../interfaces/IPpasMeasurementsParams";
|
package/dist/integration-engine/commodity-providers/workers/tasks/FetchPpasEEMeasurementsTask.js
CHANGED
|
@@ -13,12 +13,12 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.FetchPpasEEMeasurementsTask = void 0;
|
|
16
|
-
const WorkerContainerToken_1 = require("
|
|
17
|
-
const MeasurementRepository_1 = require("
|
|
18
|
-
const StaticMeterSettingsRepository_1 = require("
|
|
19
|
-
const AveMeasurementTransformation_1 = require("
|
|
20
|
-
const MeasurementVariableEnum_1 = require("
|
|
21
|
-
const StaticDataResourceTypeEnum_1 = require("
|
|
16
|
+
const WorkerContainerToken_1 = require("../../ioc/WorkerContainerToken");
|
|
17
|
+
const MeasurementRepository_1 = require("../../repositories/MeasurementRepository");
|
|
18
|
+
const StaticMeterSettingsRepository_1 = require("../../repositories/StaticMeterSettingsRepository");
|
|
19
|
+
const AveMeasurementTransformation_1 = require("../../transformations/AveMeasurementTransformation");
|
|
20
|
+
const MeasurementVariableEnum_1 = require("../../../../schema-definitions/datasources/helpers/MeasurementVariableEnum");
|
|
21
|
+
const StaticDataResourceTypeEnum_1 = require("../../../../schema-definitions/models/helpers/StaticDataResourceTypeEnum");
|
|
22
22
|
const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
|
|
23
23
|
const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
|
|
24
24
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
package/dist/integration-engine/commodity-providers/workers/tasks/FetchPpasEEMeasurementsTask.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FetchPpasEEMeasurementsTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/commodity-providers/workers/tasks/FetchPpasEEMeasurementsTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AACA,
|
|
1
|
+
{"version":3,"file":"FetchPpasEEMeasurementsTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/commodity-providers/workers/tasks/FetchPpasEEMeasurementsTask.ts"],"names":[],"mappings":"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"}
|
package/dist/integration-engine/commodity-providers/workers/tasks/FetchPpasMeasurementsTask.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { AveApiDtoUnion, ICommodityProviderDataSourceFactory } from "
|
|
2
|
-
import { IAveConfig, PpasAveApiHelper } from "
|
|
3
|
-
import { IAveApiDeviceDataParams } from "
|
|
4
|
-
import { MeasurementRepository } from "
|
|
5
|
-
import { StaticMeterSettingsRepository } from "
|
|
6
|
-
import { AveMeasurementTransformation } from "
|
|
7
|
-
import { IAveApiDeviceDataDto } from "
|
|
8
|
-
import { IMeasurementOption } from "
|
|
1
|
+
import { AveApiDtoUnion, ICommodityProviderDataSourceFactory } from "../../datasources/interfaces/ICommodityProviderDataSourceFactory";
|
|
2
|
+
import { IAveConfig, PpasAveApiHelper } from "../../datasources/ppas-ave-api/helpers/PpasAveApiHelper";
|
|
3
|
+
import { IAveApiDeviceDataParams } from "../../datasources/ppas-ave-api/interfaces/IAveApiDeviceDataParams";
|
|
4
|
+
import { MeasurementRepository } from "../../repositories/MeasurementRepository";
|
|
5
|
+
import { StaticMeterSettingsRepository } from "../../repositories/StaticMeterSettingsRepository";
|
|
6
|
+
import { AveMeasurementTransformation } from "../../transformations/AveMeasurementTransformation";
|
|
7
|
+
import { IAveApiDeviceDataDto } from "../../../../schema-definitions/datasources/commodity-providers/interfaces/IAveApiDeviceDataDto";
|
|
8
|
+
import { IMeasurementOption } from "../../../../schema-definitions/datasources/interfaces/IStaticMeterSettings";
|
|
9
9
|
import { ILogger } from "@golemio/core/dist/helpers";
|
|
10
10
|
import { ISimpleConfig } from "@golemio/core/dist/helpers/configuration/ISimpleConfig";
|
|
11
11
|
import { IPpasMeasurementsParams } from "../interfaces/IPpasMeasurementsParams";
|
package/dist/integration-engine/commodity-providers/workers/tasks/FetchPpasMeasurementsTask.js
CHANGED
|
@@ -13,15 +13,15 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.FetchPpasMeasurementsTask = void 0;
|
|
16
|
-
const CommodityProviderEnum_1 = require("
|
|
17
|
-
const AveDataTypeEnum_1 = require("
|
|
18
|
-
const PpasAveApiHelper_1 = require("
|
|
19
|
-
const WorkerContainerToken_1 = require("
|
|
20
|
-
const MeasurementRepository_1 = require("
|
|
21
|
-
const StaticMeterSettingsRepository_1 = require("
|
|
22
|
-
const AveMeasurementTransformation_1 = require("
|
|
23
|
-
const StaticDataResourceTypeEnum_1 = require("
|
|
24
|
-
const MeasurementVariableEnum_1 = require("
|
|
16
|
+
const CommodityProviderEnum_1 = require("../../datasources/helpers/CommodityProviderEnum");
|
|
17
|
+
const AveDataTypeEnum_1 = require("../../datasources/ppas-ave-api/AveDataTypeEnum");
|
|
18
|
+
const PpasAveApiHelper_1 = require("../../datasources/ppas-ave-api/helpers/PpasAveApiHelper");
|
|
19
|
+
const WorkerContainerToken_1 = require("../../ioc/WorkerContainerToken");
|
|
20
|
+
const MeasurementRepository_1 = require("../../repositories/MeasurementRepository");
|
|
21
|
+
const StaticMeterSettingsRepository_1 = require("../../repositories/StaticMeterSettingsRepository");
|
|
22
|
+
const AveMeasurementTransformation_1 = require("../../transformations/AveMeasurementTransformation");
|
|
23
|
+
const StaticDataResourceTypeEnum_1 = require("../../../../schema-definitions/models/helpers/StaticDataResourceTypeEnum");
|
|
24
|
+
const MeasurementVariableEnum_1 = require("../../../../schema-definitions/datasources/helpers/MeasurementVariableEnum");
|
|
25
25
|
const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
|
|
26
26
|
const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
|
|
27
27
|
const luxon_1 = require("@golemio/core/dist/shared/luxon");
|
package/dist/integration-engine/commodity-providers/workers/tasks/FetchPpasMeasurementsTask.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FetchPpasMeasurementsTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/commodity-providers/workers/tasks/FetchPpasMeasurementsTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"FetchPpasMeasurementsTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/commodity-providers/workers/tasks/FetchPpasMeasurementsTask.ts"],"names":[],"mappings":"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"}
|
package/dist/integration-engine/commodity-providers/workers/tasks/FetchPreMeasurementDataTask.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { PreElectroApiDataSourceProvider } from "
|
|
2
|
-
import { PreElectroHelper } from "
|
|
3
|
-
import { MeasurementRepository } from "
|
|
4
|
-
import { StaticMeterSettingsRepository } from "
|
|
5
|
-
import { PreElectroTransformation } from "
|
|
1
|
+
import { PreElectroApiDataSourceProvider } from "../../datasources/pre-elektro-api/PreElectroApiDataSourceProvider";
|
|
2
|
+
import { PreElectroHelper } from "../../datasources/pre-elektro-api/helpers/PreElectroHelper";
|
|
3
|
+
import { MeasurementRepository } from "../../repositories/MeasurementRepository";
|
|
4
|
+
import { StaticMeterSettingsRepository } from "../../repositories/StaticMeterSettingsRepository";
|
|
5
|
+
import { PreElectroTransformation } from "../../transformations/PreElectroTransformation";
|
|
6
6
|
import { AbstractTask } from "@golemio/core/dist/integration-engine";
|
|
7
7
|
import { IPreMeasurementsParams } from "../interfaces/IPreMeasurementParams";
|
|
8
8
|
import { PreMeasurementsSchema } from "../schema/PreMeasurementsSchema";
|
package/dist/integration-engine/commodity-providers/workers/tasks/FetchPreMeasurementDataTask.js
CHANGED
|
@@ -13,15 +13,15 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.FetchPreMeasurementDataTask = void 0;
|
|
16
|
-
const constants_1 = require("
|
|
17
|
-
const PreElectroApiDataSourceProvider_1 = require("
|
|
18
|
-
const PreElectroHelper_1 = require("
|
|
19
|
-
const WorkerContainerToken_1 = require("
|
|
20
|
-
const MeasurementRepository_1 = require("
|
|
21
|
-
const StaticMeterSettingsRepository_1 = require("
|
|
22
|
-
const PreElectroTransformation_1 = require("
|
|
23
|
-
const CommodityProviderTypeEnum_1 = require("
|
|
24
|
-
const StaticDataResourceTypeEnum_1 = require("
|
|
16
|
+
const constants_1 = require("../../constants");
|
|
17
|
+
const PreElectroApiDataSourceProvider_1 = require("../../datasources/pre-elektro-api/PreElectroApiDataSourceProvider");
|
|
18
|
+
const PreElectroHelper_1 = require("../../datasources/pre-elektro-api/helpers/PreElectroHelper");
|
|
19
|
+
const WorkerContainerToken_1 = require("../../ioc/WorkerContainerToken");
|
|
20
|
+
const MeasurementRepository_1 = require("../../repositories/MeasurementRepository");
|
|
21
|
+
const StaticMeterSettingsRepository_1 = require("../../repositories/StaticMeterSettingsRepository");
|
|
22
|
+
const PreElectroTransformation_1 = require("../../transformations/PreElectroTransformation");
|
|
23
|
+
const CommodityProviderTypeEnum_1 = require("../../../../schema-definitions/models/helpers/CommodityProviderTypeEnum");
|
|
24
|
+
const StaticDataResourceTypeEnum_1 = require("../../../../schema-definitions/models/helpers/StaticDataResourceTypeEnum");
|
|
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");
|
|
27
27
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
package/dist/integration-engine/commodity-providers/workers/tasks/FetchPreMeasurementDataTask.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FetchPreMeasurementDataTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/commodity-providers/workers/tasks/FetchPreMeasurementDataTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"FetchPreMeasurementDataTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/commodity-providers/workers/tasks/FetchPreMeasurementDataTask.ts"],"names":[],"mappings":"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"}
|