ojp-shared-types 0.0.5 → 0.0.7

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.5";
2
+ var VERSION = "0.0.7";
3
3
 
4
4
  // src/types/openapi-dependencies.ts
5
5
  var MapNS_Tags = {
@@ -61,8 +61,18 @@ var MapNS_Tags = {
61
61
  var MapArrayTags = {
62
62
  // Shared
63
63
  "places.place": true,
64
- "situations.ptSituation": true,
65
64
  "linkProjection.position": true,
65
+ "situationFullRefs.situationFullRef": true,
66
+ "situations.ptSituation": true,
67
+ "ptSituation.validityPeriod": true,
68
+ "publishingActions.publishingAction": true,
69
+ "publishingAction.passengerInformationAction": true,
70
+ "passengerInformationAction.textualContent": true,
71
+ "textualContent.descriptionContent": true,
72
+ "textualContent.consequenceContent": true,
73
+ "textualContent.recommendationContent": true,
74
+ "textualContent.remarkContent": true,
75
+ "textualContent.infoLink": true,
66
76
  // Service
67
77
  "service.attribute": true,
68
78
  // TR Response
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ojp-shared-types",
3
- "version": "0.0.5",
3
+ "version": "0.0.7",
4
4
  "description": "Shared types for OJP models based on OpenAPI / XSD Schema",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",