hysteria-orm 11.0.2 → 11.0.3

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.
package/lib/index.d.cts CHANGED
@@ -4699,6 +4699,7 @@ declare class Transaction {
4699
4699
 
4700
4700
  type Operation = "SELECT" | "INSERT" | "UPDATE" | "DELETE" | "OTHER";
4701
4701
  interface QueryContext {
4702
+ id: string;
4702
4703
  sql: string;
4703
4704
  params: any[];
4704
4705
  model?: any;
package/lib/index.d.ts CHANGED
@@ -4699,6 +4699,7 @@ declare class Transaction {
4699
4699
 
4700
4700
  type Operation = "SELECT" | "INSERT" | "UPDATE" | "DELETE" | "OTHER";
4701
4701
  interface QueryContext {
4702
+ id: string;
4702
4703
  sql: string;
4703
4704
  params: any[];
4704
4705
  model?: any;