+1
-1
@@ -397,7 +397,7 @@ export async function getShotsByProject(projectId: string) {
|
|||||||
|
|
||||||
const addFootagePlateSchema = z.object({
|
const addFootagePlateSchema = z.object({
|
||||||
shotId: z.string().min(1),
|
shotId: z.string().min(1),
|
||||||
fileUrl: z.string().url(),
|
fileUrl: z.string().min(1),
|
||||||
fileKey: z.string().default(""),
|
fileKey: z.string().default(""),
|
||||||
fileName: z.string().default(""),
|
fileName: z.string().default(""),
|
||||||
fileSize: z.number().int().positive().optional(),
|
fileSize: z.number().int().positive().optional(),
|
||||||
|
|||||||
Reference in New Issue
Block a user