ojp-shared-types 0.0.19 → 0.0.21
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 +8 -2
- package/dist/index.d.cts +1020 -134
- package/dist/index.d.ts +1020 -134
- package/dist/index.js +8 -2
- 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.21";
|
|
30
30
|
|
|
31
31
|
// src/types/openapi-dependencies.ts
|
|
32
32
|
var MapNS_Tags = {
|
|
@@ -133,9 +133,15 @@ var MapArrayTags = {
|
|
|
133
133
|
"legIntermediate.expectedDepartureOccupancy": true,
|
|
134
134
|
"legAlight.expectedDepartureOccupancy": true,
|
|
135
135
|
// LIR Response
|
|
136
|
-
"pointOfInterest.pointOfInterestCategory": true,
|
|
137
136
|
"place.mode": true,
|
|
138
137
|
"OJPLocationInformationDelivery.placeResult": true,
|
|
138
|
+
// OJP 1.0
|
|
139
|
+
"OJPLocationInformationDelivery.location": true,
|
|
140
|
+
// LIR Response POI
|
|
141
|
+
"pointOfInterest.pointOfInterestCategory": true,
|
|
142
|
+
"pointOfInterestCategory.osmTag": true,
|
|
143
|
+
"pointOfInterestCategory.pointOfInterestClassification": true,
|
|
144
|
+
"pOIAdditionalInformation.pOIAdditionalInformation": true,
|
|
139
145
|
// SER Response
|
|
140
146
|
"stopEvent.previousCall": true,
|
|
141
147
|
"stopEvent.onwardCall": true,
|