@prisma/dmmf 7.3.0-integration-engines-7-3-0-13-parameterization-ffcc2ffa23a1cf2fa93cc75600377a7bcf8b3b08.1 → 7.3.0-integration-parameterization.2

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
+ isParameterizable: boolean;
156
157
  requiresOtherFields?: string[];
157
158
  deprecation?: Deprecation;
158
159
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prisma/dmmf",
3
- "version": "7.3.0-integration-engines-7-3-0-13-parameterization-ffcc2ffa23a1cf2fa93cc75600377a7bcf8b3b08.1",
3
+ "version": "7.3.0-integration-parameterization.2",
4
4
  "description": "This package is intended for Prisma's internal use",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",