@tmlmobilidade/databases 20260616.222.7 → 20260616.1147.27
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.
|
@@ -21,8 +21,8 @@ declare class SimplifiedApexInspectionsNewClass extends ClickHouseInterfaceTempl
|
|
|
21
21
|
mac_ase_counter_value: number;
|
|
22
22
|
mac_sam_serial_number: number;
|
|
23
23
|
pattern_id: string;
|
|
24
|
-
product_id: string;
|
|
25
|
-
trip_id: string;
|
|
24
|
+
product_id: string | null;
|
|
25
|
+
trip_id: string | null;
|
|
26
26
|
vehicle_id: number;
|
|
27
27
|
card_serial_number: string;
|
|
28
28
|
control_destination_stop_id: string;
|
|
@@ -20,7 +20,7 @@ declare class SimplifiedApexLocationsNewClass extends ClickHouseInterfaceTemplat
|
|
|
20
20
|
mac_sam_serial_number: number;
|
|
21
21
|
pattern_id: string;
|
|
22
22
|
stop_id: string;
|
|
23
|
-
trip_id: string;
|
|
23
|
+
trip_id: string | null;
|
|
24
24
|
vehicle_id: number;
|
|
25
25
|
}>;
|
|
26
26
|
protected readonly tableName = "locations";
|
|
@@ -24,7 +24,7 @@ declare class SimplifiedApexValidationsNewClass extends ClickHouseInterfaceTempl
|
|
|
24
24
|
pattern_id: string;
|
|
25
25
|
product_id: string;
|
|
26
26
|
stop_id: string;
|
|
27
|
-
trip_id: string;
|
|
27
|
+
trip_id: string | null;
|
|
28
28
|
units_qty: number | null;
|
|
29
29
|
vehicle_id: number;
|
|
30
30
|
card_serial_number: string;
|