fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user