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

83 lines
9.5 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PatientUncheckedUpdateWithoutCommunicationsInputObjectSchema: z.ZodType<Prisma.PatientUncheckedUpdateWithoutCommunicationsInput>;
export declare const PatientUncheckedUpdateWithoutCommunicationsInputObjectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
firstName: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
lastName: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
dateOfBirth: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
gender: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
phone: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.StringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.StringFieldUpdateOperationsInput>>]>>;
email: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.NullableStringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.NullableStringFieldUpdateOperationsInput>>]>>>;
address: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.NullableStringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.NullableStringFieldUpdateOperationsInput>>]>>>;
city: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.NullableStringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.NullableStringFieldUpdateOperationsInput>>]>>>;
zipCode: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.NullableStringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.NullableStringFieldUpdateOperationsInput>>]>>>;
insuranceProvider: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.NullableStringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.NullableStringFieldUpdateOperationsInput>>]>>>;
insuranceId: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.NullableStringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.NullableStringFieldUpdateOperationsInput>>]>>>;
groupNumber: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.NullableStringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.NullableStringFieldUpdateOperationsInput>>]>>>;
policyHolder: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.NullableStringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.NullableStringFieldUpdateOperationsInput>>]>>>;
allergies: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.NullableStringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.NullableStringFieldUpdateOperationsInput>>]>>>;
medicalConditions: z.ZodNullable<z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodLazy<z.ZodType<Prisma.NullableStringFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.NullableStringFieldUpdateOperationsInput>>]>>>;
status: z.ZodOptional<z.ZodUnion<[z.ZodEnum<["ACTIVE", "INACTIVE", "UNKNOWN"]>, z.ZodLazy<z.ZodType<Prisma.EnumPatientStatusFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.EnumPatientStatusFieldUpdateOperationsInput>>]>>;
userId: z.ZodOptional<z.ZodUnion<[z.ZodNumber, z.ZodLazy<z.ZodType<Prisma.IntFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.IntFieldUpdateOperationsInput>>]>>;
createdAt: z.ZodOptional<z.ZodUnion<[z.ZodDate, z.ZodLazy<z.ZodType<Prisma.DateTimeFieldUpdateOperationsInput, z.ZodTypeDef, Prisma.DateTimeFieldUpdateOperationsInput>>]>>;
appointments: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedUpdateManyWithoutPatientNestedInput, z.ZodTypeDef, Prisma.AppointmentUncheckedUpdateManyWithoutPatientNestedInput>>>;
procedures: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedUpdateManyWithoutPatientNestedInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedUpdateManyWithoutPatientNestedInput>>>;
claims: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedUpdateManyWithoutPatientNestedInput, z.ZodTypeDef, Prisma.ClaimUncheckedUpdateManyWithoutPatientNestedInput>>>;
groups: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PdfGroupUncheckedUpdateManyWithoutPatientNestedInput, z.ZodTypeDef, Prisma.PdfGroupUncheckedUpdateManyWithoutPatientNestedInput>>>;
payment: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PaymentUncheckedUpdateManyWithoutPatientNestedInput, z.ZodTypeDef, Prisma.PaymentUncheckedUpdateManyWithoutPatientNestedInput>>>;
documents: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientDocumentUncheckedUpdateManyWithoutPatientNestedInput, z.ZodTypeDef, Prisma.PatientDocumentUncheckedUpdateManyWithoutPatientNestedInput>>>;
}, "strict", z.ZodTypeAny, {
status?: "ACTIVE" | "INACTIVE" | "UNKNOWN" | Prisma.EnumPatientStatusFieldUpdateOperationsInput | undefined;
createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
userId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
procedures?: Prisma.AppointmentProcedureUncheckedUpdateManyWithoutPatientNestedInput | undefined;
claims?: Prisma.ClaimUncheckedUpdateManyWithoutPatientNestedInput | undefined;
email?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
phone?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
appointments?: Prisma.AppointmentUncheckedUpdateManyWithoutPatientNestedInput | undefined;
payment?: Prisma.PaymentUncheckedUpdateManyWithoutPatientNestedInput | undefined;
dateOfBirth?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
insuranceProvider?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
firstName?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
lastName?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
gender?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
address?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
city?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
zipCode?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
insuranceId?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
groupNumber?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
policyHolder?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
allergies?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
medicalConditions?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
groups?: Prisma.PdfGroupUncheckedUpdateManyWithoutPatientNestedInput | undefined;
documents?: Prisma.PatientDocumentUncheckedUpdateManyWithoutPatientNestedInput | undefined;
}, {
status?: "ACTIVE" | "INACTIVE" | "UNKNOWN" | Prisma.EnumPatientStatusFieldUpdateOperationsInput | undefined;
createdAt?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
id?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
userId?: number | Prisma.IntFieldUpdateOperationsInput | undefined;
procedures?: Prisma.AppointmentProcedureUncheckedUpdateManyWithoutPatientNestedInput | undefined;
claims?: Prisma.ClaimUncheckedUpdateManyWithoutPatientNestedInput | undefined;
email?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
phone?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
appointments?: Prisma.AppointmentUncheckedUpdateManyWithoutPatientNestedInput | undefined;
payment?: Prisma.PaymentUncheckedUpdateManyWithoutPatientNestedInput | undefined;
dateOfBirth?: Date | Prisma.DateTimeFieldUpdateOperationsInput | undefined;
insuranceProvider?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
firstName?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
lastName?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
gender?: string | Prisma.StringFieldUpdateOperationsInput | undefined;
address?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
city?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
zipCode?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
insuranceId?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
groupNumber?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
policyHolder?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
allergies?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
medicalConditions?: string | Prisma.NullableStringFieldUpdateOperationsInput | null | undefined;
groups?: Prisma.PdfGroupUncheckedUpdateManyWithoutPatientNestedInput | undefined;
documents?: Prisma.PatientDocumentUncheckedUpdateManyWithoutPatientNestedInput | undefined;
}>;
//# sourceMappingURL=PatientUncheckedUpdateWithoutCommunicationsInput.schema.d.ts.map