prisma 6.11.0-dev.30 → 6.11.0-dev.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.
@@ -2729,6 +2729,7 @@ declare interface Queryable<Query, Result> extends AdapterInfo {
2729
2729
  declare type QueryCompiler = {
2730
2730
  compile(request: string): {};
2731
2731
  compileBatch(batchRequest: string): BatchResponse;
2732
+ free(): void;
2732
2733
  };
2733
2734
 
2734
2735
  declare interface QueryCompilerConstructor {
@@ -2729,6 +2729,7 @@ declare interface Queryable<Query, Result> extends AdapterInfo {
2729
2729
  declare type QueryCompiler = {
2730
2730
  compile(request: string): {};
2731
2731
  compileBatch(batchRequest: string): BatchResponse;
2732
+ free(): void;
2732
2733
  };
2733
2734
 
2734
2735
  declare interface QueryCompilerConstructor {