prisma 6.10.0-dev.10 → 6.10.0-dev.12

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.
@@ -209,7 +209,7 @@ declare const ColumnTypeEnum: {
209
209
 
210
210
  declare type CompactedBatchResponse = {
211
211
  type: 'compacted';
212
- plan: object;
212
+ plan: {};
213
213
  arguments: Record<string, {}>[];
214
214
  nestedSelection: string[];
215
215
  keys: string[];
@@ -2717,7 +2717,7 @@ declare interface Queryable<Query, Result> extends AdapterInfo {
2717
2717
  }
2718
2718
 
2719
2719
  declare type QueryCompiler = {
2720
- compile(request: string): string;
2720
+ compile(request: string): {};
2721
2721
  compileBatch(batchRequest: string): BatchResponse;
2722
2722
  };
2723
2723
 
@@ -209,7 +209,7 @@ declare const ColumnTypeEnum: {
209
209
 
210
210
  declare type CompactedBatchResponse = {
211
211
  type: 'compacted';
212
- plan: object;
212
+ plan: {};
213
213
  arguments: Record<string, {}>[];
214
214
  nestedSelection: string[];
215
215
  keys: string[];
@@ -2717,7 +2717,7 @@ declare interface Queryable<Query, Result> extends AdapterInfo {
2717
2717
  }
2718
2718
 
2719
2719
  declare type QueryCompiler = {
2720
- compile(request: string): string;
2720
+ compile(request: string): {};
2721
2721
  compileBatch(batchRequest: string): BatchResponse;
2722
2722
  };
2723
2723