ojp-shared-types 0.0.12 → 0.0.13
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 +17 -17
- package/dist/index.d.ts +17 -17
- 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.13";
|
|
2
2
|
|
|
3
3
|
interface components$f {
|
|
4
4
|
schemas: {
|
|
@@ -1096,7 +1096,7 @@ interface components$d {
|
|
|
1096
1096
|
};
|
|
1097
1097
|
transferLeg?: {
|
|
1098
1098
|
/** @enum {string} */
|
|
1099
|
-
transferType: "walk" | "remainInVehicle";
|
|
1099
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
1100
1100
|
legStart: {
|
|
1101
1101
|
stopPointRef?: string;
|
|
1102
1102
|
stopPlaceRef?: string;
|
|
@@ -1350,7 +1350,7 @@ interface components$d {
|
|
|
1350
1350
|
};
|
|
1351
1351
|
transferLeg?: {
|
|
1352
1352
|
/** @enum {string} */
|
|
1353
|
-
transferType: "walk" | "remainInVehicle";
|
|
1353
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
1354
1354
|
legStart: {
|
|
1355
1355
|
stopPointRef?: string;
|
|
1356
1356
|
stopPlaceRef?: string;
|
|
@@ -5122,7 +5122,7 @@ interface components$4 {
|
|
|
5122
5122
|
};
|
|
5123
5123
|
TransferLeg: {
|
|
5124
5124
|
/** @enum {string} */
|
|
5125
|
-
transferType: "walk" | "remainInVehicle";
|
|
5125
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
5126
5126
|
legStart: {
|
|
5127
5127
|
stopPointRef?: string;
|
|
5128
5128
|
stopPlaceRef?: string;
|
|
@@ -5362,7 +5362,7 @@ interface components$4 {
|
|
|
5362
5362
|
};
|
|
5363
5363
|
transferLeg?: {
|
|
5364
5364
|
/** @enum {string} */
|
|
5365
|
-
transferType: "walk" | "remainInVehicle";
|
|
5365
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
5366
5366
|
legStart: {
|
|
5367
5367
|
stopPointRef?: string;
|
|
5368
5368
|
stopPlaceRef?: string;
|
|
@@ -5611,7 +5611,7 @@ interface components$4 {
|
|
|
5611
5611
|
};
|
|
5612
5612
|
transferLeg?: {
|
|
5613
5613
|
/** @enum {string} */
|
|
5614
|
-
transferType: "walk" | "remainInVehicle";
|
|
5614
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
5615
5615
|
legStart: {
|
|
5616
5616
|
stopPointRef?: string;
|
|
5617
5617
|
stopPlaceRef?: string;
|
|
@@ -5868,7 +5868,7 @@ interface components$4 {
|
|
|
5868
5868
|
};
|
|
5869
5869
|
transferLeg?: {
|
|
5870
5870
|
/** @enum {string} */
|
|
5871
|
-
transferType: "walk" | "remainInVehicle";
|
|
5871
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
5872
5872
|
legStart: {
|
|
5873
5873
|
stopPointRef?: string;
|
|
5874
5874
|
stopPlaceRef?: string;
|
|
@@ -6271,7 +6271,7 @@ interface components$4 {
|
|
|
6271
6271
|
};
|
|
6272
6272
|
transferLeg?: {
|
|
6273
6273
|
/** @enum {string} */
|
|
6274
|
-
transferType: "walk" | "remainInVehicle";
|
|
6274
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
6275
6275
|
legStart: {
|
|
6276
6276
|
stopPointRef?: string;
|
|
6277
6277
|
stopPlaceRef?: string;
|
|
@@ -6680,7 +6680,7 @@ interface components$4 {
|
|
|
6680
6680
|
};
|
|
6681
6681
|
transferLeg?: {
|
|
6682
6682
|
/** @enum {string} */
|
|
6683
|
-
transferType: "walk" | "remainInVehicle";
|
|
6683
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
6684
6684
|
legStart: {
|
|
6685
6685
|
stopPointRef?: string;
|
|
6686
6686
|
stopPlaceRef?: string;
|
|
@@ -6968,7 +6968,7 @@ interface components$3 {
|
|
|
6968
6968
|
};
|
|
6969
6969
|
transferLeg?: {
|
|
6970
6970
|
/** @enum {string} */
|
|
6971
|
-
transferType: "walk" | "remainInVehicle";
|
|
6971
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
6972
6972
|
legStart: {
|
|
6973
6973
|
stopPointRef?: string;
|
|
6974
6974
|
stopPlaceRef?: string;
|
|
@@ -7244,7 +7244,7 @@ interface components$3 {
|
|
|
7244
7244
|
};
|
|
7245
7245
|
transferLeg?: {
|
|
7246
7246
|
/** @enum {string} */
|
|
7247
|
-
transferType: "walk" | "remainInVehicle";
|
|
7247
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
7248
7248
|
legStart: {
|
|
7249
7249
|
stopPointRef?: string;
|
|
7250
7250
|
stopPlaceRef?: string;
|
|
@@ -7521,7 +7521,7 @@ interface components$2 {
|
|
|
7521
7521
|
};
|
|
7522
7522
|
transferLeg?: {
|
|
7523
7523
|
/** @enum {string} */
|
|
7524
|
-
transferType: "walk" | "remainInVehicle";
|
|
7524
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
7525
7525
|
legStart: {
|
|
7526
7526
|
stopPointRef?: string;
|
|
7527
7527
|
stopPlaceRef?: string;
|
|
@@ -7790,7 +7790,7 @@ interface components$2 {
|
|
|
7790
7790
|
};
|
|
7791
7791
|
transferLeg?: {
|
|
7792
7792
|
/** @enum {string} */
|
|
7793
|
-
transferType: "walk" | "remainInVehicle";
|
|
7793
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
7794
7794
|
legStart: {
|
|
7795
7795
|
stopPointRef?: string;
|
|
7796
7796
|
stopPlaceRef?: string;
|
|
@@ -8066,7 +8066,7 @@ interface components$1 {
|
|
|
8066
8066
|
};
|
|
8067
8067
|
transferLeg?: {
|
|
8068
8068
|
/** @enum {string} */
|
|
8069
|
-
transferType: "walk" | "remainInVehicle";
|
|
8069
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
8070
8070
|
legStart: {
|
|
8071
8071
|
stopPointRef?: string;
|
|
8072
8072
|
stopPlaceRef?: string;
|
|
@@ -8361,7 +8361,7 @@ interface components$1 {
|
|
|
8361
8361
|
};
|
|
8362
8362
|
transferLeg?: {
|
|
8363
8363
|
/** @enum {string} */
|
|
8364
|
-
transferType: "walk" | "remainInVehicle";
|
|
8364
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
8365
8365
|
legStart: {
|
|
8366
8366
|
stopPointRef?: string;
|
|
8367
8367
|
stopPlaceRef?: string;
|
|
@@ -8639,7 +8639,7 @@ interface components$1 {
|
|
|
8639
8639
|
};
|
|
8640
8640
|
transferLeg?: {
|
|
8641
8641
|
/** @enum {string} */
|
|
8642
|
-
transferType: "walk" | "remainInVehicle";
|
|
8642
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
8643
8643
|
legStart: {
|
|
8644
8644
|
stopPointRef?: string;
|
|
8645
8645
|
stopPlaceRef?: string;
|
|
@@ -8925,7 +8925,7 @@ interface components$1 {
|
|
|
8925
8925
|
};
|
|
8926
8926
|
transferLeg?: {
|
|
8927
8927
|
/** @enum {string} */
|
|
8928
|
-
transferType: "walk" | "remainInVehicle";
|
|
8928
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
8929
8929
|
legStart: {
|
|
8930
8930
|
stopPointRef?: string;
|
|
8931
8931
|
stopPlaceRef?: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
declare const VERSION = "0.0.
|
|
1
|
+
declare const VERSION = "0.0.13";
|
|
2
2
|
|
|
3
3
|
interface components$f {
|
|
4
4
|
schemas: {
|
|
@@ -1096,7 +1096,7 @@ interface components$d {
|
|
|
1096
1096
|
};
|
|
1097
1097
|
transferLeg?: {
|
|
1098
1098
|
/** @enum {string} */
|
|
1099
|
-
transferType: "walk" | "remainInVehicle";
|
|
1099
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
1100
1100
|
legStart: {
|
|
1101
1101
|
stopPointRef?: string;
|
|
1102
1102
|
stopPlaceRef?: string;
|
|
@@ -1350,7 +1350,7 @@ interface components$d {
|
|
|
1350
1350
|
};
|
|
1351
1351
|
transferLeg?: {
|
|
1352
1352
|
/** @enum {string} */
|
|
1353
|
-
transferType: "walk" | "remainInVehicle";
|
|
1353
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
1354
1354
|
legStart: {
|
|
1355
1355
|
stopPointRef?: string;
|
|
1356
1356
|
stopPlaceRef?: string;
|
|
@@ -5122,7 +5122,7 @@ interface components$4 {
|
|
|
5122
5122
|
};
|
|
5123
5123
|
TransferLeg: {
|
|
5124
5124
|
/** @enum {string} */
|
|
5125
|
-
transferType: "walk" | "remainInVehicle";
|
|
5125
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
5126
5126
|
legStart: {
|
|
5127
5127
|
stopPointRef?: string;
|
|
5128
5128
|
stopPlaceRef?: string;
|
|
@@ -5362,7 +5362,7 @@ interface components$4 {
|
|
|
5362
5362
|
};
|
|
5363
5363
|
transferLeg?: {
|
|
5364
5364
|
/** @enum {string} */
|
|
5365
|
-
transferType: "walk" | "remainInVehicle";
|
|
5365
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
5366
5366
|
legStart: {
|
|
5367
5367
|
stopPointRef?: string;
|
|
5368
5368
|
stopPlaceRef?: string;
|
|
@@ -5611,7 +5611,7 @@ interface components$4 {
|
|
|
5611
5611
|
};
|
|
5612
5612
|
transferLeg?: {
|
|
5613
5613
|
/** @enum {string} */
|
|
5614
|
-
transferType: "walk" | "remainInVehicle";
|
|
5614
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
5615
5615
|
legStart: {
|
|
5616
5616
|
stopPointRef?: string;
|
|
5617
5617
|
stopPlaceRef?: string;
|
|
@@ -5868,7 +5868,7 @@ interface components$4 {
|
|
|
5868
5868
|
};
|
|
5869
5869
|
transferLeg?: {
|
|
5870
5870
|
/** @enum {string} */
|
|
5871
|
-
transferType: "walk" | "remainInVehicle";
|
|
5871
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
5872
5872
|
legStart: {
|
|
5873
5873
|
stopPointRef?: string;
|
|
5874
5874
|
stopPlaceRef?: string;
|
|
@@ -6271,7 +6271,7 @@ interface components$4 {
|
|
|
6271
6271
|
};
|
|
6272
6272
|
transferLeg?: {
|
|
6273
6273
|
/** @enum {string} */
|
|
6274
|
-
transferType: "walk" | "remainInVehicle";
|
|
6274
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
6275
6275
|
legStart: {
|
|
6276
6276
|
stopPointRef?: string;
|
|
6277
6277
|
stopPlaceRef?: string;
|
|
@@ -6680,7 +6680,7 @@ interface components$4 {
|
|
|
6680
6680
|
};
|
|
6681
6681
|
transferLeg?: {
|
|
6682
6682
|
/** @enum {string} */
|
|
6683
|
-
transferType: "walk" | "remainInVehicle";
|
|
6683
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
6684
6684
|
legStart: {
|
|
6685
6685
|
stopPointRef?: string;
|
|
6686
6686
|
stopPlaceRef?: string;
|
|
@@ -6968,7 +6968,7 @@ interface components$3 {
|
|
|
6968
6968
|
};
|
|
6969
6969
|
transferLeg?: {
|
|
6970
6970
|
/** @enum {string} */
|
|
6971
|
-
transferType: "walk" | "remainInVehicle";
|
|
6971
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
6972
6972
|
legStart: {
|
|
6973
6973
|
stopPointRef?: string;
|
|
6974
6974
|
stopPlaceRef?: string;
|
|
@@ -7244,7 +7244,7 @@ interface components$3 {
|
|
|
7244
7244
|
};
|
|
7245
7245
|
transferLeg?: {
|
|
7246
7246
|
/** @enum {string} */
|
|
7247
|
-
transferType: "walk" | "remainInVehicle";
|
|
7247
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
7248
7248
|
legStart: {
|
|
7249
7249
|
stopPointRef?: string;
|
|
7250
7250
|
stopPlaceRef?: string;
|
|
@@ -7521,7 +7521,7 @@ interface components$2 {
|
|
|
7521
7521
|
};
|
|
7522
7522
|
transferLeg?: {
|
|
7523
7523
|
/** @enum {string} */
|
|
7524
|
-
transferType: "walk" | "remainInVehicle";
|
|
7524
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
7525
7525
|
legStart: {
|
|
7526
7526
|
stopPointRef?: string;
|
|
7527
7527
|
stopPlaceRef?: string;
|
|
@@ -7790,7 +7790,7 @@ interface components$2 {
|
|
|
7790
7790
|
};
|
|
7791
7791
|
transferLeg?: {
|
|
7792
7792
|
/** @enum {string} */
|
|
7793
|
-
transferType: "walk" | "remainInVehicle";
|
|
7793
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
7794
7794
|
legStart: {
|
|
7795
7795
|
stopPointRef?: string;
|
|
7796
7796
|
stopPlaceRef?: string;
|
|
@@ -8066,7 +8066,7 @@ interface components$1 {
|
|
|
8066
8066
|
};
|
|
8067
8067
|
transferLeg?: {
|
|
8068
8068
|
/** @enum {string} */
|
|
8069
|
-
transferType: "walk" | "remainInVehicle";
|
|
8069
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
8070
8070
|
legStart: {
|
|
8071
8071
|
stopPointRef?: string;
|
|
8072
8072
|
stopPlaceRef?: string;
|
|
@@ -8361,7 +8361,7 @@ interface components$1 {
|
|
|
8361
8361
|
};
|
|
8362
8362
|
transferLeg?: {
|
|
8363
8363
|
/** @enum {string} */
|
|
8364
|
-
transferType: "walk" | "remainInVehicle";
|
|
8364
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
8365
8365
|
legStart: {
|
|
8366
8366
|
stopPointRef?: string;
|
|
8367
8367
|
stopPlaceRef?: string;
|
|
@@ -8639,7 +8639,7 @@ interface components$1 {
|
|
|
8639
8639
|
};
|
|
8640
8640
|
transferLeg?: {
|
|
8641
8641
|
/** @enum {string} */
|
|
8642
|
-
transferType: "walk" | "remainInVehicle";
|
|
8642
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
8643
8643
|
legStart: {
|
|
8644
8644
|
stopPointRef?: string;
|
|
8645
8645
|
stopPlaceRef?: string;
|
|
@@ -8925,7 +8925,7 @@ interface components$1 {
|
|
|
8925
8925
|
};
|
|
8926
8926
|
transferLeg?: {
|
|
8927
8927
|
/** @enum {string} */
|
|
8928
|
-
transferType: "walk" | "remainInVehicle";
|
|
8928
|
+
transferType: "walk" | "remainInVehicle" | "changeWithinVehicle";
|
|
8929
8929
|
legStart: {
|
|
8930
8930
|
stopPointRef?: string;
|
|
8931
8931
|
stopPlaceRef?: string;
|
package/dist/index.js
CHANGED