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 PdfFileGroupByZodSchema: z.ZodObject<{
_avg: z.ZodOptional<z.ZodType<Prisma.PdfFileAvgAggregateInputType, z.ZodTypeDef, Prisma.PdfFileAvgAggregateInputType>>;
_sum: z.ZodOptional<z.ZodType<Prisma.PdfFileSumAggregateInputType, z.ZodTypeDef, Prisma.PdfFileSumAggregateInputType>>;
}, "strict", z.ZodTypeAny, {
by: ("id" | "filename" | "pdfData" | "uploadedAt" | "groupId")[];
by: ("filename" | "pdfData" | "uploadedAt" | "id" | "groupId")[];
where?: Prisma.PdfFileWhereInput | undefined;
_count?: true | Prisma.PdfFileCountAggregateInputType | undefined;
orderBy?: Prisma.PdfFileOrderByWithAggregationInput | Prisma.PdfFileOrderByWithAggregationInput[] | undefined;
@@ -26,7 +26,7 @@ export declare const PdfFileGroupByZodSchema: z.ZodObject<{
_sum?: Prisma.PdfFileSumAggregateInputType | undefined;
having?: Prisma.PdfFileScalarWhereWithAggregatesInput | undefined;
}, {
by: ("id" | "filename" | "pdfData" | "uploadedAt" | "groupId")[];
by: ("filename" | "pdfData" | "uploadedAt" | "id" | "groupId")[];
where?: Prisma.PdfFileWhereInput | undefined;
_count?: true | Prisma.PdfFileCountAggregateInputType | undefined;
orderBy?: Prisma.PdfFileOrderByWithAggregationInput | Prisma.PdfFileOrderByWithAggregationInput[] | undefined;