fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -9,16 +9,16 @@ export declare const CloudFileChunkFindFirstOrThrowSelectZodSchema: z.ZodObject<
|
||||
createdAt: z.ZodOptional<z.ZodBoolean>;
|
||||
file: z.ZodOptional<z.ZodBoolean>;
|
||||
}, "strict", z.ZodTypeAny, {
|
||||
createdAt?: boolean | undefined;
|
||||
id?: boolean | undefined;
|
||||
data?: boolean | undefined;
|
||||
createdAt?: boolean | undefined;
|
||||
seq?: boolean | undefined;
|
||||
fileId?: boolean | undefined;
|
||||
file?: boolean | undefined;
|
||||
}, {
|
||||
createdAt?: boolean | undefined;
|
||||
id?: boolean | undefined;
|
||||
data?: boolean | undefined;
|
||||
createdAt?: boolean | undefined;
|
||||
seq?: boolean | undefined;
|
||||
fileId?: boolean | undefined;
|
||||
file?: boolean | undefined;
|
||||
@@ -41,7 +41,7 @@ export declare const CloudFileChunkFindFirstOrThrowZodSchema: z.ZodObject<{
|
||||
cursor?: Prisma.CloudFileChunkWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
distinct?: "createdAt" | "id" | "data" | "seq" | "fileId" | ("createdAt" | "id" | "data" | "seq" | "fileId")[] | undefined;
|
||||
distinct?: "id" | "data" | "createdAt" | "seq" | "fileId" | ("id" | "data" | "createdAt" | "seq" | "fileId")[] | undefined;
|
||||
}, {
|
||||
where?: Prisma.CloudFileChunkWhereInput | undefined;
|
||||
include?: Prisma.CloudFileChunkInclude<import("../../generated/prisma/runtime/client").DefaultArgs> | undefined;
|
||||
@@ -50,6 +50,6 @@ export declare const CloudFileChunkFindFirstOrThrowZodSchema: z.ZodObject<{
|
||||
cursor?: Prisma.CloudFileChunkWhereUniqueInput | undefined;
|
||||
take?: number | undefined;
|
||||
skip?: number | undefined;
|
||||
distinct?: "createdAt" | "id" | "data" | "seq" | "fileId" | ("createdAt" | "id" | "data" | "seq" | "fileId")[] | undefined;
|
||||
distinct?: "id" | "data" | "createdAt" | "seq" | "fileId" | ("id" | "data" | "createdAt" | "seq" | "fileId")[] | undefined;
|
||||
}>;
|
||||
//# sourceMappingURL=findFirstOrThrowCloudFileChunk.schema.d.ts.map
|
||||
Reference in New Issue
Block a user