initial commit

This commit is contained in:
2026-04-04 22:13:55 -04:00
commit 5d77e207c9
10181 changed files with 522212 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const CommunicationUpsertWithWhereUniqueWithoutUserInputObjectSchema: z.ZodType<Prisma.CommunicationUpsertWithWhereUniqueWithoutUserInput>;
export declare const CommunicationUpsertWithWhereUniqueWithoutUserInputObjectZodSchema: z.ZodObject<{
where: z.ZodLazy<z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>>;
update: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationUpdateWithoutUserInput, z.ZodTypeDef, Prisma.CommunicationUpdateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.CommunicationUncheckedUpdateWithoutUserInput, z.ZodTypeDef, Prisma.CommunicationUncheckedUpdateWithoutUserInput>>]>;
create: z.ZodUnion<[z.ZodLazy<z.ZodType<Prisma.CommunicationCreateWithoutUserInput, z.ZodTypeDef, Prisma.CommunicationCreateWithoutUserInput>>, z.ZodLazy<z.ZodType<Prisma.CommunicationUncheckedCreateWithoutUserInput, z.ZodTypeDef, Prisma.CommunicationUncheckedCreateWithoutUserInput>>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.CommunicationCreateWithoutUserInput | Prisma.CommunicationUncheckedCreateWithoutUserInput;
where: Prisma.CommunicationWhereUniqueInput;
update: Prisma.CommunicationUncheckedUpdateWithoutUserInput | Prisma.CommunicationUpdateWithoutUserInput;
}, {
create: Prisma.CommunicationCreateWithoutUserInput | Prisma.CommunicationUncheckedCreateWithoutUserInput;
where: Prisma.CommunicationWhereUniqueInput;
update: Prisma.CommunicationUncheckedUpdateWithoutUserInput | Prisma.CommunicationUpdateWithoutUserInput;
}>;
//# sourceMappingURL=CommunicationUpsertWithWhereUniqueWithoutUserInput.schema.d.ts.map