ojp-shared-types 0.0.13 → 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/README.md +1 -1
- package/dist/index.cjs +11 -1
- package/dist/index.d.cts +487 -1
- package/dist/index.d.ts +487 -1
- package/dist/index.js +11 -1
- package/package.json +1 -1
package/README.md
CHANGED
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.
|
|
29
|
+
var VERSION = "0.0.14";
|
|
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,
|