fal-endpoint-types 1.3.35 → 1.3.36

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.35",
3
+ "version": "1.3.36",
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": {
@@ -1745,19 +1745,6 @@ export interface Validation {
1745
1745
  prompt: string;
1746
1746
  }
1747
1747
 
1748
- export interface V2VValidation {
1749
- /**
1750
- * Prompt
1751
- * @description The prompt to use for validation.
1752
- */
1753
- prompt: string;
1754
- /**
1755
- * Reference Video Url
1756
- * @description URL to reference video for IC-LoRA validation. This is the input video that will be transformed.
1757
- */
1758
- reference_video_url: string;
1759
- }
1760
-
1761
1748
  export interface UsageInfo_1 {
1762
1749
  /**
1763
1750
  * Decode Time Ms
@@ -2715,8 +2715,8 @@ declare global {
2715
2715
  };
2716
2716
 
2717
2717
  'fal-ai/ltx2-v2v-trainer': {
2718
- input: falEndpoints.Ltx2V2vTrainerInput;
2719
- output: falEndpoints.Ltx2V2vTrainerOutput;
2718
+ input: { [x in string]: any };
2719
+ output: { [x in string]: any };
2720
2720
  };
2721
2721
 
2722
2722
  'fal-ai/ltx-video/image-to-video': {
@@ -5460,8 +5460,8 @@ declare global {
5460
5460
  };
5461
5461
 
5462
5462
  'fal-ai/decart/lucy-5b/image-to-video': {
5463
- input: falEndpoints.DecartLucy5bImageToVideoInput;
5464
- output: falEndpoints.DecartLucy5bImageToVideoOutput;
5463
+ input: { [x in string]: any };
5464
+ output: { [x in string]: any };
5465
5465
  };
5466
5466
 
5467
5467
  'fal-ai/ddcolor': {
@@ -5595,8 +5595,8 @@ declare global {
5595
5595
  };
5596
5596
 
5597
5597
  'fal-ai/calligrapher': {
5598
- input: falEndpoints.CalligrapherInput;
5599
- output: falEndpoints.CalligrapherOutput;
5598
+ input: { [x in string]: any };
5599
+ output: { [x in string]: any };
5600
5600
  };
5601
5601
 
5602
5602
  'fal-ai/bytedance/video-stylize': {