@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/enapo/transformations/ppas/PpasCommercialTransformation.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { IPpasCommercialInvoiceDetailInput } from "
|
|
2
|
-
import { IPpasCommercialInvoice } from "
|
|
3
|
-
import { IPpasCommercialInvoiceDevice } from "
|
|
4
|
-
import { IPpasCommercialInvoiceInstallation } from "
|
|
5
|
-
import { IPpasCommercialInvoicePrice } from "
|
|
1
|
+
import { IPpasCommercialInvoiceDetailInput } from "../../../../schema-definitions/datasources/enapo/ppas/commercial/IPpasCommercialInvoiceDetailInput";
|
|
2
|
+
import { IPpasCommercialInvoice } from "../../../../schema-definitions/models/enapo/ppas/interfaces/IPpasCommercialInvoice";
|
|
3
|
+
import { IPpasCommercialInvoiceDevice } from "../../../../schema-definitions/models/enapo/ppas/interfaces/IPpasCommercialInvoiceDevice";
|
|
4
|
+
import { IPpasCommercialInvoiceInstallation } from "../../../../schema-definitions/models/enapo/ppas/interfaces/IPpasCommercialInvoiceInstallation";
|
|
5
|
+
import { IPpasCommercialInvoicePrice } from "../../../../schema-definitions/models/enapo/ppas/interfaces/IPpasCommercialInvoicePrice";
|
|
6
6
|
import { ILogger } from "@golemio/core/dist/helpers/logger/LoggerProvider";
|
|
7
7
|
import { AbstractTransformation } from "@golemio/core/dist/helpers/transformation/AbstractTransformation";
|
|
8
8
|
export declare class PpasCommercialTransformation extends AbstractTransformation<IPpasCommercialInvoiceDetailInput, {
|
package/dist/integration-engine/enapo/transformations/ppas/PpasDistributionTransformation.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { IPpasDistributionInvoiceDetailInput } from "
|
|
2
|
-
import { IPpasDistributionInvoice } from "
|
|
3
|
-
import { IPpasDistributionInvoiceDevice } from "
|
|
4
|
-
import { IPpasDistributionInvoicePrice } from "
|
|
1
|
+
import { IPpasDistributionInvoiceDetailInput } from "../../../../schema-definitions/datasources/enapo/ppas/distribution/IPpasDistributionInvoiceDetailInput";
|
|
2
|
+
import { IPpasDistributionInvoice } from "../../../../schema-definitions/models/enapo/ppas/interfaces/IPpasDistributionInvoice";
|
|
3
|
+
import { IPpasDistributionInvoiceDevice } from "../../../../schema-definitions/models/enapo/ppas/interfaces/IPpasDistributionInvoiceDevice";
|
|
4
|
+
import { IPpasDistributionInvoicePrice } from "../../../../schema-definitions/models/enapo/ppas/interfaces/IPpasDistributionInvoicePrice";
|
|
5
5
|
import { ILogger } from "@golemio/core/dist/helpers/logger/LoggerProvider";
|
|
6
6
|
import { AbstractTransformation } from "@golemio/core/dist/helpers/transformation/AbstractTransformation";
|
|
7
7
|
export declare class PpasDistributionTransformation extends AbstractTransformation<IPpasDistributionInvoiceDetailInput, {
|
package/dist/integration-engine/enapo/transformations/pre/PreDailyMeasurementsTransformation.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IPrediInputData } from "
|
|
2
|
-
import { IEnapoMeasurementsDto } from "
|
|
1
|
+
import { IPrediInputData } from "../../../../schema-definitions/datasources/interfaces/enapo/IPrediInputData";
|
|
2
|
+
import { IEnapoMeasurementsDto } from "../../../../schema-definitions/models/enapo/interfaces/IEnapoMeasurmentsDto";
|
|
3
3
|
import { AbstractTransformation } from "@golemio/core/dist/helpers/transformation/AbstractTransformation";
|
|
4
4
|
export declare class PreDailyMeasurementsTransformation extends AbstractTransformation<IPrediInputData, IEnapoMeasurementsDto[]> {
|
|
5
5
|
name: string;
|
package/dist/integration-engine/enapo/transformations/pre/PreDailyMeasurementsTransformation.js
CHANGED
|
@@ -7,8 +7,8 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
};
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.PreDailyMeasurementsTransformation = void 0;
|
|
10
|
-
const MeasurementVariableEnum_1 = require("
|
|
11
|
-
const ProviderTypeEnum_1 = require("
|
|
10
|
+
const MeasurementVariableEnum_1 = require("../../../../schema-definitions/datasources/helpers/MeasurementVariableEnum");
|
|
11
|
+
const ProviderTypeEnum_1 = require("../../../../schema-definitions/models/enapo/helpers/ProviderTypeEnum");
|
|
12
12
|
const AbstractTransformation_1 = require("@golemio/core/dist/helpers/transformation/AbstractTransformation");
|
|
13
13
|
const luxon_1 = require("@golemio/core/dist/shared/luxon");
|
|
14
14
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
package/dist/integration-engine/enapo/transformations/pre/PreDailyMeasurementsTransformation.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreDailyMeasurementsTransformation.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/transformations/pre/PreDailyMeasurementsTransformation.ts"],"names":[],"mappings":";;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"PreDailyMeasurementsTransformation.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/transformations/pre/PreDailyMeasurementsTransformation.ts"],"names":[],"mappings":"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"}
|
package/dist/integration-engine/enapo/transformations/pre/PreMeasurementsTransformation.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IPrediInputData } from "
|
|
2
|
-
import { IEnapoMeasurementsDto } from "
|
|
1
|
+
import { IPrediInputData } from "../../../../schema-definitions/datasources/interfaces/enapo/IPrediInputData";
|
|
2
|
+
import { IEnapoMeasurementsDto } from "../../../../schema-definitions/models/enapo/interfaces/IEnapoMeasurmentsDto";
|
|
3
3
|
import { AbstractTransformation } from "@golemio/core/dist/helpers/transformation/AbstractTransformation";
|
|
4
4
|
export declare class PreMeasurementsTransformation extends AbstractTransformation<IPrediInputData, IEnapoMeasurementsDto[]> {
|
|
5
5
|
name: string;
|
|
@@ -7,9 +7,9 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
|
|
|
7
7
|
};
|
|
8
8
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
9
|
exports.PreMeasurementsTransformation = void 0;
|
|
10
|
-
const PreMeasurementFilter_1 = require("
|
|
11
|
-
const MeasurementVariableEnum_1 = require("
|
|
12
|
-
const ProviderTypeEnum_1 = require("
|
|
10
|
+
const PreMeasurementFilter_1 = require("../../../commodity-providers/helper/PreMeasurementFilter");
|
|
11
|
+
const MeasurementVariableEnum_1 = require("../../../../schema-definitions/datasources/helpers/MeasurementVariableEnum");
|
|
12
|
+
const ProviderTypeEnum_1 = require("../../../../schema-definitions/models/enapo/helpers/ProviderTypeEnum");
|
|
13
13
|
const helpers_1 = require("@golemio/core/dist/helpers");
|
|
14
14
|
const AbstractTransformation_1 = require("@golemio/core/dist/helpers/transformation/AbstractTransformation");
|
|
15
15
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
package/dist/integration-engine/enapo/transformations/pre/PreMeasurementsTransformation.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PreMeasurementsTransformation.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/transformations/pre/PreMeasurementsTransformation.ts"],"names":[],"mappings":";;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"PreMeasurementsTransformation.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/transformations/pre/PreMeasurementsTransformation.ts"],"names":[],"mappings":";;;;;;;;;AAAA,mGAA2F;AAC3F,wHAAuF;AAEvF,2GAA0E;AAE1E,wDAAsD;AACtD,6GAA0G;AAC1G,iEAAgE;AAChE,uFAAoF;AAG7E,IAAM,6BAA6B,GAAnC,MAAM,6BAA8B,SAAQ,+CAAgE;IAA5G;;QACI,SAAI,GAAG,+BAA+B,CAAC;QAEpC,sBAAiB,GAAG,CAAC,IAAqB,EAA2B,EAAE;YAC7E,MAAM,MAAM,GAA4B,EAAE,CAAC;YAC3C,KAAK,MAAM,OAAO,IAAI,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,CAAC,SAAS,CAAC,EAAE,CAAC;gBAC7D,MAAM,WAAW,GAAG,IAAI,CAAC,YAAY,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;gBACzD,KAAK,MAAM,GAAG,IAAI,MAAM,CAAC,IAAI,CAAC,WAAW,CAAC,QAAQ,CAAC,EAAE,CAAC;oBAClD,MAAM,OAAO,GAAG,WAAW,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC;oBAC1C,MAAM,cAAc,GAAG,2CAAoB,CAAC,aAAa,CAAC,OAAO,CAAC,qBAAqB,CAAC,cAAc,CAAC,IAAI,EAAE,CAAC,CAAC;oBAE/G,KAAK,MAAM,WAAW,IAAI,cAAc,EAAE,CAAC;wBACvC,MAAM,IAAI,GAAG,kBAAQ,CAAC,UAAU,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,cAAc,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;wBAC/F,MAAM,kBAAkB,GAAG,yDAA2B,CAAC,aAAa,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;wBACnG,MAAM,CAAC,IAAI,CAAC;4BACR,EAAE,EAAE,GAAG;4BACP,OAAO,EAAE,KAAK;4BACd,SAAS,EAAE,IAAI;4BACf,MAAM,EAAE,+BAAY,CAAC,KAAK;4BAC1B,QAAQ,EAAE,OAAO,CAAC,iBAAiB;4BACnC,oBAAoB,EAAE,kBAAkB;4BACxC,KAAK,EAAE,MAAM,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;4BAC7B,GAAG,EAAE,6CAAmB,CAAC,UAAU;yBACb,CAAC,CAAC;oBAChC,CAAC;oBAED,MAAM,cAAc,GAAG,2CAAoB,CAAC,aAAa,CAAC,OAAO,CAAC,qBAAqB,CAAC,cAAc,CAAC,IAAI,EAAE,CAAC,CAAC;oBAE/G,KAAK,MAAM,WAAW,IAAI,cAAc,EAAE,CAAC;wBACvC,MAAM,IAAI,GAAG,kBAAQ,CAAC,UAAU,CAAC,WAAW,CAAC,CAAC,CAAC,EAAE,cAAc,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;wBAC/F,MAAM,kBAAkB,GAAG,yDAA2B,CAAC,aAAa,CAAC,OAAO,CAAC,cAAc,EAAE,IAAI,CAAC,CAAC;wBACnG,MAAM,CAAC,IAAI,CAAC;4BACR,EAAE,EAAE,GAAG;4BACP,OAAO,EAAE,KAAK;4BACd,SAAS,EAAE,IAAI;4BACf,MAAM,EAAE,+BAAY,CAAC,KAAK;4BAC1B,QAAQ,EAAE,OAAO,CAAC,iBAAiB;4BACnC,oBAAoB,EAAE,kBAAkB;4BACxC,KAAK,EAAE,MAAM,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC;4BAC7B,GAAG,EAAE,6CAAmB,CAAC,UAAU;yBACb,CAAC,CAAC;oBAChC,CAAC;gBACL,CAAC;YACL,CAAC;YACD,OAAO,MAAM,CAAC;QAClB,CAAC,CAAC;IACN,CAAC;CAAA,CAAA;AA9CY,sEAA6B;wCAA7B,6BAA6B;IADzC,IAAA,qBAAU,GAAE;GACA,6BAA6B,CA8CzC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IPreIncomingDataLog } from "
|
|
2
|
-
import { IPrediInputData } from "
|
|
1
|
+
import { IPreIncomingDataLog } from "../../../../schema-definitions/datasources/interfaces/enapo/IPreIncomingDataLog";
|
|
2
|
+
import { IPrediInputData } from "../../../../schema-definitions/datasources/interfaces/enapo/IPrediInputData";
|
|
3
3
|
import { AbstractTransformation } from "@golemio/core/dist/helpers/transformation/AbstractTransformation";
|
|
4
4
|
export declare class PreMetadataTransformation extends AbstractTransformation<IPrediInputData, IPreIncomingDataLog[]> {
|
|
5
5
|
name: string;
|
package/dist/integration-engine/enapo/workers/interfaces/IEnapoPpasTaskMeasurementParams.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CommodityProviderType } from "
|
|
1
|
+
import { CommodityProviderType } from "../../../../schema-definitions/models/helpers/CommodityProviderTypeEnum";
|
|
2
2
|
export interface IEnapoPpasTaskMeasurementParams {
|
|
3
3
|
providerType: CommodityProviderType.PpasAveV | CommodityProviderType.PpasAveM | CommodityProviderType.PpasAveA | CommodityProviderType.PpasAveC | CommodityProviderType.PpasAveMO;
|
|
4
4
|
targetDays?: number;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CommodityProviderType } from "
|
|
1
|
+
import { CommodityProviderType } from "../../../../schema-definitions/models/helpers/CommodityProviderTypeEnum";
|
|
2
2
|
import { IEnapoPpasTaskMeasurementParams } from "../interfaces/IEnapoPpasTaskMeasurementParams";
|
|
3
3
|
export declare class EnapoPpasMeasurementsParamsValidationSchema implements IEnapoPpasTaskMeasurementParams {
|
|
4
4
|
dateFrom?: string;
|
package/dist/integration-engine/enapo/workers/schema/EnapoPpasMeasurementsParamsValidationSchema.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.EnapoPpasMeasurementsParamsValidationSchema = 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
|
class EnapoPpasMeasurementsParamsValidationSchema {
|
|
16
16
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnapoPpasMeasurementsParamsValidationSchema.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/workers/schema/EnapoPpasMeasurementsParamsValidationSchema.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"EnapoPpasMeasurementsParamsValidationSchema.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/workers/schema/EnapoPpasMeasurementsParamsValidationSchema.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,uHAAsF;AACtF,+EAAoG;AAGpG,MAAa,2CAA2C;CA0BvD;AA1BD,kGA0BC;AAvBG;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;6EACK;AAIlB;IAFC,IAAA,2BAAS,GAAE;IACX,IAAA,4BAAU,GAAE;;2EACG;AAIhB;IAFC,IAAA,0BAAQ,GAAE;IACV,IAAA,4BAAU,GAAE;;+EACO;AASpB;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;;iFAMoC"}
|
|
@@ -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.EnoLookupTaskInputSchema = void 0;
|
|
13
|
-
const EnoOperationEnum_1 = require("
|
|
13
|
+
const EnoOperationEnum_1 = require("../../datasources/eno/EnoOperationEnum");
|
|
14
14
|
const class_validator_1 = require("@golemio/core/dist/shared/class-validator");
|
|
15
15
|
class EnoLookupTaskInputSchema {
|
|
16
16
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnoLookupTaskInputSchema.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/workers/schema/EnoLookupTaskInputSchema.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"EnoLookupTaskInputSchema.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/workers/schema/EnoLookupTaskInputSchema.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,6EAAoF;AACpF,+EAAmE;AAGnE,MAAa,wBAAwB;CAGpC;AAHD,4DAGC;AADG;IADC,IAAA,wBAAM,EAAC,yCAAsB,CAAC;;sDACjB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EnapoMeasurementsRepository } from "
|
|
2
|
-
import { IEnapoMeasurementsDto } from "
|
|
1
|
+
import { EnapoMeasurementsRepository } from "../../repositories/EnapoMeasurementsRepository";
|
|
2
|
+
import { IEnapoMeasurementsDto } from "../../../../schema-definitions/models/enapo/interfaces/IEnapoMeasurmentsDto";
|
|
3
3
|
import { AbstractTask } from "@golemio/core/dist/integration-engine";
|
|
4
4
|
export declare abstract class AbstractEnapoFetchMeasurementsTask<T extends object> extends AbstractTask<T> {
|
|
5
5
|
protected abstract measurementsRepository: EnapoMeasurementsRepository;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AbstractEnapoFetchMeasurementsTask = void 0;
|
|
4
|
-
const constants_1 = require("
|
|
5
|
-
const MeasurementsDataNormalizer_1 = require("
|
|
4
|
+
const constants_1 = require("../../constants");
|
|
5
|
+
const MeasurementsDataNormalizer_1 = require("../../helpers/MeasurementsDataNormalizer");
|
|
6
6
|
const integration_engine_1 = require("@golemio/core/dist/integration-engine");
|
|
7
7
|
const MEASUREMENTS_BATCH_SIZE = 5000;
|
|
8
8
|
class AbstractEnapoFetchMeasurementsTask extends integration_engine_1.AbstractTask {
|
package/dist/integration-engine/enapo/workers/task/AbstractEnapoFetchMeasurementsTask.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AbstractEnapoFetchMeasurementsTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/workers/task/AbstractEnapoFetchMeasurementsTask.ts"],"names":[],"mappings":";;;AAAA
|
|
1
|
+
{"version":3,"file":"AbstractEnapoFetchMeasurementsTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/workers/task/AbstractEnapoFetchMeasurementsTask.ts"],"names":[],"mappings":";;;AAAA,+CAAwD;AACxD,yFAA+F;AAG/F,8EAAqE;AAErE,MAAM,uBAAuB,GAAG,IAAI,CAAC;AAErC,MAAsB,kCAAqD,SAAQ,iCAAe;IAG9F;QACI,KAAK,CAAC,6BAAiB,CAAC,CAAC;IAC7B,CAAC;IAES,KAAK,CAAC,mBAAmB,CAAC,IAA6B,EAAE,aAAsB,KAAK;QAC1F,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,4DAA+B,CAAC,MAAM,CAAC,KAAK,CAA4B,CAAC;YACrF,CAAC;YAED,MAAM,YAAY,GAAG,IAAI,GAAG,EAAU,CAAC;YACvC,KAAK,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE;gBAC1B,MAAM,GAAG,GAAG,GAAG,IAAI,CAAC,SAAS,CAAC,OAAO,EAAE,IAAI,IAAI,CAAC,GAAG,IAAI,IAAI,CAAC,QAAQ,IAAI,IAAI,CAAC,EAAE,EAAE,CAAC;gBAClF,IAAI,YAAY,CAAC,GAAG,CAAC,GAAG,CAAC;oBAAE,OAAO,KAAK,CAAC;gBACxC,YAAY,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;gBACtB,OAAO,IAAI,CAAC;YAChB,CAAC,CAAC,CAAC;YAEH,IAAI,KAAK,CAAC,MAAM,EAAE,CAAC;gBACf,MAAM,IAAI,CAAC,sBAAsB,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;YACtD,CAAC;QACL,CAAC;IACL,CAAC;CACJ;AA5BD,gFA4BC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { PpasCommercialDatasource } from "
|
|
2
|
-
import { PpasCommercialInvoiceDeviceRepository } from "
|
|
3
|
-
import { PpasCommercialInvoiceInstallationRepository } from "
|
|
4
|
-
import { PpasCommercialInvoicePriceRepository } from "
|
|
5
|
-
import { PpasCommercialInvoiceRepository } from "
|
|
6
|
-
import { PpasCommercialTransformation } from "
|
|
1
|
+
import { PpasCommercialDatasource } from "../../datasources/ppas/commercial/PpasCommercialDatasource";
|
|
2
|
+
import { PpasCommercialInvoiceDeviceRepository } from "../../repositories/ppas/PpasCommercialInvoiceDeviceRepository";
|
|
3
|
+
import { PpasCommercialInvoiceInstallationRepository } from "../../repositories/ppas/PpasCommercialInvoiceInstallationRepository";
|
|
4
|
+
import { PpasCommercialInvoicePriceRepository } from "../../repositories/ppas/PpasCommercialInvoicePriceRepository";
|
|
5
|
+
import { PpasCommercialInvoiceRepository } from "../../repositories/ppas/PpasCommercialInvoiceRepository";
|
|
6
|
+
import { PpasCommercialTransformation } from "../../transformations/ppas/PpasCommercialTransformation";
|
|
7
7
|
import { IDatabaseConnector } from "@golemio/core/dist/helpers/data-access/postgres/IDatabaseConnector";
|
|
8
8
|
import { ISimpleConfig } from "@golemio/core/dist/helpers/configuration/ISimpleConfig";
|
|
9
9
|
import { ILogger } from "@golemio/core/dist/helpers/logger/LoggerProvider";
|
|
@@ -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.EnapoPpasCommercialTask = void 0;
|
|
16
|
-
const constants_1 = require("
|
|
17
|
-
const PpasCommercialDatasource_1 = require("
|
|
18
|
-
const EnapoWorkerContainerToken_1 = require("
|
|
19
|
-
const PpasCommercialInvoiceDeviceRepository_1 = require("
|
|
20
|
-
const PpasCommercialInvoiceInstallationRepository_1 = require("
|
|
21
|
-
const PpasCommercialInvoicePriceRepository_1 = require("
|
|
22
|
-
const PpasCommercialInvoiceRepository_1 = require("
|
|
23
|
-
const PpasCommercialTransformation_1 = require("
|
|
16
|
+
const constants_1 = require("../../constants");
|
|
17
|
+
const PpasCommercialDatasource_1 = require("../../datasources/ppas/commercial/PpasCommercialDatasource");
|
|
18
|
+
const EnapoWorkerContainerToken_1 = require("../../ioc/EnapoWorkerContainerToken");
|
|
19
|
+
const PpasCommercialInvoiceDeviceRepository_1 = require("../../repositories/ppas/PpasCommercialInvoiceDeviceRepository");
|
|
20
|
+
const PpasCommercialInvoiceInstallationRepository_1 = require("../../repositories/ppas/PpasCommercialInvoiceInstallationRepository");
|
|
21
|
+
const PpasCommercialInvoicePriceRepository_1 = require("../../repositories/ppas/PpasCommercialInvoicePriceRepository");
|
|
22
|
+
const PpasCommercialInvoiceRepository_1 = require("../../repositories/ppas/PpasCommercialInvoiceRepository");
|
|
23
|
+
const PpasCommercialTransformation_1 = require("../../transformations/ppas/PpasCommercialTransformation");
|
|
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":"EnapoPpasCommercialTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/workers/task/EnapoPpasCommercialTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"EnapoPpasCommercialTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/workers/task/EnapoPpasCommercialTask.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { PpasDistributionDatasource } from "
|
|
2
|
-
import { PpasDistributionInvoiceDeviceRepository } from "
|
|
3
|
-
import { PpasDistributionInvoicePriceRepository } from "
|
|
4
|
-
import { PpasDistributionInvoiceRepository } from "
|
|
5
|
-
import { PpasDistributionTransformation } from "
|
|
1
|
+
import { PpasDistributionDatasource } from "../../datasources/ppas/distribution/PpasDistributionDatasource";
|
|
2
|
+
import { PpasDistributionInvoiceDeviceRepository } from "../../repositories/ppas/PpasDistributionInvoiceDeviceRepository";
|
|
3
|
+
import { PpasDistributionInvoicePriceRepository } from "../../repositories/ppas/PpasDistributionInvoicePriceRepository";
|
|
4
|
+
import { PpasDistributionInvoiceRepository } from "../../repositories/ppas/PpasDistributionInvoiceRepository";
|
|
5
|
+
import { PpasDistributionTransformation } from "../../transformations/ppas/PpasDistributionTransformation";
|
|
6
6
|
import { ISimpleConfig } from "@golemio/core/dist/helpers/configuration/ISimpleConfig";
|
|
7
7
|
import { IDatabaseConnector } from "@golemio/core/dist/helpers/data-access/postgres/IDatabaseConnector";
|
|
8
8
|
import { AbstractTask } from "@golemio/core/dist/integration-engine";
|
|
@@ -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.EnapoPpasDistributionTask = void 0;
|
|
16
|
-
const constants_1 = require("
|
|
17
|
-
const PpasDistributionDatasource_1 = require("
|
|
18
|
-
const EnapoWorkerContainerToken_1 = require("
|
|
19
|
-
const PpasDistributionInvoiceDeviceRepository_1 = require("
|
|
20
|
-
const PpasDistributionInvoicePriceRepository_1 = require("
|
|
21
|
-
const PpasDistributionInvoiceRepository_1 = require("
|
|
22
|
-
const PpasDistributionTransformation_1 = require("
|
|
16
|
+
const constants_1 = require("../../constants");
|
|
17
|
+
const PpasDistributionDatasource_1 = require("../../datasources/ppas/distribution/PpasDistributionDatasource");
|
|
18
|
+
const EnapoWorkerContainerToken_1 = require("../../ioc/EnapoWorkerContainerToken");
|
|
19
|
+
const PpasDistributionInvoiceDeviceRepository_1 = require("../../repositories/ppas/PpasDistributionInvoiceDeviceRepository");
|
|
20
|
+
const PpasDistributionInvoicePriceRepository_1 = require("../../repositories/ppas/PpasDistributionInvoicePriceRepository");
|
|
21
|
+
const PpasDistributionInvoiceRepository_1 = require("../../repositories/ppas/PpasDistributionInvoiceRepository");
|
|
22
|
+
const PpasDistributionTransformation_1 = require("../../transformations/ppas/PpasDistributionTransformation");
|
|
23
23
|
const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
|
|
24
24
|
const integration_engine_1 = require("@golemio/core/dist/integration-engine");
|
|
25
25
|
const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnapoPpasDistributionTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/workers/task/EnapoPpasDistributionTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"EnapoPpasDistributionTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/workers/task/EnapoPpasDistributionTask.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { AveApiDtoUnion, ICommodityProviderDataSourceFactory } from "
|
|
2
|
-
import { IAveConfig, PpasAveApiHelper } from "
|
|
3
|
-
import { IAveApiDeviceDataParams } from "
|
|
4
|
-
import { IPpasMeasurementsParams } from "
|
|
5
|
-
import { EnapoMeasurementsRepository } from "
|
|
6
|
-
import { PPasMeasurementTransformation } from "
|
|
1
|
+
import { AveApiDtoUnion, ICommodityProviderDataSourceFactory } from "../../../commodity-providers/datasources/interfaces/ICommodityProviderDataSourceFactory";
|
|
2
|
+
import { IAveConfig, PpasAveApiHelper } from "../../../commodity-providers/datasources/ppas-ave-api/helpers/PpasAveApiHelper";
|
|
3
|
+
import { IAveApiDeviceDataParams } from "../../../commodity-providers/datasources/ppas-ave-api/interfaces/IAveApiDeviceDataParams";
|
|
4
|
+
import { IPpasMeasurementsParams } from "../../../commodity-providers/workers/interfaces/IPpasMeasurementsParams";
|
|
5
|
+
import { EnapoMeasurementsRepository } from "../../repositories/EnapoMeasurementsRepository";
|
|
6
|
+
import { PPasMeasurementTransformation } from "../../transformations/PPasMeasurementTransformation";
|
|
7
7
|
import { ISimpleConfig } from "@golemio/core/dist/helpers/configuration/ISimpleConfig";
|
|
8
8
|
import { ILogger } from "@golemio/core/dist/helpers/logger/LoggerProvider";
|
|
9
9
|
import { IEnapoPpasTaskMeasurementParams } from "../interfaces/IEnapoPpasTaskMeasurementParams";
|
|
@@ -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.EnapoPpasTask = void 0;
|
|
16
|
-
const CommodityProviderEnum_1 = require("
|
|
17
|
-
const AveDataTypeEnum_1 = require("
|
|
18
|
-
const PpasAveApiHelper_1 = require("
|
|
19
|
-
const IntervalGenerator_1 = require("
|
|
20
|
-
const EnapoWorkerContainerToken_1 = require("
|
|
21
|
-
const EnapoMeasurementsRepository_1 = require("
|
|
22
|
-
const PPasMeasurementTransformation_1 = require("
|
|
16
|
+
const CommodityProviderEnum_1 = require("../../../commodity-providers/datasources/helpers/CommodityProviderEnum");
|
|
17
|
+
const AveDataTypeEnum_1 = require("../../../commodity-providers/datasources/ppas-ave-api/AveDataTypeEnum");
|
|
18
|
+
const PpasAveApiHelper_1 = require("../../../commodity-providers/datasources/ppas-ave-api/helpers/PpasAveApiHelper");
|
|
19
|
+
const IntervalGenerator_1 = require("../../helpers/IntervalGenerator");
|
|
20
|
+
const EnapoWorkerContainerToken_1 = require("../../ioc/EnapoWorkerContainerToken");
|
|
21
|
+
const EnapoMeasurementsRepository_1 = require("../../repositories/EnapoMeasurementsRepository");
|
|
22
|
+
const PPasMeasurementTransformation_1 = require("../../transformations/PPasMeasurementTransformation");
|
|
23
23
|
const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
|
|
24
24
|
const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
|
|
25
25
|
const luxon_1 = require("@golemio/core/dist/shared/luxon");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnapoPpasTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/workers/task/EnapoPpasTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"EnapoPpasTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/workers/task/EnapoPpasTask.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { EnapoMeasurementsRepository } from "
|
|
2
|
-
import { PreIncomingDataLogRepository } from "
|
|
3
|
-
import { PreDailyMeasurementsTransformation } from "
|
|
4
|
-
import { PreMeasurementsTransformation } from "
|
|
5
|
-
import { PreMetadataTransformation } from "
|
|
6
|
-
import { IPrediInputData } from "
|
|
1
|
+
import { EnapoMeasurementsRepository } from "../../repositories/EnapoMeasurementsRepository";
|
|
2
|
+
import { PreIncomingDataLogRepository } from "../../repositories/PreIncomingDataLogRepository";
|
|
3
|
+
import { PreDailyMeasurementsTransformation } from "../../transformations/pre/PreDailyMeasurementsTransformation";
|
|
4
|
+
import { PreMeasurementsTransformation } from "../../transformations/pre/PreMeasurementsTransformation";
|
|
5
|
+
import { PreMetadataTransformation } from "../../transformations/pre/PreMetadataTransfromation";
|
|
6
|
+
import { IPrediInputData } from "../../../../schema-definitions/datasources/interfaces/enapo/IPrediInputData";
|
|
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";
|
|
@@ -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.EnapoPrediTask = void 0;
|
|
16
|
-
const constants_1 = require("
|
|
17
|
-
const EnapoWorkerContainerToken_1 = require("
|
|
18
|
-
const EnapoMeasurementsRepository_1 = require("
|
|
19
|
-
const PreIncomingDataLogRepository_1 = require("
|
|
20
|
-
const PreDailyMeasurementsTransformation_1 = require("
|
|
21
|
-
const PreMeasurementsTransformation_1 = require("
|
|
22
|
-
const PreMetadataTransfromation_1 = require("
|
|
23
|
-
const EnapoPreInputSchema_1 = require("
|
|
16
|
+
const constants_1 = require("../../constants");
|
|
17
|
+
const EnapoWorkerContainerToken_1 = require("../../ioc/EnapoWorkerContainerToken");
|
|
18
|
+
const EnapoMeasurementsRepository_1 = require("../../repositories/EnapoMeasurementsRepository");
|
|
19
|
+
const PreIncomingDataLogRepository_1 = require("../../repositories/PreIncomingDataLogRepository");
|
|
20
|
+
const PreDailyMeasurementsTransformation_1 = require("../../transformations/pre/PreDailyMeasurementsTransformation");
|
|
21
|
+
const PreMeasurementsTransformation_1 = require("../../transformations/pre/PreMeasurementsTransformation");
|
|
22
|
+
const PreMetadataTransfromation_1 = require("../../transformations/pre/PreMetadataTransfromation");
|
|
23
|
+
const EnapoPreInputSchema_1 = require("../../../../schema-definitions/datasources/enapo/EnapoPreInputSchema");
|
|
24
24
|
const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
|
|
25
25
|
const AbstractTaskJsonSchema_1 = require("@golemio/core/dist/integration-engine/workers/AbstractTaskJsonSchema");
|
|
26
26
|
const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnapoPrediTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/workers/task/EnapoPrediTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"EnapoPrediTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/workers/task/EnapoPrediTask.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { EnoDatasourceFactory } from "
|
|
2
|
-
import { EnoAddressRepository } from "
|
|
3
|
-
import { EnoBuildingRepository } from "
|
|
4
|
-
import { EnoLocationRepository } from "
|
|
5
|
-
import { EnoPropertyRepository } from "
|
|
6
|
-
import { EnoRemovedGIDRepository } from "
|
|
1
|
+
import { EnoDatasourceFactory } from "../../datasources/eno/EnoDatasourceFactory";
|
|
2
|
+
import { EnoAddressRepository } from "../../repositories/eno/EnoAddressRepository";
|
|
3
|
+
import { EnoBuildingRepository } from "../../repositories/eno/EnoBuildingRepository";
|
|
4
|
+
import { EnoLocationRepository } from "../../repositories/eno/EnoLocationRepository";
|
|
5
|
+
import { EnoPropertyRepository } from "../../repositories/eno/EnoPropertyRepository";
|
|
6
|
+
import { EnoRemovedGIDRepository } from "../../repositories/eno/EnoRemovedGIDRepository";
|
|
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";
|
|
@@ -13,17 +13,17 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
15
|
exports.EnoBuildingTask = void 0;
|
|
16
|
-
const constants_1 = require("
|
|
17
|
-
const EnoDatasourceFactory_1 = require("
|
|
18
|
-
const EnoOperationEnum_1 = require("
|
|
19
|
-
const EnapoWorkerContainerToken_1 = require("
|
|
20
|
-
const EnoAddressRepository_1 = require("
|
|
21
|
-
const EnoBuildingRepository_1 = require("
|
|
22
|
-
const EnoLocationRepository_1 = require("
|
|
23
|
-
const EnoPropertyRepository_1 = require("
|
|
24
|
-
const EnoRemovedGIDRepository_1 = require("
|
|
25
|
-
const EnoBuildingTransformation_1 = require("
|
|
26
|
-
const EnumGIDTypes_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 EnoAddressRepository_1 = require("../../repositories/eno/EnoAddressRepository");
|
|
21
|
+
const EnoBuildingRepository_1 = require("../../repositories/eno/EnoBuildingRepository");
|
|
22
|
+
const EnoLocationRepository_1 = require("../../repositories/eno/EnoLocationRepository");
|
|
23
|
+
const EnoPropertyRepository_1 = require("../../repositories/eno/EnoPropertyRepository");
|
|
24
|
+
const EnoRemovedGIDRepository_1 = require("../../repositories/eno/EnoRemovedGIDRepository");
|
|
25
|
+
const EnoBuildingTransformation_1 = require("../../transformations/eno/EnoBuildingTransformation");
|
|
26
|
+
const EnumGIDTypes_1 = require("../../../../schema-definitions/models/eno/helpers/EnumGIDTypes");
|
|
27
27
|
const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
|
|
28
28
|
const integration_engine_1 = require("@golemio/core/dist/integration-engine");
|
|
29
29
|
const AbstractTask_1 = require("@golemio/core/dist/integration-engine/workers/AbstractTask");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnoBuildingTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/workers/task/EnoBuildingTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"EnoBuildingTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/workers/task/EnoBuildingTask.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { EnoDatasourceFactory } from "
|
|
2
|
-
import { EnoGeometryRepository } from "
|
|
1
|
+
import { EnoDatasourceFactory } from "../../datasources/eno/EnoDatasourceFactory";
|
|
2
|
+
import { EnoGeometryRepository } from "../../repositories/eno/EnoGeometryRepository";
|
|
3
3
|
import { AbstractTask } from "@golemio/core/dist/integration-engine/workers/AbstractTask";
|
|
4
4
|
import { IEnoGeometryTaskInput } from "../interfaces/IEnoGeometryTaskInput";
|
|
5
5
|
import { EnoGeometryTaskInputSchema } from "../schema/EnoGeometryTaskInputSchema";
|