41 lines
7.6 KiB
TypeScript
41 lines
7.6 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const AppointmentProcedureUpdateManyWithoutPatientNestedInputObjectSchema: z.ZodType<Prisma.AppointmentProcedureUpdateManyWithoutPatientNestedInput>;
|
|
export declare const AppointmentProcedureUpdateManyWithoutPatientNestedInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateWithoutPatientInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput>>, "many">]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateOrConnectWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateOrConnectWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateOrConnectWithoutPatientInput>>, "many">]>>;
|
|
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput>>, "many">]>>;
|
|
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateManyPatientInputEnvelope, z.ZodTypeDef, Prisma.AppointmentProcedureCreateManyPatientInputEnvelope>>>;
|
|
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.AppointmentProcedureUpdateWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutPatientInput>>, "many">]>>;
|
|
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUpdateManyWithWhereWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpdateManyWithWhereWithoutPatientInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUpdateManyWithWhereWithoutPatientInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpdateManyWithWhereWithoutPatientInput>>, "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.AppointmentProcedureUncheckedCreateWithoutPatientInput | Prisma.AppointmentProcedureCreateWithoutPatientInput | Prisma.AppointmentProcedureCreateWithoutPatientInput[] | Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput[] | undefined;
|
|
set?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
|
|
connectOrCreate?: Prisma.AppointmentProcedureCreateOrConnectWithoutPatientInput | Prisma.AppointmentProcedureCreateOrConnectWithoutPatientInput[] | undefined;
|
|
createMany?: Prisma.AppointmentProcedureCreateManyPatientInputEnvelope | undefined;
|
|
connect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
|
|
update?: Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutPatientInput | Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutPatientInput[] | undefined;
|
|
upsert?: Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput | Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput[] | undefined;
|
|
disconnect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
|
|
delete?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
|
|
updateMany?: Prisma.AppointmentProcedureUpdateManyWithWhereWithoutPatientInput | Prisma.AppointmentProcedureUpdateManyWithWhereWithoutPatientInput[] | undefined;
|
|
deleteMany?: Prisma.AppointmentProcedureScalarWhereInput | Prisma.AppointmentProcedureScalarWhereInput[] | undefined;
|
|
}, {
|
|
create?: Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput | Prisma.AppointmentProcedureCreateWithoutPatientInput | Prisma.AppointmentProcedureCreateWithoutPatientInput[] | Prisma.AppointmentProcedureUncheckedCreateWithoutPatientInput[] | undefined;
|
|
set?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
|
|
connectOrCreate?: Prisma.AppointmentProcedureCreateOrConnectWithoutPatientInput | Prisma.AppointmentProcedureCreateOrConnectWithoutPatientInput[] | undefined;
|
|
createMany?: Prisma.AppointmentProcedureCreateManyPatientInputEnvelope | undefined;
|
|
connect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
|
|
update?: Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutPatientInput | Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutPatientInput[] | undefined;
|
|
upsert?: Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput | Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutPatientInput[] | undefined;
|
|
disconnect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
|
|
delete?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
|
|
updateMany?: Prisma.AppointmentProcedureUpdateManyWithWhereWithoutPatientInput | Prisma.AppointmentProcedureUpdateManyWithWhereWithoutPatientInput[] | undefined;
|
|
deleteMany?: Prisma.AppointmentProcedureScalarWhereInput | Prisma.AppointmentProcedureScalarWhereInput[] | undefined;
|
|
}>;
|
|
//# sourceMappingURL=AppointmentProcedureUpdateManyWithoutPatientNestedInput.schema.d.ts.map
|