23 lines
2.8 KiB
TypeScript
23 lines
2.8 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const AppointmentUpdateOneRequiredWithoutProceduresNestedInputObjectSchema: z.ZodType<Prisma.AppointmentUpdateOneRequiredWithoutProceduresNestedInput>;
|
|
export declare const AppointmentUpdateOneRequiredWithoutProceduresNestedInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentCreateWithoutProceduresInput, z.ZodTypeDef, Prisma.AppointmentCreateWithoutProceduresInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedCreateWithoutProceduresInput, z.ZodTypeDef, Prisma.AppointmentUncheckedCreateWithoutProceduresInput>>]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentCreateOrConnectWithoutProceduresInput, z.ZodTypeDef, Prisma.AppointmentCreateOrConnectWithoutProceduresInput>>>;
|
|
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentUpsertWithoutProceduresInput, z.ZodTypeDef, Prisma.AppointmentUpsertWithoutProceduresInput>>>;
|
|
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentWhereUniqueInput>>>;
|
|
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentUpdateToOneWithWhereWithoutProceduresInput, z.ZodTypeDef, Prisma.AppointmentUpdateToOneWithWhereWithoutProceduresInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentUpdateWithoutProceduresInput, z.ZodTypeDef, Prisma.AppointmentUpdateWithoutProceduresInput>>, z.ZodLazy<z.ZodType<Prisma.AppointmentUncheckedUpdateWithoutProceduresInput, z.ZodTypeDef, Prisma.AppointmentUncheckedUpdateWithoutProceduresInput>>]>>;
|
|
}, "strict", z.ZodTypeAny, {
|
|
create?: Prisma.AppointmentCreateWithoutProceduresInput | Prisma.AppointmentUncheckedCreateWithoutProceduresInput | undefined;
|
|
connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutProceduresInput | undefined;
|
|
connect?: Prisma.AppointmentWhereUniqueInput | undefined;
|
|
update?: Prisma.AppointmentUpdateWithoutProceduresInput | Prisma.AppointmentUncheckedUpdateWithoutProceduresInput | Prisma.AppointmentUpdateToOneWithWhereWithoutProceduresInput | undefined;
|
|
upsert?: Prisma.AppointmentUpsertWithoutProceduresInput | undefined;
|
|
}, {
|
|
create?: Prisma.AppointmentCreateWithoutProceduresInput | Prisma.AppointmentUncheckedCreateWithoutProceduresInput | undefined;
|
|
connectOrCreate?: Prisma.AppointmentCreateOrConnectWithoutProceduresInput | undefined;
|
|
connect?: Prisma.AppointmentWhereUniqueInput | undefined;
|
|
update?: Prisma.AppointmentUpdateWithoutProceduresInput | Prisma.AppointmentUncheckedUpdateWithoutProceduresInput | Prisma.AppointmentUpdateToOneWithWhereWithoutProceduresInput | undefined;
|
|
upsert?: Prisma.AppointmentUpsertWithoutProceduresInput | undefined;
|
|
}>;
|
|
//# sourceMappingURL=AppointmentUpdateOneRequiredWithoutProceduresNestedInput.schema.d.ts.map
|