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

23 lines
2.5 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const PatientUpdateOneRequiredWithoutClaimsNestedInputObjectSchema: z.ZodType<Prisma.PatientUpdateOneRequiredWithoutClaimsNestedInput>;
export declare const PatientUpdateOneRequiredWithoutClaimsNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientCreateWithoutClaimsInput, z.ZodTypeDef, Prisma.PatientCreateWithoutClaimsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedCreateWithoutClaimsInput, z.ZodTypeDef, Prisma.PatientUncheckedCreateWithoutClaimsInput>>]>>;
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientCreateOrConnectWithoutClaimsInput, z.ZodTypeDef, Prisma.PatientCreateOrConnectWithoutClaimsInput>>>;
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientUpsertWithoutClaimsInput, z.ZodTypeDef, Prisma.PatientUpsertWithoutClaimsInput>>>;
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.PatientWhereUniqueInput, z.ZodTypeDef, Prisma.PatientWhereUniqueInput>>>;
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.PatientUpdateToOneWithWhereWithoutClaimsInput, z.ZodTypeDef, Prisma.PatientUpdateToOneWithWhereWithoutClaimsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUpdateWithoutClaimsInput, z.ZodTypeDef, Prisma.PatientUpdateWithoutClaimsInput>>, z.ZodLazy<z.ZodType<Prisma.PatientUncheckedUpdateWithoutClaimsInput, z.ZodTypeDef, Prisma.PatientUncheckedUpdateWithoutClaimsInput>>]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.PatientCreateWithoutClaimsInput | Prisma.PatientUncheckedCreateWithoutClaimsInput | undefined;
connectOrCreate?: Prisma.PatientCreateOrConnectWithoutClaimsInput | undefined;
connect?: Prisma.PatientWhereUniqueInput | undefined;
update?: Prisma.PatientUpdateWithoutClaimsInput | Prisma.PatientUncheckedUpdateWithoutClaimsInput | Prisma.PatientUpdateToOneWithWhereWithoutClaimsInput | undefined;
upsert?: Prisma.PatientUpsertWithoutClaimsInput | undefined;
}, {
create?: Prisma.PatientCreateWithoutClaimsInput | Prisma.PatientUncheckedCreateWithoutClaimsInput | undefined;
connectOrCreate?: Prisma.PatientCreateOrConnectWithoutClaimsInput | undefined;
connect?: Prisma.PatientWhereUniqueInput | undefined;
update?: Prisma.PatientUpdateWithoutClaimsInput | Prisma.PatientUncheckedUpdateWithoutClaimsInput | Prisma.PatientUpdateToOneWithWhereWithoutClaimsInput | undefined;
upsert?: Prisma.PatientUpsertWithoutClaimsInput | undefined;
}>;
//# sourceMappingURL=PatientUpdateOneRequiredWithoutClaimsNestedInput.schema.d.ts.map