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

@@ -13,27 +13,27 @@ export declare const PatientDocumentFindFirstOrThrowSelectZodSchema: z.ZodObject
updatedAt: z.ZodOptional<z.ZodBoolean>;
patient: z.ZodOptional<z.ZodBoolean>;
}, "strict", z.ZodTypeAny, {
id?: boolean | undefined;
filename?: boolean | undefined;
uploadedAt?: boolean | undefined;
id?: boolean | undefined;
patientId?: boolean | undefined;
patient?: boolean | undefined;
mimeType?: boolean | undefined;
filePath?: boolean | undefined;
updatedAt?: boolean | undefined;
originalName?: boolean | undefined;
fileSize?: boolean | undefined;
filePath?: boolean | undefined;
}, {
id?: boolean | undefined;
filename?: boolean | undefined;
uploadedAt?: boolean | undefined;
id?: boolean | undefined;
patientId?: boolean | undefined;
patient?: boolean | undefined;
mimeType?: boolean | undefined;
filePath?: boolean | undefined;
updatedAt?: boolean | undefined;
originalName?: boolean | undefined;
fileSize?: boolean | undefined;
filePath?: boolean | undefined;
}>;
export declare const PatientDocumentFindFirstOrThrowSchema: z.ZodType<Prisma.PatientDocumentFindFirstOrThrowArgs>;
export declare const PatientDocumentFindFirstOrThrowZodSchema: z.ZodObject<{
@@ -53,7 +53,7 @@ export declare const PatientDocumentFindFirstOrThrowZodSchema: z.ZodObject<{
cursor?: Prisma.PatientDocumentWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
distinct?: "id" | "filename" | "uploadedAt" | "patientId" | "mimeType" | "updatedAt" | "originalName" | "fileSize" | "filePath" | ("id" | "filename" | "uploadedAt" | "patientId" | "mimeType" | "updatedAt" | "originalName" | "fileSize" | "filePath")[] | undefined;
distinct?: "filename" | "uploadedAt" | "id" | "patientId" | "mimeType" | "filePath" | "updatedAt" | "originalName" | "fileSize" | ("filename" | "uploadedAt" | "id" | "patientId" | "mimeType" | "filePath" | "updatedAt" | "originalName" | "fileSize")[] | undefined;
}, {
where?: Prisma.PatientDocumentWhereInput | undefined;
include?: Prisma.PatientDocumentInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
@@ -62,6 +62,6 @@ export declare const PatientDocumentFindFirstOrThrowZodSchema: z.ZodObject<{
cursor?: Prisma.PatientDocumentWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
distinct?: "id" | "filename" | "uploadedAt" | "patientId" | "mimeType" | "updatedAt" | "originalName" | "fileSize" | "filePath" | ("id" | "filename" | "uploadedAt" | "patientId" | "mimeType" | "updatedAt" | "originalName" | "fileSize" | "filePath")[] | undefined;
distinct?: "filename" | "uploadedAt" | "id" | "patientId" | "mimeType" | "filePath" | "updatedAt" | "originalName" | "fileSize" | ("filename" | "uploadedAt" | "id" | "patientId" | "mimeType" | "filePath" | "updatedAt" | "originalName" | "fileSize")[] | undefined;
}>;
//# sourceMappingURL=findFirstOrThrowPatientDocument.schema.d.ts.map