ojp-shared-types 0.0.11 → 0.0.13
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 -2
- package/dist/index.d.cts +70 -70
- package/dist/index.d.ts +70 -70
- package/dist/index.js +3 -2
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
declare const VERSION = "0.0.
|
|
1
|
+
declare const VERSION = "0.0.13";
|
|
2
2
|
|
|
3
3
|
interface components$f {
|
|
4
4
|
schemas: {
|
|
5
5
|
/** @enum {string} */
|
|
6
|
-
VehicleModesOfTransportEnum: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
6
|
+
VehicleModesOfTransportEnum: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
7
7
|
/** @enum {string} */
|
|
8
8
|
UseRealtimeDataEnum: "full" | "explanatory" | "none";
|
|
9
9
|
/** @enum {string} */
|
|
@@ -104,7 +104,7 @@ interface components$f {
|
|
|
104
104
|
};
|
|
105
105
|
ModeStructure: {
|
|
106
106
|
/** @enum {string} */
|
|
107
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
107
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
108
108
|
airSubmode?: string;
|
|
109
109
|
busSubmode?: string;
|
|
110
110
|
coachSubmode?: string;
|
|
@@ -180,7 +180,7 @@ interface components$f {
|
|
|
180
180
|
};
|
|
181
181
|
mode: {
|
|
182
182
|
/** @enum {string} */
|
|
183
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
183
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
184
184
|
airSubmode?: string;
|
|
185
185
|
busSubmode?: string;
|
|
186
186
|
coachSubmode?: string;
|
|
@@ -414,7 +414,7 @@ interface components$f {
|
|
|
414
414
|
directionRef?: string;
|
|
415
415
|
mode: {
|
|
416
416
|
/** @enum {string} */
|
|
417
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
417
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
418
418
|
airSubmode?: string;
|
|
419
419
|
busSubmode?: string;
|
|
420
420
|
coachSubmode?: string;
|
|
@@ -526,7 +526,7 @@ interface components$f {
|
|
|
526
526
|
};
|
|
527
527
|
mode: {
|
|
528
528
|
/** @enum {string} */
|
|
529
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
529
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
530
530
|
airSubmode?: string;
|
|
531
531
|
busSubmode?: string;
|
|
532
532
|
coachSubmode?: string;
|
|
@@ -643,7 +643,7 @@ interface components$f {
|
|
|
643
643
|
};
|
|
644
644
|
ModeFilterStructure: {
|
|
645
645
|
exclude?: boolean;
|
|
646
|
-
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown")[];
|
|
646
|
+
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
|
|
647
647
|
};
|
|
648
648
|
};
|
|
649
649
|
responses: never;
|
|
@@ -664,7 +664,7 @@ interface components$e {
|
|
|
664
664
|
directionRef?: string;
|
|
665
665
|
mode: {
|
|
666
666
|
/** @enum {string} */
|
|
667
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
667
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
668
668
|
airSubmode?: string;
|
|
669
669
|
busSubmode?: string;
|
|
670
670
|
coachSubmode?: string;
|
|
@@ -816,7 +816,7 @@ interface components$d {
|
|
|
816
816
|
directionRef?: string;
|
|
817
817
|
mode: {
|
|
818
818
|
/** @enum {string} */
|
|
819
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
819
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
820
820
|
airSubmode?: string;
|
|
821
821
|
busSubmode?: string;
|
|
822
822
|
coachSubmode?: string;
|
|
@@ -1005,7 +1005,7 @@ interface components$d {
|
|
|
1005
1005
|
directionRef?: string;
|
|
1006
1006
|
mode: {
|
|
1007
1007
|
/** @enum {string} */
|
|
1008
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
1008
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
1009
1009
|
airSubmode?: string;
|
|
1010
1010
|
busSubmode?: string;
|
|
1011
1011
|
coachSubmode?: string;
|
|
@@ -1096,7 +1096,7 @@ interface components$d {
|
|
|
1096
1096
|
};
|
|
1097
1097
|
transferLeg?: {
|
|
1098
1098
|
/** @enum {string} */
|
|
1099
|
-
transferType: "walk" | "remainInVehicle";
|
|
1099
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
1100
1100
|
legStart: {
|
|
1101
1101
|
stopPointRef?: string;
|
|
1102
1102
|
stopPlaceRef?: string;
|
|
@@ -1259,7 +1259,7 @@ interface components$d {
|
|
|
1259
1259
|
directionRef?: string;
|
|
1260
1260
|
mode: {
|
|
1261
1261
|
/** @enum {string} */
|
|
1262
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
1262
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
1263
1263
|
airSubmode?: string;
|
|
1264
1264
|
busSubmode?: string;
|
|
1265
1265
|
coachSubmode?: string;
|
|
@@ -1350,7 +1350,7 @@ interface components$d {
|
|
|
1350
1350
|
};
|
|
1351
1351
|
transferLeg?: {
|
|
1352
1352
|
/** @enum {string} */
|
|
1353
|
-
transferType: "walk" | "remainInVehicle";
|
|
1353
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
1354
1354
|
legStart: {
|
|
1355
1355
|
stopPointRef?: string;
|
|
1356
1356
|
stopPlaceRef?: string;
|
|
@@ -1421,7 +1421,7 @@ interface components$c {
|
|
|
1421
1421
|
numberOfResults?: number;
|
|
1422
1422
|
modes?: {
|
|
1423
1423
|
exclude?: boolean;
|
|
1424
|
-
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown")[];
|
|
1424
|
+
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
|
|
1425
1425
|
};
|
|
1426
1426
|
includePtModes?: boolean;
|
|
1427
1427
|
};
|
|
@@ -1473,7 +1473,7 @@ interface components$c {
|
|
|
1473
1473
|
numberOfResults?: number;
|
|
1474
1474
|
modes?: {
|
|
1475
1475
|
exclude?: boolean;
|
|
1476
|
-
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown")[];
|
|
1476
|
+
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
|
|
1477
1477
|
};
|
|
1478
1478
|
includePtModes?: boolean;
|
|
1479
1479
|
};
|
|
@@ -1519,7 +1519,7 @@ interface components$c {
|
|
|
1519
1519
|
numberOfResults?: number;
|
|
1520
1520
|
modes?: {
|
|
1521
1521
|
exclude?: boolean;
|
|
1522
|
-
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown")[];
|
|
1522
|
+
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
|
|
1523
1523
|
};
|
|
1524
1524
|
includePtModes?: boolean;
|
|
1525
1525
|
};
|
|
@@ -1597,7 +1597,7 @@ interface components$b {
|
|
|
1597
1597
|
};
|
|
1598
1598
|
mode: {
|
|
1599
1599
|
/** @enum {string} */
|
|
1600
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
1600
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
1601
1601
|
airSubmode?: string;
|
|
1602
1602
|
busSubmode?: string;
|
|
1603
1603
|
coachSubmode?: string;
|
|
@@ -1683,7 +1683,7 @@ interface components$b {
|
|
|
1683
1683
|
};
|
|
1684
1684
|
mode: {
|
|
1685
1685
|
/** @enum {string} */
|
|
1686
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
1686
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
1687
1687
|
airSubmode?: string;
|
|
1688
1688
|
busSubmode?: string;
|
|
1689
1689
|
coachSubmode?: string;
|
|
@@ -1775,7 +1775,7 @@ interface components$b {
|
|
|
1775
1775
|
};
|
|
1776
1776
|
mode: {
|
|
1777
1777
|
/** @enum {string} */
|
|
1778
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
1778
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
1779
1779
|
airSubmode?: string;
|
|
1780
1780
|
busSubmode?: string;
|
|
1781
1781
|
coachSubmode?: string;
|
|
@@ -2019,7 +2019,7 @@ interface components$9 {
|
|
|
2019
2019
|
longitude: number;
|
|
2020
2020
|
latitude: number;
|
|
2021
2021
|
};
|
|
2022
|
-
mode: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown")[];
|
|
2022
|
+
mode: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
|
|
2023
2023
|
};
|
|
2024
2024
|
PlaceResult: {
|
|
2025
2025
|
place: {
|
|
@@ -2078,7 +2078,7 @@ interface components$9 {
|
|
|
2078
2078
|
longitude: number;
|
|
2079
2079
|
latitude: number;
|
|
2080
2080
|
};
|
|
2081
|
-
mode: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown")[];
|
|
2081
|
+
mode: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
|
|
2082
2082
|
};
|
|
2083
2083
|
complete: boolean;
|
|
2084
2084
|
probability?: number;
|
|
@@ -2217,7 +2217,7 @@ interface components$9 {
|
|
|
2217
2217
|
directionRef?: string;
|
|
2218
2218
|
mode: {
|
|
2219
2219
|
/** @enum {string} */
|
|
2220
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
2220
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
2221
2221
|
airSubmode?: string;
|
|
2222
2222
|
busSubmode?: string;
|
|
2223
2223
|
coachSubmode?: string;
|
|
@@ -2379,7 +2379,7 @@ interface components$9 {
|
|
|
2379
2379
|
directionRef?: string;
|
|
2380
2380
|
mode: {
|
|
2381
2381
|
/** @enum {string} */
|
|
2382
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
2382
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
2383
2383
|
airSubmode?: string;
|
|
2384
2384
|
busSubmode?: string;
|
|
2385
2385
|
coachSubmode?: string;
|
|
@@ -2503,7 +2503,7 @@ interface components$9 {
|
|
|
2503
2503
|
};
|
|
2504
2504
|
mode: {
|
|
2505
2505
|
/** @enum {string} */
|
|
2506
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
2506
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
2507
2507
|
airSubmode?: string;
|
|
2508
2508
|
busSubmode?: string;
|
|
2509
2509
|
coachSubmode?: string;
|
|
@@ -2687,7 +2687,7 @@ interface components$9 {
|
|
|
2687
2687
|
directionRef?: string;
|
|
2688
2688
|
mode: {
|
|
2689
2689
|
/** @enum {string} */
|
|
2690
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
2690
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
2691
2691
|
airSubmode?: string;
|
|
2692
2692
|
busSubmode?: string;
|
|
2693
2693
|
coachSubmode?: string;
|
|
@@ -2817,7 +2817,7 @@ interface components$9 {
|
|
|
2817
2817
|
};
|
|
2818
2818
|
mode: {
|
|
2819
2819
|
/** @enum {string} */
|
|
2820
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
2820
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
2821
2821
|
airSubmode?: string;
|
|
2822
2822
|
busSubmode?: string;
|
|
2823
2823
|
coachSubmode?: string;
|
|
@@ -3001,7 +3001,7 @@ interface components$9 {
|
|
|
3001
3001
|
directionRef?: string;
|
|
3002
3002
|
mode: {
|
|
3003
3003
|
/** @enum {string} */
|
|
3004
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
3004
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
3005
3005
|
airSubmode?: string;
|
|
3006
3006
|
busSubmode?: string;
|
|
3007
3007
|
coachSubmode?: string;
|
|
@@ -3193,7 +3193,7 @@ interface components$7 {
|
|
|
3193
3193
|
directionRef?: string;
|
|
3194
3194
|
mode: {
|
|
3195
3195
|
/** @enum {string} */
|
|
3196
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
3196
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
3197
3197
|
airSubmode?: string;
|
|
3198
3198
|
busSubmode?: string;
|
|
3199
3199
|
coachSubmode?: string;
|
|
@@ -3343,7 +3343,7 @@ interface components$7 {
|
|
|
3343
3343
|
};
|
|
3344
3344
|
mode: {
|
|
3345
3345
|
/** @enum {string} */
|
|
3346
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
3346
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
3347
3347
|
airSubmode?: string;
|
|
3348
3348
|
busSubmode?: string;
|
|
3349
3349
|
coachSubmode?: string;
|
|
@@ -3490,7 +3490,7 @@ interface components$7 {
|
|
|
3490
3490
|
directionRef?: string;
|
|
3491
3491
|
mode: {
|
|
3492
3492
|
/** @enum {string} */
|
|
3493
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
3493
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
3494
3494
|
airSubmode?: string;
|
|
3495
3495
|
busSubmode?: string;
|
|
3496
3496
|
coachSubmode?: string;
|
|
@@ -3646,7 +3646,7 @@ interface components$7 {
|
|
|
3646
3646
|
};
|
|
3647
3647
|
mode: {
|
|
3648
3648
|
/** @enum {string} */
|
|
3649
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
3649
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
3650
3650
|
airSubmode?: string;
|
|
3651
3651
|
busSubmode?: string;
|
|
3652
3652
|
coachSubmode?: string;
|
|
@@ -3793,7 +3793,7 @@ interface components$7 {
|
|
|
3793
3793
|
directionRef?: string;
|
|
3794
3794
|
mode: {
|
|
3795
3795
|
/** @enum {string} */
|
|
3796
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
3796
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
3797
3797
|
airSubmode?: string;
|
|
3798
3798
|
busSubmode?: string;
|
|
3799
3799
|
coachSubmode?: string;
|
|
@@ -3959,7 +3959,7 @@ interface components$6 {
|
|
|
3959
3959
|
directionRef?: string;
|
|
3960
3960
|
mode: {
|
|
3961
3961
|
/** @enum {string} */
|
|
3962
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
3962
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
3963
3963
|
airSubmode?: string;
|
|
3964
3964
|
busSubmode?: string;
|
|
3965
3965
|
coachSubmode?: string;
|
|
@@ -4114,7 +4114,7 @@ interface components$6 {
|
|
|
4114
4114
|
};
|
|
4115
4115
|
mode: {
|
|
4116
4116
|
/** @enum {string} */
|
|
4117
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
4117
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
4118
4118
|
airSubmode?: string;
|
|
4119
4119
|
busSubmode?: string;
|
|
4120
4120
|
coachSubmode?: string;
|
|
@@ -4261,7 +4261,7 @@ interface components$6 {
|
|
|
4261
4261
|
directionRef?: string;
|
|
4262
4262
|
mode: {
|
|
4263
4263
|
/** @enum {string} */
|
|
4264
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
4264
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
4265
4265
|
airSubmode?: string;
|
|
4266
4266
|
busSubmode?: string;
|
|
4267
4267
|
coachSubmode?: string;
|
|
@@ -4422,7 +4422,7 @@ interface components$6 {
|
|
|
4422
4422
|
};
|
|
4423
4423
|
mode: {
|
|
4424
4424
|
/** @enum {string} */
|
|
4425
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
4425
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
4426
4426
|
airSubmode?: string;
|
|
4427
4427
|
busSubmode?: string;
|
|
4428
4428
|
coachSubmode?: string;
|
|
@@ -4569,7 +4569,7 @@ interface components$6 {
|
|
|
4569
4569
|
directionRef?: string;
|
|
4570
4570
|
mode: {
|
|
4571
4571
|
/** @enum {string} */
|
|
4572
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
4572
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
4573
4573
|
airSubmode?: string;
|
|
4574
4574
|
busSubmode?: string;
|
|
4575
4575
|
coachSubmode?: string;
|
|
@@ -4675,7 +4675,7 @@ interface components$5 {
|
|
|
4675
4675
|
TripParam: {
|
|
4676
4676
|
modeAndModeOfOperationFilter?: {
|
|
4677
4677
|
exclude?: boolean;
|
|
4678
|
-
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown")[];
|
|
4678
|
+
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
|
|
4679
4679
|
}[];
|
|
4680
4680
|
walkSpeed?: number;
|
|
4681
4681
|
numberOfResults?: number;
|
|
@@ -4750,7 +4750,7 @@ interface components$5 {
|
|
|
4750
4750
|
params?: {
|
|
4751
4751
|
modeAndModeOfOperationFilter?: {
|
|
4752
4752
|
exclude?: boolean;
|
|
4753
|
-
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown")[];
|
|
4753
|
+
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
|
|
4754
4754
|
}[];
|
|
4755
4755
|
walkSpeed?: number;
|
|
4756
4756
|
numberOfResults?: number;
|
|
@@ -4820,7 +4820,7 @@ interface components$5 {
|
|
|
4820
4820
|
params?: {
|
|
4821
4821
|
modeAndModeOfOperationFilter?: {
|
|
4822
4822
|
exclude?: boolean;
|
|
4823
|
-
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown")[];
|
|
4823
|
+
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
|
|
4824
4824
|
}[];
|
|
4825
4825
|
walkSpeed?: number;
|
|
4826
4826
|
numberOfResults?: number;
|
|
@@ -5036,7 +5036,7 @@ interface components$4 {
|
|
|
5036
5036
|
directionRef?: string;
|
|
5037
5037
|
mode: {
|
|
5038
5038
|
/** @enum {string} */
|
|
5039
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
5039
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
5040
5040
|
airSubmode?: string;
|
|
5041
5041
|
busSubmode?: string;
|
|
5042
5042
|
coachSubmode?: string;
|
|
@@ -5122,7 +5122,7 @@ interface components$4 {
|
|
|
5122
5122
|
};
|
|
5123
5123
|
TransferLeg: {
|
|
5124
5124
|
/** @enum {string} */
|
|
5125
|
-
transferType: "walk" | "remainInVehicle";
|
|
5125
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
5126
5126
|
legStart: {
|
|
5127
5127
|
stopPointRef?: string;
|
|
5128
5128
|
stopPlaceRef?: string;
|
|
@@ -5276,7 +5276,7 @@ interface components$4 {
|
|
|
5276
5276
|
directionRef?: string;
|
|
5277
5277
|
mode: {
|
|
5278
5278
|
/** @enum {string} */
|
|
5279
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
5279
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
5280
5280
|
airSubmode?: string;
|
|
5281
5281
|
busSubmode?: string;
|
|
5282
5282
|
coachSubmode?: string;
|
|
@@ -5362,7 +5362,7 @@ interface components$4 {
|
|
|
5362
5362
|
};
|
|
5363
5363
|
transferLeg?: {
|
|
5364
5364
|
/** @enum {string} */
|
|
5365
|
-
transferType: "walk" | "remainInVehicle";
|
|
5365
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
5366
5366
|
legStart: {
|
|
5367
5367
|
stopPointRef?: string;
|
|
5368
5368
|
stopPlaceRef?: string;
|
|
@@ -5525,7 +5525,7 @@ interface components$4 {
|
|
|
5525
5525
|
directionRef?: string;
|
|
5526
5526
|
mode: {
|
|
5527
5527
|
/** @enum {string} */
|
|
5528
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
5528
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
5529
5529
|
airSubmode?: string;
|
|
5530
5530
|
busSubmode?: string;
|
|
5531
5531
|
coachSubmode?: string;
|
|
@@ -5611,7 +5611,7 @@ interface components$4 {
|
|
|
5611
5611
|
};
|
|
5612
5612
|
transferLeg?: {
|
|
5613
5613
|
/** @enum {string} */
|
|
5614
|
-
transferType: "walk" | "remainInVehicle";
|
|
5614
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
5615
5615
|
legStart: {
|
|
5616
5616
|
stopPointRef?: string;
|
|
5617
5617
|
stopPlaceRef?: string;
|
|
@@ -5782,7 +5782,7 @@ interface components$4 {
|
|
|
5782
5782
|
directionRef?: string;
|
|
5783
5783
|
mode: {
|
|
5784
5784
|
/** @enum {string} */
|
|
5785
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
5785
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
5786
5786
|
airSubmode?: string;
|
|
5787
5787
|
busSubmode?: string;
|
|
5788
5788
|
coachSubmode?: string;
|
|
@@ -5868,7 +5868,7 @@ interface components$4 {
|
|
|
5868
5868
|
};
|
|
5869
5869
|
transferLeg?: {
|
|
5870
5870
|
/** @enum {string} */
|
|
5871
|
-
transferType: "walk" | "remainInVehicle";
|
|
5871
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
5872
5872
|
legStart: {
|
|
5873
5873
|
stopPointRef?: string;
|
|
5874
5874
|
stopPlaceRef?: string;
|
|
@@ -5996,7 +5996,7 @@ interface components$4 {
|
|
|
5996
5996
|
};
|
|
5997
5997
|
mode: {
|
|
5998
5998
|
/** @enum {string} */
|
|
5999
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
5999
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
6000
6000
|
airSubmode?: string;
|
|
6001
6001
|
busSubmode?: string;
|
|
6002
6002
|
coachSubmode?: string;
|
|
@@ -6185,7 +6185,7 @@ interface components$4 {
|
|
|
6185
6185
|
directionRef?: string;
|
|
6186
6186
|
mode: {
|
|
6187
6187
|
/** @enum {string} */
|
|
6188
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
6188
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
6189
6189
|
airSubmode?: string;
|
|
6190
6190
|
busSubmode?: string;
|
|
6191
6191
|
coachSubmode?: string;
|
|
@@ -6271,7 +6271,7 @@ interface components$4 {
|
|
|
6271
6271
|
};
|
|
6272
6272
|
transferLeg?: {
|
|
6273
6273
|
/** @enum {string} */
|
|
6274
|
-
transferType: "walk" | "remainInVehicle";
|
|
6274
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
6275
6275
|
legStart: {
|
|
6276
6276
|
stopPointRef?: string;
|
|
6277
6277
|
stopPlaceRef?: string;
|
|
@@ -6405,7 +6405,7 @@ interface components$4 {
|
|
|
6405
6405
|
};
|
|
6406
6406
|
mode: {
|
|
6407
6407
|
/** @enum {string} */
|
|
6408
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
6408
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
6409
6409
|
airSubmode?: string;
|
|
6410
6410
|
busSubmode?: string;
|
|
6411
6411
|
coachSubmode?: string;
|
|
@@ -6594,7 +6594,7 @@ interface components$4 {
|
|
|
6594
6594
|
directionRef?: string;
|
|
6595
6595
|
mode: {
|
|
6596
6596
|
/** @enum {string} */
|
|
6597
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
6597
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
6598
6598
|
airSubmode?: string;
|
|
6599
6599
|
busSubmode?: string;
|
|
6600
6600
|
coachSubmode?: string;
|
|
@@ -6680,7 +6680,7 @@ interface components$4 {
|
|
|
6680
6680
|
};
|
|
6681
6681
|
transferLeg?: {
|
|
6682
6682
|
/** @enum {string} */
|
|
6683
|
-
transferType: "walk" | "remainInVehicle";
|
|
6683
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
6684
6684
|
legStart: {
|
|
6685
6685
|
stopPointRef?: string;
|
|
6686
6686
|
stopPlaceRef?: string;
|
|
@@ -6882,7 +6882,7 @@ interface components$3 {
|
|
|
6882
6882
|
directionRef?: string;
|
|
6883
6883
|
mode: {
|
|
6884
6884
|
/** @enum {string} */
|
|
6885
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
6885
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
6886
6886
|
airSubmode?: string;
|
|
6887
6887
|
busSubmode?: string;
|
|
6888
6888
|
coachSubmode?: string;
|
|
@@ -6968,7 +6968,7 @@ interface components$3 {
|
|
|
6968
6968
|
};
|
|
6969
6969
|
transferLeg?: {
|
|
6970
6970
|
/** @enum {string} */
|
|
6971
|
-
transferType: "walk" | "remainInVehicle";
|
|
6971
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
6972
6972
|
legStart: {
|
|
6973
6973
|
stopPointRef?: string;
|
|
6974
6974
|
stopPlaceRef?: string;
|
|
@@ -7158,7 +7158,7 @@ interface components$3 {
|
|
|
7158
7158
|
directionRef?: string;
|
|
7159
7159
|
mode: {
|
|
7160
7160
|
/** @enum {string} */
|
|
7161
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
7161
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
7162
7162
|
airSubmode?: string;
|
|
7163
7163
|
busSubmode?: string;
|
|
7164
7164
|
coachSubmode?: string;
|
|
@@ -7244,7 +7244,7 @@ interface components$3 {
|
|
|
7244
7244
|
};
|
|
7245
7245
|
transferLeg?: {
|
|
7246
7246
|
/** @enum {string} */
|
|
7247
|
-
transferType: "walk" | "remainInVehicle";
|
|
7247
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
7248
7248
|
legStart: {
|
|
7249
7249
|
stopPointRef?: string;
|
|
7250
7250
|
stopPlaceRef?: string;
|
|
@@ -7435,7 +7435,7 @@ interface components$2 {
|
|
|
7435
7435
|
directionRef?: string;
|
|
7436
7436
|
mode: {
|
|
7437
7437
|
/** @enum {string} */
|
|
7438
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
7438
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
7439
7439
|
airSubmode?: string;
|
|
7440
7440
|
busSubmode?: string;
|
|
7441
7441
|
coachSubmode?: string;
|
|
@@ -7521,7 +7521,7 @@ interface components$2 {
|
|
|
7521
7521
|
};
|
|
7522
7522
|
transferLeg?: {
|
|
7523
7523
|
/** @enum {string} */
|
|
7524
|
-
transferType: "walk" | "remainInVehicle";
|
|
7524
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
7525
7525
|
legStart: {
|
|
7526
7526
|
stopPointRef?: string;
|
|
7527
7527
|
stopPlaceRef?: string;
|
|
@@ -7704,7 +7704,7 @@ interface components$2 {
|
|
|
7704
7704
|
directionRef?: string;
|
|
7705
7705
|
mode: {
|
|
7706
7706
|
/** @enum {string} */
|
|
7707
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
7707
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
7708
7708
|
airSubmode?: string;
|
|
7709
7709
|
busSubmode?: string;
|
|
7710
7710
|
coachSubmode?: string;
|
|
@@ -7790,7 +7790,7 @@ interface components$2 {
|
|
|
7790
7790
|
};
|
|
7791
7791
|
transferLeg?: {
|
|
7792
7792
|
/** @enum {string} */
|
|
7793
|
-
transferType: "walk" | "remainInVehicle";
|
|
7793
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
7794
7794
|
legStart: {
|
|
7795
7795
|
stopPointRef?: string;
|
|
7796
7796
|
stopPlaceRef?: string;
|
|
@@ -7975,7 +7975,7 @@ interface components$1 {
|
|
|
7975
7975
|
directionRef?: string;
|
|
7976
7976
|
mode: {
|
|
7977
7977
|
/** @enum {string} */
|
|
7978
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
7978
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
7979
7979
|
airSubmode?: string;
|
|
7980
7980
|
busSubmode?: string;
|
|
7981
7981
|
coachSubmode?: string;
|
|
@@ -8066,7 +8066,7 @@ interface components$1 {
|
|
|
8066
8066
|
};
|
|
8067
8067
|
transferLeg?: {
|
|
8068
8068
|
/** @enum {string} */
|
|
8069
|
-
transferType: "walk" | "remainInVehicle";
|
|
8069
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
8070
8070
|
legStart: {
|
|
8071
8071
|
stopPointRef?: string;
|
|
8072
8072
|
stopPlaceRef?: string;
|
|
@@ -8270,7 +8270,7 @@ interface components$1 {
|
|
|
8270
8270
|
directionRef?: string;
|
|
8271
8271
|
mode: {
|
|
8272
8272
|
/** @enum {string} */
|
|
8273
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
8273
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
8274
8274
|
airSubmode?: string;
|
|
8275
8275
|
busSubmode?: string;
|
|
8276
8276
|
coachSubmode?: string;
|
|
@@ -8361,7 +8361,7 @@ interface components$1 {
|
|
|
8361
8361
|
};
|
|
8362
8362
|
transferLeg?: {
|
|
8363
8363
|
/** @enum {string} */
|
|
8364
|
-
transferType: "walk" | "remainInVehicle";
|
|
8364
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
8365
8365
|
legStart: {
|
|
8366
8366
|
stopPointRef?: string;
|
|
8367
8367
|
stopPlaceRef?: string;
|
|
@@ -8548,7 +8548,7 @@ interface components$1 {
|
|
|
8548
8548
|
directionRef?: string;
|
|
8549
8549
|
mode: {
|
|
8550
8550
|
/** @enum {string} */
|
|
8551
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
8551
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
8552
8552
|
airSubmode?: string;
|
|
8553
8553
|
busSubmode?: string;
|
|
8554
8554
|
coachSubmode?: string;
|
|
@@ -8639,7 +8639,7 @@ interface components$1 {
|
|
|
8639
8639
|
};
|
|
8640
8640
|
transferLeg?: {
|
|
8641
8641
|
/** @enum {string} */
|
|
8642
|
-
transferType: "walk" | "remainInVehicle";
|
|
8642
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
8643
8643
|
legStart: {
|
|
8644
8644
|
stopPointRef?: string;
|
|
8645
8645
|
stopPlaceRef?: string;
|
|
@@ -8834,7 +8834,7 @@ interface components$1 {
|
|
|
8834
8834
|
directionRef?: string;
|
|
8835
8835
|
mode: {
|
|
8836
8836
|
/** @enum {string} */
|
|
8837
|
-
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
|
|
8837
|
+
ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
|
|
8838
8838
|
airSubmode?: string;
|
|
8839
8839
|
busSubmode?: string;
|
|
8840
8840
|
coachSubmode?: string;
|
|
@@ -8925,7 +8925,7 @@ interface components$1 {
|
|
|
8925
8925
|
};
|
|
8926
8926
|
transferLeg?: {
|
|
8927
8927
|
/** @enum {string} */
|
|
8928
|
-
transferType: "walk" | "remainInVehicle";
|
|
8928
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
8929
8929
|
legStart: {
|
|
8930
8930
|
stopPointRef?: string;
|
|
8931
8931
|
stopPlaceRef?: string;
|