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

@@ -16,12 +16,12 @@ export declare const CommunicationFindFirstOrThrowSelectZodSchema: z.ZodObject<{
user: z.ZodOptional<z.ZodBoolean>;
}, "strict", z.ZodTypeAny, {
status?: boolean | undefined;
createdAt?: boolean | undefined;
id?: boolean | undefined;
userId?: boolean | undefined;
user?: boolean | undefined;
createdAt?: boolean | undefined;
patientId?: boolean | undefined;
patient?: boolean | undefined;
user?: boolean | undefined;
userId?: boolean | undefined;
channel?: boolean | undefined;
direction?: boolean | undefined;
body?: boolean | undefined;
@@ -29,12 +29,12 @@ export declare const CommunicationFindFirstOrThrowSelectZodSchema: z.ZodObject<{
twilioSid?: boolean | undefined;
}, {
status?: boolean | undefined;
createdAt?: boolean | undefined;
id?: boolean | undefined;
userId?: boolean | undefined;
user?: boolean | undefined;
createdAt?: boolean | undefined;
patientId?: boolean | undefined;
patient?: boolean | undefined;
user?: boolean | undefined;
userId?: boolean | undefined;
channel?: boolean | undefined;
direction?: boolean | undefined;
body?: boolean | undefined;
@@ -59,7 +59,7 @@ export declare const CommunicationFindFirstOrThrowZodSchema: z.ZodObject<{
cursor?: Prisma.CommunicationWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
distinct?: "status" | "createdAt" | "id" | "userId" | "patientId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid" | ("status" | "createdAt" | "id" | "userId" | "patientId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[] | undefined;
distinct?: "status" | "id" | "createdAt" | "patientId" | "userId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid" | ("status" | "id" | "createdAt" | "patientId" | "userId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[] | undefined;
}, {
where?: Prisma.CommunicationWhereInput | undefined;
include?: Prisma.CommunicationInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
@@ -68,6 +68,6 @@ export declare const CommunicationFindFirstOrThrowZodSchema: z.ZodObject<{
cursor?: Prisma.CommunicationWhereUniqueInput | undefined;
take?: number | undefined;
skip?: number | undefined;
distinct?: "status" | "createdAt" | "id" | "userId" | "patientId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid" | ("status" | "createdAt" | "id" | "userId" | "patientId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[] | undefined;
distinct?: "status" | "id" | "createdAt" | "patientId" | "userId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid" | ("status" | "id" | "createdAt" | "patientId" | "userId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[] | undefined;
}>;
//# sourceMappingURL=findFirstOrThrowCommunication.schema.d.ts.map