fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -8,18 +8,18 @@ export declare const PdfGroupInputSchema: z.ZodObject<{
|
||||
patient: z.ZodUnknown;
|
||||
pdfs: z.ZodArray<z.ZodUnknown, "many">;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
createdAt: Date;
|
||||
id: number;
|
||||
title: string;
|
||||
titleKey: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER";
|
||||
createdAt: Date;
|
||||
pdfs: unknown[];
|
||||
patientId: number;
|
||||
patient?: unknown;
|
||||
}, {
|
||||
createdAt: Date;
|
||||
id: number;
|
||||
title: string;
|
||||
titleKey: "INSURANCE_CLAIM" | "INSURANCE_CLAIM_PREAUTH" | "ELIGIBILITY_STATUS" | "CLAIM_STATUS" | "OTHER";
|
||||
createdAt: Date;
|
||||
pdfs: unknown[];
|
||||
patientId: number;
|
||||
patient?: unknown;
|
||||
|
||||
Reference in New Issue
Block a user