ojp-shared-types 0.0.17 → 0.0.19

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.19"
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.19";
30
30
 
31
31
  // src/types/openapi-dependencies.ts
32
32
  var MapNS_Tags = {
@@ -116,12 +116,18 @@ var MapArrayTags = {
116
116
  "textualContent.recommendationContent": true,
117
117
  "textualContent.remarkContent": true,
118
118
  "textualContent.infoLink": true,
119
+ "itModeAndModeOfOperation.personalModeOfOperation": true,
119
120
  // Service
120
121
  "service.attribute": true,
122
+ // TR Request
123
+ "origin.individualTransportOption": true,
124
+ "destination.individualTransportOption": true,
121
125
  // TR Response
126
+ "OJPTripDelivery.tripResult": true,
122
127
  "trip.leg": true,
123
128
  "timedLeg.legIntermediate": true,
124
129
  "legTrack.trackSection": true,
130
+ "pathGuidance.pathGuidanceSection": true,
125
131
  // TR Response, ExpectedDepartureOccupancy
126
132
  "legBoard.expectedDepartureOccupancy": true,
127
133
  "legIntermediate.expectedDepartureOccupancy": true,