ojp-shared-types 0.0.17 → 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.17";
2
+ var VERSION = "0.0.18";
3
3
 
4
4
  // src/types/openapi-dependencies.ts
5
5
  var MapNS_Tags = {
@@ -92,9 +92,11 @@ var MapArrayTags = {
92
92
  // Service
93
93
  "service.attribute": true,
94
94
  // TR Response
95
+ "OJPTripDelivery.tripResult": true,
95
96
  "trip.leg": true,
96
97
  "timedLeg.legIntermediate": true,
97
98
  "legTrack.trackSection": true,
99
+ "pathGuidance.pathGuidanceSection": true,
98
100
  // TR Response, ExpectedDepartureOccupancy
99
101
  "legBoard.expectedDepartureOccupancy": true,
100
102
  "legIntermediate.expectedDepartureOccupancy": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ojp-shared-types",
3
- "version": "0.0.17",
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",