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/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.20"
17
+ "ojp-shared-types": "0.0.21"
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.20";
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,