@golemio/energetics 1.4.13-dev.1940911315 → 1.4.13-rc.1966767165

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 (207) hide show
  1. package/dist/integration-engine/commodity-providers/datasources/cem-api/CemApiDataSourceProvider.js +4 -4
  2. package/dist/integration-engine/commodity-providers/datasources/cem-api/CemApiDataSourceProvider.js.map +1 -1
  3. package/dist/integration-engine/commodity-providers/datasources/ppas-ave-api/interfaces/IAveApiDeviceDataParams.d.ts +1 -0
  4. package/dist/integration-engine/commodity-providers/ioc/Di.js +6 -6
  5. package/dist/integration-engine/commodity-providers/ioc/Di.js.map +1 -1
  6. package/dist/integration-engine/commodity-providers/repositories/AccessLimitationRepository.js.map +1 -0
  7. package/dist/integration-engine/commodity-providers/transformations/AveMeasurementTransformation.d.ts +2 -3
  8. package/dist/integration-engine/commodity-providers/transformations/AveMeasurementTransformation.js +1 -2
  9. package/dist/integration-engine/commodity-providers/transformations/AveMeasurementTransformation.js.map +1 -1
  10. package/dist/integration-engine/commodity-providers/transformations/CemMeasurementTransformation.d.ts +0 -2
  11. package/dist/integration-engine/commodity-providers/transformations/CemMeasurementTransformation.js +3 -4
  12. package/dist/integration-engine/commodity-providers/transformations/CemMeasurementTransformation.js.map +1 -1
  13. package/dist/integration-engine/commodity-providers/transformations/PreElectroTransformation.js +0 -1
  14. package/dist/integration-engine/commodity-providers/transformations/PreElectroTransformation.js.map +1 -1
  15. package/dist/integration-engine/commodity-providers/transformations/PreMeasurementTransformation.js +0 -1
  16. package/dist/integration-engine/commodity-providers/transformations/PreMeasurementTransformation.js.map +1 -1
  17. package/dist/integration-engine/commodity-providers/transformations/PtasWebMeasurementTransformation.js +0 -1
  18. package/dist/integration-engine/commodity-providers/transformations/PtasWebMeasurementTransformation.js.map +1 -1
  19. package/dist/integration-engine/{tasks/oict-energetika → commodity-providers/workers/tasks}/FetchAccessConfigurationTask.js +2 -2
  20. package/dist/integration-engine/commodity-providers/workers/tasks/FetchAccessConfigurationTask.js.map +1 -0
  21. package/dist/integration-engine/commodity-providers/workers/tasks/FetchPpasEEMeasurementsTask.js +1 -2
  22. package/dist/integration-engine/commodity-providers/workers/tasks/FetchPpasEEMeasurementsTask.js.map +1 -1
  23. package/dist/integration-engine/commodity-providers/workers/tasks/FetchPpasMeasurementsTask.js +1 -2
  24. package/dist/integration-engine/commodity-providers/workers/tasks/FetchPpasMeasurementsTask.js.map +1 -1
  25. package/dist/integration-engine/commodity-providers/workers/tasks/FetchPreMeasurementDataTask.js +1 -1
  26. package/dist/integration-engine/commodity-providers/workers/tasks/FetchPreMeasurementDataTask.js.map +1 -1
  27. package/dist/integration-engine/commodity-providers/workers/tasks/FetchVeoliaMeasurementsTask.js +4 -6
  28. package/dist/integration-engine/commodity-providers/workers/tasks/FetchVeoliaMeasurementsTask.js.map +1 -1
  29. package/dist/integration-engine/enapo/workers/task/EnapoPpasTask.js +1 -0
  30. package/dist/integration-engine/enapo/workers/task/EnapoPpasTask.js.map +1 -1
  31. package/dist/integration-engine/index.js +2 -2
  32. package/dist/integration-engine/index.js.map +1 -1
  33. package/dist/integration-engine/{datasources/oict-energetika → oict-energetika/datasources}/OictDataSourceFactory.js.map +1 -1
  34. package/dist/integration-engine/{datasources/oict-energetika → oict-energetika/datasources}/helpers/OictApiHelper.js.map +1 -1
  35. package/dist/integration-engine/{datasources/oict-energetika → oict-energetika/datasources}/helpers/index.js.map +1 -1
  36. package/dist/integration-engine/oict-energetika/interfaces/IFetchConsumptionInput.js.map +1 -0
  37. package/dist/integration-engine/oict-energetika/interfaces/IFetchDataInput.js.map +1 -0
  38. package/dist/integration-engine/oict-energetika/ioc/Di.d.ts +3 -0
  39. package/dist/integration-engine/oict-energetika/ioc/Di.js +13 -0
  40. package/dist/integration-engine/oict-energetika/ioc/Di.js.map +1 -0
  41. package/dist/integration-engine/oict-energetika/ioc/ModuleContainer.d.ts +4 -0
  42. package/dist/integration-engine/oict-energetika/ioc/ModuleContainer.js +10 -0
  43. package/dist/integration-engine/oict-energetika/ioc/ModuleContainer.js.map +1 -0
  44. package/dist/integration-engine/{repositories/oict-energetika → oict-energetika/repositories}/ConsumptionRepository.js.map +1 -1
  45. package/dist/integration-engine/{schema/oict-energetika → oict-energetika/schema}/FetchConsumptionSchema.d.ts +1 -1
  46. package/dist/integration-engine/{schema/oict-energetika → oict-energetika/schema}/FetchConsumptionSchema.js.map +1 -1
  47. package/dist/integration-engine/{schema/oict-energetika → oict-energetika/schema}/FetchDataSchema.d.ts +1 -1
  48. package/dist/integration-engine/{schema/oict-energetika → oict-energetika/schema}/FetchDataSchema.js.map +1 -1
  49. package/dist/integration-engine/{tasks/oict-energetika → oict-energetika/tasks}/FetchConsumptionTask.d.ts +2 -2
  50. package/dist/integration-engine/{tasks/oict-energetika → oict-energetika/tasks}/FetchConsumptionTask.js +5 -5
  51. package/dist/integration-engine/{tasks/oict-energetika → oict-energetika/tasks}/FetchConsumptionTask.js.map +1 -1
  52. package/dist/integration-engine/{tasks/oict-energetika → oict-energetika/tasks}/FetchDataTask.d.ts +2 -2
  53. package/dist/integration-engine/{tasks/oict-energetika → oict-energetika/tasks}/FetchDataTask.js +1 -1
  54. package/dist/integration-engine/{tasks/oict-energetika → oict-energetika/tasks}/FetchDataTask.js.map +1 -1
  55. package/dist/integration-engine/{transformations/oict-energetika → oict-energetika/transformations}/ConsumptionTransformation.js +1 -1
  56. package/dist/integration-engine/{transformations/oict-energetika → oict-energetika/transformations}/ConsumptionTransformation.js.map +1 -1
  57. package/dist/integration-engine/{workers/oict-energetika → oict-energetika/workers}/OictEnergetikaWorker.js +3 -3
  58. package/dist/integration-engine/{workers/oict-energetika → oict-energetika/workers}/OictEnergetikaWorker.js.map +1 -1
  59. package/dist/integration-engine/shared/helpers/ParserHelpers.js.map +1 -0
  60. package/dist/integration-engine/shared/helpers/UnimonitorCemApiHelper.js.map +1 -0
  61. package/dist/integration-engine/{datasources/vpalace → vpalace/datasources}/BaseVpalaceFactory.js.map +1 -1
  62. package/dist/integration-engine/{datasources/vpalace → vpalace/datasources}/VpalaceMeasurementDataSource.js +2 -2
  63. package/dist/integration-engine/{datasources/vpalace → vpalace/datasources}/VpalaceMeasurementDataSource.js.map +1 -1
  64. package/dist/integration-engine/{datasources/vpalace → vpalace/datasources}/VpalaceMeasuringEquipmentDataSource.js +2 -2
  65. package/dist/integration-engine/{datasources/vpalace → vpalace/datasources}/VpalaceMeasuringEquipmentDataSource.js.map +1 -1
  66. package/dist/integration-engine/{datasources/vpalace → vpalace/datasources}/VpalaceMeterTypeDataSource.js +2 -2
  67. package/dist/integration-engine/{datasources/vpalace → vpalace/datasources}/VpalaceMeterTypeDataSource.js.map +1 -1
  68. package/dist/integration-engine/{datasources/vpalace → vpalace/datasources}/VpalaceTypeMeasuringEquipmentDataSource.js +2 -2
  69. package/dist/integration-engine/{datasources/vpalace → vpalace/datasources}/VpalaceTypeMeasuringEquipmentDataSource.js.map +1 -1
  70. package/dist/integration-engine/{datasources/vpalace → vpalace/datasources}/VpalaceUnitsDataSource.js +2 -2
  71. package/dist/integration-engine/{datasources/vpalace → vpalace/datasources}/VpalaceUnitsDataSource.js.map +1 -1
  72. package/dist/integration-engine/vpalace/interfaces/IFetchXDaysDataInput.js.map +1 -0
  73. package/dist/integration-engine/vpalace/interfaces/IFetchXHoursDataInput.js.map +1 -0
  74. package/dist/integration-engine/vpalace/ioc/Di.js +64 -0
  75. package/dist/integration-engine/vpalace/ioc/Di.js.map +1 -0
  76. package/dist/integration-engine/{ioc → vpalace/ioc}/ModuleContainer.d.ts +4 -4
  77. package/dist/integration-engine/{ioc → vpalace/ioc}/ModuleContainer.js +5 -8
  78. package/dist/integration-engine/vpalace/ioc/ModuleContainer.js.map +1 -0
  79. package/dist/integration-engine/{repositories/vpalace → vpalace/repositories}/VpalacUnitsRepository.js.map +1 -1
  80. package/dist/integration-engine/{repositories/vpalace → vpalace/repositories}/VpalaceMeasurementRepository.js.map +1 -1
  81. package/dist/integration-engine/{repositories/vpalace → vpalace/repositories}/VpalaceMeasuringEquipmentRepository.js.map +1 -1
  82. package/dist/integration-engine/{repositories/vpalace → vpalace/repositories}/VpalaceMeterTypeRepository.js.map +1 -1
  83. package/dist/integration-engine/{repositories/vpalace → vpalace/repositories}/VpalaceTypeMeasuringEquipmentRepository.js.map +1 -1
  84. package/dist/integration-engine/{schema/vpalace → vpalace/schema}/FetchXDaysDataValidationSchema.d.ts +1 -1
  85. package/dist/integration-engine/vpalace/schema/FetchXDaysDataValidationSchema.js.map +1 -0
  86. package/dist/integration-engine/{schema/vpalace → vpalace/schema}/FetchXHoursDataValidationSchema.d.ts +1 -1
  87. package/dist/integration-engine/vpalace/schema/FetchXHoursDataValidationSchema.js.map +1 -0
  88. package/dist/integration-engine/{tasks/vpalace → vpalace/tasks}/FetchDateFactory.js +6 -6
  89. package/dist/integration-engine/{tasks/vpalace → vpalace/tasks}/FetchDateFactory.js.map +1 -1
  90. package/dist/integration-engine/{tasks/vpalace → vpalace/tasks}/FetchXDaysDataTask.d.ts +2 -2
  91. package/dist/integration-engine/{tasks/vpalace → vpalace/tasks}/FetchXDaysDataTask.js +7 -7
  92. package/dist/integration-engine/{tasks/vpalace → vpalace/tasks}/FetchXDaysDataTask.js.map +1 -1
  93. package/dist/integration-engine/{tasks/vpalace → vpalace/tasks}/FetchXHoursDataTask.d.ts +2 -2
  94. package/dist/integration-engine/{tasks/vpalace → vpalace/tasks}/FetchXHoursDataTask.js +7 -7
  95. package/dist/integration-engine/{tasks/vpalace → vpalace/tasks}/FetchXHoursDataTask.js.map +1 -1
  96. package/dist/integration-engine/{tasks/vpalace → vpalace/tasks}/MeasurementDataFetcher.d.ts +3 -3
  97. package/dist/integration-engine/{tasks/vpalace → vpalace/tasks}/MeasurementDataFetcher.js +7 -7
  98. package/dist/integration-engine/{tasks/vpalace → vpalace/tasks}/MeasurementDataFetcher.js.map +1 -1
  99. package/dist/integration-engine/{tasks/vpalace → vpalace/tasks}/MeasuringEquipmentFetcher.d.ts +3 -3
  100. package/dist/integration-engine/{tasks/vpalace → vpalace/tasks}/MeasuringEquipmentFetcher.js +7 -7
  101. package/dist/integration-engine/{tasks/vpalace → vpalace/tasks}/MeasuringEquipmentFetcher.js.map +1 -1
  102. package/dist/integration-engine/{tasks/vpalace → vpalace/tasks}/MeterTypeFetcher.d.ts +3 -3
  103. package/dist/integration-engine/{tasks/vpalace → vpalace/tasks}/MeterTypeFetcher.js +7 -7
  104. package/dist/integration-engine/{tasks/vpalace → vpalace/tasks}/MeterTypeFetcher.js.map +1 -1
  105. package/dist/integration-engine/{tasks/vpalace → vpalace/tasks}/TypeMeasuringEquipmentFetcher.d.ts +3 -3
  106. package/dist/integration-engine/{tasks/vpalace → vpalace/tasks}/TypeMeasuringEquipmentFetcher.js +7 -7
  107. package/dist/integration-engine/{tasks/vpalace → vpalace/tasks}/TypeMeasuringEquipmentFetcher.js.map +1 -1
  108. package/dist/integration-engine/{tasks/vpalace → vpalace/tasks}/UnitDataFetcher.d.ts +3 -3
  109. package/dist/integration-engine/{tasks/vpalace → vpalace/tasks}/UnitDataFetcher.js +7 -7
  110. package/dist/integration-engine/{tasks/vpalace → vpalace/tasks}/UnitDataFetcher.js.map +1 -1
  111. package/dist/integration-engine/{transformations/vpalace → vpalace/transformations}/VpalacMeasurementTransformation.js +1 -1
  112. package/dist/integration-engine/{transformations/vpalace → vpalace/transformations}/VpalacMeasurementTransformation.js.map +1 -1
  113. package/dist/integration-engine/{transformations/vpalace → vpalace/transformations}/VpalacMeasuringEquipmentTransformation.js.map +1 -1
  114. package/dist/integration-engine/{transformations/vpalace → vpalace/transformations}/VpalacMeterTypeTransformation.js.map +1 -1
  115. package/dist/integration-engine/{transformations/vpalace → vpalace/transformations}/VpalacTypeMeasuringEquipmentTransformation.js.map +1 -1
  116. package/dist/integration-engine/{transformations/vpalace → vpalace/transformations}/VpalacUnitsTransformation.js.map +1 -1
  117. package/dist/integration-engine/{transformations/vpalace → vpalace/transformations}/index.js.map +1 -1
  118. package/dist/integration-engine/{workers/vpalace → vpalace/workers}/EnergeticsNewVpalaceWorker.js +3 -3
  119. package/dist/integration-engine/{workers/vpalace → vpalace/workers}/EnergeticsNewVpalaceWorker.js.map +1 -1
  120. package/dist/schema-definitions/datasources/StaticMeterSettingsJsonSchema.js +3 -4
  121. package/dist/schema-definitions/datasources/StaticMeterSettingsJsonSchema.js.map +1 -1
  122. package/dist/schema-definitions/datasources/interfaces/IStaticMeterSettings.d.ts +2 -3
  123. package/dist/schema-definitions/models/MeasurementsModel.d.ts +0 -1
  124. package/dist/schema-definitions/models/MeasurementsModel.js +1 -15
  125. package/dist/schema-definitions/models/MeasurementsModel.js.map +1 -1
  126. package/dist/schema-definitions/models/interfaces/IMeasurementDto.d.ts +0 -1
  127. package/docs/implementation_documentation.md +6 -6
  128. package/package.json +3 -3
  129. package/db/migrations/postgresql/20250213141826-add-device-serial-id.js +0 -53
  130. package/db/migrations/postgresql/sqls/20250213141826-add-device-serial-id-down.sql +0 -1
  131. package/db/migrations/postgresql/sqls/20250213141826-add-device-serial-id-up.sql +0 -1
  132. package/dist/integration-engine/helpers/ParserHelpers.js.map +0 -1
  133. package/dist/integration-engine/helpers/UnimonitorCemApiHelper.js.map +0 -1
  134. package/dist/integration-engine/helpers/index.d.ts +0 -1
  135. package/dist/integration-engine/helpers/index.js +0 -18
  136. package/dist/integration-engine/helpers/index.js.map +0 -1
  137. package/dist/integration-engine/interfaces/oict-energetika/IFetchConsumptionInput.js.map +0 -1
  138. package/dist/integration-engine/interfaces/oict-energetika/IFetchDataInput.js.map +0 -1
  139. package/dist/integration-engine/interfaces/vpalace/IFetchXDaysDataInput.js.map +0 -1
  140. package/dist/integration-engine/interfaces/vpalace/IFetchXHoursDataInput.js.map +0 -1
  141. package/dist/integration-engine/ioc/Di.js +0 -66
  142. package/dist/integration-engine/ioc/Di.js.map +0 -1
  143. package/dist/integration-engine/ioc/ModuleContainer.js.map +0 -1
  144. package/dist/integration-engine/repositories/oict-energetika/AccessLimitationRepository.js.map +0 -1
  145. package/dist/integration-engine/schema/vpalace/FetchXDaysDataValidationSchema.js.map +0 -1
  146. package/dist/integration-engine/schema/vpalace/FetchXHoursDataValidationSchema.js.map +0 -1
  147. package/dist/integration-engine/tasks/oict-energetika/FetchAccessConfigurationTask.js.map +0 -1
  148. /package/dist/integration-engine/{repositories/oict-energetika → commodity-providers/repositories}/AccessLimitationRepository.d.ts +0 -0
  149. /package/dist/integration-engine/{repositories/oict-energetika → commodity-providers/repositories}/AccessLimitationRepository.js +0 -0
  150. /package/dist/integration-engine/{tasks/oict-energetika → commodity-providers/workers/tasks}/FetchAccessConfigurationTask.d.ts +0 -0
  151. /package/dist/integration-engine/{datasources/oict-energetika → oict-energetika/datasources}/OictDataSourceFactory.d.ts +0 -0
  152. /package/dist/integration-engine/{datasources/oict-energetika → oict-energetika/datasources}/OictDataSourceFactory.js +0 -0
  153. /package/dist/integration-engine/{datasources/oict-energetika → oict-energetika/datasources}/helpers/OictApiHelper.d.ts +0 -0
  154. /package/dist/integration-engine/{datasources/oict-energetika → oict-energetika/datasources}/helpers/OictApiHelper.js +0 -0
  155. /package/dist/integration-engine/{datasources/oict-energetika → oict-energetika/datasources}/helpers/index.d.ts +0 -0
  156. /package/dist/integration-engine/{datasources/oict-energetika → oict-energetika/datasources}/helpers/index.js +0 -0
  157. /package/dist/integration-engine/{interfaces/oict-energetika → oict-energetika/interfaces}/IFetchConsumptionInput.d.ts +0 -0
  158. /package/dist/integration-engine/{interfaces/oict-energetika → oict-energetika/interfaces}/IFetchConsumptionInput.js +0 -0
  159. /package/dist/integration-engine/{interfaces/oict-energetika → oict-energetika/interfaces}/IFetchDataInput.d.ts +0 -0
  160. /package/dist/integration-engine/{interfaces/oict-energetika → oict-energetika/interfaces}/IFetchDataInput.js +0 -0
  161. /package/dist/integration-engine/{repositories/oict-energetika → oict-energetika/repositories}/ConsumptionRepository.d.ts +0 -0
  162. /package/dist/integration-engine/{repositories/oict-energetika → oict-energetika/repositories}/ConsumptionRepository.js +0 -0
  163. /package/dist/integration-engine/{schema/oict-energetika → oict-energetika/schema}/FetchConsumptionSchema.js +0 -0
  164. /package/dist/integration-engine/{schema/oict-energetika → oict-energetika/schema}/FetchDataSchema.js +0 -0
  165. /package/dist/integration-engine/{transformations/oict-energetika → oict-energetika/transformations}/ConsumptionTransformation.d.ts +0 -0
  166. /package/dist/integration-engine/{workers/oict-energetika → oict-energetika/workers}/OictEnergetikaWorker.d.ts +0 -0
  167. /package/dist/integration-engine/{helpers → shared/helpers}/ParserHelpers.d.ts +0 -0
  168. /package/dist/integration-engine/{helpers → shared/helpers}/ParserHelpers.js +0 -0
  169. /package/dist/integration-engine/{helpers → shared/helpers}/UnimonitorCemApiHelper.d.ts +0 -0
  170. /package/dist/integration-engine/{helpers → shared/helpers}/UnimonitorCemApiHelper.js +0 -0
  171. /package/dist/integration-engine/{datasources/vpalace → vpalace/datasources}/BaseVpalaceFactory.d.ts +0 -0
  172. /package/dist/integration-engine/{datasources/vpalace → vpalace/datasources}/BaseVpalaceFactory.js +0 -0
  173. /package/dist/integration-engine/{datasources/vpalace → vpalace/datasources}/VpalaceMeasurementDataSource.d.ts +0 -0
  174. /package/dist/integration-engine/{datasources/vpalace → vpalace/datasources}/VpalaceMeasuringEquipmentDataSource.d.ts +0 -0
  175. /package/dist/integration-engine/{datasources/vpalace → vpalace/datasources}/VpalaceMeterTypeDataSource.d.ts +0 -0
  176. /package/dist/integration-engine/{datasources/vpalace → vpalace/datasources}/VpalaceTypeMeasuringEquipmentDataSource.d.ts +0 -0
  177. /package/dist/integration-engine/{datasources/vpalace → vpalace/datasources}/VpalaceUnitsDataSource.d.ts +0 -0
  178. /package/dist/integration-engine/{interfaces/vpalace → vpalace/interfaces}/IFetchXDaysDataInput.d.ts +0 -0
  179. /package/dist/integration-engine/{interfaces/vpalace → vpalace/interfaces}/IFetchXDaysDataInput.js +0 -0
  180. /package/dist/integration-engine/{interfaces/vpalace → vpalace/interfaces}/IFetchXHoursDataInput.d.ts +0 -0
  181. /package/dist/integration-engine/{interfaces/vpalace → vpalace/interfaces}/IFetchXHoursDataInput.js +0 -0
  182. /package/dist/integration-engine/{ioc → vpalace/ioc}/Di.d.ts +0 -0
  183. /package/dist/integration-engine/{repositories/vpalace → vpalace/repositories}/VpalacUnitsRepository.d.ts +0 -0
  184. /package/dist/integration-engine/{repositories/vpalace → vpalace/repositories}/VpalacUnitsRepository.js +0 -0
  185. /package/dist/integration-engine/{repositories/vpalace → vpalace/repositories}/VpalaceMeasurementRepository.d.ts +0 -0
  186. /package/dist/integration-engine/{repositories/vpalace → vpalace/repositories}/VpalaceMeasurementRepository.js +0 -0
  187. /package/dist/integration-engine/{repositories/vpalace → vpalace/repositories}/VpalaceMeasuringEquipmentRepository.d.ts +0 -0
  188. /package/dist/integration-engine/{repositories/vpalace → vpalace/repositories}/VpalaceMeasuringEquipmentRepository.js +0 -0
  189. /package/dist/integration-engine/{repositories/vpalace → vpalace/repositories}/VpalaceMeterTypeRepository.d.ts +0 -0
  190. /package/dist/integration-engine/{repositories/vpalace → vpalace/repositories}/VpalaceMeterTypeRepository.js +0 -0
  191. /package/dist/integration-engine/{repositories/vpalace → vpalace/repositories}/VpalaceTypeMeasuringEquipmentRepository.d.ts +0 -0
  192. /package/dist/integration-engine/{repositories/vpalace → vpalace/repositories}/VpalaceTypeMeasuringEquipmentRepository.js +0 -0
  193. /package/dist/integration-engine/{schema/vpalace → vpalace/schema}/FetchXDaysDataValidationSchema.js +0 -0
  194. /package/dist/integration-engine/{schema/vpalace → vpalace/schema}/FetchXHoursDataValidationSchema.js +0 -0
  195. /package/dist/integration-engine/{tasks/vpalace → vpalace/tasks}/FetchDateFactory.d.ts +0 -0
  196. /package/dist/integration-engine/{transformations/vpalace → vpalace/transformations}/VpalacMeasurementTransformation.d.ts +0 -0
  197. /package/dist/integration-engine/{transformations/vpalace → vpalace/transformations}/VpalacMeasuringEquipmentTransformation.d.ts +0 -0
  198. /package/dist/integration-engine/{transformations/vpalace → vpalace/transformations}/VpalacMeasuringEquipmentTransformation.js +0 -0
  199. /package/dist/integration-engine/{transformations/vpalace → vpalace/transformations}/VpalacMeterTypeTransformation.d.ts +0 -0
  200. /package/dist/integration-engine/{transformations/vpalace → vpalace/transformations}/VpalacMeterTypeTransformation.js +0 -0
  201. /package/dist/integration-engine/{transformations/vpalace → vpalace/transformations}/VpalacTypeMeasuringEquipmentTransformation.d.ts +0 -0
  202. /package/dist/integration-engine/{transformations/vpalace → vpalace/transformations}/VpalacTypeMeasuringEquipmentTransformation.js +0 -0
  203. /package/dist/integration-engine/{transformations/vpalace → vpalace/transformations}/VpalacUnitsTransformation.d.ts +0 -0
  204. /package/dist/integration-engine/{transformations/vpalace → vpalace/transformations}/VpalacUnitsTransformation.js +0 -0
  205. /package/dist/integration-engine/{transformations/vpalace → vpalace/transformations}/index.d.ts +0 -0
  206. /package/dist/integration-engine/{transformations/vpalace → vpalace/transformations}/index.js +0 -0
  207. /package/dist/integration-engine/{workers/vpalace → vpalace/workers}/EnergeticsNewVpalaceWorker.d.ts +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"FetchConsumptionSchema.js","sourceRoot":"","sources":["../../../../src/integration-engine/schema/oict-energetika/FetchConsumptionSchema.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,+EAAsE;AAEtE,MAAa,gCAAgC;CAM5C;AAND,4EAMC;AAJG;IADC,IAAA,2BAAS,EAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;kEACV;AAGlB;IADC,IAAA,2BAAS,EAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;gEACZ"}
1
+ {"version":3,"file":"FetchConsumptionSchema.js","sourceRoot":"","sources":["../../../../src/integration-engine/oict-energetika/schema/FetchConsumptionSchema.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,+EAAsE;AAEtE,MAAa,gCAAgC;CAM5C;AAND,4EAMC;AAJG;IADC,IAAA,2BAAS,EAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;kEACV;AAGlB;IADC,IAAA,2BAAS,EAAC,EAAE,MAAM,EAAE,IAAI,EAAE,CAAC;;gEACZ"}
@@ -1,4 +1,4 @@
1
- import { IFetchDataInput } from "../../interfaces/oict-energetika/IFetchDataInput";
1
+ import { IFetchDataInput } from "../interfaces/IFetchDataInput";
2
2
  export declare class FetchDataValidationSchema implements IFetchDataInput {
3
3
  targetDays: number;
4
4
  }
@@ -1 +1 @@
1
- {"version":3,"file":"FetchDataSchema.js","sourceRoot":"","sources":["../../../../src/integration-engine/schema/oict-energetika/FetchDataSchema.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,+EAAuE;AAEvE,MAAa,yBAAyB;CAIrC;AAJD,8DAIC;AADG;IAFC,IAAA,uBAAK,GAAE;IACP,IAAA,qBAAG,EAAC,CAAC,CAAC;;6DACa"}
1
+ {"version":3,"file":"FetchDataSchema.js","sourceRoot":"","sources":["../../../../src/integration-engine/oict-energetika/schema/FetchDataSchema.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,+EAAuE;AAEvE,MAAa,yBAAyB;CAIrC;AAJD,8DAIC;AADG;IAFC,IAAA,uBAAK,GAAE;IACP,IAAA,qBAAG,EAAC,CAAC,CAAC;;6DACa"}
@@ -1,5 +1,5 @@
1
- import { IFetchConsumptionInput } from "../../interfaces/oict-energetika/IFetchConsumptionInput";
2
- import { FetchConsumptionValidationSchema } from "../../schema/oict-energetika/FetchConsumptionSchema";
1
+ import { IFetchConsumptionInput } from "../interfaces/IFetchConsumptionInput";
2
+ import { FetchConsumptionValidationSchema } from "../schema/FetchConsumptionSchema";
3
3
  import { AbstractTask } from "@golemio/core/dist/integration-engine/workers";
4
4
  export declare class FetchConsumptionTask extends AbstractTask<IFetchConsumptionInput> {
5
5
  readonly queueName = "fetchConsumption";
@@ -1,11 +1,11 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.FetchConsumptionTask = void 0;
4
- const helpers_1 = require("../../datasources/oict-energetika/helpers");
5
- const OictDataSourceFactory_1 = require("../../datasources/oict-energetika/OictDataSourceFactory");
6
- const ConsumptionRepository_1 = require("../../repositories/oict-energetika/ConsumptionRepository");
7
- const FetchConsumptionSchema_1 = require("../../schema/oict-energetika/FetchConsumptionSchema");
8
- const ConsumptionTransformation_1 = require("../../transformations/oict-energetika/ConsumptionTransformation");
4
+ const helpers_1 = require("../datasources/helpers");
5
+ const OictDataSourceFactory_1 = require("../datasources/OictDataSourceFactory");
6
+ const ConsumptionRepository_1 = require("../repositories/ConsumptionRepository");
7
+ const FetchConsumptionSchema_1 = require("../schema/FetchConsumptionSchema");
8
+ const ConsumptionTransformation_1 = require("../transformations/ConsumptionTransformation");
9
9
  const helpers_2 = require("@golemio/core/dist/integration-engine/helpers");
10
10
  const workers_1 = require("@golemio/core/dist/integration-engine/workers");
11
11
  const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
@@ -1 +1 @@
1
- {"version":3,"file":"FetchConsumptionTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/tasks/oict-energetika/FetchConsumptionTask.ts"],"names":[],"mappings":";;;AAAA,uEAA2E;AAC3E,mGAA8F;AAE9F,oGAA+F;AAC/F,gGAAqG;AACrG,+GAA0G;AAE1G,2EAAoE;AACpE,2EAA6E;AAC7E,6EAAwE;AACxE,2DAAqE;AAErE,MAAa,oBAAqB,SAAQ,sBAAoC;IAQ1E,YAAY,WAAmB;QAC3B,KAAK,CAAC,WAAW,CAAC,CAAC;QARP,cAAS,GAAG,kBAAkB,CAAC;QAC/B,aAAQ,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,WAAW;QAC3C,WAAM,GAAG,yDAAgC,CAAC;QAOtD,IAAI,CAAC,qBAAqB,GAAG,IAAI,6CAAqB,EAAE,CAAC;QACzD,IAAI,CAAC,yBAAyB,GAAG,IAAI,qDAAyB,EAAE,CAAC;IACrE,CAAC;IAES,KAAK,CAAC,OAAO,CAAC,UAAkC;QACtD,MAAM,WAAW,GAAG,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC;QAEpD,KAAK,MAAM,UAAU,IAAI,WAAW,EAAE;YAClC,IAAI;gBACA,MAAM,IAAI,GAAG,MAAM,UAAU,CAAC,MAAM,EAAE,CAAC;gBACvC,MAAM,eAAe,GAAG,MAAM,IAAI,CAAC,yBAAyB,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;gBAC7E,MAAM,IAAI,CAAC,qBAAqB,CAAC,QAAQ,CAAC,eAAe,CAAC,CAAC;aAC9D;YAAC,OAAO,GAAG,EAAE;gBACV,aAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;gBACf,MAAM,IAAI,6BAAY,CAAC,kCAAkC,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;aAC1F;SACJ;IACL,CAAC;IAEO,CAAC,cAAc,CAAC,UAAkC;QACtD,MAAM,QAAQ,GAAG,gBAAQ,CAAC,OAAO,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;QACtE,MAAM,MAAM,GAAG,gBAAQ,CAAC,OAAO,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;QAClE,MAAM,SAAS,GAAG,gBAAQ,CAAC,aAAa,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC;QAEhF,KAAK,MAAM,QAAQ,IAAI,SAAS,EAAE;YAC9B,MAAM,KAAK,GAAG,QAAQ,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;YAC5C,MAAM,GAAG,GAAG,QAAQ,CAAC,GAAG,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;YAExC,MAAM,6CAAqB,CAAC,aAAa,CAAC,0BAAgB,CAAC,WAAW,EAAE;gBACpE,QAAQ,EAAE,KAAK,CAAC,SAAS,EAAE;gBAC3B,MAAM,EAAE,GAAG,CAAC,SAAS,EAAE;aAC1B,CAAC,CAAC;YAEH,MAAM,6CAAqB,CAAC,aAAa,CAAC,0BAAgB,CAAC,iBAAiB,EAAE;gBAC1E,QAAQ,EAAE,KAAK,CAAC,SAAS,EAAE;gBAC3B,MAAM,EAAE,GAAG,CAAC,SAAS,EAAE;aAC1B,CAAC,CAAC;SACN;IACL,CAAC;CACJ;AAjDD,oDAiDC"}
1
+ {"version":3,"file":"FetchConsumptionTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/oict-energetika/tasks/FetchConsumptionTask.ts"],"names":[],"mappings":";;;AAAA,oDAA2E;AAC3E,gFAA8F;AAE9F,iFAA+F;AAC/F,6EAAqG;AACrG,4FAA0G;AAE1G,2EAAoE;AACpE,2EAA6E;AAC7E,6EAAwE;AACxE,2DAAqE;AAErE,MAAa,oBAAqB,SAAQ,sBAAoC;IAQ1E,YAAY,WAAmB;QAC3B,KAAK,CAAC,WAAW,CAAC,CAAC;QARP,cAAS,GAAG,kBAAkB,CAAC;QAC/B,aAAQ,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,WAAW;QAC3C,WAAM,GAAG,yDAAgC,CAAC;QAOtD,IAAI,CAAC,qBAAqB,GAAG,IAAI,6CAAqB,EAAE,CAAC;QACzD,IAAI,CAAC,yBAAyB,GAAG,IAAI,qDAAyB,EAAE,CAAC;IACrE,CAAC;IAES,KAAK,CAAC,OAAO,CAAC,UAAkC;QACtD,MAAM,WAAW,GAAG,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,CAAC;QAEpD,KAAK,MAAM,UAAU,IAAI,WAAW,EAAE;YAClC,IAAI;gBACA,MAAM,IAAI,GAAG,MAAM,UAAU,CAAC,MAAM,EAAE,CAAC;gBACvC,MAAM,eAAe,GAAG,MAAM,IAAI,CAAC,yBAAyB,CAAC,SAAS,CAAC,IAAI,CAAC,CAAC;gBAC7E,MAAM,IAAI,CAAC,qBAAqB,CAAC,QAAQ,CAAC,eAAe,CAAC,CAAC;aAC9D;YAAC,OAAO,GAAG,EAAE;gBACV,aAAG,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;gBACf,MAAM,IAAI,6BAAY,CAAC,kCAAkC,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;aAC1F;SACJ;IACL,CAAC;IAEO,CAAC,cAAc,CAAC,UAAkC;QACtD,MAAM,QAAQ,GAAG,gBAAQ,CAAC,OAAO,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;QACtE,MAAM,MAAM,GAAG,gBAAQ,CAAC,OAAO,CAAC,UAAU,CAAC,MAAM,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;QAClE,MAAM,SAAS,GAAG,gBAAQ,CAAC,aAAa,CAAC,QAAQ,EAAE,MAAM,CAAC,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC;QAEhF,KAAK,MAAM,QAAQ,IAAI,SAAS,EAAE;YAC9B,MAAM,KAAK,GAAG,QAAQ,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;YAC5C,MAAM,GAAG,GAAG,QAAQ,CAAC,GAAG,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;YAExC,MAAM,6CAAqB,CAAC,aAAa,CAAC,0BAAgB,CAAC,WAAW,EAAE;gBACpE,QAAQ,EAAE,KAAK,CAAC,SAAS,EAAE;gBAC3B,MAAM,EAAE,GAAG,CAAC,SAAS,EAAE;aAC1B,CAAC,CAAC;YAEH,MAAM,6CAAqB,CAAC,aAAa,CAAC,0BAAgB,CAAC,iBAAiB,EAAE;gBAC1E,QAAQ,EAAE,KAAK,CAAC,SAAS,EAAE;gBAC3B,MAAM,EAAE,GAAG,CAAC,SAAS,EAAE;aAC1B,CAAC,CAAC;SACN;IACL,CAAC;CACJ;AAjDD,oDAiDC"}
@@ -1,5 +1,5 @@
1
- import { IFetchDataInput } from "../../interfaces/oict-energetika/IFetchDataInput";
2
- import { FetchDataValidationSchema } from "../../schema/oict-energetika/FetchDataSchema";
1
+ import { IFetchDataInput } from "../interfaces/IFetchDataInput";
2
+ import { FetchDataValidationSchema } from "../schema/FetchDataSchema";
3
3
  import { AbstractTask } from "@golemio/core/dist/integration-engine/workers";
4
4
  export declare class FetchDataTask extends AbstractTask<IFetchDataInput> {
5
5
  readonly queueName = "fetchData";
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.FetchDataTask = void 0;
4
- const FetchDataSchema_1 = require("../../schema/oict-energetika/FetchDataSchema");
4
+ const FetchDataSchema_1 = require("../schema/FetchDataSchema");
5
5
  const queueprocessors_1 = require("@golemio/core/dist/integration-engine/queueprocessors");
6
6
  const workers_1 = require("@golemio/core/dist/integration-engine/workers");
7
7
  const luxon_1 = require("@golemio/core/dist/shared/luxon");
@@ -1 +1 @@
1
- {"version":3,"file":"FetchDataTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/tasks/oict-energetika/FetchDataTask.ts"],"names":[],"mappings":";;;AAEA,kFAAuF;AACvF,2FAAqF;AACrF,2EAA6E;AAC7E,2DAAqE;AAErE,MAAa,aAAc,SAAQ,sBAA6B;IAK5D,YAAY,WAAmB;QAC3B,KAAK,CAAC,WAAW,CAAC,CAAC;QALP,cAAS,GAAG,WAAW,CAAC;QACxB,aAAQ,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,aAAa;QACxC,WAAM,GAAG,2CAAyB,CAAC;IAInD,CAAC;IAES,KAAK,CAAC,OAAO,CAAC,EAAE,UAAU,EAAmB;QACnD,KAAK,MAAM,UAAU,IAAI,IAAI,CAAC,kBAAkB,CAAC,UAAU,CAAC,EAAE;YAC1D,MAAM,8BAAY,CAAC,qBAAqB,CAAC,IAAI,CAAC,WAAW,EAAE,kBAAkB,EAAE,UAAU,CAAC,CAAC;SAC9F;IACL,CAAC;IAEO,CAAC,kBAAkB,CAAC,UAAkB;QAC1C,MAAM,WAAW,GAAG,gBAAQ,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;QAClD,MAAM,aAAa,GAAG,WAAW,CAAC,KAAK,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC,CAAC;QAC9D,MAAM,SAAS,GAAG,gBAAQ,CAAC,aAAa,CAAC,aAAa,EAAE,WAAW,CAAC,CAAC,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,CAAC;QAE5F,KAAK,MAAM,QAAQ,IAAI,SAAS,EAAE;YAC9B,MAAM,KAAK,GAAG,QAAQ,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;YAC5C,MAAM,GAAG,GAAG,QAAQ,CAAC,GAAG,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;YAExC,MAAM;gBACF,QAAQ,EAAE,KAAK,CAAC,SAAS,EAAE;gBAC3B,MAAM,EAAE,GAAG,CAAC,SAAS,EAAE;aAC1B,CAAC;SACL;IACL,CAAC;CACJ;AA9BD,sCA8BC"}
1
+ {"version":3,"file":"FetchDataTask.js","sourceRoot":"","sources":["../../../../src/integration-engine/oict-energetika/tasks/FetchDataTask.ts"],"names":[],"mappings":";;;AAEA,+DAAuF;AACvF,2FAAqF;AACrF,2EAA6E;AAC7E,2DAAqE;AAErE,MAAa,aAAc,SAAQ,sBAA6B;IAK5D,YAAY,WAAmB;QAC3B,KAAK,CAAC,WAAW,CAAC,CAAC;QALP,cAAS,GAAG,WAAW,CAAC;QACxB,aAAQ,GAAG,EAAE,GAAG,EAAE,GAAG,IAAI,CAAC,CAAC,aAAa;QACxC,WAAM,GAAG,2CAAyB,CAAC;IAInD,CAAC;IAES,KAAK,CAAC,OAAO,CAAC,EAAE,UAAU,EAAmB;QACnD,KAAK,MAAM,UAAU,IAAI,IAAI,CAAC,kBAAkB,CAAC,UAAU,CAAC,EAAE;YAC1D,MAAM,8BAAY,CAAC,qBAAqB,CAAC,IAAI,CAAC,WAAW,EAAE,kBAAkB,EAAE,UAAU,CAAC,CAAC;SAC9F;IACL,CAAC;IAEO,CAAC,kBAAkB,CAAC,UAAkB;QAC1C,MAAM,WAAW,GAAG,gBAAQ,CAAC,GAAG,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;QAClD,MAAM,aAAa,GAAG,WAAW,CAAC,KAAK,CAAC,EAAE,IAAI,EAAE,UAAU,EAAE,CAAC,CAAC;QAC9D,MAAM,SAAS,GAAG,gBAAQ,CAAC,aAAa,CAAC,aAAa,EAAE,WAAW,CAAC,CAAC,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,CAAC;QAE5F,KAAK,MAAM,QAAQ,IAAI,SAAS,EAAE;YAC9B,MAAM,KAAK,GAAG,QAAQ,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;YAC5C,MAAM,GAAG,GAAG,QAAQ,CAAC,GAAG,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;YAExC,MAAM;gBACF,QAAQ,EAAE,KAAK,CAAC,SAAS,EAAE;gBAC3B,MAAM,EAAE,GAAG,CAAC,SAAS,EAAE;aAC1B,CAAC;SACL;IACL,CAAC;CACJ;AA9BD,sCA8BC"}
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ConsumptionTransformation = void 0;
4
- const ParserHelpers_1 = require("../../helpers/ParserHelpers");
4
+ const ParserHelpers_1 = require("../../shared/helpers/ParserHelpers");
5
5
  const transformations_1 = require("@golemio/core/dist/integration-engine/transformations");
6
6
  class ConsumptionTransformation extends transformations_1.BaseTransformation {
7
7
  constructor() {
@@ -1 +1 @@
1
- {"version":3,"file":"ConsumptionTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/transformations/oict-energetika/ConsumptionTransformation.ts"],"names":[],"mappings":";;;AAAA,+DAA4D;AAG5D,2FAA4G;AAE5G,MAAa,yBAA0B,SAAQ,oCAAkB;IAAjE;;QACW,SAAI,GAAG,2BAA2B,CAAC;QAEhC,qBAAgB,GAAG,KAAK,EAAE,OAA8B,EAA8B,EAAE;YAC9F,OAAO;gBACH,KAAK;gBACL,IAAI,EAAE,IAAA,+BAAe,EAAC,OAAO,CAAC,IAAI,CAAC;gBACnC,KAAK,EAAE,IAAA,+BAAe,EAAC,OAAO,CAAC,KAAK,CAAC;gBACrC,QAAQ,EAAE,OAAO,CAAC,IAAI;gBACtB,QAAQ,EAAE,IAAA,+BAAe,EAAC,OAAO,CAAC,GAAG,CAAC;gBAEtC,IAAI,EAAE,IAAA,+BAAe,EAAC,OAAO,CAAC,IAAI,CAAC;gBACnC,KAAK,EAAE,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC;aAC/B,CAAC;QACN,CAAC,CAAC;IACN,CAAC;CAAA;AAfD,8DAeC"}
1
+ {"version":3,"file":"ConsumptionTransformation.js","sourceRoot":"","sources":["../../../../src/integration-engine/oict-energetika/transformations/ConsumptionTransformation.ts"],"names":[],"mappings":";;;AAAA,sEAAmE;AAGnE,2FAA4G;AAE5G,MAAa,yBAA0B,SAAQ,oCAAkB;IAAjE;;QACW,SAAI,GAAG,2BAA2B,CAAC;QAEhC,qBAAgB,GAAG,KAAK,EAAE,OAA8B,EAA8B,EAAE;YAC9F,OAAO;gBACH,KAAK;gBACL,IAAI,EAAE,IAAA,+BAAe,EAAC,OAAO,CAAC,IAAI,CAAC;gBACnC,KAAK,EAAE,IAAA,+BAAe,EAAC,OAAO,CAAC,KAAK,CAAC;gBACrC,QAAQ,EAAE,OAAO,CAAC,IAAI;gBACtB,QAAQ,EAAE,IAAA,+BAAe,EAAC,OAAO,CAAC,GAAG,CAAC;gBAEtC,IAAI,EAAE,IAAA,+BAAe,EAAC,OAAO,CAAC,IAAI,CAAC;gBACnC,KAAK,EAAE,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC;aAC/B,CAAC;QACN,CAAC,CAAC;IACN,CAAC;CAAA;AAfD,8DAeC"}
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.OictEnergetikaWorker = void 0;
4
- const FetchAccessConfigurationTask_1 = require("../../tasks/oict-energetika/FetchAccessConfigurationTask");
5
- const FetchConsumptionTask_1 = require("../../tasks/oict-energetika/FetchConsumptionTask");
6
- const FetchDataTask_1 = require("../../tasks/oict-energetika/FetchDataTask");
4
+ const FetchAccessConfigurationTask_1 = require("../../commodity-providers/workers/tasks/FetchAccessConfigurationTask");
5
+ const FetchConsumptionTask_1 = require("../tasks/FetchConsumptionTask");
6
+ const FetchDataTask_1 = require("../tasks/FetchDataTask");
7
7
  const AbstractWorker_1 = require("@golemio/core/dist/integration-engine/workers/AbstractWorker");
8
8
  class OictEnergetikaWorker extends AbstractWorker_1.AbstractWorker {
9
9
  constructor() {
@@ -1 +1 @@
1
- {"version":3,"file":"OictEnergetikaWorker.js","sourceRoot":"","sources":["../../../../src/integration-engine/workers/oict-energetika/OictEnergetikaWorker.ts"],"names":[],"mappings":";;;AAAA,2GAAsG;AACtG,2FAAsF;AACtF,6EAAwE;AACxE,iGAA8F;AAE9F,MAAa,oBAAqB,SAAQ,+BAAc;IAGpD;QACI,KAAK,EAAE,CAAC;QAHF,SAAI,GAAG,gBAAgB,CAAC;QAK9B,iBAAiB;QACjB,IAAI,CAAC,YAAY,CAAC,IAAI,6BAAa,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;QAC5D,IAAI,CAAC,YAAY,CAAC,IAAI,2CAAoB,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;QACnE,IAAI,CAAC,YAAY,CAAC,IAAI,2DAA4B,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;IAC/E,CAAC;CACJ;AAXD,oDAWC"}
1
+ {"version":3,"file":"OictEnergetikaWorker.js","sourceRoot":"","sources":["../../../../src/integration-engine/oict-energetika/workers/OictEnergetikaWorker.ts"],"names":[],"mappings":";;;AAAA,uHAAkH;AAClH,wEAAsF;AACtF,0DAAwE;AACxE,iGAA8F;AAE9F,MAAa,oBAAqB,SAAQ,+BAAc;IAGpD;QACI,KAAK,EAAE,CAAC;QAHF,SAAI,GAAG,gBAAgB,CAAC;QAK9B,iBAAiB;QACjB,IAAI,CAAC,YAAY,CAAC,IAAI,6BAAa,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;QAC5D,IAAI,CAAC,YAAY,CAAC,IAAI,2CAAoB,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;QACnE,IAAI,CAAC,YAAY,CAAC,IAAI,2DAA4B,CAAC,IAAI,CAAC,cAAc,EAAE,CAAC,CAAC,CAAC;IAC/E,CAAC;CACJ;AAXD,oDAWC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ParserHelpers.js","sourceRoot":"","sources":["../../../../src/integration-engine/shared/helpers/ParserHelpers.ts"],"names":[],"mappings":";;;AAAA,SAAgB,eAAe,CAAC,KAAU;IACtC,OAAO,CAAC,KAAK,IAAI,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC;AACpC,CAAC;AAFD,0CAEC;AAED,SAAgB,WAAW,CAAkC,GAAQ,EAAE,IAAY;IAC/E,MAAM,GAAG,GAAG,IAAI,GAAG,EAAO,CAAC;IAC3B,OAAO,GAAG,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,IAAI,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AACpE,CAAC;AAHD,kCAGC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"UnimonitorCemApiHelper.js","sourceRoot":"","sources":["../../../../src/integration-engine/shared/helpers/UnimonitorCemApiHelper.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"BaseVpalaceFactory.js","sourceRoot":"","sources":["../../../../src/integration-engine/datasources/vpalace/BaseVpalaceFactory.ts"],"names":[],"mappings":";;;AAAA,6IAA0I;AAG1I,MAAsB,kBAAkB;IAEpC,YAAY,GAAW;QAGb,0BAAqB,GAAG,KAAK,EACnC,YAAoB,EACpB,QAAgB,EAChB,MAAc,EACd,UAAkB,EACO,EAAE;YAC3B,MAAM,MAAM,GAAG,IAAI,eAAe,CAAC;gBAC/B,GAAG,CAAC,YAAY,KAAK,IAAI,IAAI,EAAE,GAAG,EAAE,KAAK,EAAE,CAAC;gBAC5C,EAAE,EAAE,YAAY;gBAChB,GAAG,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;gBAC7E,GAAG,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,EAAE,CAAC;aACtE,CAAC,CAAC;YAEH,OAAO,IAAI,qDAAyB,CAAC;gBACjC,OAAO,EAAE;oBACL,MAAM,EAAE,UAAU;iBACrB;gBACD,MAAM,EAAE,KAAK;gBACb,gBAAgB,EAAE,EAAE;gBACpB,GAAG,EAAE,GAAG,IAAI,CAAC,GAAG,IAAI,MAAM,EAAE;aAC/B,CAAC,CAAC;QACP,CAAC,CAAC;QAvBE,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;IACnB,CAAC;CAuBJ;AA3BD,gDA2BC"}
1
+ {"version":3,"file":"BaseVpalaceFactory.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/datasources/BaseVpalaceFactory.ts"],"names":[],"mappings":";;;AAAA,6IAA0I;AAG1I,MAAsB,kBAAkB;IAEpC,YAAY,GAAW;QAGb,0BAAqB,GAAG,KAAK,EACnC,YAAoB,EACpB,QAAgB,EAChB,MAAc,EACd,UAAkB,EACO,EAAE;YAC3B,MAAM,MAAM,GAAG,IAAI,eAAe,CAAC;gBAC/B,GAAG,CAAC,YAAY,KAAK,IAAI,IAAI,EAAE,GAAG,EAAE,KAAK,EAAE,CAAC;gBAC5C,EAAE,EAAE,YAAY;gBAChB,GAAG,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,QAAQ,EAAE,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;gBAC7E,GAAG,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,CAAC,CAAC,CAAC,EAAE,EAAE,EAAE,MAAM,EAAE,CAAC;aACtE,CAAC,CAAC;YAEH,OAAO,IAAI,qDAAyB,CAAC;gBACjC,OAAO,EAAE;oBACL,MAAM,EAAE,UAAU;iBACrB;gBACD,MAAM,EAAE,KAAK;gBACb,gBAAgB,EAAE,EAAE;gBACpB,GAAG,EAAE,GAAG,IAAI,CAAC,GAAG,IAAI,MAAM,EAAE;aAC/B,CAAC,CAAC;QACP,CAAC,CAAC;QAvBE,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;IACnB,CAAC;CAuBJ;AA3BD,gDA2BC"}
@@ -13,7 +13,7 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
13
13
  };
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.VpalaceMeasurementDataSource = void 0;
16
- const helpers_1 = require("../../helpers");
16
+ const UnimonitorCemApiHelper_1 = require("../../shared/helpers/UnimonitorCemApiHelper");
17
17
  const _sch_1 = require("../../../schema-definitions");
18
18
  const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
19
19
  const integration_engine_1 = require("@golemio/core/dist/integration-engine");
@@ -24,7 +24,7 @@ let VpalaceMeasurementDataSource = exports.VpalaceMeasurementDataSource = class
24
24
  constructor(config) {
25
25
  super(config.getValue("module.UnimonitorCemApiEnergetics.url"));
26
26
  this.config = config;
27
- this.resourceType = helpers_1.UnimonitorCemApiHelper.resourceType.Measurement;
27
+ this.resourceType = UnimonitorCemApiHelper_1.UnimonitorCemApiHelper.resourceType.Measurement;
28
28
  }
29
29
  async getDataSource(from, to, authCookie) {
30
30
  const sourceHTTPProtocolStrategy = await this.getConnectionSettings(this.resourceType, from, to, authCookie);
@@ -1 +1 @@
1
- {"version":3,"file":"VpalaceMeasurementDataSource.js","sourceRoot":"","sources":["../../../../src/integration-engine/datasources/vpalace/VpalaceMeasurementDataSource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAAqD;AACrD,sDAAwC;AAExC,wEAAqE;AACrE,8EAAyF;AACzF,mFAAkF;AAClF,iEAAwE;AACxE,6DAA0D;AAGnD,IAAM,4BAA4B,0CAAlC,MAAM,4BAA6B,SAAQ,uCAAkB;IAChE,YAA4C,MAA6B;QACrE,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAS,uCAAuC,CAAC,CAAC,CAAC;QADxB,WAAM,GAAN,MAAM,CAAe;QAGxD,iBAAY,GAAG,gCAAsB,CAAC,YAAY,CAAC,WAAW,CAAC;IADhF,CAAC;IAEM,KAAK,CAAC,aAAa,CAAC,IAAY,EAAE,EAAU,EAAE,UAAkB;QACnE,MAAM,0BAA0B,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,EAAE,EAAE,UAAU,CAAC,CAAC;QAE7G,OAAO,IAAI,+BAAU,CACjB,uBAAgB,CAAC,MAAM,CAAC,WAAW,CAAC,IAAI,GAAG,YAAY,EACvD,0BAA0B,EAC1B,IAAI,yCAAoB,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE,CAAC,EAC7C,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,WAAW,CAAC,IAAI,GAAG,YAAY,EACvD,uBAAgB,CAAC,MAAM,CAAC,WAAW,CAAC,oBAAoB,CAC3D,CACJ,CAAC;IACN,CAAC;CACJ,CAAA;uCAlBY,4BAA4B;IADxC,IAAA,qBAAU,GAAE;IAEI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,YAAY,CAAC,CAAA;;GADlC,4BAA4B,CAkBxC"}
1
+ {"version":3,"file":"VpalaceMeasurementDataSource.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/datasources/VpalaceMeasurementDataSource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,wFAAmF;AACnF,sDAAwC;AAExC,wEAAqE;AACrE,8EAAyF;AACzF,mFAAkF;AAClF,iEAAwE;AACxE,6DAA0D;AAEnD,IAAM,4BAA4B,0CAAlC,MAAM,4BAA6B,SAAQ,uCAAkB;IAChE,YAA4C,MAA6B;QACrE,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAS,uCAAuC,CAAC,CAAC,CAAC;QADxB,WAAM,GAAN,MAAM,CAAe;QAGxD,iBAAY,GAAG,+CAAsB,CAAC,YAAY,CAAC,WAAW,CAAC;IADhF,CAAC;IAEM,KAAK,CAAC,aAAa,CAAC,IAAY,EAAE,EAAU,EAAE,UAAkB;QACnE,MAAM,0BAA0B,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,EAAE,EAAE,UAAU,CAAC,CAAC;QAE7G,OAAO,IAAI,+BAAU,CACjB,uBAAgB,CAAC,MAAM,CAAC,WAAW,CAAC,IAAI,GAAG,YAAY,EACvD,0BAA0B,EAC1B,IAAI,yCAAoB,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE,CAAC,EAC7C,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,WAAW,CAAC,IAAI,GAAG,YAAY,EACvD,uBAAgB,CAAC,MAAM,CAAC,WAAW,CAAC,oBAAoB,CAC3D,CACJ,CAAC;IACN,CAAC;CACJ,CAAA;uCAlBY,4BAA4B;IADxC,IAAA,qBAAU,GAAE;IAEI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,YAAY,CAAC,CAAA;;GADlC,4BAA4B,CAkBxC"}
@@ -13,7 +13,7 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
13
13
  };
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.VpalaceMeasuringEquipmentDataSource = void 0;
16
- const helpers_1 = require("../../helpers");
16
+ const UnimonitorCemApiHelper_1 = require("../../shared/helpers/UnimonitorCemApiHelper");
17
17
  const _sch_1 = require("../../../schema-definitions");
18
18
  const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
19
19
  const integration_engine_1 = require("@golemio/core/dist/integration-engine");
@@ -24,7 +24,7 @@ let VpalaceMeasuringEquipmentDataSource = exports.VpalaceMeasuringEquipmentDataS
24
24
  constructor(config) {
25
25
  super(config.getValue("module.UnimonitorCemApiEnergetics.url"));
26
26
  this.config = config;
27
- this.resourceType = helpers_1.UnimonitorCemApiHelper.resourceType.MeasuringEquipment;
27
+ this.resourceType = UnimonitorCemApiHelper_1.UnimonitorCemApiHelper.resourceType.MeasuringEquipment;
28
28
  }
29
29
  async getDataSource(from, to, authCookie) {
30
30
  const sourceHTTPProtocolStrategy = await this.getConnectionSettings(this.resourceType, from, to, authCookie);
@@ -1 +1 @@
1
- {"version":3,"file":"VpalaceMeasuringEquipmentDataSource.js","sourceRoot":"","sources":["../../../../src/integration-engine/datasources/vpalace/VpalaceMeasuringEquipmentDataSource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAAqD;AACrD,sDAAwC;AAExC,wEAAqE;AACrE,8EAAyF;AACzF,mFAAkF;AAClF,iEAAwE;AACxE,6DAA0D;AAGnD,IAAM,mCAAmC,iDAAzC,MAAM,mCAAoC,SAAQ,uCAAkB;IAEvE,YAA4C,MAA6B;QACrE,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAS,uCAAuC,CAAC,CAAC,CAAC;QADxB,WAAM,GAAN,MAAM,CAAe;QADxD,iBAAY,GAAG,gCAAsB,CAAC,YAAY,CAAC,kBAAkB,CAAC;IAGvF,CAAC;IACM,KAAK,CAAC,aAAa,CAAC,IAAY,EAAE,EAAU,EAAE,UAAkB;QACnE,MAAM,0BAA0B,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,EAAE,EAAE,UAAU,CAAC,CAAC;QAE7G,OAAO,IAAI,+BAAU,CACjB,uBAAgB,CAAC,MAAM,CAAC,kBAAkB,CAAC,IAAI,GAAG,YAAY,EAC9D,0BAA0B,EAC1B,IAAI,yCAAoB,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE,CAAC,EAC7C,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,kBAAkB,CAAC,IAAI,GAAG,YAAY,EAC9D,uBAAgB,CAAC,MAAM,CAAC,kBAAkB,CAAC,oBAAoB,CAClE,CACJ,CAAC;IACN,CAAC;CACJ,CAAA;8CAlBY,mCAAmC;IAD/C,IAAA,qBAAU,GAAE;IAGI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,YAAY,CAAC,CAAA;;GAFlC,mCAAmC,CAkB/C"}
1
+ {"version":3,"file":"VpalaceMeasuringEquipmentDataSource.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/datasources/VpalaceMeasuringEquipmentDataSource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,wFAAmF;AACnF,sDAAwC;AAExC,wEAAqE;AACrE,8EAAyF;AACzF,mFAAkF;AAClF,iEAAwE;AACxE,6DAA0D;AAGnD,IAAM,mCAAmC,iDAAzC,MAAM,mCAAoC,SAAQ,uCAAkB;IAEvE,YAA4C,MAA6B;QACrE,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAS,uCAAuC,CAAC,CAAC,CAAC;QADxB,WAAM,GAAN,MAAM,CAAe;QADxD,iBAAY,GAAG,+CAAsB,CAAC,YAAY,CAAC,kBAAkB,CAAC;IAGvF,CAAC;IACM,KAAK,CAAC,aAAa,CAAC,IAAY,EAAE,EAAU,EAAE,UAAkB;QACnE,MAAM,0BAA0B,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,EAAE,EAAE,UAAU,CAAC,CAAC;QAE7G,OAAO,IAAI,+BAAU,CACjB,uBAAgB,CAAC,MAAM,CAAC,kBAAkB,CAAC,IAAI,GAAG,YAAY,EAC9D,0BAA0B,EAC1B,IAAI,yCAAoB,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE,CAAC,EAC7C,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,kBAAkB,CAAC,IAAI,GAAG,YAAY,EAC9D,uBAAgB,CAAC,MAAM,CAAC,kBAAkB,CAAC,oBAAoB,CAClE,CACJ,CAAC;IACN,CAAC;CACJ,CAAA;8CAlBY,mCAAmC;IAD/C,IAAA,qBAAU,GAAE;IAGI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,YAAY,CAAC,CAAA;;GAFlC,mCAAmC,CAkB/C"}
@@ -13,7 +13,7 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
13
13
  };
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.VpalaceMeterTypeDataSource = void 0;
16
- const helpers_1 = require("../../helpers");
16
+ const UnimonitorCemApiHelper_1 = require("../../shared/helpers/UnimonitorCemApiHelper");
17
17
  const _sch_1 = require("../../../schema-definitions");
18
18
  const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
19
19
  const integration_engine_1 = require("@golemio/core/dist/integration-engine");
@@ -24,7 +24,7 @@ let VpalaceMeterTypeDataSource = exports.VpalaceMeterTypeDataSource = class Vpal
24
24
  constructor(config) {
25
25
  super(config.getValue("module.UnimonitorCemApiEnergetics.url"));
26
26
  this.config = config;
27
- this.resourceType = helpers_1.UnimonitorCemApiHelper.resourceType.MeterType;
27
+ this.resourceType = UnimonitorCemApiHelper_1.UnimonitorCemApiHelper.resourceType.MeterType;
28
28
  }
29
29
  async getDataSource(from, to, authCookie) {
30
30
  const sourceHTTPProtocolStrategy = await this.getConnectionSettings(this.resourceType, from, to, authCookie);
@@ -1 +1 @@
1
- {"version":3,"file":"VpalaceMeterTypeDataSource.js","sourceRoot":"","sources":["../../../../src/integration-engine/datasources/vpalace/VpalaceMeterTypeDataSource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAAqD;AACrD,sDAAwC;AAExC,wEAAqE;AACrE,8EAAyF;AACzF,mFAAkF;AAClF,iEAAwE;AACxE,6DAA0D;AAGnD,IAAM,0BAA0B,wCAAhC,MAAM,0BAA2B,SAAQ,uCAAkB;IAE9D,YAA4C,MAA6B;QACrE,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAS,uCAAuC,CAAC,CAAC,CAAC;QADxB,WAAM,GAAN,MAAM,CAAe;QADxD,iBAAY,GAAG,gCAAsB,CAAC,YAAY,CAAC,SAAS,CAAC;IAG9E,CAAC;IACM,KAAK,CAAC,aAAa,CAAC,IAAY,EAAE,EAAU,EAAE,UAAkB;QACnE,MAAM,0BAA0B,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,EAAE,EAAE,UAAU,CAAC,CAAC;QAE7G,OAAO,IAAI,+BAAU,CACjB,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,IAAI,GAAG,YAAY,EACrD,0BAA0B,EAC1B,IAAI,yCAAoB,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE,CAAC,EAC7C,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,IAAI,GAAG,YAAY,EACrD,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,oBAAoB,CACzD,CACJ,CAAC;IACN,CAAC;CACJ,CAAA;qCAlBY,0BAA0B;IADtC,IAAA,qBAAU,GAAE;IAGI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,YAAY,CAAC,CAAA;;GAFlC,0BAA0B,CAkBtC"}
1
+ {"version":3,"file":"VpalaceMeterTypeDataSource.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/datasources/VpalaceMeterTypeDataSource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,wFAAmF;AACnF,sDAAwC;AAExC,wEAAqE;AACrE,8EAAyF;AACzF,mFAAkF;AAClF,iEAAwE;AACxE,6DAA0D;AAGnD,IAAM,0BAA0B,wCAAhC,MAAM,0BAA2B,SAAQ,uCAAkB;IAE9D,YAA4C,MAA6B;QACrE,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAS,uCAAuC,CAAC,CAAC,CAAC;QADxB,WAAM,GAAN,MAAM,CAAe;QADxD,iBAAY,GAAG,+CAAsB,CAAC,YAAY,CAAC,SAAS,CAAC;IAG9E,CAAC;IACM,KAAK,CAAC,aAAa,CAAC,IAAY,EAAE,EAAU,EAAE,UAAkB;QACnE,MAAM,0BAA0B,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,EAAE,EAAE,UAAU,CAAC,CAAC;QAE7G,OAAO,IAAI,+BAAU,CACjB,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,IAAI,GAAG,YAAY,EACrD,0BAA0B,EAC1B,IAAI,yCAAoB,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE,CAAC,EAC7C,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,IAAI,GAAG,YAAY,EACrD,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,oBAAoB,CACzD,CACJ,CAAC;IACN,CAAC;CACJ,CAAA;qCAlBY,0BAA0B;IADtC,IAAA,qBAAU,GAAE;IAGI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,YAAY,CAAC,CAAA;;GAFlC,0BAA0B,CAkBtC"}
@@ -13,7 +13,7 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
13
13
  };
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.VpalaceTypeMeasuringEquipmentDataSource = void 0;
16
- const helpers_1 = require("../../helpers");
16
+ const UnimonitorCemApiHelper_1 = require("../../shared/helpers/UnimonitorCemApiHelper");
17
17
  const _sch_1 = require("../../../schema-definitions");
18
18
  const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
19
19
  const integration_engine_1 = require("@golemio/core/dist/integration-engine");
@@ -24,7 +24,7 @@ let VpalaceTypeMeasuringEquipmentDataSource = exports.VpalaceTypeMeasuringEquipm
24
24
  constructor(config) {
25
25
  super(config.getValue("module.UnimonitorCemApiEnergetics.url"));
26
26
  this.config = config;
27
- this.resourceType = helpers_1.UnimonitorCemApiHelper.resourceType.TypeMeasuringEquipment;
27
+ this.resourceType = UnimonitorCemApiHelper_1.UnimonitorCemApiHelper.resourceType.TypeMeasuringEquipment;
28
28
  }
29
29
  async getDataSource(from, to, authCookie) {
30
30
  const sourceHTTPProtocolStrategy = await this.getConnectionSettings(this.resourceType, from, to, authCookie);
@@ -1 +1 @@
1
- {"version":3,"file":"VpalaceTypeMeasuringEquipmentDataSource.js","sourceRoot":"","sources":["../../../../src/integration-engine/datasources/vpalace/VpalaceTypeMeasuringEquipmentDataSource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAAqD;AACrD,sDAAwC;AAExC,wEAAqE;AACrE,8EAAyF;AACzF,mFAAkF;AAClF,iEAAwE;AACxE,6DAA0D;AAGnD,IAAM,uCAAuC,qDAA7C,MAAM,uCAAwC,SAAQ,uCAAkB;IAE3E,YAA4C,MAA6B;QACrE,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAS,uCAAuC,CAAC,CAAC,CAAC;QADxB,WAAM,GAAN,MAAM,CAAe;QADxD,iBAAY,GAAG,gCAAsB,CAAC,YAAY,CAAC,sBAAsB,CAAC;IAG3F,CAAC;IACM,KAAK,CAAC,aAAa,CAAC,IAAY,EAAE,EAAU,EAAE,UAAkB;QACnE,MAAM,0BAA0B,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,EAAE,EAAE,UAAU,CAAC,CAAC;QAE7G,OAAO,IAAI,+BAAU,CACjB,uBAAgB,CAAC,MAAM,CAAC,sBAAsB,CAAC,IAAI,GAAG,YAAY,EAClE,0BAA0B,EAC1B,IAAI,yCAAoB,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE,CAAC,EAC7C,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,sBAAsB,CAAC,IAAI,GAAG,YAAY,EAClE,uBAAgB,CAAC,MAAM,CAAC,sBAAsB,CAAC,oBAAoB,CACtE,CACJ,CAAC;IACN,CAAC;CACJ,CAAA;kDAlBY,uCAAuC;IADnD,IAAA,qBAAU,GAAE;IAGI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,YAAY,CAAC,CAAA;;GAFlC,uCAAuC,CAkBnD"}
1
+ {"version":3,"file":"VpalaceTypeMeasuringEquipmentDataSource.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/datasources/VpalaceTypeMeasuringEquipmentDataSource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,wFAAmF;AACnF,sDAAwC;AAExC,wEAAqE;AACrE,8EAAyF;AACzF,mFAAkF;AAClF,iEAAwE;AACxE,6DAA0D;AAGnD,IAAM,uCAAuC,qDAA7C,MAAM,uCAAwC,SAAQ,uCAAkB;IAE3E,YAA4C,MAA6B;QACrE,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAS,uCAAuC,CAAC,CAAC,CAAC;QADxB,WAAM,GAAN,MAAM,CAAe;QADxD,iBAAY,GAAG,+CAAsB,CAAC,YAAY,CAAC,sBAAsB,CAAC;IAG3F,CAAC;IACM,KAAK,CAAC,aAAa,CAAC,IAAY,EAAE,EAAU,EAAE,UAAkB;QACnE,MAAM,0BAA0B,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,EAAE,EAAE,UAAU,CAAC,CAAC;QAE7G,OAAO,IAAI,+BAAU,CACjB,uBAAgB,CAAC,MAAM,CAAC,sBAAsB,CAAC,IAAI,GAAG,YAAY,EAClE,0BAA0B,EAC1B,IAAI,yCAAoB,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE,CAAC,EAC7C,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,sBAAsB,CAAC,IAAI,GAAG,YAAY,EAClE,uBAAgB,CAAC,MAAM,CAAC,sBAAsB,CAAC,oBAAoB,CACtE,CACJ,CAAC;IACN,CAAC;CACJ,CAAA;kDAlBY,uCAAuC;IADnD,IAAA,qBAAU,GAAE;IAGI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,YAAY,CAAC,CAAA;;GAFlC,uCAAuC,CAkBnD"}
@@ -13,7 +13,7 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
13
13
  };
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.VpalaceUnitsDataSource = void 0;
16
- const helpers_1 = require("../../helpers");
16
+ const UnimonitorCemApiHelper_1 = require("../../shared/helpers/UnimonitorCemApiHelper");
17
17
  const _sch_1 = require("../../../schema-definitions");
18
18
  const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
19
19
  const integration_engine_1 = require("@golemio/core/dist/integration-engine");
@@ -24,7 +24,7 @@ let VpalaceUnitsDataSource = exports.VpalaceUnitsDataSource = class VpalaceUnits
24
24
  constructor(config) {
25
25
  super(config.getValue("module.UnimonitorCemApiEnergetics.url"));
26
26
  this.config = config;
27
- this.resourceType = helpers_1.UnimonitorCemApiHelper.resourceType.Units;
27
+ this.resourceType = UnimonitorCemApiHelper_1.UnimonitorCemApiHelper.resourceType.Units;
28
28
  }
29
29
  async getDataSource(from, to, authCookie) {
30
30
  const sourceHTTPProtocolStrategy = await this.getConnectionSettings(this.resourceType, from, to, authCookie);
@@ -1 +1 @@
1
- {"version":3,"file":"VpalaceUnitsDataSource.js","sourceRoot":"","sources":["../../../../src/integration-engine/datasources/vpalace/VpalaceUnitsDataSource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,2CAAqD;AACrD,sDAAwC;AAExC,wEAAqE;AACrE,8EAAyF;AACzF,mFAAkF;AAClF,iEAAwE;AACxE,6DAA0D;AAGnD,IAAM,sBAAsB,oCAA5B,MAAM,sBAAuB,SAAQ,uCAAkB;IAE1D,YAA4C,MAA6B;QACrE,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAS,uCAAuC,CAAC,CAAC,CAAC;QADxB,WAAM,GAAN,MAAM,CAAe;QADxD,iBAAY,GAAG,gCAAsB,CAAC,YAAY,CAAC,KAAK,CAAC;IAG1E,CAAC;IACM,KAAK,CAAC,aAAa,CAAC,IAAY,EAAE,EAAU,EAAE,UAAkB;QACnE,MAAM,0BAA0B,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,EAAE,EAAE,UAAU,CAAC,CAAC;QAE7G,OAAO,IAAI,+BAAU,CACjB,uBAAgB,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,GAAG,YAAY,EACjD,0BAA0B,EAC1B,IAAI,yCAAoB,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE,CAAC,EAC7C,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,GAAG,YAAY,EACjD,uBAAgB,CAAC,MAAM,CAAC,KAAK,CAAC,oBAAoB,CACrD,CACJ,CAAC;IACN,CAAC;CACJ,CAAA;iCAlBY,sBAAsB;IADlC,IAAA,qBAAU,GAAE;IAGI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,YAAY,CAAC,CAAA;;GAFlC,sBAAsB,CAkBlC"}
1
+ {"version":3,"file":"VpalaceUnitsDataSource.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/datasources/VpalaceUnitsDataSource.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,wFAAmF;AACnF,sDAAwC;AAExC,wEAAqE;AACrE,8EAAyF;AACzF,mFAAkF;AAClF,iEAAwE;AACxE,6DAA0D;AAGnD,IAAM,sBAAsB,oCAA5B,MAAM,sBAAuB,SAAQ,uCAAkB;IAE1D,YAA4C,MAA6B;QACrE,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAS,uCAAuC,CAAC,CAAC,CAAC;QADxB,WAAM,GAAN,MAAM,CAAe;QADxD,iBAAY,GAAG,+CAAsB,CAAC,YAAY,CAAC,KAAK,CAAC;IAG1E,CAAC;IACM,KAAK,CAAC,aAAa,CAAC,IAAY,EAAE,EAAU,EAAE,UAAkB;QACnE,MAAM,0BAA0B,GAAG,MAAM,IAAI,CAAC,qBAAqB,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,EAAE,EAAE,UAAU,CAAC,CAAC;QAE7G,OAAO,IAAI,+BAAU,CACjB,uBAAgB,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,GAAG,YAAY,EACjD,0BAA0B,EAC1B,IAAI,yCAAoB,CAAC,EAAE,WAAW,EAAE,EAAE,EAAE,CAAC,EAC7C,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,GAAG,YAAY,EACjD,uBAAgB,CAAC,MAAM,CAAC,KAAK,CAAC,oBAAoB,CACrD,CACJ,CAAC;IACN,CAAC;CACJ,CAAA;iCAlBY,sBAAsB;IADlC,IAAA,qBAAU,GAAE;IAGI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,YAAY,CAAC,CAAA;;GAFlC,sBAAsB,CAkBlC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IFetchXDaysDataInput.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/interfaces/IFetchXDaysDataInput.ts"],"names":[],"mappings":""}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IFetchXHoursDataInput.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/interfaces/IFetchXHoursDataInput.ts"],"names":[],"mappings":""}
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.VPalaceContainer = void 0;
7
+ const VpalaceMeasurementDataSource_1 = require("../datasources/VpalaceMeasurementDataSource");
8
+ const VpalaceMeasuringEquipmentDataSource_1 = require("../datasources/VpalaceMeasuringEquipmentDataSource");
9
+ const VpalaceMeterTypeDataSource_1 = require("../datasources/VpalaceMeterTypeDataSource");
10
+ const VpalaceTypeMeasuringEquipmentDataSource_1 = require("../datasources/VpalaceTypeMeasuringEquipmentDataSource");
11
+ const VpalaceUnitsDataSource_1 = require("../datasources/VpalaceUnitsDataSource");
12
+ const VpalaceMeasurementRepository_1 = require("../repositories/VpalaceMeasurementRepository");
13
+ const VpalaceMeasuringEquipmentRepository_1 = require("../repositories/VpalaceMeasuringEquipmentRepository");
14
+ const VpalaceMeterTypeRepository_1 = require("../repositories/VpalaceMeterTypeRepository");
15
+ const VpalaceTypeMeasuringEquipmentRepository_1 = require("../repositories/VpalaceTypeMeasuringEquipmentRepository");
16
+ const VpalacUnitsRepository_1 = require("../repositories/VpalacUnitsRepository");
17
+ const FetchDateFactory_1 = require("../tasks/FetchDateFactory");
18
+ const MeasurementDataFetcher_1 = require("../tasks/MeasurementDataFetcher");
19
+ const transformations_1 = require("../transformations");
20
+ const Di_1 = require("@golemio/core/dist/integration-engine/ioc/Di");
21
+ const FetchXDaysDataTask_1 = __importDefault(require("../tasks/FetchXDaysDataTask"));
22
+ const FetchXHoursDataTask_1 = __importDefault(require("../tasks/FetchXHoursDataTask"));
23
+ const MeasuringEquipmentFetcher_1 = require("../tasks/MeasuringEquipmentFetcher");
24
+ const MeterTypeFetcher_1 = require("../tasks/MeterTypeFetcher");
25
+ const TypeMeasuringEquipmentFetcher_1 = require("../tasks/TypeMeasuringEquipmentFetcher");
26
+ const UnitDataFetcher_1 = require("../tasks/UnitDataFetcher");
27
+ const ModuleContainer_1 = require("./ModuleContainer");
28
+ //#region Initialization
29
+ const VPalaceContainer = Di_1.IntegrationEngineContainer.createChildContainer();
30
+ exports.VPalaceContainer = VPalaceContainer;
31
+ //#endregion
32
+ //#region Datasource
33
+ VPalaceContainer.register(ModuleContainer_1.VpalaceContainerToken.VpalaceMeasurementDataSource, VpalaceMeasurementDataSource_1.VpalaceMeasurementDataSource);
34
+ VPalaceContainer.register(ModuleContainer_1.VpalaceContainerToken.VpalaceMeasuringEquipmentDataSource, VpalaceMeasuringEquipmentDataSource_1.VpalaceMeasuringEquipmentDataSource);
35
+ VPalaceContainer.register(ModuleContainer_1.VpalaceContainerToken.VpalaceMeterTypeDataSource, VpalaceMeterTypeDataSource_1.VpalaceMeterTypeDataSource);
36
+ VPalaceContainer.register(ModuleContainer_1.VpalaceContainerToken.VpalaceTypeMeasuringEquipmentDataSource, VpalaceTypeMeasuringEquipmentDataSource_1.VpalaceTypeMeasuringEquipmentDataSource);
37
+ VPalaceContainer.register(ModuleContainer_1.VpalaceContainerToken.VpalaceUnitsDataSource, VpalaceUnitsDataSource_1.VpalaceUnitsDataSource);
38
+ //#endregion
39
+ //#region Repositories
40
+ VPalaceContainer.register(ModuleContainer_1.VpalaceContainerToken.VpalaceMeasurementRepository, VpalaceMeasurementRepository_1.VpalaceMeasurementRepository);
41
+ VPalaceContainer.register(ModuleContainer_1.VpalaceContainerToken.VpalaceMeasuringEquipmentRepository, VpalaceMeasuringEquipmentRepository_1.VpalaceMeasuringEquipmentRepository);
42
+ VPalaceContainer.register(ModuleContainer_1.VpalaceContainerToken.VpalaceMeterTypeRepository, VpalaceMeterTypeRepository_1.VpalaceMeterTypeRepository);
43
+ VPalaceContainer.register(ModuleContainer_1.VpalaceContainerToken.VpalaceTypeMeasuringEquipmentRepository, VpalaceTypeMeasuringEquipmentRepository_1.VpalaceTypeMeasuringEquipmentRepository);
44
+ VPalaceContainer.register(ModuleContainer_1.VpalaceContainerToken.VpalaceUnitsRepository, VpalacUnitsRepository_1.VpalaceUnitsRepository);
45
+ //#endregion
46
+ //#region Transformation
47
+ VPalaceContainer.register(ModuleContainer_1.VpalaceContainerToken.VpalacMeasurementTransformation, transformations_1.VpalacMeasurementTransformation);
48
+ VPalaceContainer.register(ModuleContainer_1.VpalaceContainerToken.VpalacMeasuringEquipmentTransformation, transformations_1.VpalacMeasuringEquipmentTransformation);
49
+ VPalaceContainer.register(ModuleContainer_1.VpalaceContainerToken.VpalacMeterTypeTransformation, transformations_1.VpalacMeterTypeTransformation);
50
+ VPalaceContainer.register(ModuleContainer_1.VpalaceContainerToken.VpalacTypeMeasuringEquipmentTransformation, transformations_1.VpalacTypeMeasuringEquipmentTransformation);
51
+ VPalaceContainer.register(ModuleContainer_1.VpalaceContainerToken.VpalacUnitsTransformation, transformations_1.VpalacUnitsTransformation);
52
+ //#endregion
53
+ //#region Factory
54
+ VPalaceContainer.register(ModuleContainer_1.VpalaceContainerToken.FetchDateFactory, FetchDateFactory_1.FetchDateFactory);
55
+ //#endregion
56
+ VPalaceContainer.registerSingleton(ModuleContainer_1.VpalaceContainerToken.MeasuringEquipmentFetcher, MeasuringEquipmentFetcher_1.MeasuringEquipmentFetcher);
57
+ VPalaceContainer.registerSingleton(ModuleContainer_1.VpalaceContainerToken.MeterTypeFetcher, MeterTypeFetcher_1.MeterTypeFetcher);
58
+ VPalaceContainer.registerSingleton(ModuleContainer_1.VpalaceContainerToken.TypeMeasuringEquipmentFetcher, TypeMeasuringEquipmentFetcher_1.TypeMeasuringEquipmentFetcher);
59
+ VPalaceContainer.registerSingleton(ModuleContainer_1.VpalaceContainerToken.UnitDataFetcher, UnitDataFetcher_1.UnitDataFetcher);
60
+ //#region Tasks
61
+ VPalaceContainer.registerSingleton(ModuleContainer_1.VpalaceContainerToken.MeasurementDataFetcher, MeasurementDataFetcher_1.MeasurementDataFetcher);
62
+ VPalaceContainer.registerSingleton(ModuleContainer_1.VpalaceContainerToken.FetchXDaysDataTask, FetchXDaysDataTask_1.default);
63
+ VPalaceContainer.registerSingleton(ModuleContainer_1.VpalaceContainerToken.FetchXHoursDataTask, FetchXHoursDataTask_1.default);
64
+ //# sourceMappingURL=Di.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Di.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/ioc/Di.ts"],"names":[],"mappings":"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"}
@@ -1,4 +1,4 @@
1
- declare const ModuleContainerToken: {
1
+ declare const VpalaceContainerToken: {
2
2
  VpalaceMeasurementRepository: symbol;
3
3
  VpalaceMeasurementDataSource: symbol;
4
4
  VpalacMeasurementTransformation: symbol;
@@ -15,12 +15,12 @@ declare const ModuleContainerToken: {
15
15
  VpalaceUnitsRepository: symbol;
16
16
  VpalacUnitsTransformation: symbol;
17
17
  FetchDateFactory: symbol;
18
- FetchXDaysDataTask: symbol;
19
- FetchXHoursDataTask: symbol;
20
18
  MeasurementDataFetcher: symbol;
21
19
  MeasuringEquipmentFetcher: symbol;
22
20
  MeterTypeFetcher: symbol;
23
21
  TypeMeasuringEquipmentFetcher: symbol;
24
22
  UnitDataFetcher: symbol;
23
+ FetchXDaysDataTask: symbol;
24
+ FetchXHoursDataTask: symbol;
25
25
  };
26
- export { ModuleContainerToken };
26
+ export { VpalaceContainerToken };
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ModuleContainerToken = void 0;
4
- const ModuleContainerToken = {
3
+ exports.VpalaceContainerToken = void 0;
4
+ const VpalaceContainerToken = {
5
5
  //measurement
6
6
  VpalaceMeasurementRepository: Symbol(),
7
7
  VpalaceMeasurementDataSource: Symbol(),
@@ -22,17 +22,14 @@ const ModuleContainerToken = {
22
22
  VpalaceUnitsDataSource: Symbol(),
23
23
  VpalaceUnitsRepository: Symbol(),
24
24
  VpalacUnitsTransformation: Symbol(),
25
- //factory
26
25
  FetchDateFactory: Symbol(),
27
- //tasks
28
- FetchXDaysDataTask: Symbol(),
29
- FetchXHoursDataTask: Symbol(),
30
- //data tasks
31
26
  MeasurementDataFetcher: Symbol(),
32
27
  MeasuringEquipmentFetcher: Symbol(),
33
28
  MeterTypeFetcher: Symbol(),
34
29
  TypeMeasuringEquipmentFetcher: Symbol(),
35
30
  UnitDataFetcher: Symbol(),
31
+ FetchXDaysDataTask: Symbol(),
32
+ FetchXHoursDataTask: Symbol(),
36
33
  };
37
- exports.ModuleContainerToken = ModuleContainerToken;
34
+ exports.VpalaceContainerToken = VpalaceContainerToken;
38
35
  //# sourceMappingURL=ModuleContainer.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModuleContainer.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/ioc/ModuleContainer.ts"],"names":[],"mappings":";;;AAAA,MAAM,qBAAqB,GAAG;IAC1B,aAAa;IACb,4BAA4B,EAAE,MAAM,EAAE;IACtC,4BAA4B,EAAE,MAAM,EAAE;IACtC,+BAA+B,EAAE,MAAM,EAAE;IACzC,qBAAqB;IACrB,mCAAmC,EAAE,MAAM,EAAE;IAC7C,mCAAmC,EAAE,MAAM,EAAE;IAC7C,sCAAsC,EAAE,MAAM,EAAE;IAChD,YAAY;IACZ,0BAA0B,EAAE,MAAM,EAAE;IACpC,0BAA0B,EAAE,MAAM,EAAE;IACpC,6BAA6B,EAAE,MAAM,EAAE;IACvC,0BAA0B;IAC1B,uCAAuC,EAAE,MAAM,EAAE;IACjD,uCAAuC,EAAE,MAAM,EAAE;IACjD,0CAA0C,EAAE,MAAM,EAAE;IACpD,OAAO;IACP,sBAAsB,EAAE,MAAM,EAAE;IAChC,sBAAsB,EAAE,MAAM,EAAE;IAChC,yBAAyB,EAAE,MAAM,EAAE;IAEnC,gBAAgB,EAAE,MAAM,EAAE;IAE1B,sBAAsB,EAAE,MAAM,EAAE;IAChC,yBAAyB,EAAE,MAAM,EAAE;IACnC,gBAAgB,EAAE,MAAM,EAAE;IAC1B,6BAA6B,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,MAAM,EAAE;IAEzB,kBAAkB,EAAE,MAAM,EAAE;IAC5B,mBAAmB,EAAE,MAAM,EAAE;CAChC,CAAC;AAEO,sDAAqB"}
@@ -1 +1 @@
1
- {"version":3,"file":"VpalacUnitsRepository.js","sourceRoot":"","sources":["../../../../src/integration-engine/repositories/vpalace/VpalacUnitsRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,sDAAwC;AAExC,wEAAqE;AACrE,8EAAsE;AAEtE,mFAAkF;AAElF,iEAAwE;AAGjE,IAAM,sBAAsB,oCAA5B,MAAM,sBAAuB,SAAQ,kCAAa;IACrD,YAAiD,iBAA6C;QAC1F,KAAK,CACD,uBAAgB,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,GAAG,OAAO,EAC5C;YACI,yBAAyB,EAAE,uBAAgB,CAAC,MAAM,CAAC,KAAK,CAAC,yBAAyB;YAClF,WAAW,EAAE,uBAAgB,CAAC,MAAM,CAAC,KAAK,CAAC,WAAW;YACtD,QAAQ,EAAE,uBAAgB,CAAC,QAAQ;YACnC,UAAU,EAAE,gBAAgB;SAC/B,EACD,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,GAAG,gBAAgB,EACrD,uBAAgB,CAAC,MAAM,CAAC,KAAK,CAAC,gBAAgB,CACjD,CACJ,CAAC;QAbmD,sBAAiB,GAAjB,iBAAiB,CAAoB;QAgBvF,aAAQ,GAAG,KAAK,EAAE,IAAS,EAAE,CAAc,EAAE,EAAE;YAClD,MAAM,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;YAC1B,MAAM,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,EAAE;gBACvC,iBAAiB,EAAE,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC;gBAC5D,WAAW,EAAE,CAAC;aACjB,CAAC,CAAC;QACP,CAAC,CAAC;IARF,CAAC;CASJ,CAAA;iCAxBY,sBAAsB;IADlC,IAAA,qBAAU,GAAE;IAEI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,iBAAiB,CAAC,CAAA;;GADvC,sBAAsB,CAwBlC"}
1
+ {"version":3,"file":"VpalacUnitsRepository.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/repositories/VpalacUnitsRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,sDAAwC;AAExC,wEAAqE;AACrE,8EAAsE;AAEtE,mFAAkF;AAElF,iEAAwE;AAGjE,IAAM,sBAAsB,oCAA5B,MAAM,sBAAuB,SAAQ,kCAAa;IACrD,YAAiD,iBAA6C;QAC1F,KAAK,CACD,uBAAgB,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,GAAG,OAAO,EAC5C;YACI,yBAAyB,EAAE,uBAAgB,CAAC,MAAM,CAAC,KAAK,CAAC,yBAAyB;YAClF,WAAW,EAAE,uBAAgB,CAAC,MAAM,CAAC,KAAK,CAAC,WAAW;YACtD,QAAQ,EAAE,uBAAgB,CAAC,QAAQ;YACnC,UAAU,EAAE,gBAAgB;SAC/B,EACD,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,GAAG,gBAAgB,EACrD,uBAAgB,CAAC,MAAM,CAAC,KAAK,CAAC,gBAAgB,CACjD,CACJ,CAAC;QAbmD,sBAAiB,GAAjB,iBAAiB,CAAoB;QAgBvF,aAAQ,GAAG,KAAK,EAAE,IAAS,EAAE,CAAc,EAAE,EAAE;YAClD,MAAM,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;YAC1B,MAAM,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,EAAE;gBACvC,iBAAiB,EAAE,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC;gBAC5D,WAAW,EAAE,CAAC;aACjB,CAAC,CAAC;QACP,CAAC,CAAC;IARF,CAAC;CASJ,CAAA;iCAxBY,sBAAsB;IADlC,IAAA,qBAAU,GAAE;IAEI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,iBAAiB,CAAC,CAAA;;GADvC,sBAAsB,CAwBlC"}
@@ -1 +1 @@
1
- {"version":3,"file":"VpalaceMeasurementRepository.js","sourceRoot":"","sources":["../../../../src/integration-engine/repositories/vpalace/VpalaceMeasurementRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,sDAAwC;AAExC,wEAAqE;AACrE,8EAAsE;AAEtE,mFAAkF;AAElF,iEAAwE;AAGjE,IAAM,4BAA4B,0CAAlC,MAAM,4BAA6B,SAAQ,kCAAa;IAC3D,YAAiD,iBAA6C;QAC1F,KAAK,CACD,uBAAgB,CAAC,MAAM,CAAC,WAAW,CAAC,IAAI,GAAG,OAAO,EAClD;YACI,yBAAyB,EAAE,uBAAgB,CAAC,MAAM,CAAC,WAAW,CAAC,yBAAyB;YACxF,WAAW,EAAE,uBAAgB,CAAC,MAAM,CAAC,WAAW,CAAC,WAAW;YAC5D,QAAQ,EAAE,uBAAgB,CAAC,QAAQ;YACnC,UAAU,EAAE,gBAAgB;SAC/B,EACD,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,WAAW,CAAC,IAAI,GAAG,gBAAgB,EAC3D,uBAAgB,CAAC,MAAM,CAAC,WAAW,CAAC,gBAAgB,CACvD,CACJ,CAAC;QAbmD,sBAAiB,GAAjB,iBAAiB,CAAoB;QAgBvF,aAAQ,GAAG,KAAK,EAAE,IAAS,EAAE,CAAc,EAAE,EAAE;YAClD,MAAM,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;YAC1B,MAAM,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,EAAE;gBACvC,iBAAiB,EAAE,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC;gBAC5D,WAAW,EAAE,CAAC;aACjB,CAAC,CAAC;QACP,CAAC,CAAC;IARF,CAAC;CASJ,CAAA;uCAxBY,4BAA4B;IADxC,IAAA,qBAAU,GAAE;IAEI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,iBAAiB,CAAC,CAAA;;GADvC,4BAA4B,CAwBxC"}
1
+ {"version":3,"file":"VpalaceMeasurementRepository.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/repositories/VpalaceMeasurementRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,sDAAwC;AAExC,wEAAqE;AACrE,8EAAsE;AAEtE,mFAAkF;AAElF,iEAAwE;AAGjE,IAAM,4BAA4B,0CAAlC,MAAM,4BAA6B,SAAQ,kCAAa;IAC3D,YAAiD,iBAA6C;QAC1F,KAAK,CACD,uBAAgB,CAAC,MAAM,CAAC,WAAW,CAAC,IAAI,GAAG,OAAO,EAClD;YACI,yBAAyB,EAAE,uBAAgB,CAAC,MAAM,CAAC,WAAW,CAAC,yBAAyB;YACxF,WAAW,EAAE,uBAAgB,CAAC,MAAM,CAAC,WAAW,CAAC,WAAW;YAC5D,QAAQ,EAAE,uBAAgB,CAAC,QAAQ;YACnC,UAAU,EAAE,gBAAgB;SAC/B,EACD,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,WAAW,CAAC,IAAI,GAAG,gBAAgB,EAC3D,uBAAgB,CAAC,MAAM,CAAC,WAAW,CAAC,gBAAgB,CACvD,CACJ,CAAC;QAbmD,sBAAiB,GAAjB,iBAAiB,CAAoB;QAgBvF,aAAQ,GAAG,KAAK,EAAE,IAAS,EAAE,CAAc,EAAE,EAAE;YAClD,MAAM,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;YAC1B,MAAM,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,EAAE;gBACvC,iBAAiB,EAAE,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC;gBAC5D,WAAW,EAAE,CAAC;aACjB,CAAC,CAAC;QACP,CAAC,CAAC;IARF,CAAC;CASJ,CAAA;uCAxBY,4BAA4B;IADxC,IAAA,qBAAU,GAAE;IAEI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,iBAAiB,CAAC,CAAA;;GADvC,4BAA4B,CAwBxC"}
@@ -1 +1 @@
1
- {"version":3,"file":"VpalaceMeasuringEquipmentRepository.js","sourceRoot":"","sources":["../../../../src/integration-engine/repositories/vpalace/VpalaceMeasuringEquipmentRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,sDAAwC;AAExC,wEAAqE;AACrE,8EAAsE;AAEtE,mFAAkF;AAElF,iEAAwE;AAGjE,IAAM,mCAAmC,iDAAzC,MAAM,mCAAoC,SAAQ,kCAAa;IAClE,YAAiD,iBAA6C;QAC1F,KAAK,CACD,uBAAgB,CAAC,MAAM,CAAC,kBAAkB,CAAC,IAAI,GAAG,OAAO,EACzD;YACI,yBAAyB,EAAE,uBAAgB,CAAC,MAAM,CAAC,kBAAkB,CAAC,yBAAyB;YAC/F,WAAW,EAAE,uBAAgB,CAAC,MAAM,CAAC,kBAAkB,CAAC,WAAW;YACnE,QAAQ,EAAE,uBAAgB,CAAC,QAAQ;YACnC,UAAU,EAAE,gBAAgB;SAC/B,EACD,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,kBAAkB,CAAC,IAAI,GAAG,gBAAgB,EAClE,uBAAgB,CAAC,MAAM,CAAC,kBAAkB,CAAC,gBAAgB,CAC9D,CACJ,CAAC;QAbmD,sBAAiB,GAAjB,iBAAiB,CAAoB;QAgBvF,aAAQ,GAAG,KAAK,EAAE,IAAS,EAAE,CAAc,EAAE,EAAE;YAClD,MAAM,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;YAC1B,MAAM,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,EAAE;gBACvC,iBAAiB,EAAE,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC;gBAC5D,WAAW,EAAE,CAAC;aACjB,CAAC,CAAC;QACP,CAAC,CAAC;IARF,CAAC;CASJ,CAAA;8CAxBY,mCAAmC;IAD/C,IAAA,qBAAU,GAAE;IAEI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,iBAAiB,CAAC,CAAA;;GADvC,mCAAmC,CAwB/C"}
1
+ {"version":3,"file":"VpalaceMeasuringEquipmentRepository.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/repositories/VpalaceMeasuringEquipmentRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,sDAAwC;AAExC,wEAAqE;AACrE,8EAAsE;AAEtE,mFAAkF;AAElF,iEAAwE;AAGjE,IAAM,mCAAmC,iDAAzC,MAAM,mCAAoC,SAAQ,kCAAa;IAClE,YAAiD,iBAA6C;QAC1F,KAAK,CACD,uBAAgB,CAAC,MAAM,CAAC,kBAAkB,CAAC,IAAI,GAAG,OAAO,EACzD;YACI,yBAAyB,EAAE,uBAAgB,CAAC,MAAM,CAAC,kBAAkB,CAAC,yBAAyB;YAC/F,WAAW,EAAE,uBAAgB,CAAC,MAAM,CAAC,kBAAkB,CAAC,WAAW;YACnE,QAAQ,EAAE,uBAAgB,CAAC,QAAQ;YACnC,UAAU,EAAE,gBAAgB;SAC/B,EACD,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,kBAAkB,CAAC,IAAI,GAAG,gBAAgB,EAClE,uBAAgB,CAAC,MAAM,CAAC,kBAAkB,CAAC,gBAAgB,CAC9D,CACJ,CAAC;QAbmD,sBAAiB,GAAjB,iBAAiB,CAAoB;QAgBvF,aAAQ,GAAG,KAAK,EAAE,IAAS,EAAE,CAAc,EAAE,EAAE;YAClD,MAAM,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;YAC1B,MAAM,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,EAAE;gBACvC,iBAAiB,EAAE,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC;gBAC5D,WAAW,EAAE,CAAC;aACjB,CAAC,CAAC;QACP,CAAC,CAAC;IARF,CAAC;CASJ,CAAA;8CAxBY,mCAAmC;IAD/C,IAAA,qBAAU,GAAE;IAEI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,iBAAiB,CAAC,CAAA;;GADvC,mCAAmC,CAwB/C"}
@@ -1 +1 @@
1
- {"version":3,"file":"VpalaceMeterTypeRepository.js","sourceRoot":"","sources":["../../../../src/integration-engine/repositories/vpalace/VpalaceMeterTypeRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,sDAAwC;AAExC,wEAAqE;AACrE,8EAAsE;AAEtE,mFAAkF;AAElF,iEAAwE;AAGjE,IAAM,0BAA0B,wCAAhC,MAAM,0BAA2B,SAAQ,kCAAa;IACzD,YAAiD,iBAA6C;QAC1F,KAAK,CACD,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,IAAI,GAAG,OAAO,EAChD;YACI,yBAAyB,EAAE,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,yBAAyB;YACtF,WAAW,EAAE,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,WAAW;YAC1D,QAAQ,EAAE,uBAAgB,CAAC,QAAQ;YACnC,UAAU,EAAE,gBAAgB;SAC/B,EACD,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,IAAI,GAAG,gBAAgB,EACzD,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,gBAAgB,CACrD,CACJ,CAAC;QAbmD,sBAAiB,GAAjB,iBAAiB,CAAoB;QAgBvF,aAAQ,GAAG,KAAK,EAAE,IAAS,EAAE,CAAc,EAAE,EAAE;YAClD,MAAM,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;YAC1B,MAAM,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,EAAE;gBACvC,iBAAiB,EAAE,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC;gBAC5D,WAAW,EAAE,CAAC;aACjB,CAAC,CAAC;QACP,CAAC,CAAC;IARF,CAAC;CASJ,CAAA;qCAxBY,0BAA0B;IADtC,IAAA,qBAAU,GAAE;IAEI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,iBAAiB,CAAC,CAAA;;GADvC,0BAA0B,CAwBtC"}
1
+ {"version":3,"file":"VpalaceMeterTypeRepository.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/repositories/VpalaceMeterTypeRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,sDAAwC;AAExC,wEAAqE;AACrE,8EAAsE;AAEtE,mFAAkF;AAElF,iEAAwE;AAGjE,IAAM,0BAA0B,wCAAhC,MAAM,0BAA2B,SAAQ,kCAAa;IACzD,YAAiD,iBAA6C;QAC1F,KAAK,CACD,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,IAAI,GAAG,OAAO,EAChD;YACI,yBAAyB,EAAE,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,yBAAyB;YACtF,WAAW,EAAE,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,WAAW;YAC1D,QAAQ,EAAE,uBAAgB,CAAC,QAAQ;YACnC,UAAU,EAAE,gBAAgB;SAC/B,EACD,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,IAAI,GAAG,gBAAgB,EACzD,uBAAgB,CAAC,MAAM,CAAC,SAAS,CAAC,gBAAgB,CACrD,CACJ,CAAC;QAbmD,sBAAiB,GAAjB,iBAAiB,CAAoB;QAgBvF,aAAQ,GAAG,KAAK,EAAE,IAAS,EAAE,CAAc,EAAE,EAAE;YAClD,MAAM,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;YAC1B,MAAM,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,EAAE;gBACvC,iBAAiB,EAAE,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC;gBAC5D,WAAW,EAAE,CAAC;aACjB,CAAC,CAAC;QACP,CAAC,CAAC;IARF,CAAC;CASJ,CAAA;qCAxBY,0BAA0B;IADtC,IAAA,qBAAU,GAAE;IAEI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,iBAAiB,CAAC,CAAA;;GADvC,0BAA0B,CAwBtC"}
@@ -1 +1 @@
1
- {"version":3,"file":"VpalaceTypeMeasuringEquipmentRepository.js","sourceRoot":"","sources":["../../../../src/integration-engine/repositories/vpalace/VpalaceTypeMeasuringEquipmentRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,sDAAwC;AAExC,wEAAqE;AACrE,8EAAsE;AAEtE,mFAAkF;AAElF,iEAAwE;AAGjE,IAAM,uCAAuC,qDAA7C,MAAM,uCAAwC,SAAQ,kCAAa;IACtE,YAAiD,iBAA6C;QAC1F,KAAK,CACD,uBAAgB,CAAC,MAAM,CAAC,sBAAsB,CAAC,IAAI,GAAG,OAAO,EAC7D;YACI,yBAAyB,EAAE,uBAAgB,CAAC,MAAM,CAAC,sBAAsB,CAAC,yBAAyB;YACnG,WAAW,EAAE,uBAAgB,CAAC,MAAM,CAAC,sBAAsB,CAAC,WAAW;YACvE,QAAQ,EAAE,uBAAgB,CAAC,QAAQ;YACnC,UAAU,EAAE,gBAAgB;SAC/B,EACD,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,sBAAsB,CAAC,IAAI,GAAG,gBAAgB,EACtE,uBAAgB,CAAC,MAAM,CAAC,sBAAsB,CAAC,gBAAgB,CAClE,CACJ,CAAC;QAbmD,sBAAiB,GAAjB,iBAAiB,CAAoB;QAgBvF,aAAQ,GAAG,KAAK,EAAE,IAAS,EAAE,CAAc,EAAE,EAAE;YAClD,MAAM,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;YAC1B,MAAM,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,EAAE;gBACvC,iBAAiB,EAAE,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC;gBAC5D,WAAW,EAAE,CAAC;aACjB,CAAC,CAAC;QACP,CAAC,CAAC;IARF,CAAC;CASJ,CAAA;kDAxBY,uCAAuC;IADnD,IAAA,qBAAU,GAAE;IAEI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,iBAAiB,CAAC,CAAA;;GADvC,uCAAuC,CAwBnD"}
1
+ {"version":3,"file":"VpalaceTypeMeasuringEquipmentRepository.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/repositories/VpalaceTypeMeasuringEquipmentRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,sDAAwC;AAExC,wEAAqE;AACrE,8EAAsE;AAEtE,mFAAkF;AAElF,iEAAwE;AAGjE,IAAM,uCAAuC,qDAA7C,MAAM,uCAAwC,SAAQ,kCAAa;IACtE,YAAiD,iBAA6C;QAC1F,KAAK,CACD,uBAAgB,CAAC,MAAM,CAAC,sBAAsB,CAAC,IAAI,GAAG,OAAO,EAC7D;YACI,yBAAyB,EAAE,uBAAgB,CAAC,MAAM,CAAC,sBAAsB,CAAC,yBAAyB;YACnG,WAAW,EAAE,uBAAgB,CAAC,MAAM,CAAC,sBAAsB,CAAC,WAAW;YACvE,QAAQ,EAAE,uBAAgB,CAAC,QAAQ;YACnC,UAAU,EAAE,gBAAgB;SAC/B,EACD,IAAI,uCAAmB,CACnB,uBAAgB,CAAC,MAAM,CAAC,sBAAsB,CAAC,IAAI,GAAG,gBAAgB,EACtE,uBAAgB,CAAC,MAAM,CAAC,sBAAsB,CAAC,gBAAgB,CAClE,CACJ,CAAC;QAbmD,sBAAiB,GAAjB,iBAAiB,CAAoB;QAgBvF,aAAQ,GAAG,KAAK,EAAE,IAAS,EAAE,CAAc,EAAE,EAAE;YAClD,MAAM,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;YAC1B,MAAM,IAAI,CAAC,cAAc,CAAC,UAAU,CAAC,IAAI,EAAE;gBACvC,iBAAiB,EAAE,MAAM,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC;gBAC5D,WAAW,EAAE,CAAC;aACjB,CAAC,CAAC;QACP,CAAC,CAAC;IARF,CAAC;CASJ,CAAA;kDAxBY,uCAAuC;IADnD,IAAA,qBAAU,GAAE;IAEI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,iBAAiB,CAAC,CAAA;;GADvC,uCAAuC,CAwBnD"}
@@ -1,4 +1,4 @@
1
- import { IFetchXDaysData } from "../../interfaces/vpalace/IFetchXDaysDataInput";
1
+ import { IFetchXDaysData } from "../interfaces/IFetchXDaysDataInput";
2
2
  export declare class FetchXDaysDataValidationSchema implements IFetchXDaysData {
3
3
  targetDays: number;
4
4
  }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FetchXDaysDataValidationSchema.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/schema/FetchXDaysDataValidationSchema.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,+EAAuE;AAEvE,MAAa,8BAA8B;CAI1C;AAJD,wEAIC;AADG;IAFC,IAAA,uBAAK,GAAE;IACP,IAAA,qBAAG,EAAC,CAAC,CAAC;;kEACa"}
@@ -1,4 +1,4 @@
1
- import { IFetchXHoursDataInput } from "../../interfaces/vpalace/IFetchXHoursDataInput";
1
+ import { IFetchXHoursDataInput } from "../interfaces/IFetchXHoursDataInput";
2
2
  export declare class FetchXHoursDataValidationSchema implements IFetchXHoursDataInput {
3
3
  targetHours: number;
4
4
  }
@@ -0,0 +1 @@
1
+ {"version":3,"file":"FetchXHoursDataValidationSchema.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/schema/FetchXHoursDataValidationSchema.ts"],"names":[],"mappings":";;;;;;;;;;;;AACA,+EAAuE;AAEvE,MAAa,+BAA+B;CAI3C;AAJD,0EAIC;AADG;IAFC,IAAA,uBAAK,GAAE;IACP,IAAA,qBAAG,EAAC,CAAC,CAAC;;oEACc"}
@@ -13,10 +13,10 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
13
13
  };
14
14
  Object.defineProperty(exports, "__esModule", { value: true });
15
15
  exports.FetchDateFactory = void 0;
16
- const ModuleContainer_1 = require("../../ioc/ModuleContainer");
17
16
  const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
18
17
  const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
19
18
  const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
19
+ const ModuleContainer_1 = require("../ioc/ModuleContainer");
20
20
  const MeasurementDataFetcher_1 = require("./MeasurementDataFetcher");
21
21
  const MeasuringEquipmentFetcher_1 = require("./MeasuringEquipmentFetcher");
22
22
  const MeterTypeFetcher_1 = require("./MeterTypeFetcher");
@@ -50,11 +50,11 @@ let FetchDateFactory = exports.FetchDateFactory = class FetchDateFactory {
50
50
  };
51
51
  exports.FetchDateFactory = FetchDateFactory = __decorate([
52
52
  (0, tsyringe_1.injectable)(),
53
- __param(0, (0, tsyringe_1.inject)(ModuleContainer_1.ModuleContainerToken.MeasurementDataFetcher)),
54
- __param(1, (0, tsyringe_1.inject)(ModuleContainer_1.ModuleContainerToken.MeasuringEquipmentFetcher)),
55
- __param(2, (0, tsyringe_1.inject)(ModuleContainer_1.ModuleContainerToken.MeterTypeFetcher)),
56
- __param(3, (0, tsyringe_1.inject)(ModuleContainer_1.ModuleContainerToken.TypeMeasuringEquipmentFetcher)),
57
- __param(4, (0, tsyringe_1.inject)(ModuleContainer_1.ModuleContainerToken.UnitDataFetcher)),
53
+ __param(0, (0, tsyringe_1.inject)(ModuleContainer_1.VpalaceContainerToken.MeasurementDataFetcher)),
54
+ __param(1, (0, tsyringe_1.inject)(ModuleContainer_1.VpalaceContainerToken.MeasuringEquipmentFetcher)),
55
+ __param(2, (0, tsyringe_1.inject)(ModuleContainer_1.VpalaceContainerToken.MeterTypeFetcher)),
56
+ __param(3, (0, tsyringe_1.inject)(ModuleContainer_1.VpalaceContainerToken.TypeMeasuringEquipmentFetcher)),
57
+ __param(4, (0, tsyringe_1.inject)(ModuleContainer_1.VpalaceContainerToken.UnitDataFetcher)),
58
58
  __param(5, (0, tsyringe_1.inject)(CoreToken_1.CoreToken.PostgresConnector)),
59
59
  __metadata("design:paramtypes", [MeasurementDataFetcher_1.MeasurementDataFetcher,
60
60
  MeasuringEquipmentFetcher_1.MeasuringEquipmentFetcher,
@@ -1 +1 @@
1
- {"version":3,"file":"FetchDateFactory.js","sourceRoot":"","sources":["../../../../src/integration-engine/tasks/vpalace/FetchDateFactory.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,+DAA+D;AAE/D,wEAAqE;AACrE,6EAAwE;AACxE,iEAAwE;AACxE,qEAAkE;AAClE,2EAAwE;AACxE,yDAAsD;AACtD,mFAAgF;AAChF,uDAAoD;AAG7C,IAAM,gBAAgB,8BAAtB,MAAM,gBAAgB;IACzB,YAEqB,oBAA4C,EAG5C,uBAAkD,EAGlD,cAAgC,EAGhC,2BAA0D,EAG1D,aAA8B,EAEF,iBAAqC;QAdjE,yBAAoB,GAApB,oBAAoB,CAAwB;QAG5C,4BAAuB,GAAvB,uBAAuB,CAA2B;QAGlD,mBAAc,GAAd,cAAc,CAAkB;QAGhC,gCAA2B,GAA3B,2BAA2B,CAA+B;QAG1D,kBAAa,GAAb,aAAa,CAAiB;QAEF,sBAAiB,GAAjB,iBAAiB,CAAoB;IACnF,CAAC;IAEG,KAAK,CAAC,gBAAgB,CAAC,IAAY,EAAE,EAAU,EAAE,UAAkB;QACtE,MAAM,UAAU,GAAG,IAAI,CAAC,iBAAiB,CAAC,aAAa,EAAE,CAAC;QAC1D,MAAM,CAAC,GAAG,MAAM,UAAU,CAAC,WAAW,EAAE,CAAC;QACzC,IAAI;YACA,MAAM,IAAI,CAAC,oBAAoB,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC;YACjE,MAAM,IAAI,CAAC,uBAAuB,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC;YACpE,MAAM,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC;YAC3D,MAAM,IAAI,CAAC,2BAA2B,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC;YACxE,MAAM,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC;YAC1D,MAAM,CAAC,CAAC,MAAM,EAAE,CAAC;SACpB;QAAC,OAAO,KAAK,EAAE;YACZ,MAAM,CAAC,CAAC,QAAQ,EAAE,CAAC;YACnB,MAAM,IAAI,6BAAY,CAAC,4CAA4C,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;SACtG;IACL,CAAC;CACJ,CAAA;2BAnCY,gBAAgB;IAD5B,IAAA,qBAAU,GAAE;IAGJ,WAAA,IAAA,iBAAM,EAAC,sCAAoB,CAAC,sBAAsB,CAAC,CAAA;IAGnD,WAAA,IAAA,iBAAM,EAAC,sCAAoB,CAAC,yBAAyB,CAAC,CAAA;IAGtD,WAAA,IAAA,iBAAM,EAAC,sCAAoB,CAAC,gBAAgB,CAAC,CAAA;IAG7C,WAAA,IAAA,iBAAM,EAAC,sCAAoB,CAAC,6BAA6B,CAAC,CAAA;IAG1D,WAAA,IAAA,iBAAM,EAAC,sCAAoB,CAAC,eAAe,CAAC,CAAA;IAG5C,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,iBAAiB,CAAC,CAAA;qCAdG,+CAAsB;QAGnB,qDAAyB;QAGlC,mCAAgB;QAGH,6DAA6B;QAG3C,iCAAe;GAf1C,gBAAgB,CAmC5B"}
1
+ {"version":3,"file":"FetchDateFactory.js","sourceRoot":"","sources":["../../../../src/integration-engine/vpalace/tasks/FetchDateFactory.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AACA,wEAAqE;AACrE,6EAAwE;AACxE,iEAAwE;AACxE,4DAA+D;AAC/D,qEAAkE;AAClE,2EAAwE;AACxE,yDAAsD;AACtD,mFAAgF;AAChF,uDAAoD;AAG7C,IAAM,gBAAgB,8BAAtB,MAAM,gBAAgB;IACzB,YAEqB,oBAA4C,EAG5C,uBAAkD,EAGlD,cAAgC,EAGhC,2BAA0D,EAG1D,aAA8B,EAEF,iBAAqC;QAdjE,yBAAoB,GAApB,oBAAoB,CAAwB;QAG5C,4BAAuB,GAAvB,uBAAuB,CAA2B;QAGlD,mBAAc,GAAd,cAAc,CAAkB;QAGhC,gCAA2B,GAA3B,2BAA2B,CAA+B;QAG1D,kBAAa,GAAb,aAAa,CAAiB;QAEF,sBAAiB,GAAjB,iBAAiB,CAAoB;IACnF,CAAC;IAEG,KAAK,CAAC,gBAAgB,CAAC,IAAY,EAAE,EAAU,EAAE,UAAkB;QACtE,MAAM,UAAU,GAAG,IAAI,CAAC,iBAAiB,CAAC,aAAa,EAAE,CAAC;QAC1D,MAAM,CAAC,GAAG,MAAM,UAAU,CAAC,WAAW,EAAE,CAAC;QACzC,IAAI;YACA,MAAM,IAAI,CAAC,oBAAoB,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC;YACjE,MAAM,IAAI,CAAC,uBAAuB,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC;YACpE,MAAM,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC;YAC3D,MAAM,IAAI,CAAC,2BAA2B,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC;YACxE,MAAM,IAAI,CAAC,aAAa,CAAC,OAAO,CAAC,IAAI,EAAE,EAAE,EAAE,UAAU,EAAE,CAAC,CAAC,CAAC;YAC1D,MAAM,CAAC,CAAC,MAAM,EAAE,CAAC;SACpB;QAAC,OAAO,KAAK,EAAE;YACZ,MAAM,CAAC,CAAC,QAAQ,EAAE,CAAC;YACnB,MAAM,IAAI,6BAAY,CAAC,4CAA4C,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;SACtG;IACL,CAAC;CACJ,CAAA;2BAnCY,gBAAgB;IAD5B,IAAA,qBAAU,GAAE;IAGJ,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,sBAAsB,CAAC,CAAA;IAGpD,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,yBAAyB,CAAC,CAAA;IAGvD,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,gBAAgB,CAAC,CAAA;IAG9C,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,6BAA6B,CAAC,CAAA;IAG3D,WAAA,IAAA,iBAAM,EAAC,uCAAqB,CAAC,eAAe,CAAC,CAAA;IAG7C,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,iBAAiB,CAAC,CAAA;qCAdG,+CAAsB;QAGnB,qDAAyB;QAGlC,mCAAgB;QAGH,6DAA6B;QAG3C,iCAAe;GAf1C,gBAAgB,CAmC5B"}
@@ -1,5 +1,5 @@
1
- import { IFetchXDaysData } from "../../interfaces/vpalace/IFetchXDaysDataInput";
2
- import { FetchXDaysDataValidationSchema } from "../../schema/vpalace/FetchXDaysDataValidationSchema";
1
+ import { IFetchXDaysData } from "../interfaces/IFetchXDaysDataInput";
2
+ import { FetchXDaysDataValidationSchema } from "../schema/FetchXDaysDataValidationSchema";
3
3
  import { ISimpleConfig } from "@golemio/core/dist/helpers/configuration/ISimpleConfig";
4
4
  import { AbstractTask } from "@golemio/core/dist/integration-engine/workers/AbstractTask";
5
5
  import { FetchDateFactory } from "./FetchDateFactory";