Files
DentalManagementMH05/packages/db/shared/schemas/objects/NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput.schema.d.ts

29 lines
3.7 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const NpiProviderUpdateOneWithoutAppointmentProceduresNestedInputObjectSchema: z.ZodType<Prisma.NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput>;
export declare const NpiProviderUpdateOneWithoutAppointmentProceduresNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderCreateWithoutAppointmentProceduresInput, z.ZodTypeDef, Prisma.NpiProviderCreateWithoutAppointmentProceduresInput>>, z.ZodLazy<z.ZodType<Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput, z.ZodTypeDef, Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput>>]>>;
connectOrCreate: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NpiProviderCreateOrConnectWithoutAppointmentProceduresInput, z.ZodTypeDef, Prisma.NpiProviderCreateOrConnectWithoutAppointmentProceduresInput>>>;
upsert: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NpiProviderUpsertWithoutAppointmentProceduresInput, z.ZodTypeDef, Prisma.NpiProviderUpsertWithoutAppointmentProceduresInput>>>;
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodType<Prisma.NpiProviderWhereInput, z.ZodTypeDef, Prisma.NpiProviderWhereInput>>]>>;
delete: z.ZodOptional<z.ZodUnion<[z.ZodBoolean, z.ZodLazy<z.ZodType<Prisma.NpiProviderWhereInput, z.ZodTypeDef, Prisma.NpiProviderWhereInput>>]>>;
connect: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NpiProviderWhereUniqueInput, z.ZodTypeDef, Prisma.NpiProviderWhereUniqueInput>>>;
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput, z.ZodTypeDef, Prisma.NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput>>, z.ZodLazy<z.ZodType<Prisma.NpiProviderUpdateWithoutAppointmentProceduresInput, z.ZodTypeDef, Prisma.NpiProviderUpdateWithoutAppointmentProceduresInput>>, z.ZodLazy<z.ZodType<Prisma.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput, z.ZodTypeDef, Prisma.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput>>]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.NpiProviderCreateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput | undefined;
connectOrCreate?: Prisma.NpiProviderCreateOrConnectWithoutAppointmentProceduresInput | undefined;
connect?: Prisma.NpiProviderWhereUniqueInput | undefined;
update?: Prisma.NpiProviderUpdateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput | Prisma.NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput | undefined;
upsert?: Prisma.NpiProviderUpsertWithoutAppointmentProceduresInput | undefined;
disconnect?: boolean | Prisma.NpiProviderWhereInput | undefined;
delete?: boolean | Prisma.NpiProviderWhereInput | undefined;
}, {
create?: Prisma.NpiProviderCreateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedCreateWithoutAppointmentProceduresInput | undefined;
connectOrCreate?: Prisma.NpiProviderCreateOrConnectWithoutAppointmentProceduresInput | undefined;
connect?: Prisma.NpiProviderWhereUniqueInput | undefined;
update?: Prisma.NpiProviderUpdateWithoutAppointmentProceduresInput | Prisma.NpiProviderUncheckedUpdateWithoutAppointmentProceduresInput | Prisma.NpiProviderUpdateToOneWithWhereWithoutAppointmentProceduresInput | undefined;
upsert?: Prisma.NpiProviderUpsertWithoutAppointmentProceduresInput | undefined;
disconnect?: boolean | Prisma.NpiProviderWhereInput | undefined;
delete?: boolean | Prisma.NpiProviderWhereInput | undefined;
}>;
//# sourceMappingURL=NpiProviderUpdateOneWithoutAppointmentProceduresNestedInput.schema.d.ts.map