ojp-shared-types 0.0.16 → 0.0.18

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.
package/README.md CHANGED
@@ -14,7 +14,7 @@ Notes
14
14
  - include the `ojp-shared-types` package in the `./package.json` dependencies of the project
15
15
  ```
16
16
  "dependencies": {
17
- "ojp-shared-types": "0.0.16"
17
+ "ojp-shared-types": "0.0.18"
18
18
  }
19
19
  ```
20
20
 
package/dist/index.cjs CHANGED
@@ -26,7 +26,7 @@ __export(index_exports, {
26
26
  module.exports = __toCommonJS(index_exports);
27
27
 
28
28
  // src/constants.ts
29
- var VERSION = "0.0.16";
29
+ var VERSION = "0.0.18";
30
30
 
31
31
  // src/types/openapi-dependencies.ts
32
32
  var MapNS_Tags = {
@@ -96,6 +96,7 @@ var MapNS_Tags = {
96
96
  // TR Request
97
97
  "GeoPosition.Longitude": "siri",
98
98
  "GeoPosition.Latitude": "siri",
99
+ "Line.LineRef": "siri",
99
100
  // SER Request
100
101
  "OJPStopEventRequest.RequestTimestamp": "siri",
101
102
  "PlaceRef.StopPointRef": "siri"
@@ -118,9 +119,11 @@ var MapArrayTags = {
118
119
  // Service
119
120
  "service.attribute": true,
120
121
  // TR Response
122
+ "OJPTripDelivery.tripResult": true,
121
123
  "trip.leg": true,
122
124
  "timedLeg.legIntermediate": true,
123
125
  "legTrack.trackSection": true,
126
+ "pathGuidance.pathGuidanceSection": true,
124
127
  // TR Response, ExpectedDepartureOccupancy
125
128
  "legBoard.expectedDepartureOccupancy": true,
126
129
  "legIntermediate.expectedDepartureOccupancy": true,