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/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.17"
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.17";
29
+ var VERSION = "0.0.18";
30
30
 
31
31
  // src/types/openapi-dependencies.ts
32
32
  var MapNS_Tags = {
@@ -119,9 +119,11 @@ var MapArrayTags = {
119
119
  // Service
120
120
  "service.attribute": true,
121
121
  // TR Response
122
+ "OJPTripDelivery.tripResult": true,
122
123
  "trip.leg": true,
123
124
  "timedLeg.legIntermediate": true,
124
125
  "legTrack.trackSection": true,
126
+ "pathGuidance.pathGuidanceSection": true,
125
127
  // TR Response, ExpectedDepartureOccupancy
126
128
  "legBoard.expectedDepartureOccupancy": true,
127
129
  "legIntermediate.expectedDepartureOccupancy": true,