@golemio/energetics 1.10.1-dev.2635540153 → 1.10.1-dev.2644233917
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 +9 -19
- 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.d.ts +1 -0
- 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.d.ts +1 -0
- 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 +2 -1
- package/dist/input-gateway/transformations/PreCsvInputTransformation.d.ts +2 -2
- package/dist/input-gateway/transformations/PreCsvInputTransformation.js.map +1 -1
- 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/CommodityProviderDataSourceFactory.js +1 -2
- package/dist/integration-engine/commodity-providers/datasources/CommodityProviderDataSourceFactory.js.map +1 -1
- package/dist/integration-engine/commodity-providers/datasources/cem-api/CemApiDataSourceProvider.js +5 -6
- 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 +3 -4
- 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 +2 -3
- package/dist/integration-engine/commodity-providers/datasources/pre-elektro-api/PreElectroApiDataSourceProvider.js.map +1 -1
- package/dist/integration-engine/commodity-providers/datasources/pre-elektro-api/helpers/PreElectroHelper.js +1 -2
- package/dist/integration-engine/commodity-providers/datasources/pre-elektro-api/helpers/PreElectroHelper.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 +2 -3
- 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 +2 -3
- 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 +2 -3
- 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/helper/PreMeasurementFilter.js.map +1 -1
- 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 +3 -4
- 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 +3 -4
- 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 +3 -4
- 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 +2 -3
- 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 +2 -3
- 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 +2 -3
- 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 +2 -3
- 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 +2 -3
- 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 +8 -9
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchMeasurementOptionsStaticDataTask.js.map +1 -1
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchMeasurementsFromEEProvidersTask.js +3 -4
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchMeasurementsFromEEProvidersTask.js.map +1 -1
- package/dist/integration-engine/commodity-providers/workers/tasks/FetchMeasurementsFromProvidersTask.js +3 -4
- 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 +7 -8
- 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 +10 -11
- 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 +10 -11
- 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 +9 -10
- 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 +8 -9
- 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 +10 -11
- 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 +15 -25
- package/dist/integration-engine/enapo/datasources/eno/EnoDatasource.js.map +1 -1
- package/dist/integration-engine/enapo/datasources/eno/EnoDatasourceFactory.js +1 -2
- package/dist/integration-engine/enapo/datasources/eno/EnoDatasourceFactory.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 +3 -4
- package/dist/integration-engine/enapo/datasources/porsenna/PorsennaDataSource.js.map +1 -1
- package/dist/integration-engine/enapo/datasources/porsenna/PorsennaDataSourceProvider.js +1 -2
- package/dist/integration-engine/enapo/datasources/porsenna/PorsennaDataSourceProvider.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/AbstractPpasDatasource.js.map +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 +2 -3
- 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 +2 -3
- package/dist/integration-engine/enapo/datasources/ppas/distribution/PpasDistributionDatasource.js.map +1 -1
- package/dist/integration-engine/enapo/helpers/Chunker.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 +3 -4
- package/dist/integration-engine/enapo/repositories/EnapoMeasurementsRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/PreIncomingDataLogRepository.js +3 -4
- package/dist/integration-engine/enapo/repositories/PreIncomingDataLogRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/eno/EnoAddressRepository.js +3 -4
- package/dist/integration-engine/enapo/repositories/eno/EnoAddressRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/eno/EnoBuildingRepository.js +3 -4
- package/dist/integration-engine/enapo/repositories/eno/EnoBuildingRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/eno/EnoEJRepository.js +3 -4
- package/dist/integration-engine/enapo/repositories/eno/EnoEJRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/eno/EnoGeometryRepository.js +3 -4
- package/dist/integration-engine/enapo/repositories/eno/EnoGeometryRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/eno/EnoLocationRepository.js +3 -4
- package/dist/integration-engine/enapo/repositories/eno/EnoLocationRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/eno/EnoManagerRepository.js +3 -4
- package/dist/integration-engine/enapo/repositories/eno/EnoManagerRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/eno/EnoOrganizationRepository.js +3 -4
- package/dist/integration-engine/enapo/repositories/eno/EnoOrganizationRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/eno/EnoPropertyRepository.js +3 -4
- package/dist/integration-engine/enapo/repositories/eno/EnoPropertyRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/eno/EnoRemovedGIDRepository.js +3 -4
- package/dist/integration-engine/enapo/repositories/eno/EnoRemovedGIDRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/eno/EnoStructureRepository.js +3 -4
- package/dist/integration-engine/enapo/repositories/eno/EnoStructureRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/eno/EnoStructureTypeRepository.js +3 -4
- package/dist/integration-engine/enapo/repositories/eno/EnoStructureTypeRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/porsenna/PorsennaBuildingsRepository.js +7 -8
- package/dist/integration-engine/enapo/repositories/porsenna/PorsennaBuildingsRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/porsenna/PorsennaConsumptionRepository.js +7 -8
- package/dist/integration-engine/enapo/repositories/porsenna/PorsennaConsumptionRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/porsenna/PorsennaDevicesRepository.js +7 -8
- package/dist/integration-engine/enapo/repositories/porsenna/PorsennaDevicesRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/ppas/PpasCommercialInvoiceDeviceRepository.js +3 -4
- package/dist/integration-engine/enapo/repositories/ppas/PpasCommercialInvoiceDeviceRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/ppas/PpasCommercialInvoiceInstallationRepository.js +3 -4
- package/dist/integration-engine/enapo/repositories/ppas/PpasCommercialInvoiceInstallationRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/ppas/PpasCommercialInvoicePriceRepository.js +3 -4
- package/dist/integration-engine/enapo/repositories/ppas/PpasCommercialInvoicePriceRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/ppas/PpasCommercialInvoiceRepository.js +3 -4
- package/dist/integration-engine/enapo/repositories/ppas/PpasCommercialInvoiceRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/ppas/PpasDistributionInvoiceDeviceRepository.js +3 -4
- package/dist/integration-engine/enapo/repositories/ppas/PpasDistributionInvoiceDeviceRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/ppas/PpasDistributionInvoicePriceRepository.js +3 -4
- package/dist/integration-engine/enapo/repositories/ppas/PpasDistributionInvoicePriceRepository.js.map +1 -1
- package/dist/integration-engine/enapo/repositories/ppas/PpasDistributionInvoiceRepository.js +3 -4
- 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 +4 -5
- 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/EnoEJTransformation.js +1 -2
- package/dist/integration-engine/enapo/transformations/eno/EnoEJTransformation.js.map +1 -1
- package/dist/integration-engine/enapo/transformations/eno/EnoGeometryTransformation.d.ts +2 -2
- package/dist/integration-engine/enapo/transformations/eno/EnoGeometryTransformation.js.map +1 -1
- package/dist/integration-engine/enapo/transformations/eno/EnoManagerTransformation.d.ts +2 -2
- package/dist/integration-engine/enapo/transformations/eno/EnoManagerTransformation.js +1 -2
- package/dist/integration-engine/enapo/transformations/eno/EnoManagerTransformation.js.map +1 -1
- package/dist/integration-engine/enapo/transformations/eno/EnoOrganizationTransformation.d.ts +2 -2
- package/dist/integration-engine/enapo/transformations/eno/EnoOrganizationTransformation.js +1 -2
- package/dist/integration-engine/enapo/transformations/eno/EnoOrganizationTransformation.js.map +1 -1
- 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/eno/EnoStructureTypeTransformation.js +1 -2
- package/dist/integration-engine/enapo/transformations/eno/EnoStructureTypeTransformation.js.map +1 -1
- package/dist/integration-engine/enapo/transformations/porsenna/PorsennaConsumptionTransformation.d.ts +2 -2
- package/dist/integration-engine/enapo/transformations/porsenna/PorsennaConsumptionTransformation.js +1 -2
- package/dist/integration-engine/enapo/transformations/porsenna/PorsennaConsumptionTransformation.js.map +1 -1
- package/dist/integration-engine/enapo/transformations/porsenna/PorsennaGaugeTransformation.d.ts +3 -3
- package/dist/integration-engine/enapo/transformations/porsenna/PorsennaGaugeTransformation.js +1 -2
- package/dist/integration-engine/enapo/transformations/porsenna/PorsennaGaugeTransformation.js.map +1 -1
- package/dist/integration-engine/enapo/transformations/ppas/PpasCommercialTransformation.d.ts +5 -5
- package/dist/integration-engine/enapo/transformations/ppas/PpasCommercialTransformation.js +1 -2
- package/dist/integration-engine/enapo/transformations/ppas/PpasCommercialTransformation.js.map +1 -1
- package/dist/integration-engine/enapo/transformations/ppas/PpasDistributionTransformation.d.ts +4 -4
- package/dist/integration-engine/enapo/transformations/ppas/PpasDistributionTransformation.js +1 -2
- package/dist/integration-engine/enapo/transformations/ppas/PpasDistributionTransformation.js.map +1 -1
- package/dist/integration-engine/enapo/transformations/ppas/PpasInvoicePriceTypeHelper.js +7 -7
- package/dist/integration-engine/enapo/transformations/ppas/PpasInvoicePriceTypeHelper.js.map +1 -1
- package/dist/integration-engine/enapo/transformations/pre/PreDailyMeasurementsTransformation.d.ts +2 -2
- package/dist/integration-engine/enapo/transformations/pre/PreDailyMeasurementsTransformation.js +3 -4
- 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 +4 -5
- 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/transformations/pre/PreMetadataTransfromation.js.map +1 -1
- package/dist/integration-engine/enapo/transformations/pre/helpers/DeviceSerialNumberExtractor.js.map +1 -1
- 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 +9 -10
- 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 +8 -9
- 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 +8 -9
- 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 +9 -10
- 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 +12 -13
- 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 +8 -9
- 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 +13 -14
- 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 +13 -14
- 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 +9 -10
- package/dist/integration-engine/enapo/workers/task/PorsennaDistributionTask.js.map +1 -1
- package/dist/integration-engine/oict-energetika/datasources/OictDataSourceFactory.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/shared/helpers/ParserHelpers.js +3 -2
- package/dist/integration-engine/shared/helpers/ParserHelpers.js.map +1 -1
- package/dist/integration-engine/shared/helpers/UnimonitorCemApiHelper.js.map +1 -1
- package/dist/integration-engine/vpalace/datasources/VpalaceMeasurementDataSource.js +3 -4
- package/dist/integration-engine/vpalace/datasources/VpalaceMeasurementDataSource.js.map +1 -1
- package/dist/integration-engine/vpalace/datasources/VpalaceMeasuringEquipmentDataSource.js +3 -4
- package/dist/integration-engine/vpalace/datasources/VpalaceMeasuringEquipmentDataSource.js.map +1 -1
- package/dist/integration-engine/vpalace/datasources/VpalaceMeterTypeDataSource.js +3 -4
- package/dist/integration-engine/vpalace/datasources/VpalaceMeterTypeDataSource.js.map +1 -1
- package/dist/integration-engine/vpalace/datasources/VpalaceTypeMeasuringEquipmentDataSource.js +3 -4
- package/dist/integration-engine/vpalace/datasources/VpalaceTypeMeasuringEquipmentDataSource.js.map +1 -1
- package/dist/integration-engine/vpalace/datasources/VpalaceUnitsDataSource.js +3 -4
- 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 +2 -3
- package/dist/integration-engine/vpalace/repositories/VpalacUnitsRepository.js.map +1 -1
- package/dist/integration-engine/vpalace/repositories/VpalaceMeasurementRepository.js +2 -3
- package/dist/integration-engine/vpalace/repositories/VpalaceMeasurementRepository.js.map +1 -1
- package/dist/integration-engine/vpalace/repositories/VpalaceMeasuringEquipmentRepository.js +2 -3
- package/dist/integration-engine/vpalace/repositories/VpalaceMeasuringEquipmentRepository.js.map +1 -1
- package/dist/integration-engine/vpalace/repositories/VpalaceMeterTypeRepository.js +2 -3
- package/dist/integration-engine/vpalace/repositories/VpalaceMeterTypeRepository.js.map +1 -1
- package/dist/integration-engine/vpalace/repositories/VpalaceTypeMeasuringEquipmentRepository.js +2 -3
- 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/FetchDateFactory.js +1 -2
- package/dist/integration-engine/vpalace/tasks/FetchDateFactory.js.map +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 +4 -5
- 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 +4 -5
- 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 +4 -5
- 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 +4 -5
- 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 +4 -5
- package/dist/integration-engine/vpalace/tasks/UnitDataFetcher.js.map +1 -1
- package/dist/integration-engine/vpalace/transformations/VpalacMeasurementTransformation.js +3 -4
- package/dist/integration-engine/vpalace/transformations/VpalacMeasurementTransformation.js.map +1 -1
- package/dist/integration-engine/vpalace/transformations/VpalacMeasuringEquipmentTransformation.js +2 -3
- package/dist/integration-engine/vpalace/transformations/VpalacMeasuringEquipmentTransformation.js.map +1 -1
- package/dist/integration-engine/vpalace/transformations/VpalacMeterTypeTransformation.js +2 -3
- package/dist/integration-engine/vpalace/transformations/VpalacMeterTypeTransformation.js.map +1 -1
- package/dist/integration-engine/vpalace/transformations/VpalacTypeMeasuringEquipmentTransformation.js +2 -3
- package/dist/integration-engine/vpalace/transformations/VpalacTypeMeasuringEquipmentTransformation.js.map +1 -1
- package/dist/integration-engine/vpalace/transformations/VpalacUnitsTransformation.js +2 -3
- 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 +2 -1
- package/dist/output-gateway/controllers/helpers/parsePaginationParams.js +2 -1
- package/dist/output-gateway/controllers/helpers/parsePaginationParams.js.map +1 -1
- package/dist/output-gateway/controllers/interfaces/IMeasurementsParams.d.ts +1 -1
- package/dist/output-gateway/controllers/v2/AbstractController.d.ts +2 -1
- package/dist/output-gateway/controllers/v2/AbstractController.js.map +1 -1
- package/dist/output-gateway/controllers/v2/BuildingsController.d.ts +2 -2
- package/dist/output-gateway/controllers/v2/BuildingsController.js +6 -7
- package/dist/output-gateway/controllers/v2/BuildingsController.js.map +1 -1
- package/dist/output-gateway/controllers/v2/V2DevicesController.d.ts +4 -3
- package/dist/output-gateway/controllers/v2/V2DevicesController.js +6 -7
- package/dist/output-gateway/controllers/v2/V2DevicesController.js.map +1 -1
- package/dist/output-gateway/controllers/v2/V2MeasurementsController.d.ts +3 -2
- package/dist/output-gateway/controllers/v2/V2MeasurementsController.js +5 -6
- package/dist/output-gateway/controllers/v2/V2MeasurementsController.js.map +1 -1
- package/dist/output-gateway/controllers/v2/V2OrganizationsController.d.ts +5 -4
- package/dist/output-gateway/controllers/v2/V2OrganizationsController.js +7 -8
- package/dist/output-gateway/controllers/v2/V2OrganizationsController.js.map +1 -1
- package/dist/output-gateway/helpers/CreateLinkHelper.js +2 -3
- 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 +5 -6
- 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 +4 -5
- package/dist/output-gateway/repositories/MeasurementRepository.js.map +1 -1
- package/dist/output-gateway/repositories/OrganizationBuildingsRepository.js +3 -4
- package/dist/output-gateway/repositories/OrganizationBuildingsRepository.js.map +1 -1
- package/dist/output-gateway/repositories/OrganizationResponsibleUsersRepository.js +3 -4
- 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 +8 -9
- 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 +3 -4
- package/dist/output-gateway/repositories/PrimaryBuildingsRepository.js.map +1 -1
- package/dist/output-gateway/repositories/SecondaryBuildingsRepository.js +2 -3
- 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 +5 -6
- 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 +6 -7
- 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 +7 -8
- 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 +6 -7
- 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 +4 -5
- 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 +4 -5
- 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/DeviceDtoTransformation.js +1 -2
- package/dist/output-gateway/transformations/DeviceDtoTransformation.js.map +1 -1
- package/dist/output-gateway/transformations/OrganizationDetailDtoTransformation.d.ts +2 -2
- package/dist/output-gateway/transformations/OrganizationDetailDtoTransformation.js +4 -5
- 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 +4 -5
- 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 +12 -45
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VpalaceMeterTypeRepository.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/repositories/VpalaceMeterTypeRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"VpalaceMeterTypeRepository.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/repositories/VpalaceMeterTypeRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,sDAAwC;AAExC,wEAAqE;AACrE,8EAAsE;AAEtE,mFAAkF;AAElF,iEAAwE;AAGjE,IAAM,0BAA0B,wCAAhC,MAAM,0BAA2B,SAAQ,kCAAa;IACzD,YAAiD,iBAA6C;QAC1F,KAAK,CACD,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,IAAI,GAAG,OAAO,EAChD;YACI,yBAAyB,EAAE,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,yBAAyB;YACtF,WAAW,EAAE,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,WAAW;YAC1D,QAAQ,EAAE,uBAAgB,CAAC,QAAQ;YACnC,UAAU,EAAE,gBAAgB;SAC/B,EACD,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,IAAI,GAAG,gBAAgB,EACzD,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,gBAAgB,CACrD,CACJ,CAAC;QAbmD,sBAAiB,GAAjB,iBAAiB,CAAoB;QAgBvF,aAAQ,GAAG,KAAK,EAAE,IAAS,EAAE,CAAc,EAAE,EAAE;YAClD,MAAM,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;YAC1B,MAAM,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,EAAE;gBACvC,iBAAiB,EAAE,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC;gBAC5D,WAAW,EAAE,CAAC;aACjB,CAAC,CAAC;QACP,CAAC,CAAC;IARF,CAAC;CASJ,CAAA;qCAxBY,0BAA0B;IADtC,IAAA,qBAAU,GAAE;IAEI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,iBAAiB,CAAC,CAAA;;GADvC,0BAA0B,CAwBtC"}
|
package/dist/integration-engine/vpalace/repositories/VpalaceTypeMeasuringEquipmentRepository.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.VpalaceTypeMeasuringEquipmentRepository = void 0;
|
|
16
|
-
const _sch_1 = require("
|
|
16
|
+
const _sch_1 = require("../../../schema-definitions");
|
|
17
17
|
const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
|
|
18
18
|
const integration_engine_1 = require("@golemio/core/dist/integration-engine");
|
|
19
19
|
const golemio_validator_1 = require("@golemio/core/dist/shared/golemio-validator");
|
|
20
20
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
21
|
-
let VpalaceTypeMeasuringEquipmentRepository = class VpalaceTypeMeasuringEquipmentRepository extends integration_engine_1.PostgresModel {
|
|
21
|
+
let VpalaceTypeMeasuringEquipmentRepository = exports.VpalaceTypeMeasuringEquipmentRepository = class VpalaceTypeMeasuringEquipmentRepository extends integration_engine_1.PostgresModel {
|
|
22
22
|
constructor(databaseConnector) {
|
|
23
23
|
super(_sch_1.EnergeticsSchema.vpalac.typeMeasuringEquipment.name + "Model", {
|
|
24
24
|
outputSequelizeAttributes: _sch_1.EnergeticsSchema.vpalac.typeMeasuringEquipment.outputSequelizeAttributes,
|
|
@@ -36,7 +36,6 @@ let VpalaceTypeMeasuringEquipmentRepository = class VpalaceTypeMeasuringEquipmen
|
|
|
36
36
|
};
|
|
37
37
|
}
|
|
38
38
|
};
|
|
39
|
-
exports.VpalaceTypeMeasuringEquipmentRepository = VpalaceTypeMeasuringEquipmentRepository;
|
|
40
39
|
exports.VpalaceTypeMeasuringEquipmentRepository = VpalaceTypeMeasuringEquipmentRepository = __decorate([
|
|
41
40
|
(0, tsyringe_1.injectable)(),
|
|
42
41
|
__param(0, (0, tsyringe_1.inject)(CoreToken_1.CoreToken.PostgresConnector)),
|
package/dist/integration-engine/vpalace/repositories/VpalaceTypeMeasuringEquipmentRepository.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VpalaceTypeMeasuringEquipmentRepository.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/repositories/VpalaceTypeMeasuringEquipmentRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"VpalaceTypeMeasuringEquipmentRepository.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/repositories/VpalaceTypeMeasuringEquipmentRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,sDAAwC;AAExC,wEAAqE;AACrE,8EAAsE;AAEtE,mFAAkF;AAElF,iEAAwE;AAGjE,IAAM,uCAAuC,qDAA7C,MAAM,uCAAwC,SAAQ,kCAAa;IACtE,YAAiD,iBAA6C;QAC1F,KAAK,CACD,uBAAgB,CAAC,MAAM,CAAC,sBAAsB,CAAC,IAAI,GAAG,OAAO,EAC7D;YACI,yBAAyB,EAAE,uBAAgB,CAAC,MAAM,CAAC,sBAAsB,CAAC,yBAAyB;YACnG,WAAW,EAAE,uBAAgB,CAAC,MAAM,CAAC,sBAAsB,CAAC,WAAW;YACvE,QAAQ,EAAE,uBAAgB,CAAC,QAAQ;YACnC,UAAU,EAAE,gBAAgB;SAC/B,EACD,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,sBAAsB,CAAC,IAAI,GAAG,gBAAgB,EACtE,uBAAgB,CAAC,MAAM,CAAC,sBAAsB,CAAC,gBAAgB,CAClE,CACJ,CAAC;QAbmD,sBAAiB,GAAjB,iBAAiB,CAAoB;QAgBvF,aAAQ,GAAG,KAAK,EAAE,IAAS,EAAE,CAAc,EAAE,EAAE;YAClD,MAAM,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;YAC1B,MAAM,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,EAAE;gBACvC,iBAAiB,EAAE,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC;gBAC5D,WAAW,EAAE,CAAC;aACjB,CAAC,CAAC;QACP,CAAC,CAAC;IARF,CAAC;CASJ,CAAA;kDAxBY,uCAAuC;IADnD,IAAA,qBAAU,GAAE;IAEI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,iBAAiB,CAAC,CAAA;;GADvC,uCAAuC,CAwBnD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IFetchXHoursDataInput } from "
|
|
1
|
+
import { IFetchXHoursDataInput } from "../interfaces/IFetchXHoursDataInput";
|
|
2
2
|
export declare class FetchXHoursDataValidationSchema implements IFetchXHoursDataInput {
|
|
3
3
|
targetHours: number;
|
|
4
4
|
}
|
|
@@ -22,7 +22,7 @@ const MeasuringEquipmentFetcher_1 = require("./MeasuringEquipmentFetcher");
|
|
|
22
22
|
const MeterTypeFetcher_1 = require("./MeterTypeFetcher");
|
|
23
23
|
const TypeMeasuringEquipmentFetcher_1 = require("./TypeMeasuringEquipmentFetcher");
|
|
24
24
|
const UnitDataFetcher_1 = require("./UnitDataFetcher");
|
|
25
|
-
let FetchDateFactory = class FetchDateFactory {
|
|
25
|
+
let FetchDateFactory = exports.FetchDateFactory = class FetchDateFactory {
|
|
26
26
|
constructor(fetchMeasurementData, fetchMeasuringEquipment, fetchMeterType, fetchTypeMeasuringEquipment, fetchUnitData, databaseConnector) {
|
|
27
27
|
this.fetchMeasurementData = fetchMeasurementData;
|
|
28
28
|
this.fetchMeasuringEquipment = fetchMeasuringEquipment;
|
|
@@ -48,7 +48,6 @@ let FetchDateFactory = class FetchDateFactory {
|
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
50
|
};
|
|
51
|
-
exports.FetchDateFactory = FetchDateFactory;
|
|
52
51
|
exports.FetchDateFactory = FetchDateFactory = __decorate([
|
|
53
52
|
(0, tsyringe_1.injectable)(),
|
|
54
53
|
__param(0, (0, tsyringe_1.inject)(ModuleContainer_1.VpalaceContainerToken.MeasurementDataFetcher)),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FetchDateFactory.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/tasks/FetchDateFactory.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AACA,wEAAqE;AACrE,6EAAwE;AACxE,iEAAwE;AACxE,4DAA+D;AAC/D,qEAAkE;AAClE,2EAAwE;AACxE,yDAAsD;AACtD,mFAAgF;AAChF,uDAAoD;AAG7C,IAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"FetchDateFactory.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/tasks/FetchDateFactory.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AACA,wEAAqE;AACrE,6EAAwE;AACxE,iEAAwE;AACxE,4DAA+D;AAC/D,qEAAkE;AAClE,2EAAwE;AACxE,yDAAsD;AACtD,mFAAgF;AAChF,uDAAoD;AAG7C,IAAM,gBAAgB,8BAAtB,MAAM,gBAAgB;IACzB,YAEqB,oBAA4C,EAG5C,uBAAkD,EAGlD,cAAgC,EAGhC,2BAA0D,EAG1D,aAA8B,EAEF,iBAAqC;QAdjE,yBAAoB,GAApB,oBAAoB,CAAwB;QAG5C,4BAAuB,GAAvB,uBAAuB,CAA2B;QAGlD,mBAAc,GAAd,cAAc,CAAkB;QAGhC,gCAA2B,GAA3B,2BAA2B,CAA+B;QAG1D,kBAAa,GAAb,aAAa,CAAiB;QAEF,sBAAiB,GAAjB,iBAAiB,CAAoB;IACnF,CAAC;IAEG,KAAK,CAAC,gBAAgB,CAAC,IAAY,EAAE,EAAU,EAAE,UAAkB;QACtE,MAAM,UAAU,GAAG,IAAI,CAAC,iBAAiB,CAAC,aAAa,EAAE,CAAC;QAC1D,MAAM,CAAC,GAAG,MAAM,UAAU,CAAC,WAAW,EAAE,CAAC;QACzC,IAAI;YACA,MAAM,IAAI,CAAC,oBAAoB,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC;YACjE,MAAM,IAAI,CAAC,uBAAuB,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC;YACpE,MAAM,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC;YAC3D,MAAM,IAAI,CAAC,2BAA2B,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC;YACxE,MAAM,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC;YAC1D,MAAM,CAAC,CAAC,MAAM,EAAE,CAAC;SACpB;QAAC,OAAO,KAAK,EAAE;YACZ,MAAM,CAAC,CAAC,QAAQ,EAAE,CAAC;YACnB,MAAM,IAAI,6BAAY,CAAC,4CAA4C,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;SACtG;IACL,CAAC;CACJ,CAAA;2BAnCY,gBAAgB;IAD5B,IAAA,qBAAU,GAAE;IAGJ,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,sBAAsB,CAAC,CAAA;IAGpD,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,yBAAyB,CAAC,CAAA;IAGvD,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,gBAAgB,CAAC,CAAA;IAG9C,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,6BAA6B,CAAC,CAAA;IAG3D,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,eAAe,CAAC,CAAA;IAG7C,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,iBAAiB,CAAC,CAAA;qCAdG,+CAAsB;QAGnB,qDAAyB;QAGlC,mCAAgB;QAGH,6DAA6B;QAG3C,iCAAe;GAf1C,gBAAgB,CAmC5B"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IFetchXDaysData } from "
|
|
2
|
-
import { FetchXDaysDataValidationSchema } from "
|
|
1
|
+
import { IFetchXDaysData } from "../interfaces/IFetchXDaysDataInput";
|
|
2
|
+
import { FetchXDaysDataValidationSchema } from "../schema/FetchXDaysDataValidationSchema";
|
|
3
3
|
import { ISimpleConfig } from "@golemio/core/dist/helpers/configuration/ISimpleConfig";
|
|
4
4
|
import { AbstractTask } from "@golemio/core/dist/integration-engine/workers/AbstractTask";
|
|
5
5
|
import { FetchDateFactory } from "./FetchDateFactory";
|
|
@@ -12,9 +12,9 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
12
12
|
return function (target, key) { decorator(target, key, paramIndex); }
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
const UnimonitorCemApiHelper_1 = require("
|
|
16
|
-
const FetchXDaysDataValidationSchema_1 = require("
|
|
17
|
-
const _sch_1 = require("
|
|
15
|
+
const UnimonitorCemApiHelper_1 = require("../../shared/helpers/UnimonitorCemApiHelper");
|
|
16
|
+
const FetchXDaysDataValidationSchema_1 = require("../schema/FetchXDaysDataValidationSchema");
|
|
17
|
+
const _sch_1 = require("../../../schema-definitions");
|
|
18
18
|
const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
|
|
19
19
|
const AbstractTask_1 = require("@golemio/core/dist/integration-engine/workers/AbstractTask");
|
|
20
20
|
const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FetchXDaysDataTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/tasks/FetchXDaysDataTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"FetchXDaysDataTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/tasks/FetchXDaysDataTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,wFAA+F;AAE/F,6FAAmG;AACnG,sDAAwC;AAExC,wEAAqE;AACrE,6FAA0F;AAC1F,6EAAwE;AACxE,2DAAqE;AACrE,iEAAwE;AACxE,4DAA+D;AAC/D,yDAAsD;AAGvC,IAAM,kBAAkB,GAAxB,MAAM,kBAAmB,SAAQ,2BAA6B;IAMzE,YACoC,MAA6B,EAE7D,gBAAmD;QAEnD,KAAK,CAAC,uBAAgB,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,CAAC;QAJH,WAAM,GAAN,MAAM,CAAe;QAE5C,qBAAgB,GAAhB,gBAAgB,CAAkB;QARvC,cAAS,GAAG,sBAAsB,CAAC;QACnC,WAAM,GAAG,+DAA8B,CAAC;QACxC,aAAQ,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,WAAW;QAUvD,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,CAAC,iBAAiB,EAAE,CAAC;QAC5D,IAAI,CAAC,gBAAgB,GAAG,IAAI,+CAAsB,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC;IACvE,CAAC;IAES,KAAK,CAAC,OAAO,CAAC,GAAoB;QACxC,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,gBAAgB,CAAC,aAAa,EAAE,CAAC;QAC/D,IAAI;YACA,MAAM,UAAU,GAAG,GAAG,CAAC,UAAU,CAAC;YAClC,MAAM,WAAW,GAAG,gBAAQ,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;YAClD,MAAM,QAAQ,GAAG,WAAW,CAAC,KAAK,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC,CAAC;YACzD,MAAM,SAAS,GAAG,gBAAQ,CAAC,aAAa,CAAC,QAAQ,EAAE,WAAW,CAAC,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC;YAErF,KAAK,MAAM,QAAQ,IAAI,SAAS,EAAE;gBAC9B,MAAM,IAAI,GAAG,QAAQ,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,QAAQ,CAAC,+CAAsB,CAAC,eAAe,CAAC,CAAC;gBAC5F,MAAM,EAAE,GAAG,QAAQ,CAAC,GAAG,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,QAAQ,CAAC,+CAAsB,CAAC,eAAe,CAAC,CAAC;gBAExF,MAAM,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,IAAI,EAAE,EAAE,EAAE,UAAU,CAAC,CAAC;aACtE;SACJ;QAAC,OAAO,GAAG,EAAE;YACV,MAAM,IAAI,6BAAY,CAAC,2CAA2C,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;SACnG;gBAAS;YACN,MAAM,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC;SAC5D;IACL,CAAC;IAEO,iBAAiB;QACrB,OAAO;YACH,GAAG,EAAE,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,uCAAuC,CAAW;YAC5E,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,mCAAmC,CAAe;SAClF,CAAC;IACN,CAAC;CACJ,CAAA;AA5CoB,kBAAkB;IADtC,IAAA,qBAAU,GAAE;IAQJ,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,YAAY,CAAC,CAAA;IAC9B,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,gBAAgB,CAAC,CAAA;6CACZ,mCAAgB;GATtC,kBAAkB,CA4CtC;kBA5CoB,kBAAkB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IFetchXHoursDataInput } from "
|
|
2
|
-
import { FetchXHoursDataValidationSchema } from "
|
|
1
|
+
import { IFetchXHoursDataInput } from "../interfaces/IFetchXHoursDataInput";
|
|
2
|
+
import { FetchXHoursDataValidationSchema } from "../schema/FetchXHoursDataValidationSchema";
|
|
3
3
|
import { ISimpleConfig } from "@golemio/core/dist/helpers/configuration/ISimpleConfig";
|
|
4
4
|
import { AbstractTask } from "@golemio/core/dist/integration-engine/workers/AbstractTask";
|
|
5
5
|
import { FetchDateFactory } from "./FetchDateFactory";
|
|
@@ -12,9 +12,9 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
12
12
|
return function (target, key) { decorator(target, key, paramIndex); }
|
|
13
13
|
};
|
|
14
14
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
const UnimonitorCemApiHelper_1 = require("
|
|
16
|
-
const FetchXHoursDataValidationSchema_1 = require("
|
|
17
|
-
const _sch_1 = require("
|
|
15
|
+
const UnimonitorCemApiHelper_1 = require("../../shared/helpers/UnimonitorCemApiHelper");
|
|
16
|
+
const FetchXHoursDataValidationSchema_1 = require("../schema/FetchXHoursDataValidationSchema");
|
|
17
|
+
const _sch_1 = require("../../../schema-definitions");
|
|
18
18
|
const helpers_1 = require("@golemio/core/dist/helpers");
|
|
19
19
|
const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
|
|
20
20
|
const AbstractTask_1 = require("@golemio/core/dist/integration-engine/workers/AbstractTask");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FetchXHoursDataTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/tasks/FetchXHoursDataTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"FetchXHoursDataTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/tasks/FetchXHoursDataTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;AAAA,wFAA+F;AAE/F,+FAAqG;AACrG,sDAAwC;AACxC,wDAAsD;AAEtD,wEAAqE;AACrE,6FAA0F;AAC1F,6EAAwE;AACxE,iEAAwE;AACxE,4DAA+D;AAC/D,yDAAsD;AAGvC,IAAM,mBAAmB,GAAzB,MAAM,mBAAoB,SAAQ,2BAAmC;IAMhF,YACoC,MAA6B,EAE7D,gBAAmD;QAEnD,KAAK,CAAC,uBAAgB,CAAC,IAAI,CAAC,WAAW,EAAE,CAAC,CAAC;QAJH,WAAM,GAAN,MAAM,CAAe;QAE5C,qBAAgB,GAAhB,gBAAgB,CAAkB;QARvC,cAAS,GAAG,uBAAuB,CAAC;QACpC,WAAM,GAAG,iEAA+B,CAAC;QACzC,aAAQ,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,UAAU;QAUjD,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,GAAG,IAAI,CAAC,iBAAiB,EAAE,CAAC;QAC5D,IAAI,CAAC,gBAAgB,GAAG,IAAI,+CAAsB,CAAC,GAAG,EAAE,SAAS,CAAC,CAAC;IACvE,CAAC;IAES,KAAK,CAAC,OAAO,CAAC,GAA0B;QAC9C,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,gBAAgB,CAAC,aAAa,EAAE,CAAC;QAC/D,IAAI;YACA,MAAM,WAAW,GAAG,GAAG,CAAC,WAAW,CAAC;YACpC,MAAM,GAAG,GAAG,IAAA,kBAAQ,EAAC,IAAI,IAAI,EAAE,CAAC,CAAC,WAAW,CAAC,+CAAsB,CAAC,WAAW,CAAC,CAAC;YACjF,MAAM,QAAQ,GAAG,GAAG,CAAC,KAAK,EAAE,CAAC,QAAQ,CAAC,WAAW,EAAE,OAAO,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC;YACjF,MAAM,MAAM,GAAG,GAAG,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE,CAAC;YACxC,MAAM,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,QAAQ,EAAE,MAAM,EAAE,UAAU,CAAC,CAAC;SAC9E;QAAC,OAAO,GAAG,EAAE;YACV,MAAM,IAAI,6BAAY,CAAC,4CAA4C,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;SACpG;gBAAS;YACN,MAAM,IAAI,CAAC,gBAAgB,CAAC,gBAAgB,CAAC,UAAU,CAAC,CAAC;SAC5D;IACL,CAAC;IAEO,iBAAiB;QACrB,OAAO;YACH,GAAG,EAAE,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,uCAAuC,CAAW;YAC5E,MAAM,EAAE,IAAI,CAAC,MAAM,CAAC,QAAQ,CAAC,mCAAmC,CAAe;SAClF,CAAC;IACN,CAAC;CACJ,CAAA;AAtCoB,mBAAmB;IADvC,IAAA,qBAAU,GAAE;IAQJ,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,YAAY,CAAC,CAAA;IAC9B,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,gBAAgB,CAAC,CAAA;6CACZ,mCAAgB;GATtC,mBAAmB,CAsCvC;kBAtCoB,mBAAmB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { VpalaceMeasurementDataSource } from "
|
|
2
|
-
import { VpalaceMeasurementRepository } from "
|
|
3
|
-
import { VpalacMeasurementTransformation } from "
|
|
1
|
+
import { VpalaceMeasurementDataSource } from "../datasources/VpalaceMeasurementDataSource";
|
|
2
|
+
import { VpalaceMeasurementRepository } from "../repositories/VpalaceMeasurementRepository";
|
|
3
|
+
import { VpalacMeasurementTransformation } from "../transformations/VpalacMeasurementTransformation";
|
|
4
4
|
import { Transaction } from "@golemio/core/dist/shared/sequelize";
|
|
5
5
|
export declare class MeasurementDataFetcher {
|
|
6
6
|
private readonly transformationVpalaceMeasurement;
|
|
@@ -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.MeasurementDataFetcher = void 0;
|
|
16
|
-
const VpalaceMeasurementDataSource_1 = require("
|
|
17
|
-
const VpalaceMeasurementRepository_1 = require("
|
|
18
|
-
const VpalacMeasurementTransformation_1 = require("
|
|
16
|
+
const VpalaceMeasurementDataSource_1 = require("../datasources/VpalaceMeasurementDataSource");
|
|
17
|
+
const VpalaceMeasurementRepository_1 = require("../repositories/VpalaceMeasurementRepository");
|
|
18
|
+
const VpalacMeasurementTransformation_1 = require("../transformations/VpalacMeasurementTransformation");
|
|
19
19
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
20
20
|
const ModuleContainer_1 = require("../ioc/ModuleContainer");
|
|
21
|
-
let MeasurementDataFetcher = class MeasurementDataFetcher {
|
|
21
|
+
let MeasurementDataFetcher = exports.MeasurementDataFetcher = class MeasurementDataFetcher {
|
|
22
22
|
constructor(transformationVpalaceMeasurement, modelVpalaceMeasurement, datasourceVpalaceMeasurement) {
|
|
23
23
|
this.transformationVpalaceMeasurement = transformationVpalaceMeasurement;
|
|
24
24
|
this.modelVpalaceMeasurement = modelVpalaceMeasurement;
|
|
@@ -32,7 +32,6 @@ let MeasurementDataFetcher = class MeasurementDataFetcher {
|
|
|
32
32
|
};
|
|
33
33
|
}
|
|
34
34
|
};
|
|
35
|
-
exports.MeasurementDataFetcher = MeasurementDataFetcher;
|
|
36
35
|
exports.MeasurementDataFetcher = MeasurementDataFetcher = __decorate([
|
|
37
36
|
(0, tsyringe_1.injectable)(),
|
|
38
37
|
__param(0, (0, tsyringe_1.inject)(ModuleContainer_1.VpalaceContainerToken.VpalacMeasurementTransformation)),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MeasurementDataFetcher.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/tasks/MeasurementDataFetcher.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"MeasurementDataFetcher.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/tasks/MeasurementDataFetcher.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,8FAAoG;AACpG,+FAAqG;AACrG,wGAA8G;AAE9G,iEAAwE;AACxE,4DAA+D;AAGxD,IAAM,sBAAsB,oCAA5B,MAAM,sBAAsB;IAC/B,YAGI,gCAAkF,EAElF,uBAAsE,EAEtE,4BAA2E;QAJ1D,qCAAgC,GAAhC,gCAAgC,CAAiC;QAEjE,4BAAuB,GAAvB,uBAAuB,CAA8B;QAErD,iCAA4B,GAA5B,4BAA4B,CAA8B;QAGxE,YAAO,GAAG,KAAK,EAAE,IAAY,EAAE,EAAU,EAAE,UAAkB,EAAE,CAAc,EAAE,EAAE;YACpF,MAAM,eAAe,GAAG,MAAM,CAAC,MAAM,IAAI,CAAC,4BAA4B,CAAC,aAAa,CAAC,IAAI,EAAE,EAAE,EAAE,UAAU,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;YAErH,MAAM,0BAA0B,GAAG,MAAM,IAAI,CAAC,gCAAgC,CAAC,SAAS,CAAC,eAAe,CAAC,CAAC;YAC1G,KAAK,MAAM,KAAK,IAAI,0BAA0B,EAAE;gBAC5C,MAAM,IAAI,CAAC,uBAAuB,CAAC,QAAQ,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;aACzD;QACL,CAAC,CAAC;IATC,CAAC;CAUP,CAAA;iCAnBY,sBAAsB;IADlC,IAAA,qBAAU,GAAE;IAIJ,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,+BAA+B,CAAC,CAAA;IAE7D,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,4BAA4B,CAAC,CAAA;IAE1D,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,4BAA4B,CAAC,CAAA;qCAHR,iEAA+B;QAExC,2DAA4B;QAEvB,2DAA4B;GARtE,sBAAsB,CAmBlC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { VpalaceMeasuringEquipmentDataSource } from "
|
|
2
|
-
import { VpalaceMeasuringEquipmentRepository } from "
|
|
3
|
-
import { VpalacMeasuringEquipmentTransformation } from "
|
|
1
|
+
import { VpalaceMeasuringEquipmentDataSource } from "../datasources/VpalaceMeasuringEquipmentDataSource";
|
|
2
|
+
import { VpalaceMeasuringEquipmentRepository } from "../repositories/VpalaceMeasuringEquipmentRepository";
|
|
3
|
+
import { VpalacMeasuringEquipmentTransformation } from "../transformations/VpalacMeasuringEquipmentTransformation";
|
|
4
4
|
import { Transaction } from "@golemio/core/dist/shared/sequelize";
|
|
5
5
|
export declare class MeasuringEquipmentFetcher {
|
|
6
6
|
private readonly datasourceVpalaceMeasuringEquipment;
|
|
@@ -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.MeasuringEquipmentFetcher = void 0;
|
|
16
|
-
const VpalaceMeasuringEquipmentDataSource_1 = require("
|
|
17
|
-
const VpalaceMeasuringEquipmentRepository_1 = require("
|
|
18
|
-
const VpalacMeasuringEquipmentTransformation_1 = require("
|
|
16
|
+
const VpalaceMeasuringEquipmentDataSource_1 = require("../datasources/VpalaceMeasuringEquipmentDataSource");
|
|
17
|
+
const VpalaceMeasuringEquipmentRepository_1 = require("../repositories/VpalaceMeasuringEquipmentRepository");
|
|
18
|
+
const VpalacMeasuringEquipmentTransformation_1 = require("../transformations/VpalacMeasuringEquipmentTransformation");
|
|
19
19
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
20
20
|
const ModuleContainer_1 = require("../ioc/ModuleContainer");
|
|
21
|
-
let MeasuringEquipmentFetcher = class MeasuringEquipmentFetcher {
|
|
21
|
+
let MeasuringEquipmentFetcher = exports.MeasuringEquipmentFetcher = class MeasuringEquipmentFetcher {
|
|
22
22
|
constructor(datasourceVpalaceMeasuringEquipment, modelVpalaceMeasuringEquipment, transformationVpalaceMeasuringEquipment) {
|
|
23
23
|
this.datasourceVpalaceMeasuringEquipment = datasourceVpalaceMeasuringEquipment;
|
|
24
24
|
this.modelVpalaceMeasuringEquipment = modelVpalaceMeasuringEquipment;
|
|
@@ -30,7 +30,6 @@ let MeasuringEquipmentFetcher = class MeasuringEquipmentFetcher {
|
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
32
|
};
|
|
33
|
-
exports.MeasuringEquipmentFetcher = MeasuringEquipmentFetcher;
|
|
34
33
|
exports.MeasuringEquipmentFetcher = MeasuringEquipmentFetcher = __decorate([
|
|
35
34
|
(0, tsyringe_1.injectable)(),
|
|
36
35
|
__param(0, (0, tsyringe_1.inject)(ModuleContainer_1.VpalaceContainerToken.VpalaceMeasuringEquipmentDataSource)),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MeasuringEquipmentFetcher.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/tasks/MeasuringEquipmentFetcher.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"MeasuringEquipmentFetcher.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/tasks/MeasuringEquipmentFetcher.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,4GAAkH;AAClH,6GAAmH;AACnH,sHAA4H;AAE5H,iEAAwE;AACxE,4DAA+D;AAGxD,IAAM,yBAAyB,uCAA/B,MAAM,yBAAyB;IAClC,YAGI,mCAAyF,EAEzF,8BAAoF,EAEpF,uCAAgG;QAJ/E,wCAAmC,GAAnC,mCAAmC,CAAqC;QAExE,mCAA8B,GAA9B,8BAA8B,CAAqC;QAEnE,4CAAuC,GAAvC,uCAAuC,CAAwC;QAG7F,YAAO,GAAG,KAAK,EAAE,IAAY,EAAE,EAAU,EAAE,UAAkB,EAAE,CAAc,EAAE,EAAE;YACpF,MAAM,sBAAsB,GAAG,MAAM,CACjC,MAAM,IAAI,CAAC,mCAAmC,CAAC,aAAa,CAAC,IAAI,EAAE,EAAE,EAAE,UAAU,CAAC,CACrF,CAAC,MAAM,EAAE,CAAC;YACX,MAAM,iCAAiC,GAAG,MAAM,IAAI,CAAC,uCAAuC,CAAC,SAAS,CAClG,sBAAsB,CACzB,CAAC;YACF,MAAM,IAAI,CAAC,8BAA8B,CAAC,QAAQ,CAAC,iCAAiC,EAAE,CAAC,CAAC,CAAC;QAC7F,CAAC,CAAC;IAVC,CAAC;CAWP,CAAA;oCApBY,yBAAyB;IADrC,IAAA,qBAAU,GAAE;IAIJ,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,mCAAmC,CAAC,CAAA;IAEjE,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,mCAAmC,CAAC,CAAA;IAEjE,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,sCAAsC,CAAC,CAAA;qCAHf,yEAAmC;QAExC,yEAAmC;QAE1B,+EAAsC;GAR3F,yBAAyB,CAoBrC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { VpalaceMeterTypeDataSource } from "
|
|
2
|
-
import { VpalaceMeterTypeRepository } from "
|
|
3
|
-
import { VpalacMeterTypeTransformation } from "
|
|
1
|
+
import { VpalaceMeterTypeDataSource } from "../datasources/VpalaceMeterTypeDataSource";
|
|
2
|
+
import { VpalaceMeterTypeRepository } from "../repositories/VpalaceMeterTypeRepository";
|
|
3
|
+
import { VpalacMeterTypeTransformation } from "../transformations/VpalacMeterTypeTransformation";
|
|
4
4
|
import { Transaction } from "@golemio/core/dist/shared/sequelize";
|
|
5
5
|
export declare class MeterTypeFetcher {
|
|
6
6
|
private readonly datasourceVpalaceMeterType;
|
|
@@ -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.MeterTypeFetcher = void 0;
|
|
16
|
-
const VpalaceMeterTypeDataSource_1 = require("
|
|
17
|
-
const VpalaceMeterTypeRepository_1 = require("
|
|
18
|
-
const VpalacMeterTypeTransformation_1 = require("
|
|
16
|
+
const VpalaceMeterTypeDataSource_1 = require("../datasources/VpalaceMeterTypeDataSource");
|
|
17
|
+
const VpalaceMeterTypeRepository_1 = require("../repositories/VpalaceMeterTypeRepository");
|
|
18
|
+
const VpalacMeterTypeTransformation_1 = require("../transformations/VpalacMeterTypeTransformation");
|
|
19
19
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
20
20
|
const ModuleContainer_1 = require("../ioc/ModuleContainer");
|
|
21
|
-
let MeterTypeFetcher = class MeterTypeFetcher {
|
|
21
|
+
let MeterTypeFetcher = exports.MeterTypeFetcher = class MeterTypeFetcher {
|
|
22
22
|
constructor(datasourceVpalaceMeterType, modelVpalaceMeterType, transformationVpalaceMeterType) {
|
|
23
23
|
this.datasourceVpalaceMeterType = datasourceVpalaceMeterType;
|
|
24
24
|
this.modelVpalaceMeterType = modelVpalaceMeterType;
|
|
@@ -30,7 +30,6 @@ let MeterTypeFetcher = class MeterTypeFetcher {
|
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
32
|
};
|
|
33
|
-
exports.MeterTypeFetcher = MeterTypeFetcher;
|
|
34
33
|
exports.MeterTypeFetcher = MeterTypeFetcher = __decorate([
|
|
35
34
|
(0, tsyringe_1.injectable)(),
|
|
36
35
|
__param(0, (0, tsyringe_1.inject)(ModuleContainer_1.VpalaceContainerToken.VpalaceMeterTypeDataSource)),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MeterTypeFetcher.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/tasks/MeterTypeFetcher.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"MeterTypeFetcher.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/tasks/MeterTypeFetcher.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,0FAAgG;AAChG,2FAAiG;AACjG,oGAA0G;AAE1G,iEAAwE;AACxE,4DAA+D;AAGxD,IAAM,gBAAgB,8BAAtB,MAAM,gBAAgB;IACzB,YAGI,0BAAuE,EAEvE,qBAAkE,EAElE,8BAA8E;QAJ7D,+BAA0B,GAA1B,0BAA0B,CAA4B;QAEtD,0BAAqB,GAArB,qBAAqB,CAA4B;QAEjD,mCAA8B,GAA9B,8BAA8B,CAA+B;QAG3E,YAAO,GAAG,KAAK,EAAE,IAAY,EAAE,EAAU,EAAE,UAAkB,EAAE,CAAc,EAAE,EAAE;YACpF,MAAM,aAAa,GAAG,MAAM,CAAC,MAAM,IAAI,CAAC,0BAA0B,CAAC,aAAa,CAAC,IAAI,EAAE,EAAE,EAAE,UAAU,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;YACjH,MAAM,wBAAwB,GAAG,MAAM,IAAI,CAAC,8BAA8B,CAAC,SAAS,CAAC,aAAa,CAAC,CAAC;YACpG,MAAM,IAAI,CAAC,qBAAqB,CAAC,QAAQ,CAAC,wBAAwB,EAAE,CAAC,CAAC,CAAC;QAC3E,CAAC,CAAC;IANC,CAAC;CAOP,CAAA;2BAhBY,gBAAgB;IAD5B,IAAA,qBAAU,GAAE;IAIJ,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,0BAA0B,CAAC,CAAA;IAExD,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,0BAA0B,CAAC,CAAA;IAExD,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,6BAA6B,CAAC,CAAA;qCAHf,uDAA0B;QAE/B,uDAA0B;QAEjB,6DAA6B;GARzE,gBAAgB,CAgB5B"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { VpalaceTypeMeasuringEquipmentDataSource } from "
|
|
2
|
-
import { VpalaceTypeMeasuringEquipmentRepository } from "
|
|
3
|
-
import { VpalacTypeMeasuringEquipmentTransformation } from "
|
|
1
|
+
import { VpalaceTypeMeasuringEquipmentDataSource } from "../datasources/VpalaceTypeMeasuringEquipmentDataSource";
|
|
2
|
+
import { VpalaceTypeMeasuringEquipmentRepository } from "../repositories/VpalaceTypeMeasuringEquipmentRepository";
|
|
3
|
+
import { VpalacTypeMeasuringEquipmentTransformation } from "../transformations/VpalacTypeMeasuringEquipmentTransformation";
|
|
4
4
|
import { Transaction } from "@golemio/core/dist/shared/sequelize";
|
|
5
5
|
export declare class TypeMeasuringEquipmentFetcher {
|
|
6
6
|
private readonly datasourceVpalaceTypeMeasuringEquipment;
|
|
@@ -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.TypeMeasuringEquipmentFetcher = void 0;
|
|
16
|
-
const VpalaceTypeMeasuringEquipmentDataSource_1 = require("
|
|
17
|
-
const VpalaceTypeMeasuringEquipmentRepository_1 = require("
|
|
18
|
-
const VpalacTypeMeasuringEquipmentTransformation_1 = require("
|
|
16
|
+
const VpalaceTypeMeasuringEquipmentDataSource_1 = require("../datasources/VpalaceTypeMeasuringEquipmentDataSource");
|
|
17
|
+
const VpalaceTypeMeasuringEquipmentRepository_1 = require("../repositories/VpalaceTypeMeasuringEquipmentRepository");
|
|
18
|
+
const VpalacTypeMeasuringEquipmentTransformation_1 = require("../transformations/VpalacTypeMeasuringEquipmentTransformation");
|
|
19
19
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
20
20
|
const ModuleContainer_1 = require("../ioc/ModuleContainer");
|
|
21
|
-
let TypeMeasuringEquipmentFetcher = class TypeMeasuringEquipmentFetcher {
|
|
21
|
+
let TypeMeasuringEquipmentFetcher = exports.TypeMeasuringEquipmentFetcher = class TypeMeasuringEquipmentFetcher {
|
|
22
22
|
constructor(datasourceVpalaceTypeMeasuringEquipment, modelVpalaceTypeMeasuringEquipment, transformationVpalaceTypeMeasuringEquipment) {
|
|
23
23
|
this.datasourceVpalaceTypeMeasuringEquipment = datasourceVpalaceTypeMeasuringEquipment;
|
|
24
24
|
this.modelVpalaceTypeMeasuringEquipment = modelVpalaceTypeMeasuringEquipment;
|
|
@@ -30,7 +30,6 @@ let TypeMeasuringEquipmentFetcher = class TypeMeasuringEquipmentFetcher {
|
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
32
|
};
|
|
33
|
-
exports.TypeMeasuringEquipmentFetcher = TypeMeasuringEquipmentFetcher;
|
|
34
33
|
exports.TypeMeasuringEquipmentFetcher = TypeMeasuringEquipmentFetcher = __decorate([
|
|
35
34
|
(0, tsyringe_1.injectable)(),
|
|
36
35
|
__param(0, (0, tsyringe_1.inject)(ModuleContainer_1.VpalaceContainerToken.VpalaceTypeMeasuringEquipmentDataSource)),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TypeMeasuringEquipmentFetcher.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/tasks/TypeMeasuringEquipmentFetcher.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"TypeMeasuringEquipmentFetcher.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/tasks/TypeMeasuringEquipmentFetcher.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,oHAA0H;AAC1H,qHAA2H;AAC3H,8HAAoI;AAEpI,iEAAwE;AACxE,4DAA+D;AAGxD,IAAM,6BAA6B,2CAAnC,MAAM,6BAA6B;IACtC,YAGI,uCAAiG,EAEjG,kCAA4F,EAE5F,2CAAwG;QAJvF,4CAAuC,GAAvC,uCAAuC,CAAyC;QAEhF,uCAAkC,GAAlC,kCAAkC,CAAyC;QAE3E,gDAA2C,GAA3C,2CAA2C,CAA4C;QAGrG,YAAO,GAAG,KAAK,EAAE,IAAY,EAAE,EAAU,EAAE,UAAkB,EAAE,CAAc,EAAE,EAAE;YACpF,MAAM,0BAA0B,GAAG,MAAM,CACrC,MAAM,IAAI,CAAC,uCAAuC,CAAC,aAAa,CAAC,IAAI,EAAE,EAAE,EAAE,UAAU,CAAC,CACzF,CAAC,MAAM,EAAE,CAAC;YACX,MAAM,qCAAqC,GAAG,MAAM,IAAI,CAAC,2CAA2C,CAAC,SAAS,CAC1G,0BAA0B,CAC7B,CAAC;YACF,MAAM,IAAI,CAAC,kCAAkC,CAAC,QAAQ,CAAC,qCAAqC,EAAE,CAAC,CAAC,CAAC;QACrG,CAAC,CAAC;IAVC,CAAC;CAWP,CAAA;wCApBY,6BAA6B;IADzC,IAAA,qBAAU,GAAE;IAIJ,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,uCAAuC,CAAC,CAAA;IAErE,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,uCAAuC,CAAC,CAAA;IAErE,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,0CAA0C,CAAC,CAAA;qCAHf,iFAAuC;QAE5C,iFAAuC;QAE9B,uFAA0C;GARnG,6BAA6B,CAoBzC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { VpalaceUnitsDataSource } from "
|
|
2
|
-
import { VpalaceUnitsRepository } from "
|
|
3
|
-
import { VpalacUnitsTransformation } from "
|
|
1
|
+
import { VpalaceUnitsDataSource } from "../datasources/VpalaceUnitsDataSource";
|
|
2
|
+
import { VpalaceUnitsRepository } from "../repositories/VpalacUnitsRepository";
|
|
3
|
+
import { VpalacUnitsTransformation } from "../transformations/VpalacUnitsTransformation";
|
|
4
4
|
import { Transaction } from "@golemio/core/dist/shared/sequelize";
|
|
5
5
|
export declare class UnitDataFetcher {
|
|
6
6
|
private readonly datasourceVpalaceUnits;
|
|
@@ -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.UnitDataFetcher = void 0;
|
|
16
|
-
const VpalaceUnitsDataSource_1 = require("
|
|
17
|
-
const VpalacUnitsRepository_1 = require("
|
|
18
|
-
const VpalacUnitsTransformation_1 = require("
|
|
16
|
+
const VpalaceUnitsDataSource_1 = require("../datasources/VpalaceUnitsDataSource");
|
|
17
|
+
const VpalacUnitsRepository_1 = require("../repositories/VpalacUnitsRepository");
|
|
18
|
+
const VpalacUnitsTransformation_1 = require("../transformations/VpalacUnitsTransformation");
|
|
19
19
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
20
20
|
const ModuleContainer_1 = require("../ioc/ModuleContainer");
|
|
21
|
-
let UnitDataFetcher = class UnitDataFetcher {
|
|
21
|
+
let UnitDataFetcher = exports.UnitDataFetcher = class UnitDataFetcher {
|
|
22
22
|
constructor(datasourceVpalaceUnits, modelVpalaceUnits, transformationVpalaceUnits) {
|
|
23
23
|
this.datasourceVpalaceUnits = datasourceVpalaceUnits;
|
|
24
24
|
this.modelVpalaceUnits = modelVpalaceUnits;
|
|
@@ -30,7 +30,6 @@ let UnitDataFetcher = class UnitDataFetcher {
|
|
|
30
30
|
};
|
|
31
31
|
}
|
|
32
32
|
};
|
|
33
|
-
exports.UnitDataFetcher = UnitDataFetcher;
|
|
34
33
|
exports.UnitDataFetcher = UnitDataFetcher = __decorate([
|
|
35
34
|
(0, tsyringe_1.injectable)(),
|
|
36
35
|
__param(0, (0, tsyringe_1.inject)(ModuleContainer_1.VpalaceContainerToken.VpalaceUnitsDataSource)),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UnitDataFetcher.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/tasks/UnitDataFetcher.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"UnitDataFetcher.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/tasks/UnitDataFetcher.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,kFAAwF;AACxF,iFAAwF;AACxF,4FAAkG;AAElG,iEAAwE;AACxE,4DAA+D;AAGxD,IAAM,eAAe,6BAArB,MAAM,eAAe;IACxB,YAGI,sBAA+D,EAE/D,iBAA0D,EAE1D,0BAAsE;QAJrD,2BAAsB,GAAtB,sBAAsB,CAAwB;QAE9C,sBAAiB,GAAjB,iBAAiB,CAAwB;QAEzC,+BAA0B,GAA1B,0BAA0B,CAA2B;QAGnE,YAAO,GAAG,KAAK,EAAE,IAAY,EAAE,EAAU,EAAE,UAAkB,EAAE,CAAc,EAAE,EAAE;YACpF,MAAM,SAAS,GAAG,MAAM,CAAC,MAAM,IAAI,CAAC,sBAAsB,CAAC,aAAa,CAAC,IAAI,EAAE,EAAE,EAAE,UAAU,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC;YACzG,MAAM,oBAAoB,GAAG,MAAM,IAAI,CAAC,0BAA0B,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC;YACxF,MAAM,IAAI,CAAC,iBAAiB,CAAC,QAAQ,CAAC,oBAAoB,EAAE,CAAC,CAAC,CAAC;QACnE,CAAC,CAAC;IANC,CAAC;CAOP,CAAA;0BAhBY,eAAe;IAD3B,IAAA,qBAAU,GAAE;IAIJ,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,sBAAsB,CAAC,CAAA;IAEpD,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,sBAAsB,CAAC,CAAA;IAEpD,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,yBAAyB,CAAC,CAAA;qCAHf,+CAAsB;QAE3B,8CAAsB;QAEb,qDAAyB;GARjE,eAAe,CAgB3B"}
|
|
@@ -10,11 +10,11 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.VpalacMeasurementTransformation = void 0;
|
|
13
|
-
const ParserHelpers_1 = require("
|
|
14
|
-
const _sch_1 = require("
|
|
13
|
+
const ParserHelpers_1 = require("../../shared/helpers/ParserHelpers");
|
|
14
|
+
const _sch_1 = require("../../../schema-definitions");
|
|
15
15
|
const transformations_1 = require("@golemio/core/dist/integration-engine/transformations");
|
|
16
16
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
17
|
-
let VpalacMeasurementTransformation = class VpalacMeasurementTransformation extends transformations_1.BaseTransformation {
|
|
17
|
+
let VpalacMeasurementTransformation = exports.VpalacMeasurementTransformation = class VpalacMeasurementTransformation extends transformations_1.BaseTransformation {
|
|
18
18
|
constructor() {
|
|
19
19
|
super();
|
|
20
20
|
this.transformElement = (data) => {
|
|
@@ -31,7 +31,6 @@ let VpalacMeasurementTransformation = class VpalacMeasurementTransformation exte
|
|
|
31
31
|
this.name = _sch_1.EnergeticsSchema.vpalac.measurement.name;
|
|
32
32
|
}
|
|
33
33
|
};
|
|
34
|
-
exports.VpalacMeasurementTransformation = VpalacMeasurementTransformation;
|
|
35
34
|
exports.VpalacMeasurementTransformation = VpalacMeasurementTransformation = __decorate([
|
|
36
35
|
(0, tsyringe_1.injectable)(),
|
|
37
36
|
__metadata("design:paramtypes", [])
|
package/dist/integration-engine/vpalace/transformations/VpalacMeasurementTransformation.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VpalacMeasurementTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/transformations/VpalacMeasurementTransformation.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"VpalacMeasurementTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/transformations/VpalacMeasurementTransformation.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,sEAA+D;AAC/D,sDAAwC;AACxC,2FAA4G;AAC5G,iEAAgE;AAQzD,IAAM,+BAA+B,6CAArC,MAAM,+BAAgC,SAAQ,oCAAkB;IAGnE;QACI,KAAK,EAAE,CAAC;QAIF,qBAAgB,GAAG,CAAC,IAAS,EAAoC,EAAE;YACzE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,CAAC;YAEhC,IAAI,CAAC,MAAM,CAAC,MAAM;gBAAE,OAAO;YAE3B,MAAM,MAAM,GAAG,IAAA,2BAAW,EAAM,MAAM,EAAE,WAAW,CAAC,CAAC,GAAG,CAAC,CAAC,EAAO,EAAE,EAAE,CAAC,CAAC;gBACnE,gBAAgB,EAAE,IAAI,IAAI,CAAC,EAAE,CAAC,SAAS,CAAC,CAAC,WAAW,EAAE;gBACtD,KAAK,EAAE,EAAE,CAAC,KAAK;gBACf,MAAM;aACT,CAAC,CAAC,CAAC;YAEJ,OAAO,MAAM,CAAC;QAClB,CAAC,CAAC;QAfE,IAAI,CAAC,IAAI,GAAG,uBAAgB,CAAC,MAAM,CAAC,WAAW,CAAC,IAAI,CAAC;IACzD,CAAC;CAeJ,CAAA;0CArBY,+BAA+B;IAD3C,IAAA,qBAAU,GAAE;;GACA,+BAA+B,CAqB3C"}
|
package/dist/integration-engine/vpalace/transformations/VpalacMeasuringEquipmentTransformation.js
CHANGED
|
@@ -10,10 +10,10 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.VpalacMeasuringEquipmentTransformation = void 0;
|
|
13
|
-
const _sch_1 = require("
|
|
13
|
+
const _sch_1 = require("../../../schema-definitions");
|
|
14
14
|
const transformations_1 = require("@golemio/core/dist/integration-engine/transformations");
|
|
15
15
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
16
|
-
let VpalacMeasuringEquipmentTransformation = class VpalacMeasuringEquipmentTransformation extends transformations_1.BaseTransformation {
|
|
16
|
+
let VpalacMeasuringEquipmentTransformation = exports.VpalacMeasuringEquipmentTransformation = class VpalacMeasuringEquipmentTransformation extends transformations_1.BaseTransformation {
|
|
17
17
|
constructor() {
|
|
18
18
|
super();
|
|
19
19
|
this.transformElement = async (element) => {
|
|
@@ -39,7 +39,6 @@ let VpalacMeasuringEquipmentTransformation = class VpalacMeasuringEquipmentTrans
|
|
|
39
39
|
this.name = _sch_1.EnergeticsSchema.vpalac.measuringEquipment.name;
|
|
40
40
|
}
|
|
41
41
|
};
|
|
42
|
-
exports.VpalacMeasuringEquipmentTransformation = VpalacMeasuringEquipmentTransformation;
|
|
43
42
|
exports.VpalacMeasuringEquipmentTransformation = VpalacMeasuringEquipmentTransformation = __decorate([
|
|
44
43
|
(0, tsyringe_1.injectable)(),
|
|
45
44
|
__metadata("design:paramtypes", [])
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VpalacMeasuringEquipmentTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/transformations/VpalacMeasuringEquipmentTransformation.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"VpalacMeasuringEquipmentTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/transformations/VpalacMeasuringEquipmentTransformation.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,sDAAwC;AACxC,2FAA4G;AAC5G,iEAAgE;AAEzD,IAAM,sCAAsC,oDAA5C,MAAM,sCAAuC,SAAQ,oCAAkB;IAG1E;QACI,KAAK,EAAE,CAAC;QAIF,qBAAgB,GAAG,KAAK,EAAE,OAA4B,EAAgB,EAAE;YAC9E,MAAM,GAAG,GAAG;gBACR,KAAK,EAAE,OAAO,CAAC,KAAK;gBACpB,QAAQ,EAAE,OAAO,CAAC,QAAQ;gBAC1B,OAAO,EAAE,OAAO,CAAC,OAAO;gBACxB,KAAK,EAAE,OAAO,CAAC,KAAK;gBACpB,KAAK,EAAE,OAAO,CAAC,KAAK;gBACpB,OAAO,EAAE,OAAO,CAAC,OAAO;gBACxB,SAAS,EAAE,OAAO,CAAC,SAAS;gBAC5B,QAAQ,EAAE,OAAO,CAAC,QAAQ;gBAC1B,MAAM,EAAE,OAAO,CAAC,MAAM;gBACtB,MAAM,EAAE,OAAO,CAAC,MAAM;gBACtB,SAAS,EAAE,OAAO,CAAC,SAAS;gBAC5B,UAAU,EAAE,OAAO,CAAC,UAAU;gBAC9B,MAAM,EAAE,OAAO,CAAC,MAAM;gBACtB,QAAQ,EAAE,OAAO,CAAC,QAAQ;gBAC1B,MAAM,EAAE,OAAO,CAAC,MAAM;aACzB,CAAC;YAEF,OAAO,GAAG,CAAC;QACf,CAAC,CAAC;QAvBE,IAAI,CAAC,IAAI,GAAG,uBAAgB,CAAC,MAAM,CAAC,kBAAkB,CAAC,IAAI,CAAC;IAChE,CAAC;CAuBJ,CAAA;iDA7BY,sCAAsC;IADlD,IAAA,qBAAU,GAAE;;GACA,sCAAsC,CA6BlD"}
|
|
@@ -10,10 +10,10 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.VpalacMeterTypeTransformation = void 0;
|
|
13
|
-
const _sch_1 = require("
|
|
13
|
+
const _sch_1 = require("../../../schema-definitions");
|
|
14
14
|
const transformations_1 = require("@golemio/core/dist/integration-engine/transformations");
|
|
15
15
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
16
|
-
let VpalacMeterTypeTransformation = class VpalacMeterTypeTransformation extends transformations_1.BaseTransformation {
|
|
16
|
+
let VpalacMeterTypeTransformation = exports.VpalacMeterTypeTransformation = class VpalacMeterTypeTransformation extends transformations_1.BaseTransformation {
|
|
17
17
|
constructor() {
|
|
18
18
|
super();
|
|
19
19
|
this.transformElement = async (element) => {
|
|
@@ -32,7 +32,6 @@ let VpalacMeterTypeTransformation = class VpalacMeterTypeTransformation extends
|
|
|
32
32
|
this.name = _sch_1.EnergeticsSchema.vpalac.meterType.name;
|
|
33
33
|
}
|
|
34
34
|
};
|
|
35
|
-
exports.VpalacMeterTypeTransformation = VpalacMeterTypeTransformation;
|
|
36
35
|
exports.VpalacMeterTypeTransformation = VpalacMeterTypeTransformation = __decorate([
|
|
37
36
|
(0, tsyringe_1.injectable)(),
|
|
38
37
|
__metadata("design:paramtypes", [])
|
package/dist/integration-engine/vpalace/transformations/VpalacMeterTypeTransformation.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VpalacMeterTypeTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/transformations/VpalacMeterTypeTransformation.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"VpalacMeterTypeTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/transformations/VpalacMeterTypeTransformation.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,sDAAwC;AACxC,2FAA4G;AAC5G,iEAAgE;AAEzD,IAAM,6BAA6B,2CAAnC,MAAM,6BAA8B,SAAQ,oCAAkB;IAGjE;QACI,KAAK,EAAE,CAAC;QAIF,qBAAgB,GAAG,KAAK,EAAE,OAA4B,EAAgB,EAAE;YAC9E,MAAM,GAAG,GAAG;gBACR,MAAM,EAAE,OAAO,CAAC,MAAM;gBACtB,MAAM,EAAE,OAAO,CAAC,MAAM;gBACtB,QAAQ,EAAE,OAAO,CAAC,QAAQ;gBAC1B,MAAM,EAAE,OAAO,CAAC,MAAM;gBACtB,OAAO,EAAE,OAAO,CAAC,OAAO;gBACxB,SAAS,EAAE,OAAO,CAAC,SAAS;gBAC5B,OAAO,EAAE,OAAO,CAAC,OAAO;gBACxB,OAAO,EAAE,OAAO,CAAC,OAAO;aAC3B,CAAC;YAEF,OAAO,GAAG,CAAC;QACf,CAAC,CAAC;QAhBE,IAAI,CAAC,IAAI,GAAG,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,IAAI,CAAC;IACvD,CAAC;CAgBJ,CAAA;wCAtBY,6BAA6B;IADzC,IAAA,qBAAU,GAAE;;GACA,6BAA6B,CAsBzC"}
|
|
@@ -10,10 +10,10 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.VpalacTypeMeasuringEquipmentTransformation = void 0;
|
|
13
|
-
const _sch_1 = require("
|
|
13
|
+
const _sch_1 = require("../../../schema-definitions");
|
|
14
14
|
const transformations_1 = require("@golemio/core/dist/integration-engine/transformations");
|
|
15
15
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
16
|
-
let VpalacTypeMeasuringEquipmentTransformation = class VpalacTypeMeasuringEquipmentTransformation extends transformations_1.BaseTransformation {
|
|
16
|
+
let VpalacTypeMeasuringEquipmentTransformation = exports.VpalacTypeMeasuringEquipmentTransformation = class VpalacTypeMeasuringEquipmentTransformation extends transformations_1.BaseTransformation {
|
|
17
17
|
constructor() {
|
|
18
18
|
super();
|
|
19
19
|
this.transformElement = async (element) => {
|
|
@@ -34,7 +34,6 @@ let VpalacTypeMeasuringEquipmentTransformation = class VpalacTypeMeasuringEquipm
|
|
|
34
34
|
this.name = _sch_1.EnergeticsSchema.vpalac.typeMeasuringEquipment.name;
|
|
35
35
|
}
|
|
36
36
|
};
|
|
37
|
-
exports.VpalacTypeMeasuringEquipmentTransformation = VpalacTypeMeasuringEquipmentTransformation;
|
|
38
37
|
exports.VpalacTypeMeasuringEquipmentTransformation = VpalacTypeMeasuringEquipmentTransformation = __decorate([
|
|
39
38
|
(0, tsyringe_1.injectable)(),
|
|
40
39
|
__metadata("design:paramtypes", [])
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VpalacTypeMeasuringEquipmentTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/transformations/VpalacTypeMeasuringEquipmentTransformation.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"VpalacTypeMeasuringEquipmentTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/transformations/VpalacTypeMeasuringEquipmentTransformation.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,sDAAwC;AACxC,2FAA4G;AAC5G,iEAAgE;AAEzD,IAAM,0CAA0C,wDAAhD,MAAM,0CAA2C,SAAQ,oCAAkB;IAG9E;QACI,KAAK,EAAE,CAAC;QAIF,qBAAgB,GAAG,KAAK,EAAE,OAA4B,EAAgB,EAAE;YAC9E,MAAM,GAAG,GAAG;gBACR,OAAO,EAAE,OAAO,CAAC,OAAO;gBACxB,QAAQ,EAAE,OAAO,CAAC,QAAQ;gBAC1B,SAAS,EAAE,OAAO,CAAC,SAAS;gBAC5B,UAAU,EAAE,OAAO,CAAC,UAAU;gBAC9B,UAAU,EAAE,OAAO,CAAC,UAAU;gBAC9B,MAAM,EAAE,OAAO,CAAC,MAAM;gBACtB,SAAS,EAAE,OAAO,CAAC,SAAS;gBAC5B,OAAO,EAAE,OAAO,CAAC,OAAO;gBACxB,SAAS,EAAE,OAAO,CAAC,SAAS;gBAC5B,MAAM,EAAE,OAAO,CAAC,MAAM;aACzB,CAAC;YAEF,OAAO,GAAG,CAAC;QACf,CAAC,CAAC;QAlBE,IAAI,CAAC,IAAI,GAAG,uBAAgB,CAAC,MAAM,CAAC,sBAAsB,CAAC,IAAI,CAAC;IACpE,CAAC;CAkBJ,CAAA;qDAxBY,0CAA0C;IADtD,IAAA,qBAAU,GAAE;;GACA,0CAA0C,CAwBtD"}
|
|
@@ -10,10 +10,10 @@ var __metadata = (this && this.__metadata) || function (k, v) {
|
|
|
10
10
|
};
|
|
11
11
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
12
|
exports.VpalacUnitsTransformation = void 0;
|
|
13
|
-
const _sch_1 = require("
|
|
13
|
+
const _sch_1 = require("../../../schema-definitions");
|
|
14
14
|
const transformations_1 = require("@golemio/core/dist/integration-engine/transformations");
|
|
15
15
|
const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
|
|
16
|
-
let VpalacUnitsTransformation = class VpalacUnitsTransformation extends transformations_1.BaseTransformation {
|
|
16
|
+
let VpalacUnitsTransformation = exports.VpalacUnitsTransformation = class VpalacUnitsTransformation extends transformations_1.BaseTransformation {
|
|
17
17
|
constructor() {
|
|
18
18
|
super();
|
|
19
19
|
this.transformElement = async (element) => {
|
|
@@ -32,7 +32,6 @@ let VpalacUnitsTransformation = class VpalacUnitsTransformation extends transfor
|
|
|
32
32
|
this.name = _sch_1.EnergeticsSchema.vpalac.units.name;
|
|
33
33
|
}
|
|
34
34
|
};
|
|
35
|
-
exports.VpalacUnitsTransformation = VpalacUnitsTransformation;
|
|
36
35
|
exports.VpalacUnitsTransformation = VpalacUnitsTransformation = __decorate([
|
|
37
36
|
(0, tsyringe_1.injectable)(),
|
|
38
37
|
__metadata("design:paramtypes", [])
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VpalacUnitsTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/transformations/VpalacUnitsTransformation.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA
|
|
1
|
+
{"version":3,"file":"VpalacUnitsTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/transformations/VpalacUnitsTransformation.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,sDAAwC;AACxC,2FAA4G;AAC5G,iEAAgE;AAEzD,IAAM,yBAAyB,uCAA/B,MAAM,yBAA0B,SAAQ,oCAAkB;IAG7D;QACI,KAAK,EAAE,CAAC;QAIF,qBAAgB,GAAG,KAAK,EAAE,OAA4B,EAAgB,EAAE;YAC9E,MAAM,GAAG,GAAG;gBACR,MAAM,EAAE,OAAO,CAAC,MAAM;gBACtB,SAAS,EAAE,OAAO,CAAC,SAAS;gBAC5B,OAAO,EAAE,OAAO,CAAC,OAAO;gBACxB,MAAM,EAAE,OAAO,CAAC,MAAM;gBACtB,YAAY,EAAE,OAAO,CAAC,YAAY;gBAClC,MAAM,EAAE,OAAO,CAAC,MAAM;gBACtB,QAAQ,EAAE,OAAO,CAAC,QAAQ;gBAC1B,MAAM,EAAE,OAAO,CAAC,MAAM;aACzB,CAAC;YAEF,OAAO,GAAG,CAAC;QACf,CAAC,CAAC;QAhBE,IAAI,CAAC,IAAI,GAAG,uBAAgB,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC;IACnD,CAAC;CAgBJ,CAAA;oCAtBY,yBAAyB;IADrC,IAAA,qBAAU,GAAE;;GACA,yBAAyB,CAsBrC"}
|
|
@@ -4,8 +4,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.EnergeticsNewVpalaceWorker = void 0;
|
|
7
|
-
const FetchXDaysDataTask_1 = __importDefault(require("
|
|
8
|
-
const FetchXHoursDataTask_1 = __importDefault(require("
|
|
7
|
+
const FetchXDaysDataTask_1 = __importDefault(require("../tasks/FetchXDaysDataTask"));
|
|
8
|
+
const FetchXHoursDataTask_1 = __importDefault(require("../tasks/FetchXHoursDataTask"));
|
|
9
9
|
const integration_engine_1 = require("@golemio/core/dist/integration-engine");
|
|
10
10
|
const Di_1 = require("../ioc/Di");
|
|
11
11
|
class EnergeticsNewVpalaceWorker extends integration_engine_1.AbstractWorker {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EnergeticsNewVpalaceWorker.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/workers/EnergeticsNewVpalaceWorker.ts"],"names":[],"mappings":";;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"EnergeticsNewVpalaceWorker.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/workers/EnergeticsNewVpalaceWorker.ts"],"names":[],"mappings":";;;;;;AAAA,qFAAsE;AACtE,uFAAwE;AACxE,8EAAuE;AACvE,kCAA6C;AAE7C,MAAa,0BAA2B,SAAQ,mCAAc;IAG1D;QACI,KAAK,EAAE,CAAC;QAHF,SAAI,GAAG,YAAY,CAAC;QAK1B,iBAAiB;QACjB,IAAI,CAAC,YAAY,CAAC,qBAAgB,CAAC,OAAO,CAAqB,4BAAkB,CAAC,CAAC,CAAC;QACpF,IAAI,CAAC,YAAY,CAAC,qBAAgB,CAAC,OAAO,CAAsB,6BAAmB,CAAC,CAAC,CAAC;IAC1F,CAAC;CACJ;AAVD,gEAUC"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
/// <reference types="express" />
|
|
2
|
+
import { IPaginationParams } from "../interfaces/IPaginationParams";
|
|
2
3
|
import { Request } from "@golemio/core/dist/shared/express";
|
|
3
4
|
export declare function parsePaginationParams(req: Request): IPaginationParams;
|