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 +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +16 -1
- package/dist/index.d.ts +16 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.cjs
CHANGED
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const VERSION = "0.1.
|
|
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.
|
|
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