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

41 lines
6.4 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectSchema: z.ZodType<Prisma.ClaimUncheckedUpdateManyWithoutAppointmentNestedInput>;
export declare const ClaimUncheckedUpdateManyWithoutAppointmentNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimCreateWithoutAppointmentInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUncheckedCreateWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimUncheckedCreateWithoutAppointmentInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimCreateOrConnectWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimCreateOrConnectWithoutAppointmentInput>>, "many">]>>;
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpsertWithWhereUniqueWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimUpsertWithWhereUniqueWithoutAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUpsertWithWhereUniqueWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimUpsertWithWhereUniqueWithoutAppointmentInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.ClaimCreateManyAppointmentInputEnvelope, z.ZodTypeDef, Prisma.ClaimCreateManyAppointmentInputEnvelope>>>;
set: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, "many">]>>;
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, "many">]>>;
delete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, "many">]>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimWhereUniqueInput, z.ZodTypeDef, Prisma.ClaimWhereUniqueInput>>, "many">]>>;
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpdateWithWhereUniqueWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimUpdateWithWhereUniqueWithoutAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUpdateWithWhereUniqueWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimUpdateWithWhereUniqueWithoutAppointmentInput>>, "many">]>>;
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimUpdateManyWithWhereWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimUpdateManyWithWhereWithoutAppointmentInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimUpdateManyWithWhereWithoutAppointmentInput, z.ZodTypeDef, Prisma.ClaimUpdateManyWithWhereWithoutAppointmentInput>>, "many">]>>;
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.ClaimScalarWhereInput, z.ZodTypeDef, Prisma.ClaimScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.ClaimScalarWhereInput, z.ZodTypeDef, Prisma.ClaimScalarWhereInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.ClaimUncheckedCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput[] | Prisma.ClaimUncheckedCreateWithoutAppointmentInput[] | undefined;
set?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutAppointmentInput | Prisma.ClaimCreateOrConnectWithoutAppointmentInput[] | undefined;
createMany?: Prisma.ClaimCreateManyAppointmentInputEnvelope | undefined;
connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
update?: Prisma.ClaimUpdateWithWhereUniqueWithoutAppointmentInput | Prisma.ClaimUpdateWithWhereUniqueWithoutAppointmentInput[] | undefined;
upsert?: Prisma.ClaimUpsertWithWhereUniqueWithoutAppointmentInput | Prisma.ClaimUpsertWithWhereUniqueWithoutAppointmentInput[] | undefined;
disconnect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
delete?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
updateMany?: Prisma.ClaimUpdateManyWithWhereWithoutAppointmentInput | Prisma.ClaimUpdateManyWithWhereWithoutAppointmentInput[] | undefined;
deleteMany?: Prisma.ClaimScalarWhereInput | Prisma.ClaimScalarWhereInput[] | undefined;
}, {
create?: Prisma.ClaimUncheckedCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput | Prisma.ClaimCreateWithoutAppointmentInput[] | Prisma.ClaimUncheckedCreateWithoutAppointmentInput[] | undefined;
set?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
connectOrCreate?: Prisma.ClaimCreateOrConnectWithoutAppointmentInput | Prisma.ClaimCreateOrConnectWithoutAppointmentInput[] | undefined;
createMany?: Prisma.ClaimCreateManyAppointmentInputEnvelope | undefined;
connect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
update?: Prisma.ClaimUpdateWithWhereUniqueWithoutAppointmentInput | Prisma.ClaimUpdateWithWhereUniqueWithoutAppointmentInput[] | undefined;
upsert?: Prisma.ClaimUpsertWithWhereUniqueWithoutAppointmentInput | Prisma.ClaimUpsertWithWhereUniqueWithoutAppointmentInput[] | undefined;
disconnect?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
delete?: Prisma.ClaimWhereUniqueInput | Prisma.ClaimWhereUniqueInput[] | undefined;
updateMany?: Prisma.ClaimUpdateManyWithWhereWithoutAppointmentInput | Prisma.ClaimUpdateManyWithWhereWithoutAppointmentInput[] | undefined;
deleteMany?: Prisma.ClaimScalarWhereInput | Prisma.ClaimScalarWhereInput[] | undefined;
}>;
//# sourceMappingURL=ClaimUncheckedUpdateManyWithoutAppointmentNestedInput.schema.d.ts.map