ojp-shared-types 0.0.14 → 0.0.15

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.14"
17
+ "ojp-shared-types": "0.0.15"
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.14";
29
+ var VERSION = "0.0.15";
30
30
 
31
31
  // src/types/openapi-dependencies.ts
32
32
  var MapNS_Tags = {
@@ -132,7 +132,9 @@ var MapArrayTags = {
132
132
  "OJPTripInfoDelivery.tripInfoResult": true,
133
133
  "tripInfoResult.previousCall": true,
134
134
  "tripInfoResult.onwardCall": true,
135
- "journeyTrack.trackSection": true
135
+ "journeyTrack.trackSection": true,
136
+ // TripRefineResult
137
+ "OJPTripRefineDelivery.tripResult": true
136
138
  };
137
139
  var MapModelKeepPropertiesXML = {
138
140
  "OJPLocationInformationRequest": ["requestTimestamp", "initialInput", "placeRef", "restrictions"],
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- declare const VERSION = "0.0.14";
1
+ declare const VERSION = "0.0.15";
2
2
 
3
3
  interface components$f {
4
4
  schemas: {
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- declare const VERSION = "0.0.14";
1
+ declare const VERSION = "0.0.15";
2
2
 
3
3
  interface components$f {
4
4
  schemas: {
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/constants.ts
2
- var VERSION = "0.0.14";
2
+ var VERSION = "0.0.15";
3
3
 
4
4
  // src/types/openapi-dependencies.ts
5
5
  var MapNS_Tags = {
@@ -105,7 +105,9 @@ var MapArrayTags = {
105
105
  "OJPTripInfoDelivery.tripInfoResult": true,
106
106
  "tripInfoResult.previousCall": true,
107
107
  "tripInfoResult.onwardCall": true,
108
- "journeyTrack.trackSection": true
108
+ "journeyTrack.trackSection": true,
109
+ // TripRefineResult
110
+ "OJPTripRefineDelivery.tripResult": true
109
111
  };
110
112
  var MapModelKeepPropertiesXML = {
111
113
  "OJPLocationInformationRequest": ["requestTimestamp", "initialInput", "placeRef", "restrictions"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ojp-shared-types",
3
- "version": "0.0.14",
3
+ "version": "0.0.15",
4
4
  "description": "Shared types for OJP models based on OpenAPI / XSD Schema",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",