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,38 @@
import * as z from 'zod';
import type { Prisma } from '../../../generated/prisma';
export declare const CommunicationMaxOrderByAggregateInputObjectSchema: z.ZodType<Prisma.CommunicationMaxOrderByAggregateInput>;
export declare const CommunicationMaxOrderByAggregateInputObjectZodSchema: z.ZodObject<{
id: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
patientId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
userId: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
channel: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
direction: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
status: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
body: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
callDuration: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
twilioSid: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
createdAt: z.ZodOptional<z.ZodEnum<["asc", "desc"]>>;
}, "strict", z.ZodTypeAny, {
status?: "asc" | "desc" | undefined;
createdAt?: "asc" | "desc" | undefined;
id?: "asc" | "desc" | undefined;
userId?: "asc" | "desc" | undefined;
patientId?: "asc" | "desc" | undefined;
channel?: "asc" | "desc" | undefined;
direction?: "asc" | "desc" | undefined;
body?: "asc" | "desc" | undefined;
callDuration?: "asc" | "desc" | undefined;
twilioSid?: "asc" | "desc" | undefined;
}, {
status?: "asc" | "desc" | undefined;
createdAt?: "asc" | "desc" | undefined;
id?: "asc" | "desc" | undefined;
userId?: "asc" | "desc" | undefined;
patientId?: "asc" | "desc" | undefined;
channel?: "asc" | "desc" | undefined;
direction?: "asc" | "desc" | undefined;
body?: "asc" | "desc" | undefined;
callDuration?: "asc" | "desc" | undefined;
twilioSid?: "asc" | "desc" | undefined;
}>;
//# sourceMappingURL=CommunicationMaxOrderByAggregateInput.schema.d.ts.map