ojp-shared-types 0.0.1 → 0.0.3

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.ts CHANGED
@@ -1,6 +1,6 @@
1
- declare const VERSION = "0.0.1";
1
+ declare const VERSION = "0.0.3";
2
2
 
3
- interface components$b {
3
+ interface components$d {
4
4
  schemas: {
5
5
  /** @enum {string} */
6
6
  VehicleModesOfTransportEnum: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
@@ -294,6 +294,122 @@ interface components$b {
294
294
  cancelled?: boolean;
295
295
  deviation?: boolean;
296
296
  };
297
+ ResponseContextStructure: {
298
+ places: {
299
+ place: {
300
+ stopPoint?: {
301
+ stopPointRef: string;
302
+ stopPointName: {
303
+ text: string;
304
+ };
305
+ plannedQuay?: {
306
+ text: string;
307
+ };
308
+ estimatedQuay?: {
309
+ text: string;
310
+ };
311
+ };
312
+ stopPlace?: {
313
+ stopPlaceRef?: string;
314
+ stopPlaceName?: {
315
+ text: string;
316
+ };
317
+ };
318
+ topographicPlace?: {
319
+ topographicPlaceCode: string;
320
+ topographicPlaceName: {
321
+ text: string;
322
+ };
323
+ };
324
+ pointOfInterest?: {
325
+ publicCode: string;
326
+ name: {
327
+ text: string;
328
+ };
329
+ pointOfInterestCategory: {
330
+ osmTag?: {
331
+ tag: string;
332
+ value: string;
333
+ };
334
+ }[];
335
+ topographicPlaceRef?: string;
336
+ };
337
+ address?: {
338
+ publicCode: string;
339
+ name: {
340
+ text: string;
341
+ };
342
+ postCode?: string;
343
+ topographicPlaceName?: string;
344
+ TopographicPlaceRef?: string;
345
+ Street?: string;
346
+ HouseNumber?: string;
347
+ };
348
+ name: {
349
+ text: string;
350
+ };
351
+ geoPosition: {
352
+ longitude: number;
353
+ latitude: number;
354
+ };
355
+ mode: {
356
+ /** @enum {string} */
357
+ ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
358
+ airSubmode?: string;
359
+ busSubmode?: string;
360
+ coachSubmode?: string;
361
+ funicularSubmode?: string;
362
+ metroSubmode?: string;
363
+ tramSubmode?: string;
364
+ telecabinSubmode?: string;
365
+ railSubmode?: string;
366
+ waterSubmode?: string;
367
+ name?: {
368
+ text: string;
369
+ };
370
+ shortName?: {
371
+ text: string;
372
+ };
373
+ }[];
374
+ }[];
375
+ };
376
+ };
377
+ LinkProjection: {
378
+ position: {
379
+ longitude: number;
380
+ latitude: number;
381
+ }[];
382
+ };
383
+ TrackSectionStructure: {
384
+ trackSectionStart?: {
385
+ stopPointRef?: string;
386
+ stopPlaceRef?: string;
387
+ geoPosition?: {
388
+ longitude: number;
389
+ latitude: number;
390
+ };
391
+ name: {
392
+ text: string;
393
+ };
394
+ };
395
+ trackSectionEnd?: {
396
+ stopPointRef?: string;
397
+ stopPlaceRef?: string;
398
+ geoPosition?: {
399
+ longitude: number;
400
+ latitude: number;
401
+ };
402
+ name: {
403
+ text: string;
404
+ };
405
+ };
406
+ linkProjection?: {
407
+ position: {
408
+ longitude: number;
409
+ latitude: number;
410
+ }[];
411
+ };
412
+ };
297
413
  };
298
414
  responses: never;
299
415
  parameters: never;
@@ -302,7 +418,7 @@ interface components$b {
302
418
  pathItems: never;
303
419
  }
304
420
 
305
- interface components$a {
421
+ interface components$c {
306
422
  schemas: {
307
423
  DatedJourney: {
308
424
  conventionalModeOfOperation?: string;
@@ -366,7 +482,7 @@ interface components$a {
366
482
  pathItems: never;
367
483
  }
368
484
 
369
- interface components$9 {
485
+ interface components$b {
370
486
  schemas: {
371
487
  TimedLeg: {
372
488
  legBoard: {
@@ -540,7 +656,7 @@ interface components$9 {
540
656
  latitude: number;
541
657
  }[];
542
658
  };
543
- };
659
+ }[];
544
660
  };
545
661
  };
546
662
  TripLeg: {
@@ -718,7 +834,7 @@ interface components$9 {
718
834
  latitude: number;
719
835
  }[];
720
836
  };
721
- };
837
+ }[];
722
838
  };
723
839
  };
724
840
  transferLeg?: {
@@ -961,7 +1077,7 @@ interface components$9 {
961
1077
  latitude: number;
962
1078
  }[];
963
1079
  };
964
- };
1080
+ }[];
965
1081
  };
966
1082
  };
967
1083
  transferLeg?: {
@@ -1030,7 +1146,7 @@ interface components$9 {
1030
1146
  pathItems: never;
1031
1147
  }
1032
1148
 
1033
- interface components$8 {
1149
+ interface components$a {
1034
1150
  schemas: {
1035
1151
  PlaceParam: {
1036
1152
  type: ("stop" | "address" | "poi" | "location" | "topographicPlace")[];
@@ -1094,7 +1210,7 @@ interface components$8 {
1094
1210
  };
1095
1211
  requestTimestamp: string;
1096
1212
  requestorRef: string;
1097
- OJPLocationInformationRequest?: {
1213
+ OJPLocationInformationRequest: {
1098
1214
  requestTimestamp: string;
1099
1215
  initialInput?: {
1100
1216
  name?: string;
@@ -1139,7 +1255,7 @@ interface components$8 {
1139
1255
  pathItems: never;
1140
1256
  }
1141
1257
 
1142
- interface components$7 {
1258
+ interface components$9 {
1143
1259
  schemas: {
1144
1260
  PlaceResult: {
1145
1261
  place: {
@@ -1409,7 +1525,7 @@ interface components$7 {
1409
1525
  pathItems: never;
1410
1526
  }
1411
1527
 
1412
- interface components$6 {
1528
+ interface components$8 {
1413
1529
  schemas: {
1414
1530
  StopEventParam: {
1415
1531
  includeAllRestrictedLines?: boolean;
@@ -1470,7 +1586,7 @@ interface components$6 {
1470
1586
  };
1471
1587
  requestTimestamp: string;
1472
1588
  requestorRef: string;
1473
- OJPStopEventRequest?: {
1589
+ OJPStopEventRequest: {
1474
1590
  requestTimestamp: string;
1475
1591
  location: {
1476
1592
  placeRef: {
@@ -1508,7 +1624,7 @@ interface components$6 {
1508
1624
  pathItems: never;
1509
1625
  }
1510
1626
 
1511
- interface components$5 {
1627
+ interface components$7 {
1512
1628
  schemas: {
1513
1629
  PointOfInterestCategory: {
1514
1630
  osmTag?: {
@@ -1684,86 +1800,6 @@ interface components$5 {
1684
1800
  complete: boolean;
1685
1801
  probability?: number;
1686
1802
  };
1687
- StopEventResponseContext: {
1688
- places?: {
1689
- place: {
1690
- stopPoint?: {
1691
- stopPointRef: string;
1692
- stopPointName: {
1693
- text: string;
1694
- };
1695
- plannedQuay?: {
1696
- text: string;
1697
- };
1698
- estimatedQuay?: {
1699
- text: string;
1700
- };
1701
- };
1702
- stopPlace?: {
1703
- stopPlaceRef?: string;
1704
- stopPlaceName?: {
1705
- text: string;
1706
- };
1707
- };
1708
- topographicPlace?: {
1709
- topographicPlaceCode: string;
1710
- topographicPlaceName: {
1711
- text: string;
1712
- };
1713
- };
1714
- pointOfInterest?: {
1715
- publicCode: string;
1716
- name: {
1717
- text: string;
1718
- };
1719
- pointOfInterestCategory: {
1720
- osmTag?: {
1721
- tag: string;
1722
- value: string;
1723
- };
1724
- }[];
1725
- topographicPlaceRef?: string;
1726
- };
1727
- address?: {
1728
- publicCode: string;
1729
- name: {
1730
- text: string;
1731
- };
1732
- postCode?: string;
1733
- topographicPlaceName?: string;
1734
- TopographicPlaceRef?: string;
1735
- Street?: string;
1736
- HouseNumber?: string;
1737
- };
1738
- name: {
1739
- text: string;
1740
- };
1741
- geoPosition: {
1742
- longitude: number;
1743
- latitude: number;
1744
- };
1745
- mode: {
1746
- /** @enum {string} */
1747
- ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
1748
- airSubmode?: string;
1749
- busSubmode?: string;
1750
- coachSubmode?: string;
1751
- funicularSubmode?: string;
1752
- metroSubmode?: string;
1753
- tramSubmode?: string;
1754
- telecabinSubmode?: string;
1755
- railSubmode?: string;
1756
- waterSubmode?: string;
1757
- name?: {
1758
- text: string;
1759
- };
1760
- shortName?: {
1761
- text: string;
1762
- };
1763
- }[];
1764
- }[];
1765
- };
1766
- };
1767
1803
  CallAtNearStop: {
1768
1804
  callAtStop: {
1769
1805
  stopPointRef?: string;
@@ -2112,7 +2148,7 @@ interface components$5 {
2112
2148
  defaultLanguage?: string;
2113
2149
  calcTime?: string;
2114
2150
  stopEventResponseContext?: {
2115
- places?: {
2151
+ places: {
2116
2152
  place: {
2117
2153
  stopPoint?: {
2118
2154
  stopPointRef: string;
@@ -2360,7 +2396,7 @@ interface components$5 {
2360
2396
  defaultLanguage?: string;
2361
2397
  calcTime?: string;
2362
2398
  stopEventResponseContext?: {
2363
- places?: {
2399
+ places: {
2364
2400
  place: {
2365
2401
  stopPoint?: {
2366
2402
  stopPointRef: string;
@@ -2585,15 +2621,695 @@ interface components$5 {
2585
2621
  destinationText?: {
2586
2622
  text: string;
2587
2623
  };
2588
- unplanned?: boolean;
2589
- cancelled?: boolean;
2590
- deviation?: boolean;
2591
- };
2592
- operatingDays?: {
2593
- from: string;
2594
- to: string;
2595
- pattern: string;
2596
- };
2624
+ unplanned?: boolean;
2625
+ cancelled?: boolean;
2626
+ deviation?: boolean;
2627
+ };
2628
+ operatingDays?: {
2629
+ from: string;
2630
+ to: string;
2631
+ pattern: string;
2632
+ };
2633
+ };
2634
+ }[];
2635
+ };
2636
+ };
2637
+ };
2638
+ };
2639
+ };
2640
+ responses: never;
2641
+ parameters: never;
2642
+ requestBodies: never;
2643
+ headers: never;
2644
+ pathItems: never;
2645
+ }
2646
+
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
+ interface components$5 {
2700
+ schemas: {
2701
+ TripInfoResultStructure: {
2702
+ previousCall: {
2703
+ stopPointRef?: string;
2704
+ stopPointName?: {
2705
+ text: string;
2706
+ };
2707
+ nameSuffix?: {
2708
+ text: string;
2709
+ };
2710
+ plannedQuay?: {
2711
+ text: string;
2712
+ };
2713
+ estimatedQuay?: {
2714
+ text: string;
2715
+ };
2716
+ serviceArrival?: {
2717
+ timetabledTime: string;
2718
+ estimatedTime?: string;
2719
+ };
2720
+ serviceDeparture?: {
2721
+ timetabledTime: string;
2722
+ estimatedTime?: string;
2723
+ };
2724
+ order?: number;
2725
+ requestStop?: boolean;
2726
+ unplannedStop?: boolean;
2727
+ notServicedStop?: boolean;
2728
+ noBoardingAtStop?: boolean;
2729
+ noAlightingAtStop?: boolean;
2730
+ }[];
2731
+ onwardCall: {
2732
+ stopPointRef?: string;
2733
+ stopPointName?: {
2734
+ text: string;
2735
+ };
2736
+ nameSuffix?: {
2737
+ text: string;
2738
+ };
2739
+ plannedQuay?: {
2740
+ text: string;
2741
+ };
2742
+ estimatedQuay?: {
2743
+ text: string;
2744
+ };
2745
+ serviceArrival?: {
2746
+ timetabledTime: string;
2747
+ estimatedTime?: string;
2748
+ };
2749
+ serviceDeparture?: {
2750
+ timetabledTime: string;
2751
+ estimatedTime?: string;
2752
+ };
2753
+ order?: number;
2754
+ requestStop?: boolean;
2755
+ unplannedStop?: boolean;
2756
+ notServicedStop?: boolean;
2757
+ noBoardingAtStop?: boolean;
2758
+ noAlightingAtStop?: boolean;
2759
+ }[];
2760
+ service?: {
2761
+ conventionalModeOfOperation?: string;
2762
+ operatingDayRef: string;
2763
+ journeyRef: string;
2764
+ publicCode?: string;
2765
+ lineRef: string;
2766
+ directionRef?: string;
2767
+ mode: {
2768
+ /** @enum {string} */
2769
+ ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
2770
+ airSubmode?: string;
2771
+ busSubmode?: string;
2772
+ coachSubmode?: string;
2773
+ funicularSubmode?: string;
2774
+ metroSubmode?: string;
2775
+ tramSubmode?: string;
2776
+ telecabinSubmode?: string;
2777
+ railSubmode?: string;
2778
+ waterSubmode?: string;
2779
+ name?: {
2780
+ text: string;
2781
+ };
2782
+ shortName?: {
2783
+ text: string;
2784
+ };
2785
+ };
2786
+ productCategory?: {
2787
+ name?: {
2788
+ text: string;
2789
+ };
2790
+ shortName?: {
2791
+ text: string;
2792
+ };
2793
+ productCategoryRef?: string;
2794
+ };
2795
+ publishedServiceName: {
2796
+ text: string;
2797
+ };
2798
+ trainNumber?: string;
2799
+ attribute: {
2800
+ userText: {
2801
+ text: string;
2802
+ };
2803
+ code: string;
2804
+ }[];
2805
+ operatorRef?: string;
2806
+ destinationStopPointRef?: string;
2807
+ destinationText?: {
2808
+ text: string;
2809
+ };
2810
+ unplanned?: boolean;
2811
+ cancelled?: boolean;
2812
+ deviation?: boolean;
2813
+ };
2814
+ journeyTrack?: {
2815
+ trackSection: {
2816
+ trackSectionStart?: {
2817
+ stopPointRef?: string;
2818
+ stopPlaceRef?: string;
2819
+ geoPosition?: {
2820
+ longitude: number;
2821
+ latitude: number;
2822
+ };
2823
+ name: {
2824
+ text: string;
2825
+ };
2826
+ };
2827
+ trackSectionEnd?: {
2828
+ stopPointRef?: string;
2829
+ stopPlaceRef?: string;
2830
+ geoPosition?: {
2831
+ longitude: number;
2832
+ latitude: number;
2833
+ };
2834
+ name: {
2835
+ text: string;
2836
+ };
2837
+ };
2838
+ linkProjection?: {
2839
+ position: {
2840
+ longitude: number;
2841
+ latitude: number;
2842
+ }[];
2843
+ };
2844
+ }[];
2845
+ };
2846
+ };
2847
+ OJPTripInfoDelivery: {
2848
+ responseTimestamp: string;
2849
+ requestMessageRef?: string;
2850
+ defaultLanguage?: string;
2851
+ calcTime?: string;
2852
+ tripInfoResponseContext?: {
2853
+ places: {
2854
+ place: {
2855
+ stopPoint?: {
2856
+ stopPointRef: string;
2857
+ stopPointName: {
2858
+ text: string;
2859
+ };
2860
+ plannedQuay?: {
2861
+ text: string;
2862
+ };
2863
+ estimatedQuay?: {
2864
+ text: string;
2865
+ };
2866
+ };
2867
+ stopPlace?: {
2868
+ stopPlaceRef?: string;
2869
+ stopPlaceName?: {
2870
+ text: string;
2871
+ };
2872
+ };
2873
+ topographicPlace?: {
2874
+ topographicPlaceCode: string;
2875
+ topographicPlaceName: {
2876
+ text: string;
2877
+ };
2878
+ };
2879
+ pointOfInterest?: {
2880
+ publicCode: string;
2881
+ name: {
2882
+ text: string;
2883
+ };
2884
+ pointOfInterestCategory: {
2885
+ osmTag?: {
2886
+ tag: string;
2887
+ value: string;
2888
+ };
2889
+ }[];
2890
+ topographicPlaceRef?: string;
2891
+ };
2892
+ address?: {
2893
+ publicCode: string;
2894
+ name: {
2895
+ text: string;
2896
+ };
2897
+ postCode?: string;
2898
+ topographicPlaceName?: string;
2899
+ TopographicPlaceRef?: string;
2900
+ Street?: string;
2901
+ HouseNumber?: string;
2902
+ };
2903
+ name: {
2904
+ text: string;
2905
+ };
2906
+ geoPosition: {
2907
+ longitude: number;
2908
+ latitude: number;
2909
+ };
2910
+ mode: {
2911
+ /** @enum {string} */
2912
+ ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
2913
+ airSubmode?: string;
2914
+ busSubmode?: string;
2915
+ coachSubmode?: string;
2916
+ funicularSubmode?: string;
2917
+ metroSubmode?: string;
2918
+ tramSubmode?: string;
2919
+ telecabinSubmode?: string;
2920
+ railSubmode?: string;
2921
+ waterSubmode?: string;
2922
+ name?: {
2923
+ text: string;
2924
+ };
2925
+ shortName?: {
2926
+ text: string;
2927
+ };
2928
+ }[];
2929
+ }[];
2930
+ };
2931
+ };
2932
+ tripInfoResult: {
2933
+ previousCall: {
2934
+ stopPointRef?: string;
2935
+ stopPointName?: {
2936
+ text: string;
2937
+ };
2938
+ nameSuffix?: {
2939
+ text: string;
2940
+ };
2941
+ plannedQuay?: {
2942
+ text: string;
2943
+ };
2944
+ estimatedQuay?: {
2945
+ text: string;
2946
+ };
2947
+ serviceArrival?: {
2948
+ timetabledTime: string;
2949
+ estimatedTime?: string;
2950
+ };
2951
+ serviceDeparture?: {
2952
+ timetabledTime: string;
2953
+ estimatedTime?: string;
2954
+ };
2955
+ order?: number;
2956
+ requestStop?: boolean;
2957
+ unplannedStop?: boolean;
2958
+ notServicedStop?: boolean;
2959
+ noBoardingAtStop?: boolean;
2960
+ noAlightingAtStop?: boolean;
2961
+ }[];
2962
+ onwardCall: {
2963
+ stopPointRef?: string;
2964
+ stopPointName?: {
2965
+ text: string;
2966
+ };
2967
+ nameSuffix?: {
2968
+ text: string;
2969
+ };
2970
+ plannedQuay?: {
2971
+ text: string;
2972
+ };
2973
+ estimatedQuay?: {
2974
+ text: string;
2975
+ };
2976
+ serviceArrival?: {
2977
+ timetabledTime: string;
2978
+ estimatedTime?: string;
2979
+ };
2980
+ serviceDeparture?: {
2981
+ timetabledTime: string;
2982
+ estimatedTime?: string;
2983
+ };
2984
+ order?: number;
2985
+ requestStop?: boolean;
2986
+ unplannedStop?: boolean;
2987
+ notServicedStop?: boolean;
2988
+ noBoardingAtStop?: boolean;
2989
+ noAlightingAtStop?: boolean;
2990
+ }[];
2991
+ service?: {
2992
+ conventionalModeOfOperation?: string;
2993
+ operatingDayRef: string;
2994
+ journeyRef: string;
2995
+ publicCode?: string;
2996
+ lineRef: string;
2997
+ directionRef?: string;
2998
+ mode: {
2999
+ /** @enum {string} */
3000
+ ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
3001
+ airSubmode?: string;
3002
+ busSubmode?: string;
3003
+ coachSubmode?: string;
3004
+ funicularSubmode?: string;
3005
+ metroSubmode?: string;
3006
+ tramSubmode?: string;
3007
+ telecabinSubmode?: string;
3008
+ railSubmode?: string;
3009
+ waterSubmode?: string;
3010
+ name?: {
3011
+ text: string;
3012
+ };
3013
+ shortName?: {
3014
+ text: string;
3015
+ };
3016
+ };
3017
+ productCategory?: {
3018
+ name?: {
3019
+ text: string;
3020
+ };
3021
+ shortName?: {
3022
+ text: string;
3023
+ };
3024
+ productCategoryRef?: string;
3025
+ };
3026
+ publishedServiceName: {
3027
+ text: string;
3028
+ };
3029
+ trainNumber?: string;
3030
+ attribute: {
3031
+ userText: {
3032
+ text: string;
3033
+ };
3034
+ code: string;
3035
+ }[];
3036
+ operatorRef?: string;
3037
+ destinationStopPointRef?: string;
3038
+ destinationText?: {
3039
+ text: string;
3040
+ };
3041
+ unplanned?: boolean;
3042
+ cancelled?: boolean;
3043
+ deviation?: boolean;
3044
+ };
3045
+ journeyTrack?: {
3046
+ trackSection: {
3047
+ trackSectionStart?: {
3048
+ stopPointRef?: string;
3049
+ stopPlaceRef?: string;
3050
+ geoPosition?: {
3051
+ longitude: number;
3052
+ latitude: number;
3053
+ };
3054
+ name: {
3055
+ text: string;
3056
+ };
3057
+ };
3058
+ trackSectionEnd?: {
3059
+ stopPointRef?: string;
3060
+ stopPlaceRef?: string;
3061
+ geoPosition?: {
3062
+ longitude: number;
3063
+ latitude: number;
3064
+ };
3065
+ name: {
3066
+ text: string;
3067
+ };
3068
+ };
3069
+ linkProjection?: {
3070
+ position: {
3071
+ longitude: number;
3072
+ latitude: number;
3073
+ }[];
3074
+ };
3075
+ }[];
3076
+ };
3077
+ }[];
3078
+ };
3079
+ OJP: {
3080
+ OJPResponse: {
3081
+ serviceDelivery: {
3082
+ responseTimestamp: string;
3083
+ producerRef: string;
3084
+ OJPTripInfoDelivery: {
3085
+ responseTimestamp: string;
3086
+ requestMessageRef?: string;
3087
+ defaultLanguage?: string;
3088
+ calcTime?: string;
3089
+ tripInfoResponseContext?: {
3090
+ places: {
3091
+ place: {
3092
+ stopPoint?: {
3093
+ stopPointRef: string;
3094
+ stopPointName: {
3095
+ text: string;
3096
+ };
3097
+ plannedQuay?: {
3098
+ text: string;
3099
+ };
3100
+ estimatedQuay?: {
3101
+ text: string;
3102
+ };
3103
+ };
3104
+ stopPlace?: {
3105
+ stopPlaceRef?: string;
3106
+ stopPlaceName?: {
3107
+ text: string;
3108
+ };
3109
+ };
3110
+ topographicPlace?: {
3111
+ topographicPlaceCode: string;
3112
+ topographicPlaceName: {
3113
+ text: string;
3114
+ };
3115
+ };
3116
+ pointOfInterest?: {
3117
+ publicCode: string;
3118
+ name: {
3119
+ text: string;
3120
+ };
3121
+ pointOfInterestCategory: {
3122
+ osmTag?: {
3123
+ tag: string;
3124
+ value: string;
3125
+ };
3126
+ }[];
3127
+ topographicPlaceRef?: string;
3128
+ };
3129
+ address?: {
3130
+ publicCode: string;
3131
+ name: {
3132
+ text: string;
3133
+ };
3134
+ postCode?: string;
3135
+ topographicPlaceName?: string;
3136
+ TopographicPlaceRef?: string;
3137
+ Street?: string;
3138
+ HouseNumber?: string;
3139
+ };
3140
+ name: {
3141
+ text: string;
3142
+ };
3143
+ geoPosition: {
3144
+ longitude: number;
3145
+ latitude: number;
3146
+ };
3147
+ mode: {
3148
+ /** @enum {string} */
3149
+ ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
3150
+ airSubmode?: string;
3151
+ busSubmode?: string;
3152
+ coachSubmode?: string;
3153
+ funicularSubmode?: string;
3154
+ metroSubmode?: string;
3155
+ tramSubmode?: string;
3156
+ telecabinSubmode?: string;
3157
+ railSubmode?: string;
3158
+ waterSubmode?: string;
3159
+ name?: {
3160
+ text: string;
3161
+ };
3162
+ shortName?: {
3163
+ text: string;
3164
+ };
3165
+ }[];
3166
+ }[];
3167
+ };
3168
+ };
3169
+ tripInfoResult: {
3170
+ previousCall: {
3171
+ stopPointRef?: string;
3172
+ stopPointName?: {
3173
+ text: string;
3174
+ };
3175
+ nameSuffix?: {
3176
+ text: string;
3177
+ };
3178
+ plannedQuay?: {
3179
+ text: string;
3180
+ };
3181
+ estimatedQuay?: {
3182
+ text: string;
3183
+ };
3184
+ serviceArrival?: {
3185
+ timetabledTime: string;
3186
+ estimatedTime?: string;
3187
+ };
3188
+ serviceDeparture?: {
3189
+ timetabledTime: string;
3190
+ estimatedTime?: string;
3191
+ };
3192
+ order?: number;
3193
+ requestStop?: boolean;
3194
+ unplannedStop?: boolean;
3195
+ notServicedStop?: boolean;
3196
+ noBoardingAtStop?: boolean;
3197
+ noAlightingAtStop?: boolean;
3198
+ }[];
3199
+ onwardCall: {
3200
+ stopPointRef?: string;
3201
+ stopPointName?: {
3202
+ text: string;
3203
+ };
3204
+ nameSuffix?: {
3205
+ text: string;
3206
+ };
3207
+ plannedQuay?: {
3208
+ text: string;
3209
+ };
3210
+ estimatedQuay?: {
3211
+ text: string;
3212
+ };
3213
+ serviceArrival?: {
3214
+ timetabledTime: string;
3215
+ estimatedTime?: string;
3216
+ };
3217
+ serviceDeparture?: {
3218
+ timetabledTime: string;
3219
+ estimatedTime?: string;
3220
+ };
3221
+ order?: number;
3222
+ requestStop?: boolean;
3223
+ unplannedStop?: boolean;
3224
+ notServicedStop?: boolean;
3225
+ noBoardingAtStop?: boolean;
3226
+ noAlightingAtStop?: boolean;
3227
+ }[];
3228
+ service?: {
3229
+ conventionalModeOfOperation?: string;
3230
+ operatingDayRef: string;
3231
+ journeyRef: string;
3232
+ publicCode?: string;
3233
+ lineRef: string;
3234
+ directionRef?: string;
3235
+ mode: {
3236
+ /** @enum {string} */
3237
+ ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
3238
+ airSubmode?: string;
3239
+ busSubmode?: string;
3240
+ coachSubmode?: string;
3241
+ funicularSubmode?: string;
3242
+ metroSubmode?: string;
3243
+ tramSubmode?: string;
3244
+ telecabinSubmode?: string;
3245
+ railSubmode?: string;
3246
+ waterSubmode?: string;
3247
+ name?: {
3248
+ text: string;
3249
+ };
3250
+ shortName?: {
3251
+ text: string;
3252
+ };
3253
+ };
3254
+ productCategory?: {
3255
+ name?: {
3256
+ text: string;
3257
+ };
3258
+ shortName?: {
3259
+ text: string;
3260
+ };
3261
+ productCategoryRef?: string;
3262
+ };
3263
+ publishedServiceName: {
3264
+ text: string;
3265
+ };
3266
+ trainNumber?: string;
3267
+ attribute: {
3268
+ userText: {
3269
+ text: string;
3270
+ };
3271
+ code: string;
3272
+ }[];
3273
+ operatorRef?: string;
3274
+ destinationStopPointRef?: string;
3275
+ destinationText?: {
3276
+ text: string;
3277
+ };
3278
+ unplanned?: boolean;
3279
+ cancelled?: boolean;
3280
+ deviation?: boolean;
3281
+ };
3282
+ journeyTrack?: {
3283
+ trackSection: {
3284
+ trackSectionStart?: {
3285
+ stopPointRef?: string;
3286
+ stopPlaceRef?: string;
3287
+ geoPosition?: {
3288
+ longitude: number;
3289
+ latitude: number;
3290
+ };
3291
+ name: {
3292
+ text: string;
3293
+ };
3294
+ };
3295
+ trackSectionEnd?: {
3296
+ stopPointRef?: string;
3297
+ stopPlaceRef?: string;
3298
+ geoPosition?: {
3299
+ longitude: number;
3300
+ latitude: number;
3301
+ };
3302
+ name: {
3303
+ text: string;
3304
+ };
3305
+ };
3306
+ linkProjection?: {
3307
+ position: {
3308
+ longitude: number;
3309
+ latitude: number;
3310
+ }[];
3311
+ };
3312
+ }[];
2597
3313
  };
2598
3314
  }[];
2599
3315
  };
@@ -2874,74 +3590,6 @@ interface components$3 {
2874
3590
  noBoardingAtStop?: boolean;
2875
3591
  noAlightingAtStop?: boolean;
2876
3592
  };
2877
- LinkProjection: {
2878
- position: {
2879
- longitude: number;
2880
- latitude: number;
2881
- }[];
2882
- };
2883
- TrackSection: {
2884
- trackSectionStart?: {
2885
- stopPointRef?: string;
2886
- stopPlaceRef?: string;
2887
- geoPosition?: {
2888
- longitude: number;
2889
- latitude: number;
2890
- };
2891
- name: {
2892
- text: string;
2893
- };
2894
- };
2895
- trackSectionEnd?: {
2896
- stopPointRef?: string;
2897
- stopPlaceRef?: string;
2898
- geoPosition?: {
2899
- longitude: number;
2900
- latitude: number;
2901
- };
2902
- name: {
2903
- text: string;
2904
- };
2905
- };
2906
- linkProjection?: {
2907
- position: {
2908
- longitude: number;
2909
- latitude: number;
2910
- }[];
2911
- };
2912
- };
2913
- LegTrack: {
2914
- trackSection: {
2915
- trackSectionStart?: {
2916
- stopPointRef?: string;
2917
- stopPlaceRef?: string;
2918
- geoPosition?: {
2919
- longitude: number;
2920
- latitude: number;
2921
- };
2922
- name: {
2923
- text: string;
2924
- };
2925
- };
2926
- trackSectionEnd?: {
2927
- stopPointRef?: string;
2928
- stopPlaceRef?: string;
2929
- geoPosition?: {
2930
- longitude: number;
2931
- latitude: number;
2932
- };
2933
- name: {
2934
- text: string;
2935
- };
2936
- };
2937
- linkProjection?: {
2938
- position: {
2939
- longitude: number;
2940
- latitude: number;
2941
- }[];
2942
- };
2943
- };
2944
- };
2945
3593
  ContinuousService: {
2946
3594
  personalModeOfOperation?: string;
2947
3595
  personalMode?: string;
@@ -3118,7 +3766,7 @@ interface components$3 {
3118
3766
  latitude: number;
3119
3767
  }[];
3120
3768
  };
3121
- };
3769
+ }[];
3122
3770
  };
3123
3771
  };
3124
3772
  TransferLeg: {
@@ -3352,7 +4000,7 @@ interface components$3 {
3352
4000
  latitude: number;
3353
4001
  }[];
3354
4002
  };
3355
- };
4003
+ }[];
3356
4004
  };
3357
4005
  };
3358
4006
  transferLeg?: {
@@ -3595,7 +4243,7 @@ interface components$3 {
3595
4243
  latitude: number;
3596
4244
  }[];
3597
4245
  };
3598
- };
4246
+ }[];
3599
4247
  };
3600
4248
  };
3601
4249
  transferLeg?: {
@@ -3846,7 +4494,7 @@ interface components$3 {
3846
4494
  latitude: number;
3847
4495
  }[];
3848
4496
  };
3849
- };
4497
+ }[];
3850
4498
  };
3851
4499
  };
3852
4500
  transferLeg?: {
@@ -3918,6 +4566,86 @@ interface components$3 {
3918
4566
  requestMessageRef?: string;
3919
4567
  defaultLanguage?: string;
3920
4568
  calcTime?: string;
4569
+ tripResponseContext?: {
4570
+ places: {
4571
+ place: {
4572
+ stopPoint?: {
4573
+ stopPointRef: string;
4574
+ stopPointName: {
4575
+ text: string;
4576
+ };
4577
+ plannedQuay?: {
4578
+ text: string;
4579
+ };
4580
+ estimatedQuay?: {
4581
+ text: string;
4582
+ };
4583
+ };
4584
+ stopPlace?: {
4585
+ stopPlaceRef?: string;
4586
+ stopPlaceName?: {
4587
+ text: string;
4588
+ };
4589
+ };
4590
+ topographicPlace?: {
4591
+ topographicPlaceCode: string;
4592
+ topographicPlaceName: {
4593
+ text: string;
4594
+ };
4595
+ };
4596
+ pointOfInterest?: {
4597
+ publicCode: string;
4598
+ name: {
4599
+ text: string;
4600
+ };
4601
+ pointOfInterestCategory: {
4602
+ osmTag?: {
4603
+ tag: string;
4604
+ value: string;
4605
+ };
4606
+ }[];
4607
+ topographicPlaceRef?: string;
4608
+ };
4609
+ address?: {
4610
+ publicCode: string;
4611
+ name: {
4612
+ text: string;
4613
+ };
4614
+ postCode?: string;
4615
+ topographicPlaceName?: string;
4616
+ TopographicPlaceRef?: string;
4617
+ Street?: string;
4618
+ HouseNumber?: string;
4619
+ };
4620
+ name: {
4621
+ text: string;
4622
+ };
4623
+ geoPosition: {
4624
+ longitude: number;
4625
+ latitude: number;
4626
+ };
4627
+ mode: {
4628
+ /** @enum {string} */
4629
+ ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
4630
+ airSubmode?: string;
4631
+ busSubmode?: string;
4632
+ coachSubmode?: string;
4633
+ funicularSubmode?: string;
4634
+ metroSubmode?: string;
4635
+ tramSubmode?: string;
4636
+ telecabinSubmode?: string;
4637
+ railSubmode?: string;
4638
+ waterSubmode?: string;
4639
+ name?: {
4640
+ text: string;
4641
+ };
4642
+ shortName?: {
4643
+ text: string;
4644
+ };
4645
+ }[];
4646
+ }[];
4647
+ };
4648
+ };
3921
4649
  tripResult: {
3922
4650
  id: string;
3923
4651
  trip: {
@@ -4103,7 +4831,7 @@ interface components$3 {
4103
4831
  latitude: number;
4104
4832
  }[];
4105
4833
  };
4106
- };
4834
+ }[];
4107
4835
  };
4108
4836
  };
4109
4837
  transferLeg?: {
@@ -4181,6 +4909,86 @@ interface components$3 {
4181
4909
  requestMessageRef?: string;
4182
4910
  defaultLanguage?: string;
4183
4911
  calcTime?: string;
4912
+ tripResponseContext?: {
4913
+ places: {
4914
+ place: {
4915
+ stopPoint?: {
4916
+ stopPointRef: string;
4917
+ stopPointName: {
4918
+ text: string;
4919
+ };
4920
+ plannedQuay?: {
4921
+ text: string;
4922
+ };
4923
+ estimatedQuay?: {
4924
+ text: string;
4925
+ };
4926
+ };
4927
+ stopPlace?: {
4928
+ stopPlaceRef?: string;
4929
+ stopPlaceName?: {
4930
+ text: string;
4931
+ };
4932
+ };
4933
+ topographicPlace?: {
4934
+ topographicPlaceCode: string;
4935
+ topographicPlaceName: {
4936
+ text: string;
4937
+ };
4938
+ };
4939
+ pointOfInterest?: {
4940
+ publicCode: string;
4941
+ name: {
4942
+ text: string;
4943
+ };
4944
+ pointOfInterestCategory: {
4945
+ osmTag?: {
4946
+ tag: string;
4947
+ value: string;
4948
+ };
4949
+ }[];
4950
+ topographicPlaceRef?: string;
4951
+ };
4952
+ address?: {
4953
+ publicCode: string;
4954
+ name: {
4955
+ text: string;
4956
+ };
4957
+ postCode?: string;
4958
+ topographicPlaceName?: string;
4959
+ TopographicPlaceRef?: string;
4960
+ Street?: string;
4961
+ HouseNumber?: string;
4962
+ };
4963
+ name: {
4964
+ text: string;
4965
+ };
4966
+ geoPosition: {
4967
+ longitude: number;
4968
+ latitude: number;
4969
+ };
4970
+ mode: {
4971
+ /** @enum {string} */
4972
+ ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "other" | "unknown";
4973
+ airSubmode?: string;
4974
+ busSubmode?: string;
4975
+ coachSubmode?: string;
4976
+ funicularSubmode?: string;
4977
+ metroSubmode?: string;
4978
+ tramSubmode?: string;
4979
+ telecabinSubmode?: string;
4980
+ railSubmode?: string;
4981
+ waterSubmode?: string;
4982
+ name?: {
4983
+ text: string;
4984
+ };
4985
+ shortName?: {
4986
+ text: string;
4987
+ };
4988
+ }[];
4989
+ }[];
4990
+ };
4991
+ };
4184
4992
  tripResult: {
4185
4993
  id: string;
4186
4994
  trip: {
@@ -4366,7 +5174,7 @@ interface components$3 {
4366
5174
  latitude: number;
4367
5175
  }[];
4368
5176
  };
4369
- };
5177
+ }[];
4370
5178
  };
4371
5179
  };
4372
5180
  transferLeg?: {
@@ -4648,7 +5456,7 @@ interface components$2 {
4648
5456
  latitude: number;
4649
5457
  }[];
4650
5458
  };
4651
- };
5459
+ }[];
4652
5460
  };
4653
5461
  };
4654
5462
  transferLeg?: {
@@ -4724,7 +5532,7 @@ interface components$2 {
4724
5532
  };
4725
5533
  requestTimestamp: string;
4726
5534
  requestorRef: string;
4727
- OJPTripRefineRequest?: {
5535
+ OJPTripRefineRequest: {
4728
5536
  requestTimestamp: string;
4729
5537
  refineParams?: {
4730
5538
  numberOfResults?: number;
@@ -4918,7 +5726,7 @@ interface components$2 {
4918
5726
  latitude: number;
4919
5727
  }[];
4920
5728
  };
4921
- };
5729
+ }[];
4922
5730
  };
4923
5731
  };
4924
5732
  transferLeg?: {
@@ -5183,7 +5991,7 @@ interface components$1 {
5183
5991
  latitude: number;
5184
5992
  }[];
5185
5993
  };
5186
- };
5994
+ }[];
5187
5995
  };
5188
5996
  };
5189
5997
  transferLeg?: {
@@ -5467,7 +6275,7 @@ interface components$1 {
5467
6275
  latitude: number;
5468
6276
  }[];
5469
6277
  };
5470
- };
6278
+ }[];
5471
6279
  };
5472
6280
  };
5473
6281
  transferLeg?: {
@@ -5734,7 +6542,7 @@ interface components$1 {
5734
6542
  latitude: number;
5735
6543
  }[];
5736
6544
  };
5737
- };
6545
+ }[];
5738
6546
  };
5739
6547
  };
5740
6548
  transferLeg?: {
@@ -6009,7 +6817,7 @@ interface components$1 {
6009
6817
  latitude: number;
6010
6818
  }[];
6011
6819
  };
6012
- };
6820
+ }[];
6013
6821
  };
6014
6822
  };
6015
6823
  transferLeg?: {
@@ -6212,26 +7020,27 @@ interface components {
6212
7020
  pathItems: never;
6213
7021
  }
6214
7022
 
6215
- type OJPv1_TimedLegServiceSchema = components$a['schemas']['DatedJourney'];
6216
- type OJPv1_TimedLegSchema = components$9['schemas']['TimedLeg'];
6217
- type OJPv1_TripLegSchema = components$9['schemas']['TripLeg'];
6218
- type OJPv1_TripSchema = components$9['schemas']['Trip'];
6219
- type UseRealtimeDataEnum = components$b["schemas"]["UseRealtimeDataEnum"];
6220
- type VehicleModesOfTransportEnum = components$b["schemas"]["VehicleModesOfTransportEnum"];
6221
- type PlaceTypeEnum = components$b["schemas"]["PlaceTypeEnum"];
6222
- type GeoPositionSchema = components$b["schemas"]["GeoPosition"];
6223
- type PlaceRefSchema = components$b["schemas"]["PlaceRef"];
6224
- type InternationalTextSchema = components$b["schemas"]["InternationalText"];
6225
- type DatedJourneySchema = components$b["schemas"]["DatedJourney"];
6226
- type CallAtStopSchema = components$b["schemas"]["CallAtStop"];
6227
- type PlaceContextSchema = components$b["schemas"]["PlaceContext"];
6228
- type PlaceSchema = components$b['schemas']['Place'];
6229
- type StopPointSchema = components$b['schemas']['StopPoint'];
6230
- type StopPlaceSchema = components$b['schemas']['StopPlace'];
6231
- type TopographicPlaceSchema = components$b['schemas']['TopographicPlace'];
6232
- type PointOfInterestSchema = components$b['schemas']['PointOfInterest'];
6233
- type AddressSchema = components$b['schemas']['Address'];
6234
- type PlaceModeStructureSchema = components$b['schemas']['ModeStructure'];
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'];
6235
7044
  type TripRequestOJP = components$4["schemas"]["OJP"];
6236
7045
  type TripParamsSchema = components$4["schemas"]["TripParam"];
6237
7046
  type TripRequestSchema = components$4["schemas"]["OJPTripRequest"];
@@ -6243,17 +7052,19 @@ type LegSchema = components$3["schemas"]["Leg"];
6243
7052
  type TimedLegSchema = components$3["schemas"]["TimedLeg"];
6244
7053
  type TransferLegSchema = components$3["schemas"]["TransferLeg"];
6245
7054
  type ContinuousLegSchema = components$3["schemas"]["ContinuousLeg"];
6246
- type InitialInputSchema = components$8['schemas']['InitialInput'];
6247
- type LIR_RequestParamsSchema = components$8['schemas']['PlaceParam'];
6248
- type LocationInformationRequestOJP = components$8['schemas']['OJP'];
6249
- type LocationInformationRequestSchema = components$8['schemas']['OJPLocationInformationRequest'];
6250
- type PlaceResultSchema = components$7['schemas']['PlaceResult'];
6251
- type StopEventRequestSchema = components$6['schemas']['OJPStopEventRequest'];
6252
- type SER_RequestLocationSchema = components$6['schemas']['PlaceContext'];
6253
- type SER_RequestParamsSchema = components$6['schemas']['StopEventParam'];
6254
- type SER_RequestOJP = components$6['schemas']['OJP'];
6255
- type StopEventResultSchema = components$5['schemas']['StopEventResult'];
6256
- type StopEventSchema = components$5['schemas']['StopEvent'];
7055
+ type TripRequestResponseOJP = components$3['schemas']['OJP'];
7056
+ 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'];
6257
7068
  type TRR_RequestParamsSchema = components$2['schemas']['TripRefineParam'];
6258
7069
  type TRR_RequestSchema = components$2["schemas"]['OJPTripRefineRequest'];
6259
7070
  type TRR_RequestOJP = components$2['schemas']['OJP'];
@@ -6263,13 +7074,17 @@ type FareRequestsSchema = components$1['schemas']['OJPFareRequests'];
6263
7074
  type FareRequestOJP = components$1['schemas']['OJP'];
6264
7075
  type FareResponseOJP = components['schemas']['OJP'];
6265
7076
  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'];
6266
7082
 
6267
7083
  declare const OpenAPI_Dependencies: {
6268
7084
  readonly MapNS_Tags: Record<string, string>;
6269
- readonly MapParentArrayTags: Record<string, string[]>;
6270
7085
  readonly MapArrayTags: Record<string, boolean>;
6271
7086
  readonly MapModelKeepPropertiesXML: Record<string, string[]>;
6272
7087
  readonly MapStringValues: Record<string, boolean>;
6273
7088
  };
6274
7089
 
6275
- 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 SER_RequestLocationSchema, type SER_RequestOJP, type SER_RequestParamsSchema, type StopEventRequestSchema, type StopEventResultSchema, type StopEventSchema, type StopPlaceSchema, type StopPointSchema, type TRR_RequestOJP, type TRR_RequestParamsSchema, type TRR_RequestSchema, type TimedLegSchema, type TopographicPlaceSchema, type TransferLegSchema, type TripParamsSchema, type TripRequestOJP, type TripRequestSchema, type TripResultSchema, type TripSchema, type UseRealtimeDataEnum, VERSION, type VehicleModesOfTransportEnum, type ViaPointSchema };
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 };