@prisma/client-generator-ts 6.20.0-integration-next.6 → 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.
@@ -10,26 +10,26 @@ export declare class ArgsTypeBuilder {
10
10
  private addProperty;
11
11
  addSchemaArgs(args: readonly DMMF.SchemaArg[]): this;
12
12
  addSelectArg(selectTypeName?: string): this;
13
- addIncludeArgIfHasRelations(includeTypeName?: string, type?: import("@prisma/dmmf/dist/util").ReadonlyDeep<{
13
+ addIncludeArgIfHasRelations(includeTypeName?: string, type?: DMMF.ReadonlyDeep<{
14
14
  name: string;
15
- fields: import("@prisma/dmmf/dist/util").ReadonlyDeep<{
15
+ fields: DMMF.ReadonlyDeep<{
16
16
  name: string;
17
17
  isNullable?: boolean | undefined;
18
18
  outputType: DMMF.OutputTypeRef;
19
- args: import("@prisma/dmmf/dist/util").ReadonlyDeep<{
19
+ args: DMMF.ReadonlyDeep<{
20
20
  name: string;
21
21
  comment?: string | undefined;
22
22
  isNullable: boolean;
23
23
  isRequired: boolean;
24
24
  inputTypes: DMMF.InputTypeRef[];
25
25
  requiresOtherFields?: string[] | undefined;
26
- deprecation?: import("@prisma/dmmf/dist/util").ReadonlyDeep<{
26
+ deprecation?: DMMF.ReadonlyDeep<{
27
27
  sinceVersion: string;
28
28
  reason: string;
29
29
  plannedRemovalVersion?: string | undefined;
30
30
  }> | undefined;
31
31
  }>[];
32
- deprecation?: import("@prisma/dmmf/dist/util").ReadonlyDeep<{
32
+ deprecation?: DMMF.ReadonlyDeep<{
33
33
  sinceVersion: string;
34
34
  reason: string;
35
35
  plannedRemovalVersion?: string | undefined;
package/dist/index.js CHANGED
@@ -6403,7 +6403,7 @@ var import_internals7 = require("@prisma/internals");
6403
6403
  var import_get_tsconfig = require("get-tsconfig");
6404
6404
 
6405
6405
  // package.json
6406
- var version = "6.20.0-integration-next.6";
6406
+ var version = "6.20.0-integration-next.8";
6407
6407
 
6408
6408
  // src/module-format.ts
6409
6409
  function parseModuleFormat(format) {
package/dist/index.mjs CHANGED
@@ -6396,7 +6396,7 @@ import { parseEnvValue } from "@prisma/internals";
6396
6396
  import { getTsconfig } from "get-tsconfig";
6397
6397
 
6398
6398
  // package.json
6399
- var version = "6.20.0-integration-next.6";
6399
+ var version = "6.20.0-integration-next.8";
6400
6400
 
6401
6401
  // src/module-format.ts
6402
6402
  function parseModuleFormat(format) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/client-generator-ts",
3
- "version": "6.20.0-integration-next.6",
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",
@@ -33,14 +33,14 @@
33
33
  "package-up": "5.0.0",
34
34
  "pluralize": "8.0.0",
35
35
  "ts-pattern": "5.6.2",
36
- "@prisma/client-common": "6.20.0-integration-next.6",
37
- "@prisma/dmmf": "6.20.0-integration-next.6",
38
- "@prisma/debug": "6.20.0-integration-next.6",
39
- "@prisma/fetch-engine": "6.20.0-integration-next.6",
40
- "@prisma/generator": "6.20.0-integration-next.6",
41
- "@prisma/ts-builders": "6.20.0-integration-next.6",
42
- "@prisma/get-platform": "6.20.0-integration-next.6",
43
- "@prisma/internals": "6.20.0-integration-next.6"
36
+ "@prisma/client-common": "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/debug": "6.20.0-integration-next.8",
40
+ "@prisma/generator": "6.20.0-integration-next.8",
41
+ "@prisma/get-platform": "6.20.0-integration-next.8",
42
+ "@prisma/internals": "6.20.0-integration-next.8",
43
+ "@prisma/ts-builders": "6.20.0-integration-next.8"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/pluralize": "0.0.33",