@@ -562,7 +562,7 @@ function applyTypeClassEnhanceConfig<
562562
563563const modelsInfo = {
564564 MainUser : [ "id" , "email" , "firstName" , "age" , "accountBalance" , "amount" , "role" , "grades" , "aliases" ] ,
565- Post : [ "uuid" , "createdAt" , "updatedAt" , "published " , "title" , "content" , "authorId" , "kind" , "metadata" ] ,
565+ Post : [ "uuid" , "createdAt" , "updatedAt" , "isPublished " , "title" , "content" , "authorId" , "kind" , "metadata" ] ,
566566 Category : [ "name" , "slug" , "number" ] ,
567567 Patient : [ "firstName" , "lastName" , "email" ] ,
568568 Movie : [ "directorFirstName" , "directorLastName" , "title" ] ,
@@ -727,11 +727,11 @@ const inputsInfo = {
727727 MainUserWhereUniqueInput : [ "id" , "email" , "AND" , "OR" , "NOT" , "firstName" , "age" , "accountBalance" , "amount" , "role" , "grades" , "aliases" , "clientPosts" , "editorPosts" ] ,
728728 MainUserOrderByWithAggregationInput : [ "id" , "email" , "firstName" , "age" , "accountBalance" , "amount" , "role" , "grades" , "aliases" , "_count" , "_avg" , "_max" , "_min" , "_sum" ] ,
729729 MainUserScalarWhereWithAggregatesInput : [ "AND" , "OR" , "NOT" , "id" , "email" , "firstName" , "age" , "accountBalance" , "amount" , "role" , "grades" , "aliases" ] ,
730- PostWhereInput : [ "AND" , "OR" , "NOT" , "uuid" , "createdAt" , "updatedAt" , "published " , "title" , "subtitle" , "content" , "authorId" , "editorId" , "kind" , "metadata" , "author" , "editor" ] ,
731- PostOrderByWithRelationAndSearchRelevanceInput : [ "uuid" , "createdAt" , "updatedAt" , "published " , "title" , "subtitle" , "content" , "authorId" , "editorId" , "kind" , "metadata" , "author" , "editor" , "_relevance" ] ,
732- PostWhereUniqueInput : [ "uuid" , "AND" , "OR" , "NOT" , "createdAt" , "updatedAt" , "published " , "title" , "subtitle" , "content" , "authorId" , "editorId" , "kind" , "metadata" , "author" , "editor" ] ,
733- PostOrderByWithAggregationInput : [ "uuid" , "createdAt" , "updatedAt" , "published " , "title" , "subtitle" , "content" , "authorId" , "editorId" , "kind" , "metadata" , "_count" , "_avg" , "_max" , "_min" , "_sum" ] ,
734- PostScalarWhereWithAggregatesInput : [ "AND" , "OR" , "NOT" , "uuid" , "createdAt" , "updatedAt" , "published " , "title" , "subtitle" , "content" , "authorId" , "editorId" , "kind" , "metadata" ] ,
730+ PostWhereInput : [ "AND" , "OR" , "NOT" , "uuid" , "createdAt" , "updatedAt" , "isPublished " , "title" , "subtitle" , "content" , "authorId" , "editorId" , "kind" , "metadata" , "author" , "editor" ] ,
731+ PostOrderByWithRelationAndSearchRelevanceInput : [ "uuid" , "createdAt" , "updatedAt" , "isPublished " , "title" , "subtitle" , "content" , "authorId" , "editorId" , "kind" , "metadata" , "author" , "editor" , "_relevance" ] ,
732+ PostWhereUniqueInput : [ "uuid" , "AND" , "OR" , "NOT" , "createdAt" , "updatedAt" , "isPublished " , "title" , "subtitle" , "content" , "authorId" , "editorId" , "kind" , "metadata" , "author" , "editor" ] ,
733+ PostOrderByWithAggregationInput : [ "uuid" , "createdAt" , "updatedAt" , "isPublished " , "title" , "subtitle" , "content" , "authorId" , "editorId" , "kind" , "metadata" , "_count" , "_avg" , "_max" , "_min" , "_sum" ] ,
734+ PostScalarWhereWithAggregatesInput : [ "AND" , "OR" , "NOT" , "uuid" , "createdAt" , "updatedAt" , "isPublished " , "title" , "subtitle" , "content" , "authorId" , "editorId" , "kind" , "metadata" ] ,
735735 CategoryWhereInput : [ "AND" , "OR" , "NOT" , "name" , "slug" , "number" ] ,
736736 CategoryOrderByWithRelationAndSearchRelevanceInput : [ "name" , "slug" , "number" , "_relevance" ] ,
737737 CategoryWhereUniqueInput : [ "categoryCompoundUnique" , "AND" , "OR" , "NOT" , "name" , "slug" , "number" ] ,
@@ -781,10 +781,10 @@ const inputsInfo = {
781781 MainUserUpdateInput : [ "email" , "firstName" , "age" , "accountBalance" , "amount" , "role" , "grades" , "aliases" , "clientPosts" , "editorPosts" ] ,
782782 MainUserCreateManyInput : [ "id" , "email" , "firstName" , "age" , "accountBalance" , "amount" , "role" , "grades" , "aliases" ] ,
783783 MainUserUpdateManyMutationInput : [ "email" , "firstName" , "age" , "accountBalance" , "amount" , "role" , "grades" , "aliases" ] ,
784- PostCreateInput : [ "uuid" , "createdAt" , "updatedAt" , "published " , "title" , "subtitle" , "content" , "kind" , "metadata" , "author" , "editor" ] ,
785- PostUpdateInput : [ "uuid" , "createdAt" , "updatedAt" , "published " , "title" , "subtitle" , "content" , "kind" , "metadata" , "author" , "editor" ] ,
786- PostCreateManyInput : [ "uuid" , "createdAt" , "updatedAt" , "published " , "title" , "subtitle" , "content" , "authorId" , "editorId" , "kind" , "metadata" ] ,
787- PostUpdateManyMutationInput : [ "uuid" , "createdAt" , "updatedAt" , "published " , "title" , "subtitle" , "content" , "kind" , "metadata" ] ,
784+ PostCreateInput : [ "uuid" , "createdAt" , "updatedAt" , "isPublished " , "title" , "subtitle" , "content" , "kind" , "metadata" , "author" , "editor" ] ,
785+ PostUpdateInput : [ "uuid" , "createdAt" , "updatedAt" , "isPublished " , "title" , "subtitle" , "content" , "kind" , "metadata" , "author" , "editor" ] ,
786+ PostCreateManyInput : [ "uuid" , "createdAt" , "updatedAt" , "isPublished " , "title" , "subtitle" , "content" , "authorId" , "editorId" , "kind" , "metadata" ] ,
787+ PostUpdateManyMutationInput : [ "uuid" , "createdAt" , "updatedAt" , "isPublished " , "title" , "subtitle" , "content" , "kind" , "metadata" ] ,
788788 CategoryCreateInput : [ "name" , "slug" , "number" ] ,
789789 CategoryUpdateInput : [ "name" , "slug" , "number" ] ,
790790 CategoryCreateManyInput : [ "name" , "slug" , "number" ] ,
@@ -850,10 +850,10 @@ const inputsInfo = {
850850 MainUserRelationFilter : [ "is" , "isNot" ] ,
851851 UserNullableRelationFilter : [ "is" , "isNot" ] ,
852852 PostOrderByRelevanceInput : [ "fields" , "sort" , "search" ] ,
853- PostCountOrderByAggregateInput : [ "uuid" , "createdAt" , "updatedAt" , "published " , "title" , "subtitle" , "content" , "authorId" , "editorId" , "kind" , "metadata" ] ,
853+ PostCountOrderByAggregateInput : [ "uuid" , "createdAt" , "updatedAt" , "isPublished " , "title" , "subtitle" , "content" , "authorId" , "editorId" , "kind" , "metadata" ] ,
854854 PostAvgOrderByAggregateInput : [ "authorId" , "editorId" ] ,
855- PostMaxOrderByAggregateInput : [ "uuid" , "createdAt" , "updatedAt" , "published " , "title" , "subtitle" , "content" , "authorId" , "editorId" , "kind" ] ,
856- PostMinOrderByAggregateInput : [ "uuid" , "createdAt" , "updatedAt" , "published " , "title" , "subtitle" , "content" , "authorId" , "editorId" , "kind" ] ,
855+ PostMaxOrderByAggregateInput : [ "uuid" , "createdAt" , "updatedAt" , "isPublished " , "title" , "subtitle" , "content" , "authorId" , "editorId" , "kind" ] ,
856+ PostMinOrderByAggregateInput : [ "uuid" , "createdAt" , "updatedAt" , "isPublished " , "title" , "subtitle" , "content" , "authorId" , "editorId" , "kind" ] ,
857857 PostSumOrderByAggregateInput : [ "authorId" , "editorId" ] ,
858858 DateTimeWithAggregatesFilter : [ "equals" , "in" , "notIn" , "lt" , "lte" , "gt" , "gte" , "not" , "_count" , "_min" , "_max" ] ,
859859 BoolWithAggregatesFilter : [ "equals" , "not" , "_count" , "_min" , "_max" ] ,
@@ -983,16 +983,16 @@ const inputsInfo = {
983983 NestedBigIntNullableWithAggregatesFilter : [ "equals" , "in" , "notIn" , "lt" , "lte" , "gt" , "gte" , "not" , "_count" , "_avg" , "_sum" , "_min" , "_max" ] ,
984984 NestedBytesNullableWithAggregatesFilter : [ "equals" , "in" , "notIn" , "not" , "_count" , "_min" , "_max" ] ,
985985 NestedDecimalNullableWithAggregatesFilter : [ "equals" , "in" , "notIn" , "lt" , "lte" , "gt" , "gte" , "not" , "_count" , "_avg" , "_sum" , "_min" , "_max" ] ,
986- PostCreateWithoutAuthorInput : [ "uuid" , "createdAt" , "updatedAt" , "published " , "title" , "subtitle" , "content" , "kind" , "metadata" , "editor" ] ,
986+ PostCreateWithoutAuthorInput : [ "uuid" , "createdAt" , "updatedAt" , "isPublished " , "title" , "subtitle" , "content" , "kind" , "metadata" , "editor" ] ,
987987 PostCreateOrConnectWithoutAuthorInput : [ "where" , "create" ] ,
988988 PostCreateManyAuthorInputEnvelope : [ "data" , "skipDuplicates" ] ,
989- PostCreateWithoutEditorInput : [ "uuid" , "createdAt" , "updatedAt" , "published " , "title" , "subtitle" , "content" , "kind" , "metadata" , "author" ] ,
989+ PostCreateWithoutEditorInput : [ "uuid" , "createdAt" , "updatedAt" , "isPublished " , "title" , "subtitle" , "content" , "kind" , "metadata" , "author" ] ,
990990 PostCreateOrConnectWithoutEditorInput : [ "where" , "create" ] ,
991991 PostCreateManyEditorInputEnvelope : [ "data" , "skipDuplicates" ] ,
992992 PostUpsertWithWhereUniqueWithoutAuthorInput : [ "where" , "update" , "create" ] ,
993993 PostUpdateWithWhereUniqueWithoutAuthorInput : [ "where" , "data" ] ,
994994 PostUpdateManyWithWhereWithoutAuthorInput : [ "where" , "data" ] ,
995- PostScalarWhereInput : [ "AND" , "OR" , "NOT" , "uuid" , "createdAt" , "updatedAt" , "published " , "title" , "subtitle" , "content" , "authorId" , "editorId" , "kind" , "metadata" ] ,
995+ PostScalarWhereInput : [ "AND" , "OR" , "NOT" , "uuid" , "createdAt" , "updatedAt" , "isPublished " , "title" , "subtitle" , "content" , "authorId" , "editorId" , "kind" , "metadata" ] ,
996996 PostUpsertWithWhereUniqueWithoutEditorInput : [ "where" , "update" , "create" ] ,
997997 PostUpdateWithWhereUniqueWithoutEditorInput : [ "where" , "data" ] ,
998998 PostUpdateManyWithWhereWithoutEditorInput : [ "where" , "data" ] ,
@@ -1041,10 +1041,10 @@ const inputsInfo = {
10411041 ProblemUpsertWithWhereUniqueWithoutCreatorInput : [ "where" , "update" , "create" ] ,
10421042 ProblemUpdateWithWhereUniqueWithoutCreatorInput : [ "where" , "data" ] ,
10431043 ProblemUpdateManyWithWhereWithoutCreatorInput : [ "where" , "data" ] ,
1044- PostCreateManyAuthorInput : [ "uuid" , "createdAt" , "updatedAt" , "published " , "title" , "subtitle" , "content" , "editorId" , "kind" , "metadata" ] ,
1045- PostCreateManyEditorInput : [ "uuid" , "createdAt" , "updatedAt" , "published " , "title" , "subtitle" , "content" , "authorId" , "kind" , "metadata" ] ,
1046- PostUpdateWithoutAuthorInput : [ "uuid" , "createdAt" , "updatedAt" , "published " , "title" , "subtitle" , "content" , "kind" , "metadata" , "editor" ] ,
1047- PostUpdateWithoutEditorInput : [ "uuid" , "createdAt" , "updatedAt" , "published " , "title" , "subtitle" , "content" , "kind" , "metadata" , "author" ] ,
1044+ PostCreateManyAuthorInput : [ "uuid" , "createdAt" , "updatedAt" , "isPublished " , "title" , "subtitle" , "content" , "editorId" , "kind" , "metadata" ] ,
1045+ PostCreateManyEditorInput : [ "uuid" , "createdAt" , "updatedAt" , "isPublished " , "title" , "subtitle" , "content" , "authorId" , "kind" , "metadata" ] ,
1046+ PostUpdateWithoutAuthorInput : [ "uuid" , "createdAt" , "updatedAt" , "isPublished " , "title" , "subtitle" , "content" , "kind" , "metadata" , "editor" ] ,
1047+ PostUpdateWithoutEditorInput : [ "uuid" , "createdAt" , "updatedAt" , "isPublished " , "title" , "subtitle" , "content" , "kind" , "metadata" , "author" ] ,
10481048 MovieCreateManyDirectorInput : [ "title" ] ,
10491049 MovieUpdateWithoutDirectorInput : [ "title" ] ,
10501050 CreatorUpdateWithoutLikesInput : [ "name" , "problems" ] ,
0 commit comments