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

@@ -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