fal-endpoint-types 1.3.20 → 1.3.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types/fal/endpoints/components.d.ts +1 -53
- package/types/fal/endpoints/index.d.ts +30 -10
- package/types/fal/endpoints/schema.d.ts +1096 -1171
package/package.json
CHANGED
|
@@ -3674,7 +3674,7 @@ export interface AudioSetting {
|
|
|
3674
3674
|
sample_rate?: 8000 | 16000 | 22050 | 24000 | 32000 | 44100;
|
|
3675
3675
|
}
|
|
3676
3676
|
|
|
3677
|
-
export interface
|
|
3677
|
+
export interface AudioFile_2 {
|
|
3678
3678
|
/**
|
|
3679
3679
|
* Content Type
|
|
3680
3680
|
* @default audio/wav
|
|
@@ -3700,58 +3700,6 @@ export interface AudioFile_3 {
|
|
|
3700
3700
|
url: string;
|
|
3701
3701
|
}
|
|
3702
3702
|
|
|
3703
|
-
export interface AudioFile_2 {
|
|
3704
|
-
/**
|
|
3705
|
-
* Bitrate
|
|
3706
|
-
* @description The bitrate of the audio
|
|
3707
|
-
*/
|
|
3708
|
-
bitrate?: string;
|
|
3709
|
-
/**
|
|
3710
|
-
* Channels
|
|
3711
|
-
* @description The number of channels in the audio
|
|
3712
|
-
*/
|
|
3713
|
-
channels?: number;
|
|
3714
|
-
/**
|
|
3715
|
-
* Content Type
|
|
3716
|
-
* @description The mime type of the file.
|
|
3717
|
-
* @example image/png
|
|
3718
|
-
*/
|
|
3719
|
-
content_type?: string;
|
|
3720
|
-
/**
|
|
3721
|
-
* Duration
|
|
3722
|
-
* @description The duration of the audio
|
|
3723
|
-
*/
|
|
3724
|
-
duration?: number;
|
|
3725
|
-
/**
|
|
3726
|
-
* File Data
|
|
3727
|
-
* Format: binary
|
|
3728
|
-
* @description File data
|
|
3729
|
-
*/
|
|
3730
|
-
file_data?: string;
|
|
3731
|
-
/**
|
|
3732
|
-
* File Name
|
|
3733
|
-
* @description The name of the file. It will be auto-generated if not provided.
|
|
3734
|
-
* @example z9RV14K95DvU.png
|
|
3735
|
-
*/
|
|
3736
|
-
file_name?: string;
|
|
3737
|
-
/**
|
|
3738
|
-
* File Size
|
|
3739
|
-
* @description The size of the file in bytes.
|
|
3740
|
-
* @example 4404019
|
|
3741
|
-
*/
|
|
3742
|
-
file_size?: number;
|
|
3743
|
-
/**
|
|
3744
|
-
* Sample Rate
|
|
3745
|
-
* @description The sample rate of the audio
|
|
3746
|
-
*/
|
|
3747
|
-
sample_rate?: number;
|
|
3748
|
-
/**
|
|
3749
|
-
* Url
|
|
3750
|
-
* @description The URL where the file can be downloaded from.
|
|
3751
|
-
*/
|
|
3752
|
-
url: string;
|
|
3753
|
-
}
|
|
3754
|
-
|
|
3755
3703
|
export interface AudioFile_1 {
|
|
3756
3704
|
/**
|
|
3757
3705
|
* Content Type
|
|
@@ -299,21 +299,11 @@ declare global {
|
|
|
299
299
|
output: falEndpoints.HalfmoonaiAiHomeEditOutput;
|
|
300
300
|
};
|
|
301
301
|
|
|
302
|
-
'half-moon-ai/ai-face-swap/faceswapvideomulti': {
|
|
303
|
-
input: falEndpoints.HalfmoonaiAiFaceSwapFaceswapvideomultiInput;
|
|
304
|
-
output: falEndpoints.HalfmoonaiAiFaceSwapFaceswapvideomultiOutput;
|
|
305
|
-
};
|
|
306
|
-
|
|
307
302
|
'half-moon-ai/ai-face-swap/faceswapvideo': {
|
|
308
303
|
input: falEndpoints.HalfmoonaiAiFaceSwapFaceswapvideoInput;
|
|
309
304
|
output: falEndpoints.HalfmoonaiAiFaceSwapFaceswapvideoOutput;
|
|
310
305
|
};
|
|
311
306
|
|
|
312
|
-
'half-moon-ai/ai-face-swap/faceswapimagemulti': {
|
|
313
|
-
input: falEndpoints.HalfmoonaiAiFaceSwapFaceswapimagemultiInput;
|
|
314
|
-
output: falEndpoints.HalfmoonaiAiFaceSwapFaceswapimagemultiOutput;
|
|
315
|
-
};
|
|
316
|
-
|
|
317
307
|
'half-moon-ai/ai-face-swap/faceswapimage': {
|
|
318
308
|
input: falEndpoints.HalfmoonaiAiFaceSwapFaceswapimageInput;
|
|
319
309
|
output: falEndpoints.HalfmoonaiAiFaceSwapFaceswapimageOutput;
|
|
@@ -419,6 +409,11 @@ declare global {
|
|
|
419
409
|
output: falEndpoints.XAilabNsfwOutput;
|
|
420
410
|
};
|
|
421
411
|
|
|
412
|
+
'fal-ai/workflow-utilities/trim-video': {
|
|
413
|
+
input: falEndpoints.WorkflowUtilitiesTrimVideoInput;
|
|
414
|
+
output: falEndpoints.WorkflowUtilitiesTrimVideoOutput;
|
|
415
|
+
};
|
|
416
|
+
|
|
422
417
|
'fal-ai/workflow-utilities/interleave-video': {
|
|
423
418
|
input: falEndpoints.WorkflowUtilitiesInterleaveVideoInput;
|
|
424
419
|
output: falEndpoints.WorkflowUtilitiesInterleaveVideoOutput;
|
|
@@ -764,11 +759,21 @@ declare global {
|
|
|
764
759
|
output: falEndpoints.ViduReferenceToImageOutput;
|
|
765
760
|
};
|
|
766
761
|
|
|
762
|
+
'fal-ai/vidu/q3/text-to-video/turbo': {
|
|
763
|
+
input: falEndpoints.ViduQ3TextToVideoTurboInput;
|
|
764
|
+
output: falEndpoints.ViduQ3TextToVideoTurboOutput;
|
|
765
|
+
};
|
|
766
|
+
|
|
767
767
|
'fal-ai/vidu/q3/text-to-video': {
|
|
768
768
|
input: falEndpoints.ViduQ3TextToVideoInput;
|
|
769
769
|
output: falEndpoints.ViduQ3TextToVideoOutput;
|
|
770
770
|
};
|
|
771
771
|
|
|
772
|
+
'fal-ai/vidu/q3/image-to-video/turbo': {
|
|
773
|
+
input: falEndpoints.ViduQ3ImageToVideoTurboInput;
|
|
774
|
+
output: falEndpoints.ViduQ3ImageToVideoTurboOutput;
|
|
775
|
+
};
|
|
776
|
+
|
|
772
777
|
'fal-ai/vidu/q3/image-to-video': {
|
|
773
778
|
input: falEndpoints.ViduQ3ImageToVideoInput;
|
|
774
779
|
output: falEndpoints.ViduQ3ImageToVideoOutput;
|
|
@@ -2044,6 +2049,11 @@ declare global {
|
|
|
2044
2049
|
output: falEndpoints.PhotomakerOutput;
|
|
2045
2050
|
};
|
|
2046
2051
|
|
|
2052
|
+
'fal-ai/personaplex': {
|
|
2053
|
+
input: falEndpoints.PersonaplexInput;
|
|
2054
|
+
output: falEndpoints.PersonaplexOutput;
|
|
2055
|
+
};
|
|
2056
|
+
|
|
2047
2057
|
'fal-ai/pasd': {
|
|
2048
2058
|
input: falEndpoints.PasdInput;
|
|
2049
2059
|
output: falEndpoints.PasdOutput;
|
|
@@ -4139,6 +4149,16 @@ declare global {
|
|
|
4139
4149
|
output: falEndpoints.GhiblifyOutput;
|
|
4140
4150
|
};
|
|
4141
4151
|
|
|
4152
|
+
'fal-ai/genfocus/all-in-focus': {
|
|
4153
|
+
input: falEndpoints.GenfocusAllInFocusInput;
|
|
4154
|
+
output: falEndpoints.GenfocusAllInFocusOutput;
|
|
4155
|
+
};
|
|
4156
|
+
|
|
4157
|
+
'fal-ai/genfocus': {
|
|
4158
|
+
input: falEndpoints.GenfocusInput;
|
|
4159
|
+
output: falEndpoints.GenfocusOutput;
|
|
4160
|
+
};
|
|
4161
|
+
|
|
4142
4162
|
'fal-ai/gemini-flash-edit/multi': {
|
|
4143
4163
|
input: falEndpoints.GeminiFlashEditMultiInput;
|
|
4144
4164
|
output: falEndpoints.GeminiFlashEditMultiOutput;
|