ojp-shared-types 0.1.8 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- declare const VERSION = "0.1.8";
1
+ declare const VERSION = "0.1.10";
2
2
 
3
3
  interface components$k {
4
4
  schemas: {
@@ -897,11 +897,40 @@ interface components$k {
897
897
  };
898
898
  };
899
899
  };
900
+ BookingArrangementStructure: {
901
+ bookingAgencyName: {
902
+ text: string;
903
+ };
904
+ infoUrl: string;
905
+ };
900
906
  ContinuousServiceStructure: {
901
907
  /** @enum {string} */
902
908
  personalModeOfOperation: "self" | "own" | "otherOwned" | "privateLift" | "lease";
903
909
  /** @enum {string} */
904
910
  personalMode: "foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other";
911
+ mode?: {
912
+ exclude?: boolean;
913
+ ptMode: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
914
+ personalMode: ("foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other")[];
915
+ airSubmode?: string;
916
+ busSubmode?: string;
917
+ coachSubmode?: string;
918
+ funicularSubmode?: string;
919
+ metroSubmode?: string;
920
+ tramSubmode?: string;
921
+ telecabinSubmode?: string;
922
+ /** @enum {string} */
923
+ railSubmode?: "international" | "highSpeedRail" | "interregionalRail" | "railShuttle" | "local" | "vehicleTunnelTransportRailService";
924
+ waterSubmode?: string;
925
+ };
926
+ bookingArrangements?: {
927
+ bookingArrangement: {
928
+ bookingAgencyName: {
929
+ text: string;
930
+ };
931
+ infoUrl: string;
932
+ }[];
933
+ };
905
934
  };
906
935
  };
907
936
  responses: never;
@@ -1356,6 +1385,13 @@ interface components$j {
1356
1385
  }[];
1357
1386
  };
1358
1387
  };
1388
+ IndividualTransportOptionsStructure: {
1389
+ mode: string;
1390
+ maxDistance?: number;
1391
+ maxDuration?: string;
1392
+ minDistance?: number;
1393
+ minDuration?: string;
1394
+ };
1359
1395
  PlaceContext: {
1360
1396
  placeRef: {
1361
1397
  stopPointRef?: string;
@@ -1369,6 +1405,13 @@ interface components$j {
1369
1405
  };
1370
1406
  };
1371
1407
  depArrTime?: string;
1408
+ individualTransportOptions?: {
1409
+ mode: string;
1410
+ maxDistance?: number;
1411
+ maxDuration?: string;
1412
+ minDistance?: number;
1413
+ minDuration?: string;
1414
+ }[];
1372
1415
  };
1373
1416
  TrackSectionStructure: {
1374
1417
  trackStart?: {
@@ -3653,6 +3696,13 @@ interface components$c {
3653
3696
  };
3654
3697
  };
3655
3698
  depArrTime?: string;
3699
+ individualTransportOptions?: {
3700
+ mode: string;
3701
+ maxDistance?: number;
3702
+ maxDuration?: string;
3703
+ minDistance?: number;
3704
+ minDuration?: string;
3705
+ }[];
3656
3706
  };
3657
3707
  params?: {
3658
3708
  includeAllRestrictedLines?: boolean;
@@ -3688,6 +3738,13 @@ interface components$c {
3688
3738
  };
3689
3739
  };
3690
3740
  depArrTime?: string;
3741
+ individualTransportOptions?: {
3742
+ mode: string;
3743
+ maxDistance?: number;
3744
+ maxDuration?: string;
3745
+ minDistance?: number;
3746
+ minDuration?: string;
3747
+ }[];
3691
3748
  };
3692
3749
  params?: {
3693
3750
  includeAllRestrictedLines?: boolean;
@@ -7367,6 +7424,29 @@ interface components$6 {
7367
7424
  personalModeOfOperation: "self" | "own" | "otherOwned" | "privateLift" | "lease";
7368
7425
  /** @enum {string} */
7369
7426
  personalMode: "foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other";
7427
+ mode?: {
7428
+ exclude?: boolean;
7429
+ ptMode: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
7430
+ personalMode: ("foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other")[];
7431
+ airSubmode?: string;
7432
+ busSubmode?: string;
7433
+ coachSubmode?: string;
7434
+ funicularSubmode?: string;
7435
+ metroSubmode?: string;
7436
+ tramSubmode?: string;
7437
+ telecabinSubmode?: string;
7438
+ /** @enum {string} */
7439
+ railSubmode?: "international" | "highSpeedRail" | "interregionalRail" | "railShuttle" | "local" | "vehicleTunnelTransportRailService";
7440
+ waterSubmode?: string;
7441
+ };
7442
+ bookingArrangements?: {
7443
+ bookingArrangement: {
7444
+ bookingAgencyName: {
7445
+ text: string;
7446
+ };
7447
+ infoUrl: string;
7448
+ }[];
7449
+ };
7370
7450
  };
7371
7451
  duration: string;
7372
7452
  length?: number;
@@ -7763,6 +7843,29 @@ interface components$6 {
7763
7843
  personalModeOfOperation: "self" | "own" | "otherOwned" | "privateLift" | "lease";
7764
7844
  /** @enum {string} */
7765
7845
  personalMode: "foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other";
7846
+ mode?: {
7847
+ exclude?: boolean;
7848
+ ptMode: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
7849
+ personalMode: ("foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other")[];
7850
+ airSubmode?: string;
7851
+ busSubmode?: string;
7852
+ coachSubmode?: string;
7853
+ funicularSubmode?: string;
7854
+ metroSubmode?: string;
7855
+ tramSubmode?: string;
7856
+ telecabinSubmode?: string;
7857
+ /** @enum {string} */
7858
+ railSubmode?: "international" | "highSpeedRail" | "interregionalRail" | "railShuttle" | "local" | "vehicleTunnelTransportRailService";
7859
+ waterSubmode?: string;
7860
+ };
7861
+ bookingArrangements?: {
7862
+ bookingArrangement: {
7863
+ bookingAgencyName: {
7864
+ text: string;
7865
+ };
7866
+ infoUrl: string;
7867
+ }[];
7868
+ };
7766
7869
  };
7767
7870
  duration: string;
7768
7871
  length?: number;
@@ -8172,6 +8275,29 @@ interface components$6 {
8172
8275
  personalModeOfOperation: "self" | "own" | "otherOwned" | "privateLift" | "lease";
8173
8276
  /** @enum {string} */
8174
8277
  personalMode: "foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other";
8278
+ mode?: {
8279
+ exclude?: boolean;
8280
+ ptMode: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
8281
+ personalMode: ("foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other")[];
8282
+ airSubmode?: string;
8283
+ busSubmode?: string;
8284
+ coachSubmode?: string;
8285
+ funicularSubmode?: string;
8286
+ metroSubmode?: string;
8287
+ tramSubmode?: string;
8288
+ telecabinSubmode?: string;
8289
+ /** @enum {string} */
8290
+ railSubmode?: "international" | "highSpeedRail" | "interregionalRail" | "railShuttle" | "local" | "vehicleTunnelTransportRailService";
8291
+ waterSubmode?: string;
8292
+ };
8293
+ bookingArrangements?: {
8294
+ bookingArrangement: {
8295
+ bookingAgencyName: {
8296
+ text: string;
8297
+ };
8298
+ infoUrl: string;
8299
+ }[];
8300
+ };
8175
8301
  };
8176
8302
  duration: string;
8177
8303
  length?: number;
@@ -8589,6 +8715,29 @@ interface components$6 {
8589
8715
  personalModeOfOperation: "self" | "own" | "otherOwned" | "privateLift" | "lease";
8590
8716
  /** @enum {string} */
8591
8717
  personalMode: "foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other";
8718
+ mode?: {
8719
+ exclude?: boolean;
8720
+ ptMode: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
8721
+ personalMode: ("foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other")[];
8722
+ airSubmode?: string;
8723
+ busSubmode?: string;
8724
+ coachSubmode?: string;
8725
+ funicularSubmode?: string;
8726
+ metroSubmode?: string;
8727
+ tramSubmode?: string;
8728
+ telecabinSubmode?: string;
8729
+ /** @enum {string} */
8730
+ railSubmode?: "international" | "highSpeedRail" | "interregionalRail" | "railShuttle" | "local" | "vehicleTunnelTransportRailService";
8731
+ waterSubmode?: string;
8732
+ };
8733
+ bookingArrangements?: {
8734
+ bookingArrangement: {
8735
+ bookingAgencyName: {
8736
+ text: string;
8737
+ };
8738
+ infoUrl: string;
8739
+ }[];
8740
+ };
8592
8741
  };
8593
8742
  duration: string;
8594
8743
  length?: number;
@@ -9172,6 +9321,29 @@ interface components$6 {
9172
9321
  personalModeOfOperation: "self" | "own" | "otherOwned" | "privateLift" | "lease";
9173
9322
  /** @enum {string} */
9174
9323
  personalMode: "foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other";
9324
+ mode?: {
9325
+ exclude?: boolean;
9326
+ ptMode: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
9327
+ personalMode: ("foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other")[];
9328
+ airSubmode?: string;
9329
+ busSubmode?: string;
9330
+ coachSubmode?: string;
9331
+ funicularSubmode?: string;
9332
+ metroSubmode?: string;
9333
+ tramSubmode?: string;
9334
+ telecabinSubmode?: string;
9335
+ /** @enum {string} */
9336
+ railSubmode?: "international" | "highSpeedRail" | "interregionalRail" | "railShuttle" | "local" | "vehicleTunnelTransportRailService";
9337
+ waterSubmode?: string;
9338
+ };
9339
+ bookingArrangements?: {
9340
+ bookingArrangement: {
9341
+ bookingAgencyName: {
9342
+ text: string;
9343
+ };
9344
+ infoUrl: string;
9345
+ }[];
9346
+ };
9175
9347
  };
9176
9348
  duration: string;
9177
9349
  length?: number;
@@ -9761,6 +9933,29 @@ interface components$6 {
9761
9933
  personalModeOfOperation: "self" | "own" | "otherOwned" | "privateLift" | "lease";
9762
9934
  /** @enum {string} */
9763
9935
  personalMode: "foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other";
9936
+ mode?: {
9937
+ exclude?: boolean;
9938
+ ptMode: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
9939
+ personalMode: ("foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other")[];
9940
+ airSubmode?: string;
9941
+ busSubmode?: string;
9942
+ coachSubmode?: string;
9943
+ funicularSubmode?: string;
9944
+ metroSubmode?: string;
9945
+ tramSubmode?: string;
9946
+ telecabinSubmode?: string;
9947
+ /** @enum {string} */
9948
+ railSubmode?: "international" | "highSpeedRail" | "interregionalRail" | "railShuttle" | "local" | "vehicleTunnelTransportRailService";
9949
+ waterSubmode?: string;
9950
+ };
9951
+ bookingArrangements?: {
9952
+ bookingArrangement: {
9953
+ bookingAgencyName: {
9954
+ text: string;
9955
+ };
9956
+ infoUrl: string;
9957
+ }[];
9958
+ };
9764
9959
  };
9765
9960
  duration: string;
9766
9961
  length?: number;
@@ -9896,6 +10091,23 @@ interface components$5 {
9896
10091
  includeLegProjection?: boolean;
9897
10092
  includeTurnDescription?: boolean;
9898
10093
  includeIntermediateStops?: boolean;
10094
+ extension?: {
10095
+ origin?: {
10096
+ mode: string;
10097
+ maxDistance?: number;
10098
+ maxDuration?: string;
10099
+ minDistance?: number;
10100
+ minDuration?: string;
10101
+ };
10102
+ destination?: {
10103
+ mode: string;
10104
+ maxDistance?: number;
10105
+ maxDuration?: string;
10106
+ minDistance?: number;
10107
+ minDuration?: string;
10108
+ };
10109
+ itModesToCover?: string[];
10110
+ };
9899
10111
  };
9900
10112
  ViaPoint: {
9901
10113
  viaPoint: {
@@ -9926,6 +10138,13 @@ interface components$5 {
9926
10138
  };
9927
10139
  };
9928
10140
  depArrTime?: string;
10141
+ individualTransportOptions?: {
10142
+ mode: string;
10143
+ maxDistance?: number;
10144
+ maxDuration?: string;
10145
+ minDistance?: number;
10146
+ minDuration?: string;
10147
+ }[];
9929
10148
  };
9930
10149
  destination: {
9931
10150
  placeRef: {
@@ -9940,6 +10159,13 @@ interface components$5 {
9940
10159
  };
9941
10160
  };
9942
10161
  depArrTime?: string;
10162
+ individualTransportOptions?: {
10163
+ mode: string;
10164
+ maxDistance?: number;
10165
+ maxDuration?: string;
10166
+ minDistance?: number;
10167
+ minDuration?: string;
10168
+ }[];
9943
10169
  };
9944
10170
  via: {
9945
10171
  viaPoint: {
@@ -9981,6 +10207,23 @@ interface components$5 {
9981
10207
  includeLegProjection?: boolean;
9982
10208
  includeTurnDescription?: boolean;
9983
10209
  includeIntermediateStops?: boolean;
10210
+ extension?: {
10211
+ origin?: {
10212
+ mode: string;
10213
+ maxDistance?: number;
10214
+ maxDuration?: string;
10215
+ minDistance?: number;
10216
+ minDuration?: string;
10217
+ };
10218
+ destination?: {
10219
+ mode: string;
10220
+ maxDistance?: number;
10221
+ maxDuration?: string;
10222
+ minDistance?: number;
10223
+ minDuration?: string;
10224
+ };
10225
+ itModesToCover?: string[];
10226
+ };
9984
10227
  };
9985
10228
  };
9986
10229
  OJP: {
@@ -10006,6 +10249,13 @@ interface components$5 {
10006
10249
  };
10007
10250
  };
10008
10251
  depArrTime?: string;
10252
+ individualTransportOptions?: {
10253
+ mode: string;
10254
+ maxDistance?: number;
10255
+ maxDuration?: string;
10256
+ minDistance?: number;
10257
+ minDuration?: string;
10258
+ }[];
10009
10259
  };
10010
10260
  destination: {
10011
10261
  placeRef: {
@@ -10020,6 +10270,13 @@ interface components$5 {
10020
10270
  };
10021
10271
  };
10022
10272
  depArrTime?: string;
10273
+ individualTransportOptions?: {
10274
+ mode: string;
10275
+ maxDistance?: number;
10276
+ maxDuration?: string;
10277
+ minDistance?: number;
10278
+ minDuration?: string;
10279
+ }[];
10023
10280
  };
10024
10281
  via: {
10025
10282
  viaPoint: {
@@ -10061,6 +10318,23 @@ interface components$5 {
10061
10318
  includeLegProjection?: boolean;
10062
10319
  includeTurnDescription?: boolean;
10063
10320
  includeIntermediateStops?: boolean;
10321
+ extension?: {
10322
+ origin?: {
10323
+ mode: string;
10324
+ maxDistance?: number;
10325
+ maxDuration?: string;
10326
+ minDistance?: number;
10327
+ minDuration?: string;
10328
+ };
10329
+ destination?: {
10330
+ mode: string;
10331
+ maxDistance?: number;
10332
+ maxDuration?: string;
10333
+ minDistance?: number;
10334
+ minDuration?: string;
10335
+ };
10336
+ itModesToCover?: string[];
10337
+ };
10064
10338
  };
10065
10339
  };
10066
10340
  };
@@ -10379,8 +10653,7 @@ interface components$4 {
10379
10653
  };
10380
10654
  };
10381
10655
  TransferLeg: {
10382
- /** @enum {string} */
10383
- transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
10656
+ transferMode?: string;
10384
10657
  legStart: {
10385
10658
  stopPointRef?: string;
10386
10659
  stopPlaceRef?: string;
@@ -10476,6 +10749,14 @@ interface components$4 {
10476
10749
  };
10477
10750
  service: {
10478
10751
  individualMode: string;
10752
+ bookingArrangements?: {
10753
+ bookingArrangement: {
10754
+ bookingAgencyName: {
10755
+ text: string;
10756
+ };
10757
+ infoUrl: string;
10758
+ }[];
10759
+ };
10479
10760
  };
10480
10761
  duration: string;
10481
10762
  length?: number;
@@ -10778,8 +11059,7 @@ interface components$4 {
10778
11059
  };
10779
11060
  };
10780
11061
  transferLeg?: {
10781
- /** @enum {string} */
10782
- transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
11062
+ transferMode?: string;
10783
11063
  legStart: {
10784
11064
  stopPointRef?: string;
10785
11065
  stopPlaceRef?: string;
@@ -10875,6 +11155,14 @@ interface components$4 {
10875
11155
  };
10876
11156
  service: {
10877
11157
  individualMode: string;
11158
+ bookingArrangements?: {
11159
+ bookingArrangement: {
11160
+ bookingAgencyName: {
11161
+ text: string;
11162
+ };
11163
+ infoUrl: string;
11164
+ }[];
11165
+ };
10878
11166
  };
10879
11167
  duration: string;
10880
11168
  length?: number;
@@ -11186,8 +11474,7 @@ interface components$4 {
11186
11474
  };
11187
11475
  };
11188
11476
  transferLeg?: {
11189
- /** @enum {string} */
11190
- transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
11477
+ transferMode?: string;
11191
11478
  legStart: {
11192
11479
  stopPointRef?: string;
11193
11480
  stopPlaceRef?: string;
@@ -11283,6 +11570,14 @@ interface components$4 {
11283
11570
  };
11284
11571
  service: {
11285
11572
  individualMode: string;
11573
+ bookingArrangements?: {
11574
+ bookingArrangement: {
11575
+ bookingAgencyName: {
11576
+ text: string;
11577
+ };
11578
+ infoUrl: string;
11579
+ }[];
11580
+ };
11286
11581
  };
11287
11582
  duration: string;
11288
11583
  length?: number;
@@ -11597,8 +11892,7 @@ interface components$4 {
11597
11892
  };
11598
11893
  };
11599
11894
  transferLeg?: {
11600
- /** @enum {string} */
11601
- transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
11895
+ transferMode?: string;
11602
11896
  legStart: {
11603
11897
  stopPointRef?: string;
11604
11898
  stopPlaceRef?: string;
@@ -11694,6 +11988,14 @@ interface components$4 {
11694
11988
  };
11695
11989
  service: {
11696
11990
  individualMode: string;
11991
+ bookingArrangements?: {
11992
+ bookingArrangement: {
11993
+ bookingAgencyName: {
11994
+ text: string;
11995
+ };
11996
+ infoUrl: string;
11997
+ }[];
11998
+ };
11697
11999
  };
11698
12000
  duration: string;
11699
12001
  length?: number;
@@ -12148,8 +12450,7 @@ interface components$4 {
12148
12450
  };
12149
12451
  };
12150
12452
  transferLeg?: {
12151
- /** @enum {string} */
12152
- transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
12453
+ transferMode?: string;
12153
12454
  legStart: {
12154
12455
  stopPointRef?: string;
12155
12456
  stopPlaceRef?: string;
@@ -12245,6 +12546,14 @@ interface components$4 {
12245
12546
  };
12246
12547
  service: {
12247
12548
  individualMode: string;
12549
+ bookingArrangements?: {
12550
+ bookingArrangement: {
12551
+ bookingAgencyName: {
12552
+ text: string;
12553
+ };
12554
+ infoUrl: string;
12555
+ }[];
12556
+ };
12248
12557
  };
12249
12558
  duration: string;
12250
12559
  length?: number;
@@ -12705,8 +13014,7 @@ interface components$4 {
12705
13014
  };
12706
13015
  };
12707
13016
  transferLeg?: {
12708
- /** @enum {string} */
12709
- transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
13017
+ transferMode?: string;
12710
13018
  legStart: {
12711
13019
  stopPointRef?: string;
12712
13020
  stopPlaceRef?: string;
@@ -12802,6 +13110,14 @@ interface components$4 {
12802
13110
  };
12803
13111
  service: {
12804
13112
  individualMode: string;
13113
+ bookingArrangements?: {
13114
+ bookingArrangement: {
13115
+ bookingAgencyName: {
13116
+ text: string;
13117
+ };
13118
+ infoUrl: string;
13119
+ }[];
13120
+ };
12805
13121
  };
12806
13122
  duration: string;
12807
13123
  length?: number;
@@ -13246,6 +13562,29 @@ interface components$3 {
13246
13562
  personalModeOfOperation: "self" | "own" | "otherOwned" | "privateLift" | "lease";
13247
13563
  /** @enum {string} */
13248
13564
  personalMode: "foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other";
13565
+ mode?: {
13566
+ exclude?: boolean;
13567
+ ptMode: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
13568
+ personalMode: ("foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other")[];
13569
+ airSubmode?: string;
13570
+ busSubmode?: string;
13571
+ coachSubmode?: string;
13572
+ funicularSubmode?: string;
13573
+ metroSubmode?: string;
13574
+ tramSubmode?: string;
13575
+ telecabinSubmode?: string;
13576
+ /** @enum {string} */
13577
+ railSubmode?: "international" | "highSpeedRail" | "interregionalRail" | "railShuttle" | "local" | "vehicleTunnelTransportRailService";
13578
+ waterSubmode?: string;
13579
+ };
13580
+ bookingArrangements?: {
13581
+ bookingArrangement: {
13582
+ bookingAgencyName: {
13583
+ text: string;
13584
+ };
13585
+ infoUrl: string;
13586
+ }[];
13587
+ };
13249
13588
  };
13250
13589
  duration: string;
13251
13590
  length?: number;
@@ -13684,6 +14023,29 @@ interface components$3 {
13684
14023
  personalModeOfOperation: "self" | "own" | "otherOwned" | "privateLift" | "lease";
13685
14024
  /** @enum {string} */
13686
14025
  personalMode: "foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other";
14026
+ mode?: {
14027
+ exclude?: boolean;
14028
+ ptMode: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
14029
+ personalMode: ("foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other")[];
14030
+ airSubmode?: string;
14031
+ busSubmode?: string;
14032
+ coachSubmode?: string;
14033
+ funicularSubmode?: string;
14034
+ metroSubmode?: string;
14035
+ tramSubmode?: string;
14036
+ telecabinSubmode?: string;
14037
+ /** @enum {string} */
14038
+ railSubmode?: "international" | "highSpeedRail" | "interregionalRail" | "railShuttle" | "local" | "vehicleTunnelTransportRailService";
14039
+ waterSubmode?: string;
14040
+ };
14041
+ bookingArrangements?: {
14042
+ bookingArrangement: {
14043
+ bookingAgencyName: {
14044
+ text: string;
14045
+ };
14046
+ infoUrl: string;
14047
+ }[];
14048
+ };
13687
14049
  };
13688
14050
  duration: string;
13689
14051
  length?: number;
@@ -14281,6 +14643,29 @@ interface components$2 {
14281
14643
  personalModeOfOperation: "self" | "own" | "otherOwned" | "privateLift" | "lease";
14282
14644
  /** @enum {string} */
14283
14645
  personalMode: "foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other";
14646
+ mode?: {
14647
+ exclude?: boolean;
14648
+ ptMode: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
14649
+ personalMode: ("foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other")[];
14650
+ airSubmode?: string;
14651
+ busSubmode?: string;
14652
+ coachSubmode?: string;
14653
+ funicularSubmode?: string;
14654
+ metroSubmode?: string;
14655
+ tramSubmode?: string;
14656
+ telecabinSubmode?: string;
14657
+ /** @enum {string} */
14658
+ railSubmode?: "international" | "highSpeedRail" | "interregionalRail" | "railShuttle" | "local" | "vehicleTunnelTransportRailService";
14659
+ waterSubmode?: string;
14660
+ };
14661
+ bookingArrangements?: {
14662
+ bookingArrangement: {
14663
+ bookingAgencyName: {
14664
+ text: string;
14665
+ };
14666
+ infoUrl: string;
14667
+ }[];
14668
+ };
14284
14669
  };
14285
14670
  duration: string;
14286
14671
  length?: number;
@@ -14870,6 +15255,29 @@ interface components$2 {
14870
15255
  personalModeOfOperation: "self" | "own" | "otherOwned" | "privateLift" | "lease";
14871
15256
  /** @enum {string} */
14872
15257
  personalMode: "foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other";
15258
+ mode?: {
15259
+ exclude?: boolean;
15260
+ ptMode: ("air" | "bus" | "coach" | "trolleyBus" | "metro" | "rail" | "tram" | "water" | "ferry" | "cableway" | "funicular" | "lift" | "telecabin" | "other" | "unknown")[];
15261
+ personalMode: ("foot" | "bicycle" | "car" | "motorcycle" | "truck" | "scooter" | "other")[];
15262
+ airSubmode?: string;
15263
+ busSubmode?: string;
15264
+ coachSubmode?: string;
15265
+ funicularSubmode?: string;
15266
+ metroSubmode?: string;
15267
+ tramSubmode?: string;
15268
+ telecabinSubmode?: string;
15269
+ /** @enum {string} */
15270
+ railSubmode?: "international" | "highSpeedRail" | "interregionalRail" | "railShuttle" | "local" | "vehicleTunnelTransportRailService";
15271
+ waterSubmode?: string;
15272
+ };
15273
+ bookingArrangements?: {
15274
+ bookingArrangement: {
15275
+ bookingAgencyName: {
15276
+ text: string;
15277
+ };
15278
+ infoUrl: string;
15279
+ }[];
15280
+ };
14873
15281
  };
14874
15282
  duration: string;
14875
15283
  length?: number;
@@ -15206,8 +15614,7 @@ interface components$1 {
15206
15614
  };
15207
15615
  };
15208
15616
  transferLeg?: {
15209
- /** @enum {string} */
15210
- transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
15617
+ transferMode?: string;
15211
15618
  legStart: {
15212
15619
  stopPointRef?: string;
15213
15620
  stopPlaceRef?: string;
@@ -15303,6 +15710,14 @@ interface components$1 {
15303
15710
  };
15304
15711
  service: {
15305
15712
  individualMode: string;
15713
+ bookingArrangements?: {
15714
+ bookingArrangement: {
15715
+ bookingAgencyName: {
15716
+ text: string;
15717
+ };
15718
+ infoUrl: string;
15719
+ }[];
15720
+ };
15306
15721
  };
15307
15722
  duration: string;
15308
15723
  length?: number;
@@ -15655,8 +16070,7 @@ interface components$1 {
15655
16070
  };
15656
16071
  };
15657
16072
  transferLeg?: {
15658
- /** @enum {string} */
15659
- transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
16073
+ transferMode?: string;
15660
16074
  legStart: {
15661
16075
  stopPointRef?: string;
15662
16076
  stopPlaceRef?: string;
@@ -15752,6 +16166,14 @@ interface components$1 {
15752
16166
  };
15753
16167
  service: {
15754
16168
  individualMode: string;
16169
+ bookingArrangements?: {
16170
+ bookingArrangement: {
16171
+ bookingAgencyName: {
16172
+ text: string;
16173
+ };
16174
+ infoUrl: string;
16175
+ }[];
16176
+ };
15755
16177
  };
15756
16178
  duration: string;
15757
16179
  length?: number;
@@ -16087,8 +16509,7 @@ interface components$1 {
16087
16509
  };
16088
16510
  };
16089
16511
  transferLeg?: {
16090
- /** @enum {string} */
16091
- transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
16512
+ transferMode?: string;
16092
16513
  legStart: {
16093
16514
  stopPointRef?: string;
16094
16515
  stopPlaceRef?: string;
@@ -16184,6 +16605,14 @@ interface components$1 {
16184
16605
  };
16185
16606
  service: {
16186
16607
  individualMode: string;
16608
+ bookingArrangements?: {
16609
+ bookingArrangement: {
16610
+ bookingAgencyName: {
16611
+ text: string;
16612
+ };
16613
+ infoUrl: string;
16614
+ }[];
16615
+ };
16187
16616
  };
16188
16617
  duration: string;
16189
16618
  length?: number;
@@ -16527,8 +16956,7 @@ interface components$1 {
16527
16956
  };
16528
16957
  };
16529
16958
  transferLeg?: {
16530
- /** @enum {string} */
16531
- transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
16959
+ transferMode?: string;
16532
16960
  legStart: {
16533
16961
  stopPointRef?: string;
16534
16962
  stopPlaceRef?: string;
@@ -16624,6 +17052,14 @@ interface components$1 {
16624
17052
  };
16625
17053
  service: {
16626
17054
  individualMode: string;
17055
+ bookingArrangements?: {
17056
+ bookingArrangement: {
17057
+ bookingAgencyName: {
17058
+ text: string;
17059
+ };
17060
+ infoUrl: string;
17061
+ }[];
17062
+ };
16627
17063
  };
16628
17064
  duration: string;
16629
17065
  length?: number;
@@ -16893,8 +17329,11 @@ type OJPv1_TrackSectionSchema = components$j['schemas']['TrackSectionStructure']
16893
17329
  type ResponseContextSchema = components$k['schemas']['ResponseContextStructure'];
16894
17330
  type OJPv1_ResponseContextSchema = components$j['schemas']['ResponseContextStructure'];
16895
17331
  type IndividualTransportOptionSchema = components$k['schemas']['IndividualTransportOptionStructure'];
17332
+ type OJPv1_IndividualTransportOptionSchema = components$j['schemas']['IndividualTransportOptionsStructure'];
17333
+ type PersonalModesOfOperationEnum = components$k['schemas']['PersonalModesOfOperationEnumeration'];
16896
17334
  type LinkProjectionSchema = components$k['schemas']['LinkProjection'];
16897
17335
  type ContinuousServiceSchema = components$k['schemas']['ContinuousServiceStructure'];
17336
+ type BookingArrangementStructure = components$k['schemas']['BookingArrangementStructure'];
16898
17337
  type PtSituationElement = components$k['schemas']['PtSituationElementStructure'];
16899
17338
  type OJPv1_PtSituationElement = components$j['schemas']['PtSituationElementStructure'];
16900
17339
  type PtSituationFullRefSchema = components$k['schemas']['SituationFullRefStructure'];
@@ -16977,4 +17416,4 @@ declare const OpenAPI_Dependencies: {
16977
17416
  readonly MapStringValues: Record<string, boolean>;
16978
17417
  };
16979
17418
 
16980
- export { type AddressSchema, type CallAtStopSchema, type ContinuousLegSchema, type ContinuousServiceSchema, type DatedJourneySchema, type ExpectedDepartureOccupancySchema, type FareClassEnum, 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 LegTrackSchema, type LinkProjectionSchema, 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_PathGuidanceSectionSchema, type OJPv1_PlaceContextSchema, type OJPv1_PlaceRefSchema, type OJPv1_PointOfInterestSchema, type OJPv1_PtSituationElement, type OJPv1_ResponseContextSchema, type OJPv1_StopEventDeliverySchema, type OJPv1_StopEventRequestOJP, type OJPv1_StopEventRequestSchema, type OJPv1_StopEventResponseOJP, type OJPv1_StopEventResultSchema, type OJPv1_TimedLegSchema, type OJPv1_TrackSectionSchema, type OJPv1_TripDeliverySchema, type OJPv1_TripInfoDeliverySchema, type OJPv1_TripInfoResponseOJP, type OJPv1_TripInfoResultStructureSchema, type OJPv1_TripLegSchema, type OJPv1_TripParamsSchema, type OJPv1_TripRequestOJP, type OJPv1_TripRequestResponseOJP, type OJPv1_TripRequestSchema, type OJPv1_TripResultSchema, type OJPv1_TripSchema, type OJPv1_ViaPointSchema, type OccupancyLevelEnum, OpenAPI_Dependencies, type OptimisationMethodEnum, type PathGuidanceSectionSchema, type PersonalModesEnum, type PlaceContextSchema, type PlaceRefSchema, type PlaceResultSchema, type PlaceSchema, type PlaceTypeEnum, type PointOfInterestSchema, type ProductCategorySchema, type PtSituationElement, type PtSituationFullRefSchema, type RailSubmodeEnum, type ResponseContextSchema, type SER_RequestLocationSchema, type SER_RequestOJP, type SER_RequestParamsSchema, type ServiceArrivalDepartureSchema, 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 TransferTypeEnum, 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 };
17419
+ export { type AddressSchema, type BookingArrangementStructure, type CallAtStopSchema, type ContinuousLegSchema, type ContinuousServiceSchema, type DatedJourneySchema, type ExpectedDepartureOccupancySchema, type FareClassEnum, 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 LegTrackSchema, type LinkProjectionSchema, type LocationInformationDeliverySchema, type LocationInformationRequestOJP, type LocationInformationRequestResponseOJP, type LocationInformationRequestSchema, type ModeFilterSchema, type ModeStructureSchema, type OJPv1_DatedJourneySchema, type OJPv1_GeneralAttributeSchema, type OJPv1_IndividualTransportOptionSchema, type OJPv1_InitialInputSchema, type OJPv1_LocationInformationDeliverySchema, type OJPv1_LocationInformationRequestOJP, type OJPv1_LocationInformationRequestResponseOJP, type OJPv1_LocationInformationRequestSchema, type OJPv1_LocationResultSchema, type OJPv1_LocationSchema, type OJPv1_PathGuidanceSectionSchema, type OJPv1_PlaceContextSchema, type OJPv1_PlaceRefSchema, type OJPv1_PointOfInterestSchema, type OJPv1_PtSituationElement, type OJPv1_ResponseContextSchema, type OJPv1_StopEventDeliverySchema, type OJPv1_StopEventRequestOJP, type OJPv1_StopEventRequestSchema, type OJPv1_StopEventResponseOJP, type OJPv1_StopEventResultSchema, type OJPv1_TimedLegSchema, type OJPv1_TrackSectionSchema, type OJPv1_TripDeliverySchema, type OJPv1_TripInfoDeliverySchema, type OJPv1_TripInfoResponseOJP, type OJPv1_TripInfoResultStructureSchema, type OJPv1_TripLegSchema, type OJPv1_TripParamsSchema, type OJPv1_TripRequestOJP, type OJPv1_TripRequestResponseOJP, type OJPv1_TripRequestSchema, type OJPv1_TripResultSchema, type OJPv1_TripSchema, type OJPv1_ViaPointSchema, type OccupancyLevelEnum, OpenAPI_Dependencies, type OptimisationMethodEnum, type PathGuidanceSectionSchema, type PersonalModesEnum, type PersonalModesOfOperationEnum, type PlaceContextSchema, type PlaceRefSchema, type PlaceResultSchema, type PlaceSchema, type PlaceTypeEnum, type PointOfInterestSchema, type ProductCategorySchema, type PtSituationElement, type PtSituationFullRefSchema, type RailSubmodeEnum, type ResponseContextSchema, type SER_RequestLocationSchema, type SER_RequestOJP, type SER_RequestParamsSchema, type ServiceArrivalDepartureSchema, 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 TransferTypeEnum, 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 };