fix: fix remote browser socket connection and related updates

This commit is contained in:
Gitead
2026-04-30 11:52:58 -04:00
parent 441cfcc8e3
commit d8f852741a
959 changed files with 13338 additions and 2208 deletions

View File

@@ -14,7 +14,7 @@ export declare const PdfGroupGroupByZodSchema: z.ZodObject<{
_avg: z.ZodOptional<z.ZodType<Prisma.PdfGroupAvgAggregateInputType, z.ZodTypeDef, Prisma.PdfGroupAvgAggregateInputType>>;
_sum: z.ZodOptional<z.ZodType<Prisma.PdfGroupSumAggregateInputType, z.ZodTypeDef, Prisma.PdfGroupSumAggregateInputType>>;
}, "strict", z.ZodTypeAny, {
by: ("createdAt" | "id" | "title" | "titleKey" | "patientId")[];
by: ("id" | "title" | "titleKey" | "createdAt" | "patientId")[];
where?: Prisma.PdfGroupWhereInput | undefined;
_count?: true | Prisma.PdfGroupCountAggregateInputType | undefined;
orderBy?: Prisma.PdfGroupOrderByWithAggregationInput | Prisma.PdfGroupOrderByWithAggregationInput[] | undefined;
@@ -26,7 +26,7 @@ export declare const PdfGroupGroupByZodSchema: z.ZodObject<{
_sum?: Prisma.PdfGroupSumAggregateInputType | undefined;
having?: Prisma.PdfGroupScalarWhereWithAggregatesInput | undefined;
}, {
by: ("createdAt" | "id" | "title" | "titleKey" | "patientId")[];
by: ("id" | "title" | "titleKey" | "createdAt" | "patientId")[];
where?: Prisma.PdfGroupWhereInput | undefined;
_count?: true | Prisma.PdfGroupCountAggregateInputType | undefined;
orderBy?: Prisma.PdfGroupOrderByWithAggregationInput | Prisma.PdfGroupOrderByWithAggregationInput[] | undefined;