@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 {};
@@ -48,4 +48,7 @@ class RawApexTransactionsClass extends MongoInterfaceTemplate {
48
48
  }
49
49
  }
50
50
  /* * */
51
+ /**
52
+ * @deprecated Use RawDb.raw.apexTransactions instead.
53
+ */
51
54
  export const rawApexTransactions = asyncSingletonProxy(RawApexTransactionsClass);
@@ -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 {};
@@ -48,4 +48,7 @@ class RawVehicleEventsNewClass extends MongoInterfaceTemplate {
48
48
  }
49
49
  }
50
50
  /* * */
51
+ /**
52
+ * @deprecated Use RawDb.raw.vehicleEvents instead.
53
+ */
51
54
  export const rawVehicleEventsNew = asyncSingletonProxy(RawVehicleEventsNewClass);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/databases",
3
- "version": "20260713.1735.8",
3
+ "version": "20260713.2140.32",
4
4
  "author": {
5
5
  "email": "iso@tmlmobilidade.pt",
6
6
  "name": "TML-ISO"