fal-endpoint-types 1.3.23 → 1.3.24
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/index.d.ts +12 -47
- package/types/fal/endpoints/schema.d.ts +3383 -2991
package/package.json
CHANGED
|
@@ -289,46 +289,6 @@ declare global {
|
|
|
289
289
|
output: falEndpoints.ImagineartImagineart15PreviewTextToImageOutput;
|
|
290
290
|
};
|
|
291
291
|
|
|
292
|
-
'half-moon-ai/ai-home/style': {
|
|
293
|
-
input: falEndpoints.HalfmoonaiAiHomeStyleInput;
|
|
294
|
-
output: falEndpoints.HalfmoonaiAiHomeStyleOutput;
|
|
295
|
-
};
|
|
296
|
-
|
|
297
|
-
'half-moon-ai/ai-home/edit': {
|
|
298
|
-
input: falEndpoints.HalfmoonaiAiHomeEditInput;
|
|
299
|
-
output: falEndpoints.HalfmoonaiAiHomeEditOutput;
|
|
300
|
-
};
|
|
301
|
-
|
|
302
|
-
'half-moon-ai/ai-face-swap/faceswapvideo': {
|
|
303
|
-
input: falEndpoints.HalfmoonaiAiFaceSwapFaceswapvideoInput;
|
|
304
|
-
output: falEndpoints.HalfmoonaiAiFaceSwapFaceswapvideoOutput;
|
|
305
|
-
};
|
|
306
|
-
|
|
307
|
-
'half-moon-ai/ai-face-swap/faceswapimage': {
|
|
308
|
-
input: falEndpoints.HalfmoonaiAiFaceSwapFaceswapimageInput;
|
|
309
|
-
output: falEndpoints.HalfmoonaiAiFaceSwapFaceswapimageOutput;
|
|
310
|
-
};
|
|
311
|
-
|
|
312
|
-
'half-moon-ai/ai-detector/detect-text': {
|
|
313
|
-
input: falEndpoints.HalfmoonaiAiDetectorDetectTextInput;
|
|
314
|
-
output: falEndpoints.HalfmoonaiAiDetectorDetectTextOutput;
|
|
315
|
-
};
|
|
316
|
-
|
|
317
|
-
'half-moon-ai/ai-detector/detect-image': {
|
|
318
|
-
input: falEndpoints.HalfmoonaiAiDetectorDetectImageInput;
|
|
319
|
-
output: falEndpoints.HalfmoonaiAiDetectorDetectImageOutput;
|
|
320
|
-
};
|
|
321
|
-
|
|
322
|
-
'half-moon-ai/ai-baby-and-aging-generator/single': {
|
|
323
|
-
input: falEndpoints.HalfmoonaiAiBabyAndAgingGeneratorSingleInput;
|
|
324
|
-
output: falEndpoints.HalfmoonaiAiBabyAndAgingGeneratorSingleOutput;
|
|
325
|
-
};
|
|
326
|
-
|
|
327
|
-
'half-moon-ai/ai-baby-and-aging-generator/multi': {
|
|
328
|
-
input: falEndpoints.HalfmoonaiAiBabyAndAgingGeneratorMultiInput;
|
|
329
|
-
output: falEndpoints.HalfmoonaiAiBabyAndAgingGeneratorMultiOutput;
|
|
330
|
-
};
|
|
331
|
-
|
|
332
292
|
'fal-ai/zonos': {
|
|
333
293
|
input: falEndpoints.ZonosInput;
|
|
334
294
|
output: falEndpoints.ZonosOutput;
|
|
@@ -419,6 +379,11 @@ declare global {
|
|
|
419
379
|
output: falEndpoints.WorkflowUtilitiesScaleVideoOutput;
|
|
420
380
|
};
|
|
421
381
|
|
|
382
|
+
'fal-ai/workflow-utilities/reverse-video': {
|
|
383
|
+
input: falEndpoints.WorkflowUtilitiesReverseVideoInput;
|
|
384
|
+
output: falEndpoints.WorkflowUtilitiesReverseVideoOutput;
|
|
385
|
+
};
|
|
386
|
+
|
|
422
387
|
'fal-ai/workflow-utilities/interleave-video': {
|
|
423
388
|
input: falEndpoints.WorkflowUtilitiesInterleaveVideoInput;
|
|
424
389
|
output: falEndpoints.WorkflowUtilitiesInterleaveVideoOutput;
|
|
@@ -2945,8 +2910,8 @@ declare global {
|
|
|
2945
2910
|
};
|
|
2946
2911
|
|
|
2947
2912
|
'fal-ai/live-portrait/image': {
|
|
2948
|
-
input:
|
|
2949
|
-
output:
|
|
2913
|
+
input: { [x in string]: any };
|
|
2914
|
+
output: { [x in string]: any };
|
|
2950
2915
|
};
|
|
2951
2916
|
|
|
2952
2917
|
'fal-ai/live-portrait': {
|
|
@@ -4884,6 +4849,11 @@ declare global {
|
|
|
4884
4849
|
output: falEndpoints.FlashvsrUpscaleVideoOutput;
|
|
4885
4850
|
};
|
|
4886
4851
|
|
|
4852
|
+
'fal-ai/firered-image-edit': {
|
|
4853
|
+
input: falEndpoints.FireredImageEditInput;
|
|
4854
|
+
output: falEndpoints.FireredImageEditOutput;
|
|
4855
|
+
};
|
|
4856
|
+
|
|
4887
4857
|
'fal-ai/finegrain-eraser/mask': {
|
|
4888
4858
|
input: falEndpoints.FinegrainEraserMaskInput;
|
|
4889
4859
|
output: falEndpoints.FinegrainEraserMaskOutput;
|
|
@@ -5444,11 +5414,6 @@ declare global {
|
|
|
5444
5414
|
output: falEndpoints.BytedanceSeedanceV15ProImageToVideoOutput;
|
|
5445
5415
|
};
|
|
5446
5416
|
|
|
5447
|
-
'fal-ai/bytedance/seed3d/image-to-3d': {
|
|
5448
|
-
input: falEndpoints.BytedanceSeed3dImageTo3dInput;
|
|
5449
|
-
output: falEndpoints.BytedanceSeed3dImageTo3dOutput;
|
|
5450
|
-
};
|
|
5451
|
-
|
|
5452
5417
|
'fal-ai/bytedance/omnihuman/v1.5': {
|
|
5453
5418
|
input: falEndpoints.BytedanceOmnihumanV15Input;
|
|
5454
5419
|
output: falEndpoints.BytedanceOmnihumanV15Output;
|