ojp-shared-types 0.0.17 → 0.0.18
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 +3 -1
- package/dist/index.d.cts +2255 -19
- package/dist/index.d.ts +2255 -19
- package/dist/index.js +3 -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.18";
|
|
30
30
|
|
|
31
31
|
// src/types/openapi-dependencies.ts
|
|
32
32
|
var MapNS_Tags = {
|
|
@@ -119,9 +119,11 @@ var MapArrayTags = {
|
|
|
119
119
|
// Service
|
|
120
120
|
"service.attribute": true,
|
|
121
121
|
// TR Response
|
|
122
|
+
"OJPTripDelivery.tripResult": true,
|
|
122
123
|
"trip.leg": true,
|
|
123
124
|
"timedLeg.legIntermediate": true,
|
|
124
125
|
"legTrack.trackSection": true,
|
|
126
|
+
"pathGuidance.pathGuidanceSection": true,
|
|
125
127
|
// TR Response, ExpectedDepartureOccupancy
|
|
126
128
|
"legBoard.expectedDepartureOccupancy": true,
|
|
127
129
|
"legIntermediate.expectedDepartureOccupancy": true,
|