@prisma/client-generator-ts 6.12.0-dev.32 → 6.12.0-dev.34

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.
@@ -1,3 +1,5 @@
1
+ /// <reference types="node" />
2
+ /// <reference types="node" />
1
3
  import type * as DMMF from '@prisma/dmmf';
2
4
  import type { ActiveConnectorType, BinaryPaths, DataSource, GeneratorConfig, SqlQueryOutput } from '@prisma/generator';
3
5
  import { EnvPaths } from '@prisma/internals';
@@ -35,7 +37,7 @@ export interface GenerateClientOptions {
35
37
  tsNoCheckPreamble: Boolean;
36
38
  }
37
39
  export interface FileMap {
38
- [name: string]: string | FileMap;
40
+ [name: string]: string | Buffer | FileMap;
39
41
  }
40
42
  export interface BuildClientResult {
41
43
  fileMap: FileMap;
package/dist/index.d.mts CHANGED
@@ -1,3 +1,5 @@
1
+ /// <reference types="node" />
2
+
1
3
  import type { ActiveConnectorType } from '@prisma/generator';
2
4
  import type { BinaryPaths } from '@prisma/generator';
3
5
  import type { DataSource } from '@prisma/generator';
package/dist/index.d.ts CHANGED
@@ -1,3 +1,5 @@
1
+ /// <reference types="node" />
2
+
1
3
  import type { ActiveConnectorType } from '@prisma/generator';
2
4
  import type { BinaryPaths } from '@prisma/generator';
3
5
  import type { DataSource } from '@prisma/generator';