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

41 lines
7.8 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const AppointmentProcedureUpdateManyWithoutAppointmentNestedInputObjectSchema: z.ZodType<Prisma.AppointmentProcedureUpdateManyWithoutAppointmentNestedInput>;
export declare const AppointmentProcedureUpdateManyWithoutAppointmentNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateWithoutAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateWithoutAppointmentInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateOrConnectWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateOrConnectWithoutAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateOrConnectWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateOrConnectWithoutAppointmentInput>>, "many">]>>;
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutAppointmentInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateManyAppointmentInputEnvelope, z.ZodTypeDef, Prisma.AppointmentProcedureCreateManyAppointmentInputEnvelope>>>;
set: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereUniqueInput>>, "many">]>>;
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereUniqueInput>>, "many">]>>;
delete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereUniqueInput>>, "many">]>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureWhereUniqueInput, z.ZodTypeDef, Prisma.AppointmentProcedureWhereUniqueInput>>, "many">]>>;
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutAppointmentInput>>, "many">]>>;
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUpdateManyWithWhereWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpdateManyWithWhereWithoutAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUpdateManyWithWhereWithoutAppointmentInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpdateManyWithWhereWithoutAppointmentInput>>, "many">]>>;
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureScalarWhereInput, z.ZodTypeDef, Prisma.AppointmentProcedureScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureScalarWhereInput, z.ZodTypeDef, Prisma.AppointmentProcedureScalarWhereInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput | Prisma.AppointmentProcedureCreateWithoutAppointmentInput | Prisma.AppointmentProcedureCreateWithoutAppointmentInput[] | Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput[] | undefined;
set?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
connectOrCreate?: Prisma.AppointmentProcedureCreateOrConnectWithoutAppointmentInput | Prisma.AppointmentProcedureCreateOrConnectWithoutAppointmentInput[] | undefined;
createMany?: Prisma.AppointmentProcedureCreateManyAppointmentInputEnvelope | undefined;
connect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
update?: Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutAppointmentInput | Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutAppointmentInput[] | undefined;
upsert?: Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutAppointmentInput | Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutAppointmentInput[] | undefined;
disconnect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
delete?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
updateMany?: Prisma.AppointmentProcedureUpdateManyWithWhereWithoutAppointmentInput | Prisma.AppointmentProcedureUpdateManyWithWhereWithoutAppointmentInput[] | undefined;
deleteMany?: Prisma.AppointmentProcedureScalarWhereInput | Prisma.AppointmentProcedureScalarWhereInput[] | undefined;
}, {
create?: Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput | Prisma.AppointmentProcedureCreateWithoutAppointmentInput | Prisma.AppointmentProcedureCreateWithoutAppointmentInput[] | Prisma.AppointmentProcedureUncheckedCreateWithoutAppointmentInput[] | undefined;
set?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
connectOrCreate?: Prisma.AppointmentProcedureCreateOrConnectWithoutAppointmentInput | Prisma.AppointmentProcedureCreateOrConnectWithoutAppointmentInput[] | undefined;
createMany?: Prisma.AppointmentProcedureCreateManyAppointmentInputEnvelope | undefined;
connect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
update?: Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutAppointmentInput | Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutAppointmentInput[] | undefined;
upsert?: Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutAppointmentInput | Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutAppointmentInput[] | undefined;
disconnect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
delete?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
updateMany?: Prisma.AppointmentProcedureUpdateManyWithWhereWithoutAppointmentInput | Prisma.AppointmentProcedureUpdateManyWithWhereWithoutAppointmentInput[] | undefined;
deleteMany?: Prisma.AppointmentProcedureScalarWhereInput | Prisma.AppointmentProcedureScalarWhereInput[] | undefined;
}>;
//# sourceMappingURL=AppointmentProcedureUpdateManyWithoutAppointmentNestedInput.schema.d.ts.map