fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -25,12 +25,10 @@ export declare const AppointmentFindFirstOrThrowSelectZodSchema: 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 AppointmentFindFirstOrThrowSelectZodSchema: 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 AppointmentFindFirstOrThrowSelectZodSchema: 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 AppointmentFindFirstOrThrowZodSchema: 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 AppointmentFindFirstOrThrowZodSchema: 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=findFirstOrThrowAppointment.schema.d.ts.map
|
||||
Reference in New Issue
Block a user