@golemio/pid 3.5.0 → 3.5.1-dev.1632490375

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 (59) hide show
  1. package/db/migrations/postgresql/20250103092631-skip-missing.js +53 -0
  2. package/db/migrations/postgresql/sqls/20250103092631-skip-missing-down.sql +184 -0
  3. package/db/migrations/postgresql/sqls/20250103092631-skip-missing-up.sql +195 -0
  4. package/dist/integration-engine/ropid-gtfs/data-access/cache/RunTripsRedisRepository.js +2 -1
  5. package/dist/integration-engine/ropid-gtfs/data-access/cache/RunTripsRedisRepository.js.map +1 -1
  6. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/tasks/PropagateTrainDelayTask.js.map +1 -1
  7. package/dist/output-gateway/pid/controllers/v2/V2DepartureBoardsController.js +1 -3
  8. package/dist/output-gateway/pid/controllers/v2/V2DepartureBoardsController.js.map +1 -1
  9. package/dist/output-gateway/pid/controllers/v3/V3TransferBoardsController.d.ts +1 -0
  10. package/dist/output-gateway/pid/controllers/v3/V3TransferBoardsController.js +12 -3
  11. package/dist/output-gateway/pid/controllers/v3/V3TransferBoardsController.js.map +1 -1
  12. package/dist/output-gateway/pid/domain/DepartureInterfaces.d.ts +7 -0
  13. package/dist/output-gateway/pid/domain/DepartureInterfaces.js +3 -0
  14. package/dist/output-gateway/pid/domain/DepartureInterfaces.js.map +1 -0
  15. package/dist/output-gateway/pid/index.d.ts +4 -5
  16. package/dist/output-gateway/pid/index.js +1 -0
  17. package/dist/output-gateway/pid/index.js.map +1 -1
  18. package/dist/output-gateway/pid/ioc/Di.js +4 -0
  19. package/dist/output-gateway/pid/ioc/Di.js.map +1 -1
  20. package/dist/output-gateway/pid/ioc/OgPidToken.d.ts +2 -0
  21. package/dist/output-gateway/pid/ioc/OgPidToken.js +2 -0
  22. package/dist/output-gateway/pid/ioc/OgPidToken.js.map +1 -1
  23. package/dist/output-gateway/pid/models/PIDDepartureBoardsModel.d.ts +14 -28
  24. package/dist/output-gateway/pid/models/PIDDepartureBoardsModel.js +192 -71
  25. package/dist/output-gateway/pid/models/PIDDepartureBoardsModel.js.map +1 -1
  26. package/dist/output-gateway/pid/models/helpers/PIDDepartureModel.js +27 -15
  27. package/dist/output-gateway/pid/models/helpers/PIDDepartureModel.js.map +1 -1
  28. package/dist/output-gateway/pid/models/helpers/SkipHelper.d.ts +19 -0
  29. package/dist/output-gateway/pid/models/helpers/SkipHelper.js +116 -0
  30. package/dist/output-gateway/pid/models/helpers/SkipHelper.js.map +1 -0
  31. package/dist/output-gateway/pid/models/helpers/const.d.ts +4 -0
  32. package/dist/output-gateway/pid/models/helpers/const.js +8 -0
  33. package/dist/output-gateway/pid/models/helpers/const.js.map +1 -0
  34. package/dist/output-gateway/pid/models/helpers/interfaces/IPIDDepartureQueryOptions.d.ts +4 -1
  35. package/dist/output-gateway/pid/models/interfaces/IGetDeparturesOptions.d.ts +21 -0
  36. package/dist/output-gateway/pid/models/interfaces/IGetDeparturesOptions.js +3 -0
  37. package/dist/output-gateway/pid/models/interfaces/IGetDeparturesOptions.js.map +1 -0
  38. package/dist/output-gateway/pid/routers/v3/V3PIDRouter.js +1 -1
  39. package/dist/output-gateway/pid/routers/v3/V3PIDRouter.js.map +1 -1
  40. package/dist/output-gateway/pid/service/facade/TransferFacade.d.ts +1 -1
  41. package/dist/output-gateway/pid/service/facade/TransferFacade.js +2 -0
  42. package/dist/output-gateway/pid/service/facade/TransferFacade.js.map +1 -1
  43. package/dist/output-gateway/public/data-access/redis/PublicVehiclePositionsRepository.d.ts +4 -2
  44. package/dist/output-gateway/public/data-access/redis/PublicVehiclePositionsRepository.js +90 -68
  45. package/dist/output-gateway/public/data-access/redis/PublicVehiclePositionsRepository.js.map +1 -1
  46. package/dist/output-gateway/public/domain/repository/IVehiclePositionsRepository.d.ts +2 -1
  47. package/dist/output-gateway/ropid-gtfs/data-access/redis/RunTripsRedisRepository.d.ts +10 -0
  48. package/dist/output-gateway/ropid-gtfs/data-access/redis/RunTripsRedisRepository.js +65 -0
  49. package/dist/output-gateway/ropid-gtfs/data-access/redis/RunTripsRedisRepository.js.map +1 -0
  50. package/dist/output-gateway/ropid-gtfs/domain/repository/IRunTripsRedisRepository.d.ts +4 -0
  51. package/dist/output-gateway/ropid-gtfs/domain/repository/IRunTripsRedisRepository.js +3 -0
  52. package/dist/output-gateway/ropid-gtfs/domain/repository/IRunTripsRedisRepository.js.map +1 -0
  53. package/dist/output-gateway/shared/constants/validations.js +1 -1
  54. package/dist/output-gateway/shared/constants/validations.js.map +1 -1
  55. package/dist/schema-definitions/ropid-gtfs/redis/const.d.ts +1 -0
  56. package/dist/schema-definitions/ropid-gtfs/redis/const.js +2 -1
  57. package/dist/schema-definitions/ropid-gtfs/redis/const.js.map +1 -1
  58. package/docs/openapi-output.yaml +11 -3
  59. package/package.json +3 -3
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RunTripsRedisRepository.js","sourceRoot":"","sources":["../../../../../src/output-gateway/ropid-gtfs/data-access/redis/RunTripsRedisRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AACA,iFAAiF;AAEjF,oGAAiG;AACjG,wEAAqE;AAErE,+DAAuE;AACvE,6EAAwE;AACxE,iEAAwE;AAGjE,IAAM,uBAAuB,qCAA7B,MAAM,uBAAuB;IAChC,YACmD,cAAgC,EAC7C,GAAY;QADC,mBAAc,GAAd,cAAc,CAAkB;QAC7C,QAAG,GAAH,GAAG,CAAS;IAC/C,CAAC;IAEG,KAAK,CAAC,mBAAmB,CAAC,SAAmB;QAChD,IAAI,CAAC,SAAS,CAAC,MAAM,EAAE;YACnB,OAAO,EAAE,CAAC;SACb;QAED,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,WAAW,EAAE,EAAE;YACpC,MAAM,IAAI,CAAC,cAAc,CAAC,OAAO,EAAE,CAAC;SACvC;QAED,MAAM,UAAU,GAAG,IAAI,CAAC,cAAc,CAAC,aAAa,EAAE,CAAC;QACvD,IAAI,YAAY,GAAyB,EAAE,CAAC;QAE5C,IAAI;YACA,YAAY,GAAG,MAAM,UAAU,CAAC,IAAI,CAChC,SAAS,CAAC,GAAG,CAAC,CAAC,QAAQ,EAAE,EAAE,CAAC,GAAG,0CAAkC,IAAI,QAAQ,EAAE,CAAC,CACnF,CAAC;SACL;QAAC,OAAO,KAAK,EAAE;YACZ,MAAM,IAAI,6BAAY,CAAC,iCAAiC,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;SAC3F;QAED,IAAI,eAAe,GAAuC,EAAE,CAAC;QAC7D,KAAK,MAAM,KAAK,IAAI,YAAY,EAAE;YAC9B,IAAI,KAAK,KAAK,IAAI,EAAE;gBAChB,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC,WAAW,CAAC,IAAI,8BAA8B,CAAC,CAAC;gBACtE,eAAe,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;gBAC3B,SAAS;aACZ;YAED,IAAI;gBACA,eAAe,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,CAAC;aAC3C;YAAC,OAAO,KAAK,EAAE;gBACZ,MAAM,IAAI,6BAAY,CAAC,6BAA6B,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,KAAK,CAAC,CAAC;aACvF;SACJ;QAED,OAAO,eAAe,CAAC;IAC3B,CAAC;CACJ,CAAA;kCA3CY,uBAAuB;IADnC,IAAA,qBAAU,GAAE;IAGJ,WAAA,IAAA,iBAAM,EAAC,oBAAc,CAAC,cAAc,CAAC,CAAA;IACrC,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,MAAM,CAAC,CAAA;qCADsC,mCAAgB;GAF1E,uBAAuB,CA2CnC"}
@@ -0,0 +1,4 @@
1
+ import type { IGtfsRunTripCacheDto } from "../../../../schema-definitions/vehicle-positions/redis/interfaces/IGtfsRunTripCacheDto";
2
+ export interface IRunTripsRedisRepository {
3
+ getMultipleSchedule(runTuples: string[]): Promise<Array<IGtfsRunTripCacheDto | null>>;
4
+ }
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=IRunTripsRedisRepository.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"IRunTripsRedisRepository.js","sourceRoot":"","sources":["../../../../../src/output-gateway/ropid-gtfs/domain/repository/IRunTripsRedisRepository.ts"],"names":[],"mappings":""}
@@ -18,7 +18,7 @@ exports.ValidationArrays = {
18
18
  "routeHeadingOnceNoGap",
19
19
  "routeHeadingOnceNoGapFill",
20
20
  ],
21
- skip: ["untracked", "canceled", "atStop" /*, "onInfotext"*/],
21
+ skip: ["untracked", "missing", "canceled", "atStop" /*, "onInfotext"*/],
22
22
  },
23
23
  // TODO replace moment.tz.names() with Intl.supportedValuesOf("timeZone") after migrating to Node 18
24
24
  preferredTimezone: [
@@ -1 +1 @@
1
- {"version":3,"file":"validations.js","sourceRoot":"","sources":["../../../../src/output-gateway/shared/constants/validations.ts"],"names":[],"mappings":";;;;;;AAAA,gGAA+D;AAElD,QAAA,gBAAgB,GAAG;IAC5B,eAAe,EAAE;QACb,aAAa,EAAE,CAAC,YAAY,EAAE,UAAU,EAAE,OAAO,CAAC;QAClD,KAAK,EAAE,CAAC,MAAM,EAAE,WAAW,CAAC;QAC5B,MAAM,EAAE;YACJ,MAAM;YACN,WAAW;YACX,kBAAkB;YAClB,eAAe;YACf,sBAAsB;YACtB,uBAAuB;YACvB,2BAA2B;SAC9B;QACD,IAAI,EAAE,CAAC,WAAW,EAAE,UAAU,EAAE,QAAQ,CAAC,kBAAkB,CAAC;KAC/D;IACD,oGAAoG;IACpG,iBAAiB,EAAE;QACf,GAAG,yBAAM,CAAC,EAAE,CAAC,KAAK,EAAE;QACpB,GAAG,yBAAM,CAAC,EAAE;aACP,KAAK,EAAE;YACR,iDAAiD;aAChD,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;YACpC,0BAA0B;aACzB,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;KAC/C;CACJ,CAAC"}
1
+ {"version":3,"file":"validations.js","sourceRoot":"","sources":["../../../../src/output-gateway/shared/constants/validations.ts"],"names":[],"mappings":";;;;;;AAAA,gGAA+D;AAElD,QAAA,gBAAgB,GAAG;IAC5B,eAAe,EAAE;QACb,aAAa,EAAE,CAAC,YAAY,EAAE,UAAU,EAAE,OAAO,CAAC;QAClD,KAAK,EAAE,CAAC,MAAM,EAAE,WAAW,CAAC;QAC5B,MAAM,EAAE;YACJ,MAAM;YACN,WAAW;YACX,kBAAkB;YAClB,eAAe;YACf,sBAAsB;YACtB,uBAAuB;YACvB,2BAA2B;SAC9B;QACD,IAAI,EAAE,CAAC,WAAW,EAAE,SAAS,EAAE,UAAU,EAAE,QAAQ,CAAC,kBAAkB,CAAC;KAC1E;IACD,oGAAoG;IACpG,iBAAiB,EAAE;QACf,GAAG,yBAAM,CAAC,EAAE,CAAC,KAAK,EAAE;QACpB,GAAG,yBAAM,CAAC,EAAE;aACP,KAAK,EAAE;YACR,iDAAiD;aAChD,MAAM,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;YACpC,0BAA0B;aACzB,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,OAAO,CAAC,KAAK,EAAE,GAAG,CAAC,CAAC;KAC/C;CACJ,CAAC"}
@@ -1 +1,2 @@
1
+ export declare const GTFS_RUN_SCHEDULE_NAMESPACE_PREFIX = "gtfsRunSchedule";
1
2
  export declare const PUBLIC_DEPARTURE_NAMESPACE_PREFIX = "gtfsPublicDepartureCache";
@@ -1,5 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PUBLIC_DEPARTURE_NAMESPACE_PREFIX = void 0;
3
+ exports.PUBLIC_DEPARTURE_NAMESPACE_PREFIX = exports.GTFS_RUN_SCHEDULE_NAMESPACE_PREFIX = void 0;
4
+ exports.GTFS_RUN_SCHEDULE_NAMESPACE_PREFIX = "gtfsRunSchedule";
4
5
  exports.PUBLIC_DEPARTURE_NAMESPACE_PREFIX = "gtfsPublicDepartureCache";
5
6
  //# sourceMappingURL=const.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"const.js","sourceRoot":"","sources":["../../../../src/schema-definitions/ropid-gtfs/redis/const.ts"],"names":[],"mappings":";;;AAAa,QAAA,iCAAiC,GAAG,0BAA0B,CAAC"}
1
+ {"version":3,"file":"const.js","sourceRoot":"","sources":["../../../../src/schema-definitions/ropid-gtfs/redis/const.ts"],"names":[],"mappings":";;;AAAa,QAAA,kCAAkC,GAAG,iBAAiB,CAAC;AACvD,QAAA,iCAAiC,GAAG,0BAA0B,CAAC"}
@@ -976,12 +976,20 @@ paths:
976
976
  example: "routeOnce"
977
977
  - name: skip
978
978
  in: query
979
- description: >-
980
- Valid entries: `canceled`, `atStop`, `untracked`. Skips trips with these attributes. Use multiple rules with `&skip[]=cancelled&skip[]=atStop` query parameter array form.
979
+ description: |
980
+ Filters out trips matching the given states.
981
+ Multiple filters can be applied using array syntax, e.g., `&skip[]=canceled&skip[]=atStop`.
982
+ Using both `untracked` and `missing` will exclude all untracked vehicles, as missing vehicles are a subset of untracked vehicles.
983
+ We recommend using `missing` instead of `untracked`, as skipping all untracked vehicles may result in departures not appearing in the API response until the last few minutes before departure, especially for departure boards near the starting station/stop.
981
984
  required: false
982
985
  schema:
983
986
  type: string
984
987
  example: "canceled"
988
+ enum:
989
+ - canceled
990
+ - atStop
991
+ - untracked
992
+ - missing
985
993
  - name: limit
986
994
  in: query
987
995
  description: Limits the number of items in response. The maximum is 1000 (default value is 20).
@@ -1119,7 +1127,7 @@ paths:
1119
1127
  - name: tripNumber
1120
1128
  in: query
1121
1129
  description: Trip number of the vehicle in which the transfer is planned. Use to filter out transfers for a specific trip. Represents the numeric part of the GTFS `trip_short_name` (Os 2547 -> 2547).
1122
- required: true
1130
+ required: false
1123
1131
  schema:
1124
1132
  type: number
1125
1133
  example: 2547
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/pid",
3
- "version": "3.5.0",
3
+ "version": "3.5.1-dev.1632490375",
4
4
  "description": "Golemio PID Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -76,7 +76,7 @@
76
76
  "@golemio/core": ">=1.16.0-rc.1551191551"
77
77
  },
78
78
  "dependencies": {
79
- "@golemio/ovapi-gtfs-realtime-bindings": "1.2.3",
79
+ "@golemio/ovapi-gtfs-realtime-bindings": "1.2.4-dev.1288219308",
80
80
  "@turf/turf": "^6.5.0",
81
81
  "cheap-ruler": "^3.0.2",
82
82
  "csv-parser": "^3.0.0",
@@ -84,4 +84,4 @@
84
84
  "html-entities": "^2.3.3",
85
85
  "pg-copy-streams": "^5.1.1"
86
86
  }
87
- }
87
+ }