41 lines
7.8 KiB
TypeScript
41 lines
7.8 KiB
TypeScript
import * as z from 'zod';
|
|
import type { Prisma } from '../../../generated/prisma';
|
|
export declare const AppointmentProcedureUpdateManyWithoutNpiProviderNestedInputObjectSchema: z.ZodType<Prisma.AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput>;
|
|
export declare const AppointmentProcedureUpdateManyWithoutNpiProviderNestedInputObjectZodSchema: z.ZodObject<{
|
|
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateWithoutNpiProviderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateWithoutNpiProviderInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput>>, "many">]>>;
|
|
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput>>, "many">]>>;
|
|
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput>>, "many">]>>;
|
|
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureCreateManyNpiProviderInputEnvelope, z.ZodTypeDef, Prisma.AppointmentProcedureCreateManyNpiProviderInputEnvelope>>>;
|
|
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.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput>>, "many">]>>;
|
|
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput, z.ZodTypeDef, Prisma.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput>>, "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.AppointmentProcedureCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateWithoutNpiProviderInput[] | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput[] | undefined;
|
|
set?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
|
|
connectOrCreate?: Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput[] | undefined;
|
|
createMany?: Prisma.AppointmentProcedureCreateManyNpiProviderInputEnvelope | undefined;
|
|
connect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
|
|
update?: Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput | Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput[] | undefined;
|
|
upsert?: Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput | Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput[] | undefined;
|
|
disconnect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
|
|
delete?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
|
|
updateMany?: Prisma.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput | Prisma.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput[] | undefined;
|
|
deleteMany?: Prisma.AppointmentProcedureScalarWhereInput | Prisma.AppointmentProcedureScalarWhereInput[] | undefined;
|
|
}, {
|
|
create?: Prisma.AppointmentProcedureCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateWithoutNpiProviderInput[] | Prisma.AppointmentProcedureUncheckedCreateWithoutNpiProviderInput[] | undefined;
|
|
set?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
|
|
connectOrCreate?: Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput | Prisma.AppointmentProcedureCreateOrConnectWithoutNpiProviderInput[] | undefined;
|
|
createMany?: Prisma.AppointmentProcedureCreateManyNpiProviderInputEnvelope | undefined;
|
|
connect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
|
|
update?: Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput | Prisma.AppointmentProcedureUpdateWithWhereUniqueWithoutNpiProviderInput[] | undefined;
|
|
upsert?: Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput | Prisma.AppointmentProcedureUpsertWithWhereUniqueWithoutNpiProviderInput[] | undefined;
|
|
disconnect?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
|
|
delete?: Prisma.AppointmentProcedureWhereUniqueInput | Prisma.AppointmentProcedureWhereUniqueInput[] | undefined;
|
|
updateMany?: Prisma.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput | Prisma.AppointmentProcedureUpdateManyWithWhereWithoutNpiProviderInput[] | undefined;
|
|
deleteMany?: Prisma.AppointmentProcedureScalarWhereInput | Prisma.AppointmentProcedureScalarWhereInput[] | undefined;
|
|
}>;
|
|
//# sourceMappingURL=AppointmentProcedureUpdateManyWithoutNpiProviderNestedInput.schema.d.ts.map
|