ojp-shared-types 0.0.24 → 0.1.1

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.24";
1
+ declare const VERSION = "0.1.1";
2
2
 
3
- interface components$h {
3
+ interface components$j {
4
4
  schemas: {
5
5
  /** @enum {string} */
6
6
  PersonalModesEnumeration: "foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other";
@@ -261,6 +261,14 @@ interface components$h {
261
261
  text: string;
262
262
  };
263
263
  }[];
264
+ attribute: {
265
+ userText: {
266
+ text: string;
267
+ };
268
+ code: string;
269
+ hireFacility?: string;
270
+ importance?: number;
271
+ }[];
264
272
  };
265
273
  TextualContentStructure: {
266
274
  summaryContent: {
@@ -456,6 +464,43 @@ interface components$h {
456
464
  occupancyLevel: "empty" | "manySeatsAvailable" | "fewSeatsAvailable" | "standingRoomOnly";
457
465
  }[];
458
466
  };
467
+ CallAtNearStop: {
468
+ callAtStop: {
469
+ stopPointRef: string;
470
+ stopPointName: {
471
+ text: string;
472
+ };
473
+ nameSuffix?: {
474
+ text: string;
475
+ };
476
+ plannedQuay?: {
477
+ text: string;
478
+ };
479
+ estimatedQuay?: {
480
+ text: string;
481
+ };
482
+ serviceArrival?: {
483
+ timetabledTime: string;
484
+ estimatedTime?: string;
485
+ };
486
+ serviceDeparture?: {
487
+ timetabledTime: string;
488
+ estimatedTime?: string;
489
+ };
490
+ order?: number;
491
+ requestStop?: boolean;
492
+ unplannedStop?: boolean;
493
+ notServicedStop?: boolean;
494
+ noBoardingAtStop?: boolean;
495
+ noAlightingAtStop?: boolean;
496
+ expectedDepartureOccupancy?: {
497
+ /** @enum {string} */
498
+ fareClass: "unknown" | "firstClass" | "secondClass";
499
+ /** @enum {string} */
500
+ occupancyLevel: "empty" | "manySeatsAvailable" | "fewSeatsAvailable" | "standingRoomOnly";
501
+ }[];
502
+ };
503
+ };
459
504
  ProductCategory: {
460
505
  name?: {
461
506
  text: string;
@@ -470,6 +515,7 @@ interface components$h {
470
515
  text: string;
471
516
  };
472
517
  code: string;
518
+ hireFacility?: string;
473
519
  importance?: number;
474
520
  };
475
521
  SituationFullRefStructure: {
@@ -520,6 +566,7 @@ interface components$h {
520
566
  text: string;
521
567
  };
522
568
  code: string;
569
+ hireFacility?: string;
523
570
  importance?: number;
524
571
  }[];
525
572
  originText: {
@@ -629,6 +676,14 @@ interface components$h {
629
676
  text: string;
630
677
  };
631
678
  }[];
679
+ attribute: {
680
+ userText: {
681
+ text: string;
682
+ };
683
+ code: string;
684
+ hireFacility?: string;
685
+ importance?: number;
686
+ }[];
632
687
  }[];
633
688
  };
634
689
  situations?: {
@@ -765,6 +820,16 @@ interface components$h {
765
820
  length?: number;
766
821
  }[];
767
822
  };
823
+ PointOfInterestFilterStructure: {
824
+ exclude?: boolean;
825
+ pointOfInterestCategory: {
826
+ osmTag: {
827
+ tag: string;
828
+ value: string;
829
+ }[];
830
+ pointOfInterestClassification: string[];
831
+ }[];
832
+ };
768
833
  ModeFilterStructure: {
769
834
  exclude?: boolean;
770
835
  ptMode: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
@@ -825,15 +890,221 @@ interface components$h {
825
890
  pathItems: never;
826
891
  }
827
892
 
828
- interface components$g {
893
+ interface components$i {
829
894
  schemas: {
830
895
  GeneralAttribute: {
831
896
  text: {
832
897
  text: string;
833
898
  };
834
899
  code: string;
900
+ hireFacility?: string;
835
901
  importance?: number;
836
902
  };
903
+ PlaceRef: {
904
+ stopPointRef?: string;
905
+ stopPlaceRef?: string;
906
+ geoPosition?: {
907
+ longitude: number;
908
+ latitude: number;
909
+ };
910
+ locationName: {
911
+ text: string;
912
+ };
913
+ };
914
+ PointOfInterest: {
915
+ pointOfInterestCode: string;
916
+ pointOfInterestName: {
917
+ text: string;
918
+ };
919
+ pointOfInterestCategory: {
920
+ osmTag: {
921
+ tag: string;
922
+ value: string;
923
+ }[];
924
+ pointOfInterestClassification: string[];
925
+ }[];
926
+ privateCode?: {
927
+ system: string;
928
+ value: string;
929
+ };
930
+ topographicPlaceRef?: string;
931
+ };
932
+ PtSituationElementStructure: {
933
+ creationTime: string;
934
+ participantRef?: string;
935
+ situationNumber: string;
936
+ version?: number;
937
+ source: {
938
+ /** @enum {string} */
939
+ sourceType: "directReport" | "email" | "phone" | "fax" | "post" | "feed" | "radio" | "tv" | "web" | "pager" | "text" | "other";
940
+ };
941
+ validityPeriod: {
942
+ startTime: string;
943
+ endTime?: string;
944
+ }[];
945
+ priority?: string;
946
+ scopeType?: string;
947
+ language: string;
948
+ summary: string;
949
+ description?: string[];
950
+ detail?: string[];
951
+ affects?: {
952
+ stopPoints?: {
953
+ affectedStopPoint?: {
954
+ stopPointRef: string;
955
+ }[];
956
+ };
957
+ vehicleJourneys?: {
958
+ affectedVehicleJourney?: {
959
+ stopPointRef?: string;
960
+ }[];
961
+ };
962
+ };
963
+ };
964
+ ResponseContextStructure: {
965
+ places?: {
966
+ location: {
967
+ stopPoint?: {
968
+ stopPointRef: string;
969
+ stopPointName: {
970
+ text: string;
971
+ };
972
+ parentRef?: string;
973
+ plannedQuay?: {
974
+ text: string;
975
+ };
976
+ estimatedQuay?: {
977
+ text: string;
978
+ };
979
+ };
980
+ stopPlace?: {
981
+ stopPlaceRef?: string;
982
+ stopPlaceName?: {
983
+ text: string;
984
+ };
985
+ };
986
+ topographicPlace?: {
987
+ topographicPlaceCode: string;
988
+ topographicPlaceName: {
989
+ text: string;
990
+ };
991
+ };
992
+ pointOfInterest?: {
993
+ pointOfInterestCode: string;
994
+ pointOfInterestName: {
995
+ text: string;
996
+ };
997
+ pointOfInterestCategory: {
998
+ osmTag: {
999
+ tag: string;
1000
+ value: string;
1001
+ }[];
1002
+ pointOfInterestClassification: string[];
1003
+ }[];
1004
+ privateCode?: {
1005
+ system: string;
1006
+ value: string;
1007
+ };
1008
+ topographicPlaceRef?: string;
1009
+ };
1010
+ address?: {
1011
+ publicCode: string;
1012
+ name: {
1013
+ text: string;
1014
+ };
1015
+ postCode?: string;
1016
+ topographicPlaceName?: string;
1017
+ topographicPlaceRef?: string;
1018
+ street?: string;
1019
+ houseNumber?: string;
1020
+ };
1021
+ locationName: {
1022
+ text: string;
1023
+ };
1024
+ geoPosition: {
1025
+ longitude: number;
1026
+ latitude: number;
1027
+ };
1028
+ mode: {
1029
+ /** @enum {string} */
1030
+ ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
1031
+ airSubmode?: string;
1032
+ busSubmode?: string;
1033
+ coachSubmode?: string;
1034
+ funicularSubmode?: string;
1035
+ metroSubmode?: string;
1036
+ tramSubmode?: string;
1037
+ telecabinSubmode?: string;
1038
+ railSubmode?: string;
1039
+ waterSubmode?: string;
1040
+ name?: {
1041
+ text: string;
1042
+ };
1043
+ shortName?: {
1044
+ text: string;
1045
+ };
1046
+ }[];
1047
+ attribute: {
1048
+ text: {
1049
+ text: string;
1050
+ };
1051
+ code: string;
1052
+ hireFacility?: string;
1053
+ importance?: number;
1054
+ }[];
1055
+ extension?: {
1056
+ locationExtensionStructure?: {
1057
+ [key: string]: string;
1058
+ };
1059
+ };
1060
+ }[];
1061
+ };
1062
+ situations?: {
1063
+ ptSituation: {
1064
+ creationTime: string;
1065
+ participantRef?: string;
1066
+ situationNumber: string;
1067
+ version?: number;
1068
+ source: {
1069
+ /** @enum {string} */
1070
+ sourceType: "directReport" | "email" | "phone" | "fax" | "post" | "feed" | "radio" | "tv" | "web" | "pager" | "text" | "other";
1071
+ };
1072
+ validityPeriod: {
1073
+ startTime: string;
1074
+ endTime?: string;
1075
+ }[];
1076
+ priority?: string;
1077
+ scopeType?: string;
1078
+ language: string;
1079
+ summary: string;
1080
+ description?: string[];
1081
+ detail?: string[];
1082
+ affects?: {
1083
+ stopPoints?: {
1084
+ affectedStopPoint?: {
1085
+ stopPointRef: string;
1086
+ }[];
1087
+ };
1088
+ vehicleJourneys?: {
1089
+ affectedVehicleJourney?: {
1090
+ stopPointRef?: string;
1091
+ }[];
1092
+ };
1093
+ };
1094
+ }[];
1095
+ };
1096
+ };
1097
+ SharedServiceExtension: {
1098
+ transportTypeName?: {
1099
+ text: string;
1100
+ };
1101
+ publishedJourneyNumber?: {
1102
+ text: string;
1103
+ };
1104
+ operatorName?: {
1105
+ text: string;
1106
+ };
1107
+ };
837
1108
  DatedJourney: {
838
1109
  conventionalModeOfOperation?: string;
839
1110
  operatingDayRef: string;
@@ -878,6 +1149,7 @@ interface components$g {
878
1149
  text: string;
879
1150
  };
880
1151
  code: string;
1152
+ hireFacility?: string;
881
1153
  importance?: number;
882
1154
  }[];
883
1155
  operatorRef?: string;
@@ -916,8 +1188,8 @@ interface components$g {
916
1188
  };
917
1189
  };
918
1190
  pointOfInterest?: {
919
- publicCode: string;
920
- name: {
1191
+ pointOfInterestCode: string;
1192
+ pointOfInterestName: {
921
1193
  text: string;
922
1194
  };
923
1195
  pointOfInterestCategory: {
@@ -931,12 +1203,6 @@ interface components$g {
931
1203
  system: string;
932
1204
  value: string;
933
1205
  };
934
- pOIAdditionalInformation?: {
935
- pOIAdditionalInformation: {
936
- key: string;
937
- value: string;
938
- }[];
939
- };
940
1206
  topographicPlaceRef?: string;
941
1207
  };
942
1208
  address?: {
@@ -976,6 +1242,99 @@ interface components$g {
976
1242
  text: string;
977
1243
  };
978
1244
  }[];
1245
+ attribute: {
1246
+ text: {
1247
+ text: string;
1248
+ };
1249
+ code: string;
1250
+ hireFacility?: string;
1251
+ importance?: number;
1252
+ }[];
1253
+ extension?: {
1254
+ locationExtensionStructure?: {
1255
+ [key: string]: string;
1256
+ };
1257
+ };
1258
+ };
1259
+ CallAtStop: {
1260
+ stopPointRef: string;
1261
+ stopPointName: {
1262
+ text: string;
1263
+ };
1264
+ nameSuffix?: {
1265
+ text: string;
1266
+ };
1267
+ plannedQuay?: {
1268
+ text: string;
1269
+ };
1270
+ estimatedQuay?: {
1271
+ text: string;
1272
+ };
1273
+ serviceArrival?: {
1274
+ timetabledTime: string;
1275
+ estimatedTime?: string;
1276
+ };
1277
+ serviceDeparture?: {
1278
+ timetabledTime: string;
1279
+ estimatedTime?: string;
1280
+ };
1281
+ order?: number;
1282
+ requestStop?: boolean;
1283
+ unplannedStop?: boolean;
1284
+ notServicedStop?: boolean;
1285
+ noBoardingAtStop?: boolean;
1286
+ noAlightingAtStop?: boolean;
1287
+ expectedDepartureOccupancy?: {
1288
+ /** @enum {string} */
1289
+ fareClass: "unknown" | "firstClass" | "secondClass";
1290
+ /** @enum {string} */
1291
+ occupancyLevel: "empty" | "manySeatsAvailable" | "fewSeatsAvailable" | "standingRoomOnly";
1292
+ }[];
1293
+ situationFullRef?: {
1294
+ participantRef: string;
1295
+ situationNumber: string;
1296
+ }[];
1297
+ };
1298
+ CallAtNearStop: {
1299
+ callAtStop: {
1300
+ stopPointRef: string;
1301
+ stopPointName: {
1302
+ text: string;
1303
+ };
1304
+ nameSuffix?: {
1305
+ text: string;
1306
+ };
1307
+ plannedQuay?: {
1308
+ text: string;
1309
+ };
1310
+ estimatedQuay?: {
1311
+ text: string;
1312
+ };
1313
+ serviceArrival?: {
1314
+ timetabledTime: string;
1315
+ estimatedTime?: string;
1316
+ };
1317
+ serviceDeparture?: {
1318
+ timetabledTime: string;
1319
+ estimatedTime?: string;
1320
+ };
1321
+ order?: number;
1322
+ requestStop?: boolean;
1323
+ unplannedStop?: boolean;
1324
+ notServicedStop?: boolean;
1325
+ noBoardingAtStop?: boolean;
1326
+ noAlightingAtStop?: boolean;
1327
+ expectedDepartureOccupancy?: {
1328
+ /** @enum {string} */
1329
+ fareClass: "unknown" | "firstClass" | "secondClass";
1330
+ /** @enum {string} */
1331
+ occupancyLevel: "empty" | "manySeatsAvailable" | "fewSeatsAvailable" | "standingRoomOnly";
1332
+ }[];
1333
+ situationFullRef?: {
1334
+ participantRef: string;
1335
+ situationNumber: string;
1336
+ }[];
1337
+ };
979
1338
  };
980
1339
  };
981
1340
  responses: never;
@@ -985,7 +1344,7 @@ interface components$g {
985
1344
  pathItems: never;
986
1345
  }
987
1346
 
988
- interface components$f {
1347
+ interface components$h {
989
1348
  schemas: {
990
1349
  TimedLeg: {
991
1350
  legBoard: {
@@ -1137,6 +1496,7 @@ interface components$f {
1137
1496
  text: string;
1138
1497
  };
1139
1498
  code: string;
1499
+ hireFacility?: string;
1140
1500
  importance?: number;
1141
1501
  }[];
1142
1502
  operatorRef?: string;
@@ -1348,6 +1708,7 @@ interface components$f {
1348
1708
  text: string;
1349
1709
  };
1350
1710
  code: string;
1711
+ hireFacility?: string;
1351
1712
  importance?: number;
1352
1713
  }[];
1353
1714
  operatorRef?: string;
@@ -1753,6 +2114,7 @@ interface components$f {
1753
2114
  text: string;
1754
2115
  };
1755
2116
  code: string;
2117
+ hireFacility?: string;
1756
2118
  importance?: number;
1757
2119
  }[];
1758
2120
  operatorRef?: string;
@@ -2006,11 +2368,10 @@ interface components$f {
2006
2368
  pathItems: never;
2007
2369
  }
2008
2370
 
2009
- interface components$e {
2371
+ interface components$g {
2010
2372
  schemas: {
2011
2373
  PlaceParam: {
2012
2374
  type: ("stop" | "address" | "poi" | "location" | "topographicPlace")[];
2013
- numberOfResults?: number;
2014
2375
  modes?: {
2015
2376
  exclude?: boolean;
2016
2377
  ptMode: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
@@ -2025,6 +2386,17 @@ interface components$e {
2025
2386
  railSubmode?: string;
2026
2387
  waterSubmode?: string;
2027
2388
  };
2389
+ pointOfInterestFilter?: {
2390
+ exclude?: boolean;
2391
+ pointOfInterestCategory: {
2392
+ osmTag: {
2393
+ tag: string;
2394
+ value: string;
2395
+ }[];
2396
+ pointOfInterestClassification: string[];
2397
+ }[];
2398
+ };
2399
+ numberOfResults?: number;
2028
2400
  includePtModes?: boolean;
2029
2401
  };
2030
2402
  InitialInput: {
@@ -2072,7 +2444,6 @@ interface components$e {
2072
2444
  };
2073
2445
  restrictions?: {
2074
2446
  type: ("stop" | "address" | "poi" | "location" | "topographicPlace")[];
2075
- numberOfResults?: number;
2076
2447
  modes?: {
2077
2448
  exclude?: boolean;
2078
2449
  ptMode: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
@@ -2087,6 +2458,17 @@ interface components$e {
2087
2458
  railSubmode?: string;
2088
2459
  waterSubmode?: string;
2089
2460
  };
2461
+ pointOfInterestFilter?: {
2462
+ exclude?: boolean;
2463
+ pointOfInterestCategory: {
2464
+ osmTag: {
2465
+ tag: string;
2466
+ value: string;
2467
+ }[];
2468
+ pointOfInterestClassification: string[];
2469
+ }[];
2470
+ };
2471
+ numberOfResults?: number;
2090
2472
  includePtModes?: boolean;
2091
2473
  };
2092
2474
  };
@@ -2128,7 +2510,6 @@ interface components$e {
2128
2510
  };
2129
2511
  restrictions?: {
2130
2512
  type: ("stop" | "address" | "poi" | "location" | "topographicPlace")[];
2131
- numberOfResults?: number;
2132
2513
  modes?: {
2133
2514
  exclude?: boolean;
2134
2515
  ptMode: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
@@ -2143,6 +2524,17 @@ interface components$e {
2143
2524
  railSubmode?: string;
2144
2525
  waterSubmode?: string;
2145
2526
  };
2527
+ pointOfInterestFilter?: {
2528
+ exclude?: boolean;
2529
+ pointOfInterestCategory: {
2530
+ osmTag: {
2531
+ tag: string;
2532
+ value: string;
2533
+ }[];
2534
+ pointOfInterestClassification: string[];
2535
+ }[];
2536
+ };
2537
+ numberOfResults?: number;
2146
2538
  includePtModes?: boolean;
2147
2539
  };
2148
2540
  };
@@ -2157,7 +2549,7 @@ interface components$e {
2157
2549
  pathItems: never;
2158
2550
  }
2159
2551
 
2160
- interface components$d {
2552
+ interface components$f {
2161
2553
  schemas: {
2162
2554
  PlaceResult: {
2163
2555
  place: {
@@ -2247,6 +2639,14 @@ interface components$d {
2247
2639
  text: string;
2248
2640
  };
2249
2641
  }[];
2642
+ attribute: {
2643
+ userText: {
2644
+ text: string;
2645
+ };
2646
+ code: string;
2647
+ hireFacility?: string;
2648
+ importance?: number;
2649
+ }[];
2250
2650
  };
2251
2651
  complete: boolean;
2252
2652
  probability?: number;
@@ -2344,6 +2744,14 @@ interface components$d {
2344
2744
  text: string;
2345
2745
  };
2346
2746
  }[];
2747
+ attribute: {
2748
+ userText: {
2749
+ text: string;
2750
+ };
2751
+ code: string;
2752
+ hireFacility?: string;
2753
+ importance?: number;
2754
+ }[];
2347
2755
  };
2348
2756
  complete: boolean;
2349
2757
  probability?: number;
@@ -2447,6 +2855,14 @@ interface components$d {
2447
2855
  text: string;
2448
2856
  };
2449
2857
  }[];
2858
+ attribute: {
2859
+ userText: {
2860
+ text: string;
2861
+ };
2862
+ code: string;
2863
+ hireFacility?: string;
2864
+ importance?: number;
2865
+ }[];
2450
2866
  };
2451
2867
  complete: boolean;
2452
2868
  probability?: number;
@@ -2463,11 +2879,10 @@ interface components$d {
2463
2879
  pathItems: never;
2464
2880
  }
2465
2881
 
2466
- interface components$c {
2882
+ interface components$e {
2467
2883
  schemas: {
2468
2884
  PlaceParam: {
2469
2885
  type: ("stop" | "address" | "poi" | "location" | "topographicPlace")[];
2470
- numberOfResults?: number;
2471
2886
  modes?: {
2472
2887
  exclude?: boolean;
2473
2888
  ptMode: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
@@ -2482,6 +2897,17 @@ interface components$c {
2482
2897
  railSubmode?: string;
2483
2898
  waterSubmode?: string;
2484
2899
  };
2900
+ pointOfInterestFilter?: {
2901
+ exclude?: boolean;
2902
+ pointOfInterestCategory: {
2903
+ osmTag: {
2904
+ tag: string;
2905
+ value: string;
2906
+ }[];
2907
+ pointOfInterestClassification: string[];
2908
+ }[];
2909
+ };
2910
+ numberOfResults?: number;
2485
2911
  includePtModes?: boolean;
2486
2912
  };
2487
2913
  InitialInput: {
@@ -2523,13 +2949,12 @@ interface components$c {
2523
2949
  longitude: number;
2524
2950
  latitude: number;
2525
2951
  };
2526
- name: {
2952
+ locationName: {
2527
2953
  text: string;
2528
2954
  };
2529
2955
  };
2530
2956
  restrictions?: {
2531
2957
  type: ("stop" | "address" | "poi" | "location" | "topographicPlace")[];
2532
- numberOfResults?: number;
2533
2958
  modes?: {
2534
2959
  exclude?: boolean;
2535
2960
  ptMode: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
@@ -2544,6 +2969,17 @@ interface components$c {
2544
2969
  railSubmode?: string;
2545
2970
  waterSubmode?: string;
2546
2971
  };
2972
+ pointOfInterestFilter?: {
2973
+ exclude?: boolean;
2974
+ pointOfInterestCategory: {
2975
+ osmTag: {
2976
+ tag: string;
2977
+ value: string;
2978
+ }[];
2979
+ pointOfInterestClassification: string[];
2980
+ }[];
2981
+ };
2982
+ numberOfResults?: number;
2547
2983
  includePtModes?: boolean;
2548
2984
  };
2549
2985
  };
@@ -2579,13 +3015,12 @@ interface components$c {
2579
3015
  longitude: number;
2580
3016
  latitude: number;
2581
3017
  };
2582
- name: {
3018
+ locationName: {
2583
3019
  text: string;
2584
3020
  };
2585
3021
  };
2586
3022
  restrictions?: {
2587
3023
  type: ("stop" | "address" | "poi" | "location" | "topographicPlace")[];
2588
- numberOfResults?: number;
2589
3024
  modes?: {
2590
3025
  exclude?: boolean;
2591
3026
  ptMode: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
@@ -2600,6 +3035,17 @@ interface components$c {
2600
3035
  railSubmode?: string;
2601
3036
  waterSubmode?: string;
2602
3037
  };
3038
+ pointOfInterestFilter?: {
3039
+ exclude?: boolean;
3040
+ pointOfInterestCategory: {
3041
+ osmTag: {
3042
+ tag: string;
3043
+ value: string;
3044
+ }[];
3045
+ pointOfInterestClassification: string[];
3046
+ }[];
3047
+ };
3048
+ numberOfResults?: number;
2603
3049
  includePtModes?: boolean;
2604
3050
  };
2605
3051
  };
@@ -2614,7 +3060,7 @@ interface components$c {
2614
3060
  pathItems: never;
2615
3061
  }
2616
3062
 
2617
- interface components$b {
3063
+ interface components$d {
2618
3064
  schemas: {
2619
3065
  LocationResult: {
2620
3066
  location: {
@@ -2644,8 +3090,8 @@ interface components$b {
2644
3090
  };
2645
3091
  };
2646
3092
  pointOfInterest?: {
2647
- publicCode: string;
2648
- name: {
3093
+ pointOfInterestCode: string;
3094
+ pointOfInterestName: {
2649
3095
  text: string;
2650
3096
  };
2651
3097
  pointOfInterestCategory: {
@@ -2659,12 +3105,6 @@ interface components$b {
2659
3105
  system: string;
2660
3106
  value: string;
2661
3107
  };
2662
- pOIAdditionalInformation?: {
2663
- pOIAdditionalInformation: {
2664
- key: string;
2665
- value: string;
2666
- }[];
2667
- };
2668
3108
  topographicPlaceRef?: string;
2669
3109
  };
2670
3110
  address?: {
@@ -2704,6 +3144,19 @@ interface components$b {
2704
3144
  text: string;
2705
3145
  };
2706
3146
  }[];
3147
+ attribute: {
3148
+ text: {
3149
+ text: string;
3150
+ };
3151
+ code: string;
3152
+ hireFacility?: string;
3153
+ importance?: number;
3154
+ }[];
3155
+ extension?: {
3156
+ locationExtensionStructure?: {
3157
+ [key: string]: string;
3158
+ };
3159
+ };
2707
3160
  };
2708
3161
  complete: boolean;
2709
3162
  probability?: number;
@@ -2741,8 +3194,8 @@ interface components$b {
2741
3194
  };
2742
3195
  };
2743
3196
  pointOfInterest?: {
2744
- publicCode: string;
2745
- name: {
3197
+ pointOfInterestCode: string;
3198
+ pointOfInterestName: {
2746
3199
  text: string;
2747
3200
  };
2748
3201
  pointOfInterestCategory: {
@@ -2756,12 +3209,6 @@ interface components$b {
2756
3209
  system: string;
2757
3210
  value: string;
2758
3211
  };
2759
- pOIAdditionalInformation?: {
2760
- pOIAdditionalInformation: {
2761
- key: string;
2762
- value: string;
2763
- }[];
2764
- };
2765
3212
  topographicPlaceRef?: string;
2766
3213
  };
2767
3214
  address?: {
@@ -2801,6 +3248,19 @@ interface components$b {
2801
3248
  text: string;
2802
3249
  };
2803
3250
  }[];
3251
+ attribute: {
3252
+ text: {
3253
+ text: string;
3254
+ };
3255
+ code: string;
3256
+ hireFacility?: string;
3257
+ importance?: number;
3258
+ }[];
3259
+ extension?: {
3260
+ locationExtensionStructure?: {
3261
+ [key: string]: string;
3262
+ };
3263
+ };
2804
3264
  };
2805
3265
  complete: boolean;
2806
3266
  probability?: number;
@@ -2844,8 +3304,8 @@ interface components$b {
2844
3304
  };
2845
3305
  };
2846
3306
  pointOfInterest?: {
2847
- publicCode: string;
2848
- name: {
3307
+ pointOfInterestCode: string;
3308
+ pointOfInterestName: {
2849
3309
  text: string;
2850
3310
  };
2851
3311
  pointOfInterestCategory: {
@@ -2859,12 +3319,6 @@ interface components$b {
2859
3319
  system: string;
2860
3320
  value: string;
2861
3321
  };
2862
- pOIAdditionalInformation?: {
2863
- pOIAdditionalInformation: {
2864
- key: string;
2865
- value: string;
2866
- }[];
2867
- };
2868
3322
  topographicPlaceRef?: string;
2869
3323
  };
2870
3324
  address?: {
@@ -2904,6 +3358,19 @@ interface components$b {
2904
3358
  text: string;
2905
3359
  };
2906
3360
  }[];
3361
+ attribute: {
3362
+ text: {
3363
+ text: string;
3364
+ };
3365
+ code: string;
3366
+ hireFacility?: string;
3367
+ importance?: number;
3368
+ }[];
3369
+ extension?: {
3370
+ locationExtensionStructure?: {
3371
+ [key: string]: string;
3372
+ };
3373
+ };
2907
3374
  };
2908
3375
  complete: boolean;
2909
3376
  probability?: number;
@@ -2920,7 +3387,7 @@ interface components$b {
2920
3387
  pathItems: never;
2921
3388
  }
2922
3389
 
2923
- interface components$a {
3390
+ interface components$c {
2924
3391
  schemas: {
2925
3392
  StopEventParam: {
2926
3393
  includeAllRestrictedLines?: boolean;
@@ -3019,219 +3486,8 @@ interface components$a {
3019
3486
  pathItems: never;
3020
3487
  }
3021
3488
 
3022
- interface components$9 {
3489
+ interface components$b {
3023
3490
  schemas: {
3024
- PointOfInterestCategory: {
3025
- osmTag?: {
3026
- tag: string;
3027
- value: string;
3028
- };
3029
- };
3030
- StopPoint: {
3031
- stopPointRef: string;
3032
- stopPointName: {
3033
- text: string;
3034
- };
3035
- plannedQuay?: {
3036
- text: string;
3037
- };
3038
- estimatedQuay?: {
3039
- text: string;
3040
- };
3041
- };
3042
- StopPlace: {
3043
- stopPlaceRef?: string;
3044
- stopPlaceName?: {
3045
- text: string;
3046
- };
3047
- };
3048
- TopographicPlace: {
3049
- topographicPlaceCode: string;
3050
- topographicPlaceName: {
3051
- text: string;
3052
- };
3053
- };
3054
- PointOfInterest: {
3055
- publicCode: string;
3056
- name: {
3057
- text: string;
3058
- };
3059
- pointOfInterestCategory: {
3060
- osmTag?: {
3061
- tag: string;
3062
- value: string;
3063
- };
3064
- }[];
3065
- topographicPlaceRef?: string;
3066
- };
3067
- Address: {
3068
- publicCode: string;
3069
- name: {
3070
- text: string;
3071
- };
3072
- postCode?: string;
3073
- topographicPlaceName?: string;
3074
- TopographicPlaceRef?: string;
3075
- Street?: string;
3076
- HouseNumber?: string;
3077
- };
3078
- Place: {
3079
- stopPoint?: {
3080
- stopPointRef: string;
3081
- stopPointName: {
3082
- text: string;
3083
- };
3084
- plannedQuay?: {
3085
- text: string;
3086
- };
3087
- estimatedQuay?: {
3088
- text: string;
3089
- };
3090
- };
3091
- stopPlace?: {
3092
- stopPlaceRef?: string;
3093
- stopPlaceName?: {
3094
- text: string;
3095
- };
3096
- };
3097
- topographicPlace?: {
3098
- topographicPlaceCode: string;
3099
- topographicPlaceName: {
3100
- text: string;
3101
- };
3102
- };
3103
- pointOfInterest?: {
3104
- publicCode: string;
3105
- name: {
3106
- text: string;
3107
- };
3108
- pointOfInterestCategory: {
3109
- osmTag?: {
3110
- tag: string;
3111
- value: string;
3112
- };
3113
- }[];
3114
- topographicPlaceRef?: string;
3115
- };
3116
- address?: {
3117
- publicCode: string;
3118
- name: {
3119
- text: string;
3120
- };
3121
- postCode?: string;
3122
- topographicPlaceName?: string;
3123
- TopographicPlaceRef?: string;
3124
- Street?: string;
3125
- HouseNumber?: string;
3126
- };
3127
- name: {
3128
- text: string;
3129
- };
3130
- geoPosition: {
3131
- longitude: number;
3132
- latitude: number;
3133
- };
3134
- mode: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
3135
- };
3136
- PlaceResult: {
3137
- place: {
3138
- stopPoint?: {
3139
- stopPointRef: string;
3140
- stopPointName: {
3141
- text: string;
3142
- };
3143
- plannedQuay?: {
3144
- text: string;
3145
- };
3146
- estimatedQuay?: {
3147
- text: string;
3148
- };
3149
- };
3150
- stopPlace?: {
3151
- stopPlaceRef?: string;
3152
- stopPlaceName?: {
3153
- text: string;
3154
- };
3155
- };
3156
- topographicPlace?: {
3157
- topographicPlaceCode: string;
3158
- topographicPlaceName: {
3159
- text: string;
3160
- };
3161
- };
3162
- pointOfInterest?: {
3163
- publicCode: string;
3164
- name: {
3165
- text: string;
3166
- };
3167
- pointOfInterestCategory: {
3168
- osmTag?: {
3169
- tag: string;
3170
- value: string;
3171
- };
3172
- }[];
3173
- topographicPlaceRef?: string;
3174
- };
3175
- address?: {
3176
- publicCode: string;
3177
- name: {
3178
- text: string;
3179
- };
3180
- postCode?: string;
3181
- topographicPlaceName?: string;
3182
- TopographicPlaceRef?: string;
3183
- Street?: string;
3184
- HouseNumber?: string;
3185
- };
3186
- name: {
3187
- text: string;
3188
- };
3189
- geoPosition: {
3190
- longitude: number;
3191
- latitude: number;
3192
- };
3193
- mode: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
3194
- };
3195
- complete: boolean;
3196
- probability?: number;
3197
- };
3198
- CallAtNearStop: {
3199
- callAtStop: {
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
- expectedDepartureOccupancy?: {
3228
- /** @enum {string} */
3229
- fareClass: "unknown" | "firstClass" | "secondClass";
3230
- /** @enum {string} */
3231
- occupancyLevel: "empty" | "manySeatsAvailable" | "fewSeatsAvailable" | "standingRoomOnly";
3232
- }[];
3233
- };
3234
- };
3235
3491
  StopEvent: {
3236
3492
  previousCall: {
3237
3493
  callAtStop: {
@@ -3388,6 +3644,7 @@ interface components$9 {
3388
3644
  text: string;
3389
3645
  };
3390
3646
  code: string;
3647
+ hireFacility?: string;
3391
3648
  importance?: number;
3392
3649
  }[];
3393
3650
  originText: {
@@ -3572,6 +3829,7 @@ interface components$9 {
3572
3829
  text: string;
3573
3830
  };
3574
3831
  code: string;
3832
+ hireFacility?: string;
3575
3833
  importance?: number;
3576
3834
  }[];
3577
3835
  originText: {
@@ -3693,6 +3951,14 @@ interface components$9 {
3693
3951
  text: string;
3694
3952
  };
3695
3953
  }[];
3954
+ attribute: {
3955
+ userText: {
3956
+ text: string;
3957
+ };
3958
+ code: string;
3959
+ hireFacility?: string;
3960
+ importance?: number;
3961
+ }[];
3696
3962
  }[];
3697
3963
  };
3698
3964
  situations?: {
@@ -3913,6 +4179,7 @@ interface components$9 {
3913
4179
  text: string;
3914
4180
  };
3915
4181
  code: string;
4182
+ hireFacility?: string;
3916
4183
  importance?: number;
3917
4184
  }[];
3918
4185
  originText: {
@@ -4040,6 +4307,14 @@ interface components$9 {
4040
4307
  text: string;
4041
4308
  };
4042
4309
  }[];
4310
+ attribute: {
4311
+ userText: {
4312
+ text: string;
4313
+ };
4314
+ code: string;
4315
+ hireFacility?: string;
4316
+ importance?: number;
4317
+ }[];
4043
4318
  }[];
4044
4319
  };
4045
4320
  situations?: {
@@ -4260,6 +4535,7 @@ interface components$9 {
4260
4535
  text: string;
4261
4536
  };
4262
4537
  code: string;
4538
+ hireFacility?: string;
4263
4539
  importance?: number;
4264
4540
  }[];
4265
4541
  originText: {
@@ -4299,25 +4575,47 @@ interface components$9 {
4299
4575
  pathItems: never;
4300
4576
  }
4301
4577
 
4302
- interface components$8 {
4578
+ interface components$a {
4303
4579
  schemas: {
4304
- TripInfoParamStructure: {
4305
- includeCalls?: boolean;
4306
- includeService?: boolean;
4307
- includeTrackProjection?: boolean;
4308
- includePlacesContext?: boolean;
4309
- includeSituationsContext?: boolean;
4580
+ PlaceContext: {
4581
+ placeRef: {
4582
+ stopPointRef?: string;
4583
+ stopPlaceRef?: string;
4584
+ geoPosition?: {
4585
+ longitude: number;
4586
+ latitude: number;
4587
+ };
4588
+ locationName: {
4589
+ text: string;
4590
+ };
4591
+ };
4592
+ depArrTime?: string;
4310
4593
  };
4311
- OJPTripInfoRequest: {
4594
+ OJPStopEventRequest: {
4312
4595
  requestTimestamp: string;
4313
- journeyRef: string;
4314
- operatingDayRef: string;
4596
+ location: {
4597
+ placeRef: {
4598
+ stopPointRef?: string;
4599
+ stopPlaceRef?: string;
4600
+ geoPosition?: {
4601
+ longitude: number;
4602
+ latitude: number;
4603
+ };
4604
+ locationName: {
4605
+ text: string;
4606
+ };
4607
+ };
4608
+ depArrTime?: string;
4609
+ };
4315
4610
  params?: {
4316
- includeCalls?: boolean;
4317
- includeService?: boolean;
4318
- includeTrackProjection?: boolean;
4319
- includePlacesContext?: boolean;
4320
- includeSituationsContext?: boolean;
4611
+ includeAllRestrictedLines?: boolean;
4612
+ numberOfResults?: number;
4613
+ /** @enum {string} */
4614
+ stopEventType?: "departure" | "arrival" | "both";
4615
+ includePreviousCalls?: boolean;
4616
+ includeOnwardCalls?: boolean;
4617
+ /** @enum {string} */
4618
+ useRealtimeData?: "full" | "explanatory" | "none";
4321
4619
  };
4322
4620
  };
4323
4621
  OJP: {
@@ -4328,19 +4626,1179 @@ interface components$8 {
4328
4626
  };
4329
4627
  requestTimestamp: string;
4330
4628
  requestorRef: string;
4331
- OJPTripInfoRequest: {
4629
+ OJPStopEventRequest: {
4332
4630
  requestTimestamp: string;
4333
- journeyRef: string;
4334
- operatingDayRef: string;
4335
- params?: {
4336
- includeCalls?: boolean;
4337
- includeService?: boolean;
4338
- includeTrackProjection?: boolean;
4339
- includePlacesContext?: boolean;
4340
- includeSituationsContext?: boolean;
4631
+ location: {
4632
+ placeRef: {
4633
+ stopPointRef?: string;
4634
+ stopPlaceRef?: string;
4635
+ geoPosition?: {
4636
+ longitude: number;
4637
+ latitude: number;
4638
+ };
4639
+ locationName: {
4640
+ text: string;
4641
+ };
4642
+ };
4643
+ depArrTime?: string;
4341
4644
  };
4342
- };
4343
- };
4645
+ params?: {
4646
+ includeAllRestrictedLines?: boolean;
4647
+ numberOfResults?: number;
4648
+ /** @enum {string} */
4649
+ stopEventType?: "departure" | "arrival" | "both";
4650
+ includePreviousCalls?: boolean;
4651
+ includeOnwardCalls?: boolean;
4652
+ /** @enum {string} */
4653
+ useRealtimeData?: "full" | "explanatory" | "none";
4654
+ };
4655
+ };
4656
+ };
4657
+ };
4658
+ };
4659
+ };
4660
+ responses: never;
4661
+ parameters: never;
4662
+ requestBodies: never;
4663
+ headers: never;
4664
+ pathItems: never;
4665
+ }
4666
+
4667
+ interface components$9 {
4668
+ schemas: {
4669
+ StopEvent: {
4670
+ previousCall: {
4671
+ callAtStop: {
4672
+ stopPointRef: string;
4673
+ stopPointName: {
4674
+ text: string;
4675
+ };
4676
+ nameSuffix?: {
4677
+ text: string;
4678
+ };
4679
+ plannedQuay?: {
4680
+ text: string;
4681
+ };
4682
+ estimatedQuay?: {
4683
+ text: string;
4684
+ };
4685
+ serviceArrival?: {
4686
+ timetabledTime: string;
4687
+ estimatedTime?: string;
4688
+ };
4689
+ serviceDeparture?: {
4690
+ timetabledTime: string;
4691
+ estimatedTime?: string;
4692
+ };
4693
+ order?: number;
4694
+ requestStop?: boolean;
4695
+ unplannedStop?: boolean;
4696
+ notServicedStop?: boolean;
4697
+ noBoardingAtStop?: boolean;
4698
+ noAlightingAtStop?: boolean;
4699
+ expectedDepartureOccupancy?: {
4700
+ /** @enum {string} */
4701
+ fareClass: "unknown" | "firstClass" | "secondClass";
4702
+ /** @enum {string} */
4703
+ occupancyLevel: "empty" | "manySeatsAvailable" | "fewSeatsAvailable" | "standingRoomOnly";
4704
+ }[];
4705
+ situationFullRef?: {
4706
+ participantRef: string;
4707
+ situationNumber: string;
4708
+ }[];
4709
+ };
4710
+ }[];
4711
+ thisCall: {
4712
+ callAtStop: {
4713
+ stopPointRef: string;
4714
+ stopPointName: {
4715
+ text: string;
4716
+ };
4717
+ nameSuffix?: {
4718
+ text: string;
4719
+ };
4720
+ plannedQuay?: {
4721
+ text: string;
4722
+ };
4723
+ estimatedQuay?: {
4724
+ text: string;
4725
+ };
4726
+ serviceArrival?: {
4727
+ timetabledTime: string;
4728
+ estimatedTime?: string;
4729
+ };
4730
+ serviceDeparture?: {
4731
+ timetabledTime: string;
4732
+ estimatedTime?: string;
4733
+ };
4734
+ order?: number;
4735
+ requestStop?: boolean;
4736
+ unplannedStop?: boolean;
4737
+ notServicedStop?: boolean;
4738
+ noBoardingAtStop?: boolean;
4739
+ noAlightingAtStop?: boolean;
4740
+ expectedDepartureOccupancy?: {
4741
+ /** @enum {string} */
4742
+ fareClass: "unknown" | "firstClass" | "secondClass";
4743
+ /** @enum {string} */
4744
+ occupancyLevel: "empty" | "manySeatsAvailable" | "fewSeatsAvailable" | "standingRoomOnly";
4745
+ }[];
4746
+ situationFullRef?: {
4747
+ participantRef: string;
4748
+ situationNumber: string;
4749
+ }[];
4750
+ };
4751
+ };
4752
+ onwardCall: {
4753
+ callAtStop: {
4754
+ stopPointRef: string;
4755
+ stopPointName: {
4756
+ text: string;
4757
+ };
4758
+ nameSuffix?: {
4759
+ text: string;
4760
+ };
4761
+ plannedQuay?: {
4762
+ text: string;
4763
+ };
4764
+ estimatedQuay?: {
4765
+ text: string;
4766
+ };
4767
+ serviceArrival?: {
4768
+ timetabledTime: string;
4769
+ estimatedTime?: string;
4770
+ };
4771
+ serviceDeparture?: {
4772
+ timetabledTime: string;
4773
+ estimatedTime?: string;
4774
+ };
4775
+ order?: number;
4776
+ requestStop?: boolean;
4777
+ unplannedStop?: boolean;
4778
+ notServicedStop?: boolean;
4779
+ noBoardingAtStop?: boolean;
4780
+ noAlightingAtStop?: boolean;
4781
+ expectedDepartureOccupancy?: {
4782
+ /** @enum {string} */
4783
+ fareClass: "unknown" | "firstClass" | "secondClass";
4784
+ /** @enum {string} */
4785
+ occupancyLevel: "empty" | "manySeatsAvailable" | "fewSeatsAvailable" | "standingRoomOnly";
4786
+ }[];
4787
+ situationFullRef?: {
4788
+ participantRef: string;
4789
+ situationNumber: string;
4790
+ }[];
4791
+ };
4792
+ }[];
4793
+ service: {
4794
+ conventionalModeOfOperation?: string;
4795
+ operatingDayRef: string;
4796
+ journeyRef: string;
4797
+ publicCode?: string;
4798
+ lineRef: string;
4799
+ directionRef?: string;
4800
+ mode: {
4801
+ /** @enum {string} */
4802
+ ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
4803
+ airSubmode?: string;
4804
+ busSubmode?: string;
4805
+ coachSubmode?: string;
4806
+ funicularSubmode?: string;
4807
+ metroSubmode?: string;
4808
+ tramSubmode?: string;
4809
+ telecabinSubmode?: string;
4810
+ railSubmode?: string;
4811
+ waterSubmode?: string;
4812
+ name?: {
4813
+ text: string;
4814
+ };
4815
+ shortName?: {
4816
+ text: string;
4817
+ };
4818
+ };
4819
+ productCategory?: {
4820
+ name?: {
4821
+ text: string;
4822
+ };
4823
+ shortName?: {
4824
+ text: string;
4825
+ };
4826
+ productCategoryRef?: string;
4827
+ };
4828
+ publishedLineName: {
4829
+ text: string;
4830
+ };
4831
+ trainNumber?: string;
4832
+ attribute: {
4833
+ text: {
4834
+ text: string;
4835
+ };
4836
+ code: string;
4837
+ hireFacility?: string;
4838
+ importance?: number;
4839
+ }[];
4840
+ operatorRef?: string;
4841
+ destinationStopPointRef?: string;
4842
+ destinationText?: {
4843
+ text: string;
4844
+ };
4845
+ unplanned?: boolean;
4846
+ cancelled?: boolean;
4847
+ deviation?: boolean;
4848
+ };
4849
+ operatingDays?: {
4850
+ from: string;
4851
+ to: string;
4852
+ pattern: string;
4853
+ };
4854
+ extension?: {
4855
+ transportTypeName?: {
4856
+ text: string;
4857
+ };
4858
+ publishedJourneyNumber?: {
4859
+ text: string;
4860
+ };
4861
+ operatorName?: {
4862
+ text: string;
4863
+ };
4864
+ };
4865
+ };
4866
+ StopEventResult: {
4867
+ id: string;
4868
+ stopEvent: {
4869
+ previousCall: {
4870
+ callAtStop: {
4871
+ stopPointRef: string;
4872
+ stopPointName: {
4873
+ text: string;
4874
+ };
4875
+ nameSuffix?: {
4876
+ text: string;
4877
+ };
4878
+ plannedQuay?: {
4879
+ text: string;
4880
+ };
4881
+ estimatedQuay?: {
4882
+ text: string;
4883
+ };
4884
+ serviceArrival?: {
4885
+ timetabledTime: string;
4886
+ estimatedTime?: string;
4887
+ };
4888
+ serviceDeparture?: {
4889
+ timetabledTime: string;
4890
+ estimatedTime?: string;
4891
+ };
4892
+ order?: number;
4893
+ requestStop?: boolean;
4894
+ unplannedStop?: boolean;
4895
+ notServicedStop?: boolean;
4896
+ noBoardingAtStop?: boolean;
4897
+ noAlightingAtStop?: boolean;
4898
+ expectedDepartureOccupancy?: {
4899
+ /** @enum {string} */
4900
+ fareClass: "unknown" | "firstClass" | "secondClass";
4901
+ /** @enum {string} */
4902
+ occupancyLevel: "empty" | "manySeatsAvailable" | "fewSeatsAvailable" | "standingRoomOnly";
4903
+ }[];
4904
+ situationFullRef?: {
4905
+ participantRef: string;
4906
+ situationNumber: string;
4907
+ }[];
4908
+ };
4909
+ }[];
4910
+ thisCall: {
4911
+ callAtStop: {
4912
+ stopPointRef: string;
4913
+ stopPointName: {
4914
+ text: string;
4915
+ };
4916
+ nameSuffix?: {
4917
+ text: string;
4918
+ };
4919
+ plannedQuay?: {
4920
+ text: string;
4921
+ };
4922
+ estimatedQuay?: {
4923
+ text: string;
4924
+ };
4925
+ serviceArrival?: {
4926
+ timetabledTime: string;
4927
+ estimatedTime?: string;
4928
+ };
4929
+ serviceDeparture?: {
4930
+ timetabledTime: string;
4931
+ estimatedTime?: string;
4932
+ };
4933
+ order?: number;
4934
+ requestStop?: boolean;
4935
+ unplannedStop?: boolean;
4936
+ notServicedStop?: boolean;
4937
+ noBoardingAtStop?: boolean;
4938
+ noAlightingAtStop?: boolean;
4939
+ expectedDepartureOccupancy?: {
4940
+ /** @enum {string} */
4941
+ fareClass: "unknown" | "firstClass" | "secondClass";
4942
+ /** @enum {string} */
4943
+ occupancyLevel: "empty" | "manySeatsAvailable" | "fewSeatsAvailable" | "standingRoomOnly";
4944
+ }[];
4945
+ situationFullRef?: {
4946
+ participantRef: string;
4947
+ situationNumber: string;
4948
+ }[];
4949
+ };
4950
+ };
4951
+ onwardCall: {
4952
+ callAtStop: {
4953
+ stopPointRef: string;
4954
+ stopPointName: {
4955
+ text: string;
4956
+ };
4957
+ nameSuffix?: {
4958
+ text: string;
4959
+ };
4960
+ plannedQuay?: {
4961
+ text: string;
4962
+ };
4963
+ estimatedQuay?: {
4964
+ text: string;
4965
+ };
4966
+ serviceArrival?: {
4967
+ timetabledTime: string;
4968
+ estimatedTime?: string;
4969
+ };
4970
+ serviceDeparture?: {
4971
+ timetabledTime: string;
4972
+ estimatedTime?: string;
4973
+ };
4974
+ order?: number;
4975
+ requestStop?: boolean;
4976
+ unplannedStop?: boolean;
4977
+ notServicedStop?: boolean;
4978
+ noBoardingAtStop?: boolean;
4979
+ noAlightingAtStop?: boolean;
4980
+ expectedDepartureOccupancy?: {
4981
+ /** @enum {string} */
4982
+ fareClass: "unknown" | "firstClass" | "secondClass";
4983
+ /** @enum {string} */
4984
+ occupancyLevel: "empty" | "manySeatsAvailable" | "fewSeatsAvailable" | "standingRoomOnly";
4985
+ }[];
4986
+ situationFullRef?: {
4987
+ participantRef: string;
4988
+ situationNumber: string;
4989
+ }[];
4990
+ };
4991
+ }[];
4992
+ service: {
4993
+ conventionalModeOfOperation?: string;
4994
+ operatingDayRef: string;
4995
+ journeyRef: string;
4996
+ publicCode?: string;
4997
+ lineRef: string;
4998
+ directionRef?: string;
4999
+ mode: {
5000
+ /** @enum {string} */
5001
+ ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
5002
+ airSubmode?: string;
5003
+ busSubmode?: string;
5004
+ coachSubmode?: string;
5005
+ funicularSubmode?: string;
5006
+ metroSubmode?: string;
5007
+ tramSubmode?: string;
5008
+ telecabinSubmode?: string;
5009
+ railSubmode?: string;
5010
+ waterSubmode?: string;
5011
+ name?: {
5012
+ text: string;
5013
+ };
5014
+ shortName?: {
5015
+ text: string;
5016
+ };
5017
+ };
5018
+ productCategory?: {
5019
+ name?: {
5020
+ text: string;
5021
+ };
5022
+ shortName?: {
5023
+ text: string;
5024
+ };
5025
+ productCategoryRef?: string;
5026
+ };
5027
+ publishedLineName: {
5028
+ text: string;
5029
+ };
5030
+ trainNumber?: string;
5031
+ attribute: {
5032
+ text: {
5033
+ text: string;
5034
+ };
5035
+ code: string;
5036
+ hireFacility?: string;
5037
+ importance?: number;
5038
+ }[];
5039
+ operatorRef?: string;
5040
+ destinationStopPointRef?: string;
5041
+ destinationText?: {
5042
+ text: string;
5043
+ };
5044
+ unplanned?: boolean;
5045
+ cancelled?: boolean;
5046
+ deviation?: boolean;
5047
+ };
5048
+ operatingDays?: {
5049
+ from: string;
5050
+ to: string;
5051
+ pattern: string;
5052
+ };
5053
+ extension?: {
5054
+ transportTypeName?: {
5055
+ text: string;
5056
+ };
5057
+ publishedJourneyNumber?: {
5058
+ text: string;
5059
+ };
5060
+ operatorName?: {
5061
+ text: string;
5062
+ };
5063
+ };
5064
+ };
5065
+ };
5066
+ OJPStopEventDelivery: {
5067
+ responseTimestamp: string;
5068
+ requestMessageRef?: string;
5069
+ defaultLanguage?: string;
5070
+ calcTime?: string;
5071
+ stopEventResponseContext?: {
5072
+ places?: {
5073
+ location: {
5074
+ stopPoint?: {
5075
+ stopPointRef: string;
5076
+ stopPointName: {
5077
+ text: string;
5078
+ };
5079
+ parentRef?: string;
5080
+ plannedQuay?: {
5081
+ text: string;
5082
+ };
5083
+ estimatedQuay?: {
5084
+ text: string;
5085
+ };
5086
+ };
5087
+ stopPlace?: {
5088
+ stopPlaceRef?: string;
5089
+ stopPlaceName?: {
5090
+ text: string;
5091
+ };
5092
+ };
5093
+ topographicPlace?: {
5094
+ topographicPlaceCode: string;
5095
+ topographicPlaceName: {
5096
+ text: string;
5097
+ };
5098
+ };
5099
+ pointOfInterest?: {
5100
+ pointOfInterestCode: string;
5101
+ pointOfInterestName: {
5102
+ text: string;
5103
+ };
5104
+ pointOfInterestCategory: {
5105
+ osmTag: {
5106
+ tag: string;
5107
+ value: string;
5108
+ }[];
5109
+ pointOfInterestClassification: string[];
5110
+ }[];
5111
+ privateCode?: {
5112
+ system: string;
5113
+ value: string;
5114
+ };
5115
+ topographicPlaceRef?: string;
5116
+ };
5117
+ address?: {
5118
+ publicCode: string;
5119
+ name: {
5120
+ text: string;
5121
+ };
5122
+ postCode?: string;
5123
+ topographicPlaceName?: string;
5124
+ topographicPlaceRef?: string;
5125
+ street?: string;
5126
+ houseNumber?: string;
5127
+ };
5128
+ locationName: {
5129
+ text: string;
5130
+ };
5131
+ geoPosition: {
5132
+ longitude: number;
5133
+ latitude: number;
5134
+ };
5135
+ mode: {
5136
+ /** @enum {string} */
5137
+ ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
5138
+ airSubmode?: string;
5139
+ busSubmode?: string;
5140
+ coachSubmode?: string;
5141
+ funicularSubmode?: string;
5142
+ metroSubmode?: string;
5143
+ tramSubmode?: string;
5144
+ telecabinSubmode?: string;
5145
+ railSubmode?: string;
5146
+ waterSubmode?: string;
5147
+ name?: {
5148
+ text: string;
5149
+ };
5150
+ shortName?: {
5151
+ text: string;
5152
+ };
5153
+ }[];
5154
+ attribute: {
5155
+ text: {
5156
+ text: string;
5157
+ };
5158
+ code: string;
5159
+ hireFacility?: string;
5160
+ importance?: number;
5161
+ }[];
5162
+ extension?: {
5163
+ locationExtensionStructure?: {
5164
+ [key: string]: string;
5165
+ };
5166
+ };
5167
+ }[];
5168
+ };
5169
+ situations?: {
5170
+ ptSituation: {
5171
+ creationTime: string;
5172
+ participantRef?: string;
5173
+ situationNumber: string;
5174
+ version?: number;
5175
+ source: {
5176
+ /** @enum {string} */
5177
+ sourceType: "directReport" | "email" | "phone" | "fax" | "post" | "feed" | "radio" | "tv" | "web" | "pager" | "text" | "other";
5178
+ };
5179
+ validityPeriod: {
5180
+ startTime: string;
5181
+ endTime?: string;
5182
+ }[];
5183
+ priority?: string;
5184
+ scopeType?: string;
5185
+ language: string;
5186
+ summary: string;
5187
+ description?: string[];
5188
+ detail?: string[];
5189
+ affects?: {
5190
+ stopPoints?: {
5191
+ affectedStopPoint?: {
5192
+ stopPointRef: string;
5193
+ }[];
5194
+ };
5195
+ vehicleJourneys?: {
5196
+ affectedVehicleJourney?: {
5197
+ stopPointRef?: string;
5198
+ }[];
5199
+ };
5200
+ };
5201
+ }[];
5202
+ };
5203
+ };
5204
+ stopEventResult: {
5205
+ id: string;
5206
+ stopEvent: {
5207
+ previousCall: {
5208
+ callAtStop: {
5209
+ stopPointRef: string;
5210
+ stopPointName: {
5211
+ text: string;
5212
+ };
5213
+ nameSuffix?: {
5214
+ text: string;
5215
+ };
5216
+ plannedQuay?: {
5217
+ text: string;
5218
+ };
5219
+ estimatedQuay?: {
5220
+ text: string;
5221
+ };
5222
+ serviceArrival?: {
5223
+ timetabledTime: string;
5224
+ estimatedTime?: string;
5225
+ };
5226
+ serviceDeparture?: {
5227
+ timetabledTime: string;
5228
+ estimatedTime?: string;
5229
+ };
5230
+ order?: number;
5231
+ requestStop?: boolean;
5232
+ unplannedStop?: boolean;
5233
+ notServicedStop?: boolean;
5234
+ noBoardingAtStop?: boolean;
5235
+ noAlightingAtStop?: boolean;
5236
+ expectedDepartureOccupancy?: {
5237
+ /** @enum {string} */
5238
+ fareClass: "unknown" | "firstClass" | "secondClass";
5239
+ /** @enum {string} */
5240
+ occupancyLevel: "empty" | "manySeatsAvailable" | "fewSeatsAvailable" | "standingRoomOnly";
5241
+ }[];
5242
+ situationFullRef?: {
5243
+ participantRef: string;
5244
+ situationNumber: string;
5245
+ }[];
5246
+ };
5247
+ }[];
5248
+ thisCall: {
5249
+ callAtStop: {
5250
+ stopPointRef: string;
5251
+ stopPointName: {
5252
+ text: string;
5253
+ };
5254
+ nameSuffix?: {
5255
+ text: string;
5256
+ };
5257
+ plannedQuay?: {
5258
+ text: string;
5259
+ };
5260
+ estimatedQuay?: {
5261
+ text: string;
5262
+ };
5263
+ serviceArrival?: {
5264
+ timetabledTime: string;
5265
+ estimatedTime?: string;
5266
+ };
5267
+ serviceDeparture?: {
5268
+ timetabledTime: string;
5269
+ estimatedTime?: string;
5270
+ };
5271
+ order?: number;
5272
+ requestStop?: boolean;
5273
+ unplannedStop?: boolean;
5274
+ notServicedStop?: boolean;
5275
+ noBoardingAtStop?: boolean;
5276
+ noAlightingAtStop?: boolean;
5277
+ expectedDepartureOccupancy?: {
5278
+ /** @enum {string} */
5279
+ fareClass: "unknown" | "firstClass" | "secondClass";
5280
+ /** @enum {string} */
5281
+ occupancyLevel: "empty" | "manySeatsAvailable" | "fewSeatsAvailable" | "standingRoomOnly";
5282
+ }[];
5283
+ situationFullRef?: {
5284
+ participantRef: string;
5285
+ situationNumber: string;
5286
+ }[];
5287
+ };
5288
+ };
5289
+ onwardCall: {
5290
+ callAtStop: {
5291
+ stopPointRef: string;
5292
+ stopPointName: {
5293
+ text: string;
5294
+ };
5295
+ nameSuffix?: {
5296
+ text: string;
5297
+ };
5298
+ plannedQuay?: {
5299
+ text: string;
5300
+ };
5301
+ estimatedQuay?: {
5302
+ text: string;
5303
+ };
5304
+ serviceArrival?: {
5305
+ timetabledTime: string;
5306
+ estimatedTime?: string;
5307
+ };
5308
+ serviceDeparture?: {
5309
+ timetabledTime: string;
5310
+ estimatedTime?: string;
5311
+ };
5312
+ order?: number;
5313
+ requestStop?: boolean;
5314
+ unplannedStop?: boolean;
5315
+ notServicedStop?: boolean;
5316
+ noBoardingAtStop?: boolean;
5317
+ noAlightingAtStop?: boolean;
5318
+ expectedDepartureOccupancy?: {
5319
+ /** @enum {string} */
5320
+ fareClass: "unknown" | "firstClass" | "secondClass";
5321
+ /** @enum {string} */
5322
+ occupancyLevel: "empty" | "manySeatsAvailable" | "fewSeatsAvailable" | "standingRoomOnly";
5323
+ }[];
5324
+ situationFullRef?: {
5325
+ participantRef: string;
5326
+ situationNumber: string;
5327
+ }[];
5328
+ };
5329
+ }[];
5330
+ service: {
5331
+ conventionalModeOfOperation?: string;
5332
+ operatingDayRef: string;
5333
+ journeyRef: string;
5334
+ publicCode?: string;
5335
+ lineRef: string;
5336
+ directionRef?: string;
5337
+ mode: {
5338
+ /** @enum {string} */
5339
+ ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
5340
+ airSubmode?: string;
5341
+ busSubmode?: string;
5342
+ coachSubmode?: string;
5343
+ funicularSubmode?: string;
5344
+ metroSubmode?: string;
5345
+ tramSubmode?: string;
5346
+ telecabinSubmode?: string;
5347
+ railSubmode?: string;
5348
+ waterSubmode?: string;
5349
+ name?: {
5350
+ text: string;
5351
+ };
5352
+ shortName?: {
5353
+ text: string;
5354
+ };
5355
+ };
5356
+ productCategory?: {
5357
+ name?: {
5358
+ text: string;
5359
+ };
5360
+ shortName?: {
5361
+ text: string;
5362
+ };
5363
+ productCategoryRef?: string;
5364
+ };
5365
+ publishedLineName: {
5366
+ text: string;
5367
+ };
5368
+ trainNumber?: string;
5369
+ attribute: {
5370
+ text: {
5371
+ text: string;
5372
+ };
5373
+ code: string;
5374
+ hireFacility?: string;
5375
+ importance?: number;
5376
+ }[];
5377
+ operatorRef?: string;
5378
+ destinationStopPointRef?: string;
5379
+ destinationText?: {
5380
+ text: string;
5381
+ };
5382
+ unplanned?: boolean;
5383
+ cancelled?: boolean;
5384
+ deviation?: boolean;
5385
+ };
5386
+ operatingDays?: {
5387
+ from: string;
5388
+ to: string;
5389
+ pattern: string;
5390
+ };
5391
+ extension?: {
5392
+ transportTypeName?: {
5393
+ text: string;
5394
+ };
5395
+ publishedJourneyNumber?: {
5396
+ text: string;
5397
+ };
5398
+ operatorName?: {
5399
+ text: string;
5400
+ };
5401
+ };
5402
+ };
5403
+ }[];
5404
+ };
5405
+ OJP: {
5406
+ OJPResponse: {
5407
+ serviceDelivery: {
5408
+ responseTimestamp: string;
5409
+ producerRef: string;
5410
+ OJPStopEventDelivery: {
5411
+ responseTimestamp: string;
5412
+ requestMessageRef?: string;
5413
+ defaultLanguage?: string;
5414
+ calcTime?: string;
5415
+ stopEventResponseContext?: {
5416
+ places?: {
5417
+ location: {
5418
+ stopPoint?: {
5419
+ stopPointRef: string;
5420
+ stopPointName: {
5421
+ text: string;
5422
+ };
5423
+ parentRef?: string;
5424
+ plannedQuay?: {
5425
+ text: string;
5426
+ };
5427
+ estimatedQuay?: {
5428
+ text: string;
5429
+ };
5430
+ };
5431
+ stopPlace?: {
5432
+ stopPlaceRef?: string;
5433
+ stopPlaceName?: {
5434
+ text: string;
5435
+ };
5436
+ };
5437
+ topographicPlace?: {
5438
+ topographicPlaceCode: string;
5439
+ topographicPlaceName: {
5440
+ text: string;
5441
+ };
5442
+ };
5443
+ pointOfInterest?: {
5444
+ pointOfInterestCode: string;
5445
+ pointOfInterestName: {
5446
+ text: string;
5447
+ };
5448
+ pointOfInterestCategory: {
5449
+ osmTag: {
5450
+ tag: string;
5451
+ value: string;
5452
+ }[];
5453
+ pointOfInterestClassification: string[];
5454
+ }[];
5455
+ privateCode?: {
5456
+ system: string;
5457
+ value: string;
5458
+ };
5459
+ topographicPlaceRef?: string;
5460
+ };
5461
+ address?: {
5462
+ publicCode: string;
5463
+ name: {
5464
+ text: string;
5465
+ };
5466
+ postCode?: string;
5467
+ topographicPlaceName?: string;
5468
+ topographicPlaceRef?: string;
5469
+ street?: string;
5470
+ houseNumber?: string;
5471
+ };
5472
+ locationName: {
5473
+ text: string;
5474
+ };
5475
+ geoPosition: {
5476
+ longitude: number;
5477
+ latitude: number;
5478
+ };
5479
+ mode: {
5480
+ /** @enum {string} */
5481
+ ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
5482
+ airSubmode?: string;
5483
+ busSubmode?: string;
5484
+ coachSubmode?: string;
5485
+ funicularSubmode?: string;
5486
+ metroSubmode?: string;
5487
+ tramSubmode?: string;
5488
+ telecabinSubmode?: string;
5489
+ railSubmode?: string;
5490
+ waterSubmode?: string;
5491
+ name?: {
5492
+ text: string;
5493
+ };
5494
+ shortName?: {
5495
+ text: string;
5496
+ };
5497
+ }[];
5498
+ attribute: {
5499
+ text: {
5500
+ text: string;
5501
+ };
5502
+ code: string;
5503
+ hireFacility?: string;
5504
+ importance?: number;
5505
+ }[];
5506
+ extension?: {
5507
+ locationExtensionStructure?: {
5508
+ [key: string]: string;
5509
+ };
5510
+ };
5511
+ }[];
5512
+ };
5513
+ situations?: {
5514
+ ptSituation: {
5515
+ creationTime: string;
5516
+ participantRef?: string;
5517
+ situationNumber: string;
5518
+ version?: number;
5519
+ source: {
5520
+ /** @enum {string} */
5521
+ sourceType: "directReport" | "email" | "phone" | "fax" | "post" | "feed" | "radio" | "tv" | "web" | "pager" | "text" | "other";
5522
+ };
5523
+ validityPeriod: {
5524
+ startTime: string;
5525
+ endTime?: string;
5526
+ }[];
5527
+ priority?: string;
5528
+ scopeType?: string;
5529
+ language: string;
5530
+ summary: string;
5531
+ description?: string[];
5532
+ detail?: string[];
5533
+ affects?: {
5534
+ stopPoints?: {
5535
+ affectedStopPoint?: {
5536
+ stopPointRef: string;
5537
+ }[];
5538
+ };
5539
+ vehicleJourneys?: {
5540
+ affectedVehicleJourney?: {
5541
+ stopPointRef?: string;
5542
+ }[];
5543
+ };
5544
+ };
5545
+ }[];
5546
+ };
5547
+ };
5548
+ stopEventResult: {
5549
+ id: string;
5550
+ stopEvent: {
5551
+ previousCall: {
5552
+ callAtStop: {
5553
+ stopPointRef: string;
5554
+ stopPointName: {
5555
+ text: string;
5556
+ };
5557
+ nameSuffix?: {
5558
+ text: string;
5559
+ };
5560
+ plannedQuay?: {
5561
+ text: string;
5562
+ };
5563
+ estimatedQuay?: {
5564
+ text: string;
5565
+ };
5566
+ serviceArrival?: {
5567
+ timetabledTime: string;
5568
+ estimatedTime?: string;
5569
+ };
5570
+ serviceDeparture?: {
5571
+ timetabledTime: string;
5572
+ estimatedTime?: string;
5573
+ };
5574
+ order?: number;
5575
+ requestStop?: boolean;
5576
+ unplannedStop?: boolean;
5577
+ notServicedStop?: boolean;
5578
+ noBoardingAtStop?: boolean;
5579
+ noAlightingAtStop?: boolean;
5580
+ expectedDepartureOccupancy?: {
5581
+ /** @enum {string} */
5582
+ fareClass: "unknown" | "firstClass" | "secondClass";
5583
+ /** @enum {string} */
5584
+ occupancyLevel: "empty" | "manySeatsAvailable" | "fewSeatsAvailable" | "standingRoomOnly";
5585
+ }[];
5586
+ situationFullRef?: {
5587
+ participantRef: string;
5588
+ situationNumber: string;
5589
+ }[];
5590
+ };
5591
+ }[];
5592
+ thisCall: {
5593
+ callAtStop: {
5594
+ stopPointRef: string;
5595
+ stopPointName: {
5596
+ text: string;
5597
+ };
5598
+ nameSuffix?: {
5599
+ text: string;
5600
+ };
5601
+ plannedQuay?: {
5602
+ text: string;
5603
+ };
5604
+ estimatedQuay?: {
5605
+ text: string;
5606
+ };
5607
+ serviceArrival?: {
5608
+ timetabledTime: string;
5609
+ estimatedTime?: string;
5610
+ };
5611
+ serviceDeparture?: {
5612
+ timetabledTime: string;
5613
+ estimatedTime?: string;
5614
+ };
5615
+ order?: number;
5616
+ requestStop?: boolean;
5617
+ unplannedStop?: boolean;
5618
+ notServicedStop?: boolean;
5619
+ noBoardingAtStop?: boolean;
5620
+ noAlightingAtStop?: boolean;
5621
+ expectedDepartureOccupancy?: {
5622
+ /** @enum {string} */
5623
+ fareClass: "unknown" | "firstClass" | "secondClass";
5624
+ /** @enum {string} */
5625
+ occupancyLevel: "empty" | "manySeatsAvailable" | "fewSeatsAvailable" | "standingRoomOnly";
5626
+ }[];
5627
+ situationFullRef?: {
5628
+ participantRef: string;
5629
+ situationNumber: string;
5630
+ }[];
5631
+ };
5632
+ };
5633
+ onwardCall: {
5634
+ callAtStop: {
5635
+ stopPointRef: string;
5636
+ stopPointName: {
5637
+ text: string;
5638
+ };
5639
+ nameSuffix?: {
5640
+ text: string;
5641
+ };
5642
+ plannedQuay?: {
5643
+ text: string;
5644
+ };
5645
+ estimatedQuay?: {
5646
+ text: string;
5647
+ };
5648
+ serviceArrival?: {
5649
+ timetabledTime: string;
5650
+ estimatedTime?: string;
5651
+ };
5652
+ serviceDeparture?: {
5653
+ timetabledTime: string;
5654
+ estimatedTime?: string;
5655
+ };
5656
+ order?: number;
5657
+ requestStop?: boolean;
5658
+ unplannedStop?: boolean;
5659
+ notServicedStop?: boolean;
5660
+ noBoardingAtStop?: boolean;
5661
+ noAlightingAtStop?: boolean;
5662
+ expectedDepartureOccupancy?: {
5663
+ /** @enum {string} */
5664
+ fareClass: "unknown" | "firstClass" | "secondClass";
5665
+ /** @enum {string} */
5666
+ occupancyLevel: "empty" | "manySeatsAvailable" | "fewSeatsAvailable" | "standingRoomOnly";
5667
+ }[];
5668
+ situationFullRef?: {
5669
+ participantRef: string;
5670
+ situationNumber: string;
5671
+ }[];
5672
+ };
5673
+ }[];
5674
+ service: {
5675
+ conventionalModeOfOperation?: string;
5676
+ operatingDayRef: string;
5677
+ journeyRef: string;
5678
+ publicCode?: string;
5679
+ lineRef: string;
5680
+ directionRef?: string;
5681
+ mode: {
5682
+ /** @enum {string} */
5683
+ ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
5684
+ airSubmode?: string;
5685
+ busSubmode?: string;
5686
+ coachSubmode?: string;
5687
+ funicularSubmode?: string;
5688
+ metroSubmode?: string;
5689
+ tramSubmode?: string;
5690
+ telecabinSubmode?: string;
5691
+ railSubmode?: string;
5692
+ waterSubmode?: string;
5693
+ name?: {
5694
+ text: string;
5695
+ };
5696
+ shortName?: {
5697
+ text: string;
5698
+ };
5699
+ };
5700
+ productCategory?: {
5701
+ name?: {
5702
+ text: string;
5703
+ };
5704
+ shortName?: {
5705
+ text: string;
5706
+ };
5707
+ productCategoryRef?: string;
5708
+ };
5709
+ publishedLineName: {
5710
+ text: string;
5711
+ };
5712
+ trainNumber?: string;
5713
+ attribute: {
5714
+ text: {
5715
+ text: string;
5716
+ };
5717
+ code: string;
5718
+ hireFacility?: string;
5719
+ importance?: number;
5720
+ }[];
5721
+ operatorRef?: string;
5722
+ destinationStopPointRef?: string;
5723
+ destinationText?: {
5724
+ text: string;
5725
+ };
5726
+ unplanned?: boolean;
5727
+ cancelled?: boolean;
5728
+ deviation?: boolean;
5729
+ };
5730
+ operatingDays?: {
5731
+ from: string;
5732
+ to: string;
5733
+ pattern: string;
5734
+ };
5735
+ extension?: {
5736
+ transportTypeName?: {
5737
+ text: string;
5738
+ };
5739
+ publishedJourneyNumber?: {
5740
+ text: string;
5741
+ };
5742
+ operatorName?: {
5743
+ text: string;
5744
+ };
5745
+ };
5746
+ };
5747
+ }[];
5748
+ };
5749
+ };
5750
+ };
5751
+ };
5752
+ };
5753
+ responses: never;
5754
+ parameters: never;
5755
+ requestBodies: never;
5756
+ headers: never;
5757
+ pathItems: never;
5758
+ }
5759
+
5760
+ interface components$8 {
5761
+ schemas: {
5762
+ TripInfoParamStructure: {
5763
+ includeCalls?: boolean;
5764
+ includeService?: boolean;
5765
+ includeTrackProjection?: boolean;
5766
+ includePlacesContext?: boolean;
5767
+ includeSituationsContext?: boolean;
5768
+ };
5769
+ OJPTripInfoRequest: {
5770
+ requestTimestamp: string;
5771
+ journeyRef: string;
5772
+ operatingDayRef: string;
5773
+ params?: {
5774
+ includeCalls?: boolean;
5775
+ includeService?: boolean;
5776
+ includeTrackProjection?: boolean;
5777
+ includePlacesContext?: boolean;
5778
+ includeSituationsContext?: boolean;
5779
+ };
5780
+ };
5781
+ OJP: {
5782
+ OJPRequest: {
5783
+ serviceRequest: {
5784
+ serviceRequestContext?: {
5785
+ language?: string;
5786
+ };
5787
+ requestTimestamp: string;
5788
+ requestorRef: string;
5789
+ OJPTripInfoRequest: {
5790
+ requestTimestamp: string;
5791
+ journeyRef: string;
5792
+ operatingDayRef: string;
5793
+ params?: {
5794
+ includeCalls?: boolean;
5795
+ includeService?: boolean;
5796
+ includeTrackProjection?: boolean;
5797
+ includePlacesContext?: boolean;
5798
+ includeSituationsContext?: boolean;
5799
+ };
5800
+ };
5801
+ };
4344
5802
  };
4345
5803
  };
4346
5804
  };
@@ -4468,6 +5926,7 @@ interface components$7 {
4468
5926
  text: string;
4469
5927
  };
4470
5928
  code: string;
5929
+ hireFacility?: string;
4471
5930
  importance?: number;
4472
5931
  }[];
4473
5932
  originText: {
@@ -4618,6 +6077,14 @@ interface components$7 {
4618
6077
  text: string;
4619
6078
  };
4620
6079
  }[];
6080
+ attribute: {
6081
+ userText: {
6082
+ text: string;
6083
+ };
6084
+ code: string;
6085
+ hireFacility?: string;
6086
+ importance?: number;
6087
+ }[];
4621
6088
  }[];
4622
6089
  };
4623
6090
  situations?: {
@@ -4795,6 +6262,7 @@ interface components$7 {
4795
6262
  text: string;
4796
6263
  };
4797
6264
  code: string;
6265
+ hireFacility?: string;
4798
6266
  importance?: number;
4799
6267
  }[];
4800
6268
  originText: {
@@ -4951,6 +6419,14 @@ interface components$7 {
4951
6419
  text: string;
4952
6420
  };
4953
6421
  }[];
6422
+ attribute: {
6423
+ userText: {
6424
+ text: string;
6425
+ };
6426
+ code: string;
6427
+ hireFacility?: string;
6428
+ importance?: number;
6429
+ }[];
4954
6430
  }[];
4955
6431
  };
4956
6432
  situations?: {
@@ -5090,265 +6566,115 @@ interface components$7 {
5090
6566
  journeyRef: string;
5091
6567
  publicCode?: string;
5092
6568
  lineRef: string;
5093
- directionRef?: string;
5094
- mode: {
5095
- /** @enum {string} */
5096
- ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
5097
- airSubmode?: string;
5098
- busSubmode?: string;
5099
- coachSubmode?: string;
5100
- funicularSubmode?: string;
5101
- metroSubmode?: string;
5102
- tramSubmode?: string;
5103
- telecabinSubmode?: string;
5104
- railSubmode?: string;
5105
- waterSubmode?: string;
5106
- name?: {
5107
- text: string;
5108
- };
5109
- shortName?: {
5110
- text: string;
5111
- };
5112
- };
5113
- productCategory?: {
5114
- name?: {
5115
- text: string;
5116
- };
5117
- shortName?: {
5118
- text: string;
5119
- };
5120
- productCategoryRef?: string;
5121
- };
5122
- publishedServiceName: {
5123
- text: string;
5124
- };
5125
- trainNumber?: string;
5126
- attribute: {
5127
- userText: {
5128
- text: string;
5129
- };
5130
- code: string;
5131
- importance?: number;
5132
- }[];
5133
- originText: {
5134
- text: string;
5135
- };
5136
- operatorRef?: string;
5137
- destinationStopPointRef?: string;
5138
- destinationText?: {
5139
- text: string;
5140
- };
5141
- unplanned?: boolean;
5142
- cancelled?: boolean;
5143
- deviation?: boolean;
5144
- situationFullRefs?: {
5145
- situationFullRef: {
5146
- participantRef: string;
5147
- situationNumber: string;
5148
- }[];
5149
- };
5150
- };
5151
- journeyTrack?: {
5152
- trackSection: {
5153
- trackSectionStart?: {
5154
- stopPointRef?: string;
5155
- stopPlaceRef?: string;
5156
- geoPosition?: {
5157
- longitude: number;
5158
- latitude: number;
5159
- };
5160
- name: {
5161
- text: string;
5162
- };
5163
- };
5164
- trackSectionEnd?: {
5165
- stopPointRef?: string;
5166
- stopPlaceRef?: string;
5167
- geoPosition?: {
5168
- longitude: number;
5169
- latitude: number;
5170
- };
5171
- name: {
5172
- text: string;
5173
- };
5174
- };
5175
- linkProjection?: {
5176
- position: {
5177
- longitude: number;
5178
- latitude: number;
5179
- }[];
5180
- };
5181
- roadName?: string;
5182
- duration?: string;
5183
- length?: number;
5184
- }[];
5185
- };
5186
- }[];
5187
- };
5188
- };
5189
- };
5190
- };
5191
- };
5192
- responses: never;
5193
- parameters: never;
5194
- requestBodies: never;
5195
- headers: never;
5196
- pathItems: never;
5197
- }
5198
-
5199
- interface components$6 {
5200
- schemas: {
5201
- ResponseContextStructure: {
5202
- places?: {
5203
- location: {
5204
- stopPoint?: {
5205
- stopPointRef: string;
5206
- stopPointName: {
5207
- text: string;
5208
- };
5209
- parentRef?: string;
5210
- plannedQuay?: {
5211
- text: string;
5212
- };
5213
- estimatedQuay?: {
5214
- text: string;
5215
- };
5216
- };
5217
- stopPlace?: {
5218
- stopPlaceRef?: string;
5219
- stopPlaceName?: {
5220
- text: string;
5221
- };
5222
- };
5223
- topographicPlace?: {
5224
- topographicPlaceCode: string;
5225
- topographicPlaceName: {
5226
- text: string;
5227
- };
5228
- };
5229
- pointOfInterest?: {
5230
- publicCode: string;
5231
- name: {
5232
- text: string;
5233
- };
5234
- pointOfInterestCategory: {
5235
- osmTag: {
5236
- tag: string;
5237
- value: string;
5238
- }[];
5239
- pointOfInterestClassification: string[];
5240
- }[];
5241
- privateCode?: {
5242
- system: string;
5243
- value: string;
5244
- };
5245
- pOIAdditionalInformation?: {
5246
- pOIAdditionalInformation: {
5247
- key: string;
5248
- value: string;
5249
- }[];
5250
- };
5251
- topographicPlaceRef?: string;
5252
- };
5253
- address?: {
5254
- publicCode: string;
5255
- name: {
5256
- text: string;
5257
- };
5258
- postCode?: string;
5259
- topographicPlaceName?: string;
5260
- topographicPlaceRef?: string;
5261
- street?: string;
5262
- houseNumber?: string;
5263
- };
5264
- locationName: {
5265
- text: string;
5266
- };
5267
- geoPosition: {
5268
- longitude: number;
5269
- latitude: number;
5270
- };
5271
- mode: {
5272
- /** @enum {string} */
5273
- ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
5274
- airSubmode?: string;
5275
- busSubmode?: string;
5276
- coachSubmode?: string;
5277
- funicularSubmode?: string;
5278
- metroSubmode?: string;
5279
- tramSubmode?: string;
5280
- telecabinSubmode?: string;
5281
- railSubmode?: string;
5282
- waterSubmode?: string;
5283
- name?: {
5284
- text: string;
5285
- };
5286
- shortName?: {
5287
- text: string;
5288
- };
5289
- }[];
5290
- }[];
5291
- };
5292
- situations?: {
5293
- ptSituation: {
5294
- creationTime: string;
5295
- participantRef?: string;
5296
- situationNumber: string;
5297
- version?: number;
5298
- source: {
5299
- /** @enum {string} */
5300
- sourceType: "directReport" | "email" | "phone" | "fax" | "post" | "feed" | "radio" | "tv" | "web" | "pager" | "text" | "other";
5301
- };
5302
- validityPeriod: {
5303
- startTime: string;
5304
- endTime?: string;
5305
- }[];
5306
- alertCause: string;
5307
- priority?: string;
5308
- scopeType?: string;
5309
- publishingActions?: {
5310
- publishingAction: {
5311
- publishAtScope: {
5312
- scopeType: string;
5313
- };
5314
- passengerInformationAction: {
5315
- actionRef: string;
5316
- recordedAtTime: string;
5317
- /** @enum {string} */
5318
- perspective: "general" | "stopPoint" | "vehicleJourney";
5319
- textualContent: {
5320
- summaryContent: {
5321
- summaryText: string;
6569
+ directionRef?: string;
6570
+ mode: {
6571
+ /** @enum {string} */
6572
+ ptMode: "air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown";
6573
+ airSubmode?: string;
6574
+ busSubmode?: string;
6575
+ coachSubmode?: string;
6576
+ funicularSubmode?: string;
6577
+ metroSubmode?: string;
6578
+ tramSubmode?: string;
6579
+ telecabinSubmode?: string;
6580
+ railSubmode?: string;
6581
+ waterSubmode?: string;
6582
+ name?: {
6583
+ text: string;
5322
6584
  };
5323
- reasonContent?: {
5324
- reasonText: string;
6585
+ shortName?: {
6586
+ text: string;
5325
6587
  };
5326
- descriptionContent: {
5327
- descriptionText: string;
5328
- }[];
5329
- consequenceContent: {
5330
- consequenceText: string;
5331
- }[];
5332
- recommendationContent: {
5333
- recommendationText: string;
5334
- }[];
5335
- durationContent?: {
5336
- durationText: string;
6588
+ };
6589
+ productCategory?: {
6590
+ name?: {
6591
+ text: string;
5337
6592
  };
5338
- remarkContent: {
5339
- remark: string;
5340
- }[];
5341
- infoLink: {
5342
- uri: string;
5343
- label?: string[];
6593
+ shortName?: {
6594
+ text: string;
6595
+ };
6596
+ productCategoryRef?: string;
6597
+ };
6598
+ publishedServiceName: {
6599
+ text: string;
6600
+ };
6601
+ trainNumber?: string;
6602
+ attribute: {
6603
+ userText: {
6604
+ text: string;
6605
+ };
6606
+ code: string;
6607
+ hireFacility?: string;
6608
+ importance?: number;
6609
+ }[];
6610
+ originText: {
6611
+ text: string;
6612
+ };
6613
+ operatorRef?: string;
6614
+ destinationStopPointRef?: string;
6615
+ destinationText?: {
6616
+ text: string;
6617
+ };
6618
+ unplanned?: boolean;
6619
+ cancelled?: boolean;
6620
+ deviation?: boolean;
6621
+ situationFullRefs?: {
6622
+ situationFullRef: {
6623
+ participantRef: string;
6624
+ situationNumber: string;
5344
6625
  }[];
6626
+ };
6627
+ };
6628
+ journeyTrack?: {
6629
+ trackSection: {
6630
+ trackSectionStart?: {
6631
+ stopPointRef?: string;
6632
+ stopPlaceRef?: string;
6633
+ geoPosition?: {
6634
+ longitude: number;
6635
+ latitude: number;
6636
+ };
6637
+ name: {
6638
+ text: string;
6639
+ };
6640
+ };
6641
+ trackSectionEnd?: {
6642
+ stopPointRef?: string;
6643
+ stopPlaceRef?: string;
6644
+ geoPosition?: {
6645
+ longitude: number;
6646
+ latitude: number;
6647
+ };
6648
+ name: {
6649
+ text: string;
6650
+ };
6651
+ };
6652
+ linkProjection?: {
6653
+ position: {
6654
+ longitude: number;
6655
+ latitude: number;
6656
+ }[];
6657
+ };
6658
+ roadName?: string;
6659
+ duration?: string;
6660
+ length?: number;
5345
6661
  }[];
5346
- }[];
6662
+ };
5347
6663
  }[];
5348
6664
  };
5349
- }[];
6665
+ };
5350
6666
  };
5351
6667
  };
6668
+ };
6669
+ responses: never;
6670
+ parameters: never;
6671
+ requestBodies: never;
6672
+ headers: never;
6673
+ pathItems: never;
6674
+ }
6675
+
6676
+ interface components$6 {
6677
+ schemas: {
5352
6678
  TripInfoResultStructure: {
5353
6679
  previousCall: {
5354
6680
  stopPointRef: string;
@@ -5464,6 +6790,7 @@ interface components$6 {
5464
6790
  text: string;
5465
6791
  };
5466
6792
  code: string;
6793
+ hireFacility?: string;
5467
6794
  importance?: number;
5468
6795
  }[];
5469
6796
  operatorRef?: string;
@@ -5556,8 +6883,8 @@ interface components$6 {
5556
6883
  };
5557
6884
  };
5558
6885
  pointOfInterest?: {
5559
- publicCode: string;
5560
- name: {
6886
+ pointOfInterestCode: string;
6887
+ pointOfInterestName: {
5561
6888
  text: string;
5562
6889
  };
5563
6890
  pointOfInterestCategory: {
@@ -5571,12 +6898,6 @@ interface components$6 {
5571
6898
  system: string;
5572
6899
  value: string;
5573
6900
  };
5574
- pOIAdditionalInformation?: {
5575
- pOIAdditionalInformation: {
5576
- key: string;
5577
- value: string;
5578
- }[];
5579
- };
5580
6901
  topographicPlaceRef?: string;
5581
6902
  };
5582
6903
  address?: {
@@ -5616,6 +6937,19 @@ interface components$6 {
5616
6937
  text: string;
5617
6938
  };
5618
6939
  }[];
6940
+ attribute: {
6941
+ text: {
6942
+ text: string;
6943
+ };
6944
+ code: string;
6945
+ hireFacility?: string;
6946
+ importance?: number;
6947
+ }[];
6948
+ extension?: {
6949
+ locationExtensionStructure?: {
6950
+ [key: string]: string;
6951
+ };
6952
+ };
5619
6953
  }[];
5620
6954
  };
5621
6955
  situations?: {
@@ -5632,48 +6966,23 @@ interface components$6 {
5632
6966
  startTime: string;
5633
6967
  endTime?: string;
5634
6968
  }[];
5635
- alertCause: string;
5636
6969
  priority?: string;
5637
6970
  scopeType?: string;
5638
- publishingActions?: {
5639
- publishingAction: {
5640
- publishAtScope: {
5641
- scopeType: string;
5642
- };
5643
- passengerInformationAction: {
5644
- actionRef: string;
5645
- recordedAtTime: string;
5646
- /** @enum {string} */
5647
- perspective: "general" | "stopPoint" | "vehicleJourney";
5648
- textualContent: {
5649
- summaryContent: {
5650
- summaryText: string;
5651
- };
5652
- reasonContent?: {
5653
- reasonText: string;
5654
- };
5655
- descriptionContent: {
5656
- descriptionText: string;
5657
- }[];
5658
- consequenceContent: {
5659
- consequenceText: string;
5660
- }[];
5661
- recommendationContent: {
5662
- recommendationText: string;
5663
- }[];
5664
- durationContent?: {
5665
- durationText: string;
5666
- };
5667
- remarkContent: {
5668
- remark: string;
5669
- }[];
5670
- infoLink: {
5671
- uri: string;
5672
- label?: string[];
5673
- }[];
5674
- }[];
6971
+ language: string;
6972
+ summary: string;
6973
+ description?: string[];
6974
+ detail?: string[];
6975
+ affects?: {
6976
+ stopPoints?: {
6977
+ affectedStopPoint?: {
6978
+ stopPointRef: string;
5675
6979
  }[];
5676
- }[];
6980
+ };
6981
+ vehicleJourneys?: {
6982
+ affectedVehicleJourney?: {
6983
+ stopPointRef?: string;
6984
+ }[];
6985
+ };
5677
6986
  };
5678
6987
  }[];
5679
6988
  };
@@ -5793,6 +7102,7 @@ interface components$6 {
5793
7102
  text: string;
5794
7103
  };
5795
7104
  code: string;
7105
+ hireFacility?: string;
5796
7106
  importance?: number;
5797
7107
  }[];
5798
7108
  operatorRef?: string;
@@ -5891,8 +7201,8 @@ interface components$6 {
5891
7201
  };
5892
7202
  };
5893
7203
  pointOfInterest?: {
5894
- publicCode: string;
5895
- name: {
7204
+ pointOfInterestCode: string;
7205
+ pointOfInterestName: {
5896
7206
  text: string;
5897
7207
  };
5898
7208
  pointOfInterestCategory: {
@@ -5906,12 +7216,6 @@ interface components$6 {
5906
7216
  system: string;
5907
7217
  value: string;
5908
7218
  };
5909
- pOIAdditionalInformation?: {
5910
- pOIAdditionalInformation: {
5911
- key: string;
5912
- value: string;
5913
- }[];
5914
- };
5915
7219
  topographicPlaceRef?: string;
5916
7220
  };
5917
7221
  address?: {
@@ -5951,6 +7255,19 @@ interface components$6 {
5951
7255
  text: string;
5952
7256
  };
5953
7257
  }[];
7258
+ attribute: {
7259
+ text: {
7260
+ text: string;
7261
+ };
7262
+ code: string;
7263
+ hireFacility?: string;
7264
+ importance?: number;
7265
+ }[];
7266
+ extension?: {
7267
+ locationExtensionStructure?: {
7268
+ [key: string]: string;
7269
+ };
7270
+ };
5954
7271
  }[];
5955
7272
  };
5956
7273
  situations?: {
@@ -5967,48 +7284,23 @@ interface components$6 {
5967
7284
  startTime: string;
5968
7285
  endTime?: string;
5969
7286
  }[];
5970
- alertCause: string;
5971
7287
  priority?: string;
5972
7288
  scopeType?: string;
5973
- publishingActions?: {
5974
- publishingAction: {
5975
- publishAtScope: {
5976
- scopeType: string;
5977
- };
5978
- passengerInformationAction: {
5979
- actionRef: string;
5980
- recordedAtTime: string;
5981
- /** @enum {string} */
5982
- perspective: "general" | "stopPoint" | "vehicleJourney";
5983
- textualContent: {
5984
- summaryContent: {
5985
- summaryText: string;
5986
- };
5987
- reasonContent?: {
5988
- reasonText: string;
5989
- };
5990
- descriptionContent: {
5991
- descriptionText: string;
5992
- }[];
5993
- consequenceContent: {
5994
- consequenceText: string;
5995
- }[];
5996
- recommendationContent: {
5997
- recommendationText: string;
5998
- }[];
5999
- durationContent?: {
6000
- durationText: string;
6001
- };
6002
- remarkContent: {
6003
- remark: string;
6004
- }[];
6005
- infoLink: {
6006
- uri: string;
6007
- label?: string[];
6008
- }[];
6009
- }[];
7289
+ language: string;
7290
+ summary: string;
7291
+ description?: string[];
7292
+ detail?: string[];
7293
+ affects?: {
7294
+ stopPoints?: {
7295
+ affectedStopPoint?: {
7296
+ stopPointRef: string;
6010
7297
  }[];
6011
- }[];
7298
+ };
7299
+ vehicleJourneys?: {
7300
+ affectedVehicleJourney?: {
7301
+ stopPointRef?: string;
7302
+ }[];
7303
+ };
6012
7304
  };
6013
7305
  }[];
6014
7306
  };
@@ -6128,6 +7420,7 @@ interface components$6 {
6128
7420
  text: string;
6129
7421
  };
6130
7422
  code: string;
7423
+ hireFacility?: string;
6131
7424
  importance?: number;
6132
7425
  }[];
6133
7426
  operatorRef?: string;
@@ -6851,6 +8144,7 @@ interface components$4 {
6851
8144
  text: string;
6852
8145
  };
6853
8146
  code: string;
8147
+ hireFacility?: string;
6854
8148
  importance?: number;
6855
8149
  }[];
6856
8150
  originText: {
@@ -7245,6 +8539,7 @@ interface components$4 {
7245
8539
  text: string;
7246
8540
  };
7247
8541
  code: string;
8542
+ hireFacility?: string;
7248
8543
  importance?: number;
7249
8544
  }[];
7250
8545
  originText: {
@@ -7649,6 +8944,7 @@ interface components$4 {
7649
8944
  text: string;
7650
8945
  };
7651
8946
  code: string;
8947
+ hireFacility?: string;
7652
8948
  importance?: number;
7653
8949
  }[];
7654
8950
  originText: {
@@ -8061,6 +9357,7 @@ interface components$4 {
8061
9357
  text: string;
8062
9358
  };
8063
9359
  code: string;
9360
+ hireFacility?: string;
8064
9361
  importance?: number;
8065
9362
  }[];
8066
9363
  originText: {
@@ -8404,6 +9701,14 @@ interface components$4 {
8404
9701
  text: string;
8405
9702
  };
8406
9703
  }[];
9704
+ attribute: {
9705
+ userText: {
9706
+ text: string;
9707
+ };
9708
+ code: string;
9709
+ hireFacility?: string;
9710
+ importance?: number;
9711
+ }[];
8407
9712
  }[];
8408
9713
  };
8409
9714
  situations?: {
@@ -8630,6 +9935,7 @@ interface components$4 {
8630
9935
  text: string;
8631
9936
  };
8632
9937
  code: string;
9938
+ hireFacility?: string;
8633
9939
  importance?: number;
8634
9940
  }[];
8635
9941
  originText: {
@@ -8979,6 +10285,14 @@ interface components$4 {
8979
10285
  text: string;
8980
10286
  };
8981
10287
  }[];
10288
+ attribute: {
10289
+ userText: {
10290
+ text: string;
10291
+ };
10292
+ code: string;
10293
+ hireFacility?: string;
10294
+ importance?: number;
10295
+ }[];
8982
10296
  }[];
8983
10297
  };
8984
10298
  situations?: {
@@ -9205,6 +10519,7 @@ interface components$4 {
9205
10519
  text: string;
9206
10520
  };
9207
10521
  code: string;
10522
+ hireFacility?: string;
9208
10523
  importance?: number;
9209
10524
  }[];
9210
10525
  originText: {
@@ -9648,6 +10963,7 @@ interface components$3 {
9648
10963
  text: string;
9649
10964
  };
9650
10965
  code: string;
10966
+ hireFacility?: string;
9651
10967
  importance?: number;
9652
10968
  }[];
9653
10969
  originText: {
@@ -10079,6 +11395,7 @@ interface components$3 {
10079
11395
  text: string;
10080
11396
  };
10081
11397
  code: string;
11398
+ hireFacility?: string;
10082
11399
  importance?: number;
10083
11400
  }[];
10084
11401
  originText: {
@@ -10511,6 +11828,7 @@ interface components$2 {
10511
11828
  text: string;
10512
11829
  };
10513
11830
  code: string;
11831
+ hireFacility?: string;
10514
11832
  importance?: number;
10515
11833
  }[];
10516
11834
  originText: {
@@ -10935,6 +12253,7 @@ interface components$2 {
10935
12253
  text: string;
10936
12254
  };
10937
12255
  code: string;
12256
+ hireFacility?: string;
10938
12257
  importance?: number;
10939
12258
  }[];
10940
12259
  originText: {
@@ -11360,6 +12679,7 @@ interface components$1 {
11360
12679
  text: string;
11361
12680
  };
11362
12681
  code: string;
12682
+ hireFacility?: string;
11363
12683
  importance?: number;
11364
12684
  }[];
11365
12685
  operatorRef?: string;
@@ -11806,6 +13126,7 @@ interface components$1 {
11806
13126
  text: string;
11807
13127
  };
11808
13128
  code: string;
13129
+ hireFacility?: string;
11809
13130
  importance?: number;
11810
13131
  }[];
11811
13132
  operatorRef?: string;
@@ -12235,6 +13556,7 @@ interface components$1 {
12235
13556
  text: string;
12236
13557
  };
12237
13558
  code: string;
13559
+ hireFacility?: string;
12238
13560
  importance?: number;
12239
13561
  }[];
12240
13562
  operatorRef?: string;
@@ -12672,6 +13994,7 @@ interface components$1 {
12672
13994
  text: string;
12673
13995
  };
12674
13996
  code: string;
13997
+ hireFacility?: string;
12675
13998
  importance?: number;
12676
13999
  }[];
12677
14000
  operatorRef?: string;
@@ -13059,36 +14382,40 @@ interface components {
13059
14382
  pathItems: never;
13060
14383
  }
13061
14384
 
13062
- type OJPv1_DatedJourneySchema = components$g['schemas']['DatedJourney'];
13063
- type OJPv1_LocationSchema = components$g['schemas']['Location'];
13064
- type OJPv1_GeneralAttributeSchema = components$g['schemas']['GeneralAttribute'];
13065
- type OJPv1_TimedLegSchema = components$f['schemas']['TimedLeg'];
13066
- type OJPv1_TripLegSchema = components$f['schemas']['TripLeg'];
13067
- type OJPv1_TripSchema = components$f['schemas']['Trip'];
13068
- type UseRealtimeDataEnum = components$h["schemas"]["UseRealtimeDataEnum"];
13069
- type PersonalModesEnum = components$h["schemas"]['PersonalModesEnumeration'];
13070
- type VehicleModesOfTransportEnum = components$h["schemas"]["VehicleModesOfTransportEnum"];
13071
- type PlaceTypeEnum = components$h["schemas"]["PlaceTypeEnum"];
13072
- type GeoPositionSchema = components$h["schemas"]["GeoPosition"];
13073
- type PlaceRefSchema = components$h["schemas"]["PlaceRef"];
13074
- type InternationalTextSchema = components$h["schemas"]["InternationalText"];
13075
- type DatedJourneySchema = components$h["schemas"]["DatedJourney"];
13076
- type CallAtStopSchema = components$h["schemas"]["CallAtStop"];
13077
- type PlaceContextSchema = components$h["schemas"]["PlaceContext"];
13078
- type PlaceSchema = components$h['schemas']['Place'];
13079
- type StopPointSchema = components$h['schemas']['StopPoint'];
13080
- type StopPlaceSchema = components$h['schemas']['StopPlace'];
13081
- type TopographicPlaceSchema = components$h['schemas']['TopographicPlace'];
13082
- type PointOfInterestSchema = components$h['schemas']['PointOfInterest'];
13083
- type AddressSchema = components$h['schemas']['Address'];
13084
- type GeoRestrictionsSchema = components$h['schemas']['GeoRestrictionsStructure'];
13085
- type ModeStructureSchema = components$h['schemas']['ModeStructure'];
13086
- type ProductCategorySchema = components$h['schemas']['ProductCategory'];
13087
- type GeneralAttributeSchema = components$h['schemas']['GeneralAttribute'];
13088
- type ModeFilterSchema = components$h["schemas"]['ModeFilterStructure'];
13089
- type TrackSectionSchema = components$h['schemas']['TrackSectionStructure'];
13090
- type ResponseContextSchema = components$h['schemas']['ResponseContextStructure'];
13091
- type IndividualTransportOptionSchema = components$h['schemas']['IndividualTransportOptionStructure'];
14385
+ type OJPv1_DatedJourneySchema = components$i['schemas']['DatedJourney'];
14386
+ type OJPv1_LocationSchema = components$i['schemas']['Location'];
14387
+ type OJPv1_GeneralAttributeSchema = components$i['schemas']['GeneralAttribute'];
14388
+ type OJPv1_PointOfInterestSchema = components$i['schemas']['PointOfInterest'];
14389
+ type OJPv1_PlaceRefSchema = components$i['schemas']['PlaceRef'];
14390
+ type OJPv1_TimedLegSchema = components$h['schemas']['TimedLeg'];
14391
+ type OJPv1_TripLegSchema = components$h['schemas']['TripLeg'];
14392
+ type OJPv1_TripSchema = components$h['schemas']['Trip'];
14393
+ type UseRealtimeDataEnum = components$j["schemas"]["UseRealtimeDataEnum"];
14394
+ type PersonalModesEnum = components$j["schemas"]['PersonalModesEnumeration'];
14395
+ type VehicleModesOfTransportEnum = components$j["schemas"]["VehicleModesOfTransportEnum"];
14396
+ type PlaceTypeEnum = components$j["schemas"]["PlaceTypeEnum"];
14397
+ type GeoPositionSchema = components$j["schemas"]["GeoPosition"];
14398
+ type PlaceRefSchema = components$j["schemas"]["PlaceRef"];
14399
+ type InternationalTextSchema = components$j["schemas"]["InternationalText"];
14400
+ type DatedJourneySchema = components$j["schemas"]["DatedJourney"];
14401
+ type CallAtStopSchema = components$j["schemas"]["CallAtStop"];
14402
+ type PlaceContextSchema = components$j["schemas"]["PlaceContext"];
14403
+ type PlaceSchema = components$j['schemas']['Place'];
14404
+ type StopPointSchema = components$j['schemas']['StopPoint'];
14405
+ type StopPlaceSchema = components$j['schemas']['StopPlace'];
14406
+ type TopographicPlaceSchema = components$j['schemas']['TopographicPlace'];
14407
+ type PointOfInterestSchema = components$j['schemas']['PointOfInterest'];
14408
+ type AddressSchema = components$j['schemas']['Address'];
14409
+ type GeoRestrictionsSchema = components$j['schemas']['GeoRestrictionsStructure'];
14410
+ type ModeStructureSchema = components$j['schemas']['ModeStructure'];
14411
+ type ProductCategorySchema = components$j['schemas']['ProductCategory'];
14412
+ type GeneralAttributeSchema = components$j['schemas']['GeneralAttribute'];
14413
+ type ModeFilterSchema = components$j["schemas"]['ModeFilterStructure'];
14414
+ type TrackSectionSchema = components$j['schemas']['TrackSectionStructure'];
14415
+ type ResponseContextSchema = components$j['schemas']['ResponseContextStructure'];
14416
+ type IndividualTransportOptionSchema = components$j['schemas']['IndividualTransportOptionStructure'];
14417
+ type PtSituationElement = components$j['schemas']['PtSituationElementStructure'];
14418
+ type OJPv1_PtSituationElement = components$i['schemas']['PtSituationElementStructure'];
13092
14419
  type TripRequestOJP = components$5["schemas"]["OJP"];
13093
14420
  type TripParamsSchema = components$5["schemas"]["TripParam"];
13094
14421
  type TripRequestSchema = components$5["schemas"]["OJPTripRequest"];
@@ -13101,21 +14428,21 @@ type TransferLegSchema = components$4["schemas"]["TransferLeg"];
13101
14428
  type ContinuousLegSchema = components$4["schemas"]["ContinuousLeg"];
13102
14429
  type TripRequestResponseOJP = components$4['schemas']['OJP'];
13103
14430
  type TripDeliverySchema = components$4['schemas']['OJPTripDelivery'];
13104
- type InitialInputSchema = components$e['schemas']['InitialInput'];
13105
- type LIR_RequestParamsSchema = components$e['schemas']['PlaceParam'];
13106
- type LocationInformationRequestOJP = components$e['schemas']['OJP'];
13107
- type LocationInformationRequestSchema = components$e['schemas']['OJPLocationInformationRequest'];
13108
- type PlaceResultSchema = components$d['schemas']['PlaceResult'];
13109
- type LocationInformationRequestResponseOJP = components$d['schemas']['OJP'];
13110
- type LocationInformationDeliverySchema = components$d['schemas']['OJPLocationInformationDelivery'];
13111
- type StopEventRequestSchema = components$a['schemas']['OJPStopEventRequest'];
13112
- type SER_RequestLocationSchema = components$a['schemas']['PlaceContext'];
13113
- type SER_RequestParamsSchema = components$a['schemas']['StopEventParam'];
13114
- type SER_RequestOJP = components$a['schemas']['OJP'];
13115
- type StopEventResultSchema = components$9['schemas']['StopEventResult'];
13116
- type StopEventSchema = components$9['schemas']['StopEvent'];
13117
- type StopEventRequestResponseOJP = components$9['schemas']['OJP'];
13118
- type StopEventDeliverySchema = components$9['schemas']['OJPStopEventDelivery'];
14431
+ type InitialInputSchema = components$g['schemas']['InitialInput'];
14432
+ type LIR_RequestParamsSchema = components$g['schemas']['PlaceParam'];
14433
+ type LocationInformationRequestOJP = components$g['schemas']['OJP'];
14434
+ type LocationInformationRequestSchema = components$g['schemas']['OJPLocationInformationRequest'];
14435
+ type PlaceResultSchema = components$f['schemas']['PlaceResult'];
14436
+ type LocationInformationRequestResponseOJP = components$f['schemas']['OJP'];
14437
+ type LocationInformationDeliverySchema = components$f['schemas']['OJPLocationInformationDelivery'];
14438
+ type StopEventRequestSchema = components$c['schemas']['OJPStopEventRequest'];
14439
+ type SER_RequestLocationSchema = components$c['schemas']['PlaceContext'];
14440
+ type SER_RequestParamsSchema = components$c['schemas']['StopEventParam'];
14441
+ type SER_RequestOJP = components$c['schemas']['OJP'];
14442
+ type StopEventResultSchema = components$b['schemas']['StopEventResult'];
14443
+ type StopEventSchema = components$b['schemas']['StopEvent'];
14444
+ type StopEventRequestResponseOJP = components$b['schemas']['OJP'];
14445
+ type StopEventDeliverySchema = components$b['schemas']['OJPStopEventDelivery'];
13119
14446
  type TRR_RequestParamsSchema = components$3['schemas']['TripRefineParam'];
13120
14447
  type TRR_RequestSchema = components$3["schemas"]['OJPTripRefineRequest'];
13121
14448
  type TRR_RequestOJP = components$3['schemas']['OJP'];
@@ -13134,14 +14461,21 @@ type TIR_RequestOJP = components$8['schemas']['OJP'];
13134
14461
  type TripInfoResponseOJP = components$7['schemas']['OJP'];
13135
14462
  type TripInfoDeliverySchema = components$7['schemas']['OJPTripInfoDelivery'];
13136
14463
  type TripInfoResultStructureSchema = components$7['schemas']['TripInfoResultStructure'];
14464
+ type OJPv1_StopEventRequestOJP = components$a['schemas']['OJP'];
14465
+ type OJPv1_StopEventRequestSchema = components$a['schemas']['OJPStopEventRequest'];
14466
+ type OJPv1_SER_RequestLocationSchema = components$a['schemas']['PlaceContext'];
14467
+ type OJPv1_StopEventResponseOJP = components$9['schemas']['OJP'];
14468
+ type OJPv1_StopEventDeliverySchema = components$9['schemas']['OJPStopEventDelivery'];
14469
+ type OJPv1_StopEventResultSchema = components$9['schemas']['StopEventResult'];
13137
14470
  type OJPv1_TripInfoResponseOJP = components$6['schemas']['OJP'];
13138
14471
  type OJPv1_TripInfoDeliverySchema = components$6['schemas']['OJPTripInfoDelivery'];
13139
14472
  type OJPv1_TripInfoResultStructureSchema = components$6['schemas']['TripInfoResultStructure'];
13140
- type OJPv1_LocationInformationRequestOJP = components$c['schemas']['OJP'];
13141
- type OJPv1_LocationInformationRequestSchema = components$c['schemas']['OJPLocationInformationRequest'];
13142
- type OJPv1_InitialInputSchema = components$c['schemas']['InitialInput'];
13143
- type OJPv1_LocationInformationRequestResponseOJP = components$b['schemas']['OJP'];
13144
- type OJPv1_LocationInformationDeliverySchema = components$b['schemas']['OJPLocationInformationDelivery'];
14473
+ type OJPv1_LocationInformationRequestOJP = components$e['schemas']['OJP'];
14474
+ type OJPv1_LocationInformationRequestSchema = components$e['schemas']['OJPLocationInformationRequest'];
14475
+ type OJPv1_InitialInputSchema = components$e['schemas']['InitialInput'];
14476
+ type OJPv1_LocationResultSchema = components$d['schemas']['LocationResult'];
14477
+ type OJPv1_LocationInformationRequestResponseOJP = components$d['schemas']['OJP'];
14478
+ type OJPv1_LocationInformationDeliverySchema = components$d['schemas']['OJPLocationInformationDelivery'];
13145
14479
 
13146
14480
  declare const OpenAPI_Dependencies: {
13147
14481
  readonly MapNS_Tags: Record<string, string>;
@@ -13150,4 +14484,4 @@ declare const OpenAPI_Dependencies: {
13150
14484
  readonly MapStringValues: Record<string, boolean>;
13151
14485
  };
13152
14486
 
13153
- 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 GeoRestrictionsSchema, type IndividualTransportOptionSchema, 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_GeneralAttributeSchema, type OJPv1_InitialInputSchema, type OJPv1_LocationInformationDeliverySchema, type OJPv1_LocationInformationRequestOJP, type OJPv1_LocationInformationRequestResponseOJP, type OJPv1_LocationInformationRequestSchema, type OJPv1_LocationSchema, type OJPv1_TimedLegSchema, type OJPv1_TripInfoDeliverySchema, type OJPv1_TripInfoResponseOJP, type OJPv1_TripInfoResultStructureSchema, type OJPv1_TripLegSchema, type OJPv1_TripSchema, OpenAPI_Dependencies, type PersonalModesEnum, 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 TrackSectionSchema, 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 };
14487
+ 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 GeoRestrictionsSchema, type IndividualTransportOptionSchema, 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_GeneralAttributeSchema, type OJPv1_InitialInputSchema, type OJPv1_LocationInformationDeliverySchema, type OJPv1_LocationInformationRequestOJP, type OJPv1_LocationInformationRequestResponseOJP, type OJPv1_LocationInformationRequestSchema, type OJPv1_LocationResultSchema, type OJPv1_LocationSchema, type OJPv1_PlaceRefSchema, type OJPv1_PointOfInterestSchema, type OJPv1_PtSituationElement, type OJPv1_SER_RequestLocationSchema, type OJPv1_StopEventDeliverySchema, type OJPv1_StopEventRequestOJP, type OJPv1_StopEventRequestSchema, type OJPv1_StopEventResponseOJP, type OJPv1_StopEventResultSchema, type OJPv1_TimedLegSchema, type OJPv1_TripInfoDeliverySchema, type OJPv1_TripInfoResponseOJP, type OJPv1_TripInfoResultStructureSchema, type OJPv1_TripLegSchema, type OJPv1_TripSchema, OpenAPI_Dependencies, type PersonalModesEnum, type PlaceContextSchema, type PlaceRefSchema, type PlaceResultSchema, type PlaceSchema, type PlaceTypeEnum, type PointOfInterestSchema, type ProductCategorySchema, type PtSituationElement, 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 TrackSectionSchema, 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 };