fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -11,19 +11,19 @@ export declare const PdfGroupFindFirstSelectZodSchema: 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 PdfGroupFindFirstZodSchema: 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 PdfGroupFindFirstZodSchema: 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=findFirstPdfGroup.schema.d.ts.map
|
||||
Reference in New Issue
Block a user