@tmlmobilidade/go-interfaces-labdb 20260908.1705.39 → 20260908.2038.54
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.
|
@@ -135,6 +135,7 @@ export class OperationDatabase {
|
|
|
135
135
|
await this.rideAnalysisExpectedApexValidationInterval.init();
|
|
136
136
|
await this.rideAnalysisExpectedDriverIdQty.init();
|
|
137
137
|
await this.rideAnalysisExpectedStartTime.init();
|
|
138
|
+
await this.rideAnalysisExpectedVehicleEventCoverageGeo.init();
|
|
138
139
|
await this.rideAnalysisExpectedVehicleEventDelay.init();
|
|
139
140
|
await this.rideAnalysisExpectedVehicleEventInterval.init();
|
|
140
141
|
await this.rideAnalysisExpectedVehicleEventQty.init();
|