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,41 @@
import type { Prisma } from '../../generated/prisma';
import * as z from 'zod';
export declare const CommunicationGroupBySchema: z.ZodType<Prisma.CommunicationGroupByArgs>;
export declare const CommunicationGroupByZodSchema: z.ZodObject<{
where: z.ZodOptional<z.ZodType<Prisma.CommunicationWhereInput, z.ZodTypeDef, Prisma.CommunicationWhereInput>>;
orderBy: z.ZodOptional<z.ZodUnion<[z.ZodType<Prisma.CommunicationOrderByWithAggregationInput, z.ZodTypeDef, Prisma.CommunicationOrderByWithAggregationInput>, z.ZodArray<z.ZodType<Prisma.CommunicationOrderByWithAggregationInput, z.ZodTypeDef, Prisma.CommunicationOrderByWithAggregationInput>, "many">]>>;
having: z.ZodOptional<z.ZodType<Prisma.CommunicationScalarWhereWithAggregatesInput, z.ZodTypeDef, Prisma.CommunicationScalarWhereWithAggregatesInput>>;
take: z.ZodOptional<z.ZodNumber>;
skip: z.ZodOptional<z.ZodNumber>;
by: z.ZodArray<z.ZodEnum<["id", "patientId", "userId", "channel", "direction", "status", "body", "callDuration", "twilioSid", "createdAt"]>, "many">;
_count: z.ZodOptional<z.ZodUnion<[z.ZodLiteral<true>, z.ZodType<Prisma.CommunicationCountAggregateInputType, z.ZodTypeDef, Prisma.CommunicationCountAggregateInputType>]>>;
_min: z.ZodOptional<z.ZodType<Prisma.CommunicationMinAggregateInputType, z.ZodTypeDef, Prisma.CommunicationMinAggregateInputType>>;
_max: z.ZodOptional<z.ZodType<Prisma.CommunicationMaxAggregateInputType, z.ZodTypeDef, Prisma.CommunicationMaxAggregateInputType>>;
_avg: z.ZodOptional<z.ZodType<Prisma.CommunicationAvgAggregateInputType, z.ZodTypeDef, Prisma.CommunicationAvgAggregateInputType>>;
_sum: z.ZodOptional<z.ZodType<Prisma.CommunicationSumAggregateInputType, z.ZodTypeDef, Prisma.CommunicationSumAggregateInputType>>;
}, "strict", z.ZodTypeAny, {
by: ("status" | "createdAt" | "id" | "userId" | "patientId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[];
where?: Prisma.CommunicationWhereInput | undefined;
_count?: true | Prisma.CommunicationCountAggregateInputType | undefined;
orderBy?: Prisma.CommunicationOrderByWithAggregationInput | Prisma.CommunicationOrderByWithAggregationInput[] | undefined;
take?: number | undefined;
skip?: number | undefined;
_min?: Prisma.CommunicationMinAggregateInputType | undefined;
_max?: Prisma.CommunicationMaxAggregateInputType | undefined;
_avg?: Prisma.CommunicationAvgAggregateInputType | undefined;
_sum?: Prisma.CommunicationSumAggregateInputType | undefined;
having?: Prisma.CommunicationScalarWhereWithAggregatesInput | undefined;
}, {
by: ("status" | "createdAt" | "id" | "userId" | "patientId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[];
where?: Prisma.CommunicationWhereInput | undefined;
_count?: true | Prisma.CommunicationCountAggregateInputType | undefined;
orderBy?: Prisma.CommunicationOrderByWithAggregationInput | Prisma.CommunicationOrderByWithAggregationInput[] | undefined;
take?: number | undefined;
skip?: number | undefined;
_min?: Prisma.CommunicationMinAggregateInputType | undefined;
_max?: Prisma.CommunicationMaxAggregateInputType | undefined;
_avg?: Prisma.CommunicationAvgAggregateInputType | undefined;
_sum?: Prisma.CommunicationSumAggregateInputType | undefined;
having?: Prisma.CommunicationScalarWhereWithAggregatesInput | undefined;
}>;
//# sourceMappingURL=groupByCommunication.schema.d.ts.map