ojp-shared-types 0.0.9 → 0.0.10

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.9"
17
+ "ojp-shared-types": "0.0.10"
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.9";
29
+ var VERSION = "0.0.10";
30
30
 
31
31
  // src/types/openapi-dependencies.ts
32
32
  var MapNS_Tags = {
@@ -114,6 +114,7 @@ var MapArrayTags = {
114
114
  "stopEvent.previousCall": true,
115
115
  "stopEvent.onwardCall": true,
116
116
  // Fare Response
117
+ "OJPFareDelivery.fareResult": true,
117
118
  "fareResult.tripFareResult": true,
118
119
  // TODO - this is not in the current schema (v2)
119
120
  "tripFareResult.fareProduct": true,
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- declare const VERSION = "0.0.9";
1
+ declare const VERSION = "0.0.10";
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.9";
1
+ declare const VERSION = "0.0.10";
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.9";
2
+ var VERSION = "0.0.10";
3
3
 
4
4
  // src/types/openapi-dependencies.ts
5
5
  var MapNS_Tags = {
@@ -87,6 +87,7 @@ var MapArrayTags = {
87
87
  "stopEvent.previousCall": true,
88
88
  "stopEvent.onwardCall": true,
89
89
  // Fare Response
90
+ "OJPFareDelivery.fareResult": true,
90
91
  "fareResult.tripFareResult": true,
91
92
  // TODO - this is not in the current schema (v2)
92
93
  "tripFareResult.fareProduct": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ojp-shared-types",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "Shared types for OJP models based on OpenAPI / XSD Schema",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",