fal-endpoint-types 1.3.41 → 1.3.43

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.41",
3
+ "version": "1.3.43",
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": {
@@ -4486,12 +4486,12 @@ export interface DynamicMask {
4486
4486
  * @description List of trajectories
4487
4487
  * @example [
4488
4488
  * {
4489
- * "y": 219,
4490
- * "x": 279
4489
+ * "x": 279,
4490
+ * "y": 219
4491
4491
  * },
4492
4492
  * {
4493
- * "y": 65,
4494
- * "x": 417
4493
+ * "x": 417,
4494
+ * "y": 65
4495
4495
  * }
4496
4496
  * ]
4497
4497
  */
@@ -454,11 +454,21 @@ declare global {
454
454
  output: falEndpoints.WhisperOutput;
455
455
  };
456
456
 
457
+ 'fal-ai/wan/v2.7/text-to-video': {
458
+ input: falEndpoints.WanV27TextToVideoInput;
459
+ output: falEndpoints.WanV27TextToVideoOutput;
460
+ };
461
+
457
462
  'fal-ai/wan/v2.7/text-to-image': {
458
463
  input: falEndpoints.WanV27TextToImageInput;
459
464
  output: falEndpoints.WanV27TextToImageOutput;
460
465
  };
461
466
 
467
+ 'fal-ai/wan/v2.7/reference-to-video': {
468
+ input: falEndpoints.WanV27ReferenceToVideoInput;
469
+ output: falEndpoints.WanV27ReferenceToVideoOutput;
470
+ };
471
+
462
472
  'fal-ai/wan/v2.7/pro/text-to-image': {
463
473
  input: falEndpoints.WanV27ProTextToImageInput;
464
474
  output: falEndpoints.WanV27ProTextToImageOutput;
@@ -469,6 +479,16 @@ declare global {
469
479
  output: falEndpoints.WanV27ProEditOutput;
470
480
  };
471
481
 
482
+ 'fal-ai/wan/v2.7/image-to-video': {
483
+ input: falEndpoints.WanV27ImageToVideoInput;
484
+ output: falEndpoints.WanV27ImageToVideoOutput;
485
+ };
486
+
487
+ 'fal-ai/wan/v2.7/edit-video': {
488
+ input: falEndpoints.WanV27EditVideoInput;
489
+ output: falEndpoints.WanV27EditVideoOutput;
490
+ };
491
+
472
492
  'fal-ai/wan/v2.7/edit': {
473
493
  input: falEndpoints.WanV27EditInput;
474
494
  output: falEndpoints.WanV27EditOutput;
@@ -1099,6 +1119,11 @@ declare global {
1099
1119
  output: falEndpoints.T2vTurboOutput;
1100
1120
  };
1101
1121
 
1122
+ 'fal-ai/sync-lipsync/v3': {
1123
+ input: falEndpoints.SyncLipsyncV3Input;
1124
+ output: falEndpoints.SyncLipsyncV3Output;
1125
+ };
1126
+
1102
1127
  'fal-ai/sync-lipsync/v2/pro': {
1103
1128
  input: falEndpoints.SyncLipsyncV2ProInput;
1104
1129
  output: falEndpoints.SyncLipsyncV2ProOutput;
@@ -1539,6 +1564,11 @@ declare global {
1539
1564
  output: falEndpoints.Recraft20bOutput;
1540
1565
  };
1541
1566
 
1567
+ 'fal-ai/reconviagen-0.5': {
1568
+ input: falEndpoints.Reconviagen05Input;
1569
+ output: falEndpoints.Reconviagen05Output;
1570
+ };
1571
+
1542
1572
  'fal-ai/realistic-vision': {
1543
1573
  input: falEndpoints.RealisticVisionInput;
1544
1574
  output: falEndpoints.RealisticVisionOutput;
@@ -3659,6 +3689,11 @@ declare global {
3659
3689
  output: falEndpoints.Kandinsky5ProImageToVideoOutput;
3660
3690
  };
3661
3691
 
3692
+ 'fal-ai/joyai-image-edit': {
3693
+ input: falEndpoints.JoyaiImageEditInput;
3694
+ output: falEndpoints.JoyaiImageEditOutput;
3695
+ };
3696
+
3662
3697
  'fal-ai/janus': {
3663
3698
  input: falEndpoints.JanusInput;
3664
3699
  output: falEndpoints.JanusOutput;
@@ -4044,6 +4079,16 @@ declare global {
4044
4079
  output: falEndpoints.IdeogramV3ReframeOutput;
4045
4080
  };
4046
4081
 
4082
+ 'fal-ai/ideogram/v3/layerize-text': {
4083
+ input: falEndpoints.IdeogramV3LayerizeTextInput;
4084
+ output: falEndpoints.IdeogramV3LayerizeTextOutput;
4085
+ };
4086
+
4087
+ 'fal-ai/ideogram/v3/generate-transparent': {
4088
+ input: falEndpoints.IdeogramV3GenerateTransparentInput;
4089
+ output: falEndpoints.IdeogramV3GenerateTransparentOutput;
4090
+ };
4091
+
4047
4092
  'fal-ai/ideogram/v3/edit': {
4048
4093
  input: falEndpoints.IdeogramV3EditInput;
4049
4094
  output: falEndpoints.IdeogramV3EditOutput;
@@ -4204,11 +4249,6 @@ declare global {
4204
4249
  output: falEndpoints.Hunyuan3dV3ImageTo3dOutput;
4205
4250
  };
4206
4251
 
4207
- 'fal-ai/hunyuan3d-v21': {
4208
- input: falEndpoints.Hunyuan3dV21Input;
4209
- output: falEndpoints.Hunyuan3dV21Output;
4210
- };
4211
-
4212
4252
  'fal-ai/hunyuan-video/video-to-video': {
4213
4253
  input: falEndpoints.HunyuanVideoVideoToVideoInput;
4214
4254
  output: falEndpoints.HunyuanVideoVideoToVideoOutput;
@@ -6150,8 +6190,8 @@ declare global {
6150
6190
  };
6151
6191
 
6152
6192
  'bria/text-to-image/3.2': {
6153
- input: falEndpoints.BriaTextToImage32Input;
6154
- output: falEndpoints.BriaTextToImage32Output;
6193
+ input: { [x in string]: any };
6194
+ output: { [x in string]: any };
6155
6195
  };
6156
6196
 
6157
6197
  'bria/replace-background': {