fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user