@tmlmobilidade/databases 20260713.1735.8 → 20260713.2140.32
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.
|
@@ -4741,5 +4741,8 @@ declare class RawApexTransactionsClass extends MongoInterfaceTemplate<RawApexTra
|
|
|
4741
4741
|
static getInstance(): Promise<RawApexTransactionsClass>;
|
|
4742
4742
|
protected connectToClient(): Promise<import("mongodb").MongoClient>;
|
|
4743
4743
|
}
|
|
4744
|
+
/**
|
|
4745
|
+
* @deprecated Use RawDb.raw.apexTransactions instead.
|
|
4746
|
+
*/
|
|
4744
4747
|
export declare const rawApexTransactions: RawApexTransactionsClass;
|
|
4745
4748
|
export {};
|
|
@@ -2875,5 +2875,8 @@ declare class RawVehicleEventsNewClass extends MongoInterfaceTemplate<RawVehicle
|
|
|
2875
2875
|
static getInstance(): Promise<RawVehicleEventsNewClass>;
|
|
2876
2876
|
protected connectToClient(): Promise<import("mongodb").MongoClient>;
|
|
2877
2877
|
}
|
|
2878
|
+
/**
|
|
2879
|
+
* @deprecated Use RawDb.raw.vehicleEvents instead.
|
|
2880
|
+
*/
|
|
2878
2881
|
export declare const rawVehicleEventsNew: RawVehicleEventsNewClass;
|
|
2879
2882
|
export {};
|