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 +1 -1
- package/dist/index.cjs +2 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
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.
|
|
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
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/constants.ts
|
|
2
|
-
var VERSION = "0.0.
|
|
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,
|