ojp-shared-types 0.0.20 → 0.0.22
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 +2 -2
- package/dist/index.cjs +8 -2
- package/dist/index.d.cts +1021 -135
- package/dist/index.d.ts +1021 -135
- package/dist/index.js +8 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/constants.ts
|
|
2
|
-
var VERSION = "0.0.
|
|
2
|
+
var VERSION = "0.0.22";
|
|
3
3
|
|
|
4
4
|
// src/types/openapi-dependencies.ts
|
|
5
5
|
var MapNS_Tags = {
|
|
@@ -106,9 +106,15 @@ var MapArrayTags = {
|
|
|
106
106
|
"legIntermediate.expectedDepartureOccupancy": true,
|
|
107
107
|
"legAlight.expectedDepartureOccupancy": true,
|
|
108
108
|
// LIR Response
|
|
109
|
-
"pointOfInterest.pointOfInterestCategory": true,
|
|
110
109
|
"place.mode": true,
|
|
111
110
|
"OJPLocationInformationDelivery.placeResult": true,
|
|
111
|
+
// OJP 1.0
|
|
112
|
+
"OJPLocationInformationDelivery.location": true,
|
|
113
|
+
// LIR Response POI
|
|
114
|
+
"pointOfInterest.pointOfInterestCategory": true,
|
|
115
|
+
"pointOfInterestCategory.osmTag": true,
|
|
116
|
+
"pointOfInterestCategory.pointOfInterestClassification": true,
|
|
117
|
+
"pOIAdditionalInformation.pOIAdditionalInformation": true,
|
|
112
118
|
// SER Response
|
|
113
119
|
"stopEvent.previousCall": true,
|
|
114
120
|
"stopEvent.onwardCall": true,
|