@prisma/dmmf 6.15.0-dev.3 → 6.15.0-dev.30

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 -1
  2. package/package.json +1 -1
package/dist/dmmf.d.ts CHANGED
@@ -116,7 +116,7 @@ export type Schema = ReadonlyDeep<{
116
116
  rootMutationType?: string;
117
117
  inputObjectTypes: {
118
118
  model?: InputType[];
119
- prisma: InputType[];
119
+ prisma?: InputType[];
120
120
  };
121
121
  outputObjectTypes: {
122
122
  model: OutputType[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/dmmf",
3
- "version": "6.15.0-dev.3",
3
+ "version": "6.15.0-dev.30",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",