fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -9,17 +9,17 @@ export declare const PdfGroupFindManyResultSchema: z.ZodObject<{
|
||||
patient: z.ZodUnknown;
|
||||
pdfs: z.ZodArray<z.ZodUnknown, "many">;
|
||||
}, "strip", z.ZodTypeAny, {
|
||||
createdAt: Date;
|
||||
id: number;
|
||||
title: string;
|
||||
createdAt: Date;
|
||||
pdfs: unknown[];
|
||||
patientId: number;
|
||||
titleKey?: unknown;
|
||||
patient?: unknown;
|
||||
}, {
|
||||
createdAt: Date;
|
||||
id: number;
|
||||
title: string;
|
||||
createdAt: Date;
|
||||
pdfs: unknown[];
|
||||
patientId: number;
|
||||
titleKey?: unknown;
|
||||
@@ -49,9 +49,9 @@ export declare const PdfGroupFindManyResultSchema: z.ZodObject<{
|
||||
}>;
|
||||
}, "strip", z.ZodTypeAny, {
|
||||
data: {
|
||||
createdAt: Date;
|
||||
id: number;
|
||||
title: string;
|
||||
createdAt: Date;
|
||||
pdfs: unknown[];
|
||||
patientId: number;
|
||||
titleKey?: unknown;
|
||||
@@ -67,9 +67,9 @@ export declare const PdfGroupFindManyResultSchema: z.ZodObject<{
|
||||
};
|
||||
}, {
|
||||
data: {
|
||||
createdAt: Date;
|
||||
id: number;
|
||||
title: string;
|
||||
createdAt: Date;
|
||||
pdfs: unknown[];
|
||||
patientId: number;
|
||||
titleKey?: unknown;
|
||||
|
||||
Reference in New Issue
Block a user