fal-endpoint-types 1.3.22 → 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 +37 -47
- package/types/fal/endpoints/schema.d.ts +3651 -2915
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;
|
|
@@ -414,6 +374,16 @@ declare global {
|
|
|
414
374
|
output: falEndpoints.WorkflowUtilitiesTrimVideoOutput;
|
|
415
375
|
};
|
|
416
376
|
|
|
377
|
+
'fal-ai/workflow-utilities/scale-video': {
|
|
378
|
+
input: falEndpoints.WorkflowUtilitiesScaleVideoInput;
|
|
379
|
+
output: falEndpoints.WorkflowUtilitiesScaleVideoOutput;
|
|
380
|
+
};
|
|
381
|
+
|
|
382
|
+
'fal-ai/workflow-utilities/reverse-video': {
|
|
383
|
+
input: falEndpoints.WorkflowUtilitiesReverseVideoInput;
|
|
384
|
+
output: falEndpoints.WorkflowUtilitiesReverseVideoOutput;
|
|
385
|
+
};
|
|
386
|
+
|
|
417
387
|
'fal-ai/workflow-utilities/interleave-video': {
|
|
418
388
|
input: falEndpoints.WorkflowUtilitiesInterleaveVideoInput;
|
|
419
389
|
output: falEndpoints.WorkflowUtilitiesInterleaveVideoOutput;
|
|
@@ -1414,6 +1384,26 @@ declare global {
|
|
|
1414
1384
|
output: falEndpoints.RecraftVectorizeOutput;
|
|
1415
1385
|
};
|
|
1416
1386
|
|
|
1387
|
+
'fal-ai/recraft/v4/text-to-vector': {
|
|
1388
|
+
input: falEndpoints.RecraftV4TextToVectorInput;
|
|
1389
|
+
output: falEndpoints.RecraftV4TextToVectorOutput;
|
|
1390
|
+
};
|
|
1391
|
+
|
|
1392
|
+
'fal-ai/recraft/v4/text-to-image': {
|
|
1393
|
+
input: falEndpoints.RecraftV4TextToImageInput;
|
|
1394
|
+
output: falEndpoints.RecraftV4TextToImageOutput;
|
|
1395
|
+
};
|
|
1396
|
+
|
|
1397
|
+
'fal-ai/recraft/v4/pro/text-to-vector': {
|
|
1398
|
+
input: falEndpoints.RecraftV4ProTextToVectorInput;
|
|
1399
|
+
output: falEndpoints.RecraftV4ProTextToVectorOutput;
|
|
1400
|
+
};
|
|
1401
|
+
|
|
1402
|
+
'fal-ai/recraft/v4/pro/text-to-image': {
|
|
1403
|
+
input: falEndpoints.RecraftV4ProTextToImageInput;
|
|
1404
|
+
output: falEndpoints.RecraftV4ProTextToImageOutput;
|
|
1405
|
+
};
|
|
1406
|
+
|
|
1417
1407
|
'fal-ai/recraft/v3/text-to-image': {
|
|
1418
1408
|
input: falEndpoints.RecraftV3TextToImageInput;
|
|
1419
1409
|
output: falEndpoints.RecraftV3TextToImageOutput;
|
|
@@ -2920,8 +2910,8 @@ declare global {
|
|
|
2920
2910
|
};
|
|
2921
2911
|
|
|
2922
2912
|
'fal-ai/live-portrait/image': {
|
|
2923
|
-
input:
|
|
2924
|
-
output:
|
|
2913
|
+
input: { [x in string]: any };
|
|
2914
|
+
output: { [x in string]: any };
|
|
2925
2915
|
};
|
|
2926
2916
|
|
|
2927
2917
|
'fal-ai/live-portrait': {
|
|
@@ -4859,6 +4849,11 @@ declare global {
|
|
|
4859
4849
|
output: falEndpoints.FlashvsrUpscaleVideoOutput;
|
|
4860
4850
|
};
|
|
4861
4851
|
|
|
4852
|
+
'fal-ai/firered-image-edit': {
|
|
4853
|
+
input: falEndpoints.FireredImageEditInput;
|
|
4854
|
+
output: falEndpoints.FireredImageEditOutput;
|
|
4855
|
+
};
|
|
4856
|
+
|
|
4862
4857
|
'fal-ai/finegrain-eraser/mask': {
|
|
4863
4858
|
input: falEndpoints.FinegrainEraserMaskInput;
|
|
4864
4859
|
output: falEndpoints.FinegrainEraserMaskOutput;
|
|
@@ -5419,11 +5414,6 @@ declare global {
|
|
|
5419
5414
|
output: falEndpoints.BytedanceSeedanceV15ProImageToVideoOutput;
|
|
5420
5415
|
};
|
|
5421
5416
|
|
|
5422
|
-
'fal-ai/bytedance/seed3d/image-to-3d': {
|
|
5423
|
-
input: falEndpoints.BytedanceSeed3dImageTo3dInput;
|
|
5424
|
-
output: falEndpoints.BytedanceSeed3dImageTo3dOutput;
|
|
5425
|
-
};
|
|
5426
|
-
|
|
5427
5417
|
'fal-ai/bytedance/omnihuman/v1.5': {
|
|
5428
5418
|
input: falEndpoints.BytedanceOmnihumanV15Input;
|
|
5429
5419
|
output: falEndpoints.BytedanceOmnihumanV15Output;
|