fal-endpoint-types 1.3.20 → 1.3.21

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fal-endpoint-types",
3
- "version": "1.3.20",
3
+ "version": "1.3.21",
4
4
  "description": "TypeScript types for Fal AI endpoints generated from the OpenAPI schemas.",
5
5
  "homepage": "https://github.com/rawpixel-vincent/fal-endpoint-types#readme",
6
6
  "bugs": {
@@ -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;
@@ -2044,6 +2039,11 @@ declare global {
2044
2039
  output: falEndpoints.PhotomakerOutput;
2045
2040
  };
2046
2041
 
2042
+ 'fal-ai/personaplex': {
2043
+ input: falEndpoints.PersonaplexInput;
2044
+ output: falEndpoints.PersonaplexOutput;
2045
+ };
2046
+
2047
2047
  'fal-ai/pasd': {
2048
2048
  input: falEndpoints.PasdInput;
2049
2049
  output: falEndpoints.PasdOutput;