ojp-shared-types 0.0.3 → 0.0.5

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/dist/index.d.cts CHANGED
@@ -1,6 +1,6 @@
1
- declare const VERSION = "0.0.3";
1
+ declare const VERSION = "0.0.5";
2
2
 
3
- interface components$d {
3
+ interface components$e {
4
4
  schemas: {
5
5
  /** @enum {string} */
6
6
  VehicleModesOfTransportEnum: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
@@ -197,8 +197,8 @@ interface components$d {
197
197
  estimatedTime?: string;
198
198
  };
199
199
  CallAtStop: {
200
- stopPointRef?: string;
201
- stopPointName?: {
200
+ stopPointRef: string;
201
+ stopPointName: {
202
202
  text: string;
203
203
  };
204
204
  nameSuffix?: {
@@ -418,7 +418,7 @@ interface components$d {
418
418
  pathItems: never;
419
419
  }
420
420
 
421
- interface components$c {
421
+ interface components$d {
422
422
  schemas: {
423
423
  DatedJourney: {
424
424
  conventionalModeOfOperation?: string;
@@ -482,7 +482,7 @@ interface components$c {
482
482
  pathItems: never;
483
483
  }
484
484
 
485
- interface components$b {
485
+ interface components$c {
486
486
  schemas: {
487
487
  TimedLeg: {
488
488
  legBoard: {
@@ -658,6 +658,17 @@ interface components$b {
658
658
  };
659
659
  }[];
660
660
  };
661
+ extension?: {
662
+ transportTypeName?: {
663
+ text: string;
664
+ };
665
+ publishedJourneyNumber?: {
666
+ text: string;
667
+ };
668
+ operatorName?: {
669
+ text: string;
670
+ };
671
+ };
661
672
  };
662
673
  TripLeg: {
663
674
  legId: string;
@@ -836,6 +847,17 @@ interface components$b {
836
847
  };
837
848
  }[];
838
849
  };
850
+ extension?: {
851
+ transportTypeName?: {
852
+ text: string;
853
+ };
854
+ publishedJourneyNumber?: {
855
+ text: string;
856
+ };
857
+ operatorName?: {
858
+ text: string;
859
+ };
860
+ };
839
861
  };
840
862
  transferLeg?: {
841
863
  /** @enum {string} */
@@ -1079,6 +1101,17 @@ interface components$b {
1079
1101
  };
1080
1102
  }[];
1081
1103
  };
1104
+ extension?: {
1105
+ transportTypeName?: {
1106
+ text: string;
1107
+ };
1108
+ publishedJourneyNumber?: {
1109
+ text: string;
1110
+ };
1111
+ operatorName?: {
1112
+ text: string;
1113
+ };
1114
+ };
1082
1115
  };
1083
1116
  transferLeg?: {
1084
1117
  /** @enum {string} */
@@ -1146,7 +1179,7 @@ interface components$b {
1146
1179
  pathItems: never;
1147
1180
  }
1148
1181
 
1149
- interface components$a {
1182
+ interface components$b {
1150
1183
  schemas: {
1151
1184
  PlaceParam: {
1152
1185
  type: ("stop" | "address" | "poi" | "location" | "topographicPlace")[];
@@ -1255,7 +1288,7 @@ interface components$a {
1255
1288
  pathItems: never;
1256
1289
  }
1257
1290
 
1258
- interface components$9 {
1291
+ interface components$a {
1259
1292
  schemas: {
1260
1293
  PlaceResult: {
1261
1294
  place: {
@@ -1525,7 +1558,7 @@ interface components$9 {
1525
1558
  pathItems: never;
1526
1559
  }
1527
1560
 
1528
- interface components$8 {
1561
+ interface components$9 {
1529
1562
  schemas: {
1530
1563
  StopEventParam: {
1531
1564
  includeAllRestrictedLines?: boolean;
@@ -1624,7 +1657,7 @@ interface components$8 {
1624
1657
  pathItems: never;
1625
1658
  }
1626
1659
 
1627
- interface components$7 {
1660
+ interface components$8 {
1628
1661
  schemas: {
1629
1662
  PointOfInterestCategory: {
1630
1663
  osmTag?: {
@@ -1802,8 +1835,8 @@ interface components$7 {
1802
1835
  };
1803
1836
  CallAtNearStop: {
1804
1837
  callAtStop: {
1805
- stopPointRef?: string;
1806
- stopPointName?: {
1838
+ stopPointRef: string;
1839
+ stopPointName: {
1807
1840
  text: string;
1808
1841
  };
1809
1842
  nameSuffix?: {
@@ -1834,8 +1867,8 @@ interface components$7 {
1834
1867
  StopEvent: {
1835
1868
  previousCall: {
1836
1869
  callAtStop: {
1837
- stopPointRef?: string;
1838
- stopPointName?: {
1870
+ stopPointRef: string;
1871
+ stopPointName: {
1839
1872
  text: string;
1840
1873
  };
1841
1874
  nameSuffix?: {
@@ -1865,8 +1898,8 @@ interface components$7 {
1865
1898
  }[];
1866
1899
  thisCall: {
1867
1900
  callAtStop: {
1868
- stopPointRef?: string;
1869
- stopPointName?: {
1901
+ stopPointRef: string;
1902
+ stopPointName: {
1870
1903
  text: string;
1871
1904
  };
1872
1905
  nameSuffix?: {
@@ -1896,8 +1929,8 @@ interface components$7 {
1896
1929
  };
1897
1930
  onwardCall: {
1898
1931
  callAtStop: {
1899
- stopPointRef?: string;
1900
- stopPointName?: {
1932
+ stopPointRef: string;
1933
+ stopPointName: {
1901
1934
  text: string;
1902
1935
  };
1903
1936
  nameSuffix?: {
@@ -1990,8 +2023,8 @@ interface components$7 {
1990
2023
  stopEvent: {
1991
2024
  previousCall: {
1992
2025
  callAtStop: {
1993
- stopPointRef?: string;
1994
- stopPointName?: {
2026
+ stopPointRef: string;
2027
+ stopPointName: {
1995
2028
  text: string;
1996
2029
  };
1997
2030
  nameSuffix?: {
@@ -2021,8 +2054,8 @@ interface components$7 {
2021
2054
  }[];
2022
2055
  thisCall: {
2023
2056
  callAtStop: {
2024
- stopPointRef?: string;
2025
- stopPointName?: {
2057
+ stopPointRef: string;
2058
+ stopPointName: {
2026
2059
  text: string;
2027
2060
  };
2028
2061
  nameSuffix?: {
@@ -2052,8 +2085,8 @@ interface components$7 {
2052
2085
  };
2053
2086
  onwardCall: {
2054
2087
  callAtStop: {
2055
- stopPointRef?: string;
2056
- stopPointName?: {
2088
+ stopPointRef: string;
2089
+ stopPointName: {
2057
2090
  text: string;
2058
2091
  };
2059
2092
  nameSuffix?: {
@@ -2232,8 +2265,8 @@ interface components$7 {
2232
2265
  stopEvent: {
2233
2266
  previousCall: {
2234
2267
  callAtStop: {
2235
- stopPointRef?: string;
2236
- stopPointName?: {
2268
+ stopPointRef: string;
2269
+ stopPointName: {
2237
2270
  text: string;
2238
2271
  };
2239
2272
  nameSuffix?: {
@@ -2263,8 +2296,8 @@ interface components$7 {
2263
2296
  }[];
2264
2297
  thisCall: {
2265
2298
  callAtStop: {
2266
- stopPointRef?: string;
2267
- stopPointName?: {
2299
+ stopPointRef: string;
2300
+ stopPointName: {
2268
2301
  text: string;
2269
2302
  };
2270
2303
  nameSuffix?: {
@@ -2294,8 +2327,8 @@ interface components$7 {
2294
2327
  };
2295
2328
  onwardCall: {
2296
2329
  callAtStop: {
2297
- stopPointRef?: string;
2298
- stopPointName?: {
2330
+ stopPointRef: string;
2331
+ stopPointName: {
2299
2332
  text: string;
2300
2333
  };
2301
2334
  nameSuffix?: {
@@ -2480,8 +2513,8 @@ interface components$7 {
2480
2513
  stopEvent: {
2481
2514
  previousCall: {
2482
2515
  callAtStop: {
2483
- stopPointRef?: string;
2484
- stopPointName?: {
2516
+ stopPointRef: string;
2517
+ stopPointName: {
2485
2518
  text: string;
2486
2519
  };
2487
2520
  nameSuffix?: {
@@ -2511,8 +2544,39 @@ interface components$7 {
2511
2544
  }[];
2512
2545
  thisCall: {
2513
2546
  callAtStop: {
2514
- stopPointRef?: string;
2515
- stopPointName?: {
2547
+ stopPointRef: string;
2548
+ stopPointName: {
2549
+ text: string;
2550
+ };
2551
+ nameSuffix?: {
2552
+ text: string;
2553
+ };
2554
+ plannedQuay?: {
2555
+ text: string;
2556
+ };
2557
+ estimatedQuay?: {
2558
+ text: string;
2559
+ };
2560
+ serviceArrival?: {
2561
+ timetabledTime: string;
2562
+ estimatedTime?: string;
2563
+ };
2564
+ serviceDeparture?: {
2565
+ timetabledTime: string;
2566
+ estimatedTime?: string;
2567
+ };
2568
+ order?: number;
2569
+ requestStop?: boolean;
2570
+ unplannedStop?: boolean;
2571
+ notServicedStop?: boolean;
2572
+ noBoardingAtStop?: boolean;
2573
+ noAlightingAtStop?: boolean;
2574
+ };
2575
+ };
2576
+ onwardCall: {
2577
+ callAtStop: {
2578
+ stopPointRef: string;
2579
+ stopPointName: {
2516
2580
  text: string;
2517
2581
  };
2518
2582
  nameSuffix?: {
@@ -2539,97 +2603,746 @@ interface components$7 {
2539
2603
  noBoardingAtStop?: boolean;
2540
2604
  noAlightingAtStop?: boolean;
2541
2605
  };
2606
+ }[];
2607
+ service: {
2608
+ conventionalModeOfOperation?: string;
2609
+ operatingDayRef: string;
2610
+ journeyRef: string;
2611
+ publicCode?: string;
2612
+ lineRef: string;
2613
+ directionRef?: string;
2614
+ mode: {
2615
+ /** @enum {string} */
2616
+ ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
2617
+ airSubmode?: string;
2618
+ busSubmode?: string;
2619
+ coachSubmode?: string;
2620
+ funicularSubmode?: string;
2621
+ metroSubmode?: string;
2622
+ tramSubmode?: string;
2623
+ telecabinSubmode?: string;
2624
+ railSubmode?: string;
2625
+ waterSubmode?: string;
2626
+ name?: {
2627
+ text: string;
2628
+ };
2629
+ shortName?: {
2630
+ text: string;
2631
+ };
2632
+ };
2633
+ productCategory?: {
2634
+ name?: {
2635
+ text: string;
2636
+ };
2637
+ shortName?: {
2638
+ text: string;
2639
+ };
2640
+ productCategoryRef?: string;
2641
+ };
2642
+ publishedServiceName: {
2643
+ text: string;
2644
+ };
2645
+ trainNumber?: string;
2646
+ attribute: {
2647
+ userText: {
2648
+ text: string;
2649
+ };
2650
+ code: string;
2651
+ }[];
2652
+ operatorRef?: string;
2653
+ destinationStopPointRef?: string;
2654
+ destinationText?: {
2655
+ text: string;
2656
+ };
2657
+ unplanned?: boolean;
2658
+ cancelled?: boolean;
2659
+ deviation?: boolean;
2660
+ };
2661
+ operatingDays?: {
2662
+ from: string;
2663
+ to: string;
2664
+ pattern: string;
2665
+ };
2666
+ };
2667
+ }[];
2668
+ };
2669
+ };
2670
+ };
2671
+ };
2672
+ };
2673
+ responses: never;
2674
+ parameters: never;
2675
+ requestBodies: never;
2676
+ headers: never;
2677
+ pathItems: never;
2678
+ }
2679
+
2680
+ interface components$7 {
2681
+ schemas: {
2682
+ TripInfoParamStructure: {
2683
+ includeCalls?: boolean;
2684
+ includeService?: boolean;
2685
+ includeTrackProjection?: boolean;
2686
+ includePlacesContext?: boolean;
2687
+ includeSituationsContext?: boolean;
2688
+ };
2689
+ OJPTripInfoRequest: {
2690
+ requestTimestamp: string;
2691
+ journeyRef: string;
2692
+ operatingDayRef: string;
2693
+ params?: {
2694
+ includeCalls?: boolean;
2695
+ includeService?: boolean;
2696
+ includeTrackProjection?: boolean;
2697
+ includePlacesContext?: boolean;
2698
+ includeSituationsContext?: boolean;
2699
+ };
2700
+ };
2701
+ OJP: {
2702
+ OJPRequest: {
2703
+ serviceRequest: {
2704
+ serviceRequestContext?: {
2705
+ language?: string;
2706
+ };
2707
+ requestTimestamp: string;
2708
+ requestorRef: string;
2709
+ OJPTripInfoRequest: {
2710
+ requestTimestamp: string;
2711
+ journeyRef: string;
2712
+ operatingDayRef: string;
2713
+ params?: {
2714
+ includeCalls?: boolean;
2715
+ includeService?: boolean;
2716
+ includeTrackProjection?: boolean;
2717
+ includePlacesContext?: boolean;
2718
+ includeSituationsContext?: boolean;
2719
+ };
2720
+ };
2721
+ };
2722
+ };
2723
+ };
2724
+ };
2725
+ responses: never;
2726
+ parameters: never;
2727
+ requestBodies: never;
2728
+ headers: never;
2729
+ pathItems: never;
2730
+ }
2731
+
2732
+ interface components$6 {
2733
+ schemas: {
2734
+ TripInfoResultStructure: {
2735
+ previousCall: {
2736
+ stopPointRef: string;
2737
+ stopPointName: {
2738
+ text: string;
2739
+ };
2740
+ nameSuffix?: {
2741
+ text: string;
2742
+ };
2743
+ plannedQuay?: {
2744
+ text: string;
2745
+ };
2746
+ estimatedQuay?: {
2747
+ text: string;
2748
+ };
2749
+ serviceArrival?: {
2750
+ timetabledTime: string;
2751
+ estimatedTime?: string;
2752
+ };
2753
+ serviceDeparture?: {
2754
+ timetabledTime: string;
2755
+ estimatedTime?: string;
2756
+ };
2757
+ order?: number;
2758
+ requestStop?: boolean;
2759
+ unplannedStop?: boolean;
2760
+ notServicedStop?: boolean;
2761
+ noBoardingAtStop?: boolean;
2762
+ noAlightingAtStop?: boolean;
2763
+ }[];
2764
+ onwardCall: {
2765
+ stopPointRef: string;
2766
+ stopPointName: {
2767
+ text: string;
2768
+ };
2769
+ nameSuffix?: {
2770
+ text: string;
2771
+ };
2772
+ plannedQuay?: {
2773
+ text: string;
2774
+ };
2775
+ estimatedQuay?: {
2776
+ text: string;
2777
+ };
2778
+ serviceArrival?: {
2779
+ timetabledTime: string;
2780
+ estimatedTime?: string;
2781
+ };
2782
+ serviceDeparture?: {
2783
+ timetabledTime: string;
2784
+ estimatedTime?: string;
2785
+ };
2786
+ order?: number;
2787
+ requestStop?: boolean;
2788
+ unplannedStop?: boolean;
2789
+ notServicedStop?: boolean;
2790
+ noBoardingAtStop?: boolean;
2791
+ noAlightingAtStop?: boolean;
2792
+ }[];
2793
+ service?: {
2794
+ conventionalModeOfOperation?: string;
2795
+ operatingDayRef: string;
2796
+ journeyRef: string;
2797
+ publicCode?: string;
2798
+ lineRef: string;
2799
+ directionRef?: string;
2800
+ mode: {
2801
+ /** @enum {string} */
2802
+ ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
2803
+ airSubmode?: string;
2804
+ busSubmode?: string;
2805
+ coachSubmode?: string;
2806
+ funicularSubmode?: string;
2807
+ metroSubmode?: string;
2808
+ tramSubmode?: string;
2809
+ telecabinSubmode?: string;
2810
+ railSubmode?: string;
2811
+ waterSubmode?: string;
2812
+ name?: {
2813
+ text: string;
2814
+ };
2815
+ shortName?: {
2816
+ text: string;
2817
+ };
2818
+ };
2819
+ productCategory?: {
2820
+ name?: {
2821
+ text: string;
2822
+ };
2823
+ shortName?: {
2824
+ text: string;
2825
+ };
2826
+ productCategoryRef?: string;
2827
+ };
2828
+ publishedServiceName: {
2829
+ text: string;
2830
+ };
2831
+ trainNumber?: string;
2832
+ attribute: {
2833
+ userText: {
2834
+ text: string;
2835
+ };
2836
+ code: string;
2837
+ }[];
2838
+ operatorRef?: string;
2839
+ destinationStopPointRef?: string;
2840
+ destinationText?: {
2841
+ text: string;
2842
+ };
2843
+ unplanned?: boolean;
2844
+ cancelled?: boolean;
2845
+ deviation?: boolean;
2846
+ };
2847
+ journeyTrack?: {
2848
+ trackSection: {
2849
+ trackSectionStart?: {
2850
+ stopPointRef?: string;
2851
+ stopPlaceRef?: string;
2852
+ geoPosition?: {
2853
+ longitude: number;
2854
+ latitude: number;
2855
+ };
2856
+ name: {
2857
+ text: string;
2858
+ };
2859
+ };
2860
+ trackSectionEnd?: {
2861
+ stopPointRef?: string;
2862
+ stopPlaceRef?: string;
2863
+ geoPosition?: {
2864
+ longitude: number;
2865
+ latitude: number;
2866
+ };
2867
+ name: {
2868
+ text: string;
2869
+ };
2870
+ };
2871
+ linkProjection?: {
2872
+ position: {
2873
+ longitude: number;
2874
+ latitude: number;
2875
+ }[];
2876
+ };
2877
+ }[];
2878
+ };
2879
+ };
2880
+ OJPTripInfoDelivery: {
2881
+ responseTimestamp: string;
2882
+ requestMessageRef?: string;
2883
+ defaultLanguage?: string;
2884
+ calcTime?: string;
2885
+ tripInfoResponseContext?: {
2886
+ places: {
2887
+ place: {
2888
+ stopPoint?: {
2889
+ stopPointRef: string;
2890
+ stopPointName: {
2891
+ text: string;
2892
+ };
2893
+ plannedQuay?: {
2894
+ text: string;
2895
+ };
2896
+ estimatedQuay?: {
2897
+ text: string;
2898
+ };
2899
+ };
2900
+ stopPlace?: {
2901
+ stopPlaceRef?: string;
2902
+ stopPlaceName?: {
2903
+ text: string;
2904
+ };
2905
+ };
2906
+ topographicPlace?: {
2907
+ topographicPlaceCode: string;
2908
+ topographicPlaceName: {
2909
+ text: string;
2910
+ };
2911
+ };
2912
+ pointOfInterest?: {
2913
+ publicCode: string;
2914
+ name: {
2915
+ text: string;
2916
+ };
2917
+ pointOfInterestCategory: {
2918
+ osmTag?: {
2919
+ tag: string;
2920
+ value: string;
2921
+ };
2922
+ }[];
2923
+ topographicPlaceRef?: string;
2924
+ };
2925
+ address?: {
2926
+ publicCode: string;
2927
+ name: {
2928
+ text: string;
2929
+ };
2930
+ postCode?: string;
2931
+ topographicPlaceName?: string;
2932
+ TopographicPlaceRef?: string;
2933
+ Street?: string;
2934
+ HouseNumber?: string;
2935
+ };
2936
+ name: {
2937
+ text: string;
2938
+ };
2939
+ geoPosition: {
2940
+ longitude: number;
2941
+ latitude: number;
2942
+ };
2943
+ mode: {
2944
+ /** @enum {string} */
2945
+ ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
2946
+ airSubmode?: string;
2947
+ busSubmode?: string;
2948
+ coachSubmode?: string;
2949
+ funicularSubmode?: string;
2950
+ metroSubmode?: string;
2951
+ tramSubmode?: string;
2952
+ telecabinSubmode?: string;
2953
+ railSubmode?: string;
2954
+ waterSubmode?: string;
2955
+ name?: {
2956
+ text: string;
2957
+ };
2958
+ shortName?: {
2959
+ text: string;
2960
+ };
2961
+ }[];
2962
+ }[];
2963
+ };
2964
+ };
2965
+ tripInfoResult: {
2966
+ previousCall: {
2967
+ stopPointRef: string;
2968
+ stopPointName: {
2969
+ text: string;
2970
+ };
2971
+ nameSuffix?: {
2972
+ text: string;
2973
+ };
2974
+ plannedQuay?: {
2975
+ text: string;
2976
+ };
2977
+ estimatedQuay?: {
2978
+ text: string;
2979
+ };
2980
+ serviceArrival?: {
2981
+ timetabledTime: string;
2982
+ estimatedTime?: string;
2983
+ };
2984
+ serviceDeparture?: {
2985
+ timetabledTime: string;
2986
+ estimatedTime?: string;
2987
+ };
2988
+ order?: number;
2989
+ requestStop?: boolean;
2990
+ unplannedStop?: boolean;
2991
+ notServicedStop?: boolean;
2992
+ noBoardingAtStop?: boolean;
2993
+ noAlightingAtStop?: boolean;
2994
+ }[];
2995
+ onwardCall: {
2996
+ stopPointRef: string;
2997
+ stopPointName: {
2998
+ text: string;
2999
+ };
3000
+ nameSuffix?: {
3001
+ text: string;
3002
+ };
3003
+ plannedQuay?: {
3004
+ text: string;
3005
+ };
3006
+ estimatedQuay?: {
3007
+ text: string;
3008
+ };
3009
+ serviceArrival?: {
3010
+ timetabledTime: string;
3011
+ estimatedTime?: string;
3012
+ };
3013
+ serviceDeparture?: {
3014
+ timetabledTime: string;
3015
+ estimatedTime?: string;
3016
+ };
3017
+ order?: number;
3018
+ requestStop?: boolean;
3019
+ unplannedStop?: boolean;
3020
+ notServicedStop?: boolean;
3021
+ noBoardingAtStop?: boolean;
3022
+ noAlightingAtStop?: boolean;
3023
+ }[];
3024
+ service?: {
3025
+ conventionalModeOfOperation?: string;
3026
+ operatingDayRef: string;
3027
+ journeyRef: string;
3028
+ publicCode?: string;
3029
+ lineRef: string;
3030
+ directionRef?: string;
3031
+ mode: {
3032
+ /** @enum {string} */
3033
+ ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
3034
+ airSubmode?: string;
3035
+ busSubmode?: string;
3036
+ coachSubmode?: string;
3037
+ funicularSubmode?: string;
3038
+ metroSubmode?: string;
3039
+ tramSubmode?: string;
3040
+ telecabinSubmode?: string;
3041
+ railSubmode?: string;
3042
+ waterSubmode?: string;
3043
+ name?: {
3044
+ text: string;
3045
+ };
3046
+ shortName?: {
3047
+ text: string;
3048
+ };
3049
+ };
3050
+ productCategory?: {
3051
+ name?: {
3052
+ text: string;
3053
+ };
3054
+ shortName?: {
3055
+ text: string;
3056
+ };
3057
+ productCategoryRef?: string;
3058
+ };
3059
+ publishedServiceName: {
3060
+ text: string;
3061
+ };
3062
+ trainNumber?: string;
3063
+ attribute: {
3064
+ userText: {
3065
+ text: string;
3066
+ };
3067
+ code: string;
3068
+ }[];
3069
+ operatorRef?: string;
3070
+ destinationStopPointRef?: string;
3071
+ destinationText?: {
3072
+ text: string;
3073
+ };
3074
+ unplanned?: boolean;
3075
+ cancelled?: boolean;
3076
+ deviation?: boolean;
3077
+ };
3078
+ journeyTrack?: {
3079
+ trackSection: {
3080
+ trackSectionStart?: {
3081
+ stopPointRef?: string;
3082
+ stopPlaceRef?: string;
3083
+ geoPosition?: {
3084
+ longitude: number;
3085
+ latitude: number;
3086
+ };
3087
+ name: {
3088
+ text: string;
3089
+ };
3090
+ };
3091
+ trackSectionEnd?: {
3092
+ stopPointRef?: string;
3093
+ stopPlaceRef?: string;
3094
+ geoPosition?: {
3095
+ longitude: number;
3096
+ latitude: number;
3097
+ };
3098
+ name: {
3099
+ text: string;
3100
+ };
3101
+ };
3102
+ linkProjection?: {
3103
+ position: {
3104
+ longitude: number;
3105
+ latitude: number;
3106
+ }[];
3107
+ };
3108
+ }[];
3109
+ };
3110
+ }[];
3111
+ };
3112
+ OJP: {
3113
+ OJPResponse: {
3114
+ serviceDelivery: {
3115
+ responseTimestamp: string;
3116
+ producerRef: string;
3117
+ OJPTripInfoDelivery: {
3118
+ responseTimestamp: string;
3119
+ requestMessageRef?: string;
3120
+ defaultLanguage?: string;
3121
+ calcTime?: string;
3122
+ tripInfoResponseContext?: {
3123
+ places: {
3124
+ place: {
3125
+ stopPoint?: {
3126
+ stopPointRef: string;
3127
+ stopPointName: {
3128
+ text: string;
3129
+ };
3130
+ plannedQuay?: {
3131
+ text: string;
3132
+ };
3133
+ estimatedQuay?: {
3134
+ text: string;
3135
+ };
3136
+ };
3137
+ stopPlace?: {
3138
+ stopPlaceRef?: string;
3139
+ stopPlaceName?: {
3140
+ text: string;
3141
+ };
3142
+ };
3143
+ topographicPlace?: {
3144
+ topographicPlaceCode: string;
3145
+ topographicPlaceName: {
3146
+ text: string;
3147
+ };
3148
+ };
3149
+ pointOfInterest?: {
3150
+ publicCode: string;
3151
+ name: {
3152
+ text: string;
3153
+ };
3154
+ pointOfInterestCategory: {
3155
+ osmTag?: {
3156
+ tag: string;
3157
+ value: string;
3158
+ };
3159
+ }[];
3160
+ topographicPlaceRef?: string;
3161
+ };
3162
+ address?: {
3163
+ publicCode: string;
3164
+ name: {
3165
+ text: string;
3166
+ };
3167
+ postCode?: string;
3168
+ topographicPlaceName?: string;
3169
+ TopographicPlaceRef?: string;
3170
+ Street?: string;
3171
+ HouseNumber?: string;
3172
+ };
3173
+ name: {
3174
+ text: string;
3175
+ };
3176
+ geoPosition: {
3177
+ longitude: number;
3178
+ latitude: number;
3179
+ };
3180
+ mode: {
3181
+ /** @enum {string} */
3182
+ ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
3183
+ airSubmode?: string;
3184
+ busSubmode?: string;
3185
+ coachSubmode?: string;
3186
+ funicularSubmode?: string;
3187
+ metroSubmode?: string;
3188
+ tramSubmode?: string;
3189
+ telecabinSubmode?: string;
3190
+ railSubmode?: string;
3191
+ waterSubmode?: string;
3192
+ name?: {
3193
+ text: string;
3194
+ };
3195
+ shortName?: {
3196
+ text: string;
3197
+ };
3198
+ }[];
3199
+ }[];
3200
+ };
3201
+ };
3202
+ tripInfoResult: {
3203
+ previousCall: {
3204
+ stopPointRef: string;
3205
+ stopPointName: {
3206
+ text: string;
3207
+ };
3208
+ nameSuffix?: {
3209
+ text: string;
3210
+ };
3211
+ plannedQuay?: {
3212
+ text: string;
3213
+ };
3214
+ estimatedQuay?: {
3215
+ text: string;
3216
+ };
3217
+ serviceArrival?: {
3218
+ timetabledTime: string;
3219
+ estimatedTime?: string;
3220
+ };
3221
+ serviceDeparture?: {
3222
+ timetabledTime: string;
3223
+ estimatedTime?: string;
3224
+ };
3225
+ order?: number;
3226
+ requestStop?: boolean;
3227
+ unplannedStop?: boolean;
3228
+ notServicedStop?: boolean;
3229
+ noBoardingAtStop?: boolean;
3230
+ noAlightingAtStop?: boolean;
3231
+ }[];
3232
+ onwardCall: {
3233
+ stopPointRef: string;
3234
+ stopPointName: {
3235
+ text: string;
3236
+ };
3237
+ nameSuffix?: {
3238
+ text: string;
3239
+ };
3240
+ plannedQuay?: {
3241
+ text: string;
3242
+ };
3243
+ estimatedQuay?: {
3244
+ text: string;
3245
+ };
3246
+ serviceArrival?: {
3247
+ timetabledTime: string;
3248
+ estimatedTime?: string;
3249
+ };
3250
+ serviceDeparture?: {
3251
+ timetabledTime: string;
3252
+ estimatedTime?: string;
3253
+ };
3254
+ order?: number;
3255
+ requestStop?: boolean;
3256
+ unplannedStop?: boolean;
3257
+ notServicedStop?: boolean;
3258
+ noBoardingAtStop?: boolean;
3259
+ noAlightingAtStop?: boolean;
3260
+ }[];
3261
+ service?: {
3262
+ conventionalModeOfOperation?: string;
3263
+ operatingDayRef: string;
3264
+ journeyRef: string;
3265
+ publicCode?: string;
3266
+ lineRef: string;
3267
+ directionRef?: string;
3268
+ mode: {
3269
+ /** @enum {string} */
3270
+ ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
3271
+ airSubmode?: string;
3272
+ busSubmode?: string;
3273
+ coachSubmode?: string;
3274
+ funicularSubmode?: string;
3275
+ metroSubmode?: string;
3276
+ tramSubmode?: string;
3277
+ telecabinSubmode?: string;
3278
+ railSubmode?: string;
3279
+ waterSubmode?: string;
3280
+ name?: {
3281
+ text: string;
3282
+ };
3283
+ shortName?: {
3284
+ text: string;
3285
+ };
2542
3286
  };
2543
- onwardCall: {
2544
- callAtStop: {
2545
- stopPointRef?: string;
2546
- stopPointName?: {
2547
- text: string;
2548
- };
2549
- nameSuffix?: {
2550
- text: string;
2551
- };
2552
- plannedQuay?: {
2553
- text: string;
2554
- };
2555
- estimatedQuay?: {
2556
- text: string;
2557
- };
2558
- serviceArrival?: {
2559
- timetabledTime: string;
2560
- estimatedTime?: string;
2561
- };
2562
- serviceDeparture?: {
2563
- timetabledTime: string;
2564
- estimatedTime?: string;
2565
- };
2566
- order?: number;
2567
- requestStop?: boolean;
2568
- unplannedStop?: boolean;
2569
- notServicedStop?: boolean;
2570
- noBoardingAtStop?: boolean;
2571
- noAlightingAtStop?: boolean;
3287
+ productCategory?: {
3288
+ name?: {
3289
+ text: string;
3290
+ };
3291
+ shortName?: {
3292
+ text: string;
3293
+ };
3294
+ productCategoryRef?: string;
3295
+ };
3296
+ publishedServiceName: {
3297
+ text: string;
3298
+ };
3299
+ trainNumber?: string;
3300
+ attribute: {
3301
+ userText: {
3302
+ text: string;
2572
3303
  };
3304
+ code: string;
2573
3305
  }[];
2574
- service: {
2575
- conventionalModeOfOperation?: string;
2576
- operatingDayRef: string;
2577
- journeyRef: string;
2578
- publicCode?: string;
2579
- lineRef: string;
2580
- directionRef?: string;
2581
- mode: {
2582
- /** @enum {string} */
2583
- ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
2584
- airSubmode?: string;
2585
- busSubmode?: string;
2586
- coachSubmode?: string;
2587
- funicularSubmode?: string;
2588
- metroSubmode?: string;
2589
- tramSubmode?: string;
2590
- telecabinSubmode?: string;
2591
- railSubmode?: string;
2592
- waterSubmode?: string;
2593
- name?: {
2594
- text: string;
3306
+ operatorRef?: string;
3307
+ destinationStopPointRef?: string;
3308
+ destinationText?: {
3309
+ text: string;
3310
+ };
3311
+ unplanned?: boolean;
3312
+ cancelled?: boolean;
3313
+ deviation?: boolean;
3314
+ };
3315
+ journeyTrack?: {
3316
+ trackSection: {
3317
+ trackSectionStart?: {
3318
+ stopPointRef?: string;
3319
+ stopPlaceRef?: string;
3320
+ geoPosition?: {
3321
+ longitude: number;
3322
+ latitude: number;
2595
3323
  };
2596
- shortName?: {
3324
+ name: {
2597
3325
  text: string;
2598
3326
  };
2599
3327
  };
2600
- productCategory?: {
2601
- name?: {
2602
- text: string;
3328
+ trackSectionEnd?: {
3329
+ stopPointRef?: string;
3330
+ stopPlaceRef?: string;
3331
+ geoPosition?: {
3332
+ longitude: number;
3333
+ latitude: number;
2603
3334
  };
2604
- shortName?: {
3335
+ name: {
2605
3336
  text: string;
2606
3337
  };
2607
- productCategoryRef?: string;
2608
- };
2609
- publishedServiceName: {
2610
- text: string;
2611
3338
  };
2612
- trainNumber?: string;
2613
- attribute: {
2614
- userText: {
2615
- text: string;
2616
- };
2617
- code: string;
2618
- }[];
2619
- operatorRef?: string;
2620
- destinationStopPointRef?: string;
2621
- destinationText?: {
2622
- text: string;
3339
+ linkProjection?: {
3340
+ position: {
3341
+ longitude: number;
3342
+ latitude: number;
3343
+ }[];
2623
3344
  };
2624
- unplanned?: boolean;
2625
- cancelled?: boolean;
2626
- deviation?: boolean;
2627
- };
2628
- operatingDays?: {
2629
- from: string;
2630
- to: string;
2631
- pattern: string;
2632
- };
3345
+ }[];
2633
3346
  };
2634
3347
  }[];
2635
3348
  };
@@ -2644,64 +3357,12 @@ interface components$7 {
2644
3357
  pathItems: never;
2645
3358
  }
2646
3359
 
2647
- interface components$6 {
2648
- schemas: {
2649
- TripInfoParamStructure: {
2650
- includeCalls?: boolean;
2651
- includeService?: boolean;
2652
- includeTrackProjection?: boolean;
2653
- includePlacesContext?: boolean;
2654
- includeSituationsContext?: boolean;
2655
- };
2656
- OJPTripInfoRequest: {
2657
- requestTimestamp: string;
2658
- journeyRef: string;
2659
- operatingDayRef: string;
2660
- params?: {
2661
- includeCalls?: boolean;
2662
- includeService?: boolean;
2663
- includeTrackProjection?: boolean;
2664
- includePlacesContext?: boolean;
2665
- includeSituationsContext?: boolean;
2666
- };
2667
- };
2668
- OJP: {
2669
- OJPRequest: {
2670
- serviceRequest: {
2671
- serviceRequestContext?: {
2672
- language?: string;
2673
- };
2674
- requestTimestamp: string;
2675
- requestorRef: string;
2676
- OJPTripInfoRequest: {
2677
- requestTimestamp: string;
2678
- journeyRef: string;
2679
- operatingDayRef: string;
2680
- params?: {
2681
- includeCalls?: boolean;
2682
- includeService?: boolean;
2683
- includeTrackProjection?: boolean;
2684
- includePlacesContext?: boolean;
2685
- includeSituationsContext?: boolean;
2686
- };
2687
- };
2688
- };
2689
- };
2690
- };
2691
- };
2692
- responses: never;
2693
- parameters: never;
2694
- requestBodies: never;
2695
- headers: never;
2696
- pathItems: never;
2697
- }
2698
-
2699
3360
  interface components$5 {
2700
3361
  schemas: {
2701
3362
  TripInfoResultStructure: {
2702
3363
  previousCall: {
2703
- stopPointRef?: string;
2704
- stopPointName?: {
3364
+ stopPointRef: string;
3365
+ stopPointName: {
2705
3366
  text: string;
2706
3367
  };
2707
3368
  nameSuffix?: {
@@ -2729,8 +3390,8 @@ interface components$5 {
2729
3390
  noAlightingAtStop?: boolean;
2730
3391
  }[];
2731
3392
  onwardCall: {
2732
- stopPointRef?: string;
2733
- stopPointName?: {
3393
+ stopPointRef: string;
3394
+ stopPointName: {
2734
3395
  text: string;
2735
3396
  };
2736
3397
  nameSuffix?: {
@@ -2792,7 +3453,7 @@ interface components$5 {
2792
3453
  };
2793
3454
  productCategoryRef?: string;
2794
3455
  };
2795
- publishedServiceName: {
3456
+ publishedLineName: {
2796
3457
  text: string;
2797
3458
  };
2798
3459
  trainNumber?: string;
@@ -2843,6 +3504,17 @@ interface components$5 {
2843
3504
  };
2844
3505
  }[];
2845
3506
  };
3507
+ extension?: {
3508
+ transportTypeName?: {
3509
+ text: string;
3510
+ };
3511
+ publishedJourneyNumber?: {
3512
+ text: string;
3513
+ };
3514
+ operatorName?: {
3515
+ text: string;
3516
+ };
3517
+ };
2846
3518
  };
2847
3519
  OJPTripInfoDelivery: {
2848
3520
  responseTimestamp: string;
@@ -2931,8 +3603,8 @@ interface components$5 {
2931
3603
  };
2932
3604
  tripInfoResult: {
2933
3605
  previousCall: {
2934
- stopPointRef?: string;
2935
- stopPointName?: {
3606
+ stopPointRef: string;
3607
+ stopPointName: {
2936
3608
  text: string;
2937
3609
  };
2938
3610
  nameSuffix?: {
@@ -2960,8 +3632,8 @@ interface components$5 {
2960
3632
  noAlightingAtStop?: boolean;
2961
3633
  }[];
2962
3634
  onwardCall: {
2963
- stopPointRef?: string;
2964
- stopPointName?: {
3635
+ stopPointRef: string;
3636
+ stopPointName: {
2965
3637
  text: string;
2966
3638
  };
2967
3639
  nameSuffix?: {
@@ -3023,7 +3695,7 @@ interface components$5 {
3023
3695
  };
3024
3696
  productCategoryRef?: string;
3025
3697
  };
3026
- publishedServiceName: {
3698
+ publishedLineName: {
3027
3699
  text: string;
3028
3700
  };
3029
3701
  trainNumber?: string;
@@ -3074,6 +3746,17 @@ interface components$5 {
3074
3746
  };
3075
3747
  }[];
3076
3748
  };
3749
+ extension?: {
3750
+ transportTypeName?: {
3751
+ text: string;
3752
+ };
3753
+ publishedJourneyNumber?: {
3754
+ text: string;
3755
+ };
3756
+ operatorName?: {
3757
+ text: string;
3758
+ };
3759
+ };
3077
3760
  }[];
3078
3761
  };
3079
3762
  OJP: {
@@ -3168,8 +3851,8 @@ interface components$5 {
3168
3851
  };
3169
3852
  tripInfoResult: {
3170
3853
  previousCall: {
3171
- stopPointRef?: string;
3172
- stopPointName?: {
3854
+ stopPointRef: string;
3855
+ stopPointName: {
3173
3856
  text: string;
3174
3857
  };
3175
3858
  nameSuffix?: {
@@ -3197,8 +3880,8 @@ interface components$5 {
3197
3880
  noAlightingAtStop?: boolean;
3198
3881
  }[];
3199
3882
  onwardCall: {
3200
- stopPointRef?: string;
3201
- stopPointName?: {
3883
+ stopPointRef: string;
3884
+ stopPointName: {
3202
3885
  text: string;
3203
3886
  };
3204
3887
  nameSuffix?: {
@@ -3260,7 +3943,7 @@ interface components$5 {
3260
3943
  };
3261
3944
  productCategoryRef?: string;
3262
3945
  };
3263
- publishedServiceName: {
3946
+ publishedLineName: {
3264
3947
  text: string;
3265
3948
  };
3266
3949
  trainNumber?: string;
@@ -3311,6 +3994,17 @@ interface components$5 {
3311
3994
  };
3312
3995
  }[];
3313
3996
  };
3997
+ extension?: {
3998
+ transportTypeName?: {
3999
+ text: string;
4000
+ };
4001
+ publishedJourneyNumber?: {
4002
+ text: string;
4003
+ };
4004
+ operatorName?: {
4005
+ text: string;
4006
+ };
4007
+ };
3314
4008
  }[];
3315
4009
  };
3316
4010
  };
@@ -5993,6 +6687,17 @@ interface components$1 {
5993
6687
  };
5994
6688
  }[];
5995
6689
  };
6690
+ extension?: {
6691
+ transportTypeName?: {
6692
+ text: string;
6693
+ };
6694
+ publishedJourneyNumber?: {
6695
+ text: string;
6696
+ };
6697
+ operatorName?: {
6698
+ text: string;
6699
+ };
6700
+ };
5996
6701
  };
5997
6702
  transferLeg?: {
5998
6703
  /** @enum {string} */
@@ -6277,6 +6982,17 @@ interface components$1 {
6277
6982
  };
6278
6983
  }[];
6279
6984
  };
6985
+ extension?: {
6986
+ transportTypeName?: {
6987
+ text: string;
6988
+ };
6989
+ publishedJourneyNumber?: {
6990
+ text: string;
6991
+ };
6992
+ operatorName?: {
6993
+ text: string;
6994
+ };
6995
+ };
6280
6996
  };
6281
6997
  transferLeg?: {
6282
6998
  /** @enum {string} */
@@ -6544,6 +7260,17 @@ interface components$1 {
6544
7260
  };
6545
7261
  }[];
6546
7262
  };
7263
+ extension?: {
7264
+ transportTypeName?: {
7265
+ text: string;
7266
+ };
7267
+ publishedJourneyNumber?: {
7268
+ text: string;
7269
+ };
7270
+ operatorName?: {
7271
+ text: string;
7272
+ };
7273
+ };
6547
7274
  };
6548
7275
  transferLeg?: {
6549
7276
  /** @enum {string} */
@@ -6819,6 +7546,17 @@ interface components$1 {
6819
7546
  };
6820
7547
  }[];
6821
7548
  };
7549
+ extension?: {
7550
+ transportTypeName?: {
7551
+ text: string;
7552
+ };
7553
+ publishedJourneyNumber?: {
7554
+ text: string;
7555
+ };
7556
+ operatorName?: {
7557
+ text: string;
7558
+ };
7559
+ };
6822
7560
  };
6823
7561
  transferLeg?: {
6824
7562
  /** @enum {string} */
@@ -7020,27 +7758,29 @@ interface components {
7020
7758
  pathItems: never;
7021
7759
  }
7022
7760
 
7023
- type OJPv1_TimedLegServiceSchema = components$c['schemas']['DatedJourney'];
7024
- type OJPv1_TimedLegSchema = components$b['schemas']['TimedLeg'];
7025
- type OJPv1_TripLegSchema = components$b['schemas']['TripLeg'];
7026
- type OJPv1_TripSchema = components$b['schemas']['Trip'];
7027
- type UseRealtimeDataEnum = components$d["schemas"]["UseRealtimeDataEnum"];
7028
- type VehicleModesOfTransportEnum = components$d["schemas"]["VehicleModesOfTransportEnum"];
7029
- type PlaceTypeEnum = components$d["schemas"]["PlaceTypeEnum"];
7030
- type GeoPositionSchema = components$d["schemas"]["GeoPosition"];
7031
- type PlaceRefSchema = components$d["schemas"]["PlaceRef"];
7032
- type InternationalTextSchema = components$d["schemas"]["InternationalText"];
7033
- type DatedJourneySchema = components$d["schemas"]["DatedJourney"];
7034
- type CallAtStopSchema = components$d["schemas"]["CallAtStop"];
7035
- type PlaceContextSchema = components$d["schemas"]["PlaceContext"];
7036
- type PlaceSchema = components$d['schemas']['Place'];
7037
- type StopPointSchema = components$d['schemas']['StopPoint'];
7038
- type StopPlaceSchema = components$d['schemas']['StopPlace'];
7039
- type TopographicPlaceSchema = components$d['schemas']['TopographicPlace'];
7040
- type PointOfInterestSchema = components$d['schemas']['PointOfInterest'];
7041
- type AddressSchema = components$d['schemas']['Address'];
7042
- type PlaceModeStructureSchema = components$d['schemas']['ModeStructure'];
7043
- type ResponseContextSchema = components$d['schemas']['ResponseContextStructure'];
7761
+ type OJPv1_DatedJourneySchema = components$d['schemas']['DatedJourney'];
7762
+ type OJPv1_TimedLegSchema = components$c['schemas']['TimedLeg'];
7763
+ type OJPv1_TripLegSchema = components$c['schemas']['TripLeg'];
7764
+ type OJPv1_TripSchema = components$c['schemas']['Trip'];
7765
+ type UseRealtimeDataEnum = components$e["schemas"]["UseRealtimeDataEnum"];
7766
+ type VehicleModesOfTransportEnum = components$e["schemas"]["VehicleModesOfTransportEnum"];
7767
+ type PlaceTypeEnum = components$e["schemas"]["PlaceTypeEnum"];
7768
+ type GeoPositionSchema = components$e["schemas"]["GeoPosition"];
7769
+ type PlaceRefSchema = components$e["schemas"]["PlaceRef"];
7770
+ type InternationalTextSchema = components$e["schemas"]["InternationalText"];
7771
+ type DatedJourneySchema = components$e["schemas"]["DatedJourney"];
7772
+ type CallAtStopSchema = components$e["schemas"]["CallAtStop"];
7773
+ type PlaceContextSchema = components$e["schemas"]["PlaceContext"];
7774
+ type PlaceSchema = components$e['schemas']['Place'];
7775
+ type StopPointSchema = components$e['schemas']['StopPoint'];
7776
+ type StopPlaceSchema = components$e['schemas']['StopPlace'];
7777
+ type TopographicPlaceSchema = components$e['schemas']['TopographicPlace'];
7778
+ type PointOfInterestSchema = components$e['schemas']['PointOfInterest'];
7779
+ type AddressSchema = components$e['schemas']['Address'];
7780
+ type ModeStructureSchema = components$e['schemas']['ModeStructure'];
7781
+ type ProductCategorySchema = components$e['schemas']['ProductCategory'];
7782
+ type GeneralAttributeSchema = components$e['schemas']['GeneralAttribute'];
7783
+ type ResponseContextSchema = components$e['schemas']['ResponseContextStructure'];
7044
7784
  type TripRequestOJP = components$4["schemas"]["OJP"];
7045
7785
  type TripParamsSchema = components$4["schemas"]["TripParam"];
7046
7786
  type TripRequestSchema = components$4["schemas"]["OJPTripRequest"];
@@ -7054,17 +7794,17 @@ type TransferLegSchema = components$3["schemas"]["TransferLeg"];
7054
7794
  type ContinuousLegSchema = components$3["schemas"]["ContinuousLeg"];
7055
7795
  type TripRequestResponseOJP = components$3['schemas']['OJP'];
7056
7796
  type TripDeliverySchema = components$3['schemas']['OJPTripDelivery'];
7057
- type InitialInputSchema = components$a['schemas']['InitialInput'];
7058
- type LIR_RequestParamsSchema = components$a['schemas']['PlaceParam'];
7059
- type LocationInformationRequestOJP = components$a['schemas']['OJP'];
7060
- type LocationInformationRequestSchema = components$a['schemas']['OJPLocationInformationRequest'];
7061
- type PlaceResultSchema = components$9['schemas']['PlaceResult'];
7062
- type StopEventRequestSchema = components$8['schemas']['OJPStopEventRequest'];
7063
- type SER_RequestLocationSchema = components$8['schemas']['PlaceContext'];
7064
- type SER_RequestParamsSchema = components$8['schemas']['StopEventParam'];
7065
- type SER_RequestOJP = components$8['schemas']['OJP'];
7066
- type StopEventResultSchema = components$7['schemas']['StopEventResult'];
7067
- type StopEventSchema = components$7['schemas']['StopEvent'];
7797
+ type InitialInputSchema = components$b['schemas']['InitialInput'];
7798
+ type LIR_RequestParamsSchema = components$b['schemas']['PlaceParam'];
7799
+ type LocationInformationRequestOJP = components$b['schemas']['OJP'];
7800
+ type LocationInformationRequestSchema = components$b['schemas']['OJPLocationInformationRequest'];
7801
+ type PlaceResultSchema = components$a['schemas']['PlaceResult'];
7802
+ type StopEventRequestSchema = components$9['schemas']['OJPStopEventRequest'];
7803
+ type SER_RequestLocationSchema = components$9['schemas']['PlaceContext'];
7804
+ type SER_RequestParamsSchema = components$9['schemas']['StopEventParam'];
7805
+ type SER_RequestOJP = components$9['schemas']['OJP'];
7806
+ type StopEventResultSchema = components$8['schemas']['StopEventResult'];
7807
+ type StopEventSchema = components$8['schemas']['StopEvent'];
7068
7808
  type TRR_RequestParamsSchema = components$2['schemas']['TripRefineParam'];
7069
7809
  type TRR_RequestSchema = components$2["schemas"]['OJPTripRefineRequest'];
7070
7810
  type TRR_RequestOJP = components$2['schemas']['OJP'];
@@ -7074,11 +7814,15 @@ type FareRequestsSchema = components$1['schemas']['OJPFareRequests'];
7074
7814
  type FareRequestOJP = components$1['schemas']['OJP'];
7075
7815
  type FareResponseOJP = components['schemas']['OJP'];
7076
7816
  type FareResultSchema = components['schemas']['FareResult'];
7077
- type TIR_RequestParamsSchema = components$6['schemas']['TripInfoParamStructure'];
7078
- type TIR_RequestSchema = components$6['schemas']['OJPTripInfoRequest'];
7079
- type TIR_RequestOJP = components$6['schemas']['OJP'];
7080
- type TripInfoResponseOJP = components$5['schemas']['OJP'];
7081
- type TripInfoDeliverySchema = components$5['schemas']['OJPTripInfoDelivery'];
7817
+ type TIR_RequestParamsSchema = components$7['schemas']['TripInfoParamStructure'];
7818
+ type TIR_RequestSchema = components$7['schemas']['OJPTripInfoRequest'];
7819
+ type TIR_RequestOJP = components$7['schemas']['OJP'];
7820
+ type TripInfoResponseOJP = components$6['schemas']['OJP'];
7821
+ type TripInfoDeliverySchema = components$6['schemas']['OJPTripInfoDelivery'];
7822
+ type TripInfoResultStructureSchema = components$6['schemas']['TripInfoResultStructure'];
7823
+ type OJPv1_TripInfoResponseOJP = components$5['schemas']['OJP'];
7824
+ type OJPv1_TripInfoDeliverySchema = components$5['schemas']['OJPTripInfoDelivery'];
7825
+ type OJPv1_TripInfoResultStructureSchema = components$5['schemas']['TripInfoResultStructure'];
7082
7826
 
7083
7827
  declare const OpenAPI_Dependencies: {
7084
7828
  readonly MapNS_Tags: Record<string, string>;
@@ -7087,4 +7831,4 @@ declare const OpenAPI_Dependencies: {
7087
7831
  readonly MapStringValues: Record<string, boolean>;
7088
7832
  };
7089
7833
 
7090
- export { type AddressSchema, type CallAtStopSchema, type ContinuousLegSchema, type DatedJourneySchema, type FareRequestOJP, type FareRequestParamsSchema, type FareRequestSchema, type FareRequestsSchema, type FareResponseOJP, type FareResultSchema, type GeoPositionSchema, type InitialInputSchema, type InternationalTextSchema, type LIR_RequestParamsSchema, type LegSchema, type LocationInformationRequestOJP, type LocationInformationRequestSchema, type ModeAndModeOfOperationFilterSchema, type OJPv1_TimedLegSchema, type OJPv1_TimedLegServiceSchema, type OJPv1_TripLegSchema, type OJPv1_TripSchema, OpenAPI_Dependencies, type PlaceContextSchema, type PlaceModeStructureSchema, type PlaceRefSchema, type PlaceResultSchema, type PlaceSchema, type PlaceTypeEnum, type PointOfInterestSchema, type ResponseContextSchema, type SER_RequestLocationSchema, type SER_RequestOJP, type SER_RequestParamsSchema, type StopEventRequestSchema, type StopEventResultSchema, type StopEventSchema, type StopPlaceSchema, type StopPointSchema, type TIR_RequestOJP, type TIR_RequestParamsSchema, type TIR_RequestSchema, type TRR_RequestOJP, type TRR_RequestParamsSchema, type TRR_RequestSchema, type TimedLegSchema, type TopographicPlaceSchema, type TransferLegSchema, type TripDeliverySchema, type TripInfoDeliverySchema, type TripInfoResponseOJP, type TripParamsSchema, type TripRequestOJP, type TripRequestResponseOJP, type TripRequestSchema, type TripResultSchema, type TripSchema, type UseRealtimeDataEnum, VERSION, type VehicleModesOfTransportEnum, type ViaPointSchema };
7834
+ export { type AddressSchema, type CallAtStopSchema, type ContinuousLegSchema, type DatedJourneySchema, 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 LocationInformationRequestOJP, type LocationInformationRequestSchema, type ModeAndModeOfOperationFilterSchema, 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 StopEventRequestSchema, type StopEventResultSchema, type StopEventSchema, type StopPlaceSchema, type StopPointSchema, type TIR_RequestOJP, type TIR_RequestParamsSchema, type TIR_RequestSchema, type TRR_RequestOJP, type TRR_RequestParamsSchema, type TRR_RequestSchema, 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 };