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