ojp-shared-types 0.0.12 → 0.0.14

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.12";
2
+ var VERSION = "0.0.14";
3
3
 
4
4
  // src/types/openapi-dependencies.ts
5
5
  var MapNS_Tags = {
@@ -45,6 +45,12 @@ var MapNS_Tags = {
45
45
  "Position.Longitude": "siri",
46
46
  "LegStart.StopPointRef": "siri",
47
47
  "LegEnd.StopPointRef": "siri",
48
+ // ExpectedDepartureOccupancy
49
+ "LegBoard.ExpectedDepartureOccupancy": "siri",
50
+ "LegAlight.ExpectedDepartureOccupancy": "siri",
51
+ "LegIntermediate.ExpectedDepartureOccupancy": "siri",
52
+ "ExpectedDepartureOccupancy.FareClass": "siri",
53
+ "ExpectedDepartureOccupancy.OccupancyLevel": "siri",
48
54
  // LIR Request
49
55
  "OJPLocationInformationRequest.RequestTimestamp": "siri",
50
56
  "UpperLeft.Longitude": "siri",
@@ -79,6 +85,10 @@ var MapArrayTags = {
79
85
  "trip.leg": true,
80
86
  "timedLeg.legIntermediate": true,
81
87
  "legTrack.trackSection": true,
88
+ // TR Response, ExpectedDepartureOccupancy
89
+ "legBoard.expectedDepartureOccupancy": true,
90
+ "legIntermediate.expectedDepartureOccupancy": true,
91
+ "legAlight.expectedDepartureOccupancy": true,
82
92
  // LIR Response
83
93
  "pointOfInterest.pointOfInterestCategory": true,
84
94
  "place.mode": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ojp-shared-types",
3
- "version": "0.0.12",
3
+ "version": "0.0.14",
4
4
  "description": "Shared types for OJP models based on OpenAPI / XSD Schema",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",