fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -14,10 +14,10 @@ export declare const CloudFolderFindFirstOrThrowSelectZodSchema: z.ZodObject<{
|
||||
updatedAt: z.ZodOptional<z.ZodBoolean>;
|
||||
_count: z.ZodOptional<z.ZodBoolean>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
createdAt?: boolean | undefined;
|
||||
id?: boolean | undefined;
|
||||
userId?: boolean | undefined;
|
||||
createdAt?: boolean | undefined;
|
||||
user?: boolean | undefined;
|
||||
userId?: boolean | undefined;
|
||||
name?: boolean | undefined;
|
||||
updatedAt?: boolean | undefined;
|
||||
children?: boolean | undefined;
|
||||
@@ -26,10 +26,10 @@ export declare const CloudFolderFindFirstOrThrowSelectZodSchema: z.ZodObject<{
|
||||
parent?: boolean | undefined;
|
||||
_count?: boolean | undefined;
|
||||
}, {
|
||||
createdAt?: boolean | undefined;
|
||||
id?: boolean | undefined;
|
||||
userId?: boolean | undefined;
|
||||
createdAt?: boolean | undefined;
|
||||
user?: boolean | undefined;
|
||||
userId?: boolean | undefined;
|
||||
name?: boolean | undefined;
|
||||
updatedAt?: boolean | undefined;
|
||||
children?: boolean | undefined;
|
||||
@@ -56,7 +56,7 @@ export declare const CloudFolderFindFirstOrThrowZodSchema: z.ZodObject<{
|
||||
cursor?: Prisma.CloudFolderWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
distinct?: "createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId" | ("createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId")[] | undefined;
|
||||
distinct?: "id" | "createdAt" | "userId" | "name" | "updatedAt" | "parentId" | ("id" | "createdAt" | "userId" | "name" | "updatedAt" | "parentId")[] | undefined;
|
||||
}, {
|
||||
where?: Prisma.CloudFolderWhereInput | undefined;
|
||||
include?: Prisma.CloudFolderInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
||||
@@ -65,6 +65,6 @@ export declare const CloudFolderFindFirstOrThrowZodSchema: z.ZodObject<{
|
||||
cursor?: Prisma.CloudFolderWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
distinct?: "createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId" | ("createdAt" | "id" | "userId" | "name" | "updatedAt" | "parentId")[] | undefined;
|
||||
distinct?: "id" | "createdAt" | "userId" | "name" | "updatedAt" | "parentId" | ("id" | "createdAt" | "userId" | "name" | "updatedAt" | "parentId")[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=findFirstOrThrowCloudFolder.schema.d.ts.map
|
||||
Reference in New Issue
Block a user