import * as z from 'zod'; import type { Prisma } from '../../../generated/prisma'; export declare const AppointmentUpdateWithoutUserInputObjectSchema: z.ZodType; export declare const AppointmentUpdateWithoutUserInputObjectZodSchema: z.ZodObject<{ title: z.ZodOptional>]>>; date: z.ZodOptional>]>>; startTime: z.ZodOptional>]>>; endTime: z.ZodOptional>]>>; type: z.ZodOptional>]>>; notes: z.ZodNullable>]>>>; procedureCodeNotes: z.ZodNullable>]>>>; status: z.ZodOptional>]>>; createdAt: z.ZodOptional>]>>; eligibilityStatus: z.ZodOptional, z.ZodLazy>]>>; patient: z.ZodOptional>>; staff: z.ZodOptional>>; procedures: z.ZodOptional>>; claims: z.ZodOptional>>; }, "strict", z.ZodTypeAny, { type?: string | Prisma.StringFieldUpdateOperationsInput | undefined; status?: string | Prisma.StringFieldUpdateOperationsInput | undefined; createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; date?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; title?: string | Prisma.StringFieldUpdateOperationsInput | undefined; patient?: Prisma.PatientUpdateOneRequiredWithoutAppointmentsNestedInput | undefined; startTime?: string | Prisma.StringFieldUpdateOperationsInput | undefined; endTime?: string | Prisma.StringFieldUpdateOperationsInput | undefined; notes?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; procedureCodeNotes?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; eligibilityStatus?: "ACTIVE" | "INACTIVE" | "UNKNOWN" | Prisma.EnumPatientStatusFieldUpdateOperationsInput | undefined; staff?: Prisma.StaffUpdateOneWithoutAppointmentsNestedInput | undefined; procedures?: Prisma.AppointmentProcedureUpdateManyWithoutAppointmentNestedInput | undefined; claims?: Prisma.ClaimUpdateManyWithoutAppointmentNestedInput | undefined; }, { type?: string | Prisma.StringFieldUpdateOperationsInput | undefined; status?: string | Prisma.StringFieldUpdateOperationsInput | undefined; createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; date?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined; title?: string | Prisma.StringFieldUpdateOperationsInput | undefined; patient?: Prisma.PatientUpdateOneRequiredWithoutAppointmentsNestedInput | undefined; startTime?: string | Prisma.StringFieldUpdateOperationsInput | undefined; endTime?: string | Prisma.StringFieldUpdateOperationsInput | undefined; notes?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; procedureCodeNotes?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined; eligibilityStatus?: "ACTIVE" | "INACTIVE" | "UNKNOWN" | Prisma.EnumPatientStatusFieldUpdateOperationsInput | undefined; staff?: Prisma.StaffUpdateOneWithoutAppointmentsNestedInput | undefined; procedures?: Prisma.AppointmentProcedureUpdateManyWithoutAppointmentNestedInput | undefined; claims?: Prisma.ClaimUpdateManyWithoutAppointmentNestedInput | undefined; }>; //# sourceMappingURL=AppointmentUpdateWithoutUserInput.schema.d.ts.map