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

44 lines
4.9 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PatientDocumentScalarWhereWithAggregatesInputObjectSchema: z.ZodType<Prisma.PatientDocumentScalarWhereWithAggregatesInput>;
export declare const PatientDocumentScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientDocumentScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.PatientDocumentScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientDocumentScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.PatientDocumentScalarWhereWithAggregatesInput>>, "many">]>>;
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientDocumentScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.PatientDocumentScalarWhereWithAggregatesInput>>, "many">>;
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientDocumentScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.PatientDocumentScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.PatientDocumentScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.PatientDocumentScalarWhereWithAggregatesInput>>, "many">]>>;
id: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
patientId: 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]>>;
originalName: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
mimeType: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
fileSize: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.BigIntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.BigIntWithAggregatesFilter<never>>>, z.ZodBigInt]>>;
filePath: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
uploadedAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter<never>>>, z.ZodDate]>>;
updatedAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter<never>>>, z.ZodDate]>>;
}, "strict", z.ZodTypeAny, {
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
AND?: Prisma.PatientDocumentScalarWhereWithAggregatesInput | Prisma.PatientDocumentScalarWhereWithAggregatesInput[] | undefined;
OR?: Prisma.PatientDocumentScalarWhereWithAggregatesInput[] | undefined;
NOT?: Prisma.PatientDocumentScalarWhereWithAggregatesInput | Prisma.PatientDocumentScalarWhereWithAggregatesInput[] | undefined;
filename?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
uploadedAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
patientId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
mimeType?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
updatedAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
originalName?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
fileSize?: bigint | Prisma.BigIntWithAggregatesFilter<never> | undefined;
filePath?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
}, {
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
AND?: Prisma.PatientDocumentScalarWhereWithAggregatesInput | Prisma.PatientDocumentScalarWhereWithAggregatesInput[] | undefined;
OR?: Prisma.PatientDocumentScalarWhereWithAggregatesInput[] | undefined;
NOT?: Prisma.PatientDocumentScalarWhereWithAggregatesInput | Prisma.PatientDocumentScalarWhereWithAggregatesInput[] | undefined;
filename?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
uploadedAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
patientId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
mimeType?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
updatedAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
originalName?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
fileSize?: bigint | Prisma.BigIntWithAggregatesFilter<never> | undefined;
filePath?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
}>;
//# sourceMappingURL=PatientDocumentScalarWhereWithAggregatesInput.schema.d.ts.map