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/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/constants.ts
2
- var VERSION = "0.0.16";
2
+ var VERSION = "0.0.18";
3
3
 
4
4
  // src/types/openapi-dependencies.ts
5
5
  var MapNS_Tags = {
@@ -69,6 +69,7 @@ var MapNS_Tags = {
69
69
  // TR Request
70
70
  "GeoPosition.Longitude": "siri",
71
71
  "GeoPosition.Latitude": "siri",
72
+ "Line.LineRef": "siri",
72
73
  // SER Request
73
74
  "OJPStopEventRequest.RequestTimestamp": "siri",
74
75
  "PlaceRef.StopPointRef": "siri"
@@ -91,9 +92,11 @@ var MapArrayTags = {
91
92
  // Service
92
93
  "service.attribute": true,
93
94
  // TR Response
95
+ "OJPTripDelivery.tripResult": true,
94
96
  "trip.leg": true,
95
97
  "timedLeg.legIntermediate": true,
96
98
  "legTrack.trackSection": true,
99
+ "pathGuidance.pathGuidanceSection": true,
97
100
  // TR Response, ExpectedDepartureOccupancy
98
101
  "legBoard.expectedDepartureOccupancy": true,
99
102
  "legIntermediate.expectedDepartureOccupancy": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ojp-shared-types",
3
- "version": "0.0.16",
3
+ "version": "0.0.18",
4
4
  "description": "Shared types for OJP models based on OpenAPI / XSD Schema",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",