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

@@ -13,26 +13,26 @@ export declare const CommunicationCreateResultSchema: z.ZodObject<{
patient: z.ZodUnknown;
user: z.ZodOptional<z.ZodUnknown>;
}, "strip", z.ZodTypeAny, {
createdAt: Date;
id: number;
createdAt: Date;
patientId: number;
status?: unknown;
userId?: number | undefined;
user?: unknown;
patient?: unknown;
user?: unknown;
userId?: number | undefined;
channel?: unknown;
direction?: unknown;
body?: string | undefined;
callDuration?: number | undefined;
twilioSid?: string | undefined;
}, {
createdAt: Date;
id: number;
createdAt: Date;
patientId: number;
status?: unknown;
userId?: number | undefined;
user?: unknown;
patient?: unknown;
user?: unknown;
userId?: number | undefined;
channel?: unknown;
direction?: unknown;
body?: string | undefined;