@golemio/pid 5.2.1-rc.2220480417 → 5.2.1-rc.2224808913

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 (209) hide show
  1. package/dist/helpers/library-types/opentelemetry.d.ts +3 -0
  2. package/dist/{schema-definitions/vehicle-positions/models/interfaces/IV1PositionDto.js → helpers/library-types/opentelemetry.js} +1 -1
  3. package/dist/helpers/library-types/opentelemetry.js.map +1 -0
  4. package/dist/integration-engine/jis/repositories/RopidDeparturesPresetsRopidGTFSStopsRepository.d.ts +1 -1
  5. package/dist/integration-engine/ropid-gtfs/RopidGTFSTripsModel.js +6 -4
  6. package/dist/integration-engine/ropid-gtfs/RopidGTFSTripsModel.js.map +1 -1
  7. package/dist/integration-engine/ropid-gtfs/RopidGtfsFacade.d.ts +0 -7
  8. package/dist/integration-engine/ropid-gtfs/RopidGtfsFacade.js +1 -9
  9. package/dist/integration-engine/ropid-gtfs/RopidGtfsFacade.js.map +1 -1
  10. package/dist/integration-engine/ropid-gtfs/RopidGtfsMetadataRepository.d.ts +0 -7
  11. package/dist/integration-engine/ropid-gtfs/RopidGtfsMetadataRepository.js +1 -9
  12. package/dist/integration-engine/ropid-gtfs/RopidGtfsMetadataRepository.js.map +1 -1
  13. package/dist/integration-engine/ropid-gtfs/facade/DeparturePresetsFacade.d.ts +2 -2
  14. package/dist/integration-engine/ropid-gtfs/facade/DeparturePresetsFacade.js +11 -11
  15. package/dist/integration-engine/ropid-gtfs/facade/DeparturePresetsFacade.js.map +1 -1
  16. package/dist/integration-engine/ropid-gtfs/helpers/DatasetEnum.d.ts +7 -0
  17. package/dist/integration-engine/ropid-gtfs/helpers/DatasetEnum.js +12 -0
  18. package/dist/integration-engine/ropid-gtfs/helpers/DatasetEnum.js.map +1 -0
  19. package/dist/integration-engine/ropid-gtfs/workers/presets/data-access/DeparturesPresetsDatasource.js.map +1 -1
  20. package/dist/integration-engine/ropid-gtfs/workers/presets/tasks/CheckForNewDeparturesPresetsTask.js +4 -4
  21. package/dist/integration-engine/ropid-gtfs/workers/presets/tasks/CheckForNewDeparturesPresetsTask.js.map +1 -1
  22. package/dist/integration-engine/ropid-gtfs/workers/timetables/tasks/DownloadDatasetsTask.js +5 -5
  23. package/dist/integration-engine/ropid-gtfs/workers/timetables/tasks/DownloadDatasetsTask.js.map +1 -1
  24. package/dist/integration-engine/ropid-gtfs/workers/timetables/tasks/TransformAndSaveDataTask.js +6 -6
  25. package/dist/integration-engine/ropid-gtfs/workers/timetables/tasks/TransformAndSaveDataTask.js.map +1 -1
  26. package/dist/integration-engine/ropid-gtfs/workers/timetables/tasks/helpers/HelperTypes.d.ts +1 -1
  27. package/dist/integration-engine/ropid-gtfs/workers/timetables/tasks/helpers/HelperTypes.js +5 -5
  28. package/dist/integration-engine/ropid-gtfs/workers/timetables/tasks/helpers/HelperTypes.js.map +1 -1
  29. package/dist/integration-engine/ropid-gtfs/workers/timetables/tasks/helpers/RopidGtfsFactory.d.ts +1 -1
  30. package/dist/integration-engine/ropid-gtfs/workers/timetables/tasks/helpers/RopidGtfsFactory.js +8 -8
  31. package/dist/integration-engine/ropid-gtfs/workers/timetables/tasks/helpers/RopidGtfsFactory.js.map +1 -1
  32. package/dist/integration-engine/ropid-gtfs/workers/timetables/tasks/schema/CachedDatasetSchema.js +2 -2
  33. package/dist/integration-engine/ropid-gtfs/workers/timetables/tasks/schema/CachedDatasetSchema.js.map +1 -1
  34. package/dist/integration-engine/ropid-gtfs/workers/timetables/tasks/schema/DownloadDataInputSchema.js +2 -2
  35. package/dist/integration-engine/ropid-gtfs/workers/timetables/tasks/schema/DownloadDataInputSchema.js.map +1 -1
  36. package/dist/integration-engine/vehicle-positions/workers/gtfs-rt/helpers/VehicleIdGenerator.d.ts +1 -1
  37. package/dist/integration-engine/vehicle-positions/workers/gtfs-rt/helpers/VehicleIdGenerator.js +1 -1
  38. package/dist/integration-engine/vehicle-positions/workers/gtfs-rt/helpers/VehicleIdGenerator.js.map +1 -1
  39. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/data-access/TripsRepository.d.ts +1 -1
  40. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/data-access/TripsRepository.js.map +1 -1
  41. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/data-access/helpers/TripsMapper.js +1 -1
  42. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/data-access/helpers/TripsMapper.js.map +1 -1
  43. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/data-access/interfaces/TripRepositoryInterfaces.d.ts +1 -1
  44. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/domain/service/IGtfsTripDataFixerFactory.d.ts +1 -1
  45. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/helpers/gtfs-trip-data/GtfsTripDataFixerFactory.d.ts +1 -1
  46. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/helpers/gtfs-trip-data/GtfsTripDataFixerFactory.js +1 -1
  47. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/helpers/gtfs-trip-data/GtfsTripDataFixerFactory.js.map +1 -1
  48. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/helpers/gtfs-trip-data/strategy/HttpGtfsTripDataFixer.js +1 -1
  49. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/helpers/gtfs-trip-data/strategy/HttpGtfsTripDataFixer.js.map +1 -1
  50. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/helpers/gtfs-trip-run/AbstractGTFSTripRunManager.d.ts +1 -0
  51. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/helpers/gtfs-trip-run/AbstractGTFSTripRunManager.js.map +1 -1
  52. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/helpers/gtfs-trip-run/GTFSTripCommonRunManager.d.ts +1 -0
  53. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/helpers/gtfs-trip-run/GTFSTripCommonRunManager.js.map +1 -1
  54. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/helpers/gtfs-trip-run/GTFSTripMetroRunManager.d.ts +1 -0
  55. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/helpers/gtfs-trip-run/GTFSTripMetroRunManager.js.map +1 -1
  56. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/helpers/gtfs-trip-run/interfaces/ITimeWindow.d.ts +1 -1
  57. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/helpers/gtfs-trip-run/interfaces/ITimeWindow.js +1 -0
  58. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/helpers/regional-bus/gtfs-trip-run/GtfsTripRegionalBusRunManager.d.ts +1 -0
  59. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/helpers/regional-bus/gtfs-trip-run/GtfsTripRegionalBusRunManager.js +3 -3
  60. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/helpers/regional-bus/gtfs-trip-run/GtfsTripRegionalBusRunManager.js.map +1 -1
  61. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/interfaces/TransformationInterfaces.d.ts +2 -2
  62. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/tasks/RefreshGtfsTripDataTask.js +1 -1
  63. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/tasks/RefreshGtfsTripDataTask.js.map +1 -1
  64. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/transformations/MpvMessageTransformation.d.ts +1 -1
  65. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/transformations/MpvMessageTransformation.js +2 -2
  66. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/transformations/MpvMessageTransformation.js.map +1 -1
  67. package/dist/output-gateway/pid/controllers/v2/V2DepartureBoardsController.js +1 -1
  68. package/dist/output-gateway/pid/controllers/v2/V2DepartureBoardsController.js.map +1 -1
  69. package/dist/output-gateway/pid/controllers/v3/V3TransferBoardsController.js +1 -1
  70. package/dist/output-gateway/pid/controllers/v3/V3TransferBoardsController.js.map +1 -1
  71. package/dist/output-gateway/pid/controllers/v4/V4TransferBoardsController.d.ts +2 -2
  72. package/dist/output-gateway/pid/controllers/v4/V4TransferBoardsController.js +7 -7
  73. package/dist/output-gateway/pid/controllers/v4/V4TransferBoardsController.js.map +1 -1
  74. package/dist/output-gateway/pid/data-access/DeparturesRepository.d.ts +2 -1
  75. package/dist/output-gateway/pid/data-access/DeparturesRepository.js +2 -2
  76. package/dist/output-gateway/pid/data-access/DeparturesRepository.js.map +1 -1
  77. package/dist/output-gateway/pid/data-access/interfaces/DepartureInterfaces.d.ts +1 -1
  78. package/dist/output-gateway/pid/domain/DepartureInterfaces.d.ts +2 -1
  79. package/dist/output-gateway/pid/dto/DepartureBoardsDTO.d.ts +5 -1
  80. package/dist/output-gateway/pid/dto/DepartureBoardsDTO.js +6 -4
  81. package/dist/output-gateway/pid/dto/DepartureBoardsDTO.js.map +1 -1
  82. package/dist/output-gateway/pid/dto/interfaces/IDepartureBoardsQueryDTO.d.ts +4 -1
  83. package/dist/output-gateway/pid/helpers/DepartureBoardMapper.d.ts +1 -1
  84. package/dist/output-gateway/pid/helpers/DepartureBoardMapper.js +4 -4
  85. package/dist/output-gateway/pid/helpers/DepartureBoardMapper.js.map +1 -1
  86. package/dist/output-gateway/pid/helpers/JISInfotextStopSuppressionFilter.js +1 -1
  87. package/dist/output-gateway/pid/helpers/JISInfotextStopSuppressionFilter.js.map +1 -1
  88. package/dist/output-gateway/pid/helpers/TransferBoardFilter.d.ts +2 -1
  89. package/dist/output-gateway/pid/helpers/TransferBoardFilter.js.map +1 -1
  90. package/dist/output-gateway/pid/helpers/TransferBoardIconsResolver.d.ts +1 -1
  91. package/dist/output-gateway/pid/helpers/TransferBoardSorter.d.ts +1 -1
  92. package/dist/output-gateway/pid/helpers/enums/DepartureFilter.d.ts +9 -0
  93. package/dist/output-gateway/pid/helpers/enums/DepartureFilter.js +14 -0
  94. package/dist/output-gateway/pid/helpers/enums/DepartureFilter.js.map +1 -0
  95. package/dist/output-gateway/pid/helpers/enums/DepartureMode.d.ts +5 -0
  96. package/dist/output-gateway/pid/helpers/enums/DepartureMode.js +10 -0
  97. package/dist/output-gateway/pid/helpers/enums/DepartureMode.js.map +1 -0
  98. package/dist/output-gateway/pid/helpers/enums/DepartureOrder.d.ts +4 -0
  99. package/dist/output-gateway/pid/helpers/enums/DepartureOrder.js +9 -0
  100. package/dist/output-gateway/pid/helpers/enums/DepartureOrder.js.map +1 -0
  101. package/dist/output-gateway/pid/helpers/enums/DepartureSkip.d.ts +6 -0
  102. package/dist/output-gateway/pid/helpers/enums/DepartureSkip.js +11 -0
  103. package/dist/output-gateway/pid/helpers/enums/DepartureSkip.js.map +1 -0
  104. package/dist/output-gateway/pid/index.d.ts +1 -208
  105. package/dist/output-gateway/pid/index.js +1 -31
  106. package/dist/output-gateway/pid/index.js.map +1 -1
  107. package/dist/output-gateway/pid/interfaces/DepartureUnion.d.ts +3 -0
  108. package/dist/{schema-definitions/jis/models/interfaces/IPresetsGtfsStops.js → output-gateway/pid/interfaces/DepartureUnion.js} +1 -1
  109. package/dist/output-gateway/pid/interfaces/DepartureUnion.js.map +1 -0
  110. package/dist/output-gateway/pid/interfaces/ICurrentTrip.d.ts +8 -0
  111. package/dist/output-gateway/pid/interfaces/ICurrentTrip.js +3 -0
  112. package/dist/output-gateway/pid/interfaces/ICurrentTrip.js.map +1 -0
  113. package/dist/output-gateway/pid/interfaces/IDepartureTime.d.ts +5 -0
  114. package/dist/output-gateway/pid/interfaces/IDepartureTime.js +3 -0
  115. package/dist/output-gateway/pid/interfaces/IDepartureTime.js.map +1 -0
  116. package/dist/output-gateway/pid/interfaces/IDepartureWithPosition.d.ts +12 -0
  117. package/dist/output-gateway/pid/interfaces/IDepartureWithPosition.js +3 -0
  118. package/dist/output-gateway/pid/interfaces/IDepartureWithPosition.js.map +1 -0
  119. package/dist/output-gateway/pid/interfaces/IPIDDeparture.d.ts +43 -0
  120. package/dist/output-gateway/pid/interfaces/IPIDDeparture.js +3 -0
  121. package/dist/output-gateway/pid/interfaces/IPIDDeparture.js.map +1 -0
  122. package/dist/output-gateway/pid/interfaces/IPIDDepartureOutput.d.ts +36 -0
  123. package/dist/output-gateway/pid/interfaces/IPIDDepartureOutput.js +3 -0
  124. package/dist/output-gateway/pid/interfaces/IPIDDepartureOutput.js.map +1 -0
  125. package/dist/output-gateway/pid/interfaces/IStop.d.ts +5 -0
  126. package/dist/{schema-definitions/vehicle-positions/models/interfaces/IV1TripDto.js → output-gateway/pid/interfaces/IStop.js} +1 -1
  127. package/dist/output-gateway/pid/interfaces/IStop.js.map +1 -0
  128. package/dist/output-gateway/pid/interfaces/ITransferAccessibility.d.ts +8 -0
  129. package/dist/output-gateway/pid/interfaces/ITransferAccessibility.js +3 -0
  130. package/dist/output-gateway/pid/interfaces/ITransferAccessibility.js.map +1 -0
  131. package/dist/output-gateway/pid/interfaces/ITransferDeparture.d.ts +17 -0
  132. package/dist/output-gateway/pid/interfaces/ITransferDeparture.js +3 -0
  133. package/dist/output-gateway/pid/interfaces/ITransferDeparture.js.map +1 -0
  134. package/dist/output-gateway/pid/interfaces/ITransferOutputDto.d.ts +15 -0
  135. package/dist/output-gateway/pid/interfaces/ITransferOutputDto.js +3 -0
  136. package/dist/output-gateway/pid/interfaces/ITransferOutputDto.js.map +1 -0
  137. package/dist/output-gateway/pid/interfaces/IV4TransferDepartureOutputDto.d.ts +22 -0
  138. package/dist/output-gateway/pid/interfaces/IV4TransferDepartureOutputDto.js +3 -0
  139. package/dist/output-gateway/pid/interfaces/IV4TransferDepartureOutputDto.js.map +1 -0
  140. package/dist/output-gateway/pid/interfaces/IV4TransferDto.d.ts +9 -0
  141. package/dist/output-gateway/pid/interfaces/IV4TransferDto.js +3 -0
  142. package/dist/output-gateway/pid/interfaces/IV4TransferDto.js.map +1 -0
  143. package/dist/output-gateway/pid/interfaces/IV4TransferOutputDto.d.ts +9 -0
  144. package/dist/output-gateway/pid/interfaces/IV4TransferOutputDto.js +3 -0
  145. package/dist/output-gateway/pid/interfaces/IV4TransferOutputDto.js.map +1 -0
  146. package/dist/output-gateway/pid/interfaces/TransferStops.d.ts +5 -0
  147. package/dist/output-gateway/pid/interfaces/TransferStops.js +3 -0
  148. package/dist/output-gateway/pid/interfaces/TransferStops.js.map +1 -0
  149. package/dist/output-gateway/pid/interfaces/TripsToTransfers.d.ts +2 -0
  150. package/dist/output-gateway/pid/interfaces/TripsToTransfers.js +3 -0
  151. package/dist/output-gateway/pid/interfaces/TripsToTransfers.js.map +1 -0
  152. package/dist/output-gateway/pid/models/PIDDepartureBoardsModel.js +4 -4
  153. package/dist/output-gateway/pid/models/PIDDepartureBoardsModel.js.map +1 -1
  154. package/dist/output-gateway/pid/models/helpers/FilterHelper.d.ts +2 -1
  155. package/dist/output-gateway/pid/models/helpers/FilterHelper.js +4 -4
  156. package/dist/output-gateway/pid/models/helpers/FilterHelper.js.map +1 -1
  157. package/dist/output-gateway/pid/models/helpers/PIDDepartureModel.d.ts +3 -1
  158. package/dist/output-gateway/pid/models/helpers/PIDDepartureModel.js +10 -8
  159. package/dist/output-gateway/pid/models/helpers/PIDDepartureModel.js.map +1 -1
  160. package/dist/output-gateway/pid/models/helpers/SkipHelper.d.ts +1 -1
  161. package/dist/output-gateway/pid/models/helpers/interfaces/IPIDDepartureQueryOptions.d.ts +4 -1
  162. package/dist/output-gateway/pid/models/interfaces/IGetDeparturesOptions.d.ts +4 -1
  163. package/dist/output-gateway/pid/service/facade/TransferFacade.d.ts +6 -2
  164. package/dist/output-gateway/pid/service/facade/TransferFacade.js +12 -9
  165. package/dist/output-gateway/pid/service/facade/TransferFacade.js.map +1 -1
  166. package/dist/output-gateway/pid/service/transformations/TransferDepartureCacheTransformation.d.ts +2 -1
  167. package/dist/output-gateway/pid/service/transformations/TransferDepartureCacheTransformation.js +1 -1
  168. package/dist/output-gateway/pid/service/transformations/TransferDepartureCacheTransformation.js.map +1 -1
  169. package/dist/output-gateway/pid/service/transformations/TransferDepartureTransformation.d.ts +2 -1
  170. package/dist/output-gateway/pid/service/transformations/TransferDepartureTransformation.js +1 -1
  171. package/dist/output-gateway/pid/service/transformations/TransferDepartureTransformation.js.map +1 -1
  172. package/dist/output-gateway/ropid-gtfs/models/GTFSCalendarModel.d.ts +1 -1
  173. package/dist/output-gateway/ropid-gtfs/models/GTFSCalendarModel.js +10 -11
  174. package/dist/output-gateway/ropid-gtfs/models/GTFSCalendarModel.js.map +1 -1
  175. package/dist/output-gateway/ropid-gtfs/models/GTFSShapesModel.d.ts +1 -1
  176. package/dist/output-gateway/ropid-gtfs/models/GTFSShapesModel.js.map +1 -1
  177. package/dist/output-gateway/ropid-gtfs/models/GTFSStopModel.js +1 -1
  178. package/dist/output-gateway/ropid-gtfs/models/GTFSStopModel.js.map +1 -1
  179. package/dist/output-gateway/ropid-gtfs/models/GTFSStopModelInterfaces.d.ts +1 -1
  180. package/dist/output-gateway/ropid-gtfs/models/GTFSStopTimesModel.d.ts +1 -1
  181. package/dist/output-gateway/ropid-gtfs/models/GTFSStopTimesModel.js +1 -1
  182. package/dist/output-gateway/ropid-gtfs/models/GTFSStopTimesModel.js.map +1 -1
  183. package/dist/output-gateway/ropid-gtfs/models/GTFSTripsModel.d.ts +2 -1
  184. package/dist/output-gateway/ropid-gtfs/models/GTFSTripsModel.js.map +1 -1
  185. package/dist/output-gateway/ropid-gtfs/models/index.d.ts +2 -3
  186. package/dist/output-gateway/ropid-gtfs/models/index.js +1 -2
  187. package/dist/output-gateway/ropid-gtfs/models/index.js.map +1 -1
  188. package/dist/output-gateway/ropid-gtfs/models/interfaces/IGTFSModels.d.ts +9 -0
  189. package/dist/output-gateway/ropid-gtfs/models/interfaces/IGTFSModels.js +3 -0
  190. package/dist/output-gateway/ropid-gtfs/models/interfaces/IGTFSModels.js.map +1 -0
  191. package/dist/schema-definitions/jis/models/RopidDeparturesPresetsRopidGTFSStopsModel.d.ts +1 -1
  192. package/dist/schema-definitions/jis/models/interfaces/IPresetsRopidGTFSStops.d.ts +1 -4
  193. package/dist/schema-definitions/vehicle-positions/models/enums/ProviderSourceTypeEnum.js.map +1 -0
  194. package/dist/schema-definitions/vehicle-positions/models/interfaces/IGtfsRtTripDto.d.ts +2 -2
  195. package/dist/schema-definitions/vehicle-positions/models/views/PublicStopTimeModel.d.ts +1 -1
  196. package/dist/schema-definitions/vehicle-positions/models/views/interfaces/IPublicStopTimeDto.d.ts +1 -1
  197. package/package.json +4 -2
  198. package/dist/_helpers_/db-integration-setup.d.ts +0 -2
  199. package/dist/_helpers_/db-integration-setup.js +0 -11
  200. package/dist/_helpers_/db-integration-setup.js.map +0 -1
  201. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/helpers/ProviderSourceTypeEnum.js.map +0 -1
  202. package/dist/schema-definitions/jis/models/interfaces/IPresetsGtfsStops.d.ts +0 -4
  203. package/dist/schema-definitions/jis/models/interfaces/IPresetsGtfsStops.js.map +0 -1
  204. package/dist/schema-definitions/vehicle-positions/models/interfaces/IV1PositionDto.d.ts +0 -21
  205. package/dist/schema-definitions/vehicle-positions/models/interfaces/IV1PositionDto.js.map +0 -1
  206. package/dist/schema-definitions/vehicle-positions/models/interfaces/IV1TripDto.d.ts +0 -20
  207. package/dist/schema-definitions/vehicle-positions/models/interfaces/IV1TripDto.js.map +0 -1
  208. /package/dist/{integration-engine/vehicle-positions/workers/vehicle-positions/helpers → schema-definitions/vehicle-positions/models/enums}/ProviderSourceTypeEnum.d.ts +0 -0
  209. /package/dist/{integration-engine/vehicle-positions/workers/vehicle-positions/helpers → schema-definitions/vehicle-positions/models/enums}/ProviderSourceTypeEnum.js +0 -0
@@ -1,209 +1,2 @@
1
- import { GtfsStopWheelchairBoardingEnum, GtfsTripWheelchairAccessEnum } from "../../helpers/AccessibilityEnums";
2
- import { GTFSRouteTypeEnum } from "../../helpers/RouteTypeEnums";
3
- import { DeparturesDirectionsEnum } from "../../schema-definitions/ropid-departures-directions";
4
- import { IPublicGtfsDepartureCacheDto } from "../../schema-definitions/ropid-gtfs/redis/interfaces/IPublicGtfsDepartureCacheDto";
5
- import { IPublicApiCacheDto } from "../../schema-definitions/vehicle-positions/redis/interfaces/IPublicApiCacheDto";
6
- import { IPublicStopTimeCacheDto } from "../../schema-definitions/vehicle-positions/redis/interfaces/IPublicStopTimeCacheDto";
7
- import { IV4InfotextTransferOutputDto } from "./domain/InfotextInterfaces";
8
- export * from "./routers";
9
1
  export * from "./models";
10
- export type DepartureUnion = IPIDDeparture | ITransferDeparture;
11
- export interface IPIDDeparture {
12
- stop_sequence: number;
13
- stop_headsign: string | null;
14
- arrival_datetime: Date | null;
15
- departure_datetime: Date | null;
16
- stop_id: string;
17
- platform_code: string | null;
18
- wheelchair_boarding: GtfsStopWheelchairBoardingEnum | null;
19
- min_stop_sequence: number | null;
20
- max_stop_sequence: number | null;
21
- trip_id: string;
22
- trip_headsign: string;
23
- trip_short_name: string | null;
24
- wheelchair_accessible: GtfsTripWheelchairAccessEnum | null;
25
- route_short_name: string | null;
26
- route_type: GTFSRouteTypeEnum;
27
- route_id: string | null;
28
- is_night: string | null;
29
- is_regional: string | null;
30
- is_substitute_transport: string | null;
31
- next_stop_id: string | null;
32
- direction: DeparturesDirectionsEnum | null;
33
- delay_seconds: number | null;
34
- delay_minutes: number | null;
35
- is_delay_available: boolean;
36
- arrival_datetime_real: Date | null;
37
- departure_datetime_real: Date | null;
38
- real_wheelchair_accessible: boolean | null;
39
- is_canceled: boolean;
40
- run_number: number | null;
41
- "trip.start_timestamp": string | null;
42
- "trip.last_position.last_stop_id": string | null;
43
- "trip.last_position.last_stop_sequence": number | null;
44
- "trip.last_position.last_stop_name": string | null;
45
- "trip.last_position.this_stop_sequence": number | null;
46
- "trip.cis_stop_platform_code": string | null;
47
- "trip.vehicle_descriptor.is_air_conditioned"?: boolean | null;
48
- "trip.last_position.state_position"?: string | null;
49
- planned_start_timestamp: string | null;
50
- }
51
- export interface ITransferAccessibility {
52
- wheelchair_accessible: GtfsTripWheelchairAccessEnum | null;
53
- wheelchair_boarding: GtfsStopWheelchairBoardingEnum | null;
54
- route_type: GTFSRouteTypeEnum;
55
- real_wheelchair_accessible: boolean | null;
56
- }
57
- export interface ITransferDeparture {
58
- departure_datetime_real: Date | null;
59
- stop_headsign: string | null;
60
- departure_datetime: Date | null;
61
- stop_id: string;
62
- platform_code: string | null;
63
- trip_id: string;
64
- trip_headsign: string;
65
- trip_short_name: string | null;
66
- route_short_name: string | null;
67
- route_type: GTFSRouteTypeEnum;
68
- route_id: string | null;
69
- is_canceled: boolean;
70
- "trip.cis_stop_platform_code": string | null;
71
- is_delay_available: boolean;
72
- }
73
- export interface IPIDDepartureOutput {
74
- arrival_timestamp: IDepartureTime;
75
- delay: {
76
- is_available: boolean;
77
- minutes: number | null;
78
- seconds: number | null;
79
- };
80
- departure_timestamp: IDepartureTime;
81
- last_stop: {
82
- id: string | null;
83
- name: string | null;
84
- };
85
- route: {
86
- short_name: string | null;
87
- type: number | null;
88
- is_night: boolean;
89
- is_regional: boolean;
90
- is_substitute_transport: boolean;
91
- };
92
- stop: {
93
- id: string;
94
- platform_code: string | null;
95
- };
96
- trip: {
97
- direction: DeparturesDirectionsEnum | null;
98
- headsign: string;
99
- id: string;
100
- is_at_stop: boolean;
101
- is_canceled: boolean;
102
- is_wheelchair_accessible: boolean;
103
- is_air_conditioned: boolean | null;
104
- short_name: string | null;
105
- };
106
- }
107
- export interface ITransferOutputDto {
108
- departure_timestamp: Pick<IDepartureTime, "minutes">;
109
- route: {
110
- short_name: string | null;
111
- type: number | null;
112
- };
113
- stop: {
114
- platform_code: string | null;
115
- };
116
- trip: {
117
- headsign: string;
118
- id: string;
119
- };
120
- }
121
- export interface IV4TransferDto {
122
- transfers: IDepartureWithPosition[];
123
- delayedTimeFrom: Date;
124
- plannedTimeFrom: Date;
125
- currentStop: IStop | null;
126
- currentTripId: string | null;
127
- }
128
- export interface IDepartureWithPosition {
129
- departure: IPublicGtfsDepartureCacheDto & {
130
- predictedDepartureDate?: Date;
131
- predictedDepartureTimestamp?: number;
132
- is_wheelchair_accessible?: boolean | null;
133
- };
134
- position: IPublicApiCacheDto | null;
135
- stopTime: IPublicStopTimeCacheDto | null;
136
- }
137
- export interface ICurrentTrip {
138
- departure: IPublicGtfsDepartureCacheDto | null;
139
- position: IPublicApiCacheDto | null;
140
- stopTime: IPublicStopTimeCacheDto | null;
141
- }
142
- export interface IV4TransferDepartureOutputDto {
143
- departure_timestamp: {
144
- minutes: string[];
145
- };
146
- route: {
147
- short_name: string | null;
148
- type: number | null;
149
- };
150
- stop: {
151
- platform_code: string | null;
152
- };
153
- trip: {
154
- headsign: string;
155
- id: string;
156
- is_wheelchair_accessible: boolean | null;
157
- };
158
- icons: string[];
159
- substitution_text: {
160
- cs: string;
161
- en: string | null;
162
- } | null;
163
- }
164
- export interface IV4TransferOutputDto {
165
- platform_code?: string | null;
166
- stop_name?: string | null;
167
- icons: string[];
168
- departures: IV4TransferDepartureOutputDto[];
169
- infotexts: IV4InfotextTransferOutputDto[];
170
- }
171
- export interface IStop {
172
- stop_id: string;
173
- stop_name: string;
174
- platform_code: string;
175
- }
176
- export interface IDepartureTime {
177
- predicted: string | null;
178
- scheduled: string | null;
179
- minutes?: string | null;
180
- }
181
- export type TransferStops = {
182
- stops: IStop[];
183
- currentStopIndex: number;
184
- };
185
- export type TripsToTransfers = Map<string, TransferStops>;
186
- export declare enum DepartureMode {
187
- DEPARTURES = "departures",
188
- ARRIVALS = "arrivals",
189
- MIXED = "mixed"
190
- }
191
- export declare enum DepartureOrder {
192
- REAL = "real",
193
- TIMETABLE = "timetable"
194
- }
195
- export declare enum DepartureFilter {
196
- NONE = "none",
197
- ROUTE_ONCE = "routeOnce",
198
- ROUTE_HEADING_ONCE = "routeHeadingOnce",
199
- ROUTE_ONCE_FILL = "routeOnceFill",
200
- ROUTE_HEADING_ONCE_FILL = "routeHeadingOnceFill",
201
- ROUTE_HEADING_ONCE_NOGAP = "routeHeadingOnceNoGap",
202
- ROUTE_HEADING_ONCE_NOGAP_FILL = "routeHeadingOnceNoGapFill"
203
- }
204
- export declare enum DepartureSkip {
205
- UNTRACKED = "untracked",
206
- MISSING = "missing",
207
- CANCELED = "canceled",
208
- AT_STOP = "atStop"
209
- }
2
+ export * from "./routers";
@@ -14,36 +14,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- exports.DepartureSkip = exports.DepartureFilter = exports.DepartureOrder = exports.DepartureMode = void 0;
18
- __exportStar(require("./routers"), exports);
19
17
  __exportStar(require("./models"), exports);
20
- var DepartureMode;
21
- (function (DepartureMode) {
22
- DepartureMode["DEPARTURES"] = "departures";
23
- DepartureMode["ARRIVALS"] = "arrivals";
24
- DepartureMode["MIXED"] = "mixed";
25
- })(DepartureMode || (exports.DepartureMode = DepartureMode = {}));
26
- var DepartureOrder;
27
- (function (DepartureOrder) {
28
- DepartureOrder["REAL"] = "real";
29
- DepartureOrder["TIMETABLE"] = "timetable";
30
- })(DepartureOrder || (exports.DepartureOrder = DepartureOrder = {}));
31
- var DepartureFilter;
32
- (function (DepartureFilter) {
33
- DepartureFilter["NONE"] = "none";
34
- DepartureFilter["ROUTE_ONCE"] = "routeOnce";
35
- DepartureFilter["ROUTE_HEADING_ONCE"] = "routeHeadingOnce";
36
- DepartureFilter["ROUTE_ONCE_FILL"] = "routeOnceFill";
37
- DepartureFilter["ROUTE_HEADING_ONCE_FILL"] = "routeHeadingOnceFill";
38
- DepartureFilter["ROUTE_HEADING_ONCE_NOGAP"] = "routeHeadingOnceNoGap";
39
- DepartureFilter["ROUTE_HEADING_ONCE_NOGAP_FILL"] = "routeHeadingOnceNoGapFill";
40
- })(DepartureFilter || (exports.DepartureFilter = DepartureFilter = {}));
41
- var DepartureSkip;
42
- (function (DepartureSkip) {
43
- DepartureSkip["UNTRACKED"] = "untracked";
44
- DepartureSkip["MISSING"] = "missing";
45
- DepartureSkip["CANCELED"] = "canceled";
46
- DepartureSkip["AT_STOP"] = "atStop";
47
- // ON_INFOTEXT = "onInfotext",
48
- })(DepartureSkip || (exports.DepartureSkip = DepartureSkip = {}));
18
+ __exportStar(require("./routers"), exports);
49
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/output-gateway/pid/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAQA,4CAA0B;AAC1B,2CAAyB;AAuLzB,IAAY,aAIX;AAJD,WAAY,aAAa;IACrB,0CAAyB,CAAA;IACzB,sCAAqB,CAAA;IACrB,gCAAe,CAAA;AACnB,CAAC,EAJW,aAAa,6BAAb,aAAa,QAIxB;AAED,IAAY,cAGX;AAHD,WAAY,cAAc;IACtB,+BAAa,CAAA;IACb,yCAAuB,CAAA;AAC3B,CAAC,EAHW,cAAc,8BAAd,cAAc,QAGzB;AAED,IAAY,eAQX;AARD,WAAY,eAAe;IACvB,gCAAa,CAAA;IACb,2CAAwB,CAAA;IACxB,0DAAuC,CAAA;IACvC,oDAAiC,CAAA;IACjC,mEAAgD,CAAA;IAChD,qEAAkD,CAAA;IAClD,8EAA2D,CAAA;AAC/D,CAAC,EARW,eAAe,+BAAf,eAAe,QAQ1B;AAED,IAAY,aAMX;AAND,WAAY,aAAa;IACrB,wCAAuB,CAAA;IACvB,oCAAmB,CAAA;IACnB,sCAAqB,CAAA;IACrB,mCAAkB,CAAA;IAClB,8BAA8B;AAClC,CAAC,EANW,aAAa,6BAAb,aAAa,QAMxB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/output-gateway/pid/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,4CAA0B"}
@@ -0,0 +1,3 @@
1
+ import { IPIDDeparture } from "./IPIDDeparture";
2
+ import { ITransferDeparture } from "./ITransferDeparture";
3
+ export type DepartureUnion = IPIDDeparture | ITransferDeparture;
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=IPresetsGtfsStops.js.map
3
+ //# sourceMappingURL=DepartureUnion.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DepartureUnion.js","sourceRoot":"","sources":["../../../../src/output-gateway/pid/interfaces/DepartureUnion.ts"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ import { IPublicGtfsDepartureCacheDto } from "../../../schema-definitions/ropid-gtfs/redis/interfaces/IPublicGtfsDepartureCacheDto";
2
+ import { IPublicApiCacheDto } from "../../../schema-definitions/vehicle-positions/redis/interfaces/IPublicApiCacheDto";
3
+ import { IPublicStopTimeCacheDto } from "../../../schema-definitions/vehicle-positions/redis/interfaces/IPublicStopTimeCacheDto";
4
+ export interface ICurrentTrip {
5
+ departure: IPublicGtfsDepartureCacheDto | null;
6
+ position: IPublicApiCacheDto | null;
7
+ stopTime: IPublicStopTimeCacheDto | null;
8
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ICurrentTrip.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ICurrentTrip.js","sourceRoot":"","sources":["../../../../src/output-gateway/pid/interfaces/ICurrentTrip.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ export interface IDepartureTime {
2
+ predicted: string | null;
3
+ scheduled: string | null;
4
+ minutes?: string | null;
5
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=IDepartureTime.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDepartureTime.js","sourceRoot":"","sources":["../../../../src/output-gateway/pid/interfaces/IDepartureTime.ts"],"names":[],"mappings":""}
@@ -0,0 +1,12 @@
1
+ import { IPublicGtfsDepartureCacheDto } from "../../../schema-definitions/ropid-gtfs/redis/interfaces/IPublicGtfsDepartureCacheDto";
2
+ import { IPublicApiCacheDto } from "../../../schema-definitions/vehicle-positions/redis/interfaces/IPublicApiCacheDto";
3
+ import { IPublicStopTimeCacheDto } from "../../../schema-definitions/vehicle-positions/redis/interfaces/IPublicStopTimeCacheDto";
4
+ export interface IDepartureWithPosition {
5
+ departure: IPublicGtfsDepartureCacheDto & {
6
+ predictedDepartureDate?: Date;
7
+ predictedDepartureTimestamp?: number;
8
+ is_wheelchair_accessible?: boolean | null;
9
+ };
10
+ position: IPublicApiCacheDto | null;
11
+ stopTime: IPublicStopTimeCacheDto | null;
12
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=IDepartureWithPosition.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IDepartureWithPosition.js","sourceRoot":"","sources":["../../../../src/output-gateway/pid/interfaces/IDepartureWithPosition.ts"],"names":[],"mappings":""}
@@ -0,0 +1,43 @@
1
+ import { GtfsStopWheelchairBoardingEnum, GtfsTripWheelchairAccessEnum } from "../../../helpers/AccessibilityEnums";
2
+ import { GTFSRouteTypeEnum } from "../../../helpers/RouteTypeEnums";
3
+ import { DeparturesDirectionsEnum } from "../../../schema-definitions/ropid-departures-directions";
4
+ export interface IPIDDeparture {
5
+ stop_sequence: number;
6
+ stop_headsign: string | null;
7
+ arrival_datetime: Date | null;
8
+ departure_datetime: Date | null;
9
+ stop_id: string;
10
+ platform_code: string | null;
11
+ wheelchair_boarding: GtfsStopWheelchairBoardingEnum | null;
12
+ min_stop_sequence: number | null;
13
+ max_stop_sequence: number | null;
14
+ trip_id: string;
15
+ trip_headsign: string;
16
+ trip_short_name: string | null;
17
+ wheelchair_accessible: GtfsTripWheelchairAccessEnum | null;
18
+ route_short_name: string | null;
19
+ route_type: GTFSRouteTypeEnum;
20
+ route_id: string | null;
21
+ is_night: string | null;
22
+ is_regional: string | null;
23
+ is_substitute_transport: string | null;
24
+ next_stop_id: string | null;
25
+ direction: DeparturesDirectionsEnum | null;
26
+ delay_seconds: number | null;
27
+ delay_minutes: number | null;
28
+ is_delay_available: boolean;
29
+ arrival_datetime_real: Date | null;
30
+ departure_datetime_real: Date | null;
31
+ real_wheelchair_accessible: boolean | null;
32
+ is_canceled: boolean;
33
+ run_number: number | null;
34
+ "trip.start_timestamp": string | null;
35
+ "trip.last_position.last_stop_id": string | null;
36
+ "trip.last_position.last_stop_sequence": number | null;
37
+ "trip.last_position.last_stop_name": string | null;
38
+ "trip.last_position.this_stop_sequence": number | null;
39
+ "trip.cis_stop_platform_code": string | null;
40
+ "trip.vehicle_descriptor.is_air_conditioned"?: boolean | null;
41
+ "trip.last_position.state_position"?: string | null;
42
+ planned_start_timestamp: string | null;
43
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=IPIDDeparture.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IPIDDeparture.js","sourceRoot":"","sources":["../../../../src/output-gateway/pid/interfaces/IPIDDeparture.ts"],"names":[],"mappings":""}
@@ -0,0 +1,36 @@
1
+ import { DeparturesDirectionsEnum } from "../../../schema-definitions/ropid-departures-directions";
2
+ import { IDepartureTime } from "./IDepartureTime";
3
+ export interface IPIDDepartureOutput {
4
+ arrival_timestamp: IDepartureTime;
5
+ delay: {
6
+ is_available: boolean;
7
+ minutes: number | null;
8
+ seconds: number | null;
9
+ };
10
+ departure_timestamp: IDepartureTime;
11
+ last_stop: {
12
+ id: string | null;
13
+ name: string | null;
14
+ };
15
+ route: {
16
+ short_name: string | null;
17
+ type: number | null;
18
+ is_night: boolean;
19
+ is_regional: boolean;
20
+ is_substitute_transport: boolean;
21
+ };
22
+ stop: {
23
+ id: string;
24
+ platform_code: string | null;
25
+ };
26
+ trip: {
27
+ direction: DeparturesDirectionsEnum | null;
28
+ headsign: string;
29
+ id: string;
30
+ is_at_stop: boolean;
31
+ is_canceled: boolean;
32
+ is_wheelchair_accessible: boolean;
33
+ is_air_conditioned: boolean | null;
34
+ short_name: string | null;
35
+ };
36
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=IPIDDepartureOutput.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IPIDDepartureOutput.js","sourceRoot":"","sources":["../../../../src/output-gateway/pid/interfaces/IPIDDepartureOutput.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ export interface IStop {
2
+ stop_id: string;
3
+ stop_name: string;
4
+ platform_code: string;
5
+ }
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=IV1TripDto.js.map
3
+ //# sourceMappingURL=IStop.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IStop.js","sourceRoot":"","sources":["../../../../src/output-gateway/pid/interfaces/IStop.ts"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ import { GtfsStopWheelchairBoardingEnum, GtfsTripWheelchairAccessEnum } from "../../../helpers/AccessibilityEnums";
2
+ import { GTFSRouteTypeEnum } from "../../../helpers/RouteTypeEnums";
3
+ export interface ITransferAccessibility {
4
+ wheelchair_accessible: GtfsTripWheelchairAccessEnum | null;
5
+ wheelchair_boarding: GtfsStopWheelchairBoardingEnum | null;
6
+ route_type: GTFSRouteTypeEnum;
7
+ real_wheelchair_accessible: boolean | null;
8
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ITransferAccessibility.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ITransferAccessibility.js","sourceRoot":"","sources":["../../../../src/output-gateway/pid/interfaces/ITransferAccessibility.ts"],"names":[],"mappings":""}
@@ -0,0 +1,17 @@
1
+ import { GTFSRouteTypeEnum } from "../../../helpers/RouteTypeEnums";
2
+ export interface ITransferDeparture {
3
+ departure_datetime_real: Date | null;
4
+ stop_headsign: string | null;
5
+ departure_datetime: Date | null;
6
+ stop_id: string;
7
+ platform_code: string | null;
8
+ trip_id: string;
9
+ trip_headsign: string;
10
+ trip_short_name: string | null;
11
+ route_short_name: string | null;
12
+ route_type: GTFSRouteTypeEnum;
13
+ route_id: string | null;
14
+ is_canceled: boolean;
15
+ "trip.cis_stop_platform_code": string | null;
16
+ is_delay_available: boolean;
17
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ITransferDeparture.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ITransferDeparture.js","sourceRoot":"","sources":["../../../../src/output-gateway/pid/interfaces/ITransferDeparture.ts"],"names":[],"mappings":""}
@@ -0,0 +1,15 @@
1
+ import { IDepartureTime } from "./IDepartureTime";
2
+ export interface ITransferOutputDto {
3
+ departure_timestamp: Pick<IDepartureTime, "minutes">;
4
+ route: {
5
+ short_name: string | null;
6
+ type: number | null;
7
+ };
8
+ stop: {
9
+ platform_code: string | null;
10
+ };
11
+ trip: {
12
+ headsign: string;
13
+ id: string;
14
+ };
15
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=ITransferOutputDto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ITransferOutputDto.js","sourceRoot":"","sources":["../../../../src/output-gateway/pid/interfaces/ITransferOutputDto.ts"],"names":[],"mappings":""}
@@ -0,0 +1,22 @@
1
+ export interface IV4TransferDepartureOutputDto {
2
+ departure_timestamp: {
3
+ minutes: string[];
4
+ };
5
+ route: {
6
+ short_name: string | null;
7
+ type: number | null;
8
+ };
9
+ stop: {
10
+ platform_code: string | null;
11
+ };
12
+ trip: {
13
+ headsign: string;
14
+ id: string;
15
+ is_wheelchair_accessible: boolean | null;
16
+ };
17
+ icons: string[];
18
+ substitution_text: {
19
+ cs: string;
20
+ en: string | null;
21
+ } | null;
22
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=IV4TransferDepartureOutputDto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IV4TransferDepartureOutputDto.js","sourceRoot":"","sources":["../../../../src/output-gateway/pid/interfaces/IV4TransferDepartureOutputDto.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ import { IDepartureWithPosition } from "./IDepartureWithPosition";
2
+ import { IStop } from "./IStop";
3
+ export interface IV4TransferDto {
4
+ transfers: IDepartureWithPosition[];
5
+ delayedTimeFrom: Date;
6
+ plannedTimeFrom: Date;
7
+ currentStop: IStop | null;
8
+ currentTripId: string | null;
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=IV4TransferDto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IV4TransferDto.js","sourceRoot":"","sources":["../../../../src/output-gateway/pid/interfaces/IV4TransferDto.ts"],"names":[],"mappings":""}
@@ -0,0 +1,9 @@
1
+ import { IV4InfotextTransferOutputDto } from "../domain/InfotextInterfaces";
2
+ import { IV4TransferDepartureOutputDto } from "./IV4TransferDepartureOutputDto";
3
+ export interface IV4TransferOutputDto {
4
+ platform_code?: string | null;
5
+ stop_name?: string | null;
6
+ icons: string[];
7
+ departures: IV4TransferDepartureOutputDto[];
8
+ infotexts: IV4InfotextTransferOutputDto[];
9
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=IV4TransferOutputDto.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IV4TransferOutputDto.js","sourceRoot":"","sources":["../../../../src/output-gateway/pid/interfaces/IV4TransferOutputDto.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ import { IStop } from "./IStop";
2
+ export type TransferStops = {
3
+ stops: IStop[];
4
+ currentStopIndex: number;
5
+ };
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TransferStops.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TransferStops.js","sourceRoot":"","sources":["../../../../src/output-gateway/pid/interfaces/TransferStops.ts"],"names":[],"mappings":""}
@@ -0,0 +1,2 @@
1
+ import { TransferStops } from "./TransferStops";
2
+ export type TripsToTransfers = Map<string, TransferStops>;
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=TripsToTransfers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"TripsToTransfers.js","sourceRoot":"","sources":["../../../../src/output-gateway/pid/interfaces/TripsToTransfers.ts"],"names":[],"mappings":""}