@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.
Files changed (444) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/dist/index.js +9 -19
  3. package/dist/index.js.map +1 -1
  4. package/dist/input-gateway/pre/PreCsvInputController.d.ts +2 -2
  5. package/dist/input-gateway/pre/PreCsvInputController.js +2 -2
  6. package/dist/input-gateway/pre/PreCsvInputController.js.map +1 -1
  7. package/dist/input-gateway/pre/PreInputRouter.d.ts +1 -0
  8. package/dist/input-gateway/pre/PreInputRouter.js +3 -3
  9. package/dist/input-gateway/pre/PreInputRouter.js.map +1 -1
  10. package/dist/input-gateway/pre/PreJsonInputController.d.ts +1 -1
  11. package/dist/input-gateway/pre/PreJsonInputController.js +2 -2
  12. package/dist/input-gateway/pre/PreJsonInputController.js.map +1 -1
  13. package/dist/input-gateway/ptas/PtasRouter.d.ts +1 -0
  14. package/dist/input-gateway/ptas/PtasRouter.js +1 -1
  15. package/dist/input-gateway/ptas/PtasRouter.js.map +1 -1
  16. package/dist/input-gateway/ptas/PtasWebScrapingController.d.ts +1 -1
  17. package/dist/input-gateway/ptas/PtasWebScrapingController.js +2 -2
  18. package/dist/input-gateway/ptas/PtasWebScrapingController.js.map +1 -1
  19. package/dist/input-gateway/ptas/interfaces/IExtendedPtasRequest.d.ts +2 -1
  20. package/dist/input-gateway/transformations/PreCsvInputTransformation.d.ts +2 -2
  21. package/dist/input-gateway/transformations/PreCsvInputTransformation.js.map +1 -1
  22. package/dist/integration-engine/commodity-providers/constants.d.ts +1 -1
  23. package/dist/integration-engine/commodity-providers/constants.js +1 -1
  24. package/dist/integration-engine/commodity-providers/constants.js.map +1 -1
  25. package/dist/integration-engine/commodity-providers/datasources/CommodityProviderDataSourceFactory.js +1 -2
  26. package/dist/integration-engine/commodity-providers/datasources/CommodityProviderDataSourceFactory.js.map +1 -1
  27. package/dist/integration-engine/commodity-providers/datasources/cem-api/CemApiDataSourceProvider.js +5 -6
  28. package/dist/integration-engine/commodity-providers/datasources/cem-api/CemApiDataSourceProvider.js.map +1 -1
  29. package/dist/integration-engine/commodity-providers/datasources/interfaces/ICommodityProviderDataSourceFactory.d.ts +5 -5
  30. package/dist/integration-engine/commodity-providers/datasources/ppas-ave-api/PpasAveApiDataSourceProvider.js +3 -4
  31. package/dist/integration-engine/commodity-providers/datasources/ppas-ave-api/PpasAveApiDataSourceProvider.js.map +1 -1
  32. package/dist/integration-engine/commodity-providers/datasources/ppas-ave-api/helpers/ArchiveDataTypeStrategy.d.ts +1 -1
  33. package/dist/integration-engine/commodity-providers/datasources/ppas-ave-api/helpers/ArchiveDataTypeStrategy.js +1 -1
  34. package/dist/integration-engine/commodity-providers/datasources/ppas-ave-api/helpers/ArchiveDataTypeStrategy.js.map +1 -1
  35. package/dist/integration-engine/commodity-providers/datasources/pre-elektro-api/PreElectroApiDataSourceProvider.js +2 -3
  36. package/dist/integration-engine/commodity-providers/datasources/pre-elektro-api/PreElectroApiDataSourceProvider.js.map +1 -1
  37. package/dist/integration-engine/commodity-providers/datasources/pre-elektro-api/helpers/PreElectroHelper.js +1 -2
  38. package/dist/integration-engine/commodity-providers/datasources/pre-elektro-api/helpers/PreElectroHelper.js.map +1 -1
  39. package/dist/integration-engine/commodity-providers/datasources/static-data/AccessConfigurationDataSource.d.ts +1 -1
  40. package/dist/integration-engine/commodity-providers/datasources/static-data/AccessConfigurationDataSource.js +2 -3
  41. package/dist/integration-engine/commodity-providers/datasources/static-data/AccessConfigurationDataSource.js.map +1 -1
  42. package/dist/integration-engine/commodity-providers/datasources/static-data/StaticMeterSettingsDataSourceCapitalDs.d.ts +1 -1
  43. package/dist/integration-engine/commodity-providers/datasources/static-data/StaticMeterSettingsDataSourceCapitalDs.js +2 -3
  44. package/dist/integration-engine/commodity-providers/datasources/static-data/StaticMeterSettingsDataSourceCapitalDs.js.map +1 -1
  45. package/dist/integration-engine/commodity-providers/datasources/static-data/StaticMeterSettingsDataSourceProvider.d.ts +1 -1
  46. package/dist/integration-engine/commodity-providers/datasources/static-data/StaticMeterSettingsDataSourceProvider.js +2 -3
  47. package/dist/integration-engine/commodity-providers/datasources/static-data/StaticMeterSettingsDataSourceProvider.js.map +1 -1
  48. package/dist/integration-engine/commodity-providers/helper/EnapoMeasurementsDataNormalizer.d.ts +2 -2
  49. package/dist/integration-engine/commodity-providers/helper/PreMeasurementFilter.js.map +1 -1
  50. package/dist/integration-engine/commodity-providers/ioc/Di.js +10 -10
  51. package/dist/integration-engine/commodity-providers/ioc/Di.js.map +1 -1
  52. package/dist/integration-engine/commodity-providers/repositories/AccessLimitationRepository.d.ts +1 -1
  53. package/dist/integration-engine/commodity-providers/repositories/AccessLimitationRepository.js +3 -4
  54. package/dist/integration-engine/commodity-providers/repositories/AccessLimitationRepository.js.map +1 -1
  55. package/dist/integration-engine/commodity-providers/repositories/MeasurementRepository.d.ts +1 -1
  56. package/dist/integration-engine/commodity-providers/repositories/MeasurementRepository.js +3 -4
  57. package/dist/integration-engine/commodity-providers/repositories/MeasurementRepository.js.map +1 -1
  58. package/dist/integration-engine/commodity-providers/repositories/StaticMeterSettingsRepository.d.ts +3 -3
  59. package/dist/integration-engine/commodity-providers/repositories/StaticMeterSettingsRepository.js +3 -4
  60. package/dist/integration-engine/commodity-providers/repositories/StaticMeterSettingsRepository.js.map +1 -1
  61. package/dist/integration-engine/commodity-providers/transformations/AveMeasurementTransformation.d.ts +3 -3
  62. package/dist/integration-engine/commodity-providers/transformations/AveMeasurementTransformation.js +2 -3
  63. package/dist/integration-engine/commodity-providers/transformations/AveMeasurementTransformation.js.map +1 -1
  64. package/dist/integration-engine/commodity-providers/transformations/CemMeasurementTransformation.d.ts +3 -3
  65. package/dist/integration-engine/commodity-providers/transformations/CemMeasurementTransformation.js +2 -3
  66. package/dist/integration-engine/commodity-providers/transformations/CemMeasurementTransformation.js.map +1 -1
  67. package/dist/integration-engine/commodity-providers/transformations/PreElectroTransformation.d.ts +3 -3
  68. package/dist/integration-engine/commodity-providers/transformations/PreElectroTransformation.js +2 -3
  69. package/dist/integration-engine/commodity-providers/transformations/PreElectroTransformation.js.map +1 -1
  70. package/dist/integration-engine/commodity-providers/transformations/PreMeasurementTransformation.d.ts +3 -3
  71. package/dist/integration-engine/commodity-providers/transformations/PreMeasurementTransformation.js +2 -3
  72. package/dist/integration-engine/commodity-providers/transformations/PreMeasurementTransformation.js.map +1 -1
  73. package/dist/integration-engine/commodity-providers/transformations/PtasWebMeasurementTransformation.d.ts +3 -3
  74. package/dist/integration-engine/commodity-providers/transformations/PtasWebMeasurementTransformation.js +2 -3
  75. package/dist/integration-engine/commodity-providers/transformations/PtasWebMeasurementTransformation.js.map +1 -1
  76. package/dist/integration-engine/commodity-providers/workers/interfaces/IPpasMeasurementsParams.d.ts +1 -1
  77. package/dist/integration-engine/commodity-providers/workers/interfaces/IVeoliaMeasurementsParams.d.ts +1 -1
  78. package/dist/integration-engine/commodity-providers/workers/schema/PpasMeasurementsSchema.d.ts +1 -1
  79. package/dist/integration-engine/commodity-providers/workers/schema/PpasMeasurementsSchema.js +1 -1
  80. package/dist/integration-engine/commodity-providers/workers/schema/PpasMeasurementsSchema.js.map +1 -1
  81. package/dist/integration-engine/commodity-providers/workers/schema/PreEanMeasurementSchema.d.ts +1 -1
  82. package/dist/integration-engine/commodity-providers/workers/schema/VeoliaMeasurementsSchema.d.ts +1 -1
  83. package/dist/integration-engine/commodity-providers/workers/schema/VeoliaMeasurementsSchema.js +1 -1
  84. package/dist/integration-engine/commodity-providers/workers/schema/VeoliaMeasurementsSchema.js.map +1 -1
  85. package/dist/integration-engine/commodity-providers/workers/tasks/AbstractFetchMeasurementsTask.d.ts +2 -2
  86. package/dist/integration-engine/commodity-providers/workers/tasks/AbstractFetchMeasurementsTask.js +2 -2
  87. package/dist/integration-engine/commodity-providers/workers/tasks/AbstractFetchMeasurementsTask.js.map +1 -1
  88. package/dist/integration-engine/commodity-providers/workers/tasks/FetchAccessConfigurationTask.js +2 -2
  89. package/dist/integration-engine/commodity-providers/workers/tasks/FetchAccessConfigurationTask.js.map +1 -1
  90. package/dist/integration-engine/commodity-providers/workers/tasks/FetchMeasurementOptionsStaticDataTask.d.ts +3 -3
  91. package/dist/integration-engine/commodity-providers/workers/tasks/FetchMeasurementOptionsStaticDataTask.js +8 -9
  92. package/dist/integration-engine/commodity-providers/workers/tasks/FetchMeasurementOptionsStaticDataTask.js.map +1 -1
  93. package/dist/integration-engine/commodity-providers/workers/tasks/FetchMeasurementsFromEEProvidersTask.js +3 -4
  94. package/dist/integration-engine/commodity-providers/workers/tasks/FetchMeasurementsFromEEProvidersTask.js.map +1 -1
  95. package/dist/integration-engine/commodity-providers/workers/tasks/FetchMeasurementsFromProvidersTask.js +3 -4
  96. package/dist/integration-engine/commodity-providers/workers/tasks/FetchMeasurementsFromProvidersTask.js.map +1 -1
  97. package/dist/integration-engine/commodity-providers/workers/tasks/FetchPpasEEMeasurementsTask.d.ts +4 -4
  98. package/dist/integration-engine/commodity-providers/workers/tasks/FetchPpasEEMeasurementsTask.js +7 -8
  99. package/dist/integration-engine/commodity-providers/workers/tasks/FetchPpasEEMeasurementsTask.js.map +1 -1
  100. package/dist/integration-engine/commodity-providers/workers/tasks/FetchPpasMeasurementsTask.d.ts +8 -8
  101. package/dist/integration-engine/commodity-providers/workers/tasks/FetchPpasMeasurementsTask.js +10 -11
  102. package/dist/integration-engine/commodity-providers/workers/tasks/FetchPpasMeasurementsTask.js.map +1 -1
  103. package/dist/integration-engine/commodity-providers/workers/tasks/FetchPreMeasurementDataTask.d.ts +5 -5
  104. package/dist/integration-engine/commodity-providers/workers/tasks/FetchPreMeasurementDataTask.js +10 -11
  105. package/dist/integration-engine/commodity-providers/workers/tasks/FetchPreMeasurementDataTask.js.map +1 -1
  106. package/dist/integration-engine/commodity-providers/workers/tasks/FetchPtasWebScrapedMeasurementsTask.d.ts +4 -4
  107. package/dist/integration-engine/commodity-providers/workers/tasks/FetchPtasWebScrapedMeasurementsTask.js +9 -10
  108. package/dist/integration-engine/commodity-providers/workers/tasks/FetchPtasWebScrapedMeasurementsTask.js.map +1 -1
  109. package/dist/integration-engine/commodity-providers/workers/tasks/FetchVeoliaMeasurementsTask.d.ts +4 -4
  110. package/dist/integration-engine/commodity-providers/workers/tasks/FetchVeoliaMeasurementsTask.js +8 -9
  111. package/dist/integration-engine/commodity-providers/workers/tasks/FetchVeoliaMeasurementsTask.js.map +1 -1
  112. package/dist/integration-engine/commodity-providers/workers/tasks/ProcessPreEanMeasurementsTask.d.ts +5 -5
  113. package/dist/integration-engine/commodity-providers/workers/tasks/ProcessPreEanMeasurementsTask.js +10 -11
  114. package/dist/integration-engine/commodity-providers/workers/tasks/ProcessPreEanMeasurementsTask.js.map +1 -1
  115. package/dist/integration-engine/enapo/constants.d.ts +1 -1
  116. package/dist/integration-engine/enapo/constants.js +1 -1
  117. package/dist/integration-engine/enapo/constants.js.map +1 -1
  118. package/dist/integration-engine/enapo/datasources/eno/EnoDatasource.js +15 -25
  119. package/dist/integration-engine/enapo/datasources/eno/EnoDatasource.js.map +1 -1
  120. package/dist/integration-engine/enapo/datasources/eno/EnoDatasourceFactory.js +1 -2
  121. package/dist/integration-engine/enapo/datasources/eno/EnoDatasourceFactory.js.map +1 -1
  122. package/dist/integration-engine/enapo/datasources/porsenna/PorsennaDataSource.d.ts +2 -2
  123. package/dist/integration-engine/enapo/datasources/porsenna/PorsennaDataSource.js +3 -4
  124. package/dist/integration-engine/enapo/datasources/porsenna/PorsennaDataSource.js.map +1 -1
  125. package/dist/integration-engine/enapo/datasources/porsenna/PorsennaDataSourceProvider.js +1 -2
  126. package/dist/integration-engine/enapo/datasources/porsenna/PorsennaDataSourceProvider.js.map +1 -1
  127. package/dist/integration-engine/enapo/datasources/porsenna/interfaces/IConsumptionApiEntry.d.ts +1 -1
  128. package/dist/integration-engine/enapo/datasources/porsenna/interfaces/IGaugeApiDto.d.ts +1 -1
  129. package/dist/integration-engine/enapo/datasources/ppas/AbstractPpasDatasource.js.map +1 -1
  130. package/dist/integration-engine/enapo/datasources/ppas/commercial/PpasCommercialDatasource.d.ts +2 -2
  131. package/dist/integration-engine/enapo/datasources/ppas/commercial/PpasCommercialDatasource.js +2 -3
  132. package/dist/integration-engine/enapo/datasources/ppas/commercial/PpasCommercialDatasource.js.map +1 -1
  133. package/dist/integration-engine/enapo/datasources/ppas/distribution/PpasDistributionDatasource.d.ts +2 -2
  134. package/dist/integration-engine/enapo/datasources/ppas/distribution/PpasDistributionDatasource.js +2 -3
  135. package/dist/integration-engine/enapo/datasources/ppas/distribution/PpasDistributionDatasource.js.map +1 -1
  136. package/dist/integration-engine/enapo/helpers/Chunker.js.map +1 -1
  137. package/dist/integration-engine/enapo/helpers/IntervalGenerator.d.ts +1 -1
  138. package/dist/integration-engine/enapo/helpers/MeasurementsDataNormalizer.d.ts +2 -2
  139. package/dist/integration-engine/enapo/interfaces/eno/IEnoBuildingInfo.d.ts +4 -4
  140. package/dist/integration-engine/enapo/interfaces/eno/IEnoStructureInfo.d.ts +4 -4
  141. package/dist/integration-engine/enapo/interfaces/eno/IGeometryInputWithIndex.d.ts +1 -1
  142. package/dist/integration-engine/enapo/ioc/Di.js +4 -4
  143. package/dist/integration-engine/enapo/ioc/Di.js.map +1 -1
  144. package/dist/integration-engine/enapo/repositories/EnapoMeasurementsRepository.js +3 -4
  145. package/dist/integration-engine/enapo/repositories/EnapoMeasurementsRepository.js.map +1 -1
  146. package/dist/integration-engine/enapo/repositories/PreIncomingDataLogRepository.js +3 -4
  147. package/dist/integration-engine/enapo/repositories/PreIncomingDataLogRepository.js.map +1 -1
  148. package/dist/integration-engine/enapo/repositories/eno/EnoAddressRepository.js +3 -4
  149. package/dist/integration-engine/enapo/repositories/eno/EnoAddressRepository.js.map +1 -1
  150. package/dist/integration-engine/enapo/repositories/eno/EnoBuildingRepository.js +3 -4
  151. package/dist/integration-engine/enapo/repositories/eno/EnoBuildingRepository.js.map +1 -1
  152. package/dist/integration-engine/enapo/repositories/eno/EnoEJRepository.js +3 -4
  153. package/dist/integration-engine/enapo/repositories/eno/EnoEJRepository.js.map +1 -1
  154. package/dist/integration-engine/enapo/repositories/eno/EnoGeometryRepository.js +3 -4
  155. package/dist/integration-engine/enapo/repositories/eno/EnoGeometryRepository.js.map +1 -1
  156. package/dist/integration-engine/enapo/repositories/eno/EnoLocationRepository.js +3 -4
  157. package/dist/integration-engine/enapo/repositories/eno/EnoLocationRepository.js.map +1 -1
  158. package/dist/integration-engine/enapo/repositories/eno/EnoManagerRepository.js +3 -4
  159. package/dist/integration-engine/enapo/repositories/eno/EnoManagerRepository.js.map +1 -1
  160. package/dist/integration-engine/enapo/repositories/eno/EnoOrganizationRepository.js +3 -4
  161. package/dist/integration-engine/enapo/repositories/eno/EnoOrganizationRepository.js.map +1 -1
  162. package/dist/integration-engine/enapo/repositories/eno/EnoPropertyRepository.js +3 -4
  163. package/dist/integration-engine/enapo/repositories/eno/EnoPropertyRepository.js.map +1 -1
  164. package/dist/integration-engine/enapo/repositories/eno/EnoRemovedGIDRepository.js +3 -4
  165. package/dist/integration-engine/enapo/repositories/eno/EnoRemovedGIDRepository.js.map +1 -1
  166. package/dist/integration-engine/enapo/repositories/eno/EnoStructureRepository.js +3 -4
  167. package/dist/integration-engine/enapo/repositories/eno/EnoStructureRepository.js.map +1 -1
  168. package/dist/integration-engine/enapo/repositories/eno/EnoStructureTypeRepository.js +3 -4
  169. package/dist/integration-engine/enapo/repositories/eno/EnoStructureTypeRepository.js.map +1 -1
  170. package/dist/integration-engine/enapo/repositories/porsenna/PorsennaBuildingsRepository.js +7 -8
  171. package/dist/integration-engine/enapo/repositories/porsenna/PorsennaBuildingsRepository.js.map +1 -1
  172. package/dist/integration-engine/enapo/repositories/porsenna/PorsennaConsumptionRepository.js +7 -8
  173. package/dist/integration-engine/enapo/repositories/porsenna/PorsennaConsumptionRepository.js.map +1 -1
  174. package/dist/integration-engine/enapo/repositories/porsenna/PorsennaDevicesRepository.js +7 -8
  175. package/dist/integration-engine/enapo/repositories/porsenna/PorsennaDevicesRepository.js.map +1 -1
  176. package/dist/integration-engine/enapo/repositories/ppas/PpasCommercialInvoiceDeviceRepository.js +3 -4
  177. package/dist/integration-engine/enapo/repositories/ppas/PpasCommercialInvoiceDeviceRepository.js.map +1 -1
  178. package/dist/integration-engine/enapo/repositories/ppas/PpasCommercialInvoiceInstallationRepository.js +3 -4
  179. package/dist/integration-engine/enapo/repositories/ppas/PpasCommercialInvoiceInstallationRepository.js.map +1 -1
  180. package/dist/integration-engine/enapo/repositories/ppas/PpasCommercialInvoicePriceRepository.js +3 -4
  181. package/dist/integration-engine/enapo/repositories/ppas/PpasCommercialInvoicePriceRepository.js.map +1 -1
  182. package/dist/integration-engine/enapo/repositories/ppas/PpasCommercialInvoiceRepository.js +3 -4
  183. package/dist/integration-engine/enapo/repositories/ppas/PpasCommercialInvoiceRepository.js.map +1 -1
  184. package/dist/integration-engine/enapo/repositories/ppas/PpasDistributionInvoiceDeviceRepository.js +3 -4
  185. package/dist/integration-engine/enapo/repositories/ppas/PpasDistributionInvoiceDeviceRepository.js.map +1 -1
  186. package/dist/integration-engine/enapo/repositories/ppas/PpasDistributionInvoicePriceRepository.js +3 -4
  187. package/dist/integration-engine/enapo/repositories/ppas/PpasDistributionInvoicePriceRepository.js.map +1 -1
  188. package/dist/integration-engine/enapo/repositories/ppas/PpasDistributionInvoiceRepository.js +3 -4
  189. package/dist/integration-engine/enapo/repositories/ppas/PpasDistributionInvoiceRepository.js.map +1 -1
  190. package/dist/integration-engine/enapo/transformations/PPasMeasurementTransformation.d.ts +2 -2
  191. package/dist/integration-engine/enapo/transformations/PPasMeasurementTransformation.js +4 -5
  192. package/dist/integration-engine/enapo/transformations/PPasMeasurementTransformation.js.map +1 -1
  193. package/dist/integration-engine/enapo/transformations/eno/EnoBuildingTransformation.d.ts +2 -2
  194. package/dist/integration-engine/enapo/transformations/eno/EnoBuildingTransformation.js +1 -1
  195. package/dist/integration-engine/enapo/transformations/eno/EnoBuildingTransformation.js.map +1 -1
  196. package/dist/integration-engine/enapo/transformations/eno/EnoEJTransformation.d.ts +2 -2
  197. package/dist/integration-engine/enapo/transformations/eno/EnoEJTransformation.js +1 -2
  198. package/dist/integration-engine/enapo/transformations/eno/EnoEJTransformation.js.map +1 -1
  199. package/dist/integration-engine/enapo/transformations/eno/EnoGeometryTransformation.d.ts +2 -2
  200. package/dist/integration-engine/enapo/transformations/eno/EnoGeometryTransformation.js.map +1 -1
  201. package/dist/integration-engine/enapo/transformations/eno/EnoManagerTransformation.d.ts +2 -2
  202. package/dist/integration-engine/enapo/transformations/eno/EnoManagerTransformation.js +1 -2
  203. package/dist/integration-engine/enapo/transformations/eno/EnoManagerTransformation.js.map +1 -1
  204. package/dist/integration-engine/enapo/transformations/eno/EnoOrganizationTransformation.d.ts +2 -2
  205. package/dist/integration-engine/enapo/transformations/eno/EnoOrganizationTransformation.js +1 -2
  206. package/dist/integration-engine/enapo/transformations/eno/EnoOrganizationTransformation.js.map +1 -1
  207. package/dist/integration-engine/enapo/transformations/eno/EnoStructureTransformation.d.ts +2 -2
  208. package/dist/integration-engine/enapo/transformations/eno/EnoStructureTransformation.js +1 -1
  209. package/dist/integration-engine/enapo/transformations/eno/EnoStructureTransformation.js.map +1 -1
  210. package/dist/integration-engine/enapo/transformations/eno/EnoStructureTypeTransformation.d.ts +2 -2
  211. package/dist/integration-engine/enapo/transformations/eno/EnoStructureTypeTransformation.js +1 -2
  212. package/dist/integration-engine/enapo/transformations/eno/EnoStructureTypeTransformation.js.map +1 -1
  213. package/dist/integration-engine/enapo/transformations/porsenna/PorsennaConsumptionTransformation.d.ts +2 -2
  214. package/dist/integration-engine/enapo/transformations/porsenna/PorsennaConsumptionTransformation.js +1 -2
  215. package/dist/integration-engine/enapo/transformations/porsenna/PorsennaConsumptionTransformation.js.map +1 -1
  216. package/dist/integration-engine/enapo/transformations/porsenna/PorsennaGaugeTransformation.d.ts +3 -3
  217. package/dist/integration-engine/enapo/transformations/porsenna/PorsennaGaugeTransformation.js +1 -2
  218. package/dist/integration-engine/enapo/transformations/porsenna/PorsennaGaugeTransformation.js.map +1 -1
  219. package/dist/integration-engine/enapo/transformations/ppas/PpasCommercialTransformation.d.ts +5 -5
  220. package/dist/integration-engine/enapo/transformations/ppas/PpasCommercialTransformation.js +1 -2
  221. package/dist/integration-engine/enapo/transformations/ppas/PpasCommercialTransformation.js.map +1 -1
  222. package/dist/integration-engine/enapo/transformations/ppas/PpasDistributionTransformation.d.ts +4 -4
  223. package/dist/integration-engine/enapo/transformations/ppas/PpasDistributionTransformation.js +1 -2
  224. package/dist/integration-engine/enapo/transformations/ppas/PpasDistributionTransformation.js.map +1 -1
  225. package/dist/integration-engine/enapo/transformations/ppas/PpasInvoicePriceTypeHelper.js +7 -7
  226. package/dist/integration-engine/enapo/transformations/ppas/PpasInvoicePriceTypeHelper.js.map +1 -1
  227. package/dist/integration-engine/enapo/transformations/pre/PreDailyMeasurementsTransformation.d.ts +2 -2
  228. package/dist/integration-engine/enapo/transformations/pre/PreDailyMeasurementsTransformation.js +3 -4
  229. package/dist/integration-engine/enapo/transformations/pre/PreDailyMeasurementsTransformation.js.map +1 -1
  230. package/dist/integration-engine/enapo/transformations/pre/PreMeasurementsTransformation.d.ts +2 -2
  231. package/dist/integration-engine/enapo/transformations/pre/PreMeasurementsTransformation.js +4 -5
  232. package/dist/integration-engine/enapo/transformations/pre/PreMeasurementsTransformation.js.map +1 -1
  233. package/dist/integration-engine/enapo/transformations/pre/PreMetadataTransfromation.d.ts +2 -2
  234. package/dist/integration-engine/enapo/transformations/pre/PreMetadataTransfromation.js.map +1 -1
  235. package/dist/integration-engine/enapo/transformations/pre/helpers/DeviceSerialNumberExtractor.js.map +1 -1
  236. package/dist/integration-engine/enapo/workers/interfaces/IEnapoPpasTaskMeasurementParams.d.ts +1 -1
  237. package/dist/integration-engine/enapo/workers/schema/EnapoPpasMeasurementsParamsValidationSchema.d.ts +1 -1
  238. package/dist/integration-engine/enapo/workers/schema/EnapoPpasMeasurementsParamsValidationSchema.js +1 -1
  239. package/dist/integration-engine/enapo/workers/schema/EnapoPpasMeasurementsParamsValidationSchema.js.map +1 -1
  240. package/dist/integration-engine/enapo/workers/schema/EnoLookupTaskInputSchema.js +1 -1
  241. package/dist/integration-engine/enapo/workers/schema/EnoLookupTaskInputSchema.js.map +1 -1
  242. package/dist/integration-engine/enapo/workers/task/AbstractEnapoFetchMeasurementsTask.d.ts +2 -2
  243. package/dist/integration-engine/enapo/workers/task/AbstractEnapoFetchMeasurementsTask.js +2 -2
  244. package/dist/integration-engine/enapo/workers/task/AbstractEnapoFetchMeasurementsTask.js.map +1 -1
  245. package/dist/integration-engine/enapo/workers/task/EnapoPpasCommercialTask.d.ts +6 -6
  246. package/dist/integration-engine/enapo/workers/task/EnapoPpasCommercialTask.js +9 -10
  247. package/dist/integration-engine/enapo/workers/task/EnapoPpasCommercialTask.js.map +1 -1
  248. package/dist/integration-engine/enapo/workers/task/EnapoPpasDistributionTask.d.ts +5 -5
  249. package/dist/integration-engine/enapo/workers/task/EnapoPpasDistributionTask.js +8 -9
  250. package/dist/integration-engine/enapo/workers/task/EnapoPpasDistributionTask.js.map +1 -1
  251. package/dist/integration-engine/enapo/workers/task/EnapoPpasTask.d.ts +6 -6
  252. package/dist/integration-engine/enapo/workers/task/EnapoPpasTask.js +8 -9
  253. package/dist/integration-engine/enapo/workers/task/EnapoPpasTask.js.map +1 -1
  254. package/dist/integration-engine/enapo/workers/task/EnapoPrediTask.d.ts +6 -6
  255. package/dist/integration-engine/enapo/workers/task/EnapoPrediTask.js +9 -10
  256. package/dist/integration-engine/enapo/workers/task/EnapoPrediTask.js.map +1 -1
  257. package/dist/integration-engine/enapo/workers/task/EnoBuildingTask.d.ts +6 -6
  258. package/dist/integration-engine/enapo/workers/task/EnoBuildingTask.js +12 -13
  259. package/dist/integration-engine/enapo/workers/task/EnoBuildingTask.js.map +1 -1
  260. package/dist/integration-engine/enapo/workers/task/EnoGeometryTask.d.ts +2 -2
  261. package/dist/integration-engine/enapo/workers/task/EnoGeometryTask.js +8 -9
  262. package/dist/integration-engine/enapo/workers/task/EnoGeometryTask.js.map +1 -1
  263. package/dist/integration-engine/enapo/workers/task/EnoLookupTask.d.ts +9 -9
  264. package/dist/integration-engine/enapo/workers/task/EnoLookupTask.js +13 -14
  265. package/dist/integration-engine/enapo/workers/task/EnoLookupTask.js.map +1 -1
  266. package/dist/integration-engine/enapo/workers/task/EnoStructureTask.d.ts +6 -6
  267. package/dist/integration-engine/enapo/workers/task/EnoStructureTask.js +13 -14
  268. package/dist/integration-engine/enapo/workers/task/EnoStructureTask.js.map +1 -1
  269. package/dist/integration-engine/enapo/workers/task/PorsennaDistributionTask.d.ts +6 -6
  270. package/dist/integration-engine/enapo/workers/task/PorsennaDistributionTask.js +9 -10
  271. package/dist/integration-engine/enapo/workers/task/PorsennaDistributionTask.js.map +1 -1
  272. package/dist/integration-engine/oict-energetika/datasources/OictDataSourceFactory.js.map +1 -1
  273. package/dist/integration-engine/oict-energetika/datasources/helpers/OictApiHelper.js +4 -4
  274. package/dist/integration-engine/oict-energetika/datasources/helpers/OictApiHelper.js.map +1 -1
  275. package/dist/integration-engine/oict-energetika/ioc/Di.js +1 -1
  276. package/dist/integration-engine/oict-energetika/ioc/Di.js.map +1 -1
  277. package/dist/integration-engine/oict-energetika/repositories/ConsumptionRepository.d.ts +1 -1
  278. package/dist/integration-engine/oict-energetika/repositories/ConsumptionRepository.js +2 -2
  279. package/dist/integration-engine/oict-energetika/repositories/ConsumptionRepository.js.map +1 -1
  280. package/dist/integration-engine/oict-energetika/schema/FetchConsumptionSchema.d.ts +1 -1
  281. package/dist/integration-engine/oict-energetika/schema/FetchDataSchema.d.ts +1 -1
  282. package/dist/integration-engine/oict-energetika/tasks/FetchConsumptionTask.d.ts +2 -2
  283. package/dist/integration-engine/oict-energetika/tasks/FetchConsumptionTask.js +9 -9
  284. package/dist/integration-engine/oict-energetika/tasks/FetchConsumptionTask.js.map +1 -1
  285. package/dist/integration-engine/oict-energetika/tasks/FetchDataTask.d.ts +2 -2
  286. package/dist/integration-engine/oict-energetika/tasks/FetchDataTask.js +1 -1
  287. package/dist/integration-engine/oict-energetika/tasks/FetchDataTask.js.map +1 -1
  288. package/dist/integration-engine/oict-energetika/transformations/ConsumptionTransformation.d.ts +2 -2
  289. package/dist/integration-engine/oict-energetika/transformations/ConsumptionTransformation.js +1 -1
  290. package/dist/integration-engine/oict-energetika/transformations/ConsumptionTransformation.js.map +1 -1
  291. package/dist/integration-engine/oict-energetika/workers/OictEnergetikaWorker.js +3 -3
  292. package/dist/integration-engine/oict-energetika/workers/OictEnergetikaWorker.js.map +1 -1
  293. package/dist/integration-engine/shared/helpers/ParserHelpers.js +3 -2
  294. package/dist/integration-engine/shared/helpers/ParserHelpers.js.map +1 -1
  295. package/dist/integration-engine/shared/helpers/UnimonitorCemApiHelper.js.map +1 -1
  296. package/dist/integration-engine/vpalace/datasources/VpalaceMeasurementDataSource.js +3 -4
  297. package/dist/integration-engine/vpalace/datasources/VpalaceMeasurementDataSource.js.map +1 -1
  298. package/dist/integration-engine/vpalace/datasources/VpalaceMeasuringEquipmentDataSource.js +3 -4
  299. package/dist/integration-engine/vpalace/datasources/VpalaceMeasuringEquipmentDataSource.js.map +1 -1
  300. package/dist/integration-engine/vpalace/datasources/VpalaceMeterTypeDataSource.js +3 -4
  301. package/dist/integration-engine/vpalace/datasources/VpalaceMeterTypeDataSource.js.map +1 -1
  302. package/dist/integration-engine/vpalace/datasources/VpalaceTypeMeasuringEquipmentDataSource.js +3 -4
  303. package/dist/integration-engine/vpalace/datasources/VpalaceTypeMeasuringEquipmentDataSource.js.map +1 -1
  304. package/dist/integration-engine/vpalace/datasources/VpalaceUnitsDataSource.js +3 -4
  305. package/dist/integration-engine/vpalace/datasources/VpalaceUnitsDataSource.js.map +1 -1
  306. package/dist/integration-engine/vpalace/ioc/Di.js +18 -18
  307. package/dist/integration-engine/vpalace/ioc/Di.js.map +1 -1
  308. package/dist/integration-engine/vpalace/repositories/VpalacUnitsRepository.js +2 -3
  309. package/dist/integration-engine/vpalace/repositories/VpalacUnitsRepository.js.map +1 -1
  310. package/dist/integration-engine/vpalace/repositories/VpalaceMeasurementRepository.js +2 -3
  311. package/dist/integration-engine/vpalace/repositories/VpalaceMeasurementRepository.js.map +1 -1
  312. package/dist/integration-engine/vpalace/repositories/VpalaceMeasuringEquipmentRepository.js +2 -3
  313. package/dist/integration-engine/vpalace/repositories/VpalaceMeasuringEquipmentRepository.js.map +1 -1
  314. package/dist/integration-engine/vpalace/repositories/VpalaceMeterTypeRepository.js +2 -3
  315. package/dist/integration-engine/vpalace/repositories/VpalaceMeterTypeRepository.js.map +1 -1
  316. package/dist/integration-engine/vpalace/repositories/VpalaceTypeMeasuringEquipmentRepository.js +2 -3
  317. package/dist/integration-engine/vpalace/repositories/VpalaceTypeMeasuringEquipmentRepository.js.map +1 -1
  318. package/dist/integration-engine/vpalace/schema/FetchXDaysDataValidationSchema.d.ts +1 -1
  319. package/dist/integration-engine/vpalace/schema/FetchXHoursDataValidationSchema.d.ts +1 -1
  320. package/dist/integration-engine/vpalace/tasks/FetchDateFactory.js +1 -2
  321. package/dist/integration-engine/vpalace/tasks/FetchDateFactory.js.map +1 -1
  322. package/dist/integration-engine/vpalace/tasks/FetchXDaysDataTask.d.ts +2 -2
  323. package/dist/integration-engine/vpalace/tasks/FetchXDaysDataTask.js +3 -3
  324. package/dist/integration-engine/vpalace/tasks/FetchXDaysDataTask.js.map +1 -1
  325. package/dist/integration-engine/vpalace/tasks/FetchXHoursDataTask.d.ts +2 -2
  326. package/dist/integration-engine/vpalace/tasks/FetchXHoursDataTask.js +3 -3
  327. package/dist/integration-engine/vpalace/tasks/FetchXHoursDataTask.js.map +1 -1
  328. package/dist/integration-engine/vpalace/tasks/MeasurementDataFetcher.d.ts +3 -3
  329. package/dist/integration-engine/vpalace/tasks/MeasurementDataFetcher.js +4 -5
  330. package/dist/integration-engine/vpalace/tasks/MeasurementDataFetcher.js.map +1 -1
  331. package/dist/integration-engine/vpalace/tasks/MeasuringEquipmentFetcher.d.ts +3 -3
  332. package/dist/integration-engine/vpalace/tasks/MeasuringEquipmentFetcher.js +4 -5
  333. package/dist/integration-engine/vpalace/tasks/MeasuringEquipmentFetcher.js.map +1 -1
  334. package/dist/integration-engine/vpalace/tasks/MeterTypeFetcher.d.ts +3 -3
  335. package/dist/integration-engine/vpalace/tasks/MeterTypeFetcher.js +4 -5
  336. package/dist/integration-engine/vpalace/tasks/MeterTypeFetcher.js.map +1 -1
  337. package/dist/integration-engine/vpalace/tasks/TypeMeasuringEquipmentFetcher.d.ts +3 -3
  338. package/dist/integration-engine/vpalace/tasks/TypeMeasuringEquipmentFetcher.js +4 -5
  339. package/dist/integration-engine/vpalace/tasks/TypeMeasuringEquipmentFetcher.js.map +1 -1
  340. package/dist/integration-engine/vpalace/tasks/UnitDataFetcher.d.ts +3 -3
  341. package/dist/integration-engine/vpalace/tasks/UnitDataFetcher.js +4 -5
  342. package/dist/integration-engine/vpalace/tasks/UnitDataFetcher.js.map +1 -1
  343. package/dist/integration-engine/vpalace/transformations/VpalacMeasurementTransformation.js +3 -4
  344. package/dist/integration-engine/vpalace/transformations/VpalacMeasurementTransformation.js.map +1 -1
  345. package/dist/integration-engine/vpalace/transformations/VpalacMeasuringEquipmentTransformation.js +2 -3
  346. package/dist/integration-engine/vpalace/transformations/VpalacMeasuringEquipmentTransformation.js.map +1 -1
  347. package/dist/integration-engine/vpalace/transformations/VpalacMeterTypeTransformation.js +2 -3
  348. package/dist/integration-engine/vpalace/transformations/VpalacMeterTypeTransformation.js.map +1 -1
  349. package/dist/integration-engine/vpalace/transformations/VpalacTypeMeasuringEquipmentTransformation.js +2 -3
  350. package/dist/integration-engine/vpalace/transformations/VpalacTypeMeasuringEquipmentTransformation.js.map +1 -1
  351. package/dist/integration-engine/vpalace/transformations/VpalacUnitsTransformation.js +2 -3
  352. package/dist/integration-engine/vpalace/transformations/VpalacUnitsTransformation.js.map +1 -1
  353. package/dist/integration-engine/vpalace/workers/EnergeticsNewVpalaceWorker.js +2 -2
  354. package/dist/integration-engine/vpalace/workers/EnergeticsNewVpalaceWorker.js.map +1 -1
  355. package/dist/output-gateway/controllers/helpers/parsePaginationParams.d.ts +2 -1
  356. package/dist/output-gateway/controllers/helpers/parsePaginationParams.js +2 -1
  357. package/dist/output-gateway/controllers/helpers/parsePaginationParams.js.map +1 -1
  358. package/dist/output-gateway/controllers/interfaces/IMeasurementsParams.d.ts +1 -1
  359. package/dist/output-gateway/controllers/v2/AbstractController.d.ts +2 -1
  360. package/dist/output-gateway/controllers/v2/AbstractController.js.map +1 -1
  361. package/dist/output-gateway/controllers/v2/BuildingsController.d.ts +2 -2
  362. package/dist/output-gateway/controllers/v2/BuildingsController.js +6 -7
  363. package/dist/output-gateway/controllers/v2/BuildingsController.js.map +1 -1
  364. package/dist/output-gateway/controllers/v2/V2DevicesController.d.ts +4 -3
  365. package/dist/output-gateway/controllers/v2/V2DevicesController.js +6 -7
  366. package/dist/output-gateway/controllers/v2/V2DevicesController.js.map +1 -1
  367. package/dist/output-gateway/controllers/v2/V2MeasurementsController.d.ts +3 -2
  368. package/dist/output-gateway/controllers/v2/V2MeasurementsController.js +5 -6
  369. package/dist/output-gateway/controllers/v2/V2MeasurementsController.js.map +1 -1
  370. package/dist/output-gateway/controllers/v2/V2OrganizationsController.d.ts +5 -4
  371. package/dist/output-gateway/controllers/v2/V2OrganizationsController.js +7 -8
  372. package/dist/output-gateway/controllers/v2/V2OrganizationsController.js.map +1 -1
  373. package/dist/output-gateway/helpers/CreateLinkHelper.js +2 -3
  374. package/dist/output-gateway/helpers/CreateLinkHelper.js.map +1 -1
  375. package/dist/output-gateway/index.js +2 -2
  376. package/dist/output-gateway/index.js.map +1 -1
  377. package/dist/output-gateway/ioc/Di.js +21 -21
  378. package/dist/output-gateway/ioc/Di.js.map +1 -1
  379. package/dist/output-gateway/repositories/AccessLimitationRepository.d.ts +1 -1
  380. package/dist/output-gateway/repositories/AccessLimitationRepository.js +2 -2
  381. package/dist/output-gateway/repositories/AccessLimitationRepository.js.map +1 -1
  382. package/dist/output-gateway/repositories/DevicesRepository.d.ts +2 -2
  383. package/dist/output-gateway/repositories/DevicesRepository.js +5 -6
  384. package/dist/output-gateway/repositories/DevicesRepository.js.map +1 -1
  385. package/dist/output-gateway/repositories/MeasurementRepository.d.ts +2 -2
  386. package/dist/output-gateway/repositories/MeasurementRepository.js +4 -5
  387. package/dist/output-gateway/repositories/MeasurementRepository.js.map +1 -1
  388. package/dist/output-gateway/repositories/OrganizationBuildingsRepository.js +3 -4
  389. package/dist/output-gateway/repositories/OrganizationBuildingsRepository.js.map +1 -1
  390. package/dist/output-gateway/repositories/OrganizationResponsibleUsersRepository.js +3 -4
  391. package/dist/output-gateway/repositories/OrganizationResponsibleUsersRepository.js.map +1 -1
  392. package/dist/output-gateway/repositories/OrganizationsRepository.d.ts +6 -6
  393. package/dist/output-gateway/repositories/OrganizationsRepository.js +8 -9
  394. package/dist/output-gateway/repositories/OrganizationsRepository.js.map +1 -1
  395. package/dist/output-gateway/repositories/PrimaryBuildingsRepository.d.ts +2 -2
  396. package/dist/output-gateway/repositories/PrimaryBuildingsRepository.js +3 -4
  397. package/dist/output-gateway/repositories/PrimaryBuildingsRepository.js.map +1 -1
  398. package/dist/output-gateway/repositories/SecondaryBuildingsRepository.js +2 -3
  399. package/dist/output-gateway/repositories/SecondaryBuildingsRepository.js.map +1 -1
  400. package/dist/output-gateway/repositories/helpers/OrganizationsAssociations.d.ts +4 -4
  401. package/dist/output-gateway/repositories/interfaces/IOrganizationDetailDto.d.ts +3 -3
  402. package/dist/output-gateway/routers/interfaces/IDeviceResponse.d.ts +1 -1
  403. package/dist/output-gateway/routers/interfaces/IOrganizationDetailResponse.d.ts +1 -1
  404. package/dist/output-gateway/routers/interfaces/IOrganizationResponse.d.ts +1 -1
  405. package/dist/output-gateway/routers/v2/V2BuildingsRouter.js +5 -6
  406. package/dist/output-gateway/routers/v2/V2BuildingsRouter.js.map +1 -1
  407. package/dist/output-gateway/routers/v2/V2DevicesRouter.d.ts +1 -1
  408. package/dist/output-gateway/routers/v2/V2DevicesRouter.js +6 -7
  409. package/dist/output-gateway/routers/v2/V2DevicesRouter.js.map +1 -1
  410. package/dist/output-gateway/routers/v2/V2MeasurementsRouter.d.ts +1 -1
  411. package/dist/output-gateway/routers/v2/V2MeasurementsRouter.js +7 -8
  412. package/dist/output-gateway/routers/v2/V2MeasurementsRouter.js.map +1 -1
  413. package/dist/output-gateway/routers/v2/V2OrganizationsRouter.d.ts +1 -1
  414. package/dist/output-gateway/routers/v2/V2OrganizationsRouter.js +6 -7
  415. package/dist/output-gateway/routers/v2/V2OrganizationsRouter.js.map +1 -1
  416. package/dist/output-gateway/transformations/BuildingTransformationFull.d.ts +3 -3
  417. package/dist/output-gateway/transformations/BuildingTransformationFull.js +4 -5
  418. package/dist/output-gateway/transformations/BuildingTransformationFull.js.map +1 -1
  419. package/dist/output-gateway/transformations/BuildingsTransformation.d.ts +2 -2
  420. package/dist/output-gateway/transformations/BuildingsTransformation.js +4 -5
  421. package/dist/output-gateway/transformations/BuildingsTransformation.js.map +1 -1
  422. package/dist/output-gateway/transformations/DeviceDtoTransformation.d.ts +2 -2
  423. package/dist/output-gateway/transformations/DeviceDtoTransformation.js +1 -2
  424. package/dist/output-gateway/transformations/DeviceDtoTransformation.js.map +1 -1
  425. package/dist/output-gateway/transformations/OrganizationDetailDtoTransformation.d.ts +2 -2
  426. package/dist/output-gateway/transformations/OrganizationDetailDtoTransformation.js +4 -5
  427. package/dist/output-gateway/transformations/OrganizationDetailDtoTransformation.js.map +1 -1
  428. package/dist/output-gateway/transformations/OrganizationDtoTransformation.d.ts +2 -2
  429. package/dist/output-gateway/transformations/OrganizationDtoTransformation.js +4 -5
  430. package/dist/output-gateway/transformations/OrganizationDtoTransformation.js.map +1 -1
  431. package/dist/schema-definitions/datasources/AccessConfigurationJsonSchema.d.ts +1 -1
  432. package/dist/schema-definitions/datasources/PreCsvInputSchema.d.ts +1 -1
  433. package/dist/schema-definitions/datasources/PreJsonInputSchema.d.ts +1 -1
  434. package/dist/schema-definitions/models/MeasurementsModel.js +1 -1
  435. package/dist/schema-definitions/models/MeasurementsModel.js.map +1 -1
  436. package/dist/schema-definitions/models/OrganizationBuildingModel.d.ts +1 -1
  437. package/dist/schema-definitions/models/OrganizationResponsibleUsersModel.d.ts +1 -1
  438. package/dist/schema-definitions/models/OrganizationsModel.d.ts +1 -1
  439. package/dist/schema-definitions/models/enapo/EnapoMeasurementsModel.js +1 -1
  440. package/dist/schema-definitions/models/enapo/EnapoMeasurementsModel.js.map +1 -1
  441. package/dist/schema-definitions/models/enapo/EnapoMetadataModel.d.ts +1 -1
  442. package/dist/schema-definitions/models/enapo/PreIncomingDataLogModel.d.ts +1 -1
  443. package/dist/schema-definitions/models/interfaces/IStaticDataOutputDto.d.ts +1 -1
  444. package/package.json +12 -45
@@ -14,18 +14,18 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.ProcessPreEanMeasurementsTask = void 0;
16
16
  const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
17
- const WorkerContainerToken_1 = require("#ie/commodity-providers/ioc/WorkerContainerToken");
18
- const PreMeasurementTransformation_1 = require("#ie/commodity-providers/transformations/PreMeasurementTransformation");
19
- const StaticMeterSettingsRepository_1 = require("#ie/commodity-providers/repositories/StaticMeterSettingsRepository");
20
- const MeasurementRepository_1 = require("#ie/commodity-providers/repositories/MeasurementRepository");
21
- const PreEanMeasurementSchema_1 = require("#ie/commodity-providers/workers/schema/PreEanMeasurementSchema");
22
- const CommodityProviderTypeEnum_1 = require("#sch/models/helpers/CommodityProviderTypeEnum");
23
- const StaticDataResourceTypeEnum_1 = require("#sch/models/helpers/StaticDataResourceTypeEnum");
17
+ const WorkerContainerToken_1 = require("../../ioc/WorkerContainerToken");
18
+ const PreMeasurementTransformation_1 = require("../../transformations/PreMeasurementTransformation");
19
+ const StaticMeterSettingsRepository_1 = require("../../repositories/StaticMeterSettingsRepository");
20
+ const MeasurementRepository_1 = require("../../repositories/MeasurementRepository");
21
+ const PreEanMeasurementSchema_1 = require("../schema/PreEanMeasurementSchema");
22
+ const CommodityProviderTypeEnum_1 = require("../../../../schema-definitions/models/helpers/CommodityProviderTypeEnum");
23
+ const StaticDataResourceTypeEnum_1 = require("../../../../schema-definitions/models/helpers/StaticDataResourceTypeEnum");
24
24
  const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
25
25
  const integration_engine_1 = require("@golemio/core/dist/integration-engine");
26
- const constants_1 = require("#ie/commodity-providers/constants");
27
- const PreMeasurementFilter_1 = require("#ie/commodity-providers/helper/PreMeasurementFilter");
28
- let ProcessPreEanMeasurementsTask = class ProcessPreEanMeasurementsTask extends integration_engine_1.AbstractTask {
26
+ const constants_1 = require("../../constants");
27
+ const PreMeasurementFilter_1 = require("../../helper/PreMeasurementFilter");
28
+ let ProcessPreEanMeasurementsTask = exports.ProcessPreEanMeasurementsTask = class ProcessPreEanMeasurementsTask extends integration_engine_1.AbstractTask {
29
29
  constructor(meterSettingsRepository, measurementRepository, transformation) {
30
30
  super(constants_1.WORKER_NAME);
31
31
  this.meterSettingsRepository = meterSettingsRepository;
@@ -54,7 +54,6 @@ let ProcessPreEanMeasurementsTask = class ProcessPreEanMeasurementsTask extends
54
54
  await this.measurementRepository.bulkSave(measurements);
55
55
  }
56
56
  };
57
- exports.ProcessPreEanMeasurementsTask = ProcessPreEanMeasurementsTask;
58
57
  exports.ProcessPreEanMeasurementsTask = ProcessPreEanMeasurementsTask = __decorate([
59
58
  (0, tsyringe_1.injectable)(),
60
59
  __param(0, (0, tsyringe_1.inject)(WorkerContainerToken_1.WorkerContainerToken.StaticMeterSettingsRepository)),
@@ -1 +1 @@
1
- {"version":3,"file":"ProcessPreEanMeasurementsTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/commodity-providers/workers/tasks/ProcessPreEanMeasurementsTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,iEAAwE;AACxE,2FAAwF;AAExF,uHAAoH;AACpH,sHAAmH;AACnH,sGAAmG;AAEnG,4GAAyG;AACzG,6FAAsF;AACtF,+FAAwF;AAExF,6EAAwE;AACxE,8EAAqE;AACrE,iEAAgE;AAChE,8FAA2F;AAGpF,IAAM,6BAA6B,GAAnC,MAAM,6BAA8B,SAAQ,iCAAgC;IAK/E,YAEI,uBAA8D,EACV,qBAAsD,EAC/C,cAAsD;QAEjH,KAAK,CAAC,uBAAW,CAAC,CAAC;QAJX,4BAAuB,GAAvB,uBAAuB,CAA+B;QACA,0BAAqB,GAArB,qBAAqB,CAAuB;QACrC,mBAAc,GAAd,cAAc,CAA8B;QAR3G,WAAM,GAAG,iDAAuB,CAAC;QAC3B,cAAS,GAAG,2BAA2B,CAAC;QACxC,aAAQ,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC;IAS1C,CAAC;IAES,KAAK,CAAC,OAAO,CAAC,gBAAoC;QACxD,MAAM,kBAAkB,GAAG,MAAM,IAAI,CAAC,uBAAuB,CAAC,OAAO,CACjE,iDAAqB,CAAC,eAAe,EACrC,mDAAsB,CAAC,kBAAkB,CAC5C,CAAC;QAEF,IAAI,CAAC,kBAAkB,EAAE,CAAC;YACtB,MAAM,IAAI,6BAAY,CAAC,+BAA+B,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;QACnF,CAAC;QAED,MAAM,MAAM,GAAG,kBAAkB,CAAC,IAAI,CAAC,CAAC,IAAwB,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,KAAK,gBAAgB,CAAC,GAAG,CAAC,CAAC;QAE1G,IAAI,CAAC,MAAM,EAAE,CAAC;YACV,MAAM,IAAI,6BAAY,CAAC,yCAAyC,GAAG,gBAAgB,CAAC,GAAG,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;QACpH,CAAC;QAED,MAAM,YAAY,GAAsB,IAAI,CAAC,cAAc,CAAC,gBAAgB,CAAC;YACzE,MAAM;YACN,gBAAgB,EAAE;gBACd,GAAG,EAAE,gBAAgB,CAAC,GAAG;gBACzB,cAAc,EAAE,2CAAoB,CAAC,aAAa,CAAC,gBAAgB,CAAC,cAAc,CAAC;aACtF;SACJ,CAAC,CAAC;QAEH,MAAM,IAAI,CAAC,qBAAqB,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAC;IAC5D,CAAC;CACJ,CAAA;AAxCY,sEAA6B;wCAA7B,6BAA6B;IADzC,IAAA,qBAAU,GAAE;IAOJ,WAAA,IAAA,iBAAM,EAAC,2CAAoB,CAAC,6BAA6B,CAAC,CAAA;IAE1D,WAAA,IAAA,iBAAM,EAAC,2CAAoB,CAAC,qBAAqB,CAAC,CAAA;IAClD,WAAA,IAAA,iBAAM,EAAC,2CAAoB,CAAC,4BAA4B,CAAC,CAAA;qCAFzB,6DAA6B;QACuB,6CAAqB;QACrB,2DAA4B;GAT5G,6BAA6B,CAwCzC"}
1
+ {"version":3,"file":"ProcessPreEanMeasurementsTask.js","sourceRoot":"","sources":["../../../../../src/integration-engine/commodity-providers/workers/tasks/ProcessPreEanMeasurementsTask.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,iEAAwE;AACxE,yEAAwF;AAExF,qGAAoH;AACpH,oGAAmH;AACnH,oFAAmG;AAEnG,+EAAyG;AACzG,uHAAsF;AACtF,yHAAwF;AAExF,6EAAwE;AACxE,8EAAqE;AACrE,+CAAgE;AAChE,4EAA2F;AAGpF,IAAM,6BAA6B,2CAAnC,MAAM,6BAA8B,SAAQ,iCAAgC;IAK/E,YAEI,uBAA8D,EACV,qBAAsD,EAC/C,cAAsD;QAEjH,KAAK,CAAC,uBAAW,CAAC,CAAC;QAJX,4BAAuB,GAAvB,uBAAuB,CAA+B;QACA,0BAAqB,GAArB,qBAAqB,CAAuB;QACrC,mBAAc,GAAd,cAAc,CAA8B;QAR3G,WAAM,GAAG,iDAAuB,CAAC;QAC3B,cAAS,GAAG,2BAA2B,CAAC;QACxC,aAAQ,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC;IAS1C,CAAC;IAES,KAAK,CAAC,OAAO,CAAC,gBAAoC;QACxD,MAAM,kBAAkB,GAAG,MAAM,IAAI,CAAC,uBAAuB,CAAC,OAAO,CACjE,iDAAqB,CAAC,eAAe,EACrC,mDAAsB,CAAC,kBAAkB,CAC5C,CAAC;QAEF,IAAI,CAAC,kBAAkB,EAAE;YACrB,MAAM,IAAI,6BAAY,CAAC,+BAA+B,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;SAClF;QAED,MAAM,MAAM,GAAG,kBAAkB,CAAC,IAAI,CAAC,CAAC,IAAwB,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,KAAK,gBAAgB,CAAC,GAAG,CAAC,CAAC;QAE1G,IAAI,CAAC,MAAM,EAAE;YACT,MAAM,IAAI,6BAAY,CAAC,yCAAyC,GAAG,gBAAgB,CAAC,GAAG,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;SACnH;QAED,MAAM,YAAY,GAAsB,IAAI,CAAC,cAAc,CAAC,gBAAgB,CAAC;YACzE,MAAM;YACN,gBAAgB,EAAE;gBACd,GAAG,EAAE,gBAAgB,CAAC,GAAG;gBACzB,cAAc,EAAE,2CAAoB,CAAC,aAAa,CAAC,gBAAgB,CAAC,cAAc,CAAC;aACtF;SACJ,CAAC,CAAC;QAEH,MAAM,IAAI,CAAC,qBAAqB,CAAC,QAAQ,CAAC,YAAY,CAAC,CAAC;IAC5D,CAAC;CACJ,CAAA;wCAxCY,6BAA6B;IADzC,IAAA,qBAAU,GAAE;IAOJ,WAAA,IAAA,iBAAM,EAAC,2CAAoB,CAAC,6BAA6B,CAAC,CAAA;IAE1D,WAAA,IAAA,iBAAM,EAAC,2CAAoB,CAAC,qBAAqB,CAAC,CAAA;IAClD,WAAA,IAAA,iBAAM,EAAC,2CAAoB,CAAC,4BAA4B,CAAC,CAAA;qCAFzB,6DAA6B;QACuB,6CAAqB;QACrB,2DAA4B;GAT5G,6BAA6B,CAwCzC"}
@@ -1,2 +1,2 @@
1
- export { ENAPO_WORKER_NAME } from "#sch/constants";
1
+ export { ENAPO_WORKER_NAME } from "../../schema-definitions/constants";
2
2
  export declare const ENO_DEFAULT_ORGANIZATION_ID = 1;
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ENO_DEFAULT_ORGANIZATION_ID = exports.ENAPO_WORKER_NAME = void 0;
4
- var constants_1 = require("#sch/constants");
4
+ var constants_1 = require("../../schema-definitions/constants");
5
5
  Object.defineProperty(exports, "ENAPO_WORKER_NAME", { enumerable: true, get: function () { return constants_1.ENAPO_WORKER_NAME; } });
6
6
  exports.ENO_DEFAULT_ORGANIZATION_ID = 1;
7
7
  //# sourceMappingURL=constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/integration-engine/enapo/constants.ts"],"names":[],"mappings":";;;AAAA,4CAAmD;AAA1C,8GAAA,iBAAiB,OAAA;AACb,QAAA,2BAA2B,GAAG,CAAC,CAAC"}
1
+ {"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/integration-engine/enapo/constants.ts"],"names":[],"mappings":";;;AAAA,gEAAmD;AAA1C,8GAAA,iBAAiB,OAAA;AACb,QAAA,2BAA2B,GAAG,CAAC,CAAC"}
@@ -15,36 +15,26 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
15
15
  }) : function(o, v) {
16
16
  o["default"] = v;
17
17
  });
18
- var __importStar = (this && this.__importStar) || (function () {
19
- var ownKeys = function(o) {
20
- ownKeys = Object.getOwnPropertyNames || function (o) {
21
- var ar = [];
22
- for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
23
- return ar;
24
- };
25
- return ownKeys(o);
26
- };
27
- return function (mod) {
28
- if (mod && mod.__esModule) return mod;
29
- var result = {};
30
- if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
31
- __setModuleDefault(result, mod);
32
- return result;
33
- };
34
- })();
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
35
25
  var __importDefault = (this && this.__importDefault) || function (mod) {
36
26
  return (mod && mod.__esModule) ? mod : { "default": mod };
37
27
  };
38
28
  Object.defineProperty(exports, "__esModule", { value: true });
39
29
  exports.EnoDatasource = void 0;
40
- const EnoBuldingInfoJsonSchema_1 = require("#sch/datasources/eno/EnoBuldingInfoJsonSchema");
41
- const EnoEJInputJsonSchema_1 = require("#sch/datasources/eno/EnoEJInputJsonSchema");
42
- const EnoGIDListInputJsonSchema_1 = require("#sch/datasources/eno/EnoGIDListInputJsonSchema");
43
- const EnoGeometryJsonSchema_1 = require("#sch/datasources/eno/EnoGeometryJsonSchema");
44
- const EnoManagerInputJsonSchema_1 = require("#sch/datasources/eno/EnoManagerInputJsonSchema");
45
- const EnoOrganizationInputJsonSchema_1 = require("#sch/datasources/eno/EnoOrganizationInputJsonSchema");
46
- const EnoStructureInfoJsonSchema_1 = require("#sch/datasources/eno/EnoStructureInfoJsonSchema");
47
- const EnoStructureTypeInputJsonSchema_1 = require("#sch/datasources/eno/EnoStructureTypeInputJsonSchema");
30
+ const EnoBuldingInfoJsonSchema_1 = require("../../../../schema-definitions/datasources/eno/EnoBuldingInfoJsonSchema");
31
+ const EnoEJInputJsonSchema_1 = require("../../../../schema-definitions/datasources/eno/EnoEJInputJsonSchema");
32
+ const EnoGIDListInputJsonSchema_1 = require("../../../../schema-definitions/datasources/eno/EnoGIDListInputJsonSchema");
33
+ const EnoGeometryJsonSchema_1 = require("../../../../schema-definitions/datasources/eno/EnoGeometryJsonSchema");
34
+ const EnoManagerInputJsonSchema_1 = require("../../../../schema-definitions/datasources/eno/EnoManagerInputJsonSchema");
35
+ const EnoOrganizationInputJsonSchema_1 = require("../../../../schema-definitions/datasources/eno/EnoOrganizationInputJsonSchema");
36
+ const EnoStructureInfoJsonSchema_1 = require("../../../../schema-definitions/datasources/eno/EnoStructureInfoJsonSchema");
37
+ const EnoStructureTypeInputJsonSchema_1 = require("../../../../schema-definitions/datasources/eno/EnoStructureTypeInputJsonSchema");
48
38
  const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
49
39
  const golemio_validator_1 = require("@golemio/core/dist/shared/golemio-validator");
50
40
  const adm_zip_1 = __importDefault(require("adm-zip"));
@@ -1 +1 @@
1
- {"version":3,"file":"EnoDatasource.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/datasources/eno/EnoDatasource.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"EnoDatasource.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/datasources/eno/EnoDatasource.ts"],"names":[],"mappings":"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"}
@@ -41,7 +41,7 @@ class ClientIdSecurity {
41
41
  headers["X-IBM-Client-Id"] = this.clientId;
42
42
  }
43
43
  }
44
- let EnoDatasourceFactory = class EnoDatasourceFactory {
44
+ let EnoDatasourceFactory = exports.EnoDatasourceFactory = class EnoDatasourceFactory {
45
45
  constructor(simpleConfig) {
46
46
  this.simpleConfig = simpleConfig;
47
47
  this.clients = {};
@@ -67,7 +67,6 @@ let EnoDatasourceFactory = class EnoDatasourceFactory {
67
67
  return new soap_1.BasicAuthSecurity(this.simpleConfig.getValue(`module.energetics.eno.${source}.user`), this.simpleConfig.getValue(`module.energetics.eno.${source}.password`));
68
68
  }
69
69
  };
70
- exports.EnoDatasourceFactory = EnoDatasourceFactory;
71
70
  exports.EnoDatasourceFactory = EnoDatasourceFactory = __decorate([
72
71
  (0, tsyringe_1.injectable)(),
73
72
  __param(0, (0, tsyringe_1.inject)(CoreToken_1.CoreToken.SimpleConfig)),
@@ -1 +1 @@
1
- {"version":3,"file":"EnoDatasourceFactory.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/datasources/eno/EnoDatasourceFactory.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AACA,wEAAqE;AACrE,iEAAwE;AACxE,+BAAoD;AACpD,mDAA6D;AAE7D,IAAY,YAKX;AALD,WAAY,YAAY;IACpB,sCAAsB,CAAA;IACtB,0CAA0B,CAAA;IAC1B,2CAA2B,CAAA;IAC3B,yCAAyB,CAAA;AAC7B,CAAC,EALW,YAAY,4BAAZ,YAAY,QAKvB;AAED,IAAY,WAGX;AAHD,WAAY,WAAW;IACnB,8BAAe,CAAA;IACf,8BAAe,CAAA;AACnB,CAAC,EAHW,WAAW,2BAAX,WAAW,QAGtB;AAED,MAAM,gBAAgB;IAClB,YAA6B,QAAgB;QAAhB,aAAQ,GAAR,QAAQ,CAAQ;IAAG,CAAC;IACjD,UAAU,CAAC,QAAiC,IAAG,CAAC;IAChD,KAAK;QACD,OAAO,EAAE,CAAC;IACd,CAAC;IACD,UAAU,CAAC,OAA+B;QACtC,OAAO,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,QAAQ,CAAC;IAC/C,CAAC;CACJ;AAGM,IAAM,oBAAoB,GAA1B,MAAM,oBAAoB;IAG7B,YAA4C,YAAmC;QAA3B,iBAAY,GAAZ,YAAY,CAAe;QAFvE,YAAO,GAAkC,EAAE,CAAC;IAE8B,CAAC;IAE5E,aAAa,CAAC,QAAgB,EAAE,MAAc;QACjD,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,QAAQ,IAAI,MAAM,EAAE,CAAC,EAAE,CAAC;YACzC,MAAM,GAAG,GAAG,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAS,yBAAyB,QAAQ,MAAM,CAAC,CAAC;YACxF,MAAM,QAAQ,GACV,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAqB,yBAAyB,QAAQ,SAAS,CAAC,KAAK,MAAM,CAAC;YAC1G,MAAM,UAAU,GAAG,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAS,kCAAkC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YACjH,MAAM,QAAQ,GAAG,QAAQ;gBACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAqB,yBAAyB,QAAQ,WAAW,CAAC;gBAC9F,CAAC,CAAC,SAAS,CAAC;YAEhB,IAAI,CAAC,OAAO,CAAC,GAAG,QAAQ,IAAI,MAAM,EAAE,CAAC,GAAG,IAAI,6BAAa,CACrD,EAAE,GAAG,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,EAAiB,EACtD,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,CAC3B,CAAC;QACN,CAAC;QAED,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,QAAQ,IAAI,MAAM,EAAE,CAAC,CAAC;IACjD,CAAC;IAEO,WAAW,CAAC,MAAc;QAC9B,MAAM,QAAQ,GAAG,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAc,yBAAyB,MAAM,OAAO,CAAC,CAAC;QACjG,IAAI,QAAQ,KAAK,WAAW,CAAC,KAAK,EAAE,CAAC;YACjC,OAAO,IAAI,gBAAgB,CAAC,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAS,yBAAyB,MAAM,WAAW,CAAC,CAAC,CAAC;QAChH,CAAC;QAED,sFAAsF;QACtF,OAAO,IAAI,wBAAiB,CACxB,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAS,yBAAyB,MAAM,OAAO,CAAC,EAC1E,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAS,yBAAyB,MAAM,WAAW,CAAC,CACjF,CAAC;IACN,CAAC;CACJ,CAAA;AApCY,oDAAoB;+BAApB,oBAAoB;IADhC,IAAA,qBAAU,GAAE;IAII,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,YAAY,CAAC,CAAA;;GAHlC,oBAAoB,CAoChC"}
1
+ {"version":3,"file":"EnoDatasourceFactory.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/datasources/eno/EnoDatasourceFactory.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AACA,wEAAqE;AACrE,iEAAwE;AACxE,+BAAoD;AACpD,mDAA6D;AAE7D,IAAY,YAKX;AALD,WAAY,YAAY;IACpB,sCAAsB,CAAA;IACtB,0CAA0B,CAAA;IAC1B,2CAA2B,CAAA;IAC3B,yCAAyB,CAAA;AAC7B,CAAC,EALW,YAAY,4BAAZ,YAAY,QAKvB;AAED,IAAY,WAGX;AAHD,WAAY,WAAW;IACnB,8BAAe,CAAA;IACf,8BAAe,CAAA;AACnB,CAAC,EAHW,WAAW,2BAAX,WAAW,QAGtB;AAED,MAAM,gBAAgB;IAClB,YAA6B,QAAgB;QAAhB,aAAQ,GAAR,QAAQ,CAAQ;IAAG,CAAC;IACjD,UAAU,CAAC,QAAiC,IAAG,CAAC;IAChD,KAAK;QACD,OAAO,EAAE,CAAC;IACd,CAAC;IACD,UAAU,CAAC,OAA+B;QACtC,OAAO,CAAC,iBAAiB,CAAC,GAAG,IAAI,CAAC,QAAQ,CAAC;IAC/C,CAAC;CACJ;AAGM,IAAM,oBAAoB,kCAA1B,MAAM,oBAAoB;IAG7B,YAA4C,YAAmC;QAA3B,iBAAY,GAAZ,YAAY,CAAe;QAFvE,YAAO,GAAkC,EAAE,CAAC;IAE8B,CAAC;IAE5E,aAAa,CAAC,QAAgB,EAAE,MAAc;QACjD,IAAI,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,QAAQ,IAAI,MAAM,EAAE,CAAC,EAAE;YACxC,MAAM,GAAG,GAAG,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAS,yBAAyB,QAAQ,MAAM,CAAC,CAAC;YACxF,MAAM,QAAQ,GACV,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAqB,yBAAyB,QAAQ,SAAS,CAAC,KAAK,MAAM,CAAC;YAC1G,MAAM,UAAU,GAAG,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAS,kCAAkC,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YACjH,MAAM,QAAQ,GAAG,QAAQ;gBACrB,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAqB,yBAAyB,QAAQ,WAAW,CAAC;gBAC9F,CAAC,CAAC,SAAS,CAAC;YAEhB,IAAI,CAAC,OAAO,CAAC,GAAG,QAAQ,IAAI,MAAM,EAAE,CAAC,GAAG,IAAI,6BAAa,CACrD,EAAE,GAAG,EAAE,QAAQ,EAAE,UAAU,EAAE,QAAQ,EAAiB,EACtD,IAAI,CAAC,WAAW,CAAC,MAAM,CAAC,CAC3B,CAAC;SACL;QAED,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,QAAQ,IAAI,MAAM,EAAE,CAAC,CAAC;IACjD,CAAC;IAEO,WAAW,CAAC,MAAc;QAC9B,MAAM,QAAQ,GAAG,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAc,yBAAyB,MAAM,OAAO,CAAC,CAAC;QACjG,IAAI,QAAQ,KAAK,WAAW,CAAC,KAAK,EAAE;YAChC,OAAO,IAAI,gBAAgB,CAAC,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAS,yBAAyB,MAAM,WAAW,CAAC,CAAC,CAAC;SAC/G;QAED,sFAAsF;QACtF,OAAO,IAAI,wBAAiB,CACxB,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAS,yBAAyB,MAAM,OAAO,CAAC,EAC1E,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAS,yBAAyB,MAAM,WAAW,CAAC,CACjF,CAAC;IACN,CAAC;CACJ,CAAA;+BApCY,oBAAoB;IADhC,IAAA,qBAAU,GAAE;IAII,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,YAAY,CAAC,CAAA;;GAHlC,oBAAoB,CAoChC"}
@@ -1,5 +1,5 @@
1
- import { IConsumptionApiCollection } from "#sch/datasources/enapo/porsenna/interfaces/IConsumptionApiEntry";
2
- import { IGaugeApiCollection, IGaugeApiDto } from "#sch/datasources/enapo/porsenna/interfaces/IGaugeApiDto";
1
+ import { IConsumptionApiCollection } from "../../../../schema-definitions/datasources/enapo/porsenna/interfaces/IConsumptionApiEntry";
2
+ import { IGaugeApiCollection, IGaugeApiDto } from "../../../../schema-definitions/datasources/enapo/porsenna/interfaces/IGaugeApiDto";
3
3
  import { PorsennaDataSourceProvider } from "./PorsennaDataSourceProvider";
4
4
  export declare class PorsennaDataSource {
5
5
  private dataSourceBuilder;
@@ -14,13 +14,13 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
14
14
  var PorsennaDataSource_1;
15
15
  Object.defineProperty(exports, "__esModule", { value: true });
16
16
  exports.PorsennaDataSource = void 0;
17
- const EnapoWorkerContainerToken_1 = require("#ie/enapo/ioc/EnapoWorkerContainerToken");
18
- const PorsennaJsonSchema_1 = require("#sch/datasources/enapo/porsenna/PorsennaJsonSchema");
17
+ const EnapoWorkerContainerToken_1 = require("../../ioc/EnapoWorkerContainerToken");
18
+ const PorsennaJsonSchema_1 = require("../../../../schema-definitions/datasources/enapo/porsenna/PorsennaJsonSchema");
19
19
  const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
20
20
  const golemio_validator_1 = require("@golemio/core/dist/shared/golemio-validator");
21
21
  const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
22
22
  const PorsennaDataSourceProvider_1 = require("./PorsennaDataSourceProvider");
23
- let PorsennaDataSource = PorsennaDataSource_1 = class PorsennaDataSource {
23
+ let PorsennaDataSource = exports.PorsennaDataSource = PorsennaDataSource_1 = class PorsennaDataSource {
24
24
  constructor(dataSourceBuilder) {
25
25
  this.dataSourceBuilder = dataSourceBuilder;
26
26
  this.BASE_ENDPOINT = "/gauges";
@@ -58,7 +58,6 @@ let PorsennaDataSource = PorsennaDataSource_1 = class PorsennaDataSource {
58
58
  return parseInt(match[1], 10);
59
59
  }
60
60
  };
61
- exports.PorsennaDataSource = PorsennaDataSource;
62
61
  PorsennaDataSource.DATASOURCE_NAME = "PorsennaDataSource";
63
62
  exports.PorsennaDataSource = PorsennaDataSource = PorsennaDataSource_1 = __decorate([
64
63
  (0, tsyringe_1.injectable)(),
@@ -1 +1 @@
1
- {"version":3,"file":"PorsennaDataSource.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/datasources/porsenna/PorsennaDataSource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,uFAAoF;AACpF,2FAG4D;AAG5D,6EAAwE;AACxE,mFAAkF;AAClF,iEAAwE;AACxE,6EAA0E;AAGnE,IAAM,kBAAkB,0BAAxB,MAAM,kBAAkB;IAM3B,YACkE,iBAAqD;QAA7C,sBAAiB,GAAjB,iBAAiB,CAA4B;QAL/G,kBAAa,GAAG,SAAS,CAAC;QAO9B,IAAI,CAAC,cAAc,GAAG,IAAI,uCAAmB,CACzC,oBAAkB,CAAC,eAAe,GAAG,QAAQ,EAC7C,sDAAiC,CACpC,CAAC;QACF,IAAI,CAAC,oBAAoB,GAAG,IAAI,uCAAmB,CAC/C,oBAAkB,CAAC,eAAe,GAAG,aAAa,EAClD,4DAAuC,CAC1C,CAAC;IACN,CAAC;IAEM,KAAK,CAAC,kBAAkB,CAAC,MAAc,EAAE,IAAY;QACxD,MAAM,MAAM,GAAG,IAAI,CAAC,iBAAiB,CAAC,aAAa,CAAC,MAAM,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,cAAc,EAAE,EAAE,IAAI,EAAE,CAAC,CAAC;QAC/G,OAAO,CAAC,MAAM,MAAM,CAAC,MAAM,EAAE,CAAwB,CAAC;IAC1D,CAAC;IAEM,KAAK,CAAC,mBAAmB,CAC5B,MAAc,EACd,EAAU,EACV,IAAqB,EACrB,EAAmB;QAEnB,MAAM,QAAQ,GAAG,GAAG,IAAI,CAAC,aAAa,IAAI,EAAE,qBAAqB,CAAC;QAClE,MAAM,MAAM,GAAG,IAAI,CAAC,iBAAiB,CAAC,aAAa,CAAC,MAAM,EAAE,QAAQ,EAAE,IAAI,CAAC,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;QAC/G,OAAO,CAAC,MAAM,MAAM,CAAC,MAAM,EAAE,CAA8B,CAAC;IAChE,CAAC;IAEM,KAAK,CAAC,CAAC,kBAAkB,CAAC,MAAc;QAC3C,MAAM,SAAS,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;QAC3D,MAAM,QAAQ,GAAG,IAAI,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;QAE/C,KAAK,MAAM,MAAM,IAAI,SAAS,CAAC,MAAM,IAAI,EAAE;YAAE,MAAM,MAAM,CAAC;QAE1D,KAAK,IAAI,KAAK,GAAG,CAAC,EAAE,KAAK,IAAI,QAAQ,EAAE,KAAK,EAAE,EAAE,CAAC;YAC7C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;YAC9D,KAAK,MAAM,MAAM,IAAI,QAAQ,CAAC,MAAM,IAAI,EAAE;gBAAE,MAAM,MAAM,CAAC;QAC7D,CAAC;IACL,CAAC;IAEO,aAAa,CAAC,IAAyB;QAC3C,MAAM,OAAO,GAAG,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC;QAChC,IAAI,CAAC,OAAO;YAAE,OAAO,CAAC,CAAC;QAEvB,MAAM,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,KAAK,EAAE,CAAC;YACT,MAAM,IAAI,6BAAY,CAAC,0CAA0C,OAAO,EAAE,EAAE,oBAAoB,EAAE,SAAS,EAAE,GAAG,CAAC,CAAC;QACtH,CAAC;QACD,OAAO,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;IAClC,CAAC;;AAxDQ,gDAAkB;AACH,kCAAe,GAAG,oBAAoB,AAAvB,CAAwB;6BADtD,kBAAkB;IAD9B,IAAA,qBAAU,GAAE;IAQJ,WAAA,IAAA,iBAAM,EAAC,qDAAyB,CAAC,0BAA0B,CAAC,CAAA;qCAA4B,uDAA0B;GAP9G,kBAAkB,CAyD9B"}
1
+ {"version":3,"file":"PorsennaDataSource.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/datasources/porsenna/PorsennaDataSource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mFAAoF;AACpF,qHAG4D;AAG5D,6EAAwE;AACxE,mFAAkF;AAClF,iEAAwE;AACxE,6EAA0E;AAGnE,IAAM,kBAAkB,uDAAxB,MAAM,kBAAkB;IAM3B,YACkE,iBAAqD;QAA7C,sBAAiB,GAAjB,iBAAiB,CAA4B;QAL/G,kBAAa,GAAG,SAAS,CAAC;QAO9B,IAAI,CAAC,cAAc,GAAG,IAAI,uCAAmB,CACzC,oBAAkB,CAAC,eAAe,GAAG,QAAQ,EAC7C,sDAAiC,CACpC,CAAC;QACF,IAAI,CAAC,oBAAoB,GAAG,IAAI,uCAAmB,CAC/C,oBAAkB,CAAC,eAAe,GAAG,aAAa,EAClD,4DAAuC,CAC1C,CAAC;IACN,CAAC;IAEM,KAAK,CAAC,kBAAkB,CAAC,MAAc,EAAE,IAAY;QACxD,MAAM,MAAM,GAAG,IAAI,CAAC,iBAAiB,CAAC,aAAa,CAAC,MAAM,EAAE,IAAI,CAAC,aAAa,EAAE,IAAI,CAAC,cAAc,EAAE,EAAE,IAAI,EAAE,CAAC,CAAC;QAC/G,OAAO,CAAC,MAAM,MAAM,CAAC,MAAM,EAAE,CAAwB,CAAC;IAC1D,CAAC;IAEM,KAAK,CAAC,mBAAmB,CAC5B,MAAc,EACd,EAAU,EACV,IAAqB,EACrB,EAAmB;QAEnB,MAAM,QAAQ,GAAG,GAAG,IAAI,CAAC,aAAa,IAAI,EAAE,qBAAqB,CAAC;QAClE,MAAM,MAAM,GAAG,IAAI,CAAC,iBAAiB,CAAC,aAAa,CAAC,MAAM,EAAE,QAAQ,EAAE,IAAI,CAAC,oBAAoB,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,CAAC,CAAC;QAC/G,OAAO,CAAC,MAAM,MAAM,CAAC,MAAM,EAAE,CAA8B,CAAC;IAChE,CAAC;IAEM,KAAK,CAAC,CAAC,kBAAkB,CAAC,MAAc;QAC3C,MAAM,SAAS,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC;QAC3D,MAAM,QAAQ,GAAG,IAAI,CAAC,aAAa,CAAC,SAAS,CAAC,CAAC;QAE/C,KAAK,MAAM,MAAM,IAAI,SAAS,CAAC,MAAM,IAAI,EAAE;YAAE,MAAM,MAAM,CAAC;QAE1D,KAAK,IAAI,KAAK,GAAG,CAAC,EAAE,KAAK,IAAI,QAAQ,EAAE,KAAK,EAAE,EAAE;YAC5C,MAAM,QAAQ,GAAG,MAAM,IAAI,CAAC,kBAAkB,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC;YAC9D,KAAK,MAAM,MAAM,IAAI,QAAQ,CAAC,MAAM,IAAI,EAAE;gBAAE,MAAM,MAAM,CAAC;SAC5D;IACL,CAAC;IAEO,aAAa,CAAC,IAAyB;QAC3C,MAAM,OAAO,GAAG,IAAI,CAAC,IAAI,EAAE,IAAI,CAAC;QAChC,IAAI,CAAC,OAAO;YAAE,OAAO,CAAC,CAAC;QAEvB,MAAM,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC;QAC1C,IAAI,CAAC,KAAK,EAAE;YACR,MAAM,IAAI,6BAAY,CAAC,0CAA0C,OAAO,EAAE,EAAE,oBAAoB,EAAE,SAAS,EAAE,GAAG,CAAC,CAAC;SACrH;QACD,OAAO,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC;IAClC,CAAC;;AAvDuB,kCAAe,GAAG,oBAAoB,AAAvB,CAAwB;6BADtD,kBAAkB;IAD9B,IAAA,qBAAU,GAAE;IAQJ,WAAA,IAAA,iBAAM,EAAC,qDAAyB,CAAC,0BAA0B,CAAC,CAAA;qCAA4B,uDAA0B;GAP9G,kBAAkB,CAyD9B"}
@@ -19,7 +19,7 @@ const integration_engine_1 = require("@golemio/core/dist/integration-engine");
19
19
  const HTTPFetchProtocolStrategy_1 = require("@golemio/core/dist/integration-engine/datasources/protocol-strategy/HTTPFetchProtocolStrategy");
20
20
  const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
21
21
  const url_1 = require("url");
22
- let PorsennaDataSourceProvider = PorsennaDataSourceProvider_1 = class PorsennaDataSourceProvider {
22
+ let PorsennaDataSourceProvider = exports.PorsennaDataSourceProvider = PorsennaDataSourceProvider_1 = class PorsennaDataSourceProvider {
23
23
  constructor(simpleConfig) {
24
24
  this.simpleConfig = simpleConfig;
25
25
  }
@@ -43,7 +43,6 @@ let PorsennaDataSourceProvider = PorsennaDataSourceProvider_1 = class PorsennaDa
43
43
  return { url, token };
44
44
  }
45
45
  };
46
- exports.PorsennaDataSourceProvider = PorsennaDataSourceProvider;
47
46
  PorsennaDataSourceProvider.DATASOURCE_NAME = "PorsennaDataSource";
48
47
  exports.PorsennaDataSourceProvider = PorsennaDataSourceProvider = PorsennaDataSourceProvider_1 = __decorate([
49
48
  (0, tsyringe_1.injectable)(),
@@ -1 +1 @@
1
- {"version":3,"file":"PorsennaDataSourceProvider.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/datasources/porsenna/PorsennaDataSourceProvider.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AACA,wEAAqE;AACrE,8EAAyF;AACzF,6IAA0I;AAE1I,iEAAwE;AACxE,6BAAsC;AAG/B,IAAM,0BAA0B,kCAAhC,MAAM,0BAA0B;IAGnC,YAAoD,YAA2B;QAA3B,iBAAY,GAAZ,YAAY,CAAe;IAAG,CAAC;IAE5E,aAAa,CAChB,MAAc,EACd,QAAgB,EAChB,MAA2B,EAC3B,MAAwC;QAExC,MAAM,EAAE,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC;QAE/D,MAAM,YAAY,GAAG,MAAM;YACvB,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,EAAE,UAAU,CAAC,EAAoB,EAAE,CAAC,CAAC,SAAS,EAAE,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC;YAC5G,CAAC,CAAC,EAAE,CAAC;QACT,MAAM,WAAW,GAAG,YAAY,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,qBAAe,CAAC,YAAY,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;QACtG,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,QAAQ,GAAG,WAAW,EAAE,OAAO,CAAC,CAAC;QAErD,OAAO,IAAI,+BAAU,CACjB,4BAA0B,CAAC,eAAe,EAC1C,IAAI,qDAAyB,CAAC;YAC1B,OAAO,EAAE,EAAE,aAAa,EAAE,UAAU,KAAK,EAAE,EAAE;YAC7C,MAAM,EAAE,KAAK;YACb,gBAAgB,EAAE,EAAE;YACpB,GAAG,EAAE,GAAG,CAAC,QAAQ,EAAE;SACtB,CAAC,EACF,IAAI,yCAAoB,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE,CAAC,EAC7C,MAAM,CACT,CAAC;IACN,CAAC;IAEO,iBAAiB,CAAC,MAAc;QACpC,MAAM,GAAG,GAAG,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAS,6CAA6C,MAAM,MAAM,CAAC,CAAC;QAC1G,MAAM,KAAK,GAAG,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAS,6CAA6C,MAAM,QAAQ,CAAC,CAAC;QAC9G,OAAO,EAAE,GAAG,EAAE,KAAK,EAAE,CAAC;IAC1B,CAAC;;AApCQ,gEAA0B;AACX,0CAAe,GAAG,oBAAoB,AAAvB,CAAwB;qCADtD,0BAA0B;IADtC,IAAA,qBAAU,GAAE;IAII,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,YAAY,CAAC,CAAA;;GAHlC,0BAA0B,CAqCtC"}
1
+ {"version":3,"file":"PorsennaDataSourceProvider.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/datasources/porsenna/PorsennaDataSourceProvider.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AACA,wEAAqE;AACrE,8EAAyF;AACzF,6IAA0I;AAE1I,iEAAwE;AACxE,6BAAsC;AAG/B,IAAM,0BAA0B,uEAAhC,MAAM,0BAA0B;IAGnC,YAAoD,YAA2B;QAA3B,iBAAY,GAAZ,YAAY,CAAe;IAAG,CAAC;IAE5E,aAAa,CAChB,MAAc,EACd,QAAgB,EAChB,MAA2B,EAC3B,MAAwC;QAExC,MAAM,EAAE,GAAG,EAAE,OAAO,EAAE,KAAK,EAAE,GAAG,IAAI,CAAC,iBAAiB,CAAC,MAAM,CAAC,CAAC;QAE/D,MAAM,YAAY,GAAG,MAAM;YACvB,CAAC,CAAC,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,EAAE,UAAU,CAAC,EAAoB,EAAE,CAAC,CAAC,SAAS,EAAE,MAAM,CAAC,UAAU,CAAC,CAAC,CAAC;YAC5G,CAAC,CAAC,EAAE,CAAC;QACT,MAAM,WAAW,GAAG,YAAY,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,IAAI,qBAAe,CAAC,YAAY,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC;QACtG,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,QAAQ,GAAG,WAAW,EAAE,OAAO,CAAC,CAAC;QAErD,OAAO,IAAI,+BAAU,CACjB,4BAA0B,CAAC,eAAe,EAC1C,IAAI,qDAAyB,CAAC;YAC1B,OAAO,EAAE,EAAE,aAAa,EAAE,UAAU,KAAK,EAAE,EAAE;YAC7C,MAAM,EAAE,KAAK;YACb,gBAAgB,EAAE,EAAE;YACpB,GAAG,EAAE,GAAG,CAAC,QAAQ,EAAE;SACtB,CAAC,EACF,IAAI,yCAAoB,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE,CAAC,EAC7C,MAAM,CACT,CAAC;IACN,CAAC;IAEO,iBAAiB,CAAC,MAAc;QACpC,MAAM,GAAG,GAAG,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAS,6CAA6C,MAAM,MAAM,CAAC,CAAC;QAC1G,MAAM,KAAK,GAAG,IAAI,CAAC,YAAY,CAAC,QAAQ,CAAS,6CAA6C,MAAM,QAAQ,CAAC,CAAC;QAC9G,OAAO,EAAE,GAAG,EAAE,KAAK,EAAE,CAAC;IAC1B,CAAC;;AAnCuB,0CAAe,GAAG,oBAAoB,AAAvB,CAAwB;qCADtD,0BAA0B;IADtC,IAAA,qBAAU,GAAE;IAII,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,YAAY,CAAC,CAAA;;GAHlC,0BAA0B,CAqCtC"}
@@ -1,4 +1,4 @@
1
- import { IConsumptionApiEntry } from "#sch/datasources/enapo/porsenna/interfaces/IConsumptionApiEntry";
1
+ import { IConsumptionApiEntry } from "../../../../../schema-definitions/datasources/enapo/porsenna/interfaces/IConsumptionApiEntry";
2
2
  export interface IConsumptionTransformationInput {
3
3
  entry: IConsumptionApiEntry;
4
4
  deviceId: string;
@@ -1,4 +1,4 @@
1
- import { IGaugeApiDto } from "#sch/datasources/enapo/porsenna/interfaces/IGaugeApiDto";
1
+ import { IGaugeApiDto } from "../../../../../schema-definitions/datasources/enapo/porsenna/interfaces/IGaugeApiDto";
2
2
  export interface IGaugeTransformationInput {
3
3
  gauge: IGaugeApiDto;
4
4
  source: string;
@@ -1 +1 @@
1
- {"version":3,"file":"AbstractPpasDatasource.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/datasources/ppas/AbstractPpasDatasource.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AbstractPpasDatasource.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/datasources/ppas/AbstractPpasDatasource.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,5 @@
1
- import { IPpasCommercialInvoiceDetailInput } from "#sch/datasources/enapo/ppas/commercial/IPpasCommercialInvoiceDetailInput";
2
- import { IPpasCommercialInvoiceListInput } from "#sch/datasources/enapo/ppas/commercial/IPpasCommercialInvoiceListInput";
1
+ import { IPpasCommercialInvoiceDetailInput } from "../../../../../schema-definitions/datasources/enapo/ppas/commercial/IPpasCommercialInvoiceDetailInput";
2
+ import { IPpasCommercialInvoiceListInput } from "../../../../../schema-definitions/datasources/enapo/ppas/commercial/IPpasCommercialInvoiceListInput";
3
3
  import { ISimpleConfig } from "@golemio/core/dist/helpers/configuration/ISimpleConfig";
4
4
  import { AbstractPpasDatasource } from "../AbstractPpasDatasource";
5
5
  import { ILogger } from "@golemio/core/dist/helpers/logger/LoggerProvider";
@@ -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.PpasCommercialDatasource = void 0;
16
- const PpasCommercialSchema_1 = require("#sch/datasources/enapo/ppas/commercial/PpasCommercialSchema");
16
+ const PpasCommercialSchema_1 = require("../../../../../schema-definitions/datasources/enapo/ppas/commercial/PpasCommercialSchema");
17
17
  const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
18
18
  const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
19
19
  const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
20
20
  const AbstractPpasDatasource_1 = require("../AbstractPpasDatasource");
21
- let PpasCommercialDatasource = class PpasCommercialDatasource extends AbstractPpasDatasource_1.AbstractPpasDatasource {
21
+ let PpasCommercialDatasource = exports.PpasCommercialDatasource = class PpasCommercialDatasource extends AbstractPpasDatasource_1.AbstractPpasDatasource {
22
22
  constructor(config, logger) {
23
23
  super(config, "module.energetics.enapo.ppas.commercial");
24
24
  this.logger = logger;
@@ -57,7 +57,6 @@ let PpasCommercialDatasource = class PpasCommercialDatasource extends AbstractPp
57
57
  return (await datasource.getAll());
58
58
  }
59
59
  };
60
- exports.PpasCommercialDatasource = PpasCommercialDatasource;
61
60
  exports.PpasCommercialDatasource = PpasCommercialDatasource = __decorate([
62
61
  (0, tsyringe_1.injectable)(),
63
62
  __param(0, (0, tsyringe_1.inject)(CoreToken_1.CoreToken.SimpleConfig)),
@@ -1 +1 @@
1
- {"version":3,"file":"PpasCommercialDatasource.js","sourceRoot":"","sources":["../../../../../../src/integration-engine/enapo/datasources/ppas/commercial/PpasCommercialDatasource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAEA,sGAGqE;AAErE,wEAAqE;AACrE,6EAAwE;AACxE,iEAAwE;AACxE,sEAAmE;AAU5D,IAAM,wBAAwB,GAA9B,MAAM,wBAAyB,SAAQ,+CAAsB;IAGhE,YAA4C,MAAqB,EAAsC,MAAe;QAClH,KAAK,CAAC,MAAM,EAAE,yCAAyC,CAAC,CAAC;QAD0C,WAAM,GAAN,MAAM,CAAS;QAElH,IAAI,CAAC,gBAAgB,GAAG,MAAM,CAAC,QAAQ,CAAS,0DAA0D,CAAC,CAAC;IAChH,CAAC;IAEM,KAAK,CAAC,gBAAgB;QACzB,IAAI,MAAM,CAAC;QACX,IAAI,CAAC;YACD,MAAM,GAAG,MAAM,KAAK,CAAC,IAAI,CAAC,gBAAgB,EAAE,EAAE,MAAM,EAAE,WAAW,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;QACxF,CAAC;QAAC,OAAO,GAAG,EAAE,CAAC;YACX,MAAM,IAAI,6BAAY,CAAC,mDAAmD,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;QAC5G,CAAC;QAED,IAAI,MAAM,CAAC,MAAM,KAAK,GAAG,EAAE,CAAC;YACxB,MAAM,IAAI,6BAAY,CAAC,4CAA4C,MAAM,CAAC,MAAM,EAAE,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;QAC/G,CAAC;QAED,MAAM,IAAI,GAAG,CAAC,MAAM,MAAM,CAAC,IAAI,EAAE,CAAyB,CAAC;QAC3D,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC;YACvB,MAAM,IAAI,6BAAY,CAAC,0CAA0C,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;QAC9F,CAAC;QAED,OAAO,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IACvC,CAAC;IAEM,KAAK,CAAC,cAAc,CAAC,IAAY,EAAE,EAAU,EAAE,SAAiB;QACnE,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,yCAAyC,SAAS,WAAW,IAAI,SAAS,EAAE,GAAG,CAAC,CAAC;QAElG,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,2BAA2B,EAAE,+DAAwC,EAAE;YAC/G,IAAI;YACJ,EAAE;YACF,EAAE,EAAE,SAAS;SAChB,CAAC,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,MAAM,EAAE,CAAC;QAEzC,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAsC,CAAC;IAC5F,CAAC;IAEM,KAAK,CAAC,gBAAgB,CAAC,MAAc;QACxC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,+CAA+C,MAAM,GAAG,CAAC,CAAC;QAE3E,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,aAAa,CACvC,8BAA8B,GAAG,MAAM,EACvC,iEAA0C,CAC7C,CAAC;QACF,OAAO,CAAC,MAAM,UAAU,CAAC,MAAM,EAAE,CAAsC,CAAC;IAC5E,CAAC;CACJ,CAAA;AAlDY,4DAAwB;mCAAxB,wBAAwB;IADpC,IAAA,qBAAU,GAAE;IAII,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,YAAY,CAAC,CAAA;IAAyB,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,MAAM,CAAC,CAAA;;GAHnF,wBAAwB,CAkDpC"}
1
+ {"version":3,"file":"PpasCommercialDatasource.js","sourceRoot":"","sources":["../../../../../../src/integration-engine/enapo/datasources/ppas/commercial/PpasCommercialDatasource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAEA,mIAGqE;AAErE,wEAAqE;AACrE,6EAAwE;AACxE,iEAAwE;AACxE,sEAAmE;AAU5D,IAAM,wBAAwB,sCAA9B,MAAM,wBAAyB,SAAQ,+CAAsB;IAGhE,YAA4C,MAAqB,EAAsC,MAAe;QAClH,KAAK,CAAC,MAAM,EAAE,yCAAyC,CAAC,CAAC;QAD0C,WAAM,GAAN,MAAM,CAAS;QAElH,IAAI,CAAC,gBAAgB,GAAG,MAAM,CAAC,QAAQ,CAAS,0DAA0D,CAAC,CAAC;IAChH,CAAC;IAEM,KAAK,CAAC,gBAAgB;QACzB,IAAI,MAAM,CAAC;QACX,IAAI;YACA,MAAM,GAAG,MAAM,KAAK,CAAC,IAAI,CAAC,gBAAgB,EAAE,EAAE,MAAM,EAAE,WAAW,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;SACvF;QAAC,OAAO,GAAG,EAAE;YACV,MAAM,IAAI,6BAAY,CAAC,mDAAmD,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;SAC3G;QAED,IAAI,MAAM,CAAC,MAAM,KAAK,GAAG,EAAE;YACvB,MAAM,IAAI,6BAAY,CAAC,4CAA4C,MAAM,CAAC,MAAM,EAAE,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;SAC9G;QAED,MAAM,IAAI,GAAG,CAAC,MAAM,MAAM,CAAC,IAAI,EAAE,CAAyB,CAAC;QAC3D,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE;YACtB,MAAM,IAAI,6BAAY,CAAC,0CAA0C,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,CAAC,CAAC;SAC7F;QAED,OAAO,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;IACvC,CAAC;IAEM,KAAK,CAAC,cAAc,CAAC,IAAY,EAAE,EAAU,EAAE,SAAiB;QACnE,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,yCAAyC,SAAS,WAAW,IAAI,SAAS,EAAE,GAAG,CAAC,CAAC;QAElG,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,2BAA2B,EAAE,+DAAwC,EAAE;YAC/G,IAAI;YACJ,EAAE;YACF,EAAE,EAAE,SAAS;SAChB,CAAC,CAAC;QACH,MAAM,MAAM,GAAG,MAAM,UAAU,CAAC,MAAM,EAAE,CAAC;QAEzC,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAsC,CAAC;IAC5F,CAAC;IAEM,KAAK,CAAC,gBAAgB,CAAC,MAAc;QACxC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,+CAA+C,MAAM,GAAG,CAAC,CAAC;QAE3E,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,aAAa,CACvC,8BAA8B,GAAG,MAAM,EACvC,iEAA0C,CAC7C,CAAC;QACF,OAAO,CAAC,MAAM,UAAU,CAAC,MAAM,EAAE,CAAsC,CAAC;IAC5E,CAAC;CACJ,CAAA;mCAlDY,wBAAwB;IADpC,IAAA,qBAAU,GAAE;IAII,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,YAAY,CAAC,CAAA;IAAyB,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,MAAM,CAAC,CAAA;;GAHnF,wBAAwB,CAkDpC"}
@@ -1,5 +1,5 @@
1
- import { IPpasDistributionInvoiceDetailInput } from "#sch/datasources/enapo/ppas/distribution/IPpasDistributionInvoiceDetailInput";
2
- import { IPpasDistributionInvoiceListInput } from "#sch/datasources/enapo/ppas/distribution/IPpasDistributionInvoiceListInput";
1
+ import { IPpasDistributionInvoiceDetailInput } from "../../../../../schema-definitions/datasources/enapo/ppas/distribution/IPpasDistributionInvoiceDetailInput";
2
+ import { IPpasDistributionInvoiceListInput } from "../../../../../schema-definitions/datasources/enapo/ppas/distribution/IPpasDistributionInvoiceListInput";
3
3
  import { ISimpleConfig } from "@golemio/core/dist/helpers/configuration/ISimpleConfig";
4
4
  import { AbstractPpasDatasource } from "../AbstractPpasDatasource";
5
5
  export declare class PpasDistributionDatasource extends AbstractPpasDatasource {
@@ -13,11 +13,11 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
13
13
  };
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.PpasDistributionDatasource = void 0;
16
- const PpasDistributionSchema_1 = require("#sch/datasources/enapo/ppas/distribution/PpasDistributionSchema");
16
+ const PpasDistributionSchema_1 = require("../../../../../schema-definitions/datasources/enapo/ppas/distribution/PpasDistributionSchema");
17
17
  const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
18
18
  const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
19
19
  const AbstractPpasDatasource_1 = require("../AbstractPpasDatasource");
20
- let PpasDistributionDatasource = class PpasDistributionDatasource extends AbstractPpasDatasource_1.AbstractPpasDatasource {
20
+ let PpasDistributionDatasource = exports.PpasDistributionDatasource = class PpasDistributionDatasource extends AbstractPpasDatasource_1.AbstractPpasDatasource {
21
21
  constructor(config) {
22
22
  super(config, "module.energetics.enapo.ppas.distribution");
23
23
  }
@@ -37,7 +37,6 @@ let PpasDistributionDatasource = class PpasDistributionDatasource extends Abstra
37
37
  return (await datasource.getAll());
38
38
  }
39
39
  };
40
- exports.PpasDistributionDatasource = PpasDistributionDatasource;
41
40
  exports.PpasDistributionDatasource = PpasDistributionDatasource = __decorate([
42
41
  (0, tsyringe_1.injectable)(),
43
42
  __param(0, (0, tsyringe_1.inject)(CoreToken_1.CoreToken.SimpleConfig)),
@@ -1 +1 @@
1
- {"version":3,"file":"PpasDistributionDatasource.js","sourceRoot":"","sources":["../../../../../../src/integration-engine/enapo/datasources/ppas/distribution/PpasDistributionDatasource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAEA,4GAGyE;AAEzE,wEAAqE;AACrE,iEAAwE;AACxE,sEAAmE;AAG5D,IAAM,0BAA0B,GAAhC,MAAM,0BAA2B,SAAQ,+CAAsB;IAClE,YAA4C,MAAqB;QAC7D,KAAK,CAAC,MAAM,EAAE,2CAA2C,CAAC,CAAC;IAC/D,CAAC;IAEM,KAAK,CAAC,cAAc,CAAC,IAAY,EAAE,EAAU;QAChD,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,+BAA+B,EAAE,mEAA0C,EAAE;YACrH,IAAI;YACJ,EAAE;SACL,CAAC,CAAC;QACH,IAAI,MAAM,GAAG,CAAC,MAAM,UAAU,CAAC,MAAM,EAAE,CAAC,CAAC,WAAW,CAAC;QACrD,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE,CAAC;YACzB,MAAM,GAAG,CAAC,MAAM,CAAC,CAAC;QACtB,CAAC;QACD,OAAO,MAA6C,CAAC;IACzD,CAAC;IAEM,KAAK,CAAC,gBAAgB,CAAC,MAAc;QACxC,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,aAAa,CACvC,kCAAkC,GAAG,MAAM,EAC3C,qEAA4C,CAC/C,CAAC;QACF,OAAO,CAAC,MAAM,UAAU,CAAC,MAAM,EAAE,CAAwC,CAAC;IAC9E,CAAC;CACJ,CAAA;AAxBY,gEAA0B;qCAA1B,0BAA0B;IADtC,IAAA,qBAAU,GAAE;IAEI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,YAAY,CAAC,CAAA;;GADlC,0BAA0B,CAwBtC"}
1
+ {"version":3,"file":"PpasDistributionDatasource.js","sourceRoot":"","sources":["../../../../../../src/integration-engine/enapo/datasources/ppas/distribution/PpasDistributionDatasource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAEA,yIAGyE;AAEzE,wEAAqE;AACrE,iEAAwE;AACxE,sEAAmE;AAG5D,IAAM,0BAA0B,wCAAhC,MAAM,0BAA2B,SAAQ,+CAAsB;IAClE,YAA4C,MAAqB;QAC7D,KAAK,CAAC,MAAM,EAAE,2CAA2C,CAAC,CAAC;IAC/D,CAAC;IAEM,KAAK,CAAC,cAAc,CAAC,IAAY,EAAE,EAAU;QAChD,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,aAAa,CAAC,+BAA+B,EAAE,mEAA0C,EAAE;YACrH,IAAI;YACJ,EAAE;SACL,CAAC,CAAC;QACH,IAAI,MAAM,GAAG,CAAC,MAAM,UAAU,CAAC,MAAM,EAAE,CAAC,CAAC,WAAW,CAAC;QACrD,IAAI,CAAC,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,EAAE;YACxB,MAAM,GAAG,CAAC,MAAM,CAAC,CAAC;SACrB;QACD,OAAO,MAA6C,CAAC;IACzD,CAAC;IAEM,KAAK,CAAC,gBAAgB,CAAC,MAAc;QACxC,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,aAAa,CACvC,kCAAkC,GAAG,MAAM,EAC3C,qEAA4C,CAC/C,CAAC;QACF,OAAO,CAAC,MAAM,UAAU,CAAC,MAAM,EAAE,CAAwC,CAAC;IAC9E,CAAC;CACJ,CAAA;qCAxBY,0BAA0B;IADtC,IAAA,qBAAU,GAAE;IAEI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,YAAY,CAAC,CAAA;;GADlC,0BAA0B,CAwBtC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Chunker.js","sourceRoot":"","sources":["../../../../src/integration-engine/enapo/helpers/Chunker.ts"],"names":[],"mappings":";;;AAAA,MAAa,MAAM;IACR,MAAM,CAAC,UAAU,CAAI,KAAU,EAAE,IAAY;QAChD,MAAM,MAAM,GAAU,EAAE,CAAC;QACzB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,IAAI,IAAI,EAAE,CAAC;YAC1C,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC;QAC1C,CAAC;QACD,OAAO,MAAM,CAAC;IAClB,CAAC;CACJ;AARD,wBAQC"}
1
+ {"version":3,"file":"Chunker.js","sourceRoot":"","sources":["../../../../src/integration-engine/enapo/helpers/Chunker.ts"],"names":[],"mappings":";;;AAAA,MAAa,MAAM;IACR,MAAM,CAAC,UAAU,CAAI,KAAU,EAAE,IAAY;QAChD,MAAM,MAAM,GAAU,EAAE,CAAC;QACzB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,EAAE,CAAC,IAAI,IAAI,EAAE;YACzC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC;SACzC;QACD,OAAO,MAAM,CAAC;IAClB,CAAC;CACJ;AARD,wBAQC"}
@@ -1,4 +1,4 @@
1
- import { IDataEntrypointParams } from "#ie/commodity-providers/workers/interfaces/IDataEntrypointParams";
1
+ import { IDataEntrypointParams } from "../../commodity-providers/workers/interfaces/IDataEntrypointParams";
2
2
  import { DateTime, Interval } from "@golemio/core/dist/shared/luxon";
3
3
  export declare class IntervalGenerator {
4
4
  static getIntervals(from: DateTime, to: DateTime, daySplit: number): Interval[];
@@ -1,5 +1,5 @@
1
- import { IEnapoMeasurementsDto } from "#sch/models/enapo/interfaces/IEnapoMeasurmentsDto";
2
- import { IMeasurementDto } from "#sch/models/interfaces/IMeasurementDto";
1
+ import { IEnapoMeasurementsDto } from "../../../schema-definitions/models/enapo/interfaces/IEnapoMeasurmentsDto";
2
+ import { IMeasurementDto } from "../../../schema-definitions/models/interfaces/IMeasurementDto";
3
3
  export declare class EnapoMeasurementsDataNormalizer {
4
4
  static filter(data: Array<IEnapoMeasurementsDto | IMeasurementDto>): (IMeasurementDto | IEnapoMeasurementsDto)[];
5
5
  }
@@ -1,7 +1,7 @@
1
- import { IAddress } from "#sch/models/eno/interfaces/IAddress";
2
- import { IBuilding } from "#sch/models/eno/interfaces/IBuilding";
3
- import { ILocation } from "#sch/models/eno/interfaces/ILocation";
4
- import { IProperty } from "#sch/models/eno/interfaces/IProperty";
1
+ import { IAddress } from "../../../../schema-definitions/models/eno/interfaces/IAddress";
2
+ import { IBuilding } from "../../../../schema-definitions/models/eno/interfaces/IBuilding";
3
+ import { ILocation } from "../../../../schema-definitions/models/eno/interfaces/ILocation";
4
+ import { IProperty } from "../../../../schema-definitions/models/eno/interfaces/IProperty";
5
5
  export interface IEnoBuildingInfo {
6
6
  bulding: IBuilding;
7
7
  property: IProperty;
@@ -1,7 +1,7 @@
1
- import { IAddress } from "#sch/models/eno/interfaces/IAddress";
2
- import { ILocation } from "#sch/models/eno/interfaces/ILocation";
3
- import { IProperty } from "#sch/models/eno/interfaces/IProperty";
4
- import { IStructure } from "#sch/models/eno/interfaces/IStructure";
1
+ import { IAddress } from "../../../../schema-definitions/models/eno/interfaces/IAddress";
2
+ import { ILocation } from "../../../../schema-definitions/models/eno/interfaces/ILocation";
3
+ import { IProperty } from "../../../../schema-definitions/models/eno/interfaces/IProperty";
4
+ import { IStructure } from "../../../../schema-definitions/models/eno/interfaces/IStructure";
5
5
  export interface IEnoStructureInfo {
6
6
  structure: IStructure;
7
7
  property: IProperty;
@@ -1,4 +1,4 @@
1
- import { IGeometryInput } from "#sch/datasources/eno/interfaces/IGeometryInput";
1
+ import { IGeometryInput } from "../../../../schema-definitions/datasources/eno/interfaces/IGeometryInput";
2
2
  export interface IGeometryInputWithIndex extends IGeometryInput {
3
3
  index: number;
4
4
  }
@@ -1,10 +1,10 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.EnapoContainer = void 0;
4
- const CommodityProviderDataSourceFactory_1 = require("#ie/commodity-providers/datasources/CommodityProviderDataSourceFactory");
5
- const CemApiDataSourceProvider_1 = require("#ie/commodity-providers/datasources/cem-api/CemApiDataSourceProvider");
6
- const PpasAveApiDataSourceProvider_1 = require("#ie/commodity-providers/datasources/ppas-ave-api/PpasAveApiDataSourceProvider");
7
- const WorkerContainerToken_1 = require("#ie/commodity-providers/ioc/WorkerContainerToken");
4
+ const CommodityProviderDataSourceFactory_1 = require("../../commodity-providers/datasources/CommodityProviderDataSourceFactory");
5
+ const CemApiDataSourceProvider_1 = require("../../commodity-providers/datasources/cem-api/CemApiDataSourceProvider");
6
+ const PpasAveApiDataSourceProvider_1 = require("../../commodity-providers/datasources/ppas-ave-api/PpasAveApiDataSourceProvider");
7
+ const WorkerContainerToken_1 = require("../../commodity-providers/ioc/WorkerContainerToken");
8
8
  const Di_1 = require("@golemio/core/dist/integration-engine/ioc/Di");
9
9
  const EnoDatasourceFactory_1 = require("../datasources/eno/EnoDatasourceFactory");
10
10
  const PorsennaDataSourceProvider_1 = require("../datasources/porsenna/PorsennaDataSourceProvider");
@@ -1 +1 @@
1
- {"version":3,"file":"Di.js","sourceRoot":"","sources":["../../../../src/integration-engine/enapo/ioc/Di.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Di.js","sourceRoot":"","sources":["../../../../src/integration-engine/enapo/ioc/Di.ts"],"names":[],"mappings":"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"}
@@ -10,12 +10,12 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.EnapoMeasurementsRepository = void 0;
13
- const _sch_1 = require("#sch");
14
- const EnapoMeasurementsModel_1 = require("#sch/models/enapo/EnapoMeasurementsModel");
13
+ const _sch_1 = require("../../../schema-definitions");
14
+ const EnapoMeasurementsModel_1 = require("../../../schema-definitions/models/enapo/EnapoMeasurementsModel");
15
15
  const PostgresModel_1 = require("@golemio/core/dist/integration-engine/models/PostgresModel");
16
16
  const golemio_validator_1 = require("@golemio/core/dist/shared/golemio-validator");
17
17
  const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
18
- let EnapoMeasurementsRepository = class EnapoMeasurementsRepository extends PostgresModel_1.PostgresModel {
18
+ let EnapoMeasurementsRepository = exports.EnapoMeasurementsRepository = class EnapoMeasurementsRepository extends PostgresModel_1.PostgresModel {
19
19
  constructor() {
20
20
  super(EnapoMeasurementsModel_1.EnapoMeasurementsModel.REPOSITORY_NAME, {
21
21
  pgTableName: EnapoMeasurementsModel_1.EnapoMeasurementsModel.TABLE_NAME,
@@ -25,7 +25,6 @@ let EnapoMeasurementsRepository = class EnapoMeasurementsRepository extends Post
25
25
  }, new golemio_validator_1.JSONSchemaValidator(EnapoMeasurementsModel_1.EnapoMeasurementsModel.JSON_SCHEMA_VALIDATOR_NAME, EnapoMeasurementsModel_1.EnapoMeasurementsModel.jsonSchema));
26
26
  }
27
27
  };
28
- exports.EnapoMeasurementsRepository = EnapoMeasurementsRepository;
29
28
  exports.EnapoMeasurementsRepository = EnapoMeasurementsRepository = __decorate([
30
29
  (0, tsyringe_1.injectable)(),
31
30
  __metadata("design:paramtypes", [])
@@ -1 +1 @@
1
- {"version":3,"file":"EnapoMeasurementsRepository.js","sourceRoot":"","sources":["../../../../src/integration-engine/enapo/repositories/EnapoMeasurementsRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+BAAwC;AACxC,qFAAkF;AAElF,8FAA2F;AAC3F,mFAAkF;AAClF,iEAAgE;AAGzD,IAAM,2BAA2B,GAAjC,MAAM,2BAA4B,SAAQ,6BAAa;IAC1D;QACI,KAAK,CACD,+CAAsB,CAAC,eAAe,EACtC;YACI,WAAW,EAAE,+CAAsB,CAAC,UAAU;YAC9C,QAAQ,EAAE,uBAAgB,CAAC,QAAQ;YACnC,yBAAyB,EAAE,+CAAsB,CAAC,cAAc;YAChE,UAAU,EAAE,gBAAgB;SAC/B,EACD,IAAI,uCAAmB,CAAC,+CAAsB,CAAC,0BAA0B,EAAE,+CAAsB,CAAC,UAAU,CAAC,CAChH,CAAC;IACN,CAAC;CACJ,CAAA;AAbY,kEAA2B;sCAA3B,2BAA2B;IADvC,IAAA,qBAAU,GAAE;;GACA,2BAA2B,CAavC"}
1
+ {"version":3,"file":"EnapoMeasurementsRepository.js","sourceRoot":"","sources":["../../../../src/integration-engine/enapo/repositories/EnapoMeasurementsRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,sDAAwC;AACxC,4GAAkF;AAElF,8FAA2F;AAC3F,mFAAkF;AAClF,iEAAgE;AAGzD,IAAM,2BAA2B,yCAAjC,MAAM,2BAA4B,SAAQ,6BAAa;IAC1D;QACI,KAAK,CACD,+CAAsB,CAAC,eAAe,EACtC;YACI,WAAW,EAAE,+CAAsB,CAAC,UAAU;YAC9C,QAAQ,EAAE,uBAAgB,CAAC,QAAQ;YACnC,yBAAyB,EAAE,+CAAsB,CAAC,cAAc;YAChE,UAAU,EAAE,gBAAgB;SAC/B,EACD,IAAI,uCAAmB,CAAC,+CAAsB,CAAC,0BAA0B,EAAE,+CAAsB,CAAC,UAAU,CAAC,CAChH,CAAC;IACN,CAAC;CACJ,CAAA;sCAbY,2BAA2B;IADvC,IAAA,qBAAU,GAAE;;GACA,2BAA2B,CAavC"}
@@ -10,12 +10,12 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.PreIncomingDataLogRepository = void 0;
13
- const _sch_1 = require("#sch");
14
- const PreIncomingDataLogModel_1 = require("#sch/models/enapo/PreIncomingDataLogModel");
13
+ const _sch_1 = require("../../../schema-definitions");
14
+ const PreIncomingDataLogModel_1 = require("../../../schema-definitions/models/enapo/PreIncomingDataLogModel");
15
15
  const PostgresModel_1 = require("@golemio/core/dist/integration-engine/models/PostgresModel");
16
16
  const golemio_validator_1 = require("@golemio/core/dist/shared/golemio-validator");
17
17
  const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
18
- let PreIncomingDataLogRepository = class PreIncomingDataLogRepository extends PostgresModel_1.PostgresModel {
18
+ let PreIncomingDataLogRepository = exports.PreIncomingDataLogRepository = class PreIncomingDataLogRepository extends PostgresModel_1.PostgresModel {
19
19
  constructor() {
20
20
  super(PreIncomingDataLogModel_1.PreIncomingDataLogModel.REPOSITORY_NAME, {
21
21
  pgTableName: PreIncomingDataLogModel_1.PreIncomingDataLogModel.TABLE_NAME,
@@ -25,7 +25,6 @@ let PreIncomingDataLogRepository = class PreIncomingDataLogRepository extends Po
25
25
  }, new golemio_validator_1.JSONSchemaValidator(PreIncomingDataLogModel_1.PreIncomingDataLogModel.JSON_SCHEMA_VALIDATOR_NAME, PreIncomingDataLogModel_1.PreIncomingDataLogModel.jsonSchema));
26
26
  }
27
27
  };
28
- exports.PreIncomingDataLogRepository = PreIncomingDataLogRepository;
29
28
  exports.PreIncomingDataLogRepository = PreIncomingDataLogRepository = __decorate([
30
29
  (0, tsyringe_1.injectable)(),
31
30
  __metadata("design:paramtypes", [])
@@ -1 +1 @@
1
- {"version":3,"file":"PreIncomingDataLogRepository.js","sourceRoot":"","sources":["../../../../src/integration-engine/enapo/repositories/PreIncomingDataLogRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+BAAwC;AACxC,uFAAoF;AAEpF,8FAA2F;AAC3F,mFAAkF;AAClF,iEAAgE;AAGzD,IAAM,4BAA4B,GAAlC,MAAM,4BAA6B,SAAQ,6BAAa;IAC3D;QACI,KAAK,CACD,iDAAuB,CAAC,eAAe,EACvC;YACI,WAAW,EAAE,iDAAuB,CAAC,UAAU;YAC/C,QAAQ,EAAE,uBAAgB,CAAC,QAAQ;YACnC,yBAAyB,EAAE,iDAAuB,CAAC,cAAc;YACjE,UAAU,EAAE,gBAAgB;SAC/B,EACD,IAAI,uCAAmB,CAAC,iDAAuB,CAAC,0BAA0B,EAAE,iDAAuB,CAAC,UAAU,CAAC,CAClH,CAAC;IACN,CAAC;CACJ,CAAA;AAbY,oEAA4B;uCAA5B,4BAA4B;IADxC,IAAA,qBAAU,GAAE;;GACA,4BAA4B,CAaxC"}
1
+ {"version":3,"file":"PreIncomingDataLogRepository.js","sourceRoot":"","sources":["../../../../src/integration-engine/enapo/repositories/PreIncomingDataLogRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,sDAAwC;AACxC,8GAAoF;AAEpF,8FAA2F;AAC3F,mFAAkF;AAClF,iEAAgE;AAGzD,IAAM,4BAA4B,0CAAlC,MAAM,4BAA6B,SAAQ,6BAAa;IAC3D;QACI,KAAK,CACD,iDAAuB,CAAC,eAAe,EACvC;YACI,WAAW,EAAE,iDAAuB,CAAC,UAAU;YAC/C,QAAQ,EAAE,uBAAgB,CAAC,QAAQ;YACnC,yBAAyB,EAAE,iDAAuB,CAAC,cAAc;YACjE,UAAU,EAAE,gBAAgB;SAC/B,EACD,IAAI,uCAAmB,CAAC,iDAAuB,CAAC,0BAA0B,EAAE,iDAAuB,CAAC,UAAU,CAAC,CAClH,CAAC;IACN,CAAC;CACJ,CAAA;uCAbY,4BAA4B;IADxC,IAAA,qBAAU,GAAE;;GACA,4BAA4B,CAaxC"}
@@ -10,12 +10,12 @@ var __metadata = (this && this.__metadata) || function (k, v) {
10
10
  };
11
11
  Object.defineProperty(exports, "__esModule", { value: true });
12
12
  exports.EnoAddressRepository = void 0;
13
- const _sch_1 = require("#sch");
14
- const AddressModel_1 = require("#sch/models/eno/AddressModel");
13
+ const _sch_1 = require("../../../../schema-definitions");
14
+ const AddressModel_1 = require("../../../../schema-definitions/models/eno/AddressModel");
15
15
  const PostgresModel_1 = require("@golemio/core/dist/integration-engine/models/PostgresModel");
16
16
  const golemio_validator_1 = require("@golemio/core/dist/shared/golemio-validator");
17
17
  const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
18
- let EnoAddressRepository = class EnoAddressRepository extends PostgresModel_1.PostgresModel {
18
+ let EnoAddressRepository = exports.EnoAddressRepository = class EnoAddressRepository extends PostgresModel_1.PostgresModel {
19
19
  constructor() {
20
20
  super("EnoAddressRepository", {
21
21
  pgTableName: AddressModel_1.AddressModel.TABLE_NAME,
@@ -25,7 +25,6 @@ let EnoAddressRepository = class EnoAddressRepository extends PostgresModel_1.Po
25
25
  }, new golemio_validator_1.JSONSchemaValidator("EnoAddressRepositoryValidation", AddressModel_1.AddressModel.jsonSchema));
26
26
  }
27
27
  };
28
- exports.EnoAddressRepository = EnoAddressRepository;
29
28
  exports.EnoAddressRepository = EnoAddressRepository = __decorate([
30
29
  (0, tsyringe_1.injectable)(),
31
30
  __metadata("design:paramtypes", [])
@@ -1 +1 @@
1
- {"version":3,"file":"EnoAddressRepository.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/repositories/eno/EnoAddressRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,+BAAwC;AACxC,+DAA4D;AAE5D,8FAA2F;AAC3F,mFAAkF;AAClF,iEAAgE;AAGzD,IAAM,oBAAoB,GAA1B,MAAM,oBAAqB,SAAQ,6BAAa;IACnD;QACI,KAAK,CACD,sBAAsB,EACtB;YACI,WAAW,EAAE,2BAAY,CAAC,UAAU;YACpC,QAAQ,EAAE,uBAAgB,CAAC,QAAQ;YACnC,yBAAyB,EAAE,2BAAY,CAAC,cAAc;YACtD,UAAU,EAAE,gBAAgB;SAC/B,EACD,IAAI,uCAAmB,CAAC,gCAAgC,EAAE,2BAAY,CAAC,UAAU,CAAC,CACrF,CAAC;IACN,CAAC;CACJ,CAAA;AAbY,oDAAoB;+BAApB,oBAAoB;IADhC,IAAA,qBAAU,GAAE;;GACA,oBAAoB,CAahC"}
1
+ {"version":3,"file":"EnoAddressRepository.js","sourceRoot":"","sources":["../../../../../src/integration-engine/enapo/repositories/eno/EnoAddressRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;AAAA,yDAAwC;AACxC,yFAA4D;AAE5D,8FAA2F;AAC3F,mFAAkF;AAClF,iEAAgE;AAGzD,IAAM,oBAAoB,kCAA1B,MAAM,oBAAqB,SAAQ,6BAAa;IACnD;QACI,KAAK,CACD,sBAAsB,EACtB;YACI,WAAW,EAAE,2BAAY,CAAC,UAAU;YACpC,QAAQ,EAAE,uBAAgB,CAAC,QAAQ;YACnC,yBAAyB,EAAE,2BAAY,CAAC,cAAc;YACtD,UAAU,EAAE,gBAAgB;SAC/B,EACD,IAAI,uCAAmB,CAAC,gCAAgC,EAAE,2BAAY,CAAC,UAAU,CAAC,CACrF,CAAC;IACN,CAAC;CACJ,CAAA;+BAbY,oBAAoB;IADhC,IAAA,qBAAU,GAAE;;GACA,oBAAoB,CAahC"}