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

41 lines
6.7 KiB
TypeScript

import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const NotificationUpdateManyWithoutUserNestedInputObjectSchema: z.ZodType<Prisma.NotificationUpdateManyWithoutUserNestedInput>;
export declare const NotificationUpdateManyWithoutUserNestedInputObjectZodSchema: z.ZodObject<{
create: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NotificationCreateWithoutUserInput, z.ZodTypeDef, Prisma.NotificationCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NotificationCreateWithoutUserInput, z.ZodTypeDef, Prisma.NotificationCreateWithoutUserInput>>, "many">, z.ZodLazy<z.ZodType<Prisma.NotificationUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.NotificationUncheckedCreateWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NotificationUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.NotificationUncheckedCreateWithoutUserInput>>, "many">]>>;
connectOrCreate: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NotificationCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.NotificationCreateOrConnectWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NotificationCreateOrConnectWithoutUserInput, z.ZodTypeDef, Prisma.NotificationCreateOrConnectWithoutUserInput>>, "many">]>>;
upsert: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NotificationUpsertWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.NotificationUpsertWithWhereUniqueWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NotificationUpsertWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.NotificationUpsertWithWhereUniqueWithoutUserInput>>, "many">]>>;
createMany: z.ZodOptional<z.ZodLazy<z.ZodType<Prisma.NotificationCreateManyUserInputEnvelope, z.ZodTypeDef, Prisma.NotificationCreateManyUserInputEnvelope>>>;
set: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NotificationWhereUniqueInput, z.ZodTypeDef, Prisma.NotificationWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NotificationWhereUniqueInput, z.ZodTypeDef, Prisma.NotificationWhereUniqueInput>>, "many">]>>;
disconnect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NotificationWhereUniqueInput, z.ZodTypeDef, Prisma.NotificationWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NotificationWhereUniqueInput, z.ZodTypeDef, Prisma.NotificationWhereUniqueInput>>, "many">]>>;
delete: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NotificationWhereUniqueInput, z.ZodTypeDef, Prisma.NotificationWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NotificationWhereUniqueInput, z.ZodTypeDef, Prisma.NotificationWhereUniqueInput>>, "many">]>>;
connect: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NotificationWhereUniqueInput, z.ZodTypeDef, Prisma.NotificationWhereUniqueInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NotificationWhereUniqueInput, z.ZodTypeDef, Prisma.NotificationWhereUniqueInput>>, "many">]>>;
update: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NotificationUpdateWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.NotificationUpdateWithWhereUniqueWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NotificationUpdateWithWhereUniqueWithoutUserInput, z.ZodTypeDef, Prisma.NotificationUpdateWithWhereUniqueWithoutUserInput>>, "many">]>>;
updateMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NotificationUpdateManyWithWhereWithoutUserInput, z.ZodTypeDef, Prisma.NotificationUpdateManyWithWhereWithoutUserInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NotificationUpdateManyWithWhereWithoutUserInput, z.ZodTypeDef, Prisma.NotificationUpdateManyWithWhereWithoutUserInput>>, "many">]>>;
deleteMany: z.ZodOptional<z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.NotificationScalarWhereInput, z.ZodTypeDef, Prisma.NotificationScalarWhereInput>>, z.ZodArray<z.ZodLazy<z.ZodType<Prisma.NotificationScalarWhereInput, z.ZodTypeDef, Prisma.NotificationScalarWhereInput>>, "many">]>>;
}, "strict", z.ZodTypeAny, {
create?: Prisma.NotificationCreateWithoutUserInput | Prisma.NotificationUncheckedCreateWithoutUserInput | Prisma.NotificationCreateWithoutUserInput[] | Prisma.NotificationUncheckedCreateWithoutUserInput[] | undefined;
set?: Prisma.NotificationWhereUniqueInput | Prisma.NotificationWhereUniqueInput[] | undefined;
connectOrCreate?: Prisma.NotificationCreateOrConnectWithoutUserInput | Prisma.NotificationCreateOrConnectWithoutUserInput[] | undefined;
createMany?: Prisma.NotificationCreateManyUserInputEnvelope | undefined;
connect?: Prisma.NotificationWhereUniqueInput | Prisma.NotificationWhereUniqueInput[] | undefined;
update?: Prisma.NotificationUpdateWithWhereUniqueWithoutUserInput | Prisma.NotificationUpdateWithWhereUniqueWithoutUserInput[] | undefined;
upsert?: Prisma.NotificationUpsertWithWhereUniqueWithoutUserInput | Prisma.NotificationUpsertWithWhereUniqueWithoutUserInput[] | undefined;
disconnect?: Prisma.NotificationWhereUniqueInput | Prisma.NotificationWhereUniqueInput[] | undefined;
delete?: Prisma.NotificationWhereUniqueInput | Prisma.NotificationWhereUniqueInput[] | undefined;
updateMany?: Prisma.NotificationUpdateManyWithWhereWithoutUserInput | Prisma.NotificationUpdateManyWithWhereWithoutUserInput[] | undefined;
deleteMany?: Prisma.NotificationScalarWhereInput | Prisma.NotificationScalarWhereInput[] | undefined;
}, {
create?: Prisma.NotificationCreateWithoutUserInput | Prisma.NotificationUncheckedCreateWithoutUserInput | Prisma.NotificationCreateWithoutUserInput[] | Prisma.NotificationUncheckedCreateWithoutUserInput[] | undefined;
set?: Prisma.NotificationWhereUniqueInput | Prisma.NotificationWhereUniqueInput[] | undefined;
connectOrCreate?: Prisma.NotificationCreateOrConnectWithoutUserInput | Prisma.NotificationCreateOrConnectWithoutUserInput[] | undefined;
createMany?: Prisma.NotificationCreateManyUserInputEnvelope | undefined;
connect?: Prisma.NotificationWhereUniqueInput | Prisma.NotificationWhereUniqueInput[] | undefined;
update?: Prisma.NotificationUpdateWithWhereUniqueWithoutUserInput | Prisma.NotificationUpdateWithWhereUniqueWithoutUserInput[] | undefined;
upsert?: Prisma.NotificationUpsertWithWhereUniqueWithoutUserInput | Prisma.NotificationUpsertWithWhereUniqueWithoutUserInput[] | undefined;
disconnect?: Prisma.NotificationWhereUniqueInput | Prisma.NotificationWhereUniqueInput[] | undefined;
delete?: Prisma.NotificationWhereUniqueInput | Prisma.NotificationWhereUniqueInput[] | undefined;
updateMany?: Prisma.NotificationUpdateManyWithWhereWithoutUserInput | Prisma.NotificationUpdateManyWithWhereWithoutUserInput[] | undefined;
deleteMany?: Prisma.NotificationScalarWhereInput | Prisma.NotificationScalarWhereInput[] | undefined;
}>;
//# sourceMappingURL=NotificationUpdateManyWithoutUserNestedInput.schema.d.ts.map