You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/types/v1-face-swap-create-body-assets.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ export type V1FaceSwapCreateBodyAssets = {
25
25
*
26
26
* This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
27
27
*/
28
-
imageFilePath: string;
28
+
imageFilePath?: string|undefined;
29
29
/**
30
30
* The path of the input video. This field is required if `video_source` is `file`. This value can be either the `file_path` field from the response of the [upload urls API](https://docs.magichour.ai/api-reference/files/generate-asset-upload-urls), or the url of the file.
31
31
*/
@@ -47,7 +47,7 @@ export type External$V1FaceSwapCreateBodyAssets = {
0 commit comments