ojp-shared-types 0.0.11 → 0.0.13

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.11";
2
+ var VERSION = "0.0.13";
3
3
 
4
4
  // src/types/openapi-dependencies.ts
5
5
  var MapNS_Tags = {
@@ -106,7 +106,8 @@ var MapModelKeepPropertiesXML = {
106
106
  "geoPosition": ["longitude", "latitude"]
107
107
  };
108
108
  var MapStringValues = {
109
- "stopPlace.stopPlaceRef": true
109
+ "stopPlace.stopPlaceRef": true,
110
+ "publishedServiceName.text": true
110
111
  };
111
112
  var OpenAPI_Dependencies = {
112
113
  MapNS_Tags,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ojp-shared-types",
3
- "version": "0.0.11",
3
+ "version": "0.0.13",
4
4
  "description": "Shared types for OJP models based on OpenAPI / XSD Schema",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",