Files
DentalManagementMHAprilgg/packages/db/shared/schemas/objects/PdfFileScalarWhereWithAggregatesInput.schema.d.ts
2026-04-04 22:13:55 -04:00

32 lines
3.4 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PdfFileScalarWhereWithAggregatesInputObjectSchema: z.ZodType<Prisma.PdfFileScalarWhereWithAggregatesInput>;
export declare const PdfFileScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfFileScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.PdfFileScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfFileScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.PdfFileScalarWhereWithAggregatesInput>>, "many">]>>;
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfFileScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.PdfFileScalarWhereWithAggregatesInput>>, "many">>;
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PdfFileScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.PdfFileScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PdfFileScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.PdfFileScalarWhereWithAggregatesInput>>, "many">]>>;
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
filename: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
pdfData: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BytesWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.BytesWithAggregatesFilter<never>>>, z.ZodType<Uint8Array<ArrayBuffer>, z.ZodTypeDef, Uint8Array<ArrayBuffer>>]>>;
uploadedAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter<never>>>, z.ZodDate]>>;
groupId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
}, "strict", z.ZodTypeAny, {
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
AND?: Prisma.PdfFileScalarWhereWithAggregatesInput | Prisma.PdfFileScalarWhereWithAggregatesInput[] | undefined;
OR?: Prisma.PdfFileScalarWhereWithAggregatesInput[] | undefined;
NOT?: Prisma.PdfFileScalarWhereWithAggregatesInput | Prisma.PdfFileScalarWhereWithAggregatesInput[] | undefined;
filename?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
pdfData?: Uint8Array<ArrayBuffer> | Prisma.BytesWithAggregatesFilter<never> | undefined;
uploadedAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
groupId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
}, {
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
AND?: Prisma.PdfFileScalarWhereWithAggregatesInput | Prisma.PdfFileScalarWhereWithAggregatesInput[] | undefined;
OR?: Prisma.PdfFileScalarWhereWithAggregatesInput[] | undefined;
NOT?: Prisma.PdfFileScalarWhereWithAggregatesInput | Prisma.PdfFileScalarWhereWithAggregatesInput[] | undefined;
filename?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
pdfData?: Uint8Array<ArrayBuffer> | Prisma.BytesWithAggregatesFilter<never> | undefined;
uploadedAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
groupId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
}>;
//# sourceMappingURL=PdfFileScalarWhereWithAggregatesInput.schema.d.ts.map