@golemio/pid 3.9.4-dev.1734454364 → 3.9.4-rc.1735840748

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 (77) hide show
  1. package/db/example/00_clear_test_data.sql +1 -2
  2. package/dist/input-gateway/vehicle-positions/VehiclePositionsController.js +1 -0
  3. package/dist/input-gateway/vehicle-positions/VehiclePositionsController.js.map +1 -1
  4. package/dist/integration-engine/jis/transformations/JISInfotextsTransformation.js +2 -2
  5. package/dist/integration-engine/jis/transformations/JISInfotextsTransformation.js.map +1 -1
  6. package/dist/integration-engine/ropid-gtfs/data-access/DeparturePresetsRepository.d.ts +0 -2
  7. package/dist/integration-engine/ropid-gtfs/data-access/DeparturePresetsRepository.js +6 -15
  8. package/dist/integration-engine/ropid-gtfs/data-access/DeparturePresetsRepository.js.map +1 -1
  9. package/dist/integration-engine/ropid-gtfs/facade/DeparturePresetsFacade.d.ts +1 -8
  10. package/dist/integration-engine/ropid-gtfs/facade/DeparturePresetsFacade.js +5 -39
  11. package/dist/integration-engine/ropid-gtfs/facade/DeparturePresetsFacade.js.map +1 -1
  12. package/dist/integration-engine/ropid-gtfs/ioc/Di.js +0 -6
  13. package/dist/integration-engine/ropid-gtfs/ioc/Di.js.map +1 -1
  14. package/dist/integration-engine/ropid-gtfs/ioc/RopidGtfsContainerToken.d.ts +0 -2
  15. package/dist/integration-engine/ropid-gtfs/ioc/RopidGtfsContainerToken.js +0 -2
  16. package/dist/integration-engine/ropid-gtfs/ioc/RopidGtfsContainerToken.js.map +1 -1
  17. package/dist/integration-engine/ropid-gtfs/workers/presets/tasks/DownloadDeparturesPresetsTask.js.map +1 -1
  18. package/dist/integration-engine/vehicle-positions/workers/vehicle-positions/tasks/PropagateTrainDelayTask.js.map +1 -1
  19. package/dist/output-gateway/pid/ioc/Di.js +0 -12
  20. package/dist/output-gateway/pid/ioc/Di.js.map +1 -1
  21. package/dist/output-gateway/pid/ioc/OgPidToken.d.ts +0 -6
  22. package/dist/output-gateway/pid/ioc/OgPidToken.js +0 -6
  23. package/dist/output-gateway/pid/ioc/OgPidToken.js.map +1 -1
  24. package/dist/output-gateway/pid/routers/v3/V3PIDRouter.d.ts +0 -1
  25. package/dist/output-gateway/pid/routers/v3/V3PIDRouter.js +0 -4
  26. package/dist/output-gateway/pid/routers/v3/V3PIDRouter.js.map +1 -1
  27. package/dist/output-gateway/ropid-gtfs/models/GTFSStopModel.d.ts +3 -1
  28. package/dist/output-gateway/ropid-gtfs/models/GTFSStopModel.js +30 -4
  29. package/dist/output-gateway/ropid-gtfs/models/GTFSStopModel.js.map +1 -1
  30. package/dist/schema-definitions/jis/datasources/JISInfotextsJsonSchema.js +2 -2
  31. package/dist/schema-definitions/jis/datasources/JISInfotextsJsonSchema.js.map +1 -1
  32. package/dist/schema-definitions/jis/datasources/interfaces/IJISInfotextStop.d.ts +1 -1
  33. package/docs/openapi-output.yaml +0 -39
  34. package/package.json +3 -3
  35. package/db/example/21_ropid_departures_presets_ropidgtfs_stops.sql +0 -6
  36. package/db/migrations/postgresql/20250312125125-create-presets-ropidgtfs-stops-table.js +0 -53
  37. package/db/migrations/postgresql/sqls/20250312125125-create-presets-ropidgtfs-stops-table-down.sql +0 -1
  38. package/db/migrations/postgresql/sqls/20250312125125-create-presets-ropidgtfs-stops-table-up.sql +0 -7
  39. package/dist/helpers/GtfsStopParser.d.ts +0 -6
  40. package/dist/helpers/GtfsStopParser.js +0 -44
  41. package/dist/helpers/GtfsStopParser.js.map +0 -1
  42. package/dist/integration-engine/jis/repositories/RopidDeparturesPresetsRopidGTFSStopsRepository.d.ts +0 -13
  43. package/dist/integration-engine/jis/repositories/RopidDeparturesPresetsRopidGTFSStopsRepository.js +0 -39
  44. package/dist/integration-engine/jis/repositories/RopidDeparturesPresetsRopidGTFSStopsRepository.js.map +0 -1
  45. package/dist/output-gateway/pid/controllers/v3/V3DeparturesPresetController.d.ts +0 -8
  46. package/dist/output-gateway/pid/controllers/v3/V3DeparturesPresetController.js +0 -44
  47. package/dist/output-gateway/pid/controllers/v3/V3DeparturesPresetController.js.map +0 -1
  48. package/dist/output-gateway/pid/data-access/RopidDeparturesPresetRepository.d.ts +0 -14
  49. package/dist/output-gateway/pid/data-access/RopidDeparturesPresetRepository.js +0 -82
  50. package/dist/output-gateway/pid/data-access/RopidDeparturesPresetRepository.js.map +0 -1
  51. package/dist/output-gateway/pid/data-access/RopidDeparturesPresetsRopidGTFSStopsRepository.d.ts +0 -13
  52. package/dist/output-gateway/pid/data-access/RopidDeparturesPresetsRopidGTFSStopsRepository.js +0 -39
  53. package/dist/output-gateway/pid/data-access/RopidDeparturesPresetsRopidGTFSStopsRepository.js.map +0 -1
  54. package/dist/output-gateway/pid/domain/DeparturesPresetInterfaces.d.ts +0 -6
  55. package/dist/output-gateway/pid/domain/DeparturesPresetInterfaces.js +0 -3
  56. package/dist/output-gateway/pid/domain/DeparturesPresetInterfaces.js.map +0 -1
  57. package/dist/output-gateway/pid/service/facade/RopidDeparturesPresetFacade.d.ts +0 -9
  58. package/dist/output-gateway/pid/service/facade/RopidDeparturesPresetFacade.js +0 -37
  59. package/dist/output-gateway/pid/service/facade/RopidDeparturesPresetFacade.js.map +0 -1
  60. package/dist/output-gateway/pid/service/transformations/RopidDeparturesPresetTransformation.d.ts +0 -7
  61. package/dist/output-gateway/pid/service/transformations/RopidDeparturesPresetTransformation.js +0 -30
  62. package/dist/output-gateway/pid/service/transformations/RopidDeparturesPresetTransformation.js.map +0 -1
  63. package/dist/schema-definitions/jis/models/RopidDeparturesPresetsRopidGTFSStopsModel.d.ts +0 -12
  64. package/dist/schema-definitions/jis/models/RopidDeparturesPresetsRopidGTFSStopsModel.js +0 -41
  65. package/dist/schema-definitions/jis/models/RopidDeparturesPresetsRopidGTFSStopsModel.js.map +0 -1
  66. package/dist/schema-definitions/jis/models/interfaces/IPresetsGtfsStops.d.ts +0 -4
  67. package/dist/schema-definitions/jis/models/interfaces/IPresetsGtfsStops.js +0 -3
  68. package/dist/schema-definitions/jis/models/interfaces/IPresetsGtfsStops.js.map +0 -1
  69. package/dist/schema-definitions/jis/models/interfaces/IPresetsRopidGTFSStops.d.ts +0 -7
  70. package/dist/schema-definitions/jis/models/interfaces/IPresetsRopidGTFSStops.js +0 -3
  71. package/dist/schema-definitions/jis/models/interfaces/IPresetsRopidGTFSStops.js.map +0 -1
  72. package/dist/schema-definitions/ropid-departures-presets/models/RopidDeparturesPresetsModel.d.ts +0 -19
  73. package/dist/schema-definitions/ropid-departures-presets/models/RopidDeparturesPresetsModel.js +0 -64
  74. package/dist/schema-definitions/ropid-departures-presets/models/RopidDeparturesPresetsModel.js.map +0 -1
  75. package/dist/schema-definitions/ropid-departures-presets/models/interfaces/IRopidDeparturesPresets.d.ts +0 -9
  76. package/dist/schema-definitions/ropid-departures-presets/models/interfaces/IRopidDeparturesPresets.js +0 -3
  77. package/dist/schema-definitions/ropid-departures-presets/models/interfaces/IRopidDeparturesPresets.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"JISInfotextsJsonSchema.js","sourceRoot":"","sources":["../../../../src/schema-definitions/jis/datasources/JISInfotextsJsonSchema.ts"],"names":[],"mappings":";;;AAAA,sHAA2F;AAI9E,QAAA,sBAAsB,GAAmC;IAClE,IAAI,EAAE,OAAO;IACb,KAAK,EAAE;QACH,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACR,EAAE,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE;YACtB,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,iDAAqB,CAAC,EAAE;YAC9E,YAAY,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,SAAS,EAAE,QAAQ,CAAC,EAAE;YAC7D,aAAa,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,UAAU,EAAE;oBACR,KAAK,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAW,EAAE;oBAC9C,GAAG,EAAE;wBACD,KAAK,EAAE;4BACH,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAW,EAAE;4BACvC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE;yBACnC;qBACJ;iBACJ;gBACD,oBAAoB,EAAE,KAAK;gBAC3B,QAAQ,EAAE,CAAC,OAAO,CAAC;aACtB;YACD,gBAAgB,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,UAAU,EAAE;oBACR,EAAE,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE;oBACtB,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,EAAE;iBACxE;gBACD,oBAAoB,EAAE,KAAK;gBAC3B,QAAQ,EAAE,CAAC,IAAI,CAAC;aACnB;YACD,eAAe,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,IAAI;gBACd,UAAU,EAAE;oBACR,KAAK,EAAE;wBACH,IAAI,EAAE,OAAO;wBACb,QAAQ,EAAE,IAAI;wBACd,KAAK,EAAE;4BACH,IAAI,EAAE,QAAQ;4BACd,UAAU,EAAE;gCACR,EAAE,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE;6BACzB;4BACD,oBAAoB,EAAE,KAAK;4BAC3B,QAAQ,EAAE,CAAC,IAAI,CAAC;yBACnB;qBACJ;iBACJ;gBACD,oBAAoB,EAAE,KAAK;aAC9B;YACD,iBAAiB,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAW,EAAE;YAC1D,uBAAuB,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAW,EAAE;SACnE;QACD,QAAQ,EAAE;YACN,IAAI;YACJ,gBAAgB;YAChB,cAAc;YACd,eAAe;YACf,kBAAkB;YAClB,mBAAmB;YACnB,yBAAyB;SAC5B;KACJ;CACJ,CAAC"}
1
+ {"version":3,"file":"JISInfotextsJsonSchema.js","sourceRoot":"","sources":["../../../../src/schema-definitions/jis/datasources/JISInfotextsJsonSchema.ts"],"names":[],"mappings":";;;AAAA,sHAA2F;AAI9E,QAAA,sBAAsB,GAAmC;IAClE,IAAI,EAAE,OAAO;IACb,KAAK,EAAE;QACH,IAAI,EAAE,QAAQ;QACd,UAAU,EAAE;YACR,EAAE,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE;YACtB,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,iDAAqB,CAAC,EAAE;YAC9E,YAAY,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,SAAS,EAAE,QAAQ,CAAC,EAAE;YAC7D,aAAa,EAAE;gBACX,IAAI,EAAE,QAAQ;gBACd,UAAU,EAAE;oBACR,KAAK,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAW,EAAE;oBAC9C,GAAG,EAAE;wBACD,KAAK,EAAE;4BACH,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAW,EAAE;4BACvC,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE;yBACnC;qBACJ;iBACJ;gBACD,oBAAoB,EAAE,KAAK;gBAC3B,QAAQ,EAAE,CAAC,OAAO,CAAC;aACtB;YACD,gBAAgB,EAAE;gBACd,IAAI,EAAE,QAAQ;gBACd,UAAU,EAAE;oBACR,EAAE,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE;oBACtB,EAAE,EAAE,EAAE,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,EAAE;iBACxE;gBACD,oBAAoB,EAAE,KAAK;gBAC3B,QAAQ,EAAE,CAAC,IAAI,CAAC;aACnB;YACD,eAAe,EAAE;gBACb,IAAI,EAAE,QAAQ;gBACd,QAAQ,EAAE,IAAI;gBACd,UAAU,EAAE;oBACR,KAAK,EAAE;wBACH,IAAI,EAAE,OAAO;wBACb,QAAQ,EAAE,IAAI;wBACd,KAAK,EAAE;4BACH,IAAI,EAAE,QAAQ;4BACd,UAAU,EAAE;gCACR,OAAO,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE;6BAC9B;4BACD,oBAAoB,EAAE,KAAK;4BAC3B,QAAQ,EAAE,CAAC,SAAS,CAAC;yBACxB;qBACJ;iBACJ;gBACD,oBAAoB,EAAE,KAAK;aAC9B;YACD,iBAAiB,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAW,EAAE;YAC1D,uBAAuB,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,WAAW,EAAE;SACnE;QACD,QAAQ,EAAE;YACN,IAAI;YACJ,gBAAgB;YAChB,cAAc;YACd,eAAe;YACf,kBAAkB;YAClB,mBAAmB;YACnB,yBAAyB;SAC5B;KACJ;CACJ,CAAC"}
@@ -1,3 +1,3 @@
1
1
  export interface IJISInfotextStop {
2
- id: string;
2
+ stop_id: string;
3
3
  }
@@ -33,8 +33,6 @@ tags:
33
33
 
34
34
  - name: 🚏 PID Departure Boards (v3)
35
35
  description: <img src="https://img.shields.io/badge/opendata-available-green" alt="golemioapi-opendata-badge" /> <img src="https://img.shields.io/badge/stability-experimental-orange" alt="golemioapi-stability-badge" />
36
- - name: 🚏 PID Departure Boards (v3) - internal
37
- description: Endpoints for internal use
38
36
 
39
37
  - name: 🗓️ Public GTFS Static Lookup (v2)
40
38
  description: <img src="https://img.shields.io/badge/opendata-available-green" alt="golemioapi-opendata-badge" />
@@ -1334,43 +1332,6 @@ paths:
1334
1332
  $ref: "#/components/responses/UnauthorizedError"
1335
1333
  "404":
1336
1334
  description: Not found
1337
- /v3/pid/departurepresets:
1338
- get:
1339
- summary: Get ROPID departures presets linked with gtfs stops
1340
- tags:
1341
- - 🚏 PID Departure Boards (v3) - internal
1342
-
1343
- responses:
1344
- 200:
1345
-
1346
- description: A list of ROPID departures presets linked with gtfs stops
1347
- headers:
1348
- Cache-Control:
1349
- description: Cache control directive for caching proxies
1350
- schema:
1351
- type: string
1352
- example: public, s-maxage=25, stale-while-revalidate=10
1353
- content:
1354
- application/json:
1355
- schema:
1356
- type: array
1357
- items:
1358
- type: object
1359
- properties:
1360
- note:
1361
- type: string
1362
- example: "Nádraží Klánovice vlaky"
1363
- route_name:
1364
- type: string
1365
- example: "nadrazi-klanovice-vlaky-xxxx"
1366
- is_testing:
1367
- type: boolean
1368
- example: false
1369
- stops:
1370
- type: array
1371
- items:
1372
- type: string
1373
- example: ["U454Z301"]
1374
1335
 
1375
1336
  /v2/public/gtfs/trips/{gtfsTripId}:
1376
1337
  get:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/pid",
3
- "version": "3.9.4-dev.1734454364",
3
+ "version": "3.9.4-rc.1735840748",
4
4
  "description": "Golemio PID Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -37,7 +37,7 @@
37
37
  "@commitlint/cli": "^11.0.0",
38
38
  "@commitlint/config-conventional": "^11.0.0",
39
39
  "@golemio/cli": "1.9.2",
40
- "@golemio/core": "1.20.2",
40
+ "@golemio/core": "1.20.3",
41
41
  "@golemio/db-common": "1.1.4",
42
42
  "@golemio/eslint-config": "1.1.2",
43
43
  "@types/amqplib": "^0.5.17",
@@ -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.4-dev.1288219308",
79
+ "@golemio/ovapi-gtfs-realtime-bindings": "1.2.3",
80
80
  "@turf/turf": "^6.5.0",
81
81
  "cheap-ruler": "^3.0.2",
82
82
  "csv-parser": "^3.0.0",
@@ -1,6 +0,0 @@
1
-
2
- INSERT INTO ropid_departures_presets (route_name,api_version,route,url_query_params,note,create_batch_id,created_at,created_by,update_batch_id,updated_at,updated_by,is_testing) VALUES
3
- ('Haje-testovaci',2,'/pid/departureboards','minutesAfter=180&limit=8&mode=departures&filter=routeHeadingOnceNoGapFill&order=real&aswIds=285_1','Testovací tabule pro Haje',NULL,now(),NULL,NULL,now(),NULL,false);
4
-
5
- INSERT INTO ropid_departures_presets_ropidgtfs_stops (preset_id, stop_id, created_at, updated_at) VALUES
6
- (3,'U286Z1P', now(), now())
@@ -1,53 +0,0 @@
1
- 'use strict';
2
-
3
- var dbm;
4
- var type;
5
- var seed;
6
- var fs = require('fs');
7
- var path = require('path');
8
- var Promise;
9
-
10
- /**
11
- * We receive the dbmigrate dependency from dbmigrate initially.
12
- * This enables us to not have to rely on NODE_PATH.
13
- */
14
- exports.setup = function(options, seedLink) {
15
- dbm = options.dbmigrate;
16
- type = dbm.dataType;
17
- seed = seedLink;
18
- Promise = options.Promise;
19
- };
20
-
21
- exports.up = function(db) {
22
- var filePath = path.join(__dirname, 'sqls', '20250312125125-create-presets-ropidgtfs-stops-table-up.sql');
23
- return new Promise( function( resolve, reject ) {
24
- fs.readFile(filePath, {encoding: 'utf-8'}, function(err,data){
25
- if (err) return reject(err);
26
- console.log('received data: ' + data);
27
-
28
- resolve(data);
29
- });
30
- })
31
- .then(function(data) {
32
- return db.runSql(data);
33
- });
34
- };
35
-
36
- exports.down = function(db) {
37
- var filePath = path.join(__dirname, 'sqls', '20250312125125-create-presets-ropidgtfs-stops-table-down.sql');
38
- return new Promise( function( resolve, reject ) {
39
- fs.readFile(filePath, {encoding: 'utf-8'}, function(err,data){
40
- if (err) return reject(err);
41
- console.log('received data: ' + data);
42
-
43
- resolve(data);
44
- });
45
- })
46
- .then(function(data) {
47
- return db.runSql(data);
48
- });
49
- };
50
-
51
- exports._meta = {
52
- "version": 1
53
- };
@@ -1 +0,0 @@
1
- DROP TABLE ropid_departures_presets_ropidgtfs_stops
@@ -1,7 +0,0 @@
1
- CREATE TABLE ropid_departures_presets_ropidgtfs_stops (
2
- preset_id INT NOT NULL,
3
- stop_id varchar(50) NOT NULL,
4
- created_at timestamptz NOT NULL,
5
- updated_at timestamptz NOT NULL,
6
- CONSTRAINT ropid_departures_presets_ropidgtfs_stops_pk PRIMARY KEY (preset_id, stop_id)
7
- );
@@ -1,6 +0,0 @@
1
- import { WhereOptions } from "@golemio/core/dist/shared/sequelize";
2
- export declare class GtfsStopParser {
3
- prepareAswWhereOptions(aswIds: string[]): WhereOptions[];
4
- private isValidInteger;
5
- private validateAswId;
6
- }
@@ -1,44 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- Object.defineProperty(exports, "__esModule", { value: true });
9
- exports.GtfsStopParser = void 0;
10
- const golemio_errors_1 = require("@golemio/core/dist/shared/golemio-errors");
11
- const sequelize_1 = require("@golemio/core/dist/shared/sequelize");
12
- const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
13
- const const_1 = require("../const");
14
- let GtfsStopParser = exports.GtfsStopParser = class GtfsStopParser {
15
- prepareAswWhereOptions(aswIds) {
16
- let aswWhereOptions = [];
17
- for (const aswId of aswIds) {
18
- let aswIdLike = aswId.replaceAll("_", "/");
19
- if (aswIdLike.slice(-1) === "/") {
20
- aswIdLike = aswIdLike.slice(0, -1);
21
- }
22
- const [nodeId, stopId] = aswIdLike.split("/");
23
- if (!nodeId) {
24
- continue;
25
- }
26
- this.validateAswId(aswId, nodeId, stopId);
27
- aswWhereOptions.push(sequelize_1.Sequelize.and(sequelize_1.Sequelize.where(sequelize_1.Sequelize.col("asw_node_id"), "=", nodeId), stopId && sequelize_1.Sequelize.where(sequelize_1.Sequelize.col("asw_stop_id"), "=", stopId)));
28
- }
29
- return aswWhereOptions;
30
- }
31
- isValidInteger(value) {
32
- return value >= const_1.PG_INT_MIN && value <= const_1.PG_INT_MAX;
33
- }
34
- validateAswId(aswId, nodeId, stopId) {
35
- const nodeIdNum = Number(nodeId);
36
- if (!this.isValidInteger(nodeIdNum) || (stopId && !this.isValidInteger(Number(stopId)))) {
37
- throw new golemio_errors_1.GeneralError(`Invalid ASW ID: ${aswId}`, this.constructor.name, `Invalid ASW ID: ${aswId}`, 400);
38
- }
39
- }
40
- };
41
- exports.GtfsStopParser = GtfsStopParser = __decorate([
42
- (0, tsyringe_1.injectable)()
43
- ], GtfsStopParser);
44
- //# sourceMappingURL=GtfsStopParser.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"GtfsStopParser.js","sourceRoot":"","sources":["../../src/helpers/GtfsStopParser.ts"],"names":[],"mappings":";;;;;;;;;AAAA,6EAAwE;AACxE,mEAA8E;AAC9E,iEAAgE;AAChE,oCAAmD;AAG5C,IAAM,cAAc,4BAApB,MAAM,cAAc;IAChB,sBAAsB,CAAC,MAAgB;QAC1C,IAAI,eAAe,GAAmB,EAAE,CAAC;QACzC,KAAK,MAAM,KAAK,IAAI,MAAM,EAAE;YACxB,IAAI,SAAS,GAAG,KAAK,CAAC,UAAU,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;YAE3C,IAAI,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,GAAG,EAAE;gBAC7B,SAAS,GAAG,SAAS,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;aACtC;YAED,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,SAAS,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;YAE9C,IAAI,CAAC,MAAM,EAAE;gBACT,SAAS;aACZ;YAED,IAAI,CAAC,aAAa,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;YAE1C,eAAe,CAAC,IAAI,CAChB,qBAAS,CAAC,GAAG,CACT,qBAAS,CAAC,KAAK,CAAC,qBAAS,CAAC,GAAG,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,MAAM,CAAC,EAC1D,MAAM,IAAI,qBAAS,CAAC,KAAK,CAAC,qBAAS,CAAC,GAAG,CAAC,aAAa,CAAC,EAAE,GAAG,EAAE,MAAM,CAAC,CACvE,CACJ,CAAC;SACL;QACD,OAAO,eAAe,CAAC;IAC3B,CAAC;IAEO,cAAc,CAAC,KAAa;QAChC,OAAO,KAAK,IAAI,kBAAU,IAAI,KAAK,IAAI,kBAAU,CAAC;IACtD,CAAC;IAEO,aAAa,CAAC,KAAa,EAAE,MAAc,EAAE,MAAe;QAChE,MAAM,SAAS,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC;QAEjC,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,SAAS,CAAC,IAAI,CAAC,MAAM,IAAI,CAAC,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE;YACrF,MAAM,IAAI,6BAAY,CAAC,mBAAmB,KAAK,EAAE,EAAE,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,mBAAmB,KAAK,EAAE,EAAE,GAAG,CAAC,CAAC;SAC9G;IACL,CAAC;CACJ,CAAA;yBAvCY,cAAc;IAD1B,IAAA,qBAAU,GAAE;GACA,cAAc,CAuC1B"}
@@ -1,13 +0,0 @@
1
- import { RopidDeparturesPresetsRopidGTFSStopsModel } from "../../../schema-definitions/jis/models/RopidDeparturesPresetsRopidGTFSStopsModel";
2
- import { ILogger } from "@golemio/core/dist/helpers";
3
- import { IDatabaseConnector } from "@golemio/core/dist/helpers/data-access/postgres/IDatabaseConnector";
4
- import { AbstractValidatableRepository } from "@golemio/core/dist/helpers/data-access/postgres/repositories/AbstractValidatableRepository";
5
- import { JSONSchemaValidator } from "@golemio/core/dist/shared/golemio-validator";
6
- import { ModelStatic } from "@golemio/core/dist/shared/sequelize";
7
- export declare class RopidDeparturesPresetsRopidGTFSStopsRepository extends AbstractValidatableRepository {
8
- validator: JSONSchemaValidator;
9
- schema: string;
10
- tableName: string;
11
- sequelizeModel: ModelStatic<RopidDeparturesPresetsRopidGTFSStopsModel>;
12
- constructor(connector: IDatabaseConnector, logger: ILogger);
13
- }
@@ -1,39 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- var __param = (this && this.__param) || function (paramIndex, decorator) {
12
- return function (target, key) { decorator(target, key, paramIndex); }
13
- };
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.RopidDeparturesPresetsRopidGTFSStopsRepository = void 0;
16
- const const_1 = require("../../../schema-definitions/const");
17
- const RopidDeparturesPresetsRopidGTFSStopsModel_1 = require("../../../schema-definitions/jis/models/RopidDeparturesPresetsRopidGTFSStopsModel");
18
- const AbstractValidatableRepository_1 = require("@golemio/core/dist/helpers/data-access/postgres/repositories/AbstractValidatableRepository");
19
- const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
20
- const golemio_validator_1 = require("@golemio/core/dist/shared/golemio-validator");
21
- const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
22
- let RopidDeparturesPresetsRopidGTFSStopsRepository = exports.RopidDeparturesPresetsRopidGTFSStopsRepository = class RopidDeparturesPresetsRopidGTFSStopsRepository extends AbstractValidatableRepository_1.AbstractValidatableRepository {
23
- constructor(connector, logger) {
24
- super(connector, logger);
25
- this.schema = const_1.PG_SCHEMA;
26
- this.tableName = RopidDeparturesPresetsRopidGTFSStopsModel_1.RopidDeparturesPresetsRopidGTFSStopsModel.tableName;
27
- this.validator = new golemio_validator_1.JSONSchemaValidator("RopidDeparturesPresetsRopidGTFSStopsRepository", RopidDeparturesPresetsRopidGTFSStopsModel_1.RopidDeparturesPresetsRopidGTFSStopsModel.jsonSchema);
28
- this.sequelizeModel = connector
29
- .getConnection()
30
- .define(this.tableName, RopidDeparturesPresetsRopidGTFSStopsModel_1.RopidDeparturesPresetsRopidGTFSStopsModel.attributeModel, { schema: this.schema });
31
- }
32
- };
33
- exports.RopidDeparturesPresetsRopidGTFSStopsRepository = RopidDeparturesPresetsRopidGTFSStopsRepository = __decorate([
34
- (0, tsyringe_1.injectable)(),
35
- __param(0, (0, tsyringe_1.inject)(CoreToken_1.CoreToken.PostgresConnector)),
36
- __param(1, (0, tsyringe_1.inject)(CoreToken_1.CoreToken.Logger)),
37
- __metadata("design:paramtypes", [Object, Object])
38
- ], RopidDeparturesPresetsRopidGTFSStopsRepository);
39
- //# sourceMappingURL=RopidDeparturesPresetsRopidGTFSStopsRepository.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RopidDeparturesPresetsRopidGTFSStopsRepository.js","sourceRoot":"","sources":["../../../../src/integration-engine/jis/repositories/RopidDeparturesPresetsRopidGTFSStopsRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,6DAAuC;AACvC,gJAAsH;AAGtH,8IAA2I;AAC3I,wEAAqE;AACrE,mFAAkF;AAElF,iEAAwE;AAGjE,IAAM,8CAA8C,4DAApD,MAAM,8CAA+C,SAAQ,6DAA6B;IAM7F,YAAiD,SAA6B,EAA4B,MAAe;QACrH,KAAK,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;QALtB,WAAM,GAAG,iBAAS,CAAC;QACnB,cAAS,GAAG,qFAAyC,CAAC,SAAS,CAAC;QAKnE,IAAI,CAAC,SAAS,GAAG,IAAI,uCAAmB,CACpC,gDAAgD,EAChD,qFAAyC,CAAC,UAAU,CACvD,CAAC;QACF,IAAI,CAAC,cAAc,GAAG,SAAS;aAC1B,aAAa,EAAE;aACf,MAAM,CAAC,IAAI,CAAC,SAAS,EAAE,qFAAyC,CAAC,cAAc,EAAE,EAAE,MAAM,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC;IACnH,CAAC;CACJ,CAAA;yDAhBY,8CAA8C;IAD1D,IAAA,qBAAU,GAAE;IAOI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,iBAAiB,CAAC,CAAA;IAAiC,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,MAAM,CAAC,CAAA;;GANhG,8CAA8C,CAgB1D"}
@@ -1,8 +0,0 @@
1
- /// <reference types="express" />
2
- import { RopidDeparturesPresetFacade } from "../../service/facade/RopidDeparturesPresetFacade";
3
- import { RequestHandler } from "@golemio/core/dist/shared/express";
4
- export declare class V3RopidDeparturesPresetController {
5
- private ropidDeparturesPresetFacade;
6
- constructor(ropidDeparturesPresetFacade: RopidDeparturesPresetFacade);
7
- getDeparturesPresets: RequestHandler;
8
- }
@@ -1,44 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- var __param = (this && this.__param) || function (paramIndex, decorator) {
12
- return function (target, key) { decorator(target, key, paramIndex); }
13
- };
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.V3RopidDeparturesPresetController = void 0;
16
- const OgPidToken_1 = require("../../ioc/OgPidToken");
17
- const RopidDeparturesPresetFacade_1 = require("../../service/facade/RopidDeparturesPresetFacade");
18
- const trace_provider_1 = require("@golemio/core/dist/monitoring/opentelemetry/trace-provider");
19
- const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
20
- let V3RopidDeparturesPresetController = exports.V3RopidDeparturesPresetController = class V3RopidDeparturesPresetController {
21
- constructor(ropidDeparturesPresetFacade) {
22
- this.ropidDeparturesPresetFacade = ropidDeparturesPresetFacade;
23
- this.getDeparturesPresets = async (_req, res, next) => {
24
- const span = (0, trace_provider_1.createChildSpan)("V3RopidDeparturesPresetController.getDeparturesPresets");
25
- try {
26
- const outputDto = await this.ropidDeparturesPresetFacade.getRopidDeparturesPreset();
27
- return res.status(200).send(outputDto);
28
- }
29
- catch (err) {
30
- span?.recordException(err);
31
- next(err);
32
- }
33
- finally {
34
- span?.end();
35
- }
36
- };
37
- }
38
- };
39
- exports.V3RopidDeparturesPresetController = V3RopidDeparturesPresetController = __decorate([
40
- (0, tsyringe_1.injectable)(),
41
- __param(0, (0, tsyringe_1.inject)(OgPidToken_1.OgPidToken.RopidDeparturesPresetFacade)),
42
- __metadata("design:paramtypes", [RopidDeparturesPresetFacade_1.RopidDeparturesPresetFacade])
43
- ], V3RopidDeparturesPresetController);
44
- //# sourceMappingURL=V3DeparturesPresetController.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"V3DeparturesPresetController.js","sourceRoot":"","sources":["../../../../../src/output-gateway/pid/controllers/v3/V3DeparturesPresetController.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,qDAAoD;AACpD,kGAAiG;AACjG,+FAA6F;AAE7F,iEAAwE;AAGjE,IAAM,iCAAiC,+CAAvC,MAAM,iCAAiC;IAC1C,YACoD,2BAAgE;QAAxD,gCAA2B,GAA3B,2BAA2B,CAA6B;QAG7G,yBAAoB,GAAmB,KAAK,EAAE,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,EAAE;YACpE,MAAM,IAAI,GAAG,IAAA,gCAAe,EAAC,wDAAwD,CAAC,CAAC;YAEvF,IAAI;gBACA,MAAM,SAAS,GAAG,MAAM,IAAI,CAAC,2BAA2B,CAAC,wBAAwB,EAAE,CAAC;gBACpF,OAAO,GAAG,CAAC,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;aAC1C;YAAC,OAAO,GAAG,EAAE;gBACV,IAAI,EAAE,eAAe,CAAC,GAAG,CAAC,CAAC;gBAC3B,IAAI,CAAC,GAAG,CAAC,CAAC;aACb;oBAAS;gBACN,IAAI,EAAE,GAAG,EAAE,CAAC;aACf;QACL,CAAC,CAAC;IAdC,CAAC;CAeP,CAAA;4CAlBY,iCAAiC;IAD7C,IAAA,qBAAU,GAAE;IAGJ,WAAA,IAAA,iBAAM,EAAC,uBAAU,CAAC,2BAA2B,CAAC,CAAA;qCAAsC,yDAA2B;GAF3G,iCAAiC,CAkB7C"}
@@ -1,14 +0,0 @@
1
- import { RopidDeparturesPresetsModel } from "../../../schema-definitions/ropid-departures-presets/models/RopidDeparturesPresetsModel";
2
- import { ILogger } from "@golemio/core/dist/helpers";
3
- import { IDatabaseConnector } from "@golemio/core/dist/helpers/data-access/postgres/IDatabaseConnector";
4
- import { AbstractBasicRepository } from "@golemio/core/dist/helpers/data-access/postgres/repositories/AbstractBasicRepository";
5
- import { ModelStatic } from "@golemio/core/dist/shared/sequelize";
6
- import { RopidDeparturesPresetsRopidGTFSStopsRepository } from "./RopidDeparturesPresetsRopidGTFSStopsRepository";
7
- export declare class RopidDeparturesPresetRepository extends AbstractBasicRepository {
8
- schema: string;
9
- tableName: string;
10
- sequelizeModel: ModelStatic<RopidDeparturesPresetsModel>;
11
- private gtfsStopRepository;
12
- constructor(connector: IDatabaseConnector, logger: ILogger, presetStopRepository: RopidDeparturesPresetsRopidGTFSStopsRepository);
13
- getAllWithStops(): Promise<RopidDeparturesPresetsModel[]>;
14
- }
@@ -1,82 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- var __param = (this && this.__param) || function (paramIndex, decorator) {
12
- return function (target, key) { decorator(target, key, paramIndex); }
13
- };
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.RopidDeparturesPresetRepository = void 0;
16
- const const_1 = require("../../../schema-definitions/const");
17
- const RopidDeparturesPresetsModel_1 = require("../../../schema-definitions/ropid-departures-presets/models/RopidDeparturesPresetsModel");
18
- const AbstractBasicRepository_1 = require("@golemio/core/dist/helpers/data-access/postgres/repositories/AbstractBasicRepository");
19
- const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
20
- const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
21
- const OgPidToken_1 = require("../ioc/OgPidToken");
22
- const RopidDeparturesPresetsRopidGTFSStopsRepository_1 = require("./RopidDeparturesPresetsRopidGTFSStopsRepository");
23
- const GTFSStopModel_1 = require("../../ropid-gtfs/models/GTFSStopModel");
24
- let RopidDeparturesPresetRepository = exports.RopidDeparturesPresetRepository = class RopidDeparturesPresetRepository extends AbstractBasicRepository_1.AbstractBasicRepository {
25
- constructor(connector, logger, presetStopRepository) {
26
- super(connector, logger);
27
- this.schema = const_1.PG_SCHEMA;
28
- this.tableName = RopidDeparturesPresetsModel_1.RopidDeparturesPresetsModel.tableName;
29
- this.sequelizeModel = connector
30
- .getConnection()
31
- .define(this.tableName, RopidDeparturesPresetsModel_1.RopidDeparturesPresetsModel.attributeModel, { schema: this.schema });
32
- this.gtfsStopRepository = new GTFSStopModel_1.GTFSStopModel();
33
- // associations
34
- this.sequelizeModel.belongsToMany(this.gtfsStopRepository.sequelizeModel, {
35
- through: presetStopRepository.sequelizeModel,
36
- foreignKey: "preset_id",
37
- otherKey: "stop_id",
38
- as: "stops",
39
- });
40
- this.gtfsStopRepository.sequelizeModel.belongsToMany(this.sequelizeModel, {
41
- through: presetStopRepository.sequelizeModel,
42
- foreignKey: "stop_id",
43
- otherKey: "preset_id",
44
- });
45
- presetStopRepository.sequelizeModel.belongsTo(this.sequelizeModel, {
46
- targetKey: "id",
47
- foreignKey: "preset_id",
48
- });
49
- presetStopRepository.sequelizeModel.belongsTo(this.gtfsStopRepository.sequelizeModel, {
50
- targetKey: "stop_id",
51
- foreignKey: "stop_id",
52
- });
53
- this.sequelizeModel.hasMany(presetStopRepository.sequelizeModel, {
54
- sourceKey: "id",
55
- foreignKey: "preset_id",
56
- });
57
- this.gtfsStopRepository.sequelizeModel.hasMany(presetStopRepository.sequelizeModel, {
58
- sourceKey: "stop_id",
59
- foreignKey: "stop_id",
60
- });
61
- }
62
- async getAllWithStops() {
63
- return await this.sequelizeModel.findAll({
64
- include: {
65
- model: this.gtfsStopRepository.sequelizeModel,
66
- as: "stops",
67
- attributes: ["stop_id"],
68
- through: { attributes: [] },
69
- required: true,
70
- },
71
- attributes: ["route_name", "note", "is_testing"],
72
- });
73
- }
74
- };
75
- exports.RopidDeparturesPresetRepository = RopidDeparturesPresetRepository = __decorate([
76
- (0, tsyringe_1.injectable)(),
77
- __param(0, (0, tsyringe_1.inject)(CoreToken_1.CoreToken.PostgresConnector)),
78
- __param(1, (0, tsyringe_1.inject)(CoreToken_1.CoreToken.Logger)),
79
- __param(2, (0, tsyringe_1.inject)(OgPidToken_1.OgPidToken.RopidDeparturesPresetsRopidGTFSStopsRepository)),
80
- __metadata("design:paramtypes", [Object, Object, RopidDeparturesPresetsRopidGTFSStopsRepository_1.RopidDeparturesPresetsRopidGTFSStopsRepository])
81
- ], RopidDeparturesPresetRepository);
82
- //# sourceMappingURL=RopidDeparturesPresetRepository.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RopidDeparturesPresetRepository.js","sourceRoot":"","sources":["../../../../src/output-gateway/pid/data-access/RopidDeparturesPresetRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,6DAAuC;AACvC,yIAA+G;AAG/G,kIAA+H;AAC/H,wEAAqE;AAErE,iEAAwE;AACxE,kDAA+C;AAC/C,qHAAkH;AAClH,yEAAoE;AAG7D,IAAM,+BAA+B,6CAArC,MAAM,+BAAgC,SAAQ,iDAAuB;IAMxE,YACyC,SAA6B,EACxC,MAAe,EAEzC,oBAAoE;QAEpE,KAAK,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;QAXtB,WAAM,GAAG,iBAAS,CAAC;QACnB,cAAS,GAAG,yDAA2B,CAAC,SAAS,CAAC;QAWrD,IAAI,CAAC,cAAc,GAAG,SAAS;aAC1B,aAAa,EAAE;aACf,MAAM,CAAC,IAAI,CAAC,SAAS,EAAE,yDAA2B,CAAC,cAAc,EAAE,EAAE,MAAM,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC;QAEjG,IAAI,CAAC,kBAAkB,GAAG,IAAI,6BAAa,EAAE,CAAC;QAC9C,eAAe;QACf,IAAI,CAAC,cAAc,CAAC,aAAa,CAAC,IAAI,CAAC,kBAAkB,CAAC,cAAc,EAAE;YACtE,OAAO,EAAE,oBAAoB,CAAC,cAAc;YAC5C,UAAU,EAAE,WAAW;YACvB,QAAQ,EAAE,SAAS;YACnB,EAAE,EAAE,OAAO;SACd,CAAC,CAAC;QACH,IAAI,CAAC,kBAAkB,CAAC,cAAc,CAAC,aAAa,CAAC,IAAI,CAAC,cAAc,EAAE;YACtE,OAAO,EAAE,oBAAoB,CAAC,cAAc;YAC5C,UAAU,EAAE,SAAS;YACrB,QAAQ,EAAE,WAAW;SACxB,CAAC,CAAC;QACH,oBAAoB,CAAC,cAAc,CAAC,SAAS,CAAC,IAAI,CAAC,cAAc,EAAE;YAC/D,SAAS,EAAE,IAAI;YACf,UAAU,EAAE,WAAW;SAC1B,CAAC,CAAC;QACH,oBAAoB,CAAC,cAAc,CAAC,SAAS,CAAC,IAAI,CAAC,kBAAkB,CAAC,cAAc,EAAE;YAClF,SAAS,EAAE,SAAS;YACpB,UAAU,EAAE,SAAS;SACxB,CAAC,CAAC;QACH,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,oBAAoB,CAAC,cAAc,EAAE;YAC7D,SAAS,EAAE,IAAI;YACf,UAAU,EAAE,WAAW;SAC1B,CAAC,CAAC;QACH,IAAI,CAAC,kBAAkB,CAAC,cAAc,CAAC,OAAO,CAAC,oBAAoB,CAAC,cAAc,EAAE;YAChF,SAAS,EAAE,SAAS;YACpB,UAAU,EAAE,SAAS;SACxB,CAAC,CAAC;IACP,CAAC;IAED,KAAK,CAAC,eAAe;QACjB,OAAO,MAAM,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC;YACrC,OAAO,EAAE;gBACL,KAAK,EAAE,IAAI,CAAC,kBAAkB,CAAC,cAAc;gBAC7C,EAAE,EAAE,OAAO;gBACX,UAAU,EAAE,CAAC,SAAS,CAAC;gBACvB,OAAO,EAAE,EAAE,UAAU,EAAE,EAAE,EAAE;gBAC3B,QAAQ,EAAE,IAAI;aACjB;YACD,UAAU,EAAE,CAAC,YAAY,EAAE,MAAM,EAAE,YAAY,CAAC;SACnD,CAAC,CAAC;IACP,CAAC;CACJ,CAAA;0CA5DY,+BAA+B;IAD3C,IAAA,qBAAU,GAAE;IAQJ,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,iBAAiB,CAAC,CAAA;IACnC,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,MAAM,CAAC,CAAA;IACxB,WAAA,IAAA,iBAAM,EAAC,uBAAU,CAAC,8CAA8C,CAAC,CAAA;qDAC5C,+FAA8C;GAV/D,+BAA+B,CA4D3C"}
@@ -1,13 +0,0 @@
1
- import { RopidDeparturesPresetsRopidGTFSStopsModel } from "../../../schema-definitions/jis/models/RopidDeparturesPresetsRopidGTFSStopsModel";
2
- import { ILogger } from "@golemio/core/dist/helpers";
3
- import { IDatabaseConnector } from "@golemio/core/dist/helpers/data-access/postgres/IDatabaseConnector";
4
- import { AbstractValidatableRepository } from "@golemio/core/dist/helpers/data-access/postgres/repositories/AbstractValidatableRepository";
5
- import { JSONSchemaValidator } from "@golemio/core/dist/shared/golemio-validator";
6
- import { ModelStatic } from "@golemio/core/dist/shared/sequelize";
7
- export declare class RopidDeparturesPresetsRopidGTFSStopsRepository extends AbstractValidatableRepository {
8
- validator: JSONSchemaValidator;
9
- schema: string;
10
- tableName: string;
11
- sequelizeModel: ModelStatic<RopidDeparturesPresetsRopidGTFSStopsModel>;
12
- constructor(connector: IDatabaseConnector, logger: ILogger);
13
- }
@@ -1,39 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- var __param = (this && this.__param) || function (paramIndex, decorator) {
12
- return function (target, key) { decorator(target, key, paramIndex); }
13
- };
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.RopidDeparturesPresetsRopidGTFSStopsRepository = void 0;
16
- const const_1 = require("../../../schema-definitions/const");
17
- const RopidDeparturesPresetsRopidGTFSStopsModel_1 = require("../../../schema-definitions/jis/models/RopidDeparturesPresetsRopidGTFSStopsModel");
18
- const AbstractValidatableRepository_1 = require("@golemio/core/dist/helpers/data-access/postgres/repositories/AbstractValidatableRepository");
19
- const CoreToken_1 = require("@golemio/core/dist/helpers/ioc/CoreToken");
20
- const golemio_validator_1 = require("@golemio/core/dist/shared/golemio-validator");
21
- const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
22
- let RopidDeparturesPresetsRopidGTFSStopsRepository = exports.RopidDeparturesPresetsRopidGTFSStopsRepository = class RopidDeparturesPresetsRopidGTFSStopsRepository extends AbstractValidatableRepository_1.AbstractValidatableRepository {
23
- constructor(connector, logger) {
24
- super(connector, logger);
25
- this.schema = const_1.PG_SCHEMA;
26
- this.tableName = RopidDeparturesPresetsRopidGTFSStopsModel_1.RopidDeparturesPresetsRopidGTFSStopsModel.tableName;
27
- this.validator = new golemio_validator_1.JSONSchemaValidator("RopidDeparturesPresetsRopidGTFSStopsRepository", RopidDeparturesPresetsRopidGTFSStopsModel_1.RopidDeparturesPresetsRopidGTFSStopsModel.jsonSchema);
28
- this.sequelizeModel = connector
29
- .getConnection()
30
- .define(this.tableName, RopidDeparturesPresetsRopidGTFSStopsModel_1.RopidDeparturesPresetsRopidGTFSStopsModel.attributeModel, { schema: this.schema });
31
- }
32
- };
33
- exports.RopidDeparturesPresetsRopidGTFSStopsRepository = RopidDeparturesPresetsRopidGTFSStopsRepository = __decorate([
34
- (0, tsyringe_1.injectable)(),
35
- __param(0, (0, tsyringe_1.inject)(CoreToken_1.CoreToken.PostgresConnector)),
36
- __param(1, (0, tsyringe_1.inject)(CoreToken_1.CoreToken.Logger)),
37
- __metadata("design:paramtypes", [Object, Object])
38
- ], RopidDeparturesPresetsRopidGTFSStopsRepository);
39
- //# sourceMappingURL=RopidDeparturesPresetsRopidGTFSStopsRepository.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RopidDeparturesPresetsRopidGTFSStopsRepository.js","sourceRoot":"","sources":["../../../../src/output-gateway/pid/data-access/RopidDeparturesPresetsRopidGTFSStopsRepository.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,6DAAuC;AACvC,gJAAsH;AAGtH,8IAA2I;AAC3I,wEAAqE;AACrE,mFAAkF;AAElF,iEAAwE;AAGjE,IAAM,8CAA8C,4DAApD,MAAM,8CAA+C,SAAQ,6DAA6B;IAM7F,YAAiD,SAA6B,EAA4B,MAAe;QACrH,KAAK,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;QALtB,WAAM,GAAG,iBAAS,CAAC;QACnB,cAAS,GAAG,qFAAyC,CAAC,SAAS,CAAC;QAKnE,IAAI,CAAC,SAAS,GAAG,IAAI,uCAAmB,CACpC,gDAAgD,EAChD,qFAAyC,CAAC,UAAU,CACvD,CAAC;QACF,IAAI,CAAC,cAAc,GAAG,SAAS;aAC1B,aAAa,EAAE;aACf,MAAM,CAAC,IAAI,CAAC,SAAS,EAAE,qFAAyC,CAAC,cAAc,EAAE,EAAE,MAAM,EAAE,IAAI,CAAC,MAAM,EAAE,CAAC,CAAC;IACnH,CAAC;CACJ,CAAA;yDAhBY,8CAA8C;IAD1D,IAAA,qBAAU,GAAE;IAOI,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,iBAAiB,CAAC,CAAA;IAAiC,WAAA,IAAA,iBAAM,EAAC,qBAAS,CAAC,MAAM,CAAC,CAAA;;GANhG,8CAA8C,CAgB1D"}
@@ -1,6 +0,0 @@
1
- export interface IDeparturesPresetOutputDto {
2
- route_name: string;
3
- note: string;
4
- is_testing: boolean;
5
- stops: string[] | [];
6
- }
@@ -1,3 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- //# sourceMappingURL=DeparturesPresetInterfaces.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DeparturesPresetInterfaces.js","sourceRoot":"","sources":["../../../../src/output-gateway/pid/domain/DeparturesPresetInterfaces.ts"],"names":[],"mappings":""}
@@ -1,9 +0,0 @@
1
- import { RopidDeparturesPresetRepository } from "../../data-access/RopidDeparturesPresetRepository";
2
- import { RopidDeparturesPresetTransformation } from "../transformations/RopidDeparturesPresetTransformation";
3
- import { IDeparturesPresetOutputDto } from "../../domain/DeparturesPresetInterfaces";
4
- export declare class RopidDeparturesPresetFacade {
5
- private ropidDeparturesPresetRepository;
6
- private ropidDeparturesPresetTransformation;
7
- constructor(ropidDeparturesPresetRepository: RopidDeparturesPresetRepository, ropidDeparturesPresetTransformation: RopidDeparturesPresetTransformation);
8
- getRopidDeparturesPreset(): Promise<IDeparturesPresetOutputDto[]>;
9
- }
@@ -1,37 +0,0 @@
1
- "use strict";
2
- var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
3
- var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
4
- if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
5
- else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
6
- return c > 3 && r && Object.defineProperty(target, key, r), r;
7
- };
8
- var __metadata = (this && this.__metadata) || function (k, v) {
9
- if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
10
- };
11
- var __param = (this && this.__param) || function (paramIndex, decorator) {
12
- return function (target, key) { decorator(target, key, paramIndex); }
13
- };
14
- Object.defineProperty(exports, "__esModule", { value: true });
15
- exports.RopidDeparturesPresetFacade = void 0;
16
- const RopidDeparturesPresetRepository_1 = require("../../data-access/RopidDeparturesPresetRepository");
17
- const OgPidToken_1 = require("../../ioc/OgPidToken");
18
- const tsyringe_1 = require("@golemio/core/dist/shared/tsyringe");
19
- const RopidDeparturesPresetTransformation_1 = require("../transformations/RopidDeparturesPresetTransformation");
20
- let RopidDeparturesPresetFacade = exports.RopidDeparturesPresetFacade = class RopidDeparturesPresetFacade {
21
- constructor(ropidDeparturesPresetRepository, ropidDeparturesPresetTransformation) {
22
- this.ropidDeparturesPresetRepository = ropidDeparturesPresetRepository;
23
- this.ropidDeparturesPresetTransformation = ropidDeparturesPresetTransformation;
24
- }
25
- async getRopidDeparturesPreset() {
26
- const presets = await this.ropidDeparturesPresetRepository.getAllWithStops();
27
- return this.ropidDeparturesPresetTransformation.transformArray(presets);
28
- }
29
- };
30
- exports.RopidDeparturesPresetFacade = RopidDeparturesPresetFacade = __decorate([
31
- (0, tsyringe_1.injectable)(),
32
- __param(0, (0, tsyringe_1.inject)(OgPidToken_1.OgPidToken.RopidDeparturesPresetRepository)),
33
- __param(1, (0, tsyringe_1.inject)(OgPidToken_1.OgPidToken.RopidDeparturesPresetTransformation)),
34
- __metadata("design:paramtypes", [RopidDeparturesPresetRepository_1.RopidDeparturesPresetRepository,
35
- RopidDeparturesPresetTransformation_1.RopidDeparturesPresetTransformation])
36
- ], RopidDeparturesPresetFacade);
37
- //# sourceMappingURL=RopidDeparturesPresetFacade.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"RopidDeparturesPresetFacade.js","sourceRoot":"","sources":["../../../../../src/output-gateway/pid/service/facade/RopidDeparturesPresetFacade.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;AAAA,uGAAsG;AACtG,qDAAoD;AACpD,iEAAwE;AACxE,gHAA6G;AAItG,IAAM,2BAA2B,yCAAjC,MAAM,2BAA2B;IACpC,YAEY,+BAAgE,EAEhE,mCAAwE;QAFxE,oCAA+B,GAA/B,+BAA+B,CAAiC;QAEhE,wCAAmC,GAAnC,mCAAmC,CAAqC;IACjF,CAAC;IAEJ,KAAK,CAAC,wBAAwB;QAC1B,MAAM,OAAO,GAAG,MAAM,IAAI,CAAC,+BAA+B,CAAC,eAAe,EAAE,CAAC;QAE7E,OAAO,IAAI,CAAC,mCAAmC,CAAC,cAAc,CAAC,OAAO,CAAC,CAAC;IAC5E,CAAC;CACJ,CAAA;sCAbY,2BAA2B;IADvC,IAAA,qBAAU,GAAE;IAGJ,WAAA,IAAA,iBAAM,EAAC,uBAAU,CAAC,+BAA+B,CAAC,CAAA;IAElD,WAAA,IAAA,iBAAM,EAAC,uBAAU,CAAC,mCAAmC,CAAC,CAAA;qCADd,iEAA+B;QAE3B,yEAAmC;GAL3E,2BAA2B,CAavC"}
@@ -1,7 +0,0 @@
1
- import { AbstractTransformation } from "@golemio/core/dist/helpers/transformation/AbstractTransformation";
2
- import { IDeparturesPresetOutputDto } from "../../domain/DeparturesPresetInterfaces";
3
- import { RopidDeparturesPresetsModel } from "../../../../schema-definitions/ropid-departures-presets/models/RopidDeparturesPresetsModel";
4
- export declare class RopidDeparturesPresetTransformation extends AbstractTransformation<RopidDeparturesPresetsModel, IDeparturesPresetOutputDto> {
5
- name: string;
6
- protected transformInternal: (preset: RopidDeparturesPresetsModel) => IDeparturesPresetOutputDto;
7
- }