@golemio/pid 2.16.0 → 2.16.1-dev.1405891097

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 (248) hide show
  1. package/db/example/00_clear_test_data.sql +2 -0
  2. package/db/example/20_jis_infotexts.sql +214 -0
  3. package/db/migrations/postgresql/20240801141948-jis-infotexts.js +53 -0
  4. package/db/migrations/postgresql/sqls/20240801141948-jis-infotexts-down.sql +2 -0
  5. package/db/migrations/postgresql/sqls/20240801141948-jis-infotexts-up.sql +19 -0
  6. package/dist/integration-engine/index.js +4 -0
  7. package/dist/integration-engine/index.js.map +1 -1
  8. package/dist/integration-engine/jis/datasources/JISInfotextsDataSourceFactory.d.ts +10 -0
  9. package/dist/integration-engine/jis/datasources/JISInfotextsDataSourceFactory.js +49 -0
  10. package/dist/integration-engine/jis/datasources/JISInfotextsDataSourceFactory.js.map +1 -0
  11. package/dist/integration-engine/jis/index.d.ts +1 -0
  12. package/dist/{output-gateway/pid/controllers → integration-engine/jis}/index.js +1 -2
  13. package/dist/integration-engine/jis/index.js.map +1 -0
  14. package/dist/integration-engine/jis/ioc/Di.d.ts +3 -0
  15. package/dist/integration-engine/jis/ioc/Di.js +31 -0
  16. package/dist/integration-engine/jis/ioc/Di.js.map +1 -0
  17. package/dist/integration-engine/jis/ioc/JISContainerToken.d.ts +9 -0
  18. package/dist/integration-engine/jis/ioc/JISContainerToken.js +18 -0
  19. package/dist/integration-engine/jis/ioc/JISContainerToken.js.map +1 -0
  20. package/dist/integration-engine/jis/repositories/JISInfotextsRepository.d.ts +36 -0
  21. package/dist/integration-engine/jis/repositories/JISInfotextsRepository.js +101 -0
  22. package/dist/integration-engine/jis/repositories/JISInfotextsRepository.js.map +1 -0
  23. package/dist/integration-engine/jis/repositories/JISInfotextsRopidGTFSStopsRepository.d.ts +36 -0
  24. package/dist/integration-engine/jis/repositories/JISInfotextsRopidGTFSStopsRepository.js +101 -0
  25. package/dist/integration-engine/jis/repositories/JISInfotextsRopidGTFSStopsRepository.js.map +1 -0
  26. package/dist/integration-engine/jis/services/JISInfotextsDataService.d.ts +20 -0
  27. package/dist/integration-engine/jis/services/JISInfotextsDataService.js +78 -0
  28. package/dist/integration-engine/jis/services/JISInfotextsDataService.js.map +1 -0
  29. package/dist/integration-engine/jis/transformations/JISInfotextsTransformation.d.ts +13 -0
  30. package/dist/integration-engine/jis/transformations/JISInfotextsTransformation.js +40 -0
  31. package/dist/integration-engine/jis/transformations/JISInfotextsTransformation.js.map +1 -0
  32. package/dist/integration-engine/jis/workers/JISWorker.d.ts +7 -0
  33. package/dist/integration-engine/jis/workers/JISWorker.js +21 -0
  34. package/dist/integration-engine/jis/workers/JISWorker.js.map +1 -0
  35. package/dist/integration-engine/jis/workers/constants.d.ts +1 -0
  36. package/dist/integration-engine/jis/workers/constants.js +5 -0
  37. package/dist/integration-engine/jis/workers/constants.js.map +1 -0
  38. package/dist/integration-engine/jis/workers/tasks/RefreshJISInfotextsTask.d.ts +14 -0
  39. package/dist/integration-engine/jis/workers/tasks/RefreshJISInfotextsTask.js +72 -0
  40. package/dist/integration-engine/jis/workers/tasks/RefreshJISInfotextsTask.js.map +1 -0
  41. package/dist/integration-engine/vehicle-positions/workers/runs/helpers/regional-bus/RegionalBusMessageFilter.d.ts +1 -4
  42. package/dist/integration-engine/vehicle-positions/workers/runs/helpers/regional-bus/RegionalBusMessageFilter.js +11 -27
  43. package/dist/integration-engine/vehicle-positions/workers/runs/helpers/regional-bus/RegionalBusMessageFilter.js.map +1 -1
  44. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/helpers/PositionsManager.js +15 -10
  45. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/helpers/PositionsManager.js.map +1 -1
  46. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/tasks/abstract/AbstractPropagateDelayTask.js +1 -1
  47. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/tasks/abstract/AbstractPropagateDelayTask.js.map +1 -1
  48. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/transformations/MpvMessageTransformation.d.ts +3 -6
  49. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/transformations/MpvMessageTransformation.js +8 -19
  50. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/transformations/MpvMessageTransformation.js.map +1 -1
  51. package/dist/output-gateway/departure-boards/index.d.ts +1 -1
  52. package/dist/output-gateway/departure-boards/index.js +1 -1
  53. package/dist/output-gateway/departure-boards/index.js.map +1 -1
  54. package/dist/output-gateway/departure-boards/routers/index.d.ts +1 -0
  55. package/dist/output-gateway/departure-boards/routers/index.js +6 -0
  56. package/dist/output-gateway/departure-boards/routers/index.js.map +1 -0
  57. package/dist/output-gateway/departure-boards/{DepartureBoardsRouter.d.ts → routers/v2/V2DepartureBoardsRouter.d.ts} +9 -8
  58. package/dist/output-gateway/departure-boards/{DepartureBoardsRouter.js → routers/v2/V2DepartureBoardsRouter.js} +19 -18
  59. package/dist/output-gateway/departure-boards/routers/v2/V2DepartureBoardsRouter.js.map +1 -0
  60. package/dist/output-gateway/index.d.ts +1 -0
  61. package/dist/output-gateway/index.js +25 -1
  62. package/dist/output-gateway/index.js.map +1 -1
  63. package/dist/output-gateway/pid/controllers/{DepartureBoardsController.d.ts → v2/V2DepartureBoardsController.d.ts} +1 -1
  64. package/dist/output-gateway/pid/controllers/{DepartureBoardsController.js → v2/V2DepartureBoardsController.js} +9 -9
  65. package/dist/output-gateway/pid/controllers/v2/V2DepartureBoardsController.js.map +1 -0
  66. package/dist/output-gateway/pid/controllers/{InfotextsController.d.ts → v2/V2InfotextsController.d.ts} +1 -1
  67. package/dist/output-gateway/pid/controllers/{InfotextsController.js → v2/V2InfotextsController.js} +6 -6
  68. package/dist/output-gateway/pid/controllers/v2/V2InfotextsController.js.map +1 -0
  69. package/dist/output-gateway/pid/controllers/v3/V3InfotextsController.d.ts +10 -0
  70. package/dist/output-gateway/pid/controllers/v3/V3InfotextsController.js +57 -0
  71. package/dist/output-gateway/pid/controllers/v3/V3InfotextsController.js.map +1 -0
  72. package/dist/output-gateway/pid/data-access/JISInfotextRepository.d.ts +27 -0
  73. package/dist/output-gateway/pid/data-access/JISInfotextRepository.js +147 -0
  74. package/dist/output-gateway/pid/data-access/JISInfotextRepository.js.map +1 -0
  75. package/dist/output-gateway/pid/data-access/JISInfotextRopidGTFSStopsRepository.d.ts +11 -0
  76. package/dist/output-gateway/pid/data-access/JISInfotextRopidGTFSStopsRepository.js +37 -0
  77. package/dist/output-gateway/pid/data-access/JISInfotextRopidGTFSStopsRepository.js.map +1 -0
  78. package/dist/output-gateway/pid/domain/InfotextDisplayTypeEnum.d.ts +4 -0
  79. package/dist/output-gateway/pid/domain/InfotextDisplayTypeEnum.js +9 -0
  80. package/dist/output-gateway/pid/domain/InfotextDisplayTypeEnum.js.map +1 -0
  81. package/dist/output-gateway/pid/domain/InfotextInterfaces.d.ts +28 -0
  82. package/dist/output-gateway/pid/domain/InfotextInterfaces.js +3 -0
  83. package/dist/output-gateway/pid/domain/InfotextInterfaces.js.map +1 -0
  84. package/dist/output-gateway/pid/dto/DepartureBoardsDTO.d.ts +3 -3
  85. package/dist/output-gateway/pid/dto/DepartureBoardsDTO.js +1 -1
  86. package/dist/output-gateway/pid/dto/DepartureBoardsDTO.js.map +1 -1
  87. package/dist/output-gateway/pid/index.d.ts +1 -1
  88. package/dist/output-gateway/pid/index.js +1 -1
  89. package/dist/output-gateway/pid/index.js.map +1 -1
  90. package/dist/output-gateway/pid/ioc/Di.d.ts +3 -0
  91. package/dist/output-gateway/pid/ioc/Di.js +23 -0
  92. package/dist/output-gateway/pid/ioc/Di.js.map +1 -0
  93. package/dist/output-gateway/pid/ioc/OgPidToken.d.ts +7 -0
  94. package/dist/output-gateway/pid/ioc/OgPidToken.js +17 -0
  95. package/dist/output-gateway/pid/ioc/OgPidToken.js.map +1 -0
  96. package/dist/output-gateway/pid/models/PIDDepartureBoardsModel.d.ts +2 -1
  97. package/dist/output-gateway/pid/models/PIDDepartureBoardsModel.js +20 -10
  98. package/dist/output-gateway/pid/models/PIDDepartureBoardsModel.js.map +1 -1
  99. package/dist/output-gateway/pid/models/RopidVYMIEventsStopsModel.d.ts +2 -19
  100. package/dist/output-gateway/pid/models/RopidVYMIEventsStopsModel.js +4 -64
  101. package/dist/output-gateway/pid/models/RopidVYMIEventsStopsModel.js.map +1 -1
  102. package/dist/output-gateway/pid/routers/index.d.ts +2 -0
  103. package/dist/output-gateway/pid/routers/index.js +8 -0
  104. package/dist/output-gateway/pid/routers/index.js.map +1 -0
  105. package/dist/output-gateway/pid/{PIDRouter.d.ts → routers/v2/V2PIDRouter.d.ts} +5 -4
  106. package/dist/output-gateway/pid/{PIDRouter.js → routers/v2/V2PIDRouter.js} +20 -17
  107. package/dist/output-gateway/pid/routers/v2/V2PIDRouter.js.map +1 -0
  108. package/dist/output-gateway/pid/routers/v3/V3PIDRouter.d.ts +11 -0
  109. package/dist/output-gateway/pid/routers/v3/V3PIDRouter.js +31 -0
  110. package/dist/output-gateway/pid/routers/v3/V3PIDRouter.js.map +1 -0
  111. package/dist/output-gateway/pid/service/helpers/DisplayTypeMapper.d.ts +10 -0
  112. package/dist/output-gateway/pid/service/helpers/DisplayTypeMapper.js +25 -0
  113. package/dist/output-gateway/pid/service/helpers/DisplayTypeMapper.js.map +1 -0
  114. package/dist/output-gateway/pid/service/transformations/JISInfotextDepartureTransformation.d.ts +13 -0
  115. package/dist/output-gateway/pid/service/transformations/JISInfotextDepartureTransformation.js +35 -0
  116. package/dist/output-gateway/pid/service/transformations/JISInfotextDepartureTransformation.js.map +1 -0
  117. package/dist/output-gateway/pid/service/transformations/JISInfotextOverviewTransformation.d.ts +19 -0
  118. package/dist/output-gateway/pid/service/transformations/JISInfotextOverviewTransformation.js +43 -0
  119. package/dist/output-gateway/pid/service/transformations/JISInfotextOverviewTransformation.js.map +1 -0
  120. package/dist/output-gateway/public/controllers/{v1/PublicDepartureBoardsController.d.ts → v2/V2PublicDepartureBoardsController.d.ts} +1 -1
  121. package/dist/output-gateway/public/controllers/{v1/PublicDepartureBoardsController.js → v2/V2PublicDepartureBoardsController.js} +5 -5
  122. package/dist/output-gateway/public/controllers/v2/V2PublicDepartureBoardsController.js.map +1 -0
  123. package/dist/output-gateway/public/controllers/{v1/PublicGtfsController.d.ts → v2/V2PublicGtfsController.d.ts} +1 -1
  124. package/dist/output-gateway/public/controllers/{v1/PublicGtfsController.js → v2/V2PublicGtfsController.js} +5 -5
  125. package/dist/output-gateway/public/controllers/v2/V2PublicGtfsController.js.map +1 -0
  126. package/dist/output-gateway/public/controllers/{v1/PublicVehiclePositionsController.d.ts → v2/V2PublicVehiclePositionsController.d.ts} +1 -1
  127. package/dist/output-gateway/public/controllers/{v1/PublicVehiclePositionsController.js → v2/V2PublicVehiclePositionsController.js} +4 -4
  128. package/dist/output-gateway/public/controllers/v2/V2PublicVehiclePositionsController.js.map +1 -0
  129. package/dist/output-gateway/public/controllers/{v1 → v2}/interfaces/PublicParamsInterfaces.d.ts +1 -1
  130. package/dist/output-gateway/public/controllers/{v1 → v2}/interfaces/PublicParamsInterfaces.js.map +1 -1
  131. package/dist/output-gateway/public/index.d.ts +1 -0
  132. package/dist/output-gateway/public/index.js +18 -0
  133. package/dist/output-gateway/public/index.js.map +1 -0
  134. package/dist/output-gateway/public/routers/index.d.ts +3 -0
  135. package/dist/output-gateway/public/routers/index.js +10 -0
  136. package/dist/output-gateway/public/routers/index.js.map +1 -0
  137. package/dist/output-gateway/public/routers/{v1/PublicDeparturesRouter.d.ts → v2/V2PublicDeparturesRouter.d.ts} +4 -3
  138. package/dist/output-gateway/public/routers/{v1/PublicDeparturesRouter.js → v2/V2PublicDeparturesRouter.js} +11 -8
  139. package/dist/output-gateway/public/routers/v2/V2PublicDeparturesRouter.js.map +1 -0
  140. package/dist/output-gateway/public/routers/{v1/PublicGtfsRouter.d.ts → v2/V2PublicGtfsRouter.d.ts} +4 -3
  141. package/dist/output-gateway/public/routers/{v1/PublicGtfsRouter.js → v2/V2PublicGtfsRouter.js} +11 -8
  142. package/dist/output-gateway/public/routers/v2/V2PublicGtfsRouter.js.map +1 -0
  143. package/dist/output-gateway/public/routers/{v1/PublicVehiclePositionsRouter.d.ts → v2/V2PublicVehiclePositionsRouter.d.ts} +4 -3
  144. package/dist/output-gateway/public/routers/{v1/PublicVehiclePositionsRouter.js → v2/V2PublicVehiclePositionsRouter.js} +11 -8
  145. package/dist/output-gateway/public/routers/v2/V2PublicVehiclePositionsRouter.js.map +1 -0
  146. package/dist/output-gateway/public/routers/{v1 → v2}/helpers/CustomScopeValidator.js.map +1 -1
  147. package/dist/output-gateway/public/routers/{v1 → v2}/helpers/CustomStopIdGroupValidator.js.map +1 -1
  148. package/dist/output-gateway/public/routers/{v1 → v2}/helpers/CustomTypeValidator.js.map +1 -1
  149. package/dist/output-gateway/public/routers/{v1 → v2}/helpers/DetailedTripScopeEnum.js.map +1 -1
  150. package/dist/output-gateway/public/service/facade/DepartureBoardFacade.d.ts +1 -1
  151. package/dist/output-gateway/public/service/facade/DetailedTripFacade.d.ts +1 -1
  152. package/dist/output-gateway/public/service/facade/DetailedTripFacade.js +1 -1
  153. package/dist/output-gateway/public/service/facade/GtfsTripLookupFacade.d.ts +1 -1
  154. package/dist/output-gateway/public/service/facade/GtfsTripLookupFacade.js +1 -1
  155. package/dist/output-gateway/public/service/helpers/gtfs-trip-scope/GtfsTripScopeHandlerFactory.d.ts +1 -1
  156. package/dist/output-gateway/public/service/helpers/gtfs-trip-scope/GtfsTripScopeHandlerFactory.js +1 -1
  157. package/dist/output-gateway/public/service/helpers/trip-scope/TripScopeHandlerFactory.d.ts +1 -1
  158. package/dist/output-gateway/public/service/helpers/trip-scope/TripScopeHandlerFactory.js +1 -1
  159. package/dist/output-gateway/ropid-gtfs/index.d.ts +1 -1
  160. package/dist/output-gateway/ropid-gtfs/index.js +1 -1
  161. package/dist/output-gateway/ropid-gtfs/index.js.map +1 -1
  162. package/dist/output-gateway/ropid-gtfs/routers/index.d.ts +1 -0
  163. package/dist/output-gateway/ropid-gtfs/routers/index.js +6 -0
  164. package/dist/output-gateway/ropid-gtfs/routers/index.js.map +1 -0
  165. package/dist/output-gateway/ropid-gtfs/{GTFSRouter.d.ts → routers/v2/V2GTFSRouter.d.ts} +11 -13
  166. package/dist/output-gateway/ropid-gtfs/{GTFSRouter.js → routers/v2/V2GTFSRouter.js} +16 -16
  167. package/dist/output-gateway/ropid-gtfs/routers/v2/V2GTFSRouter.js.map +1 -0
  168. package/dist/output-gateway/shared/RopidRouterUtils.d.ts +4 -0
  169. package/dist/output-gateway/shared/RopidRouterUtils.js +11 -0
  170. package/dist/output-gateway/shared/RopidRouterUtils.js.map +1 -1
  171. package/dist/output-gateway/shared/constants/index.d.ts +1 -0
  172. package/dist/output-gateway/shared/constants/index.js +1 -0
  173. package/dist/output-gateway/shared/constants/index.js.map +1 -1
  174. package/dist/output-gateway/shared/constants/route-version.d.ts +5 -0
  175. package/dist/output-gateway/shared/constants/route-version.js +10 -0
  176. package/dist/output-gateway/shared/constants/route-version.js.map +1 -0
  177. package/dist/output-gateway/vehicle-positions/index.d.ts +1 -1
  178. package/dist/output-gateway/vehicle-positions/index.js +1 -1
  179. package/dist/output-gateway/vehicle-positions/index.js.map +1 -1
  180. package/dist/output-gateway/vehicle-positions/routers/index.d.ts +1 -0
  181. package/dist/output-gateway/vehicle-positions/routers/index.js +6 -0
  182. package/dist/output-gateway/vehicle-positions/routers/index.js.map +1 -0
  183. package/dist/output-gateway/vehicle-positions/{VehiclePositionsRouter.d.ts → routers/v2/V2VehiclePositionsRouter.d.ts} +6 -6
  184. package/dist/output-gateway/vehicle-positions/{VehiclePositionsRouter.js → routers/v2/V2VehiclePositionsRouter.js} +12 -11
  185. package/dist/output-gateway/vehicle-positions/routers/v2/V2VehiclePositionsRouter.js.map +1 -0
  186. package/dist/schema-definitions/jis/datasources/JISInfotextsJsonSchema.d.ts +3 -0
  187. package/dist/schema-definitions/jis/datasources/JISInfotextsJsonSchema.js +59 -0
  188. package/dist/schema-definitions/jis/datasources/JISInfotextsJsonSchema.js.map +1 -0
  189. package/dist/schema-definitions/jis/datasources/interfaces/IJISInfotext.d.ts +15 -0
  190. package/dist/schema-definitions/jis/datasources/interfaces/IJISInfotext.js +3 -0
  191. package/dist/schema-definitions/jis/datasources/interfaces/IJISInfotext.js.map +1 -0
  192. package/dist/schema-definitions/jis/datasources/interfaces/IJISInfotextStop.d.ts +3 -0
  193. package/dist/schema-definitions/jis/datasources/interfaces/IJISInfotextStop.js +3 -0
  194. package/dist/schema-definitions/jis/datasources/interfaces/IJISInfotextStop.js.map +1 -0
  195. package/dist/schema-definitions/jis/datasources/interfaces/IJISTranslationText.d.ts +4 -0
  196. package/dist/schema-definitions/jis/datasources/interfaces/IJISTranslationText.js +3 -0
  197. package/dist/schema-definitions/jis/datasources/interfaces/IJISTranslationText.js.map +1 -0
  198. package/dist/schema-definitions/jis/datasources/interfaces/index.d.ts +3 -0
  199. package/dist/schema-definitions/jis/datasources/interfaces/index.js +20 -0
  200. package/dist/schema-definitions/jis/datasources/interfaces/index.js.map +1 -0
  201. package/dist/schema-definitions/jis/models/JISInfotextsModel.d.ts +18 -0
  202. package/dist/schema-definitions/jis/models/JISInfotextsModel.js +75 -0
  203. package/dist/schema-definitions/jis/models/JISInfotextsModel.js.map +1 -0
  204. package/dist/schema-definitions/jis/models/JISInfotextsRopidGTFSStopsModel.d.ts +12 -0
  205. package/dist/schema-definitions/jis/models/JISInfotextsRopidGTFSStopsModel.js +41 -0
  206. package/dist/schema-definitions/jis/models/JISInfotextsRopidGTFSStopsModel.js.map +1 -0
  207. package/dist/schema-definitions/jis/models/interfaces/IJISInfotext.d.ts +9 -0
  208. package/dist/schema-definitions/jis/models/interfaces/IJISInfotext.js +3 -0
  209. package/dist/schema-definitions/jis/models/interfaces/IJISInfotext.js.map +1 -0
  210. package/dist/schema-definitions/jis/models/interfaces/IJISInfotextsRopidGTFSStops.d.ts +4 -0
  211. package/dist/schema-definitions/jis/models/interfaces/IJISInfotextsRopidGTFSStops.js +3 -0
  212. package/dist/schema-definitions/jis/models/interfaces/IJISInfotextsRopidGTFSStops.js.map +1 -0
  213. package/dist/schema-definitions/jis/models/interfaces/IJISTranslationText.d.ts +4 -0
  214. package/dist/schema-definitions/jis/models/interfaces/IJISTranslationText.js +3 -0
  215. package/dist/schema-definitions/jis/models/interfaces/IJISTranslationText.js.map +1 -0
  216. package/dist/schema-definitions/jis/models/interfaces/index.d.ts +3 -0
  217. package/dist/schema-definitions/jis/models/interfaces/index.js +20 -0
  218. package/dist/schema-definitions/jis/models/interfaces/index.js.map +1 -0
  219. package/dist/schema-definitions/vehicle-positions/models/VPTripsModel.js +6 -0
  220. package/dist/schema-definitions/vehicle-positions/models/VPTripsModel.js.map +1 -1
  221. package/dist/schema-definitions/vehicle-positions/models/interfaces/VPTripsLastPositionInterfaces.d.ts +2 -0
  222. package/docs/assets/pid_jis_erd.png +0 -0
  223. package/docs/implementation_documentation.md +86 -35
  224. package/docs/openapi-output.yaml +128 -69
  225. package/package.json +2 -2
  226. package/dist/output-gateway/departure-boards/DepartureBoardsRouter.js.map +0 -1
  227. package/dist/output-gateway/pid/PIDRouter.js.map +0 -1
  228. package/dist/output-gateway/pid/controllers/DepartureBoardsController.js.map +0 -1
  229. package/dist/output-gateway/pid/controllers/InfotextsController.js.map +0 -1
  230. package/dist/output-gateway/pid/controllers/index.d.ts +0 -2
  231. package/dist/output-gateway/pid/controllers/index.js.map +0 -1
  232. package/dist/output-gateway/public/controllers/v1/PublicDepartureBoardsController.js.map +0 -1
  233. package/dist/output-gateway/public/controllers/v1/PublicGtfsController.js.map +0 -1
  234. package/dist/output-gateway/public/controllers/v1/PublicVehiclePositionsController.js.map +0 -1
  235. package/dist/output-gateway/public/routers/v1/PublicDeparturesRouter.js.map +0 -1
  236. package/dist/output-gateway/public/routers/v1/PublicGtfsRouter.js.map +0 -1
  237. package/dist/output-gateway/public/routers/v1/PublicVehiclePositionsRouter.js.map +0 -1
  238. package/dist/output-gateway/ropid-gtfs/GTFSRouter.js.map +0 -1
  239. package/dist/output-gateway/vehicle-positions/VehiclePositionsRouter.js.map +0 -1
  240. /package/dist/output-gateway/public/controllers/{v1 → v2}/interfaces/PublicParamsInterfaces.js +0 -0
  241. /package/dist/output-gateway/public/routers/{v1 → v2}/helpers/CustomScopeValidator.d.ts +0 -0
  242. /package/dist/output-gateway/public/routers/{v1 → v2}/helpers/CustomScopeValidator.js +0 -0
  243. /package/dist/output-gateway/public/routers/{v1 → v2}/helpers/CustomStopIdGroupValidator.d.ts +0 -0
  244. /package/dist/output-gateway/public/routers/{v1 → v2}/helpers/CustomStopIdGroupValidator.js +0 -0
  245. /package/dist/output-gateway/public/routers/{v1 → v2}/helpers/CustomTypeValidator.d.ts +0 -0
  246. /package/dist/output-gateway/public/routers/{v1 → v2}/helpers/CustomTypeValidator.js +0 -0
  247. /package/dist/output-gateway/public/routers/{v1 → v2}/helpers/DetailedTripScopeEnum.d.ts +0 -0
  248. /package/dist/output-gateway/public/routers/{v1 → v2}/helpers/DetailedTripScopeEnum.js +0 -0