ojp-shared-types 0.1.7 → 0.1.8

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.1.7"
17
+ "ojp-shared-types": "0.1.8"
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.1.7";
29
+ var VERSION = "0.1.8";
30
30
 
31
31
  // src/types/openapi-dependencies.ts
32
32
  var MapNS_Tags = {
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- declare const VERSION = "0.1.7";
1
+ declare const VERSION = "0.1.8";
2
2
 
3
3
  interface components$k {
4
4
  schemas: {
@@ -6578,6 +6578,11 @@ interface components$7 {
6578
6578
  /** @enum {string} */
6579
6579
  optimisationMethod?: "fastest" | "minChanges" | "leastWalking" | "leastCost" | "leastDistance" | "earliestArrival" | "latestDeparture" | "earliestArrivalAndLatestDeparture" | "minNonLevelEntrances" | "minStairs" | "bestForVisualImpairment" | "bestForAuditoryImpairment" | "environmentalSafety" | "extraSafe" | "extraReliable" | "scenic" | "quietTravel";
6580
6580
  includeAllRestrictedLines?: boolean;
6581
+ itModeToCover?: {
6582
+ /** @enum {string} */
6583
+ personalMode: "foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other";
6584
+ personalModeOfOperation: ("self" | "own" | "otherOwned" | "privateLift" | "lease")[];
6585
+ }[];
6581
6586
  includeTrackSections?: boolean;
6582
6587
  includeLegProjection?: boolean;
6583
6588
  includeTurnDescription?: boolean;
@@ -6707,6 +6712,11 @@ interface components$7 {
6707
6712
  /** @enum {string} */
6708
6713
  optimisationMethod?: "fastest" | "minChanges" | "leastWalking" | "leastCost" | "leastDistance" | "earliestArrival" | "latestDeparture" | "earliestArrivalAndLatestDeparture" | "minNonLevelEntrances" | "minStairs" | "bestForVisualImpairment" | "bestForAuditoryImpairment" | "environmentalSafety" | "extraSafe" | "extraReliable" | "scenic" | "quietTravel";
6709
6714
  includeAllRestrictedLines?: boolean;
6715
+ itModeToCover?: {
6716
+ /** @enum {string} */
6717
+ personalMode: "foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other";
6718
+ personalModeOfOperation: ("self" | "own" | "otherOwned" | "privateLift" | "lease")[];
6719
+ }[];
6710
6720
  includeTrackSections?: boolean;
6711
6721
  includeLegProjection?: boolean;
6712
6722
  includeTurnDescription?: boolean;
@@ -6831,6 +6841,11 @@ interface components$7 {
6831
6841
  /** @enum {string} */
6832
6842
  optimisationMethod?: "fastest" | "minChanges" | "leastWalking" | "leastCost" | "leastDistance" | "earliestArrival" | "latestDeparture" | "earliestArrivalAndLatestDeparture" | "minNonLevelEntrances" | "minStairs" | "bestForVisualImpairment" | "bestForAuditoryImpairment" | "environmentalSafety" | "extraSafe" | "extraReliable" | "scenic" | "quietTravel";
6833
6843
  includeAllRestrictedLines?: boolean;
6844
+ itModeToCover?: {
6845
+ /** @enum {string} */
6846
+ personalMode: "foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other";
6847
+ personalModeOfOperation: ("self" | "own" | "otherOwned" | "privateLift" | "lease")[];
6848
+ }[];
6834
6849
  includeTrackSections?: boolean;
6835
6850
  includeLegProjection?: boolean;
6836
6851
  includeTurnDescription?: boolean;
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- declare const VERSION = "0.1.7";
1
+ declare const VERSION = "0.1.8";
2
2
 
3
3
  interface components$k {
4
4
  schemas: {
@@ -6578,6 +6578,11 @@ interface components$7 {
6578
6578
  /** @enum {string} */
6579
6579
  optimisationMethod?: "fastest" | "minChanges" | "leastWalking" | "leastCost" | "leastDistance" | "earliestArrival" | "latestDeparture" | "earliestArrivalAndLatestDeparture" | "minNonLevelEntrances" | "minStairs" | "bestForVisualImpairment" | "bestForAuditoryImpairment" | "environmentalSafety" | "extraSafe" | "extraReliable" | "scenic" | "quietTravel";
6580
6580
  includeAllRestrictedLines?: boolean;
6581
+ itModeToCover?: {
6582
+ /** @enum {string} */
6583
+ personalMode: "foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other";
6584
+ personalModeOfOperation: ("self" | "own" | "otherOwned" | "privateLift" | "lease")[];
6585
+ }[];
6581
6586
  includeTrackSections?: boolean;
6582
6587
  includeLegProjection?: boolean;
6583
6588
  includeTurnDescription?: boolean;
@@ -6707,6 +6712,11 @@ interface components$7 {
6707
6712
  /** @enum {string} */
6708
6713
  optimisationMethod?: "fastest" | "minChanges" | "leastWalking" | "leastCost" | "leastDistance" | "earliestArrival" | "latestDeparture" | "earliestArrivalAndLatestDeparture" | "minNonLevelEntrances" | "minStairs" | "bestForVisualImpairment" | "bestForAuditoryImpairment" | "environmentalSafety" | "extraSafe" | "extraReliable" | "scenic" | "quietTravel";
6709
6714
  includeAllRestrictedLines?: boolean;
6715
+ itModeToCover?: {
6716
+ /** @enum {string} */
6717
+ personalMode: "foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other";
6718
+ personalModeOfOperation: ("self" | "own" | "otherOwned" | "privateLift" | "lease")[];
6719
+ }[];
6710
6720
  includeTrackSections?: boolean;
6711
6721
  includeLegProjection?: boolean;
6712
6722
  includeTurnDescription?: boolean;
@@ -6831,6 +6841,11 @@ interface components$7 {
6831
6841
  /** @enum {string} */
6832
6842
  optimisationMethod?: "fastest" | "minChanges" | "leastWalking" | "leastCost" | "leastDistance" | "earliestArrival" | "latestDeparture" | "earliestArrivalAndLatestDeparture" | "minNonLevelEntrances" | "minStairs" | "bestForVisualImpairment" | "bestForAuditoryImpairment" | "environmentalSafety" | "extraSafe" | "extraReliable" | "scenic" | "quietTravel";
6833
6843
  includeAllRestrictedLines?: boolean;
6844
+ itModeToCover?: {
6845
+ /** @enum {string} */
6846
+ personalMode: "foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other";
6847
+ personalModeOfOperation: ("self" | "own" | "otherOwned" | "privateLift" | "lease")[];
6848
+ }[];
6834
6849
  includeTrackSections?: boolean;
6835
6850
  includeLegProjection?: boolean;
6836
6851
  includeTurnDescription?: boolean;
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/constants.ts
2
- var VERSION = "0.1.7";
2
+ var VERSION = "0.1.8";
3
3
 
4
4
  // src/types/openapi-dependencies.ts
5
5
  var MapNS_Tags = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ojp-shared-types",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Shared types for OJP models based on OpenAPI / XSD Schema",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",