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

23 lines
2.7 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const AppointmentUpdateOneRequiredWithoutClaimsNestedInputObjectSchema: z.ZodType<Prisma.AppointmentUpdateOneRequiredWithoutClaimsNestedInput>;
export declare const AppointmentUpdateOneRequiredWithoutClaimsNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentCreateWithoutClaimsInput, z.ZodTypeDef, Prisma.AppointmentCreateWithoutClaimsInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedCreateWithoutClaimsInput, z.ZodTypeDef, Prisma.AppointmentUncheckedCreateWithoutClaimsInput>>]>>;
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentCreateOrConnectWithoutClaimsInput, z.ZodTypeDef, Prisma.AppointmentCreateOrConnectWithoutClaimsInput>>>;
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentUpsertWithoutClaimsInput, z.ZodTypeDef, Prisma.AppointmentUpsertWithoutClaimsInput>>>;
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentWhereUniqueInput>>>;
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentUpdateToOneWithWhereWithoutClaimsInput, z.ZodTypeDef, Prisma.AppointmentUpdateToOneWithWhereWithoutClaimsInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentUpdateWithoutClaimsInput, z.ZodTypeDef, Prisma.AppointmentUpdateWithoutClaimsInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedUpdateWithoutClaimsInput, z.ZodTypeDef, Prisma.AppointmentUncheckedUpdateWithoutClaimsInput>>]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.AppointmentCreateWithoutClaimsInput | Prisma.AppointmentUncheckedCreateWithoutClaimsInput | undefined;
connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutClaimsInput | undefined;
connect?: Prisma.AppointmentWhereUniqueInput | undefined;
update?: Prisma.AppointmentUpdateWithoutClaimsInput | Prisma.AppointmentUncheckedUpdateWithoutClaimsInput | Prisma.AppointmentUpdateToOneWithWhereWithoutClaimsInput | undefined;
upsert?: Prisma.AppointmentUpsertWithoutClaimsInput | undefined;
}, {
create?: Prisma.AppointmentCreateWithoutClaimsInput | Prisma.AppointmentUncheckedCreateWithoutClaimsInput | undefined;
connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutClaimsInput | undefined;
connect?: Prisma.AppointmentWhereUniqueInput | undefined;
update?: Prisma.AppointmentUpdateWithoutClaimsInput | Prisma.AppointmentUncheckedUpdateWithoutClaimsInput | Prisma.AppointmentUpdateToOneWithWhereWithoutClaimsInput | undefined;
upsert?: Prisma.AppointmentUpsertWithoutClaimsInput | undefined;
}>;
//# sourceMappingURL=AppointmentUpdateOneRequiredWithoutClaimsNestedInput.schema.d.ts.map