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

23 lines
2.8 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PatientUpdateOneRequiredWithoutCommunicationsNestedInputObjectSchema: z.ZodType<Prisma.PatientUpdateOneRequiredWithoutCommunicationsNestedInput>;
export declare const PatientUpdateOneRequiredWithoutCommunicationsNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientCreateWithoutCommunicationsInput, z.ZodTypeDef, Prisma.PatientCreateWithoutCommunicationsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedCreateWithoutCommunicationsInput, z.ZodTypeDef, Prisma.PatientUncheckedCreateWithoutCommunicationsInput>>]>>;
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientCreateOrConnectWithoutCommunicationsInput, z.ZodTypeDef, Prisma.PatientCreateOrConnectWithoutCommunicationsInput>>>;
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientUpsertWithoutCommunicationsInput, z.ZodTypeDef, Prisma.PatientUpsertWithoutCommunicationsInput>>>;
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientWhereUniqueInput, z.ZodTypeDef, Prisma.PatientWhereUniqueInput>>>;
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientUpdateToOneWithWhereWithoutCommunicationsInput, z.ZodTypeDef, Prisma.PatientUpdateToOneWithWhereWithoutCommunicationsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUpdateWithoutCommunicationsInput, z.ZodTypeDef, Prisma.PatientUpdateWithoutCommunicationsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedUpdateWithoutCommunicationsInput, z.ZodTypeDef, Prisma.PatientUncheckedUpdateWithoutCommunicationsInput>>]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.PatientCreateWithoutCommunicationsInput | Prisma.PatientUncheckedCreateWithoutCommunicationsInput | undefined;
connectOrCreate?: Prisma.PatientCreateOrConnectWithoutCommunicationsInput | undefined;
connect?: Prisma.PatientWhereUniqueInput | undefined;
update?: Prisma.PatientUpdateWithoutCommunicationsInput | Prisma.PatientUncheckedUpdateWithoutCommunicationsInput | Prisma.PatientUpdateToOneWithWhereWithoutCommunicationsInput | undefined;
upsert?: Prisma.PatientUpsertWithoutCommunicationsInput | undefined;
}, {
create?: Prisma.PatientCreateWithoutCommunicationsInput | Prisma.PatientUncheckedCreateWithoutCommunicationsInput | undefined;
connectOrCreate?: Prisma.PatientCreateOrConnectWithoutCommunicationsInput | undefined;
connect?: Prisma.PatientWhereUniqueInput | undefined;
update?: Prisma.PatientUpdateWithoutCommunicationsInput | Prisma.PatientUncheckedUpdateWithoutCommunicationsInput | Prisma.PatientUpdateToOneWithWhereWithoutCommunicationsInput | undefined;
upsert?: Prisma.PatientUpsertWithoutCommunicationsInput | undefined;
}>;
//# sourceMappingURL=PatientUpdateOneRequiredWithoutCommunicationsNestedInput.schema.d.ts.map