@golemio/pid 2.16.1-dev.1410114135 → 2.16.1-dev.1410154117

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.
@@ -6,7 +6,7 @@ class RawQueryProvider {
6
6
  static getFindGtfsCommonTripsQuery() {
7
7
  /* eslint-disable max-len */
8
8
  return `
9
- set local search_path TO ${const_1.PG_SCHEMA};
9
+ set local search_path to ${const_1.PG_SCHEMA};
10
10
  with trip_schedule as (
11
11
  select
12
12
  block_id,
@@ -38,6 +38,10 @@ class RawQueryProvider {
38
38
  shape_id as gtfs_shape_id,
39
39
  min_stop_time::varchar as min_stop_time,
40
40
  max_stop_time::varchar as max_stop_time,
41
+ block_id as gtfs_block_id,
42
+ trip_short_name as gtfs_trip_short_name,
43
+ route_type as gtfs_route_type,
44
+ trip_number as cis_trip_number,
41
45
  run_number as internal_run_number,
42
46
  origin_route_name as internal_route_name
43
47
  from
@@ -1 +1 @@
1
- {"version":3,"file":"RawQueryProvider.js","sourceRoot":"","sources":["../../../../../src/integration-engine/ropid-gtfs/data-access/helpers/RawQueryProvider.ts"],"names":[],"mappings":";;;AAAA,gEAAuC;AAEvC,MAAa,gBAAgB;IAClB,MAAM,CAAC,2BAA2B;QACrC,4BAA4B;QAC5B,OAAO;uCACwB,iBAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SA2CvC,CAAC;QACF,2BAA2B;IAC/B,CAAC;CACJ;AAlDD,4CAkDC"}
1
+ {"version":3,"file":"RawQueryProvider.js","sourceRoot":"","sources":["../../../../../src/integration-engine/ropid-gtfs/data-access/helpers/RawQueryProvider.ts"],"names":[],"mappings":";;;AAAA,gEAAuC;AAEvC,MAAa,gBAAgB;IAClB,MAAM,CAAC,2BAA2B;QACrC,4BAA4B;QAC5B,OAAO;uCACwB,iBAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SA+CvC,CAAC;QACF,2BAA2B;IAC/B,CAAC;CACJ;AAtDD,4CAsDC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@golemio/pid",
3
- "version": "2.16.1-dev.1410114135",
3
+ "version": "2.16.1-dev.1410154117",
4
4
  "description": "Golemio PID Module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",