ojp-shared-types 0.0.10 → 0.0.12
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 +68 -56
- package/dist/index.d.ts +68 -56
- package/dist/index.js +3 -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.12";
|
|
30
30
|
|
|
31
31
|
// src/types/openapi-dependencies.ts
|
|
32
32
|
var MapNS_Tags = {
|
|
@@ -133,7 +133,8 @@ var MapModelKeepPropertiesXML = {
|
|
|
133
133
|
"geoPosition": ["longitude", "latitude"]
|
|
134
134
|
};
|
|
135
135
|
var MapStringValues = {
|
|
136
|
-
"stopPlace.stopPlaceRef": true
|
|
136
|
+
"stopPlace.stopPlaceRef": true,
|
|
137
|
+
"publishedServiceName.text": true
|
|
137
138
|
};
|
|
138
139
|
var OpenAPI_Dependencies = {
|
|
139
140
|
MapNS_Tags,
|
package/dist/index.d.cts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
declare const VERSION = "0.0.
|
|
1
|
+
declare const VERSION = "0.0.12";
|
|
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;
|
|
@@ -641,6 +641,10 @@ interface components$f {
|
|
|
641
641
|
}[];
|
|
642
642
|
};
|
|
643
643
|
};
|
|
644
|
+
ModeFilterStructure: {
|
|
645
|
+
exclude?: boolean;
|
|
646
|
+
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
|
|
647
|
+
};
|
|
644
648
|
};
|
|
645
649
|
responses: never;
|
|
646
650
|
parameters: never;
|
|
@@ -660,7 +664,7 @@ interface components$e {
|
|
|
660
664
|
directionRef?: string;
|
|
661
665
|
mode: {
|
|
662
666
|
/** @enum {string} */
|
|
663
|
-
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";
|
|
664
668
|
airSubmode?: string;
|
|
665
669
|
busSubmode?: string;
|
|
666
670
|
coachSubmode?: string;
|
|
@@ -812,7 +816,7 @@ interface components$d {
|
|
|
812
816
|
directionRef?: string;
|
|
813
817
|
mode: {
|
|
814
818
|
/** @enum {string} */
|
|
815
|
-
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";
|
|
816
820
|
airSubmode?: string;
|
|
817
821
|
busSubmode?: string;
|
|
818
822
|
coachSubmode?: string;
|
|
@@ -1001,7 +1005,7 @@ interface components$d {
|
|
|
1001
1005
|
directionRef?: string;
|
|
1002
1006
|
mode: {
|
|
1003
1007
|
/** @enum {string} */
|
|
1004
|
-
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";
|
|
1005
1009
|
airSubmode?: string;
|
|
1006
1010
|
busSubmode?: string;
|
|
1007
1011
|
coachSubmode?: string;
|
|
@@ -1255,7 +1259,7 @@ interface components$d {
|
|
|
1255
1259
|
directionRef?: string;
|
|
1256
1260
|
mode: {
|
|
1257
1261
|
/** @enum {string} */
|
|
1258
|
-
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";
|
|
1259
1263
|
airSubmode?: string;
|
|
1260
1264
|
busSubmode?: string;
|
|
1261
1265
|
coachSubmode?: string;
|
|
@@ -1415,6 +1419,10 @@ interface components$c {
|
|
|
1415
1419
|
PlaceParam: {
|
|
1416
1420
|
type: ("stop" | "address" | "poi" | "location" | "topographicPlace")[];
|
|
1417
1421
|
numberOfResults?: number;
|
|
1422
|
+
modes?: {
|
|
1423
|
+
exclude?: boolean;
|
|
1424
|
+
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
|
|
1425
|
+
};
|
|
1418
1426
|
includePtModes?: boolean;
|
|
1419
1427
|
};
|
|
1420
1428
|
InitialInput: {
|
|
@@ -1463,6 +1471,10 @@ interface components$c {
|
|
|
1463
1471
|
restrictions?: {
|
|
1464
1472
|
type: ("stop" | "address" | "poi" | "location" | "topographicPlace")[];
|
|
1465
1473
|
numberOfResults?: number;
|
|
1474
|
+
modes?: {
|
|
1475
|
+
exclude?: boolean;
|
|
1476
|
+
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
|
|
1477
|
+
};
|
|
1466
1478
|
includePtModes?: boolean;
|
|
1467
1479
|
};
|
|
1468
1480
|
};
|
|
@@ -1505,6 +1517,10 @@ interface components$c {
|
|
|
1505
1517
|
restrictions?: {
|
|
1506
1518
|
type: ("stop" | "address" | "poi" | "location" | "topographicPlace")[];
|
|
1507
1519
|
numberOfResults?: number;
|
|
1520
|
+
modes?: {
|
|
1521
|
+
exclude?: boolean;
|
|
1522
|
+
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
|
|
1523
|
+
};
|
|
1508
1524
|
includePtModes?: boolean;
|
|
1509
1525
|
};
|
|
1510
1526
|
};
|
|
@@ -1581,7 +1597,7 @@ interface components$b {
|
|
|
1581
1597
|
};
|
|
1582
1598
|
mode: {
|
|
1583
1599
|
/** @enum {string} */
|
|
1584
|
-
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";
|
|
1585
1601
|
airSubmode?: string;
|
|
1586
1602
|
busSubmode?: string;
|
|
1587
1603
|
coachSubmode?: string;
|
|
@@ -1667,7 +1683,7 @@ interface components$b {
|
|
|
1667
1683
|
};
|
|
1668
1684
|
mode: {
|
|
1669
1685
|
/** @enum {string} */
|
|
1670
|
-
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";
|
|
1671
1687
|
airSubmode?: string;
|
|
1672
1688
|
busSubmode?: string;
|
|
1673
1689
|
coachSubmode?: string;
|
|
@@ -1759,7 +1775,7 @@ interface components$b {
|
|
|
1759
1775
|
};
|
|
1760
1776
|
mode: {
|
|
1761
1777
|
/** @enum {string} */
|
|
1762
|
-
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";
|
|
1763
1779
|
airSubmode?: string;
|
|
1764
1780
|
busSubmode?: string;
|
|
1765
1781
|
coachSubmode?: string;
|
|
@@ -2003,7 +2019,7 @@ interface components$9 {
|
|
|
2003
2019
|
longitude: number;
|
|
2004
2020
|
latitude: number;
|
|
2005
2021
|
};
|
|
2006
|
-
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")[];
|
|
2007
2023
|
};
|
|
2008
2024
|
PlaceResult: {
|
|
2009
2025
|
place: {
|
|
@@ -2062,7 +2078,7 @@ interface components$9 {
|
|
|
2062
2078
|
longitude: number;
|
|
2063
2079
|
latitude: number;
|
|
2064
2080
|
};
|
|
2065
|
-
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")[];
|
|
2066
2082
|
};
|
|
2067
2083
|
complete: boolean;
|
|
2068
2084
|
probability?: number;
|
|
@@ -2201,7 +2217,7 @@ interface components$9 {
|
|
|
2201
2217
|
directionRef?: string;
|
|
2202
2218
|
mode: {
|
|
2203
2219
|
/** @enum {string} */
|
|
2204
|
-
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";
|
|
2205
2221
|
airSubmode?: string;
|
|
2206
2222
|
busSubmode?: string;
|
|
2207
2223
|
coachSubmode?: string;
|
|
@@ -2363,7 +2379,7 @@ interface components$9 {
|
|
|
2363
2379
|
directionRef?: string;
|
|
2364
2380
|
mode: {
|
|
2365
2381
|
/** @enum {string} */
|
|
2366
|
-
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";
|
|
2367
2383
|
airSubmode?: string;
|
|
2368
2384
|
busSubmode?: string;
|
|
2369
2385
|
coachSubmode?: string;
|
|
@@ -2487,7 +2503,7 @@ interface components$9 {
|
|
|
2487
2503
|
};
|
|
2488
2504
|
mode: {
|
|
2489
2505
|
/** @enum {string} */
|
|
2490
|
-
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";
|
|
2491
2507
|
airSubmode?: string;
|
|
2492
2508
|
busSubmode?: string;
|
|
2493
2509
|
coachSubmode?: string;
|
|
@@ -2671,7 +2687,7 @@ interface components$9 {
|
|
|
2671
2687
|
directionRef?: string;
|
|
2672
2688
|
mode: {
|
|
2673
2689
|
/** @enum {string} */
|
|
2674
|
-
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";
|
|
2675
2691
|
airSubmode?: string;
|
|
2676
2692
|
busSubmode?: string;
|
|
2677
2693
|
coachSubmode?: string;
|
|
@@ -2801,7 +2817,7 @@ interface components$9 {
|
|
|
2801
2817
|
};
|
|
2802
2818
|
mode: {
|
|
2803
2819
|
/** @enum {string} */
|
|
2804
|
-
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";
|
|
2805
2821
|
airSubmode?: string;
|
|
2806
2822
|
busSubmode?: string;
|
|
2807
2823
|
coachSubmode?: string;
|
|
@@ -2985,7 +3001,7 @@ interface components$9 {
|
|
|
2985
3001
|
directionRef?: string;
|
|
2986
3002
|
mode: {
|
|
2987
3003
|
/** @enum {string} */
|
|
2988
|
-
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";
|
|
2989
3005
|
airSubmode?: string;
|
|
2990
3006
|
busSubmode?: string;
|
|
2991
3007
|
coachSubmode?: string;
|
|
@@ -3177,7 +3193,7 @@ interface components$7 {
|
|
|
3177
3193
|
directionRef?: string;
|
|
3178
3194
|
mode: {
|
|
3179
3195
|
/** @enum {string} */
|
|
3180
|
-
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";
|
|
3181
3197
|
airSubmode?: string;
|
|
3182
3198
|
busSubmode?: string;
|
|
3183
3199
|
coachSubmode?: string;
|
|
@@ -3327,7 +3343,7 @@ interface components$7 {
|
|
|
3327
3343
|
};
|
|
3328
3344
|
mode: {
|
|
3329
3345
|
/** @enum {string} */
|
|
3330
|
-
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";
|
|
3331
3347
|
airSubmode?: string;
|
|
3332
3348
|
busSubmode?: string;
|
|
3333
3349
|
coachSubmode?: string;
|
|
@@ -3474,7 +3490,7 @@ interface components$7 {
|
|
|
3474
3490
|
directionRef?: string;
|
|
3475
3491
|
mode: {
|
|
3476
3492
|
/** @enum {string} */
|
|
3477
|
-
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";
|
|
3478
3494
|
airSubmode?: string;
|
|
3479
3495
|
busSubmode?: string;
|
|
3480
3496
|
coachSubmode?: string;
|
|
@@ -3630,7 +3646,7 @@ interface components$7 {
|
|
|
3630
3646
|
};
|
|
3631
3647
|
mode: {
|
|
3632
3648
|
/** @enum {string} */
|
|
3633
|
-
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";
|
|
3634
3650
|
airSubmode?: string;
|
|
3635
3651
|
busSubmode?: string;
|
|
3636
3652
|
coachSubmode?: string;
|
|
@@ -3777,7 +3793,7 @@ interface components$7 {
|
|
|
3777
3793
|
directionRef?: string;
|
|
3778
3794
|
mode: {
|
|
3779
3795
|
/** @enum {string} */
|
|
3780
|
-
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";
|
|
3781
3797
|
airSubmode?: string;
|
|
3782
3798
|
busSubmode?: string;
|
|
3783
3799
|
coachSubmode?: string;
|
|
@@ -3943,7 +3959,7 @@ interface components$6 {
|
|
|
3943
3959
|
directionRef?: string;
|
|
3944
3960
|
mode: {
|
|
3945
3961
|
/** @enum {string} */
|
|
3946
|
-
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";
|
|
3947
3963
|
airSubmode?: string;
|
|
3948
3964
|
busSubmode?: string;
|
|
3949
3965
|
coachSubmode?: string;
|
|
@@ -4098,7 +4114,7 @@ interface components$6 {
|
|
|
4098
4114
|
};
|
|
4099
4115
|
mode: {
|
|
4100
4116
|
/** @enum {string} */
|
|
4101
|
-
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";
|
|
4102
4118
|
airSubmode?: string;
|
|
4103
4119
|
busSubmode?: string;
|
|
4104
4120
|
coachSubmode?: string;
|
|
@@ -4245,7 +4261,7 @@ interface components$6 {
|
|
|
4245
4261
|
directionRef?: string;
|
|
4246
4262
|
mode: {
|
|
4247
4263
|
/** @enum {string} */
|
|
4248
|
-
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";
|
|
4249
4265
|
airSubmode?: string;
|
|
4250
4266
|
busSubmode?: string;
|
|
4251
4267
|
coachSubmode?: string;
|
|
@@ -4406,7 +4422,7 @@ interface components$6 {
|
|
|
4406
4422
|
};
|
|
4407
4423
|
mode: {
|
|
4408
4424
|
/** @enum {string} */
|
|
4409
|
-
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";
|
|
4410
4426
|
airSubmode?: string;
|
|
4411
4427
|
busSubmode?: string;
|
|
4412
4428
|
coachSubmode?: string;
|
|
@@ -4553,7 +4569,7 @@ interface components$6 {
|
|
|
4553
4569
|
directionRef?: string;
|
|
4554
4570
|
mode: {
|
|
4555
4571
|
/** @enum {string} */
|
|
4556
|
-
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";
|
|
4557
4573
|
airSubmode?: string;
|
|
4558
4574
|
busSubmode?: string;
|
|
4559
4575
|
coachSubmode?: string;
|
|
@@ -4656,14 +4672,10 @@ interface components$6 {
|
|
|
4656
4672
|
|
|
4657
4673
|
interface components$5 {
|
|
4658
4674
|
schemas: {
|
|
4659
|
-
ModeAndModeOfOperationFilter: {
|
|
4660
|
-
exclude?: boolean;
|
|
4661
|
-
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown")[];
|
|
4662
|
-
};
|
|
4663
4675
|
TripParam: {
|
|
4664
4676
|
modeAndModeOfOperationFilter?: {
|
|
4665
4677
|
exclude?: boolean;
|
|
4666
|
-
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")[];
|
|
4667
4679
|
}[];
|
|
4668
4680
|
walkSpeed?: number;
|
|
4669
4681
|
numberOfResults?: number;
|
|
@@ -4738,7 +4750,7 @@ interface components$5 {
|
|
|
4738
4750
|
params?: {
|
|
4739
4751
|
modeAndModeOfOperationFilter?: {
|
|
4740
4752
|
exclude?: boolean;
|
|
4741
|
-
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")[];
|
|
4742
4754
|
}[];
|
|
4743
4755
|
walkSpeed?: number;
|
|
4744
4756
|
numberOfResults?: number;
|
|
@@ -4808,7 +4820,7 @@ interface components$5 {
|
|
|
4808
4820
|
params?: {
|
|
4809
4821
|
modeAndModeOfOperationFilter?: {
|
|
4810
4822
|
exclude?: boolean;
|
|
4811
|
-
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")[];
|
|
4812
4824
|
}[];
|
|
4813
4825
|
walkSpeed?: number;
|
|
4814
4826
|
numberOfResults?: number;
|
|
@@ -5024,7 +5036,7 @@ interface components$4 {
|
|
|
5024
5036
|
directionRef?: string;
|
|
5025
5037
|
mode: {
|
|
5026
5038
|
/** @enum {string} */
|
|
5027
|
-
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";
|
|
5028
5040
|
airSubmode?: string;
|
|
5029
5041
|
busSubmode?: string;
|
|
5030
5042
|
coachSubmode?: string;
|
|
@@ -5264,7 +5276,7 @@ interface components$4 {
|
|
|
5264
5276
|
directionRef?: string;
|
|
5265
5277
|
mode: {
|
|
5266
5278
|
/** @enum {string} */
|
|
5267
|
-
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";
|
|
5268
5280
|
airSubmode?: string;
|
|
5269
5281
|
busSubmode?: string;
|
|
5270
5282
|
coachSubmode?: string;
|
|
@@ -5513,7 +5525,7 @@ interface components$4 {
|
|
|
5513
5525
|
directionRef?: string;
|
|
5514
5526
|
mode: {
|
|
5515
5527
|
/** @enum {string} */
|
|
5516
|
-
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";
|
|
5517
5529
|
airSubmode?: string;
|
|
5518
5530
|
busSubmode?: string;
|
|
5519
5531
|
coachSubmode?: string;
|
|
@@ -5770,7 +5782,7 @@ interface components$4 {
|
|
|
5770
5782
|
directionRef?: string;
|
|
5771
5783
|
mode: {
|
|
5772
5784
|
/** @enum {string} */
|
|
5773
|
-
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";
|
|
5774
5786
|
airSubmode?: string;
|
|
5775
5787
|
busSubmode?: string;
|
|
5776
5788
|
coachSubmode?: string;
|
|
@@ -5984,7 +5996,7 @@ interface components$4 {
|
|
|
5984
5996
|
};
|
|
5985
5997
|
mode: {
|
|
5986
5998
|
/** @enum {string} */
|
|
5987
|
-
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";
|
|
5988
6000
|
airSubmode?: string;
|
|
5989
6001
|
busSubmode?: string;
|
|
5990
6002
|
coachSubmode?: string;
|
|
@@ -6173,7 +6185,7 @@ interface components$4 {
|
|
|
6173
6185
|
directionRef?: string;
|
|
6174
6186
|
mode: {
|
|
6175
6187
|
/** @enum {string} */
|
|
6176
|
-
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";
|
|
6177
6189
|
airSubmode?: string;
|
|
6178
6190
|
busSubmode?: string;
|
|
6179
6191
|
coachSubmode?: string;
|
|
@@ -6393,7 +6405,7 @@ interface components$4 {
|
|
|
6393
6405
|
};
|
|
6394
6406
|
mode: {
|
|
6395
6407
|
/** @enum {string} */
|
|
6396
|
-
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";
|
|
6397
6409
|
airSubmode?: string;
|
|
6398
6410
|
busSubmode?: string;
|
|
6399
6411
|
coachSubmode?: string;
|
|
@@ -6582,7 +6594,7 @@ interface components$4 {
|
|
|
6582
6594
|
directionRef?: string;
|
|
6583
6595
|
mode: {
|
|
6584
6596
|
/** @enum {string} */
|
|
6585
|
-
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";
|
|
6586
6598
|
airSubmode?: string;
|
|
6587
6599
|
busSubmode?: string;
|
|
6588
6600
|
coachSubmode?: string;
|
|
@@ -6870,7 +6882,7 @@ interface components$3 {
|
|
|
6870
6882
|
directionRef?: string;
|
|
6871
6883
|
mode: {
|
|
6872
6884
|
/** @enum {string} */
|
|
6873
|
-
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";
|
|
6874
6886
|
airSubmode?: string;
|
|
6875
6887
|
busSubmode?: string;
|
|
6876
6888
|
coachSubmode?: string;
|
|
@@ -7146,7 +7158,7 @@ interface components$3 {
|
|
|
7146
7158
|
directionRef?: string;
|
|
7147
7159
|
mode: {
|
|
7148
7160
|
/** @enum {string} */
|
|
7149
|
-
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";
|
|
7150
7162
|
airSubmode?: string;
|
|
7151
7163
|
busSubmode?: string;
|
|
7152
7164
|
coachSubmode?: string;
|
|
@@ -7423,7 +7435,7 @@ interface components$2 {
|
|
|
7423
7435
|
directionRef?: string;
|
|
7424
7436
|
mode: {
|
|
7425
7437
|
/** @enum {string} */
|
|
7426
|
-
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";
|
|
7427
7439
|
airSubmode?: string;
|
|
7428
7440
|
busSubmode?: string;
|
|
7429
7441
|
coachSubmode?: string;
|
|
@@ -7692,7 +7704,7 @@ interface components$2 {
|
|
|
7692
7704
|
directionRef?: string;
|
|
7693
7705
|
mode: {
|
|
7694
7706
|
/** @enum {string} */
|
|
7695
|
-
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";
|
|
7696
7708
|
airSubmode?: string;
|
|
7697
7709
|
busSubmode?: string;
|
|
7698
7710
|
coachSubmode?: string;
|
|
@@ -7963,7 +7975,7 @@ interface components$1 {
|
|
|
7963
7975
|
directionRef?: string;
|
|
7964
7976
|
mode: {
|
|
7965
7977
|
/** @enum {string} */
|
|
7966
|
-
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";
|
|
7967
7979
|
airSubmode?: string;
|
|
7968
7980
|
busSubmode?: string;
|
|
7969
7981
|
coachSubmode?: string;
|
|
@@ -8258,7 +8270,7 @@ interface components$1 {
|
|
|
8258
8270
|
directionRef?: string;
|
|
8259
8271
|
mode: {
|
|
8260
8272
|
/** @enum {string} */
|
|
8261
|
-
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";
|
|
8262
8274
|
airSubmode?: string;
|
|
8263
8275
|
busSubmode?: string;
|
|
8264
8276
|
coachSubmode?: string;
|
|
@@ -8536,7 +8548,7 @@ interface components$1 {
|
|
|
8536
8548
|
directionRef?: string;
|
|
8537
8549
|
mode: {
|
|
8538
8550
|
/** @enum {string} */
|
|
8539
|
-
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";
|
|
8540
8552
|
airSubmode?: string;
|
|
8541
8553
|
busSubmode?: string;
|
|
8542
8554
|
coachSubmode?: string;
|
|
@@ -8822,7 +8834,7 @@ interface components$1 {
|
|
|
8822
8834
|
directionRef?: string;
|
|
8823
8835
|
mode: {
|
|
8824
8836
|
/** @enum {string} */
|
|
8825
|
-
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";
|
|
8826
8838
|
airSubmode?: string;
|
|
8827
8839
|
busSubmode?: string;
|
|
8828
8840
|
coachSubmode?: string;
|
|
@@ -9133,12 +9145,12 @@ type AddressSchema = components$f['schemas']['Address'];
|
|
|
9133
9145
|
type ModeStructureSchema = components$f['schemas']['ModeStructure'];
|
|
9134
9146
|
type ProductCategorySchema = components$f['schemas']['ProductCategory'];
|
|
9135
9147
|
type GeneralAttributeSchema = components$f['schemas']['GeneralAttribute'];
|
|
9148
|
+
type ModeFilterSchema = components$f["schemas"]['ModeFilterStructure'];
|
|
9136
9149
|
type ResponseContextSchema = components$f['schemas']['ResponseContextStructure'];
|
|
9137
9150
|
type TripRequestOJP = components$5["schemas"]["OJP"];
|
|
9138
9151
|
type TripParamsSchema = components$5["schemas"]["TripParam"];
|
|
9139
9152
|
type TripRequestSchema = components$5["schemas"]["OJPTripRequest"];
|
|
9140
9153
|
type ViaPointSchema = components$5["schemas"]["ViaPoint"];
|
|
9141
|
-
type ModeAndModeOfOperationFilterSchema = components$5["schemas"]["ModeAndModeOfOperationFilter"];
|
|
9142
9154
|
type TripResultSchema = components$4['schemas']['TripResult'];
|
|
9143
9155
|
type TripSchema = components$4["schemas"]["Trip"];
|
|
9144
9156
|
type LegSchema = components$4["schemas"]["Leg"];
|
|
@@ -9191,4 +9203,4 @@ declare const OpenAPI_Dependencies: {
|
|
|
9191
9203
|
readonly MapStringValues: Record<string, boolean>;
|
|
9192
9204
|
};
|
|
9193
9205
|
|
|
9194
|
-
export { type AddressSchema, type CallAtStopSchema, type ContinuousLegSchema, type DatedJourneySchema, type FareDeliverySchema, type FareRequestOJP, type FareRequestParamsSchema, type FareRequestSchema, type FareRequestsSchema, type FareResponseOJP, type FareResultSchema, type GeneralAttributeSchema, type GeoPositionSchema, type InitialInputSchema, type InternationalTextSchema, type LIR_RequestParamsSchema, type LegSchema, type LocationInformationDeliverySchema, type LocationInformationRequestOJP, type LocationInformationRequestResponseOJP, type LocationInformationRequestSchema, type
|
|
9206
|
+
export { type AddressSchema, type CallAtStopSchema, type ContinuousLegSchema, type DatedJourneySchema, type FareDeliverySchema, type FareRequestOJP, type FareRequestParamsSchema, type FareRequestSchema, type FareRequestsSchema, type FareResponseOJP, type FareResultSchema, type GeneralAttributeSchema, type GeoPositionSchema, type InitialInputSchema, type InternationalTextSchema, type LIR_RequestParamsSchema, type LegSchema, type LocationInformationDeliverySchema, type LocationInformationRequestOJP, type LocationInformationRequestResponseOJP, type LocationInformationRequestSchema, type ModeFilterSchema, type ModeStructureSchema, type OJPv1_DatedJourneySchema, type OJPv1_TimedLegSchema, type OJPv1_TripInfoDeliverySchema, type OJPv1_TripInfoResponseOJP, type OJPv1_TripInfoResultStructureSchema, type OJPv1_TripLegSchema, type OJPv1_TripSchema, OpenAPI_Dependencies, type PlaceContextSchema, type PlaceRefSchema, type PlaceResultSchema, type PlaceSchema, type PlaceTypeEnum, type PointOfInterestSchema, type ProductCategorySchema, type ResponseContextSchema, type SER_RequestLocationSchema, type SER_RequestOJP, type SER_RequestParamsSchema, type StopEventDeliverySchema, type StopEventRequestResponseOJP, type StopEventRequestSchema, type StopEventResultSchema, type StopEventSchema, type StopPlaceSchema, type StopPointSchema, type TIR_RequestOJP, type TIR_RequestParamsSchema, type TIR_RequestSchema, type TRR_DeliverySchema, type TRR_RequestOJP, type TRR_RequestParamsSchema, type TRR_RequestSchema, type TRR_ResponseOJP, type TimedLegSchema, type TopographicPlaceSchema, type TransferLegSchema, type TripDeliverySchema, type TripInfoDeliverySchema, type TripInfoResponseOJP, type TripInfoResultStructureSchema, type TripParamsSchema, type TripRequestOJP, type TripRequestResponseOJP, type TripRequestSchema, type TripResultSchema, type TripSchema, type UseRealtimeDataEnum, VERSION, type VehicleModesOfTransportEnum, type ViaPointSchema };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
declare const VERSION = "0.0.
|
|
1
|
+
declare const VERSION = "0.0.12";
|
|
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;
|
|
@@ -641,6 +641,10 @@ interface components$f {
|
|
|
641
641
|
}[];
|
|
642
642
|
};
|
|
643
643
|
};
|
|
644
|
+
ModeFilterStructure: {
|
|
645
|
+
exclude?: boolean;
|
|
646
|
+
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
|
|
647
|
+
};
|
|
644
648
|
};
|
|
645
649
|
responses: never;
|
|
646
650
|
parameters: never;
|
|
@@ -660,7 +664,7 @@ interface components$e {
|
|
|
660
664
|
directionRef?: string;
|
|
661
665
|
mode: {
|
|
662
666
|
/** @enum {string} */
|
|
663
|
-
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";
|
|
664
668
|
airSubmode?: string;
|
|
665
669
|
busSubmode?: string;
|
|
666
670
|
coachSubmode?: string;
|
|
@@ -812,7 +816,7 @@ interface components$d {
|
|
|
812
816
|
directionRef?: string;
|
|
813
817
|
mode: {
|
|
814
818
|
/** @enum {string} */
|
|
815
|
-
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";
|
|
816
820
|
airSubmode?: string;
|
|
817
821
|
busSubmode?: string;
|
|
818
822
|
coachSubmode?: string;
|
|
@@ -1001,7 +1005,7 @@ interface components$d {
|
|
|
1001
1005
|
directionRef?: string;
|
|
1002
1006
|
mode: {
|
|
1003
1007
|
/** @enum {string} */
|
|
1004
|
-
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";
|
|
1005
1009
|
airSubmode?: string;
|
|
1006
1010
|
busSubmode?: string;
|
|
1007
1011
|
coachSubmode?: string;
|
|
@@ -1255,7 +1259,7 @@ interface components$d {
|
|
|
1255
1259
|
directionRef?: string;
|
|
1256
1260
|
mode: {
|
|
1257
1261
|
/** @enum {string} */
|
|
1258
|
-
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";
|
|
1259
1263
|
airSubmode?: string;
|
|
1260
1264
|
busSubmode?: string;
|
|
1261
1265
|
coachSubmode?: string;
|
|
@@ -1415,6 +1419,10 @@ interface components$c {
|
|
|
1415
1419
|
PlaceParam: {
|
|
1416
1420
|
type: ("stop" | "address" | "poi" | "location" | "topographicPlace")[];
|
|
1417
1421
|
numberOfResults?: number;
|
|
1422
|
+
modes?: {
|
|
1423
|
+
exclude?: boolean;
|
|
1424
|
+
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
|
|
1425
|
+
};
|
|
1418
1426
|
includePtModes?: boolean;
|
|
1419
1427
|
};
|
|
1420
1428
|
InitialInput: {
|
|
@@ -1463,6 +1471,10 @@ interface components$c {
|
|
|
1463
1471
|
restrictions?: {
|
|
1464
1472
|
type: ("stop" | "address" | "poi" | "location" | "topographicPlace")[];
|
|
1465
1473
|
numberOfResults?: number;
|
|
1474
|
+
modes?: {
|
|
1475
|
+
exclude?: boolean;
|
|
1476
|
+
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
|
|
1477
|
+
};
|
|
1466
1478
|
includePtModes?: boolean;
|
|
1467
1479
|
};
|
|
1468
1480
|
};
|
|
@@ -1505,6 +1517,10 @@ interface components$c {
|
|
|
1505
1517
|
restrictions?: {
|
|
1506
1518
|
type: ("stop" | "address" | "poi" | "location" | "topographicPlace")[];
|
|
1507
1519
|
numberOfResults?: number;
|
|
1520
|
+
modes?: {
|
|
1521
|
+
exclude?: boolean;
|
|
1522
|
+
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
|
|
1523
|
+
};
|
|
1508
1524
|
includePtModes?: boolean;
|
|
1509
1525
|
};
|
|
1510
1526
|
};
|
|
@@ -1581,7 +1597,7 @@ interface components$b {
|
|
|
1581
1597
|
};
|
|
1582
1598
|
mode: {
|
|
1583
1599
|
/** @enum {string} */
|
|
1584
|
-
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";
|
|
1585
1601
|
airSubmode?: string;
|
|
1586
1602
|
busSubmode?: string;
|
|
1587
1603
|
coachSubmode?: string;
|
|
@@ -1667,7 +1683,7 @@ interface components$b {
|
|
|
1667
1683
|
};
|
|
1668
1684
|
mode: {
|
|
1669
1685
|
/** @enum {string} */
|
|
1670
|
-
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";
|
|
1671
1687
|
airSubmode?: string;
|
|
1672
1688
|
busSubmode?: string;
|
|
1673
1689
|
coachSubmode?: string;
|
|
@@ -1759,7 +1775,7 @@ interface components$b {
|
|
|
1759
1775
|
};
|
|
1760
1776
|
mode: {
|
|
1761
1777
|
/** @enum {string} */
|
|
1762
|
-
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";
|
|
1763
1779
|
airSubmode?: string;
|
|
1764
1780
|
busSubmode?: string;
|
|
1765
1781
|
coachSubmode?: string;
|
|
@@ -2003,7 +2019,7 @@ interface components$9 {
|
|
|
2003
2019
|
longitude: number;
|
|
2004
2020
|
latitude: number;
|
|
2005
2021
|
};
|
|
2006
|
-
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")[];
|
|
2007
2023
|
};
|
|
2008
2024
|
PlaceResult: {
|
|
2009
2025
|
place: {
|
|
@@ -2062,7 +2078,7 @@ interface components$9 {
|
|
|
2062
2078
|
longitude: number;
|
|
2063
2079
|
latitude: number;
|
|
2064
2080
|
};
|
|
2065
|
-
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")[];
|
|
2066
2082
|
};
|
|
2067
2083
|
complete: boolean;
|
|
2068
2084
|
probability?: number;
|
|
@@ -2201,7 +2217,7 @@ interface components$9 {
|
|
|
2201
2217
|
directionRef?: string;
|
|
2202
2218
|
mode: {
|
|
2203
2219
|
/** @enum {string} */
|
|
2204
|
-
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";
|
|
2205
2221
|
airSubmode?: string;
|
|
2206
2222
|
busSubmode?: string;
|
|
2207
2223
|
coachSubmode?: string;
|
|
@@ -2363,7 +2379,7 @@ interface components$9 {
|
|
|
2363
2379
|
directionRef?: string;
|
|
2364
2380
|
mode: {
|
|
2365
2381
|
/** @enum {string} */
|
|
2366
|
-
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";
|
|
2367
2383
|
airSubmode?: string;
|
|
2368
2384
|
busSubmode?: string;
|
|
2369
2385
|
coachSubmode?: string;
|
|
@@ -2487,7 +2503,7 @@ interface components$9 {
|
|
|
2487
2503
|
};
|
|
2488
2504
|
mode: {
|
|
2489
2505
|
/** @enum {string} */
|
|
2490
|
-
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";
|
|
2491
2507
|
airSubmode?: string;
|
|
2492
2508
|
busSubmode?: string;
|
|
2493
2509
|
coachSubmode?: string;
|
|
@@ -2671,7 +2687,7 @@ interface components$9 {
|
|
|
2671
2687
|
directionRef?: string;
|
|
2672
2688
|
mode: {
|
|
2673
2689
|
/** @enum {string} */
|
|
2674
|
-
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";
|
|
2675
2691
|
airSubmode?: string;
|
|
2676
2692
|
busSubmode?: string;
|
|
2677
2693
|
coachSubmode?: string;
|
|
@@ -2801,7 +2817,7 @@ interface components$9 {
|
|
|
2801
2817
|
};
|
|
2802
2818
|
mode: {
|
|
2803
2819
|
/** @enum {string} */
|
|
2804
|
-
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";
|
|
2805
2821
|
airSubmode?: string;
|
|
2806
2822
|
busSubmode?: string;
|
|
2807
2823
|
coachSubmode?: string;
|
|
@@ -2985,7 +3001,7 @@ interface components$9 {
|
|
|
2985
3001
|
directionRef?: string;
|
|
2986
3002
|
mode: {
|
|
2987
3003
|
/** @enum {string} */
|
|
2988
|
-
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";
|
|
2989
3005
|
airSubmode?: string;
|
|
2990
3006
|
busSubmode?: string;
|
|
2991
3007
|
coachSubmode?: string;
|
|
@@ -3177,7 +3193,7 @@ interface components$7 {
|
|
|
3177
3193
|
directionRef?: string;
|
|
3178
3194
|
mode: {
|
|
3179
3195
|
/** @enum {string} */
|
|
3180
|
-
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";
|
|
3181
3197
|
airSubmode?: string;
|
|
3182
3198
|
busSubmode?: string;
|
|
3183
3199
|
coachSubmode?: string;
|
|
@@ -3327,7 +3343,7 @@ interface components$7 {
|
|
|
3327
3343
|
};
|
|
3328
3344
|
mode: {
|
|
3329
3345
|
/** @enum {string} */
|
|
3330
|
-
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";
|
|
3331
3347
|
airSubmode?: string;
|
|
3332
3348
|
busSubmode?: string;
|
|
3333
3349
|
coachSubmode?: string;
|
|
@@ -3474,7 +3490,7 @@ interface components$7 {
|
|
|
3474
3490
|
directionRef?: string;
|
|
3475
3491
|
mode: {
|
|
3476
3492
|
/** @enum {string} */
|
|
3477
|
-
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";
|
|
3478
3494
|
airSubmode?: string;
|
|
3479
3495
|
busSubmode?: string;
|
|
3480
3496
|
coachSubmode?: string;
|
|
@@ -3630,7 +3646,7 @@ interface components$7 {
|
|
|
3630
3646
|
};
|
|
3631
3647
|
mode: {
|
|
3632
3648
|
/** @enum {string} */
|
|
3633
|
-
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";
|
|
3634
3650
|
airSubmode?: string;
|
|
3635
3651
|
busSubmode?: string;
|
|
3636
3652
|
coachSubmode?: string;
|
|
@@ -3777,7 +3793,7 @@ interface components$7 {
|
|
|
3777
3793
|
directionRef?: string;
|
|
3778
3794
|
mode: {
|
|
3779
3795
|
/** @enum {string} */
|
|
3780
|
-
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";
|
|
3781
3797
|
airSubmode?: string;
|
|
3782
3798
|
busSubmode?: string;
|
|
3783
3799
|
coachSubmode?: string;
|
|
@@ -3943,7 +3959,7 @@ interface components$6 {
|
|
|
3943
3959
|
directionRef?: string;
|
|
3944
3960
|
mode: {
|
|
3945
3961
|
/** @enum {string} */
|
|
3946
|
-
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";
|
|
3947
3963
|
airSubmode?: string;
|
|
3948
3964
|
busSubmode?: string;
|
|
3949
3965
|
coachSubmode?: string;
|
|
@@ -4098,7 +4114,7 @@ interface components$6 {
|
|
|
4098
4114
|
};
|
|
4099
4115
|
mode: {
|
|
4100
4116
|
/** @enum {string} */
|
|
4101
|
-
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";
|
|
4102
4118
|
airSubmode?: string;
|
|
4103
4119
|
busSubmode?: string;
|
|
4104
4120
|
coachSubmode?: string;
|
|
@@ -4245,7 +4261,7 @@ interface components$6 {
|
|
|
4245
4261
|
directionRef?: string;
|
|
4246
4262
|
mode: {
|
|
4247
4263
|
/** @enum {string} */
|
|
4248
|
-
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";
|
|
4249
4265
|
airSubmode?: string;
|
|
4250
4266
|
busSubmode?: string;
|
|
4251
4267
|
coachSubmode?: string;
|
|
@@ -4406,7 +4422,7 @@ interface components$6 {
|
|
|
4406
4422
|
};
|
|
4407
4423
|
mode: {
|
|
4408
4424
|
/** @enum {string} */
|
|
4409
|
-
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";
|
|
4410
4426
|
airSubmode?: string;
|
|
4411
4427
|
busSubmode?: string;
|
|
4412
4428
|
coachSubmode?: string;
|
|
@@ -4553,7 +4569,7 @@ interface components$6 {
|
|
|
4553
4569
|
directionRef?: string;
|
|
4554
4570
|
mode: {
|
|
4555
4571
|
/** @enum {string} */
|
|
4556
|
-
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";
|
|
4557
4573
|
airSubmode?: string;
|
|
4558
4574
|
busSubmode?: string;
|
|
4559
4575
|
coachSubmode?: string;
|
|
@@ -4656,14 +4672,10 @@ interface components$6 {
|
|
|
4656
4672
|
|
|
4657
4673
|
interface components$5 {
|
|
4658
4674
|
schemas: {
|
|
4659
|
-
ModeAndModeOfOperationFilter: {
|
|
4660
|
-
exclude?: boolean;
|
|
4661
|
-
ptMode?: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown")[];
|
|
4662
|
-
};
|
|
4663
4675
|
TripParam: {
|
|
4664
4676
|
modeAndModeOfOperationFilter?: {
|
|
4665
4677
|
exclude?: boolean;
|
|
4666
|
-
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")[];
|
|
4667
4679
|
}[];
|
|
4668
4680
|
walkSpeed?: number;
|
|
4669
4681
|
numberOfResults?: number;
|
|
@@ -4738,7 +4750,7 @@ interface components$5 {
|
|
|
4738
4750
|
params?: {
|
|
4739
4751
|
modeAndModeOfOperationFilter?: {
|
|
4740
4752
|
exclude?: boolean;
|
|
4741
|
-
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")[];
|
|
4742
4754
|
}[];
|
|
4743
4755
|
walkSpeed?: number;
|
|
4744
4756
|
numberOfResults?: number;
|
|
@@ -4808,7 +4820,7 @@ interface components$5 {
|
|
|
4808
4820
|
params?: {
|
|
4809
4821
|
modeAndModeOfOperationFilter?: {
|
|
4810
4822
|
exclude?: boolean;
|
|
4811
|
-
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")[];
|
|
4812
4824
|
}[];
|
|
4813
4825
|
walkSpeed?: number;
|
|
4814
4826
|
numberOfResults?: number;
|
|
@@ -5024,7 +5036,7 @@ interface components$4 {
|
|
|
5024
5036
|
directionRef?: string;
|
|
5025
5037
|
mode: {
|
|
5026
5038
|
/** @enum {string} */
|
|
5027
|
-
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";
|
|
5028
5040
|
airSubmode?: string;
|
|
5029
5041
|
busSubmode?: string;
|
|
5030
5042
|
coachSubmode?: string;
|
|
@@ -5264,7 +5276,7 @@ interface components$4 {
|
|
|
5264
5276
|
directionRef?: string;
|
|
5265
5277
|
mode: {
|
|
5266
5278
|
/** @enum {string} */
|
|
5267
|
-
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";
|
|
5268
5280
|
airSubmode?: string;
|
|
5269
5281
|
busSubmode?: string;
|
|
5270
5282
|
coachSubmode?: string;
|
|
@@ -5513,7 +5525,7 @@ interface components$4 {
|
|
|
5513
5525
|
directionRef?: string;
|
|
5514
5526
|
mode: {
|
|
5515
5527
|
/** @enum {string} */
|
|
5516
|
-
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";
|
|
5517
5529
|
airSubmode?: string;
|
|
5518
5530
|
busSubmode?: string;
|
|
5519
5531
|
coachSubmode?: string;
|
|
@@ -5770,7 +5782,7 @@ interface components$4 {
|
|
|
5770
5782
|
directionRef?: string;
|
|
5771
5783
|
mode: {
|
|
5772
5784
|
/** @enum {string} */
|
|
5773
|
-
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";
|
|
5774
5786
|
airSubmode?: string;
|
|
5775
5787
|
busSubmode?: string;
|
|
5776
5788
|
coachSubmode?: string;
|
|
@@ -5984,7 +5996,7 @@ interface components$4 {
|
|
|
5984
5996
|
};
|
|
5985
5997
|
mode: {
|
|
5986
5998
|
/** @enum {string} */
|
|
5987
|
-
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";
|
|
5988
6000
|
airSubmode?: string;
|
|
5989
6001
|
busSubmode?: string;
|
|
5990
6002
|
coachSubmode?: string;
|
|
@@ -6173,7 +6185,7 @@ interface components$4 {
|
|
|
6173
6185
|
directionRef?: string;
|
|
6174
6186
|
mode: {
|
|
6175
6187
|
/** @enum {string} */
|
|
6176
|
-
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";
|
|
6177
6189
|
airSubmode?: string;
|
|
6178
6190
|
busSubmode?: string;
|
|
6179
6191
|
coachSubmode?: string;
|
|
@@ -6393,7 +6405,7 @@ interface components$4 {
|
|
|
6393
6405
|
};
|
|
6394
6406
|
mode: {
|
|
6395
6407
|
/** @enum {string} */
|
|
6396
|
-
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";
|
|
6397
6409
|
airSubmode?: string;
|
|
6398
6410
|
busSubmode?: string;
|
|
6399
6411
|
coachSubmode?: string;
|
|
@@ -6582,7 +6594,7 @@ interface components$4 {
|
|
|
6582
6594
|
directionRef?: string;
|
|
6583
6595
|
mode: {
|
|
6584
6596
|
/** @enum {string} */
|
|
6585
|
-
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";
|
|
6586
6598
|
airSubmode?: string;
|
|
6587
6599
|
busSubmode?: string;
|
|
6588
6600
|
coachSubmode?: string;
|
|
@@ -6870,7 +6882,7 @@ interface components$3 {
|
|
|
6870
6882
|
directionRef?: string;
|
|
6871
6883
|
mode: {
|
|
6872
6884
|
/** @enum {string} */
|
|
6873
|
-
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";
|
|
6874
6886
|
airSubmode?: string;
|
|
6875
6887
|
busSubmode?: string;
|
|
6876
6888
|
coachSubmode?: string;
|
|
@@ -7146,7 +7158,7 @@ interface components$3 {
|
|
|
7146
7158
|
directionRef?: string;
|
|
7147
7159
|
mode: {
|
|
7148
7160
|
/** @enum {string} */
|
|
7149
|
-
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";
|
|
7150
7162
|
airSubmode?: string;
|
|
7151
7163
|
busSubmode?: string;
|
|
7152
7164
|
coachSubmode?: string;
|
|
@@ -7423,7 +7435,7 @@ interface components$2 {
|
|
|
7423
7435
|
directionRef?: string;
|
|
7424
7436
|
mode: {
|
|
7425
7437
|
/** @enum {string} */
|
|
7426
|
-
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";
|
|
7427
7439
|
airSubmode?: string;
|
|
7428
7440
|
busSubmode?: string;
|
|
7429
7441
|
coachSubmode?: string;
|
|
@@ -7692,7 +7704,7 @@ interface components$2 {
|
|
|
7692
7704
|
directionRef?: string;
|
|
7693
7705
|
mode: {
|
|
7694
7706
|
/** @enum {string} */
|
|
7695
|
-
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";
|
|
7696
7708
|
airSubmode?: string;
|
|
7697
7709
|
busSubmode?: string;
|
|
7698
7710
|
coachSubmode?: string;
|
|
@@ -7963,7 +7975,7 @@ interface components$1 {
|
|
|
7963
7975
|
directionRef?: string;
|
|
7964
7976
|
mode: {
|
|
7965
7977
|
/** @enum {string} */
|
|
7966
|
-
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";
|
|
7967
7979
|
airSubmode?: string;
|
|
7968
7980
|
busSubmode?: string;
|
|
7969
7981
|
coachSubmode?: string;
|
|
@@ -8258,7 +8270,7 @@ interface components$1 {
|
|
|
8258
8270
|
directionRef?: string;
|
|
8259
8271
|
mode: {
|
|
8260
8272
|
/** @enum {string} */
|
|
8261
|
-
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";
|
|
8262
8274
|
airSubmode?: string;
|
|
8263
8275
|
busSubmode?: string;
|
|
8264
8276
|
coachSubmode?: string;
|
|
@@ -8536,7 +8548,7 @@ interface components$1 {
|
|
|
8536
8548
|
directionRef?: string;
|
|
8537
8549
|
mode: {
|
|
8538
8550
|
/** @enum {string} */
|
|
8539
|
-
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";
|
|
8540
8552
|
airSubmode?: string;
|
|
8541
8553
|
busSubmode?: string;
|
|
8542
8554
|
coachSubmode?: string;
|
|
@@ -8822,7 +8834,7 @@ interface components$1 {
|
|
|
8822
8834
|
directionRef?: string;
|
|
8823
8835
|
mode: {
|
|
8824
8836
|
/** @enum {string} */
|
|
8825
|
-
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";
|
|
8826
8838
|
airSubmode?: string;
|
|
8827
8839
|
busSubmode?: string;
|
|
8828
8840
|
coachSubmode?: string;
|
|
@@ -9133,12 +9145,12 @@ type AddressSchema = components$f['schemas']['Address'];
|
|
|
9133
9145
|
type ModeStructureSchema = components$f['schemas']['ModeStructure'];
|
|
9134
9146
|
type ProductCategorySchema = components$f['schemas']['ProductCategory'];
|
|
9135
9147
|
type GeneralAttributeSchema = components$f['schemas']['GeneralAttribute'];
|
|
9148
|
+
type ModeFilterSchema = components$f["schemas"]['ModeFilterStructure'];
|
|
9136
9149
|
type ResponseContextSchema = components$f['schemas']['ResponseContextStructure'];
|
|
9137
9150
|
type TripRequestOJP = components$5["schemas"]["OJP"];
|
|
9138
9151
|
type TripParamsSchema = components$5["schemas"]["TripParam"];
|
|
9139
9152
|
type TripRequestSchema = components$5["schemas"]["OJPTripRequest"];
|
|
9140
9153
|
type ViaPointSchema = components$5["schemas"]["ViaPoint"];
|
|
9141
|
-
type ModeAndModeOfOperationFilterSchema = components$5["schemas"]["ModeAndModeOfOperationFilter"];
|
|
9142
9154
|
type TripResultSchema = components$4['schemas']['TripResult'];
|
|
9143
9155
|
type TripSchema = components$4["schemas"]["Trip"];
|
|
9144
9156
|
type LegSchema = components$4["schemas"]["Leg"];
|
|
@@ -9191,4 +9203,4 @@ declare const OpenAPI_Dependencies: {
|
|
|
9191
9203
|
readonly MapStringValues: Record<string, boolean>;
|
|
9192
9204
|
};
|
|
9193
9205
|
|
|
9194
|
-
export { type AddressSchema, type CallAtStopSchema, type ContinuousLegSchema, type DatedJourneySchema, type FareDeliverySchema, type FareRequestOJP, type FareRequestParamsSchema, type FareRequestSchema, type FareRequestsSchema, type FareResponseOJP, type FareResultSchema, type GeneralAttributeSchema, type GeoPositionSchema, type InitialInputSchema, type InternationalTextSchema, type LIR_RequestParamsSchema, type LegSchema, type LocationInformationDeliverySchema, type LocationInformationRequestOJP, type LocationInformationRequestResponseOJP, type LocationInformationRequestSchema, type
|
|
9206
|
+
export { type AddressSchema, type CallAtStopSchema, type ContinuousLegSchema, type DatedJourneySchema, type FareDeliverySchema, type FareRequestOJP, type FareRequestParamsSchema, type FareRequestSchema, type FareRequestsSchema, type FareResponseOJP, type FareResultSchema, type GeneralAttributeSchema, type GeoPositionSchema, type InitialInputSchema, type InternationalTextSchema, type LIR_RequestParamsSchema, type LegSchema, type LocationInformationDeliverySchema, type LocationInformationRequestOJP, type LocationInformationRequestResponseOJP, type LocationInformationRequestSchema, type ModeFilterSchema, type ModeStructureSchema, type OJPv1_DatedJourneySchema, type OJPv1_TimedLegSchema, type OJPv1_TripInfoDeliverySchema, type OJPv1_TripInfoResponseOJP, type OJPv1_TripInfoResultStructureSchema, type OJPv1_TripLegSchema, type OJPv1_TripSchema, OpenAPI_Dependencies, type PlaceContextSchema, type PlaceRefSchema, type PlaceResultSchema, type PlaceSchema, type PlaceTypeEnum, type PointOfInterestSchema, type ProductCategorySchema, type ResponseContextSchema, type SER_RequestLocationSchema, type SER_RequestOJP, type SER_RequestParamsSchema, type StopEventDeliverySchema, type StopEventRequestResponseOJP, type StopEventRequestSchema, type StopEventResultSchema, type StopEventSchema, type StopPlaceSchema, type StopPointSchema, type TIR_RequestOJP, type TIR_RequestParamsSchema, type TIR_RequestSchema, type TRR_DeliverySchema, type TRR_RequestOJP, type TRR_RequestParamsSchema, type TRR_RequestSchema, type TRR_ResponseOJP, type TimedLegSchema, type TopographicPlaceSchema, type TransferLegSchema, type TripDeliverySchema, type TripInfoDeliverySchema, type TripInfoResponseOJP, type TripInfoResultStructureSchema, type TripParamsSchema, type TripRequestOJP, type TripRequestResponseOJP, type TripRequestSchema, type TripResultSchema, type TripSchema, type UseRealtimeDataEnum, VERSION, type VehicleModesOfTransportEnum, type ViaPointSchema };
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// src/constants.ts
|
|
2
|
-
var VERSION = "0.0.
|
|
2
|
+
var VERSION = "0.0.12";
|
|
3
3
|
|
|
4
4
|
// src/types/openapi-dependencies.ts
|
|
5
5
|
var MapNS_Tags = {
|
|
@@ -106,7 +106,8 @@ var MapModelKeepPropertiesXML = {
|
|
|
106
106
|
"geoPosition": ["longitude", "latitude"]
|
|
107
107
|
};
|
|
108
108
|
var MapStringValues = {
|
|
109
|
-
"stopPlace.stopPlaceRef": true
|
|
109
|
+
"stopPlace.stopPlaceRef": true,
|
|
110
|
+
"publishedServiceName.text": true
|
|
110
111
|
};
|
|
111
112
|
var OpenAPI_Dependencies = {
|
|
112
113
|
MapNS_Tags,
|