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

59 lines
6.6 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const AppointmentScalarWhereWithAggregatesInputObjectSchema: z.ZodType<Prisma.AppointmentScalarWhereWithAggregatesInput>;
export declare const AppointmentScalarWhereWithAggregatesInputObjectZodSchema: z.ZodObject<{
AND: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.AppointmentScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.AppointmentScalarWhereWithAggregatesInput>>, "many">]>>;
OR: z.ZodOptional<z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.AppointmentScalarWhereWithAggregatesInput>>, "many">>;
NOT: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.AppointmentScalarWhereWithAggregatesInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.AppointmentScalarWhereWithAggregatesInput>>, "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]>>;
userId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
staffId: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.IntWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.IntWithAggregatesFilter<never>>>, z.ZodNumber]>>;
title: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
date: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter<never>>>, z.ZodDate]>>;
startTime: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
endTime: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
type: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
notes: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter<never>>>, z.ZodString]>>>;
procedureCodeNotes: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringNullableWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringNullableWithAggregatesFilter<never>>>, z.ZodString]>>>;
status: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.StringWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.StringWithAggregatesFilter<never>>>, z.ZodString]>>;
createdAt: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.DateTimeWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.DateTimeWithAggregatesFilter<never>>>, z.ZodDate]>>;
eligibilityStatus: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.EnumPatientStatusWithAggregatesFilter<never>, z.ZodTypeDef, Prisma.EnumPatientStatusWithAggregatesFilter<never>>>, z.ZodEnum<["ACTIVE", "INACTIVE", "UNKNOWN"]>]>>;
}, "strict", z.ZodTypeAny, {
type?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
status?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
createdAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
userId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
AND?: Prisma.AppointmentScalarWhereWithAggregatesInput | Prisma.AppointmentScalarWhereWithAggregatesInput[] | undefined;
OR?: Prisma.AppointmentScalarWhereWithAggregatesInput[] | undefined;
NOT?: Prisma.AppointmentScalarWhereWithAggregatesInput | Prisma.AppointmentScalarWhereWithAggregatesInput[] | undefined;
date?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
title?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
patientId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
startTime?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
endTime?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
notes?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
procedureCodeNotes?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
eligibilityStatus?: "ACTIVE" | "INACTIVE" | "UNKNOWN" | Prisma.EnumPatientStatusWithAggregatesFilter<never> | undefined;
staffId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
}, {
type?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
status?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
createdAt?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
id?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
userId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
AND?: Prisma.AppointmentScalarWhereWithAggregatesInput | Prisma.AppointmentScalarWhereWithAggregatesInput[] | undefined;
OR?: Prisma.AppointmentScalarWhereWithAggregatesInput[] | undefined;
NOT?: Prisma.AppointmentScalarWhereWithAggregatesInput | Prisma.AppointmentScalarWhereWithAggregatesInput[] | undefined;
date?: Date | Prisma.DateTimeWithAggregatesFilter<never> | undefined;
title?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
patientId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
startTime?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
endTime?: string | Prisma.StringWithAggregatesFilter<never> | undefined;
notes?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
procedureCodeNotes?: string | Prisma.StringNullableWithAggregatesFilter<never> | null | undefined;
eligibilityStatus?: "ACTIVE" | "INACTIVE" | "UNKNOWN" | Prisma.EnumPatientStatusWithAggregatesFilter<never> | undefined;
staffId?: number | Prisma.IntWithAggregatesFilter<never> | undefined;
}>;
//# sourceMappingURL=AppointmentScalarWhereWithAggregatesInput.schema.d.ts.map