ojp-shared-types 0.0.13 → 0.0.15

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.13"
17
+ "ojp-shared-types": "0.0.15"
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.13";
29
+ var VERSION = "0.0.15";
30
30
 
31
31
  // src/types/openapi-dependencies.ts
32
32
  var MapNS_Tags = {
@@ -72,6 +72,12 @@ var MapNS_Tags = {
72
72
  "Position.Longitude": "siri",
73
73
  "LegStart.StopPointRef": "siri",
74
74
  "LegEnd.StopPointRef": "siri",
75
+ // ExpectedDepartureOccupancy
76
+ "LegBoard.ExpectedDepartureOccupancy": "siri",
77
+ "LegAlight.ExpectedDepartureOccupancy": "siri",
78
+ "LegIntermediate.ExpectedDepartureOccupancy": "siri",
79
+ "ExpectedDepartureOccupancy.FareClass": "siri",
80
+ "ExpectedDepartureOccupancy.OccupancyLevel": "siri",
75
81
  // LIR Request
76
82
  "OJPLocationInformationRequest.RequestTimestamp": "siri",
77
83
  "UpperLeft.Longitude": "siri",
@@ -106,6 +112,10 @@ var MapArrayTags = {
106
112
  "trip.leg": true,
107
113
  "timedLeg.legIntermediate": true,
108
114
  "legTrack.trackSection": true,
115
+ // TR Response, ExpectedDepartureOccupancy
116
+ "legBoard.expectedDepartureOccupancy": true,
117
+ "legIntermediate.expectedDepartureOccupancy": true,
118
+ "legAlight.expectedDepartureOccupancy": true,
109
119
  // LIR Response
110
120
  "pointOfInterest.pointOfInterestCategory": true,
111
121
  "place.mode": true,
@@ -122,7 +132,9 @@ var MapArrayTags = {
122
132
  "OJPTripInfoDelivery.tripInfoResult": true,
123
133
  "tripInfoResult.previousCall": true,
124
134
  "tripInfoResult.onwardCall": true,
125
- "journeyTrack.trackSection": true
135
+ "journeyTrack.trackSection": true,
136
+ // TripRefineResult
137
+ "OJPTripRefineDelivery.tripResult": true
126
138
  };
127
139
  var MapModelKeepPropertiesXML = {
128
140
  "OJPLocationInformationRequest": ["requestTimestamp", "initialInput", "placeRef", "restrictions"],