ojp-shared-types 0.0.20 → 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/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/constants.ts
2
- var VERSION = "0.0.20";
2
+ var VERSION = "0.0.21";
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,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ojp-shared-types",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "Shared types for OJP models based on OpenAPI / XSD Schema",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",