ojp-shared-types 0.0.22 → 0.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +105 -13
- package/dist/index.d.ts +105 -13
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.cjs
CHANGED
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const VERSION = "0.0.
|
|
1
|
+
declare const VERSION = "0.0.24";
|
|
2
2
|
|
|
3
3
|
interface components$h {
|
|
4
4
|
schemas: {
|
|
@@ -470,6 +470,7 @@ interface components$h {
|
|
|
470
470
|
text: string;
|
|
471
471
|
};
|
|
472
472
|
code: string;
|
|
473
|
+
importance?: number;
|
|
473
474
|
};
|
|
474
475
|
SituationFullRefStructure: {
|
|
475
476
|
participantRef: string;
|
|
@@ -519,7 +520,11 @@ interface components$h {
|
|
|
519
520
|
text: string;
|
|
520
521
|
};
|
|
521
522
|
code: string;
|
|
523
|
+
importance?: number;
|
|
522
524
|
}[];
|
|
525
|
+
originText: {
|
|
526
|
+
text: string;
|
|
527
|
+
};
|
|
523
528
|
operatorRef?: string;
|
|
524
529
|
destinationStopPointRef?: string;
|
|
525
530
|
destinationText?: {
|
|
@@ -822,6 +827,13 @@ interface components$h {
|
|
|
822
827
|
|
|
823
828
|
interface components$g {
|
|
824
829
|
schemas: {
|
|
830
|
+
GeneralAttribute: {
|
|
831
|
+
text: {
|
|
832
|
+
text: string;
|
|
833
|
+
};
|
|
834
|
+
code: string;
|
|
835
|
+
importance?: number;
|
|
836
|
+
};
|
|
825
837
|
DatedJourney: {
|
|
826
838
|
conventionalModeOfOperation?: string;
|
|
827
839
|
operatingDayRef: string;
|
|
@@ -862,10 +874,11 @@ interface components$g {
|
|
|
862
874
|
};
|
|
863
875
|
trainNumber?: string;
|
|
864
876
|
attribute: {
|
|
865
|
-
|
|
877
|
+
text: {
|
|
866
878
|
text: string;
|
|
867
879
|
};
|
|
868
880
|
code: string;
|
|
881
|
+
importance?: number;
|
|
869
882
|
}[];
|
|
870
883
|
operatorRef?: string;
|
|
871
884
|
destinationStopPointRef?: string;
|
|
@@ -1120,10 +1133,11 @@ interface components$f {
|
|
|
1120
1133
|
};
|
|
1121
1134
|
trainNumber?: string;
|
|
1122
1135
|
attribute: {
|
|
1123
|
-
|
|
1136
|
+
text: {
|
|
1124
1137
|
text: string;
|
|
1125
1138
|
};
|
|
1126
1139
|
code: string;
|
|
1140
|
+
importance?: number;
|
|
1127
1141
|
}[];
|
|
1128
1142
|
operatorRef?: string;
|
|
1129
1143
|
destinationStopPointRef?: string;
|
|
@@ -1330,10 +1344,11 @@ interface components$f {
|
|
|
1330
1344
|
};
|
|
1331
1345
|
trainNumber?: string;
|
|
1332
1346
|
attribute: {
|
|
1333
|
-
|
|
1347
|
+
text: {
|
|
1334
1348
|
text: string;
|
|
1335
1349
|
};
|
|
1336
1350
|
code: string;
|
|
1351
|
+
importance?: number;
|
|
1337
1352
|
}[];
|
|
1338
1353
|
operatorRef?: string;
|
|
1339
1354
|
destinationStopPointRef?: string;
|
|
@@ -1734,10 +1749,11 @@ interface components$f {
|
|
|
1734
1749
|
};
|
|
1735
1750
|
trainNumber?: string;
|
|
1736
1751
|
attribute: {
|
|
1737
|
-
|
|
1752
|
+
text: {
|
|
1738
1753
|
text: string;
|
|
1739
1754
|
};
|
|
1740
1755
|
code: string;
|
|
1756
|
+
importance?: number;
|
|
1741
1757
|
}[];
|
|
1742
1758
|
operatorRef?: string;
|
|
1743
1759
|
destinationStopPointRef?: string;
|
|
@@ -3372,7 +3388,11 @@ interface components$9 {
|
|
|
3372
3388
|
text: string;
|
|
3373
3389
|
};
|
|
3374
3390
|
code: string;
|
|
3391
|
+
importance?: number;
|
|
3375
3392
|
}[];
|
|
3393
|
+
originText: {
|
|
3394
|
+
text: string;
|
|
3395
|
+
};
|
|
3376
3396
|
operatorRef?: string;
|
|
3377
3397
|
destinationStopPointRef?: string;
|
|
3378
3398
|
destinationText?: {
|
|
@@ -3552,7 +3572,11 @@ interface components$9 {
|
|
|
3552
3572
|
text: string;
|
|
3553
3573
|
};
|
|
3554
3574
|
code: string;
|
|
3575
|
+
importance?: number;
|
|
3555
3576
|
}[];
|
|
3577
|
+
originText: {
|
|
3578
|
+
text: string;
|
|
3579
|
+
};
|
|
3556
3580
|
operatorRef?: string;
|
|
3557
3581
|
destinationStopPointRef?: string;
|
|
3558
3582
|
destinationText?: {
|
|
@@ -3889,7 +3913,11 @@ interface components$9 {
|
|
|
3889
3913
|
text: string;
|
|
3890
3914
|
};
|
|
3891
3915
|
code: string;
|
|
3916
|
+
importance?: number;
|
|
3892
3917
|
}[];
|
|
3918
|
+
originText: {
|
|
3919
|
+
text: string;
|
|
3920
|
+
};
|
|
3893
3921
|
operatorRef?: string;
|
|
3894
3922
|
destinationStopPointRef?: string;
|
|
3895
3923
|
destinationText?: {
|
|
@@ -4232,7 +4260,11 @@ interface components$9 {
|
|
|
4232
4260
|
text: string;
|
|
4233
4261
|
};
|
|
4234
4262
|
code: string;
|
|
4263
|
+
importance?: number;
|
|
4235
4264
|
}[];
|
|
4265
|
+
originText: {
|
|
4266
|
+
text: string;
|
|
4267
|
+
};
|
|
4236
4268
|
operatorRef?: string;
|
|
4237
4269
|
destinationStopPointRef?: string;
|
|
4238
4270
|
destinationText?: {
|
|
@@ -4436,7 +4468,11 @@ interface components$7 {
|
|
|
4436
4468
|
text: string;
|
|
4437
4469
|
};
|
|
4438
4470
|
code: string;
|
|
4471
|
+
importance?: number;
|
|
4439
4472
|
}[];
|
|
4473
|
+
originText: {
|
|
4474
|
+
text: string;
|
|
4475
|
+
};
|
|
4440
4476
|
operatorRef?: string;
|
|
4441
4477
|
destinationStopPointRef?: string;
|
|
4442
4478
|
destinationText?: {
|
|
@@ -4759,7 +4795,11 @@ interface components$7 {
|
|
|
4759
4795
|
text: string;
|
|
4760
4796
|
};
|
|
4761
4797
|
code: string;
|
|
4798
|
+
importance?: number;
|
|
4762
4799
|
}[];
|
|
4800
|
+
originText: {
|
|
4801
|
+
text: string;
|
|
4802
|
+
};
|
|
4763
4803
|
operatorRef?: string;
|
|
4764
4804
|
destinationStopPointRef?: string;
|
|
4765
4805
|
destinationText?: {
|
|
@@ -5088,7 +5128,11 @@ interface components$7 {
|
|
|
5088
5128
|
text: string;
|
|
5089
5129
|
};
|
|
5090
5130
|
code: string;
|
|
5131
|
+
importance?: number;
|
|
5091
5132
|
}[];
|
|
5133
|
+
originText: {
|
|
5134
|
+
text: string;
|
|
5135
|
+
};
|
|
5092
5136
|
operatorRef?: string;
|
|
5093
5137
|
destinationStopPointRef?: string;
|
|
5094
5138
|
destinationText?: {
|
|
@@ -5416,10 +5460,11 @@ interface components$6 {
|
|
|
5416
5460
|
};
|
|
5417
5461
|
trainNumber?: string;
|
|
5418
5462
|
attribute: {
|
|
5419
|
-
|
|
5463
|
+
text: {
|
|
5420
5464
|
text: string;
|
|
5421
5465
|
};
|
|
5422
5466
|
code: string;
|
|
5467
|
+
importance?: number;
|
|
5423
5468
|
}[];
|
|
5424
5469
|
operatorRef?: string;
|
|
5425
5470
|
destinationStopPointRef?: string;
|
|
@@ -5744,10 +5789,11 @@ interface components$6 {
|
|
|
5744
5789
|
};
|
|
5745
5790
|
trainNumber?: string;
|
|
5746
5791
|
attribute: {
|
|
5747
|
-
|
|
5792
|
+
text: {
|
|
5748
5793
|
text: string;
|
|
5749
5794
|
};
|
|
5750
5795
|
code: string;
|
|
5796
|
+
importance?: number;
|
|
5751
5797
|
}[];
|
|
5752
5798
|
operatorRef?: string;
|
|
5753
5799
|
destinationStopPointRef?: string;
|
|
@@ -6078,10 +6124,11 @@ interface components$6 {
|
|
|
6078
6124
|
};
|
|
6079
6125
|
trainNumber?: string;
|
|
6080
6126
|
attribute: {
|
|
6081
|
-
|
|
6127
|
+
text: {
|
|
6082
6128
|
text: string;
|
|
6083
6129
|
};
|
|
6084
6130
|
code: string;
|
|
6131
|
+
importance?: number;
|
|
6085
6132
|
}[];
|
|
6086
6133
|
operatorRef?: string;
|
|
6087
6134
|
destinationStopPointRef?: string;
|
|
@@ -6804,7 +6851,11 @@ interface components$4 {
|
|
|
6804
6851
|
text: string;
|
|
6805
6852
|
};
|
|
6806
6853
|
code: string;
|
|
6854
|
+
importance?: number;
|
|
6807
6855
|
}[];
|
|
6856
|
+
originText: {
|
|
6857
|
+
text: string;
|
|
6858
|
+
};
|
|
6808
6859
|
operatorRef?: string;
|
|
6809
6860
|
destinationStopPointRef?: string;
|
|
6810
6861
|
destinationText?: {
|
|
@@ -7194,7 +7245,11 @@ interface components$4 {
|
|
|
7194
7245
|
text: string;
|
|
7195
7246
|
};
|
|
7196
7247
|
code: string;
|
|
7248
|
+
importance?: number;
|
|
7197
7249
|
}[];
|
|
7250
|
+
originText: {
|
|
7251
|
+
text: string;
|
|
7252
|
+
};
|
|
7198
7253
|
operatorRef?: string;
|
|
7199
7254
|
destinationStopPointRef?: string;
|
|
7200
7255
|
destinationText?: {
|
|
@@ -7594,7 +7649,11 @@ interface components$4 {
|
|
|
7594
7649
|
text: string;
|
|
7595
7650
|
};
|
|
7596
7651
|
code: string;
|
|
7652
|
+
importance?: number;
|
|
7597
7653
|
}[];
|
|
7654
|
+
originText: {
|
|
7655
|
+
text: string;
|
|
7656
|
+
};
|
|
7598
7657
|
operatorRef?: string;
|
|
7599
7658
|
destinationStopPointRef?: string;
|
|
7600
7659
|
destinationText?: {
|
|
@@ -8002,7 +8061,11 @@ interface components$4 {
|
|
|
8002
8061
|
text: string;
|
|
8003
8062
|
};
|
|
8004
8063
|
code: string;
|
|
8064
|
+
importance?: number;
|
|
8005
8065
|
}[];
|
|
8066
|
+
originText: {
|
|
8067
|
+
text: string;
|
|
8068
|
+
};
|
|
8006
8069
|
operatorRef?: string;
|
|
8007
8070
|
destinationStopPointRef?: string;
|
|
8008
8071
|
destinationText?: {
|
|
@@ -8567,7 +8630,11 @@ interface components$4 {
|
|
|
8567
8630
|
text: string;
|
|
8568
8631
|
};
|
|
8569
8632
|
code: string;
|
|
8633
|
+
importance?: number;
|
|
8570
8634
|
}[];
|
|
8635
|
+
originText: {
|
|
8636
|
+
text: string;
|
|
8637
|
+
};
|
|
8571
8638
|
operatorRef?: string;
|
|
8572
8639
|
destinationStopPointRef?: string;
|
|
8573
8640
|
destinationText?: {
|
|
@@ -9138,7 +9205,11 @@ interface components$4 {
|
|
|
9138
9205
|
text: string;
|
|
9139
9206
|
};
|
|
9140
9207
|
code: string;
|
|
9208
|
+
importance?: number;
|
|
9141
9209
|
}[];
|
|
9210
|
+
originText: {
|
|
9211
|
+
text: string;
|
|
9212
|
+
};
|
|
9142
9213
|
operatorRef?: string;
|
|
9143
9214
|
destinationStopPointRef?: string;
|
|
9144
9215
|
destinationText?: {
|
|
@@ -9577,7 +9648,11 @@ interface components$3 {
|
|
|
9577
9648
|
text: string;
|
|
9578
9649
|
};
|
|
9579
9650
|
code: string;
|
|
9651
|
+
importance?: number;
|
|
9580
9652
|
}[];
|
|
9653
|
+
originText: {
|
|
9654
|
+
text: string;
|
|
9655
|
+
};
|
|
9581
9656
|
operatorRef?: string;
|
|
9582
9657
|
destinationStopPointRef?: string;
|
|
9583
9658
|
destinationText?: {
|
|
@@ -10004,7 +10079,11 @@ interface components$3 {
|
|
|
10004
10079
|
text: string;
|
|
10005
10080
|
};
|
|
10006
10081
|
code: string;
|
|
10082
|
+
importance?: number;
|
|
10007
10083
|
}[];
|
|
10084
|
+
originText: {
|
|
10085
|
+
text: string;
|
|
10086
|
+
};
|
|
10008
10087
|
operatorRef?: string;
|
|
10009
10088
|
destinationStopPointRef?: string;
|
|
10010
10089
|
destinationText?: {
|
|
@@ -10432,7 +10511,11 @@ interface components$2 {
|
|
|
10432
10511
|
text: string;
|
|
10433
10512
|
};
|
|
10434
10513
|
code: string;
|
|
10514
|
+
importance?: number;
|
|
10435
10515
|
}[];
|
|
10516
|
+
originText: {
|
|
10517
|
+
text: string;
|
|
10518
|
+
};
|
|
10436
10519
|
operatorRef?: string;
|
|
10437
10520
|
destinationStopPointRef?: string;
|
|
10438
10521
|
destinationText?: {
|
|
@@ -10852,7 +10935,11 @@ interface components$2 {
|
|
|
10852
10935
|
text: string;
|
|
10853
10936
|
};
|
|
10854
10937
|
code: string;
|
|
10938
|
+
importance?: number;
|
|
10855
10939
|
}[];
|
|
10940
|
+
originText: {
|
|
10941
|
+
text: string;
|
|
10942
|
+
};
|
|
10856
10943
|
operatorRef?: string;
|
|
10857
10944
|
destinationStopPointRef?: string;
|
|
10858
10945
|
destinationText?: {
|
|
@@ -11269,10 +11356,11 @@ interface components$1 {
|
|
|
11269
11356
|
};
|
|
11270
11357
|
trainNumber?: string;
|
|
11271
11358
|
attribute: {
|
|
11272
|
-
|
|
11359
|
+
text: {
|
|
11273
11360
|
text: string;
|
|
11274
11361
|
};
|
|
11275
11362
|
code: string;
|
|
11363
|
+
importance?: number;
|
|
11276
11364
|
}[];
|
|
11277
11365
|
operatorRef?: string;
|
|
11278
11366
|
destinationStopPointRef?: string;
|
|
@@ -11714,10 +11802,11 @@ interface components$1 {
|
|
|
11714
11802
|
};
|
|
11715
11803
|
trainNumber?: string;
|
|
11716
11804
|
attribute: {
|
|
11717
|
-
|
|
11805
|
+
text: {
|
|
11718
11806
|
text: string;
|
|
11719
11807
|
};
|
|
11720
11808
|
code: string;
|
|
11809
|
+
importance?: number;
|
|
11721
11810
|
}[];
|
|
11722
11811
|
operatorRef?: string;
|
|
11723
11812
|
destinationStopPointRef?: string;
|
|
@@ -12142,10 +12231,11 @@ interface components$1 {
|
|
|
12142
12231
|
};
|
|
12143
12232
|
trainNumber?: string;
|
|
12144
12233
|
attribute: {
|
|
12145
|
-
|
|
12234
|
+
text: {
|
|
12146
12235
|
text: string;
|
|
12147
12236
|
};
|
|
12148
12237
|
code: string;
|
|
12238
|
+
importance?: number;
|
|
12149
12239
|
}[];
|
|
12150
12240
|
operatorRef?: string;
|
|
12151
12241
|
destinationStopPointRef?: string;
|
|
@@ -12578,10 +12668,11 @@ interface components$1 {
|
|
|
12578
12668
|
};
|
|
12579
12669
|
trainNumber?: string;
|
|
12580
12670
|
attribute: {
|
|
12581
|
-
|
|
12671
|
+
text: {
|
|
12582
12672
|
text: string;
|
|
12583
12673
|
};
|
|
12584
12674
|
code: string;
|
|
12675
|
+
importance?: number;
|
|
12585
12676
|
}[];
|
|
12586
12677
|
operatorRef?: string;
|
|
12587
12678
|
destinationStopPointRef?: string;
|
|
@@ -12970,6 +13061,7 @@ interface components {
|
|
|
12970
13061
|
|
|
12971
13062
|
type OJPv1_DatedJourneySchema = components$g['schemas']['DatedJourney'];
|
|
12972
13063
|
type OJPv1_LocationSchema = components$g['schemas']['Location'];
|
|
13064
|
+
type OJPv1_GeneralAttributeSchema = components$g['schemas']['GeneralAttribute'];
|
|
12973
13065
|
type OJPv1_TimedLegSchema = components$f['schemas']['TimedLeg'];
|
|
12974
13066
|
type OJPv1_TripLegSchema = components$f['schemas']['TripLeg'];
|
|
12975
13067
|
type OJPv1_TripSchema = components$f['schemas']['Trip'];
|
|
@@ -13058,4 +13150,4 @@ declare const OpenAPI_Dependencies: {
|
|
|
13058
13150
|
readonly MapStringValues: Record<string, boolean>;
|
|
13059
13151
|
};
|
|
13060
13152
|
|
|
13061
|
-
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_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 };
|
|
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 };
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const VERSION = "0.0.
|
|
1
|
+
declare const VERSION = "0.0.24";
|
|
2
2
|
|
|
3
3
|
interface components$h {
|
|
4
4
|
schemas: {
|
|
@@ -470,6 +470,7 @@ interface components$h {
|
|
|
470
470
|
text: string;
|
|
471
471
|
};
|
|
472
472
|
code: string;
|
|
473
|
+
importance?: number;
|
|
473
474
|
};
|
|
474
475
|
SituationFullRefStructure: {
|
|
475
476
|
participantRef: string;
|
|
@@ -519,7 +520,11 @@ interface components$h {
|
|
|
519
520
|
text: string;
|
|
520
521
|
};
|
|
521
522
|
code: string;
|
|
523
|
+
importance?: number;
|
|
522
524
|
}[];
|
|
525
|
+
originText: {
|
|
526
|
+
text: string;
|
|
527
|
+
};
|
|
523
528
|
operatorRef?: string;
|
|
524
529
|
destinationStopPointRef?: string;
|
|
525
530
|
destinationText?: {
|
|
@@ -822,6 +827,13 @@ interface components$h {
|
|
|
822
827
|
|
|
823
828
|
interface components$g {
|
|
824
829
|
schemas: {
|
|
830
|
+
GeneralAttribute: {
|
|
831
|
+
text: {
|
|
832
|
+
text: string;
|
|
833
|
+
};
|
|
834
|
+
code: string;
|
|
835
|
+
importance?: number;
|
|
836
|
+
};
|
|
825
837
|
DatedJourney: {
|
|
826
838
|
conventionalModeOfOperation?: string;
|
|
827
839
|
operatingDayRef: string;
|
|
@@ -862,10 +874,11 @@ interface components$g {
|
|
|
862
874
|
};
|
|
863
875
|
trainNumber?: string;
|
|
864
876
|
attribute: {
|
|
865
|
-
|
|
877
|
+
text: {
|
|
866
878
|
text: string;
|
|
867
879
|
};
|
|
868
880
|
code: string;
|
|
881
|
+
importance?: number;
|
|
869
882
|
}[];
|
|
870
883
|
operatorRef?: string;
|
|
871
884
|
destinationStopPointRef?: string;
|
|
@@ -1120,10 +1133,11 @@ interface components$f {
|
|
|
1120
1133
|
};
|
|
1121
1134
|
trainNumber?: string;
|
|
1122
1135
|
attribute: {
|
|
1123
|
-
|
|
1136
|
+
text: {
|
|
1124
1137
|
text: string;
|
|
1125
1138
|
};
|
|
1126
1139
|
code: string;
|
|
1140
|
+
importance?: number;
|
|
1127
1141
|
}[];
|
|
1128
1142
|
operatorRef?: string;
|
|
1129
1143
|
destinationStopPointRef?: string;
|
|
@@ -1330,10 +1344,11 @@ interface components$f {
|
|
|
1330
1344
|
};
|
|
1331
1345
|
trainNumber?: string;
|
|
1332
1346
|
attribute: {
|
|
1333
|
-
|
|
1347
|
+
text: {
|
|
1334
1348
|
text: string;
|
|
1335
1349
|
};
|
|
1336
1350
|
code: string;
|
|
1351
|
+
importance?: number;
|
|
1337
1352
|
}[];
|
|
1338
1353
|
operatorRef?: string;
|
|
1339
1354
|
destinationStopPointRef?: string;
|
|
@@ -1734,10 +1749,11 @@ interface components$f {
|
|
|
1734
1749
|
};
|
|
1735
1750
|
trainNumber?: string;
|
|
1736
1751
|
attribute: {
|
|
1737
|
-
|
|
1752
|
+
text: {
|
|
1738
1753
|
text: string;
|
|
1739
1754
|
};
|
|
1740
1755
|
code: string;
|
|
1756
|
+
importance?: number;
|
|
1741
1757
|
}[];
|
|
1742
1758
|
operatorRef?: string;
|
|
1743
1759
|
destinationStopPointRef?: string;
|
|
@@ -3372,7 +3388,11 @@ interface components$9 {
|
|
|
3372
3388
|
text: string;
|
|
3373
3389
|
};
|
|
3374
3390
|
code: string;
|
|
3391
|
+
importance?: number;
|
|
3375
3392
|
}[];
|
|
3393
|
+
originText: {
|
|
3394
|
+
text: string;
|
|
3395
|
+
};
|
|
3376
3396
|
operatorRef?: string;
|
|
3377
3397
|
destinationStopPointRef?: string;
|
|
3378
3398
|
destinationText?: {
|
|
@@ -3552,7 +3572,11 @@ interface components$9 {
|
|
|
3552
3572
|
text: string;
|
|
3553
3573
|
};
|
|
3554
3574
|
code: string;
|
|
3575
|
+
importance?: number;
|
|
3555
3576
|
}[];
|
|
3577
|
+
originText: {
|
|
3578
|
+
text: string;
|
|
3579
|
+
};
|
|
3556
3580
|
operatorRef?: string;
|
|
3557
3581
|
destinationStopPointRef?: string;
|
|
3558
3582
|
destinationText?: {
|
|
@@ -3889,7 +3913,11 @@ interface components$9 {
|
|
|
3889
3913
|
text: string;
|
|
3890
3914
|
};
|
|
3891
3915
|
code: string;
|
|
3916
|
+
importance?: number;
|
|
3892
3917
|
}[];
|
|
3918
|
+
originText: {
|
|
3919
|
+
text: string;
|
|
3920
|
+
};
|
|
3893
3921
|
operatorRef?: string;
|
|
3894
3922
|
destinationStopPointRef?: string;
|
|
3895
3923
|
destinationText?: {
|
|
@@ -4232,7 +4260,11 @@ interface components$9 {
|
|
|
4232
4260
|
text: string;
|
|
4233
4261
|
};
|
|
4234
4262
|
code: string;
|
|
4263
|
+
importance?: number;
|
|
4235
4264
|
}[];
|
|
4265
|
+
originText: {
|
|
4266
|
+
text: string;
|
|
4267
|
+
};
|
|
4236
4268
|
operatorRef?: string;
|
|
4237
4269
|
destinationStopPointRef?: string;
|
|
4238
4270
|
destinationText?: {
|
|
@@ -4436,7 +4468,11 @@ interface components$7 {
|
|
|
4436
4468
|
text: string;
|
|
4437
4469
|
};
|
|
4438
4470
|
code: string;
|
|
4471
|
+
importance?: number;
|
|
4439
4472
|
}[];
|
|
4473
|
+
originText: {
|
|
4474
|
+
text: string;
|
|
4475
|
+
};
|
|
4440
4476
|
operatorRef?: string;
|
|
4441
4477
|
destinationStopPointRef?: string;
|
|
4442
4478
|
destinationText?: {
|
|
@@ -4759,7 +4795,11 @@ interface components$7 {
|
|
|
4759
4795
|
text: string;
|
|
4760
4796
|
};
|
|
4761
4797
|
code: string;
|
|
4798
|
+
importance?: number;
|
|
4762
4799
|
}[];
|
|
4800
|
+
originText: {
|
|
4801
|
+
text: string;
|
|
4802
|
+
};
|
|
4763
4803
|
operatorRef?: string;
|
|
4764
4804
|
destinationStopPointRef?: string;
|
|
4765
4805
|
destinationText?: {
|
|
@@ -5088,7 +5128,11 @@ interface components$7 {
|
|
|
5088
5128
|
text: string;
|
|
5089
5129
|
};
|
|
5090
5130
|
code: string;
|
|
5131
|
+
importance?: number;
|
|
5091
5132
|
}[];
|
|
5133
|
+
originText: {
|
|
5134
|
+
text: string;
|
|
5135
|
+
};
|
|
5092
5136
|
operatorRef?: string;
|
|
5093
5137
|
destinationStopPointRef?: string;
|
|
5094
5138
|
destinationText?: {
|
|
@@ -5416,10 +5460,11 @@ interface components$6 {
|
|
|
5416
5460
|
};
|
|
5417
5461
|
trainNumber?: string;
|
|
5418
5462
|
attribute: {
|
|
5419
|
-
|
|
5463
|
+
text: {
|
|
5420
5464
|
text: string;
|
|
5421
5465
|
};
|
|
5422
5466
|
code: string;
|
|
5467
|
+
importance?: number;
|
|
5423
5468
|
}[];
|
|
5424
5469
|
operatorRef?: string;
|
|
5425
5470
|
destinationStopPointRef?: string;
|
|
@@ -5744,10 +5789,11 @@ interface components$6 {
|
|
|
5744
5789
|
};
|
|
5745
5790
|
trainNumber?: string;
|
|
5746
5791
|
attribute: {
|
|
5747
|
-
|
|
5792
|
+
text: {
|
|
5748
5793
|
text: string;
|
|
5749
5794
|
};
|
|
5750
5795
|
code: string;
|
|
5796
|
+
importance?: number;
|
|
5751
5797
|
}[];
|
|
5752
5798
|
operatorRef?: string;
|
|
5753
5799
|
destinationStopPointRef?: string;
|
|
@@ -6078,10 +6124,11 @@ interface components$6 {
|
|
|
6078
6124
|
};
|
|
6079
6125
|
trainNumber?: string;
|
|
6080
6126
|
attribute: {
|
|
6081
|
-
|
|
6127
|
+
text: {
|
|
6082
6128
|
text: string;
|
|
6083
6129
|
};
|
|
6084
6130
|
code: string;
|
|
6131
|
+
importance?: number;
|
|
6085
6132
|
}[];
|
|
6086
6133
|
operatorRef?: string;
|
|
6087
6134
|
destinationStopPointRef?: string;
|
|
@@ -6804,7 +6851,11 @@ interface components$4 {
|
|
|
6804
6851
|
text: string;
|
|
6805
6852
|
};
|
|
6806
6853
|
code: string;
|
|
6854
|
+
importance?: number;
|
|
6807
6855
|
}[];
|
|
6856
|
+
originText: {
|
|
6857
|
+
text: string;
|
|
6858
|
+
};
|
|
6808
6859
|
operatorRef?: string;
|
|
6809
6860
|
destinationStopPointRef?: string;
|
|
6810
6861
|
destinationText?: {
|
|
@@ -7194,7 +7245,11 @@ interface components$4 {
|
|
|
7194
7245
|
text: string;
|
|
7195
7246
|
};
|
|
7196
7247
|
code: string;
|
|
7248
|
+
importance?: number;
|
|
7197
7249
|
}[];
|
|
7250
|
+
originText: {
|
|
7251
|
+
text: string;
|
|
7252
|
+
};
|
|
7198
7253
|
operatorRef?: string;
|
|
7199
7254
|
destinationStopPointRef?: string;
|
|
7200
7255
|
destinationText?: {
|
|
@@ -7594,7 +7649,11 @@ interface components$4 {
|
|
|
7594
7649
|
text: string;
|
|
7595
7650
|
};
|
|
7596
7651
|
code: string;
|
|
7652
|
+
importance?: number;
|
|
7597
7653
|
}[];
|
|
7654
|
+
originText: {
|
|
7655
|
+
text: string;
|
|
7656
|
+
};
|
|
7598
7657
|
operatorRef?: string;
|
|
7599
7658
|
destinationStopPointRef?: string;
|
|
7600
7659
|
destinationText?: {
|
|
@@ -8002,7 +8061,11 @@ interface components$4 {
|
|
|
8002
8061
|
text: string;
|
|
8003
8062
|
};
|
|
8004
8063
|
code: string;
|
|
8064
|
+
importance?: number;
|
|
8005
8065
|
}[];
|
|
8066
|
+
originText: {
|
|
8067
|
+
text: string;
|
|
8068
|
+
};
|
|
8006
8069
|
operatorRef?: string;
|
|
8007
8070
|
destinationStopPointRef?: string;
|
|
8008
8071
|
destinationText?: {
|
|
@@ -8567,7 +8630,11 @@ interface components$4 {
|
|
|
8567
8630
|
text: string;
|
|
8568
8631
|
};
|
|
8569
8632
|
code: string;
|
|
8633
|
+
importance?: number;
|
|
8570
8634
|
}[];
|
|
8635
|
+
originText: {
|
|
8636
|
+
text: string;
|
|
8637
|
+
};
|
|
8571
8638
|
operatorRef?: string;
|
|
8572
8639
|
destinationStopPointRef?: string;
|
|
8573
8640
|
destinationText?: {
|
|
@@ -9138,7 +9205,11 @@ interface components$4 {
|
|
|
9138
9205
|
text: string;
|
|
9139
9206
|
};
|
|
9140
9207
|
code: string;
|
|
9208
|
+
importance?: number;
|
|
9141
9209
|
}[];
|
|
9210
|
+
originText: {
|
|
9211
|
+
text: string;
|
|
9212
|
+
};
|
|
9142
9213
|
operatorRef?: string;
|
|
9143
9214
|
destinationStopPointRef?: string;
|
|
9144
9215
|
destinationText?: {
|
|
@@ -9577,7 +9648,11 @@ interface components$3 {
|
|
|
9577
9648
|
text: string;
|
|
9578
9649
|
};
|
|
9579
9650
|
code: string;
|
|
9651
|
+
importance?: number;
|
|
9580
9652
|
}[];
|
|
9653
|
+
originText: {
|
|
9654
|
+
text: string;
|
|
9655
|
+
};
|
|
9581
9656
|
operatorRef?: string;
|
|
9582
9657
|
destinationStopPointRef?: string;
|
|
9583
9658
|
destinationText?: {
|
|
@@ -10004,7 +10079,11 @@ interface components$3 {
|
|
|
10004
10079
|
text: string;
|
|
10005
10080
|
};
|
|
10006
10081
|
code: string;
|
|
10082
|
+
importance?: number;
|
|
10007
10083
|
}[];
|
|
10084
|
+
originText: {
|
|
10085
|
+
text: string;
|
|
10086
|
+
};
|
|
10008
10087
|
operatorRef?: string;
|
|
10009
10088
|
destinationStopPointRef?: string;
|
|
10010
10089
|
destinationText?: {
|
|
@@ -10432,7 +10511,11 @@ interface components$2 {
|
|
|
10432
10511
|
text: string;
|
|
10433
10512
|
};
|
|
10434
10513
|
code: string;
|
|
10514
|
+
importance?: number;
|
|
10435
10515
|
}[];
|
|
10516
|
+
originText: {
|
|
10517
|
+
text: string;
|
|
10518
|
+
};
|
|
10436
10519
|
operatorRef?: string;
|
|
10437
10520
|
destinationStopPointRef?: string;
|
|
10438
10521
|
destinationText?: {
|
|
@@ -10852,7 +10935,11 @@ interface components$2 {
|
|
|
10852
10935
|
text: string;
|
|
10853
10936
|
};
|
|
10854
10937
|
code: string;
|
|
10938
|
+
importance?: number;
|
|
10855
10939
|
}[];
|
|
10940
|
+
originText: {
|
|
10941
|
+
text: string;
|
|
10942
|
+
};
|
|
10856
10943
|
operatorRef?: string;
|
|
10857
10944
|
destinationStopPointRef?: string;
|
|
10858
10945
|
destinationText?: {
|
|
@@ -11269,10 +11356,11 @@ interface components$1 {
|
|
|
11269
11356
|
};
|
|
11270
11357
|
trainNumber?: string;
|
|
11271
11358
|
attribute: {
|
|
11272
|
-
|
|
11359
|
+
text: {
|
|
11273
11360
|
text: string;
|
|
11274
11361
|
};
|
|
11275
11362
|
code: string;
|
|
11363
|
+
importance?: number;
|
|
11276
11364
|
}[];
|
|
11277
11365
|
operatorRef?: string;
|
|
11278
11366
|
destinationStopPointRef?: string;
|
|
@@ -11714,10 +11802,11 @@ interface components$1 {
|
|
|
11714
11802
|
};
|
|
11715
11803
|
trainNumber?: string;
|
|
11716
11804
|
attribute: {
|
|
11717
|
-
|
|
11805
|
+
text: {
|
|
11718
11806
|
text: string;
|
|
11719
11807
|
};
|
|
11720
11808
|
code: string;
|
|
11809
|
+
importance?: number;
|
|
11721
11810
|
}[];
|
|
11722
11811
|
operatorRef?: string;
|
|
11723
11812
|
destinationStopPointRef?: string;
|
|
@@ -12142,10 +12231,11 @@ interface components$1 {
|
|
|
12142
12231
|
};
|
|
12143
12232
|
trainNumber?: string;
|
|
12144
12233
|
attribute: {
|
|
12145
|
-
|
|
12234
|
+
text: {
|
|
12146
12235
|
text: string;
|
|
12147
12236
|
};
|
|
12148
12237
|
code: string;
|
|
12238
|
+
importance?: number;
|
|
12149
12239
|
}[];
|
|
12150
12240
|
operatorRef?: string;
|
|
12151
12241
|
destinationStopPointRef?: string;
|
|
@@ -12578,10 +12668,11 @@ interface components$1 {
|
|
|
12578
12668
|
};
|
|
12579
12669
|
trainNumber?: string;
|
|
12580
12670
|
attribute: {
|
|
12581
|
-
|
|
12671
|
+
text: {
|
|
12582
12672
|
text: string;
|
|
12583
12673
|
};
|
|
12584
12674
|
code: string;
|
|
12675
|
+
importance?: number;
|
|
12585
12676
|
}[];
|
|
12586
12677
|
operatorRef?: string;
|
|
12587
12678
|
destinationStopPointRef?: string;
|
|
@@ -12970,6 +13061,7 @@ interface components {
|
|
|
12970
13061
|
|
|
12971
13062
|
type OJPv1_DatedJourneySchema = components$g['schemas']['DatedJourney'];
|
|
12972
13063
|
type OJPv1_LocationSchema = components$g['schemas']['Location'];
|
|
13064
|
+
type OJPv1_GeneralAttributeSchema = components$g['schemas']['GeneralAttribute'];
|
|
12973
13065
|
type OJPv1_TimedLegSchema = components$f['schemas']['TimedLeg'];
|
|
12974
13066
|
type OJPv1_TripLegSchema = components$f['schemas']['TripLeg'];
|
|
12975
13067
|
type OJPv1_TripSchema = components$f['schemas']['Trip'];
|
|
@@ -13058,4 +13150,4 @@ declare const OpenAPI_Dependencies: {
|
|
|
13058
13150
|
readonly MapStringValues: Record<string, boolean>;
|
|
13059
13151
|
};
|
|
13060
13152
|
|
|
13061
|
-
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_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 };
|
|
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 };
|
package/dist/index.js
CHANGED