fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -23,42 +23,42 @@ export declare const AppointmentFindManyResultSchema: 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;
|
||||
}>, "many">;
|
||||
pagination: z.ZodObject<{
|
||||
@@ -87,22 +87,22 @@ export declare const AppointmentFindManyResultSchema: z.ZodObject<{
|
||||
data: {
|
||||
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;
|
||||
}[];
|
||||
pagination: {
|
||||
@@ -117,22 +117,22 @@ export declare const AppointmentFindManyResultSchema: z.ZodObject<{
|
||||
data: {
|
||||
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;
|
||||
}[];
|
||||
pagination: {
|
||||
|
||||
Reference in New Issue
Block a user