import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; import { IntWithAggregatesFilterObjectSchema as IntWithAggregatesFilterObjectSchema } from './IntWithAggregatesFilter.schema'; import { JsonWithAggregatesFilterObjectSchema as JsonWithAggregatesFilterObjectSchema } from './JsonWithAggregatesFilter.schema' const officehoursscalarwherewithaggregatesinputSchema = z.object({ AND: z.union([z.lazy(() => OfficeHoursScalarWhereWithAggregatesInputObjectSchema), z.lazy(() => OfficeHoursScalarWhereWithAggregatesInputObjectSchema).array()]).optional(), OR: z.lazy(() => OfficeHoursScalarWhereWithAggregatesInputObjectSchema).array().optional(), NOT: z.union([z.lazy(() => OfficeHoursScalarWhereWithAggregatesInputObjectSchema), z.lazy(() => OfficeHoursScalarWhereWithAggregatesInputObjectSchema).array()]).optional(), id: z.union([z.lazy(() => IntWithAggregatesFilterObjectSchema), z.number().int()]).optional(), userId: z.union([z.lazy(() => IntWithAggregatesFilterObjectSchema), z.number().int()]).optional(), data: z.lazy(() => JsonWithAggregatesFilterObjectSchema).optional() }).strict(); export const OfficeHoursScalarWhereWithAggregatesInputObjectSchema: z.ZodType = officehoursscalarwherewithaggregatesinputSchema as unknown as z.ZodType; export const OfficeHoursScalarWhereWithAggregatesInputObjectZodSchema = officehoursscalarwherewithaggregatesinputSchema;