fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -14,7 +14,7 @@ export declare const CommunicationGroupByZodSchema: z.ZodObject<{
|
||||
_avg: z.ZodOptional<z.ZodType<Prisma.CommunicationAvgAggregateInputType, z.ZodTypeDef, Prisma.CommunicationAvgAggregateInputType>>;
|
||||
_sum: z.ZodOptional<z.ZodType<Prisma.CommunicationSumAggregateInputType, z.ZodTypeDef, Prisma.CommunicationSumAggregateInputType>>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
by: ("status" | "createdAt" | "id" | "userId" | "patientId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[];
|
||||
by: ("status" | "id" | "createdAt" | "patientId" | "userId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[];
|
||||
where?: Prisma.CommunicationWhereInput | undefined;
|
||||
_count?: true | Prisma.CommunicationCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.CommunicationOrderByWithAggregationInput | Prisma.CommunicationOrderByWithAggregationInput[] | undefined;
|
||||
@@ -26,7 +26,7 @@ export declare const CommunicationGroupByZodSchema: z.ZodObject<{
|
||||
_sum?: Prisma.CommunicationSumAggregateInputType | undefined;
|
||||
having?: Prisma.CommunicationScalarWhereWithAggregatesInput | undefined;
|
||||
}, {
|
||||
by: ("status" | "createdAt" | "id" | "userId" | "patientId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[];
|
||||
by: ("status" | "id" | "createdAt" | "patientId" | "userId" | "channel" | "direction" | "body" | "callDuration" | "twilioSid")[];
|
||||
where?: Prisma.CommunicationWhereInput | undefined;
|
||||
_count?: true | Prisma.CommunicationCountAggregateInputType | undefined;
|
||||
orderBy?: Prisma.CommunicationOrderByWithAggregationInput | Prisma.CommunicationOrderByWithAggregationInput[] | undefined;
|
||||
|
||||
Reference in New Issue
Block a user