@prisma/dmmf 6.13.0-dev.2 → 6.13.0-dev.20

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.
Files changed (2) hide show
  1. package/dist/dmmf.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/dmmf.d.ts CHANGED
@@ -153,6 +153,7 @@ export type SchemaArg = ReadonlyDeep<{
153
153
  isNullable: boolean;
154
154
  isRequired: boolean;
155
155
  inputTypes: InputTypeRef[];
156
+ requiresOtherFields?: string[];
156
157
  deprecation?: Deprecation;
157
158
  }>;
158
159
  export type OutputType = ReadonlyDeep<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/dmmf",
3
- "version": "6.13.0-dev.2",
3
+ "version": "6.13.0-dev.20",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",