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 PatientDocumentGroupByZodSchema: z.ZodObject<{
_avg: z.ZodOptional<z.ZodType<Prisma.PatientDocumentAvgAggregateInputType, z.ZodTypeDef, Prisma.PatientDocumentAvgAggregateInputType>>;
_sum: z.ZodOptional<z.ZodType<Prisma.PatientDocumentSumAggregateInputType, z.ZodTypeDef, Prisma.PatientDocumentSumAggregateInputType>>;
}, "strict", z.ZodTypeAny, {
by: ("id" | "filename" | "uploadedAt" | "patientId" | "mimeType" | "updatedAt" | "originalName" | "fileSize" | "filePath")[];
by: ("filename" | "uploadedAt" | "id" | "patientId" | "mimeType" | "filePath" | "updatedAt" | "originalName" | "fileSize")[];
where?: Prisma.PatientDocumentWhereInput | undefined;
_count?: true | Prisma.PatientDocumentCountAggregateInputType | undefined;
orderBy?: Prisma.PatientDocumentOrderByWithAggregationInput | Prisma.PatientDocumentOrderByWithAggregationInput[] | undefined;
@@ -26,7 +26,7 @@ export declare const PatientDocumentGroupByZodSchema: z.ZodObject<{
_sum?: Prisma.PatientDocumentSumAggregateInputType | undefined;
having?: Prisma.PatientDocumentScalarWhereWithAggregatesInput | undefined;
}, {
by: ("id" | "filename" | "uploadedAt" | "patientId" | "mimeType" | "updatedAt" | "originalName" | "fileSize" | "filePath")[];
by: ("filename" | "uploadedAt" | "id" | "patientId" | "mimeType" | "filePath" | "updatedAt" | "originalName" | "fileSize")[];
where?: Prisma.PatientDocumentWhereInput | undefined;
_count?: true | Prisma.PatientDocumentCountAggregateInputType | undefined;
orderBy?: Prisma.PatientDocumentOrderByWithAggregationInput | Prisma.PatientDocumentOrderByWithAggregationInput[] | undefined;