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 +1 -1
- package/dist/index.cjs +4 -2
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +4 -2
- 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.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
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.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"],
|