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/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/constants.ts
2
- var VERSION = "0.0.17";
2
+ var VERSION = "0.0.19";
3
3
 
4
4
  // src/types/openapi-dependencies.ts
5
5
  var MapNS_Tags = {
@@ -89,12 +89,18 @@ var MapArrayTags = {
89
89
  "textualContent.recommendationContent": true,
90
90
  "textualContent.remarkContent": true,
91
91
  "textualContent.infoLink": true,
92
+ "itModeAndModeOfOperation.personalModeOfOperation": true,
92
93
  // Service
93
94
  "service.attribute": true,
95
+ // TR Request
96
+ "origin.individualTransportOption": true,
97
+ "destination.individualTransportOption": true,
94
98
  // TR Response
99
+ "OJPTripDelivery.tripResult": true,
95
100
  "trip.leg": true,
96
101
  "timedLeg.legIntermediate": true,
97
102
  "legTrack.trackSection": true,
103
+ "pathGuidance.pathGuidanceSection": true,
98
104
  // TR Response, ExpectedDepartureOccupancy
99
105
  "legBoard.expectedDepartureOccupancy": true,
100
106
  "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.19",
4
4
  "description": "Shared types for OJP models based on OpenAPI / XSD Schema",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",