@@ -251,13 +251,13 @@ export function useGroupBySpace<TArgs extends Prisma.SpaceGroupByArgs, HasSelect
251251 : `Error: Field "${P } " in "orderBy" needs to be provided in "by"`
252252 } [ OrderFields ] , TQueryFnData = { } extends InputErrors ?
253253 Array < PickEnumerable < Prisma . SpaceGroupByOutputType , TArgs [ 'by' ] > &
254- {
255- [ P in ( ( keyof TArgs ) & ( keyof Prisma . SpaceGroupByOutputType ) ) ] : P extends '_count'
256- ? TArgs [ P ] extends boolean
257- ? number
258- : Prisma . GetScalarType < TArgs [ P ] , Prisma . SpaceGroupByOutputType [ P ] >
259- : Prisma . GetScalarType < TArgs [ P ] , Prisma . SpaceGroupByOutputType [ P ] >
260- }
254+ {
255+ [ P in ( ( keyof TArgs ) & ( keyof Prisma . SpaceGroupByOutputType ) ) ] : P extends '_count'
256+ ? TArgs [ P ] extends boolean
257+ ? number
258+ : Prisma . GetScalarType < TArgs [ P ] , Prisma . SpaceGroupByOutputType [ P ] >
259+ : Prisma . GetScalarType < TArgs [ P ] , Prisma . SpaceGroupByOutputType [ P ] >
260+ }
261261 > : InputErrors , TData = TQueryFnData , TError = DefaultError > ( args : Prisma . SelectSubset < TArgs , Prisma . SubsetIntersection < TArgs , Prisma . SpaceGroupByArgs , OrderByArg > & InputErrors > , options ?: ( Omit < UseQueryOptions < TQueryFnData , TError , TData > , 'queryKey' > & ExtraQueryOptions ) ) {
262262 const { endpoint, fetch } = getHooksContext ( ) ;
263263 return useModelQuery < TQueryFnData , TData , TError > ( 'Space' , `${ endpoint } /space/groupBy` , args , options , fetch ) ;
@@ -306,13 +306,13 @@ export function useSuspenseGroupBySpace<TArgs extends Prisma.SpaceGroupByArgs, H
306306 : `Error: Field "${P } " in "orderBy" needs to be provided in "by"`
307307 } [ OrderFields ] , TQueryFnData = { } extends InputErrors ?
308308 Array < PickEnumerable < Prisma . SpaceGroupByOutputType , TArgs [ 'by' ] > &
309- {
310- [ P in ( ( keyof TArgs ) & ( keyof Prisma . SpaceGroupByOutputType ) ) ] : P extends '_count'
311- ? TArgs [ P ] extends boolean
312- ? number
313- : Prisma . GetScalarType < TArgs [ P ] , Prisma . SpaceGroupByOutputType [ P ] >
314- : Prisma . GetScalarType < TArgs [ P ] , Prisma . SpaceGroupByOutputType [ P ] >
315- }
309+ {
310+ [ P in ( ( keyof TArgs ) & ( keyof Prisma . SpaceGroupByOutputType ) ) ] : P extends '_count'
311+ ? TArgs [ P ] extends boolean
312+ ? number
313+ : Prisma . GetScalarType < TArgs [ P ] , Prisma . SpaceGroupByOutputType [ P ] >
314+ : Prisma . GetScalarType < TArgs [ P ] , Prisma . SpaceGroupByOutputType [ P ] >
315+ }
316316 > : InputErrors , TData = TQueryFnData , TError = DefaultError > ( args : Prisma . SelectSubset < TArgs , Prisma . SubsetIntersection < TArgs , Prisma . SpaceGroupByArgs , OrderByArg > & InputErrors > , options ?: ( Omit < UseSuspenseQueryOptions < TQueryFnData , TError , TData > , 'queryKey' > & ExtraQueryOptions ) ) {
317317 const { endpoint, fetch } = getHooksContext ( ) ;
318318 return useSuspenseModelQuery < TQueryFnData , TData , TError > ( 'Space' , `${ endpoint } /space/groupBy` , args , options , fetch ) ;
0 commit comments