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,23 @@
import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const CommunicationUpsertOneSchema: z.ZodType<Prisma.CommunicationUpsertArgs>;
export declare const CommunicationUpsertOneZodSchema: z.ZodObject<{
select: z.ZodOptional<z.ZodType<Prisma.CommunicationSelect<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.CommunicationSelect<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
include: z.ZodOptional<z.ZodType<Prisma.CommunicationInclude<import("../../generated/prisma/runtime/client").DefaultArgs>, z.ZodTypeDef, Prisma.CommunicationInclude<import("../../generated/prisma/runtime/client").DefaultArgs>>>;
where: z.ZodType<Prisma.CommunicationWhereUniqueInput, z.ZodTypeDef, Prisma.CommunicationWhereUniqueInput>;
create: z.ZodUnion<[z.ZodType<Prisma.CommunicationCreateInput, z.ZodTypeDef, Prisma.CommunicationCreateInput>, z.ZodType<Prisma.CommunicationUncheckedCreateInput, z.ZodTypeDef, Prisma.CommunicationUncheckedCreateInput>]>;
update: z.ZodUnion<[z.ZodType<Prisma.CommunicationUpdateInput, z.ZodTypeDef, Prisma.CommunicationUpdateInput>, z.ZodType<Prisma.CommunicationUncheckedUpdateInput, z.ZodTypeDef, Prisma.CommunicationUncheckedUpdateInput>]>;
}, "strict", z.ZodTypeAny, {
create: Prisma.CommunicationUncheckedCreateInput | Prisma.CommunicationCreateInput;
where: Prisma.CommunicationWhereUniqueInput;
update: Prisma.CommunicationUpdateInput | Prisma.CommunicationUncheckedUpdateInput;
include?: Prisma.CommunicationInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.CommunicationSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}, {
create: Prisma.CommunicationUncheckedCreateInput | Prisma.CommunicationCreateInput;
where: Prisma.CommunicationWhereUniqueInput;
update: Prisma.CommunicationUpdateInput | Prisma.CommunicationUncheckedUpdateInput;
include?: Prisma.CommunicationInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
select?: Prisma.CommunicationSelect<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
}>;
//# sourceMappingURL=upsertOneCommunication.schema.d.ts.map