@prisma/client-generator-js 6.20.0-integration-next.7 → 6.20.0-integration-next.8

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.
@@ -11,26 +11,26 @@ export declare class ArgsTypeBuilder {
11
11
  private addProperty;
12
12
  addSchemaArgs(args: readonly DMMF.SchemaArg[]): this;
13
13
  addSelectArg(selectTypeName?: string): this;
14
- addIncludeArgIfHasRelations(includeTypeName?: string, type?: import("@prisma/dmmf/dist/util").ReadonlyDeep<{
14
+ addIncludeArgIfHasRelations(includeTypeName?: string, type?: DMMF.ReadonlyDeep<{
15
15
  name: string;
16
- fields: import("@prisma/dmmf/dist/util").ReadonlyDeep<{
16
+ fields: DMMF.ReadonlyDeep<{
17
17
  name: string;
18
18
  isNullable?: boolean | undefined;
19
19
  outputType: DMMF.OutputTypeRef;
20
- args: import("@prisma/dmmf/dist/util").ReadonlyDeep<{
20
+ args: DMMF.ReadonlyDeep<{
21
21
  name: string;
22
22
  comment?: string | undefined;
23
23
  isNullable: boolean;
24
24
  isRequired: boolean;
25
25
  inputTypes: DMMF.InputTypeRef[];
26
26
  requiresOtherFields?: string[] | undefined;
27
- deprecation?: import("@prisma/dmmf/dist/util").ReadonlyDeep<{
27
+ deprecation?: DMMF.ReadonlyDeep<{
28
28
  sinceVersion: string;
29
29
  reason: string;
30
30
  plannedRemovalVersion?: string | undefined;
31
31
  }> | undefined;
32
32
  }>[];
33
- deprecation?: import("@prisma/dmmf/dist/util").ReadonlyDeep<{
33
+ deprecation?: DMMF.ReadonlyDeep<{
34
34
  sinceVersion: string;
35
35
  reason: string;
36
36
  plannedRemovalVersion?: string | undefined;
package/dist/index.js CHANGED
@@ -6843,7 +6843,7 @@ var import_engines_version = require("@prisma/engines-version");
6843
6843
  var import_internals10 = require("@prisma/internals");
6844
6844
 
6845
6845
  // package.json
6846
- var version = "6.20.0-integration-next.7";
6846
+ var version = "6.20.0-integration-next.8";
6847
6847
 
6848
6848
  // src/resolvePrismaClient.ts
6849
6849
  var import_promises2 = __toESM(require("node:fs/promises"));
package/dist/index.mjs CHANGED
@@ -6835,7 +6835,7 @@ import { enginesVersion } from "@prisma/engines-version";
6835
6835
  import { parseEnvValue } from "@prisma/internals";
6836
6836
 
6837
6837
  // package.json
6838
- var version = "6.20.0-integration-next.7";
6838
+ var version = "6.20.0-integration-next.8";
6839
6839
 
6840
6840
  // src/resolvePrismaClient.ts
6841
6841
  import fs2 from "node:fs/promises";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-js",
3
- "version": "6.20.0-integration-next.7",
3
+ "version": "6.20.0-integration-next.8",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -32,14 +32,14 @@
32
32
  "package-up": "5.0.0",
33
33
  "pluralize": "8.0.0",
34
34
  "ts-pattern": "5.6.2",
35
- "@prisma/client-common": "6.20.0-integration-next.7",
36
- "@prisma/debug": "6.20.0-integration-next.7",
37
- "@prisma/dmmf": "6.20.0-integration-next.7",
38
- "@prisma/fetch-engine": "6.20.0-integration-next.7",
39
- "@prisma/generator": "6.20.0-integration-next.7",
40
- "@prisma/internals": "6.20.0-integration-next.7",
41
- "@prisma/get-platform": "6.20.0-integration-next.7",
42
- "@prisma/ts-builders": "6.20.0-integration-next.7"
35
+ "@prisma/client-common": "6.20.0-integration-next.8",
36
+ "@prisma/debug": "6.20.0-integration-next.8",
37
+ "@prisma/dmmf": "6.20.0-integration-next.8",
38
+ "@prisma/fetch-engine": "6.20.0-integration-next.8",
39
+ "@prisma/generator": "6.20.0-integration-next.8",
40
+ "@prisma/get-platform": "6.20.0-integration-next.8",
41
+ "@prisma/ts-builders": "6.20.0-integration-next.8",
42
+ "@prisma/internals": "6.20.0-integration-next.8"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/pluralize": "0.0.33",