@golemio/ndic 1.2.9 → 1.2.11-dev.1442733815

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.
Files changed (54) hide show
  1. package/db/example/02_sql_dump.sql +15 -15
  2. package/db/migrations/postgresql/20240830092002-global-network-osm-mapping.js +53 -0
  3. package/db/migrations/postgresql/sqls/20210702010000-ndic-add-geoms-down.sql +21 -21
  4. package/db/migrations/postgresql/sqls/20210702010000-ndic-add-geoms-up.sql +21 -21
  5. package/db/migrations/postgresql/sqls/20240830092002-global-network-osm-mapping-down.sql +12 -0
  6. package/db/migrations/postgresql/sqls/20240830092002-global-network-osm-mapping-up.sql +15 -0
  7. package/dist/integration-engine/LegacyNdicWorker.js +5 -1
  8. package/dist/integration-engine/LegacyNdicWorker.js.map +1 -1
  9. package/dist/integration-engine/NdicWorker.js +4 -2
  10. package/dist/integration-engine/NdicWorker.js.map +1 -1
  11. package/dist/integration-engine/datasources/GlobalNetworkMapperDataSource.d.ts +7 -0
  12. package/dist/integration-engine/datasources/GlobalNetworkMapperDataSource.js +34 -0
  13. package/dist/integration-engine/datasources/GlobalNetworkMapperDataSource.js.map +1 -0
  14. package/dist/integration-engine/helpers/OsmPathService.d.ts +12 -0
  15. package/dist/integration-engine/helpers/OsmPathService.js +82 -0
  16. package/dist/integration-engine/helpers/OsmPathService.js.map +1 -0
  17. package/dist/integration-engine/ioc/ContainerToken.d.ts +3 -0
  18. package/dist/integration-engine/ioc/ContainerToken.js +3 -0
  19. package/dist/integration-engine/ioc/ContainerToken.js.map +1 -1
  20. package/dist/integration-engine/ioc/Di.js +18 -0
  21. package/dist/integration-engine/ioc/Di.js.map +1 -1
  22. package/dist/integration-engine/repository/GlobalNetworkMappingRepository.d.ts +18 -0
  23. package/dist/integration-engine/repository/GlobalNetworkMappingRepository.js +132 -0
  24. package/dist/integration-engine/repository/GlobalNetworkMappingRepository.js.map +1 -0
  25. package/dist/integration-engine/tasks/RefreshGlobalNetworkDataTask.d.ts +7 -0
  26. package/dist/integration-engine/tasks/RefreshGlobalNetworkDataTask.js +32 -0
  27. package/dist/integration-engine/tasks/RefreshGlobalNetworkDataTask.js.map +1 -0
  28. package/dist/integration-engine/tasks/SaveTrafficRestrictionsRegions.d.ts +1 -0
  29. package/dist/integration-engine/tasks/SaveTrafficRestrictionsRegions.js +4 -0
  30. package/dist/integration-engine/tasks/SaveTrafficRestrictionsRegions.js.map +1 -1
  31. package/dist/integration-engine/transformations/TrafficRestrictionsInterface.d.ts +3 -2
  32. package/dist/output-gateway/ioc/ContainerToken.d.ts +2 -0
  33. package/dist/output-gateway/ioc/ContainerToken.js +6 -0
  34. package/dist/output-gateway/ioc/ContainerToken.js.map +1 -0
  35. package/dist/output-gateway/models/TrafficRestrictionsModel.js +0 -1
  36. package/dist/output-gateway/models/TrafficRestrictionsModel.js.map +1 -1
  37. package/dist/output-gateway/transformations/OutputTrafficRestrictionsTransformation.d.ts +1 -1
  38. package/dist/output-gateway/transformations/OutputTrafficRestrictionsTransformation.js +14 -8
  39. package/dist/output-gateway/transformations/OutputTrafficRestrictionsTransformation.js.map +1 -1
  40. package/dist/schema-definitions/index.d.ts +2129 -1
  41. package/dist/schema-definitions/index.js +2 -2
  42. package/dist/schema-definitions/index.js.map +1 -1
  43. package/dist/schema-definitions/schemas/interfaces/IGlobalNetworkOsmMapping.d.ts +5 -0
  44. package/dist/schema-definitions/schemas/interfaces/IGlobalNetworkOsmMapping.js +3 -0
  45. package/dist/schema-definitions/schemas/interfaces/IGlobalNetworkOsmMapping.js.map +1 -0
  46. package/dist/schema-definitions/schemas/models/GlobalNetworkOsmMapping.d.ts +11 -0
  47. package/dist/schema-definitions/schemas/models/GlobalNetworkOsmMapping.js +27 -0
  48. package/dist/schema-definitions/schemas/models/GlobalNetworkOsmMapping.js.map +1 -0
  49. package/dist/schema-definitions/schemas/traffic_restrictions_output_schema.d.ts +3 -0
  50. package/dist/schema-definitions/schemas/traffic_restrictions_output_schema.js +3 -0
  51. package/dist/schema-definitions/schemas/traffic_restrictions_output_schema.js.map +1 -1
  52. package/docs/implementation_documentation.md +11 -0
  53. package/docs/index.md +3 -0
  54. package/package.json +7 -3
@@ -1,2 +1,2130 @@
1
- declare const forExport: any;
1
+ import { ModelAttributes } from "@golemio/core/dist/shared/sequelize";
2
+ declare const forExport: {
3
+ name: string;
4
+ pgSchema: string;
5
+ traffic_info: {
6
+ name: string;
7
+ datasourceSchema: {
8
+ title: string;
9
+ type: string;
10
+ properties: {
11
+ d2LogicalModel: {
12
+ type: string;
13
+ properties: {
14
+ $: {
15
+ type: string;
16
+ properties: {
17
+ modelBaseVersion: {
18
+ type: string;
19
+ enum: string[];
20
+ };
21
+ };
22
+ required: string[];
23
+ additionalProperties: boolean;
24
+ };
25
+ exchange: {
26
+ $ref: string;
27
+ };
28
+ payloadPublication: {
29
+ $ref: string;
30
+ };
31
+ };
32
+ required: string[];
33
+ additionalProperties: boolean;
34
+ };
35
+ };
36
+ required: string[];
37
+ additionalProperties: boolean;
38
+ definitions: {
39
+ _ExtensionType: {
40
+ type: string;
41
+ };
42
+ AbnormalTraffic: {
43
+ type: string;
44
+ properties: {
45
+ abnormalTrafficType: {
46
+ type: string;
47
+ };
48
+ relativeTrafficFlow: {
49
+ type: string;
50
+ };
51
+ trafficTrendType: {
52
+ type: string;
53
+ };
54
+ abnormalTrafficExtension: {
55
+ $ref: string;
56
+ };
57
+ };
58
+ };
59
+ Accident: {
60
+ type: string;
61
+ properties: {
62
+ accidentType: {
63
+ oneOf: ({
64
+ type: string;
65
+ items?: undefined;
66
+ } | {
67
+ items: {
68
+ type: string;
69
+ };
70
+ type: string;
71
+ })[];
72
+ };
73
+ totalNumberOfVehiclesInvolved: {
74
+ type: string;
75
+ pattern: string;
76
+ };
77
+ vehicleInvolved: {
78
+ oneOf: ({
79
+ type: string;
80
+ items?: undefined;
81
+ } | {
82
+ items: {
83
+ type: string;
84
+ };
85
+ type: string;
86
+ })[];
87
+ };
88
+ groupOfVehiclesInvolved: {
89
+ oneOf: ({
90
+ type: string;
91
+ items?: undefined;
92
+ } | {
93
+ items: {
94
+ type: string;
95
+ };
96
+ type: string;
97
+ })[];
98
+ };
99
+ groupOfPeopleInvolved: {
100
+ oneOf: ({
101
+ type: string;
102
+ items?: undefined;
103
+ } | {
104
+ items: {
105
+ type: string;
106
+ };
107
+ type: string;
108
+ })[];
109
+ };
110
+ accidentExtension: {
111
+ $ref: string;
112
+ };
113
+ };
114
+ required: string[];
115
+ };
116
+ AnimalPresenceObstruction: {
117
+ type: string;
118
+ properties: {
119
+ alive: {
120
+ type: string;
121
+ };
122
+ animalPresenceType: {
123
+ type: string;
124
+ };
125
+ animalPresenceObstructionExtension: {
126
+ $ref: string;
127
+ };
128
+ };
129
+ required: string[];
130
+ };
131
+ AuthorityOperation: {
132
+ type: string;
133
+ properties: {
134
+ authorityOperationType: {
135
+ type: string;
136
+ };
137
+ authorityOperationExtension: {
138
+ $ref: string;
139
+ };
140
+ };
141
+ required: string[];
142
+ };
143
+ CarParks: {
144
+ type: string;
145
+ properties: {
146
+ carParkConfiguration: {
147
+ type: string;
148
+ };
149
+ carParkIdentity: {
150
+ type: string;
151
+ };
152
+ carParkOccupancy: {
153
+ type: string;
154
+ pattern: string;
155
+ };
156
+ carParkStatus: {
157
+ type: string;
158
+ };
159
+ numberOfVacantParkingSpaces: {
160
+ type: string;
161
+ pattern: string;
162
+ };
163
+ occupiedSpaces: {
164
+ type: string;
165
+ pattern: string;
166
+ };
167
+ totalCapacity: {
168
+ type: string;
169
+ pattern: string;
170
+ };
171
+ carParksExtension: {
172
+ $ref: string;
173
+ };
174
+ };
175
+ required: string[];
176
+ };
177
+ Conditions: {
178
+ type: string;
179
+ properties: {
180
+ drivingConditionType: {
181
+ type: string;
182
+ };
183
+ conditionsExtension: {
184
+ $ref: string;
185
+ };
186
+ };
187
+ };
188
+ ConstructionWorks: {
189
+ allOf: ({
190
+ $ref: string;
191
+ type?: undefined;
192
+ properties?: undefined;
193
+ } | {
194
+ type: string;
195
+ properties: {
196
+ constructionWorkType: {
197
+ type: string;
198
+ };
199
+ constructionWorksExtension: {
200
+ $ref: string;
201
+ };
202
+ };
203
+ $ref?: undefined;
204
+ })[];
205
+ };
206
+ Delays: {
207
+ type: string;
208
+ properties: {
209
+ delaysType: {
210
+ type: string;
211
+ };
212
+ delayTimeValue: {
213
+ type: string;
214
+ pattern: string;
215
+ };
216
+ };
217
+ additionalProperties: boolean;
218
+ };
219
+ DisturbanceActivity: {
220
+ type: string;
221
+ properties: {
222
+ disturbanceActivityType: {
223
+ type: string;
224
+ };
225
+ disturbanceActivityExtension: {
226
+ $ref: string;
227
+ };
228
+ };
229
+ required: string[];
230
+ };
231
+ EnvironmentalObstruction: {
232
+ allOf: ({
233
+ $ref: string;
234
+ type?: undefined;
235
+ properties?: undefined;
236
+ required?: undefined;
237
+ } | {
238
+ type: string;
239
+ properties: {
240
+ depth: {
241
+ type: string;
242
+ pattern: string;
243
+ };
244
+ environmentalObstructionType: {
245
+ type: string;
246
+ };
247
+ environmentalObstructionExtension: {
248
+ $ref: string;
249
+ };
250
+ };
251
+ required: string[];
252
+ $ref?: undefined;
253
+ })[];
254
+ };
255
+ EquipmentOrSystemFault: {
256
+ type: string;
257
+ properties: {
258
+ equipmentOrSystemFaultType: {
259
+ type: string;
260
+ };
261
+ faultyEquipmentOrSystemType: {
262
+ type: string;
263
+ };
264
+ equipmentOrSystemFaultExtension: {
265
+ $ref: string;
266
+ };
267
+ };
268
+ required: string[];
269
+ };
270
+ Exchange: {
271
+ type: string;
272
+ properties: {
273
+ supplierIdentification: {
274
+ $ref: string;
275
+ };
276
+ exchangeExtension: {
277
+ $ref: string;
278
+ };
279
+ };
280
+ required: string[];
281
+ };
282
+ GeneralInstructionOrMessageToRoadUsers: {
283
+ allOf: ({
284
+ $ref: string;
285
+ type?: undefined;
286
+ properties?: undefined;
287
+ } | {
288
+ type: string;
289
+ properties: {
290
+ generalInstructionToRoadUsersType: {
291
+ type: string;
292
+ };
293
+ generalMessageToRoadUsers: {
294
+ type: string;
295
+ };
296
+ generalInstructionOrMessageToRoadUsersExtension: {
297
+ $ref: string;
298
+ };
299
+ };
300
+ $ref?: undefined;
301
+ })[];
302
+ };
303
+ GeneralNetworkManagement: {
304
+ allOf: ({
305
+ $ref: string;
306
+ type?: undefined;
307
+ properties?: undefined;
308
+ required?: undefined;
309
+ } | {
310
+ type: string;
311
+ properties: {
312
+ generalNetworkManagementType: {
313
+ type: string;
314
+ };
315
+ trafficManuallyDirectedBy: {
316
+ type: string;
317
+ };
318
+ generalNetworkManagementExtension: {
319
+ $ref: string;
320
+ };
321
+ };
322
+ required: string[];
323
+ $ref?: undefined;
324
+ })[];
325
+ };
326
+ GeneralObstruction: {
327
+ allOf: ({
328
+ $ref: string;
329
+ type?: undefined;
330
+ properties?: undefined;
331
+ required?: undefined;
332
+ } | {
333
+ type: string;
334
+ properties: {
335
+ obstructionType: {
336
+ oneOf: ({
337
+ type: string;
338
+ items?: undefined;
339
+ } | {
340
+ items: {
341
+ type: string;
342
+ };
343
+ type: string;
344
+ })[];
345
+ };
346
+ groupOfPeopleInvolved: {
347
+ oneOf: ({
348
+ type: string;
349
+ items?: undefined;
350
+ } | {
351
+ items: {
352
+ type: string;
353
+ };
354
+ type: string;
355
+ })[];
356
+ };
357
+ generalObstructionExtension: {
358
+ $ref: string;
359
+ };
360
+ };
361
+ required: string[];
362
+ $ref?: undefined;
363
+ })[];
364
+ };
365
+ GroupOfLocations: {
366
+ allOf: ({
367
+ type: string;
368
+ properties: {
369
+ $: {
370
+ type: string;
371
+ properties: {
372
+ "xsi:type": {
373
+ type: string;
374
+ };
375
+ lang: {
376
+ type: string;
377
+ };
378
+ };
379
+ required: string[];
380
+ additionalProperties: boolean;
381
+ };
382
+ };
383
+ required: string[];
384
+ anyOf?: undefined;
385
+ } | {
386
+ anyOf: {
387
+ $ref: string;
388
+ }[];
389
+ type?: undefined;
390
+ properties?: undefined;
391
+ required?: undefined;
392
+ })[];
393
+ };
394
+ HeaderInformation: {
395
+ type: string;
396
+ properties: {
397
+ confidentiality: {
398
+ type: string;
399
+ };
400
+ informationStatus: {
401
+ type: string;
402
+ };
403
+ urgency: {
404
+ type: string;
405
+ };
406
+ };
407
+ required: string[];
408
+ additionalProperties: boolean;
409
+ };
410
+ Impact: {
411
+ type: string;
412
+ properties: {
413
+ capacityRemaining: {
414
+ type: string;
415
+ pattern: string;
416
+ };
417
+ numberOfLanesRestricted: {
418
+ type: string;
419
+ pattern: string;
420
+ };
421
+ numberOfOperationalLanes: {
422
+ type: string;
423
+ pattern: string;
424
+ };
425
+ originalNumberOfLanes: {
426
+ type: string;
427
+ pattern: string;
428
+ };
429
+ trafficConstrictionType: {
430
+ type: string;
431
+ };
432
+ delays: {
433
+ $ref: string;
434
+ };
435
+ };
436
+ additionalProperties: boolean;
437
+ };
438
+ InfrastructureDamageObstruction: {
439
+ allOf: ({
440
+ $ref: string;
441
+ type?: undefined;
442
+ properties?: undefined;
443
+ required?: undefined;
444
+ } | {
445
+ type: string;
446
+ properties: {
447
+ infrastructureDamageType: {
448
+ type: string;
449
+ };
450
+ infrastructureDamageObstructionExtension: {
451
+ $ref: string;
452
+ };
453
+ };
454
+ required: string[];
455
+ $ref?: undefined;
456
+ })[];
457
+ };
458
+ InternationalIdentifier: {
459
+ type: string;
460
+ properties: {
461
+ country: {
462
+ type: string;
463
+ };
464
+ nationalIdentifier: {
465
+ type: string;
466
+ };
467
+ internationalIdentifierExtension: {
468
+ $ref: string;
469
+ };
470
+ };
471
+ required: string[];
472
+ additionalProperties: boolean;
473
+ };
474
+ Linear: {
475
+ allOf: ({
476
+ $ref: string;
477
+ type?: undefined;
478
+ properties?: undefined;
479
+ } | {
480
+ type: string;
481
+ properties: {
482
+ alertCLinear: {
483
+ type: string;
484
+ };
485
+ linearWithinLinearElement: {
486
+ type: string;
487
+ };
488
+ globalNetworkLinear: {
489
+ type: string;
490
+ };
491
+ linearExtension: {
492
+ type: string;
493
+ };
494
+ };
495
+ $ref?: undefined;
496
+ })[];
497
+ };
498
+ MaintenanceWorks: {
499
+ allOf: ({
500
+ $ref: string;
501
+ type?: undefined;
502
+ properties?: undefined;
503
+ required?: undefined;
504
+ } | {
505
+ type: string;
506
+ properties: {
507
+ roadMaintenanceType: {
508
+ oneOf: ({
509
+ type: string;
510
+ items?: undefined;
511
+ } | {
512
+ items: {
513
+ type: string;
514
+ };
515
+ type: string;
516
+ })[];
517
+ };
518
+ maintenanceWorksExtension: {
519
+ $ref: string;
520
+ };
521
+ };
522
+ required: string[];
523
+ $ref?: undefined;
524
+ })[];
525
+ };
526
+ NetworkLocation: {
527
+ type: string;
528
+ properties: {
529
+ supplementaryPositionalDescription: {
530
+ type: string;
531
+ };
532
+ destination: {
533
+ type: string;
534
+ };
535
+ };
536
+ };
537
+ NetworkManagement: {
538
+ type: string;
539
+ properties: {
540
+ complianceOption: {
541
+ type: string;
542
+ };
543
+ applicableForTrafficDirection: {
544
+ oneOf: ({
545
+ type: string;
546
+ items?: undefined;
547
+ } | {
548
+ items: {
549
+ type: string;
550
+ };
551
+ type: string;
552
+ })[];
553
+ };
554
+ applicableForTrafficType: {
555
+ oneOf: ({
556
+ type: string;
557
+ items?: undefined;
558
+ } | {
559
+ items: {
560
+ type: string;
561
+ };
562
+ type: string;
563
+ })[];
564
+ };
565
+ placesAtWhichApplicable: {
566
+ oneOf: ({
567
+ type: string;
568
+ items?: undefined;
569
+ } | {
570
+ items: {
571
+ type: string;
572
+ };
573
+ type: string;
574
+ })[];
575
+ };
576
+ forVehiclesWithCharacteristicsOf: {
577
+ oneOf: ({
578
+ type: string;
579
+ items?: undefined;
580
+ } | {
581
+ items: {
582
+ type: string;
583
+ };
584
+ type: string;
585
+ })[];
586
+ };
587
+ };
588
+ required: string[];
589
+ };
590
+ NonWeatherRelatedRoadConditions: {
591
+ allOf: ({
592
+ $ref: string;
593
+ type?: undefined;
594
+ properties?: undefined;
595
+ required?: undefined;
596
+ } | {
597
+ type: string;
598
+ properties: {
599
+ nonWeatherRelatedRoadConditionType: {
600
+ oneOf: ({
601
+ type: string;
602
+ items?: undefined;
603
+ } | {
604
+ items: {
605
+ type: string;
606
+ };
607
+ type: string;
608
+ })[];
609
+ };
610
+ nonWeatherRelatedRoadConditionsExtension: {
611
+ $ref: string;
612
+ };
613
+ };
614
+ required: string[];
615
+ $ref?: undefined;
616
+ })[];
617
+ };
618
+ Obstruction: {
619
+ type: string;
620
+ properties: {
621
+ numberOfObstructions: {
622
+ type: string;
623
+ pattern: string;
624
+ };
625
+ mobilityOfObstruction: {
626
+ type: string;
627
+ };
628
+ };
629
+ };
630
+ OverallPeriod: {
631
+ type: string;
632
+ properties: {
633
+ overallStartTime: {
634
+ $ref: string;
635
+ };
636
+ overallEndTime: {
637
+ $ref: string;
638
+ };
639
+ };
640
+ required: string[];
641
+ additionalProperties: boolean;
642
+ };
643
+ PayloadPublication: {
644
+ type: string;
645
+ properties: {
646
+ $: {
647
+ type: string;
648
+ properties: {
649
+ "xsi:type": {
650
+ type: string;
651
+ enum: string[];
652
+ };
653
+ lang: {
654
+ type: string;
655
+ };
656
+ };
657
+ required: string[];
658
+ additionalProperties: boolean;
659
+ };
660
+ publicationTime: {
661
+ $ref: string;
662
+ };
663
+ publicationCreator: {
664
+ $ref: string;
665
+ };
666
+ situation: {
667
+ oneOf: ({
668
+ $ref: string;
669
+ items?: undefined;
670
+ type?: undefined;
671
+ } | {
672
+ items: {
673
+ $ref: string;
674
+ };
675
+ type: string;
676
+ $ref?: undefined;
677
+ })[];
678
+ };
679
+ situationPublicationExtension: {
680
+ $ref: string;
681
+ };
682
+ };
683
+ required: string[];
684
+ additionalProperties: boolean;
685
+ };
686
+ PoorEnvironmentConditions: {
687
+ allOf: ({
688
+ $ref: string;
689
+ type?: undefined;
690
+ properties?: undefined;
691
+ required?: undefined;
692
+ } | {
693
+ type: string;
694
+ properties: {
695
+ poorEnvironmentType: {
696
+ oneOf: ({
697
+ type: string;
698
+ items?: undefined;
699
+ } | {
700
+ items: {
701
+ type: string;
702
+ };
703
+ type: string;
704
+ })[];
705
+ };
706
+ precipitationDetail: {
707
+ type: string;
708
+ };
709
+ visibility: {
710
+ type: string;
711
+ };
712
+ temperature: {
713
+ type: string;
714
+ };
715
+ wind: {
716
+ type: string;
717
+ };
718
+ poorEnvironmentConditionsExtension: {
719
+ $ref: string;
720
+ };
721
+ };
722
+ required: string[];
723
+ $ref?: undefined;
724
+ })[];
725
+ };
726
+ PublicEvent: {
727
+ type: string;
728
+ properties: {
729
+ publicEventType: {
730
+ type: string;
731
+ };
732
+ publicEventExtension: {
733
+ $ref: string;
734
+ };
735
+ };
736
+ required: string[];
737
+ };
738
+ ReroutingManagement: {
739
+ allOf: ({
740
+ $ref: string;
741
+ type?: undefined;
742
+ properties?: undefined;
743
+ required?: undefined;
744
+ } | {
745
+ type: string;
746
+ properties: {
747
+ reroutingManagementType: {
748
+ oneOf: ({
749
+ type: string;
750
+ items?: undefined;
751
+ } | {
752
+ items: {
753
+ type: string;
754
+ };
755
+ type: string;
756
+ })[];
757
+ };
758
+ reroutingItineraryDescription: {
759
+ type: string;
760
+ };
761
+ signedRerouting: {
762
+ type: string;
763
+ };
764
+ entry: {
765
+ type: string;
766
+ };
767
+ exit: {
768
+ type: string;
769
+ };
770
+ roadOrJunctionNumber: {
771
+ type: string;
772
+ };
773
+ reroutingManagementExtension: {
774
+ $ref: string;
775
+ };
776
+ };
777
+ required: string[];
778
+ $ref?: undefined;
779
+ })[];
780
+ };
781
+ RoadOperatorServiceDisruption: {
782
+ type: string;
783
+ properties: {
784
+ roadOperatorServiceDisruptionType: {
785
+ oneOf: ({
786
+ type: string;
787
+ items?: undefined;
788
+ } | {
789
+ items: {
790
+ type: string;
791
+ };
792
+ type: string;
793
+ })[];
794
+ };
795
+ roadOperatorServiceDisruptionExtension: {
796
+ $ref: string;
797
+ };
798
+ };
799
+ required: string[];
800
+ };
801
+ RoadOrCarriagewayOrLaneManagement: {
802
+ allOf: ({
803
+ $ref: string;
804
+ type?: undefined;
805
+ properties?: undefined;
806
+ required?: undefined;
807
+ } | {
808
+ type: string;
809
+ properties: {
810
+ roadOrCarriagewayOrLaneManagementType: {
811
+ type: string;
812
+ };
813
+ minimumCarOccupancy: {
814
+ type: string;
815
+ pattern: string;
816
+ };
817
+ roadOrCarriagewayOrLaneManagementExtension: {
818
+ $ref: string;
819
+ };
820
+ };
821
+ required: string[];
822
+ $ref?: undefined;
823
+ })[];
824
+ };
825
+ RoadsideAssistance: {
826
+ type: string;
827
+ properties: {
828
+ roadsideAssistanceType: {
829
+ type: string;
830
+ };
831
+ roadsideAssistanceExtension: {
832
+ $ref: string;
833
+ };
834
+ };
835
+ required: string[];
836
+ };
837
+ RoadsideServiceDisruption: {
838
+ type: string;
839
+ properties: {
840
+ roadsideServiceDisruptionType: {
841
+ oneOf: ({
842
+ type: string;
843
+ items?: undefined;
844
+ } | {
845
+ items: {
846
+ type: string;
847
+ };
848
+ type: string;
849
+ })[];
850
+ };
851
+ roadsideServiceDisruptionExtension: {
852
+ $ref: string;
853
+ };
854
+ };
855
+ required: string[];
856
+ };
857
+ Roadworks: {
858
+ type: string;
859
+ properties: {
860
+ roadworksDuration: {
861
+ type: string;
862
+ };
863
+ roadworksScale: {
864
+ type: string;
865
+ };
866
+ underTraffic: {
867
+ type: string;
868
+ };
869
+ urgentRoadworks: {
870
+ type: string;
871
+ };
872
+ mobility: {
873
+ type: string;
874
+ };
875
+ subjects: {
876
+ type: string;
877
+ };
878
+ maintenanceVehicles: {
879
+ type: string;
880
+ };
881
+ };
882
+ };
883
+ Situation: {
884
+ type: string;
885
+ properties: {
886
+ $: {
887
+ type: string;
888
+ properties: {
889
+ id: {
890
+ type: string;
891
+ };
892
+ version: {
893
+ type: string;
894
+ };
895
+ };
896
+ required: string[];
897
+ additionalProperties: boolean;
898
+ };
899
+ situationVersionTime: {
900
+ $ref: string;
901
+ };
902
+ headerInformation: {
903
+ $ref: string;
904
+ };
905
+ situationRecord: {
906
+ oneOf: ({
907
+ $ref: string;
908
+ items?: undefined;
909
+ type?: undefined;
910
+ } | {
911
+ items: {
912
+ $ref: string;
913
+ };
914
+ type: string;
915
+ $ref?: undefined;
916
+ })[];
917
+ };
918
+ situationExtension: {
919
+ $ref: string;
920
+ };
921
+ };
922
+ required: string[];
923
+ additionalProperties: boolean;
924
+ };
925
+ SituationRecord: {
926
+ allOf: ({
927
+ type: string;
928
+ properties: {
929
+ $: {
930
+ type: string;
931
+ properties: {
932
+ id: {
933
+ type: string;
934
+ };
935
+ "xsi:type": {
936
+ type: string;
937
+ };
938
+ version: {
939
+ type: string;
940
+ };
941
+ };
942
+ required: string[];
943
+ additionalProperties: boolean;
944
+ };
945
+ situationRecordCreationTime: {
946
+ $ref: string;
947
+ };
948
+ situationRecordVersionTime: {
949
+ $ref: string;
950
+ };
951
+ probabilityOfOccurrence: {
952
+ type: string;
953
+ };
954
+ source: {
955
+ type: string;
956
+ };
957
+ validity: {
958
+ $ref: string;
959
+ };
960
+ impact: {
961
+ $ref: string;
962
+ };
963
+ cause: {
964
+ type: string;
965
+ };
966
+ generalPublicComment: {
967
+ oneOf: ({
968
+ type: string;
969
+ items?: undefined;
970
+ } | {
971
+ items: {
972
+ type: string;
973
+ };
974
+ type: string;
975
+ })[];
976
+ };
977
+ groupOfLocations: {
978
+ $ref: string;
979
+ };
980
+ situationRecordExtension: {
981
+ $ref: string;
982
+ };
983
+ };
984
+ required: string[];
985
+ anyOf?: undefined;
986
+ } | {
987
+ anyOf: {
988
+ $ref: string;
989
+ }[];
990
+ type?: undefined;
991
+ properties?: undefined;
992
+ required?: undefined;
993
+ })[];
994
+ };
995
+ SpeedManagement: {
996
+ allOf: ({
997
+ $ref: string;
998
+ type?: undefined;
999
+ properties?: undefined;
1000
+ } | {
1001
+ type: string;
1002
+ properties: {
1003
+ speedManagementType: {
1004
+ type: string;
1005
+ };
1006
+ temporarySpeedLimit: {
1007
+ type: string;
1008
+ pattern: string;
1009
+ };
1010
+ speedManagementExtension: {
1011
+ $ref: string;
1012
+ };
1013
+ };
1014
+ $ref?: undefined;
1015
+ })[];
1016
+ };
1017
+ TransitInformation: {
1018
+ type: string;
1019
+ properties: {
1020
+ transitServiceInformation: {
1021
+ type: string;
1022
+ };
1023
+ transitServiceType: {
1024
+ type: string;
1025
+ };
1026
+ transitInformationExtension: {
1027
+ $ref: string;
1028
+ };
1029
+ };
1030
+ required: string[];
1031
+ };
1032
+ Validity: {
1033
+ type: string;
1034
+ properties: {
1035
+ validityStatus: {
1036
+ type: string;
1037
+ };
1038
+ validityTimeSpecification: {
1039
+ $ref: string;
1040
+ };
1041
+ };
1042
+ required: string[];
1043
+ additionalProperties: boolean;
1044
+ };
1045
+ VehicleObstruction: {
1046
+ allOf: ({
1047
+ $ref: string;
1048
+ type?: undefined;
1049
+ properties?: undefined;
1050
+ required?: undefined;
1051
+ } | {
1052
+ type: string;
1053
+ properties: {
1054
+ vehicleObstructionType: {
1055
+ type: string;
1056
+ };
1057
+ obstructingVehicle: {
1058
+ oneOf: ({
1059
+ type: string;
1060
+ items?: undefined;
1061
+ } | {
1062
+ items: {
1063
+ type: string;
1064
+ };
1065
+ type: string;
1066
+ })[];
1067
+ };
1068
+ vehicleObstructionExtension: {
1069
+ $ref: string;
1070
+ };
1071
+ };
1072
+ required: string[];
1073
+ $ref?: undefined;
1074
+ })[];
1075
+ };
1076
+ WeatherRelatedRoadConditions: {
1077
+ allOf: ({
1078
+ $ref: string;
1079
+ type?: undefined;
1080
+ properties?: undefined;
1081
+ required?: undefined;
1082
+ } | {
1083
+ type: string;
1084
+ properties: {
1085
+ weatherRelatedRoadConditionType: {
1086
+ oneOf: ({
1087
+ type: string;
1088
+ items?: undefined;
1089
+ } | {
1090
+ items: {
1091
+ type: string;
1092
+ };
1093
+ type: string;
1094
+ })[];
1095
+ };
1096
+ roadSurfaceConditionMeasurements: {
1097
+ type: string;
1098
+ };
1099
+ weatherRelatedRoadConditionsExtension: {
1100
+ $ref: string;
1101
+ };
1102
+ };
1103
+ required: string[];
1104
+ $ref?: undefined;
1105
+ })[];
1106
+ };
1107
+ WinterDrivingManagement: {
1108
+ allOf: ({
1109
+ $ref: string;
1110
+ type?: undefined;
1111
+ properties?: undefined;
1112
+ required?: undefined;
1113
+ } | {
1114
+ type: string;
1115
+ properties: {
1116
+ winterEquipmentManagementType: {
1117
+ type: string;
1118
+ };
1119
+ winterDrivingManagementExtension: {
1120
+ $ref: string;
1121
+ };
1122
+ };
1123
+ required: string[];
1124
+ $ref?: undefined;
1125
+ })[];
1126
+ };
1127
+ DateTime: {
1128
+ type: string;
1129
+ format: string;
1130
+ };
1131
+ };
1132
+ };
1133
+ outputSchema: {
1134
+ type: string;
1135
+ items: {
1136
+ type: string;
1137
+ required: string[];
1138
+ additionalProperties: boolean;
1139
+ properties: {
1140
+ exchange: {
1141
+ type: string;
1142
+ };
1143
+ publication_time: {
1144
+ type: string;
1145
+ };
1146
+ publication_creator: {
1147
+ type: string;
1148
+ };
1149
+ situation_id: {
1150
+ type: string;
1151
+ };
1152
+ situation_version: {
1153
+ type: string;
1154
+ };
1155
+ situation_version_time: {
1156
+ type: string;
1157
+ };
1158
+ situation_confidentiality: {
1159
+ type: string;
1160
+ };
1161
+ situation_information_status: {
1162
+ type: string;
1163
+ };
1164
+ situation_urgency: {
1165
+ type: string;
1166
+ };
1167
+ situation_record_version: {
1168
+ type: string;
1169
+ };
1170
+ situation_record_type: {
1171
+ type: string;
1172
+ };
1173
+ situation_record_creation_time: {
1174
+ type: string;
1175
+ };
1176
+ situation_record_version_time: {
1177
+ type: string;
1178
+ };
1179
+ probability_of_occurrence: {
1180
+ type: string;
1181
+ };
1182
+ source: {
1183
+ type: string;
1184
+ };
1185
+ validity_status: {
1186
+ type: string;
1187
+ };
1188
+ validity_overall_start_time: {
1189
+ type: string;
1190
+ };
1191
+ validity_overall_end_time: {
1192
+ type: string;
1193
+ };
1194
+ impact_capacity_remaining: {
1195
+ type: string;
1196
+ };
1197
+ impact_number_of_lanes_restricted: {
1198
+ type: string;
1199
+ };
1200
+ impact_number_of_operational_lanes: {
1201
+ type: string;
1202
+ };
1203
+ impact_original_number_of_lanes: {
1204
+ type: string;
1205
+ };
1206
+ impact_traffic_constriction_type: {
1207
+ type: string;
1208
+ };
1209
+ impact_delays_type: {
1210
+ type: string;
1211
+ };
1212
+ impact_delay_time_value: {
1213
+ type: string;
1214
+ };
1215
+ cause: {
1216
+ type: string;
1217
+ };
1218
+ general_public_comment: {
1219
+ type: string;
1220
+ };
1221
+ group_of_locations_type: {
1222
+ type: string;
1223
+ };
1224
+ supplementary_positional_description: {
1225
+ type: string;
1226
+ };
1227
+ destination: {
1228
+ type: string;
1229
+ };
1230
+ alert_c_linear: {
1231
+ type: string;
1232
+ };
1233
+ linear_within_linear_element: {
1234
+ type: string;
1235
+ };
1236
+ global_network_linear: {
1237
+ type: string;
1238
+ };
1239
+ linear_extension: {
1240
+ type: string;
1241
+ };
1242
+ situation_record_extension: {
1243
+ type: string;
1244
+ };
1245
+ number_of_obstructions: {
1246
+ type: string;
1247
+ };
1248
+ mobility_of_obstruction: {
1249
+ type: string;
1250
+ };
1251
+ compliance_option: {
1252
+ type: string;
1253
+ };
1254
+ applicable_for_traffic_direction: {
1255
+ type: string;
1256
+ };
1257
+ applicable_for_traffic_type: {
1258
+ type: string;
1259
+ };
1260
+ places_at_which_applicable: {
1261
+ type: string;
1262
+ };
1263
+ for_vehicles_with_characteristics_of: {
1264
+ type: string;
1265
+ };
1266
+ roadworks_duration: {
1267
+ type: string;
1268
+ };
1269
+ roadworks_scale: {
1270
+ type: string;
1271
+ };
1272
+ under_traffic: {
1273
+ type: string;
1274
+ };
1275
+ urgent_roadworks: {
1276
+ type: string;
1277
+ };
1278
+ mobility: {
1279
+ type: string;
1280
+ };
1281
+ subjects: {
1282
+ type: string;
1283
+ };
1284
+ maintenance_vehicles: {
1285
+ type: string;
1286
+ };
1287
+ abnormal_traffic_type: {
1288
+ type: string;
1289
+ };
1290
+ relative_traffic_flow: {
1291
+ type: string;
1292
+ };
1293
+ traffic_trend_type: {
1294
+ type: string;
1295
+ };
1296
+ accident_type: {
1297
+ type: string;
1298
+ };
1299
+ total_number_of_vehicles_involved: {
1300
+ type: string;
1301
+ };
1302
+ vehicle_involved: {
1303
+ type: string;
1304
+ };
1305
+ group_of_vehicles_involved: {
1306
+ type: string;
1307
+ };
1308
+ group_of_people_involved: {
1309
+ type: string;
1310
+ };
1311
+ animal_presence_type: {
1312
+ type: string;
1313
+ };
1314
+ alive: {
1315
+ type: string;
1316
+ };
1317
+ authority_operation_type: {
1318
+ type: string;
1319
+ };
1320
+ car_park_configuration: {
1321
+ type: string;
1322
+ };
1323
+ car_park_identity: {
1324
+ type: string;
1325
+ };
1326
+ car_park_occupancy: {
1327
+ type: string;
1328
+ };
1329
+ car_park_status: {
1330
+ type: string;
1331
+ };
1332
+ number_of_vacant_parking_spaces: {
1333
+ type: string;
1334
+ };
1335
+ occupied_spaces: {
1336
+ type: string;
1337
+ };
1338
+ total_capacity: {
1339
+ type: string;
1340
+ };
1341
+ driving_condition_type: {
1342
+ type: string;
1343
+ };
1344
+ construction_work_type: {
1345
+ type: string;
1346
+ };
1347
+ disturbance_activity_type: {
1348
+ type: string;
1349
+ };
1350
+ depth: {
1351
+ type: string;
1352
+ };
1353
+ environmental_obstruction_type: {
1354
+ type: string;
1355
+ };
1356
+ equipment_or_system_fault_type: {
1357
+ type: string;
1358
+ };
1359
+ faulty_equipment_or_system_type: {
1360
+ type: string;
1361
+ };
1362
+ general_instruction_to_road_users_type: {
1363
+ type: string;
1364
+ };
1365
+ general_message_to_road_users: {
1366
+ type: string;
1367
+ };
1368
+ general_network_management_type: {
1369
+ type: string;
1370
+ };
1371
+ traffic_manually_directed_by: {
1372
+ type: string;
1373
+ };
1374
+ obstruction_type: {
1375
+ type: string;
1376
+ };
1377
+ infrastructure_damage_type: {
1378
+ type: string;
1379
+ };
1380
+ road_maintenance_type: {
1381
+ type: string;
1382
+ };
1383
+ non_weather_related_road_condition_type: {
1384
+ type: string;
1385
+ };
1386
+ poor_environment_type: {
1387
+ type: string;
1388
+ };
1389
+ precipitation_detail: {
1390
+ type: string;
1391
+ };
1392
+ visibility: {
1393
+ type: string;
1394
+ };
1395
+ temperature: {
1396
+ type: string;
1397
+ };
1398
+ wind: {
1399
+ type: string;
1400
+ };
1401
+ public_event_type: {
1402
+ type: string;
1403
+ };
1404
+ rerouting_management_type: {
1405
+ type: string;
1406
+ };
1407
+ rerouting_itinerary_description: {
1408
+ type: string;
1409
+ };
1410
+ signed_rerouting: {
1411
+ type: string;
1412
+ };
1413
+ entry: {
1414
+ type: string;
1415
+ };
1416
+ exit: {
1417
+ type: string;
1418
+ };
1419
+ road_or_junction_number: {
1420
+ type: string;
1421
+ };
1422
+ road_operator_service_disruption_type: {
1423
+ type: string;
1424
+ };
1425
+ road_or_carriageway_or_lane_management_type: {
1426
+ type: string;
1427
+ };
1428
+ minimum_car_occupancy: {
1429
+ type: string;
1430
+ };
1431
+ roadside_assistance_type: {
1432
+ type: string;
1433
+ };
1434
+ roadside_service_disruption_type: {
1435
+ type: string;
1436
+ };
1437
+ speed_management_type: {
1438
+ type: string;
1439
+ };
1440
+ temporary_speed_limit: {
1441
+ type: string;
1442
+ };
1443
+ transit_service_information: {
1444
+ type: string;
1445
+ };
1446
+ transit_service_type: {
1447
+ type: string;
1448
+ };
1449
+ vehicle_obstruction_type: {
1450
+ type: string;
1451
+ };
1452
+ obstructing_vehicle: {
1453
+ type: string;
1454
+ };
1455
+ weather_related_road_condition_type: {
1456
+ type: string;
1457
+ };
1458
+ road_surface_condition_measurements: {
1459
+ type: string;
1460
+ };
1461
+ winter_equipment_management_type: {
1462
+ type: string;
1463
+ };
1464
+ alert_c_direction: {
1465
+ type: string;
1466
+ };
1467
+ geom_openlr_line: {
1468
+ type: string;
1469
+ };
1470
+ geom_gn_line: {
1471
+ type: string;
1472
+ };
1473
+ geom_alert_c_line: {
1474
+ type: string;
1475
+ };
1476
+ };
1477
+ };
1478
+ };
1479
+ outputSequelizeAttributes: ModelAttributes<import("sequelize/types/model").Model<any, any>, any>;
1480
+ pgTableName: string;
1481
+ };
1482
+ traffic_restrictions: {
1483
+ name: string;
1484
+ datasourceSchema: {
1485
+ title: string;
1486
+ type: string;
1487
+ properties: {
1488
+ d2LogicalModel: {
1489
+ type: string;
1490
+ properties: {
1491
+ $: {
1492
+ type: string;
1493
+ properties: {
1494
+ modelBaseVersion: {
1495
+ type: string;
1496
+ enum: string[];
1497
+ };
1498
+ };
1499
+ required: string[];
1500
+ additionalProperties: boolean;
1501
+ };
1502
+ exchange: {
1503
+ $ref: string;
1504
+ };
1505
+ payloadPublication: {
1506
+ $ref: string;
1507
+ };
1508
+ };
1509
+ required: string[];
1510
+ additionalProperties: boolean;
1511
+ };
1512
+ };
1513
+ required: string[];
1514
+ additionalProperties: boolean;
1515
+ definitions: {
1516
+ _ExtensionType: {
1517
+ type: string;
1518
+ };
1519
+ Exchange: {
1520
+ type: string;
1521
+ properties: {
1522
+ supplierIdentification: {
1523
+ $ref: string;
1524
+ };
1525
+ exchangeExtension: {
1526
+ $ref: string;
1527
+ };
1528
+ };
1529
+ required: string[];
1530
+ };
1531
+ InternationalIdentifier: {
1532
+ type: string;
1533
+ properties: {
1534
+ country: {
1535
+ type: string;
1536
+ };
1537
+ nationalIdentifier: {
1538
+ type: string;
1539
+ };
1540
+ internationalIdentifierExtension: {
1541
+ $ref: string;
1542
+ };
1543
+ };
1544
+ required: string[];
1545
+ additionalProperties: boolean;
1546
+ };
1547
+ PayloadPublication: {
1548
+ type: string;
1549
+ properties: {
1550
+ $: {
1551
+ type: string;
1552
+ properties: {
1553
+ "xsi:type": {
1554
+ type: string;
1555
+ enum: string[];
1556
+ };
1557
+ lang: {
1558
+ type: string;
1559
+ };
1560
+ };
1561
+ required: string[];
1562
+ additionalProperties: boolean;
1563
+ };
1564
+ publicationTime: {
1565
+ $ref: string;
1566
+ };
1567
+ publicationCreator: {
1568
+ $ref: string;
1569
+ };
1570
+ situation: {
1571
+ oneOf: ({
1572
+ $ref: string;
1573
+ items?: undefined;
1574
+ type?: undefined;
1575
+ } | {
1576
+ items: {
1577
+ $ref: string;
1578
+ };
1579
+ type: string;
1580
+ $ref?: undefined;
1581
+ })[];
1582
+ };
1583
+ situationPublicationExtension: {
1584
+ $ref: string;
1585
+ };
1586
+ };
1587
+ required: string[];
1588
+ additionalProperties: boolean;
1589
+ };
1590
+ DateTime: {
1591
+ type: string;
1592
+ format: string;
1593
+ };
1594
+ HeaderInformation: {
1595
+ type: string;
1596
+ properties: {
1597
+ confidentiality: {
1598
+ type: string;
1599
+ };
1600
+ informationStatus: {
1601
+ type: string;
1602
+ };
1603
+ urgency: {
1604
+ type: string;
1605
+ };
1606
+ };
1607
+ required: string[];
1608
+ additionalProperties: boolean;
1609
+ };
1610
+ Situation: {
1611
+ type: string;
1612
+ properties: {
1613
+ $: {
1614
+ type: string;
1615
+ properties: {
1616
+ id: {
1617
+ type: string;
1618
+ };
1619
+ version: {
1620
+ type: string;
1621
+ };
1622
+ };
1623
+ required: string[];
1624
+ additionalProperties: boolean;
1625
+ };
1626
+ situationVersionTime: {
1627
+ $ref: string;
1628
+ };
1629
+ headerInformation: {
1630
+ $ref: string;
1631
+ };
1632
+ situationRecord: {
1633
+ oneOf: ({
1634
+ $ref: string;
1635
+ items?: undefined;
1636
+ type?: undefined;
1637
+ } | {
1638
+ items: {
1639
+ $ref: string;
1640
+ };
1641
+ type: string;
1642
+ $ref?: undefined;
1643
+ })[];
1644
+ };
1645
+ situationExtension: {
1646
+ $ref: string;
1647
+ };
1648
+ };
1649
+ required: string[];
1650
+ additionalProperties: boolean;
1651
+ };
1652
+ SituationRecord: {
1653
+ allOf: {
1654
+ type: string;
1655
+ properties: {
1656
+ $: {
1657
+ type: string;
1658
+ properties: {
1659
+ id: {
1660
+ type: string;
1661
+ };
1662
+ "xsi:type": {
1663
+ type: string;
1664
+ };
1665
+ version: {
1666
+ type: string;
1667
+ };
1668
+ };
1669
+ required: string[];
1670
+ additionalProperties: boolean;
1671
+ };
1672
+ situationRecordCreationTime: {
1673
+ $ref: string;
1674
+ };
1675
+ situationRecordVersionTime: {
1676
+ $ref: string;
1677
+ };
1678
+ probabilityOfOccurrence: {
1679
+ type: string;
1680
+ };
1681
+ source: {
1682
+ type: string;
1683
+ };
1684
+ validity: {
1685
+ $ref: string;
1686
+ };
1687
+ impact: {
1688
+ $ref: string;
1689
+ };
1690
+ cause: {
1691
+ type: string;
1692
+ };
1693
+ generalPublicComment: {
1694
+ oneOf: ({
1695
+ type: string;
1696
+ items?: undefined;
1697
+ } | {
1698
+ items: {
1699
+ type: string;
1700
+ };
1701
+ type: string;
1702
+ })[];
1703
+ };
1704
+ groupOfLocations: {
1705
+ $ref: string;
1706
+ };
1707
+ situationRecordExtension: {
1708
+ $ref: string;
1709
+ };
1710
+ };
1711
+ required: string[];
1712
+ }[];
1713
+ };
1714
+ Validity: {
1715
+ type: string;
1716
+ properties: {
1717
+ validityStatus: {
1718
+ type: string;
1719
+ };
1720
+ validityTimeSpecification: {
1721
+ $ref: string;
1722
+ };
1723
+ };
1724
+ required: string[];
1725
+ additionalProperties: boolean;
1726
+ };
1727
+ OverallPeriod: {
1728
+ type: string;
1729
+ properties: {
1730
+ overallStartTime: {
1731
+ $ref: string;
1732
+ };
1733
+ overallEndTime: {
1734
+ $ref: string;
1735
+ };
1736
+ };
1737
+ required: string[];
1738
+ additionalProperties: boolean;
1739
+ };
1740
+ Impact: {
1741
+ type: string;
1742
+ properties: {
1743
+ capacityRemaining: {
1744
+ type: string;
1745
+ pattern: string;
1746
+ };
1747
+ numberOfLanesRestricted: {
1748
+ type: string;
1749
+ pattern: string;
1750
+ };
1751
+ numberOfOperationalLanes: {
1752
+ type: string;
1753
+ pattern: string;
1754
+ };
1755
+ originalNumberOfLanes: {
1756
+ type: string;
1757
+ pattern: string;
1758
+ };
1759
+ trafficConstrictionType: {
1760
+ type: string;
1761
+ };
1762
+ delays: {
1763
+ $ref: string;
1764
+ };
1765
+ };
1766
+ additionalProperties: boolean;
1767
+ };
1768
+ Delays: {
1769
+ type: string;
1770
+ properties: {
1771
+ delaysType: {
1772
+ type: string;
1773
+ };
1774
+ delayTimeValue: {
1775
+ type: string;
1776
+ pattern: string;
1777
+ };
1778
+ };
1779
+ additionalProperties: boolean;
1780
+ };
1781
+ GroupOfLocations: {
1782
+ allOf: ({
1783
+ type: string;
1784
+ properties: {
1785
+ $: {
1786
+ type: string;
1787
+ properties: {
1788
+ "xsi:type": {
1789
+ type: string;
1790
+ };
1791
+ lang: {
1792
+ type: string;
1793
+ };
1794
+ };
1795
+ required: string[];
1796
+ additionalProperties: boolean;
1797
+ };
1798
+ };
1799
+ required: string[];
1800
+ anyOf?: undefined;
1801
+ } | {
1802
+ anyOf: {
1803
+ $ref: string;
1804
+ }[];
1805
+ type?: undefined;
1806
+ properties?: undefined;
1807
+ required?: undefined;
1808
+ })[];
1809
+ };
1810
+ Linear: {
1811
+ allOf: {
1812
+ type: string;
1813
+ properties: {
1814
+ alertCLinear: {
1815
+ type: string;
1816
+ };
1817
+ linearWithinLinearElement: {
1818
+ type: string;
1819
+ };
1820
+ globalNetworkLinear: {
1821
+ type: string;
1822
+ };
1823
+ linearExtension: {
1824
+ type: string;
1825
+ };
1826
+ };
1827
+ }[];
1828
+ };
1829
+ };
1830
+ };
1831
+ outputSchema: {
1832
+ type: string;
1833
+ items: {
1834
+ type: string;
1835
+ required: string[];
1836
+ additionalProperties: boolean;
1837
+ properties: {
1838
+ exchange: {
1839
+ type: string;
1840
+ };
1841
+ publication_time: {
1842
+ type: string;
1843
+ };
1844
+ publication_creator: {
1845
+ type: string;
1846
+ };
1847
+ situation_id: {
1848
+ type: string;
1849
+ };
1850
+ situation_version: {
1851
+ type: string;
1852
+ };
1853
+ situation_version_time: {
1854
+ type: string;
1855
+ };
1856
+ situation_confidentiality: {
1857
+ type: string;
1858
+ };
1859
+ situation_information_status: {
1860
+ type: string;
1861
+ };
1862
+ situation_urgency: {
1863
+ type: string;
1864
+ };
1865
+ situation_record_id: {
1866
+ type: string;
1867
+ };
1868
+ situation_record_version: {
1869
+ type: string;
1870
+ };
1871
+ situation_record_type: {
1872
+ type: string;
1873
+ };
1874
+ situation_record_creation_time: {
1875
+ type: string;
1876
+ };
1877
+ situation_record_version_time: {
1878
+ type: string;
1879
+ };
1880
+ probability_of_occurrence: {
1881
+ type: string;
1882
+ };
1883
+ source: {
1884
+ type: string;
1885
+ };
1886
+ validity_status: {
1887
+ type: string;
1888
+ };
1889
+ validity_overall_start_time: {
1890
+ type: string;
1891
+ };
1892
+ validity_overall_end_time: {
1893
+ type: string;
1894
+ };
1895
+ impact_capacity_remaining: {
1896
+ type: string;
1897
+ };
1898
+ impact_number_of_lanes_restricted: {
1899
+ type: string;
1900
+ };
1901
+ impact_number_of_operational_lanes: {
1902
+ type: string;
1903
+ };
1904
+ impact_original_number_of_lanes: {
1905
+ type: string;
1906
+ };
1907
+ impact_traffic_constriction_type: {
1908
+ type: string;
1909
+ };
1910
+ impact_delays_type: {
1911
+ type: string;
1912
+ };
1913
+ impact_delay_time_value: {
1914
+ type: string;
1915
+ };
1916
+ cause: {
1917
+ type: string;
1918
+ };
1919
+ general_public_comment: {
1920
+ type: string;
1921
+ };
1922
+ group_of_locations_type: {
1923
+ type: string;
1924
+ };
1925
+ supplementary_positional_description: {
1926
+ type: string;
1927
+ };
1928
+ destination: {
1929
+ type: string;
1930
+ };
1931
+ alert_c_linear: {
1932
+ type: string;
1933
+ };
1934
+ linear_within_linear_element: {
1935
+ type: string;
1936
+ };
1937
+ global_network_linear: {
1938
+ type: string;
1939
+ };
1940
+ linear_extension: {
1941
+ type: string;
1942
+ };
1943
+ situation_record_extension: {
1944
+ type: string;
1945
+ };
1946
+ number_of_obstructions: {
1947
+ type: string;
1948
+ };
1949
+ mobility_of_obstruction: {
1950
+ type: string;
1951
+ };
1952
+ compliance_option: {
1953
+ type: string;
1954
+ };
1955
+ applicable_for_traffic_direction: {
1956
+ type: string;
1957
+ };
1958
+ applicable_for_traffic_type: {
1959
+ type: string;
1960
+ };
1961
+ places_at_which_applicable: {
1962
+ type: string;
1963
+ };
1964
+ for_vehicles_with_characteristics_of: {
1965
+ type: string;
1966
+ };
1967
+ roadworks_duration: {
1968
+ type: string;
1969
+ };
1970
+ roadworks_scale: {
1971
+ type: string;
1972
+ };
1973
+ under_traffic: {
1974
+ type: string;
1975
+ };
1976
+ urgent_roadworks: {
1977
+ type: string;
1978
+ };
1979
+ mobility: {
1980
+ type: string;
1981
+ };
1982
+ subjects: {
1983
+ type: string;
1984
+ };
1985
+ maintenance_vehicles: {
1986
+ type: string;
1987
+ };
1988
+ abnormal_traffic_type: {
1989
+ type: string;
1990
+ };
1991
+ accident_type: {
1992
+ type: string;
1993
+ };
1994
+ group_of_vehicles_involved: {
1995
+ type: string;
1996
+ };
1997
+ car_park_identity: {
1998
+ type: string;
1999
+ };
2000
+ car_park_occupancy: {
2001
+ type: string;
2002
+ };
2003
+ number_of_vacant_parking_spaces: {
2004
+ type: string;
2005
+ };
2006
+ driving_condition_type: {
2007
+ type: string;
2008
+ };
2009
+ construction_work_type: {
2010
+ type: string;
2011
+ };
2012
+ disturbance_activity_type: {
2013
+ type: string;
2014
+ };
2015
+ environmental_obstruction_type: {
2016
+ type: string;
2017
+ };
2018
+ general_instruction_to_road_users_type: {
2019
+ type: string;
2020
+ };
2021
+ general_message_to_road_users: {
2022
+ type: string;
2023
+ };
2024
+ general_network_management_type: {
2025
+ type: string;
2026
+ };
2027
+ traffic_manually_directed_by: {
2028
+ type: string;
2029
+ };
2030
+ infrastructure_damage_type: {
2031
+ type: string;
2032
+ };
2033
+ road_maintenance_type: {
2034
+ type: string;
2035
+ };
2036
+ non_weather_related_road_condition_type: {
2037
+ type: string;
2038
+ };
2039
+ poor_environment_type: {
2040
+ type: string;
2041
+ };
2042
+ public_event_type: {
2043
+ type: string;
2044
+ };
2045
+ rerouting_management_type: {
2046
+ type: string;
2047
+ };
2048
+ rerouting_itinerary_description: {
2049
+ type: string;
2050
+ };
2051
+ signed_rerouting: {
2052
+ type: string;
2053
+ };
2054
+ entry: {
2055
+ type: string;
2056
+ };
2057
+ exit: {
2058
+ type: string;
2059
+ };
2060
+ road_or_junction_number: {
2061
+ type: string;
2062
+ };
2063
+ road_or_carriageway_or_lane_management_type: {
2064
+ type: string;
2065
+ };
2066
+ minimum_car_occupancy: {
2067
+ type: string;
2068
+ };
2069
+ roadside_assistance_type: {
2070
+ type: string;
2071
+ };
2072
+ speed_management_type: {
2073
+ type: string;
2074
+ };
2075
+ temporary_speed_limit: {
2076
+ type: string;
2077
+ };
2078
+ vehicle_obstruction_type: {
2079
+ type: string;
2080
+ };
2081
+ obstructing_vehicle: {
2082
+ type: string;
2083
+ };
2084
+ winter_equipment_management_type: {
2085
+ type: string;
2086
+ };
2087
+ alert_c_direction: {
2088
+ type: string;
2089
+ };
2090
+ geom_openlr_line: {
2091
+ type: string;
2092
+ };
2093
+ geom_gn_line: {
2094
+ type: string;
2095
+ };
2096
+ geom_alert_c_line: {
2097
+ type: string;
2098
+ };
2099
+ osm_path: {
2100
+ type: string;
2101
+ };
2102
+ };
2103
+ };
2104
+ };
2105
+ outputSequelizeAttributes: ModelAttributes<any, any>;
2106
+ pgTableName: string;
2107
+ };
2108
+ rsd_tmc_points: {
2109
+ name: string;
2110
+ outputSchema: {
2111
+ type: string;
2112
+ required: string[];
2113
+ additionalProperties: boolean;
2114
+ properties: {
2115
+ lcd: {
2116
+ type: string;
2117
+ };
2118
+ wgs84_x: {
2119
+ type: string;
2120
+ };
2121
+ wgs84_y: {
2122
+ type: string;
2123
+ };
2124
+ };
2125
+ };
2126
+ outputSequelizeAttributes: ModelAttributes<any, any>;
2127
+ pgTableName: string;
2128
+ };
2129
+ };
2
2130
  export { forExport as Ndic };