Skip to content

Commit

Permalink
fix(client): update dmmf-types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Jun 17, 2022
1 parent 948f97e commit 0f30ae3
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/client/src/__tests__/__helpers__/dmmf-types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { DMMF } from '@prisma/generator-helper'
import { DMMF } from '@prisma/generator-helper'

const dmmf: DMMF.Document = {
datamodel: {
Expand Down Expand Up @@ -1214,7 +1214,7 @@ const dmmf: DMMF.Document = {
isList: false,
location: 'inputObjectTypes',
namespace: 'prisma',
type: 'UserUpdateOneRequiredWithoutPostsInput',
type: 'UserUpdateOneRequiredWithoutPostsNestedInput',
},
],
isNullable: false,
Expand Down Expand Up @@ -1634,7 +1634,7 @@ const dmmf: DMMF.Document = {
isList: false,
location: 'inputObjectTypes',
namespace: 'prisma',
type: 'PostUpdateManyWithoutAuthorInput',
type: 'PostUpdateManyWithoutAuthorNestedInput',
},
],
isNullable: false,
Expand Down Expand Up @@ -1692,7 +1692,7 @@ const dmmf: DMMF.Document = {
isList: false,
location: 'inputObjectTypes',
namespace: 'prisma',
type: 'PostUncheckedUpdateManyWithoutAuthorInput',
type: 'PostUncheckedUpdateManyWithoutAuthorNestedInput',
},
],
isNullable: false,
Expand Down Expand Up @@ -3215,7 +3215,7 @@ const dmmf: DMMF.Document = {
name: 'update',
},
],
name: 'UserUpdateOneRequiredWithoutPostsInput',
name: 'UserUpdateOneRequiredWithoutPostsNestedInput',
},
{
constraints: {
Expand Down Expand Up @@ -3732,7 +3732,7 @@ const dmmf: DMMF.Document = {
name: 'deleteMany',
},
],
name: 'PostUpdateManyWithoutAuthorInput',
name: 'PostUpdateManyWithoutAuthorNestedInput',
},
{
constraints: {
Expand Down Expand Up @@ -3956,7 +3956,7 @@ const dmmf: DMMF.Document = {
name: 'deleteMany',
},
],
name: 'PostUncheckedUpdateManyWithoutAuthorInput',
name: 'PostUncheckedUpdateManyWithoutAuthorNestedInput',
},
{
constraints: {
Expand Down

0 comments on commit 0f30ae3

Please sign in to comment.