ojp-shared-types 0.0.23 → 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 +55 -1
- package/dist/index.d.ts +55 -1
- 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: {
|
|
@@ -522,6 +522,9 @@ interface components$h {
|
|
|
522
522
|
code: string;
|
|
523
523
|
importance?: number;
|
|
524
524
|
}[];
|
|
525
|
+
originText: {
|
|
526
|
+
text: string;
|
|
527
|
+
};
|
|
525
528
|
operatorRef?: string;
|
|
526
529
|
destinationStopPointRef?: string;
|
|
527
530
|
destinationText?: {
|
|
@@ -3387,6 +3390,9 @@ interface components$9 {
|
|
|
3387
3390
|
code: string;
|
|
3388
3391
|
importance?: number;
|
|
3389
3392
|
}[];
|
|
3393
|
+
originText: {
|
|
3394
|
+
text: string;
|
|
3395
|
+
};
|
|
3390
3396
|
operatorRef?: string;
|
|
3391
3397
|
destinationStopPointRef?: string;
|
|
3392
3398
|
destinationText?: {
|
|
@@ -3568,6 +3574,9 @@ interface components$9 {
|
|
|
3568
3574
|
code: string;
|
|
3569
3575
|
importance?: number;
|
|
3570
3576
|
}[];
|
|
3577
|
+
originText: {
|
|
3578
|
+
text: string;
|
|
3579
|
+
};
|
|
3571
3580
|
operatorRef?: string;
|
|
3572
3581
|
destinationStopPointRef?: string;
|
|
3573
3582
|
destinationText?: {
|
|
@@ -3906,6 +3915,9 @@ interface components$9 {
|
|
|
3906
3915
|
code: string;
|
|
3907
3916
|
importance?: number;
|
|
3908
3917
|
}[];
|
|
3918
|
+
originText: {
|
|
3919
|
+
text: string;
|
|
3920
|
+
};
|
|
3909
3921
|
operatorRef?: string;
|
|
3910
3922
|
destinationStopPointRef?: string;
|
|
3911
3923
|
destinationText?: {
|
|
@@ -4250,6 +4262,9 @@ interface components$9 {
|
|
|
4250
4262
|
code: string;
|
|
4251
4263
|
importance?: number;
|
|
4252
4264
|
}[];
|
|
4265
|
+
originText: {
|
|
4266
|
+
text: string;
|
|
4267
|
+
};
|
|
4253
4268
|
operatorRef?: string;
|
|
4254
4269
|
destinationStopPointRef?: string;
|
|
4255
4270
|
destinationText?: {
|
|
@@ -4455,6 +4470,9 @@ interface components$7 {
|
|
|
4455
4470
|
code: string;
|
|
4456
4471
|
importance?: number;
|
|
4457
4472
|
}[];
|
|
4473
|
+
originText: {
|
|
4474
|
+
text: string;
|
|
4475
|
+
};
|
|
4458
4476
|
operatorRef?: string;
|
|
4459
4477
|
destinationStopPointRef?: string;
|
|
4460
4478
|
destinationText?: {
|
|
@@ -4779,6 +4797,9 @@ interface components$7 {
|
|
|
4779
4797
|
code: string;
|
|
4780
4798
|
importance?: number;
|
|
4781
4799
|
}[];
|
|
4800
|
+
originText: {
|
|
4801
|
+
text: string;
|
|
4802
|
+
};
|
|
4782
4803
|
operatorRef?: string;
|
|
4783
4804
|
destinationStopPointRef?: string;
|
|
4784
4805
|
destinationText?: {
|
|
@@ -5109,6 +5130,9 @@ interface components$7 {
|
|
|
5109
5130
|
code: string;
|
|
5110
5131
|
importance?: number;
|
|
5111
5132
|
}[];
|
|
5133
|
+
originText: {
|
|
5134
|
+
text: string;
|
|
5135
|
+
};
|
|
5112
5136
|
operatorRef?: string;
|
|
5113
5137
|
destinationStopPointRef?: string;
|
|
5114
5138
|
destinationText?: {
|
|
@@ -6829,6 +6853,9 @@ interface components$4 {
|
|
|
6829
6853
|
code: string;
|
|
6830
6854
|
importance?: number;
|
|
6831
6855
|
}[];
|
|
6856
|
+
originText: {
|
|
6857
|
+
text: string;
|
|
6858
|
+
};
|
|
6832
6859
|
operatorRef?: string;
|
|
6833
6860
|
destinationStopPointRef?: string;
|
|
6834
6861
|
destinationText?: {
|
|
@@ -7220,6 +7247,9 @@ interface components$4 {
|
|
|
7220
7247
|
code: string;
|
|
7221
7248
|
importance?: number;
|
|
7222
7249
|
}[];
|
|
7250
|
+
originText: {
|
|
7251
|
+
text: string;
|
|
7252
|
+
};
|
|
7223
7253
|
operatorRef?: string;
|
|
7224
7254
|
destinationStopPointRef?: string;
|
|
7225
7255
|
destinationText?: {
|
|
@@ -7621,6 +7651,9 @@ interface components$4 {
|
|
|
7621
7651
|
code: string;
|
|
7622
7652
|
importance?: number;
|
|
7623
7653
|
}[];
|
|
7654
|
+
originText: {
|
|
7655
|
+
text: string;
|
|
7656
|
+
};
|
|
7624
7657
|
operatorRef?: string;
|
|
7625
7658
|
destinationStopPointRef?: string;
|
|
7626
7659
|
destinationText?: {
|
|
@@ -8030,6 +8063,9 @@ interface components$4 {
|
|
|
8030
8063
|
code: string;
|
|
8031
8064
|
importance?: number;
|
|
8032
8065
|
}[];
|
|
8066
|
+
originText: {
|
|
8067
|
+
text: string;
|
|
8068
|
+
};
|
|
8033
8069
|
operatorRef?: string;
|
|
8034
8070
|
destinationStopPointRef?: string;
|
|
8035
8071
|
destinationText?: {
|
|
@@ -8596,6 +8632,9 @@ interface components$4 {
|
|
|
8596
8632
|
code: string;
|
|
8597
8633
|
importance?: number;
|
|
8598
8634
|
}[];
|
|
8635
|
+
originText: {
|
|
8636
|
+
text: string;
|
|
8637
|
+
};
|
|
8599
8638
|
operatorRef?: string;
|
|
8600
8639
|
destinationStopPointRef?: string;
|
|
8601
8640
|
destinationText?: {
|
|
@@ -9168,6 +9207,9 @@ interface components$4 {
|
|
|
9168
9207
|
code: string;
|
|
9169
9208
|
importance?: number;
|
|
9170
9209
|
}[];
|
|
9210
|
+
originText: {
|
|
9211
|
+
text: string;
|
|
9212
|
+
};
|
|
9171
9213
|
operatorRef?: string;
|
|
9172
9214
|
destinationStopPointRef?: string;
|
|
9173
9215
|
destinationText?: {
|
|
@@ -9608,6 +9650,9 @@ interface components$3 {
|
|
|
9608
9650
|
code: string;
|
|
9609
9651
|
importance?: number;
|
|
9610
9652
|
}[];
|
|
9653
|
+
originText: {
|
|
9654
|
+
text: string;
|
|
9655
|
+
};
|
|
9611
9656
|
operatorRef?: string;
|
|
9612
9657
|
destinationStopPointRef?: string;
|
|
9613
9658
|
destinationText?: {
|
|
@@ -10036,6 +10081,9 @@ interface components$3 {
|
|
|
10036
10081
|
code: string;
|
|
10037
10082
|
importance?: number;
|
|
10038
10083
|
}[];
|
|
10084
|
+
originText: {
|
|
10085
|
+
text: string;
|
|
10086
|
+
};
|
|
10039
10087
|
operatorRef?: string;
|
|
10040
10088
|
destinationStopPointRef?: string;
|
|
10041
10089
|
destinationText?: {
|
|
@@ -10465,6 +10513,9 @@ interface components$2 {
|
|
|
10465
10513
|
code: string;
|
|
10466
10514
|
importance?: number;
|
|
10467
10515
|
}[];
|
|
10516
|
+
originText: {
|
|
10517
|
+
text: string;
|
|
10518
|
+
};
|
|
10468
10519
|
operatorRef?: string;
|
|
10469
10520
|
destinationStopPointRef?: string;
|
|
10470
10521
|
destinationText?: {
|
|
@@ -10886,6 +10937,9 @@ interface components$2 {
|
|
|
10886
10937
|
code: string;
|
|
10887
10938
|
importance?: number;
|
|
10888
10939
|
}[];
|
|
10940
|
+
originText: {
|
|
10941
|
+
text: string;
|
|
10942
|
+
};
|
|
10889
10943
|
operatorRef?: string;
|
|
10890
10944
|
destinationStopPointRef?: string;
|
|
10891
10945
|
destinationText?: {
|
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: {
|
|
@@ -522,6 +522,9 @@ interface components$h {
|
|
|
522
522
|
code: string;
|
|
523
523
|
importance?: number;
|
|
524
524
|
}[];
|
|
525
|
+
originText: {
|
|
526
|
+
text: string;
|
|
527
|
+
};
|
|
525
528
|
operatorRef?: string;
|
|
526
529
|
destinationStopPointRef?: string;
|
|
527
530
|
destinationText?: {
|
|
@@ -3387,6 +3390,9 @@ interface components$9 {
|
|
|
3387
3390
|
code: string;
|
|
3388
3391
|
importance?: number;
|
|
3389
3392
|
}[];
|
|
3393
|
+
originText: {
|
|
3394
|
+
text: string;
|
|
3395
|
+
};
|
|
3390
3396
|
operatorRef?: string;
|
|
3391
3397
|
destinationStopPointRef?: string;
|
|
3392
3398
|
destinationText?: {
|
|
@@ -3568,6 +3574,9 @@ interface components$9 {
|
|
|
3568
3574
|
code: string;
|
|
3569
3575
|
importance?: number;
|
|
3570
3576
|
}[];
|
|
3577
|
+
originText: {
|
|
3578
|
+
text: string;
|
|
3579
|
+
};
|
|
3571
3580
|
operatorRef?: string;
|
|
3572
3581
|
destinationStopPointRef?: string;
|
|
3573
3582
|
destinationText?: {
|
|
@@ -3906,6 +3915,9 @@ interface components$9 {
|
|
|
3906
3915
|
code: string;
|
|
3907
3916
|
importance?: number;
|
|
3908
3917
|
}[];
|
|
3918
|
+
originText: {
|
|
3919
|
+
text: string;
|
|
3920
|
+
};
|
|
3909
3921
|
operatorRef?: string;
|
|
3910
3922
|
destinationStopPointRef?: string;
|
|
3911
3923
|
destinationText?: {
|
|
@@ -4250,6 +4262,9 @@ interface components$9 {
|
|
|
4250
4262
|
code: string;
|
|
4251
4263
|
importance?: number;
|
|
4252
4264
|
}[];
|
|
4265
|
+
originText: {
|
|
4266
|
+
text: string;
|
|
4267
|
+
};
|
|
4253
4268
|
operatorRef?: string;
|
|
4254
4269
|
destinationStopPointRef?: string;
|
|
4255
4270
|
destinationText?: {
|
|
@@ -4455,6 +4470,9 @@ interface components$7 {
|
|
|
4455
4470
|
code: string;
|
|
4456
4471
|
importance?: number;
|
|
4457
4472
|
}[];
|
|
4473
|
+
originText: {
|
|
4474
|
+
text: string;
|
|
4475
|
+
};
|
|
4458
4476
|
operatorRef?: string;
|
|
4459
4477
|
destinationStopPointRef?: string;
|
|
4460
4478
|
destinationText?: {
|
|
@@ -4779,6 +4797,9 @@ interface components$7 {
|
|
|
4779
4797
|
code: string;
|
|
4780
4798
|
importance?: number;
|
|
4781
4799
|
}[];
|
|
4800
|
+
originText: {
|
|
4801
|
+
text: string;
|
|
4802
|
+
};
|
|
4782
4803
|
operatorRef?: string;
|
|
4783
4804
|
destinationStopPointRef?: string;
|
|
4784
4805
|
destinationText?: {
|
|
@@ -5109,6 +5130,9 @@ interface components$7 {
|
|
|
5109
5130
|
code: string;
|
|
5110
5131
|
importance?: number;
|
|
5111
5132
|
}[];
|
|
5133
|
+
originText: {
|
|
5134
|
+
text: string;
|
|
5135
|
+
};
|
|
5112
5136
|
operatorRef?: string;
|
|
5113
5137
|
destinationStopPointRef?: string;
|
|
5114
5138
|
destinationText?: {
|
|
@@ -6829,6 +6853,9 @@ interface components$4 {
|
|
|
6829
6853
|
code: string;
|
|
6830
6854
|
importance?: number;
|
|
6831
6855
|
}[];
|
|
6856
|
+
originText: {
|
|
6857
|
+
text: string;
|
|
6858
|
+
};
|
|
6832
6859
|
operatorRef?: string;
|
|
6833
6860
|
destinationStopPointRef?: string;
|
|
6834
6861
|
destinationText?: {
|
|
@@ -7220,6 +7247,9 @@ interface components$4 {
|
|
|
7220
7247
|
code: string;
|
|
7221
7248
|
importance?: number;
|
|
7222
7249
|
}[];
|
|
7250
|
+
originText: {
|
|
7251
|
+
text: string;
|
|
7252
|
+
};
|
|
7223
7253
|
operatorRef?: string;
|
|
7224
7254
|
destinationStopPointRef?: string;
|
|
7225
7255
|
destinationText?: {
|
|
@@ -7621,6 +7651,9 @@ interface components$4 {
|
|
|
7621
7651
|
code: string;
|
|
7622
7652
|
importance?: number;
|
|
7623
7653
|
}[];
|
|
7654
|
+
originText: {
|
|
7655
|
+
text: string;
|
|
7656
|
+
};
|
|
7624
7657
|
operatorRef?: string;
|
|
7625
7658
|
destinationStopPointRef?: string;
|
|
7626
7659
|
destinationText?: {
|
|
@@ -8030,6 +8063,9 @@ interface components$4 {
|
|
|
8030
8063
|
code: string;
|
|
8031
8064
|
importance?: number;
|
|
8032
8065
|
}[];
|
|
8066
|
+
originText: {
|
|
8067
|
+
text: string;
|
|
8068
|
+
};
|
|
8033
8069
|
operatorRef?: string;
|
|
8034
8070
|
destinationStopPointRef?: string;
|
|
8035
8071
|
destinationText?: {
|
|
@@ -8596,6 +8632,9 @@ interface components$4 {
|
|
|
8596
8632
|
code: string;
|
|
8597
8633
|
importance?: number;
|
|
8598
8634
|
}[];
|
|
8635
|
+
originText: {
|
|
8636
|
+
text: string;
|
|
8637
|
+
};
|
|
8599
8638
|
operatorRef?: string;
|
|
8600
8639
|
destinationStopPointRef?: string;
|
|
8601
8640
|
destinationText?: {
|
|
@@ -9168,6 +9207,9 @@ interface components$4 {
|
|
|
9168
9207
|
code: string;
|
|
9169
9208
|
importance?: number;
|
|
9170
9209
|
}[];
|
|
9210
|
+
originText: {
|
|
9211
|
+
text: string;
|
|
9212
|
+
};
|
|
9171
9213
|
operatorRef?: string;
|
|
9172
9214
|
destinationStopPointRef?: string;
|
|
9173
9215
|
destinationText?: {
|
|
@@ -9608,6 +9650,9 @@ interface components$3 {
|
|
|
9608
9650
|
code: string;
|
|
9609
9651
|
importance?: number;
|
|
9610
9652
|
}[];
|
|
9653
|
+
originText: {
|
|
9654
|
+
text: string;
|
|
9655
|
+
};
|
|
9611
9656
|
operatorRef?: string;
|
|
9612
9657
|
destinationStopPointRef?: string;
|
|
9613
9658
|
destinationText?: {
|
|
@@ -10036,6 +10081,9 @@ interface components$3 {
|
|
|
10036
10081
|
code: string;
|
|
10037
10082
|
importance?: number;
|
|
10038
10083
|
}[];
|
|
10084
|
+
originText: {
|
|
10085
|
+
text: string;
|
|
10086
|
+
};
|
|
10039
10087
|
operatorRef?: string;
|
|
10040
10088
|
destinationStopPointRef?: string;
|
|
10041
10089
|
destinationText?: {
|
|
@@ -10465,6 +10513,9 @@ interface components$2 {
|
|
|
10465
10513
|
code: string;
|
|
10466
10514
|
importance?: number;
|
|
10467
10515
|
}[];
|
|
10516
|
+
originText: {
|
|
10517
|
+
text: string;
|
|
10518
|
+
};
|
|
10468
10519
|
operatorRef?: string;
|
|
10469
10520
|
destinationStopPointRef?: string;
|
|
10470
10521
|
destinationText?: {
|
|
@@ -10886,6 +10937,9 @@ interface components$2 {
|
|
|
10886
10937
|
code: string;
|
|
10887
10938
|
importance?: number;
|
|
10888
10939
|
}[];
|
|
10940
|
+
originText: {
|
|
10941
|
+
text: string;
|
|
10942
|
+
};
|
|
10889
10943
|
operatorRef?: string;
|
|
10890
10944
|
destinationStopPointRef?: string;
|
|
10891
10945
|
destinationText?: {
|
package/dist/index.js
CHANGED