fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -12,18 +12,18 @@ export declare const NotificationFindFirstSelectZodSchema: z.ZodObject<{
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
message?: boolean | undefined;
|
||||
type?: boolean | undefined;
|
||||
createdAt?: boolean | undefined;
|
||||
id?: boolean | undefined;
|
||||
userId?: boolean | undefined;
|
||||
createdAt?: boolean | undefined;
|
||||
user?: boolean | undefined;
|
||||
userId?: boolean | undefined;
|
||||
read?: boolean | undefined;
|
||||
}, {
|
||||
message?: boolean | undefined;
|
||||
type?: boolean | undefined;
|
||||
createdAt?: boolean | undefined;
|
||||
id?: boolean | undefined;
|
||||
userId?: boolean | undefined;
|
||||
createdAt?: boolean | undefined;
|
||||
user?: boolean | undefined;
|
||||
userId?: boolean | undefined;
|
||||
read?: boolean | undefined;
|
||||
}>;
|
||||
export declare const NotificationFindFirstSchema: z.ZodType<Prisma.NotificationFindFirstArgs>;
|
||||
@@ -44,7 +44,7 @@ export declare const NotificationFindFirstZodSchema: z.ZodObject<{
|
||||
cursor?: Prisma.NotificationWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
distinct?: "message" | "type" | "createdAt" | "id" | "userId" | "read" | ("message" | "type" | "createdAt" | "id" | "userId" | "read")[] | undefined;
|
||||
distinct?: "message" | "type" | "id" | "createdAt" | "userId" | "read" | ("message" | "type" | "id" | "createdAt" | "userId" | "read")[] | undefined;
|
||||
}, {
|
||||
where?: Prisma.NotificationWhereInput | undefined;
|
||||
include?: Prisma.NotificationInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
||||
@@ -53,6 +53,6 @@ export declare const NotificationFindFirstZodSchema: z.ZodObject<{
|
||||
cursor?: Prisma.NotificationWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
distinct?: "message" | "type" | "createdAt" | "id" | "userId" | "read" | ("message" | "type" | "createdAt" | "id" | "userId" | "read")[] | undefined;
|
||||
distinct?: "message" | "type" | "id" | "createdAt" | "userId" | "read" | ("message" | "type" | "id" | "createdAt" | "userId" | "read")[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=findFirstNotification.schema.d.ts.map
|
||||
Reference in New Issue
Block a user