fix: fix remote browser socket connection and related updates
This commit is contained in:
@@ -44,6 +44,7 @@ const makeSchema = () => z.object({
|
||||
folderId: z.number().int().optional().nullable(),
|
||||
isComplete: z.boolean().optional(),
|
||||
totalChunks: z.number().int().optional().nullable(),
|
||||
diskPath: z.string().optional().nullable(),
|
||||
createdAt: z.coerce.date().optional(),
|
||||
updatedAt: z.coerce.date().optional(),
|
||||
chunks: z.lazy(() => CloudFileChunkUncheckedCreateNestedManyWithoutFileInput_schema_1.CloudFileChunkUncheckedCreateNestedManyWithoutFileInputObjectSchema).optional()
|
||||
|
||||
Reference in New Issue
Block a user