fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -22,42 +22,42 @@ export declare const AppointmentCreateResultSchema: z.ZodObject<{
|
||||
}, "strip", z.ZodTypeAny, {
|
||||
type: string;
|
||||
status: string;
|
||||
createdAt: Date;
|
||||
id: number;
|
||||
userId: number;
|
||||
date: Date;
|
||||
title: string;
|
||||
createdAt: Date;
|
||||
patientId: number;
|
||||
startTime: string;
|
||||
endTime: string;
|
||||
procedures: unknown[];
|
||||
userId: number;
|
||||
staffId: number;
|
||||
claims: unknown[];
|
||||
user?: unknown;
|
||||
patient?: unknown;
|
||||
notes?: string | undefined;
|
||||
procedureCodeNotes?: string | undefined;
|
||||
eligibilityStatus?: unknown;
|
||||
user?: unknown;
|
||||
staff?: unknown;
|
||||
}, {
|
||||
type: string;
|
||||
status: string;
|
||||
createdAt: Date;
|
||||
id: number;
|
||||
userId: number;
|
||||
date: Date;
|
||||
title: string;
|
||||
createdAt: Date;
|
||||
patientId: number;
|
||||
startTime: string;
|
||||
endTime: string;
|
||||
procedures: unknown[];
|
||||
userId: number;
|
||||
staffId: number;
|
||||
claims: unknown[];
|
||||
user?: unknown;
|
||||
patient?: unknown;
|
||||
notes?: string | undefined;
|
||||
procedureCodeNotes?: string | undefined;
|
||||
eligibilityStatus?: unknown;
|
||||
user?: unknown;
|
||||
staff?: unknown;
|
||||
}>;
|
||||
//# sourceMappingURL=AppointmentCreateResult.schema.d.ts.map
|
||||
Reference in New Issue
Block a user