ojp-shared-types 0.0.6 → 0.0.7

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 CHANGED
@@ -14,7 +14,7 @@ Notes
14
14
  - include the `ojp-shared-types` package in the `./package.json` dependencies of the project
15
15
  ```
16
16
  "dependencies": {
17
- "ojp-shared-types": "0.0.6"
17
+ "ojp-shared-types": "0.0.7"
18
18
  }
19
19
  ```
20
20
 
package/dist/index.cjs CHANGED
@@ -26,7 +26,7 @@ __export(index_exports, {
26
26
  module.exports = __toCommonJS(index_exports);
27
27
 
28
28
  // src/constants.ts
29
- var VERSION = "0.0.6";
29
+ var VERSION = "0.0.7";
30
30
 
31
31
  // src/types/openapi-dependencies.ts
32
32
  var MapNS_Tags = {
package/dist/index.d.cts CHANGED
@@ -1,4 +1,4 @@
1
- declare const VERSION = "0.0.6";
1
+ declare const VERSION = "0.0.7";
2
2
 
3
3
  interface components$f {
4
4
  schemas: {
@@ -58,6 +58,7 @@ interface components$f {
58
58
  stopPointName: {
59
59
  text: string;
60
60
  };
61
+ parentRef?: string;
61
62
  plannedQuay?: {
62
63
  text: string;
63
64
  };
@@ -126,6 +127,7 @@ interface components$f {
126
127
  stopPointName: {
127
128
  text: string;
128
129
  };
130
+ parentRef?: string;
129
131
  plannedQuay?: {
130
132
  text: string;
131
133
  };
@@ -471,6 +473,7 @@ interface components$f {
471
473
  stopPointName: {
472
474
  text: string;
473
475
  };
476
+ parentRef?: string;
474
477
  plannedQuay?: {
475
478
  text: string;
476
479
  };
@@ -1525,6 +1528,7 @@ interface components$b {
1525
1528
  stopPointName: {
1526
1529
  text: string;
1527
1530
  };
1531
+ parentRef?: string;
1528
1532
  plannedQuay?: {
1529
1533
  text: string;
1530
1534
  };
@@ -1610,6 +1614,7 @@ interface components$b {
1610
1614
  stopPointName: {
1611
1615
  text: string;
1612
1616
  };
1617
+ parentRef?: string;
1613
1618
  plannedQuay?: {
1614
1619
  text: string;
1615
1620
  };
@@ -1701,6 +1706,7 @@ interface components$b {
1701
1706
  stopPointName: {
1702
1707
  text: string;
1703
1708
  };
1709
+ parentRef?: string;
1704
1710
  plannedQuay?: {
1705
1711
  text: string;
1706
1712
  };
@@ -2428,6 +2434,7 @@ interface components$9 {
2428
2434
  stopPointName: {
2429
2435
  text: string;
2430
2436
  };
2437
+ parentRef?: string;
2431
2438
  plannedQuay?: {
2432
2439
  text: string;
2433
2440
  };
@@ -2741,6 +2748,7 @@ interface components$9 {
2741
2748
  stopPointName: {
2742
2749
  text: string;
2743
2750
  };
2751
+ parentRef?: string;
2744
2752
  plannedQuay?: {
2745
2753
  text: string;
2746
2754
  };
@@ -3266,6 +3274,7 @@ interface components$7 {
3266
3274
  stopPointName: {
3267
3275
  text: string;
3268
3276
  };
3277
+ parentRef?: string;
3269
3278
  plannedQuay?: {
3270
3279
  text: string;
3271
3280
  };
@@ -3568,6 +3577,7 @@ interface components$7 {
3568
3577
  stopPointName: {
3569
3578
  text: string;
3570
3579
  };
3580
+ parentRef?: string;
3571
3581
  plannedQuay?: {
3572
3582
  text: string;
3573
3583
  };
@@ -4035,6 +4045,7 @@ interface components$6 {
4035
4045
  stopPointName: {
4036
4046
  text: string;
4037
4047
  };
4048
+ parentRef?: string;
4038
4049
  plannedQuay?: {
4039
4050
  text: string;
4040
4051
  };
@@ -4342,6 +4353,7 @@ interface components$6 {
4342
4353
  stopPointName: {
4343
4354
  text: string;
4344
4355
  };
4356
+ parentRef?: string;
4345
4357
  plannedQuay?: {
4346
4358
  text: string;
4347
4359
  };
@@ -4665,7 +4677,7 @@ interface components$5 {
4665
4677
  includeIntermediateStops?: boolean;
4666
4678
  };
4667
4679
  ViaPoint: {
4668
- placeRef: {
4680
+ viaPoint: {
4669
4681
  stopPointRef?: string;
4670
4682
  stopPlaceRef?: string;
4671
4683
  geoPosition?: {
@@ -4676,7 +4688,7 @@ interface components$5 {
4676
4688
  text: string;
4677
4689
  };
4678
4690
  };
4679
- dwellTime?: number;
4691
+ dwellTime?: string;
4680
4692
  };
4681
4693
  OJPTripRequest: {
4682
4694
  requestTimestamp: string;
@@ -4709,7 +4721,7 @@ interface components$5 {
4709
4721
  depArrTime?: string;
4710
4722
  };
4711
4723
  via: {
4712
- placeRef: {
4724
+ viaPoint: {
4713
4725
  stopPointRef?: string;
4714
4726
  stopPlaceRef?: string;
4715
4727
  geoPosition?: {
@@ -4720,7 +4732,7 @@ interface components$5 {
4720
4732
  text: string;
4721
4733
  };
4722
4734
  };
4723
- dwellTime?: number;
4735
+ dwellTime?: string;
4724
4736
  }[];
4725
4737
  params?: {
4726
4738
  modeAndModeOfOperationFilter?: {
@@ -4778,7 +4790,7 @@ interface components$5 {
4778
4790
  depArrTime?: string;
4779
4791
  };
4780
4792
  via: {
4781
- placeRef: {
4793
+ viaPoint: {
4782
4794
  stopPointRef?: string;
4783
4795
  stopPlaceRef?: string;
4784
4796
  geoPosition?: {
@@ -4789,7 +4801,7 @@ interface components$5 {
4789
4801
  text: string;
4790
4802
  };
4791
4803
  };
4792
- dwellTime?: number;
4804
+ dwellTime?: string;
4793
4805
  }[];
4794
4806
  params?: {
4795
4807
  modeAndModeOfOperationFilter?: {
@@ -5916,6 +5928,7 @@ interface components$4 {
5916
5928
  stopPointName: {
5917
5929
  text: string;
5918
5930
  };
5931
+ parentRef?: string;
5919
5932
  plannedQuay?: {
5920
5933
  text: string;
5921
5934
  };
@@ -6324,6 +6337,7 @@ interface components$4 {
6324
6337
  stopPointName: {
6325
6338
  text: string;
6326
6339
  };
6340
+ parentRef?: string;
6327
6341
  plannedQuay?: {
6328
6342
  text: string;
6329
6343
  };
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- declare const VERSION = "0.0.6";
1
+ declare const VERSION = "0.0.7";
2
2
 
3
3
  interface components$f {
4
4
  schemas: {
@@ -58,6 +58,7 @@ interface components$f {
58
58
  stopPointName: {
59
59
  text: string;
60
60
  };
61
+ parentRef?: string;
61
62
  plannedQuay?: {
62
63
  text: string;
63
64
  };
@@ -126,6 +127,7 @@ interface components$f {
126
127
  stopPointName: {
127
128
  text: string;
128
129
  };
130
+ parentRef?: string;
129
131
  plannedQuay?: {
130
132
  text: string;
131
133
  };
@@ -471,6 +473,7 @@ interface components$f {
471
473
  stopPointName: {
472
474
  text: string;
473
475
  };
476
+ parentRef?: string;
474
477
  plannedQuay?: {
475
478
  text: string;
476
479
  };
@@ -1525,6 +1528,7 @@ interface components$b {
1525
1528
  stopPointName: {
1526
1529
  text: string;
1527
1530
  };
1531
+ parentRef?: string;
1528
1532
  plannedQuay?: {
1529
1533
  text: string;
1530
1534
  };
@@ -1610,6 +1614,7 @@ interface components$b {
1610
1614
  stopPointName: {
1611
1615
  text: string;
1612
1616
  };
1617
+ parentRef?: string;
1613
1618
  plannedQuay?: {
1614
1619
  text: string;
1615
1620
  };
@@ -1701,6 +1706,7 @@ interface components$b {
1701
1706
  stopPointName: {
1702
1707
  text: string;
1703
1708
  };
1709
+ parentRef?: string;
1704
1710
  plannedQuay?: {
1705
1711
  text: string;
1706
1712
  };
@@ -2428,6 +2434,7 @@ interface components$9 {
2428
2434
  stopPointName: {
2429
2435
  text: string;
2430
2436
  };
2437
+ parentRef?: string;
2431
2438
  plannedQuay?: {
2432
2439
  text: string;
2433
2440
  };
@@ -2741,6 +2748,7 @@ interface components$9 {
2741
2748
  stopPointName: {
2742
2749
  text: string;
2743
2750
  };
2751
+ parentRef?: string;
2744
2752
  plannedQuay?: {
2745
2753
  text: string;
2746
2754
  };
@@ -3266,6 +3274,7 @@ interface components$7 {
3266
3274
  stopPointName: {
3267
3275
  text: string;
3268
3276
  };
3277
+ parentRef?: string;
3269
3278
  plannedQuay?: {
3270
3279
  text: string;
3271
3280
  };
@@ -3568,6 +3577,7 @@ interface components$7 {
3568
3577
  stopPointName: {
3569
3578
  text: string;
3570
3579
  };
3580
+ parentRef?: string;
3571
3581
  plannedQuay?: {
3572
3582
  text: string;
3573
3583
  };
@@ -4035,6 +4045,7 @@ interface components$6 {
4035
4045
  stopPointName: {
4036
4046
  text: string;
4037
4047
  };
4048
+ parentRef?: string;
4038
4049
  plannedQuay?: {
4039
4050
  text: string;
4040
4051
  };
@@ -4342,6 +4353,7 @@ interface components$6 {
4342
4353
  stopPointName: {
4343
4354
  text: string;
4344
4355
  };
4356
+ parentRef?: string;
4345
4357
  plannedQuay?: {
4346
4358
  text: string;
4347
4359
  };
@@ -4665,7 +4677,7 @@ interface components$5 {
4665
4677
  includeIntermediateStops?: boolean;
4666
4678
  };
4667
4679
  ViaPoint: {
4668
- placeRef: {
4680
+ viaPoint: {
4669
4681
  stopPointRef?: string;
4670
4682
  stopPlaceRef?: string;
4671
4683
  geoPosition?: {
@@ -4676,7 +4688,7 @@ interface components$5 {
4676
4688
  text: string;
4677
4689
  };
4678
4690
  };
4679
- dwellTime?: number;
4691
+ dwellTime?: string;
4680
4692
  };
4681
4693
  OJPTripRequest: {
4682
4694
  requestTimestamp: string;
@@ -4709,7 +4721,7 @@ interface components$5 {
4709
4721
  depArrTime?: string;
4710
4722
  };
4711
4723
  via: {
4712
- placeRef: {
4724
+ viaPoint: {
4713
4725
  stopPointRef?: string;
4714
4726
  stopPlaceRef?: string;
4715
4727
  geoPosition?: {
@@ -4720,7 +4732,7 @@ interface components$5 {
4720
4732
  text: string;
4721
4733
  };
4722
4734
  };
4723
- dwellTime?: number;
4735
+ dwellTime?: string;
4724
4736
  }[];
4725
4737
  params?: {
4726
4738
  modeAndModeOfOperationFilter?: {
@@ -4778,7 +4790,7 @@ interface components$5 {
4778
4790
  depArrTime?: string;
4779
4791
  };
4780
4792
  via: {
4781
- placeRef: {
4793
+ viaPoint: {
4782
4794
  stopPointRef?: string;
4783
4795
  stopPlaceRef?: string;
4784
4796
  geoPosition?: {
@@ -4789,7 +4801,7 @@ interface components$5 {
4789
4801
  text: string;
4790
4802
  };
4791
4803
  };
4792
- dwellTime?: number;
4804
+ dwellTime?: string;
4793
4805
  }[];
4794
4806
  params?: {
4795
4807
  modeAndModeOfOperationFilter?: {
@@ -5916,6 +5928,7 @@ interface components$4 {
5916
5928
  stopPointName: {
5917
5929
  text: string;
5918
5930
  };
5931
+ parentRef?: string;
5919
5932
  plannedQuay?: {
5920
5933
  text: string;
5921
5934
  };
@@ -6324,6 +6337,7 @@ interface components$4 {
6324
6337
  stopPointName: {
6325
6338
  text: string;
6326
6339
  };
6340
+ parentRef?: string;
6327
6341
  plannedQuay?: {
6328
6342
  text: string;
6329
6343
  };
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  // src/constants.ts
2
- var VERSION = "0.0.6";
2
+ var VERSION = "0.0.7";
3
3
 
4
4
  // src/types/openapi-dependencies.ts
5
5
  var MapNS_Tags = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ojp-shared-types",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "Shared types for OJP models based on OpenAPI / XSD Schema",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",