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

@@ -11,19 +11,19 @@ export declare const PdfGroupFindFirstOrThrowSelectZodSchema: z.ZodObject<{
pdfs: z.ZodOptional<z.ZodBoolean>;
_count: z.ZodOptional<z.ZodBoolean>;
}, "strict", z.ZodTypeAny, {
createdAt?: boolean | undefined;
id?: boolean | undefined;
title?: boolean | undefined;
titleKey?: boolean | undefined;
createdAt?: boolean | undefined;
pdfs?: boolean | undefined;
patientId?: boolean | undefined;
patient?: boolean | undefined;
_count?: boolean | undefined;
}, {
createdAt?: boolean | undefined;
id?: boolean | undefined;
title?: boolean | undefined;
titleKey?: boolean | undefined;
createdAt?: boolean | undefined;
pdfs?: boolean | undefined;
patientId?: boolean | undefined;
patient?: boolean | undefined;
@@ -47,7 +47,7 @@ export declare const PdfGroupFindFirstOrThrowZodSchema: z.ZodObject<{
cursor?: Prisma.PdfGroupWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
distinct?: "createdAt" | "id" | "title" | "titleKey" | "patientId" | ("createdAt" | "id" | "title" | "titleKey" | "patientId")[] | undefined;
distinct?: "id" | "title" | "titleKey" | "createdAt" | "patientId" | ("id" | "title" | "titleKey" | "createdAt" | "patientId")[] | undefined;
}, {
where?: Prisma.PdfGroupWhereInput | undefined;
include?: Prisma.PdfGroupInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
@@ -56,6 +56,6 @@ export declare const PdfGroupFindFirstOrThrowZodSchema: z.ZodObject<{
cursor?: Prisma.PdfGroupWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
distinct?: "createdAt" | "id" | "title" | "titleKey" | "patientId" | ("createdAt" | "id" | "title" | "titleKey" | "patientId")[] | undefined;
distinct?: "id" | "title" | "titleKey" | "createdAt" | "patientId" | ("id" | "title" | "titleKey" | "createdAt" | "patientId")[] | undefined;
}>;
//# sourceMappingURL=findFirstOrThrowPdfGroup.schema.d.ts.map