fix: fix remote browser socket connection and related updates

This commit is contained in:
Gitead
2026-04-30 11:52:58 -04:00
parent 441cfcc8e3
commit d8f852741a
959 changed files with 13338 additions and 2208 deletions

View File

@@ -25,12 +25,10 @@ export declare const AppointmentFindManySelectZodSchema: z.ZodObject<{
}, "strict", z.ZodTypeAny, {
type?: boolean | undefined;
status?: boolean | undefined;
createdAt?: boolean | undefined;
id?: boolean | undefined;
userId?: boolean | undefined;
user?: boolean | undefined;
date?: boolean | undefined;
title?: boolean | undefined;
createdAt?: boolean | undefined;
patientId?: boolean | undefined;
patient?: boolean | undefined;
startTime?: boolean | undefined;
@@ -38,20 +36,20 @@ export declare const AppointmentFindManySelectZodSchema: z.ZodObject<{
notes?: boolean | undefined;
procedureCodeNotes?: boolean | undefined;
eligibilityStatus?: boolean | undefined;
user?: boolean | undefined;
staff?: boolean | undefined;
procedures?: boolean | undefined;
userId?: boolean | undefined;
staffId?: boolean | undefined;
claims?: boolean | undefined;
_count?: boolean | undefined;
}, {
type?: boolean | undefined;
status?: boolean | undefined;
createdAt?: boolean | undefined;
id?: boolean | undefined;
userId?: boolean | undefined;
user?: boolean | undefined;
date?: boolean | undefined;
title?: boolean | undefined;
createdAt?: boolean | undefined;
patientId?: boolean | undefined;
patient?: boolean | undefined;
startTime?: boolean | undefined;
@@ -59,8 +57,10 @@ export declare const AppointmentFindManySelectZodSchema: z.ZodObject<{
notes?: boolean | undefined;
procedureCodeNotes?: boolean | undefined;
eligibilityStatus?: boolean | undefined;
user?: boolean | undefined;
staff?: boolean | undefined;
procedures?: boolean | undefined;
userId?: boolean | undefined;
staffId?: boolean | undefined;
claims?: boolean | undefined;
_count?: boolean | undefined;
@@ -83,7 +83,7 @@ export declare const AppointmentFindManyZodSchema: z.ZodObject<{
cursor?: Prisma.AppointmentWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
distinct?: "type" | "status" | "createdAt" | "id" | "userId" | "date" | "title" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "staffId" | ("type" | "status" | "createdAt" | "id" | "userId" | "date" | "title" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "staffId")[] | undefined;
distinct?: "type" | "status" | "id" | "date" | "title" | "createdAt" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "userId" | "staffId" | ("type" | "status" | "id" | "date" | "title" | "createdAt" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "userId" | "staffId")[] | undefined;
}, {
where?: Prisma.AppointmentWhereInput | undefined;
include?: Prisma.AppointmentInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
@@ -92,6 +92,6 @@ export declare const AppointmentFindManyZodSchema: z.ZodObject<{
cursor?: Prisma.AppointmentWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
distinct?: "type" | "status" | "createdAt" | "id" | "userId" | "date" | "title" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "staffId" | ("type" | "status" | "createdAt" | "id" | "userId" | "date" | "title" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "staffId")[] | undefined;
distinct?: "type" | "status" | "id" | "date" | "title" | "createdAt" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "userId" | "staffId" | ("type" | "status" | "id" | "date" | "title" | "createdAt" | "patientId" | "startTime" | "endTime" | "notes" | "procedureCodeNotes" | "eligibilityStatus" | "userId" | "staffId")[] | undefined;
}>;
//# sourceMappingURL=findManyAppointment.schema.d.ts.map