fal-endpoint-types 1.3.30 → 1.3.31

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.30",
3
+ "version": "1.3.31",
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": {
@@ -6359,6 +6359,15 @@ export interface BBoxPromptBase {
6359
6359
  y_min?: number;
6360
6360
  }
6361
6361
 
6362
+ export interface BasicAnimations {
6363
+ running_armature_glb?: File;
6364
+ running_fbx?: File;
6365
+ running_glb?: File;
6366
+ walking_armature_glb?: File;
6367
+ walking_fbx?: File;
6368
+ walking_glb?: File;
6369
+ }
6370
+
6362
6371
  export interface AvatarIVBackground {
6363
6372
  /**
6364
6373
  * Type
@@ -189,6 +189,11 @@ declare global {
189
189
  output: falEndpoints.ResembleaiChatterboxhdSpeechToSpeechOutput;
190
190
  };
191
191
 
192
+ 'pixelcut/background-removal': {
193
+ input: falEndpoints.PixelcutBackgroundRemovalInput;
194
+ output: falEndpoints.PixelcutBackgroundRemovalOutput;
195
+ };
196
+
192
197
  'perceptron/isaac-01/openai/v1/chat/completions': {
193
198
  input: { [x in string]: any };
194
199
  output: { [x in string]: any };
@@ -934,6 +939,16 @@ declare global {
934
939
  output: falEndpoints.Veo2Output;
935
940
  };
936
941
 
942
+ 'fal-ai/vecglypher/image-to-svg': {
943
+ input: falEndpoints.VecglypherImageToSvgInput;
944
+ output: falEndpoints.VecglypherImageToSvgOutput;
945
+ };
946
+
947
+ 'fal-ai/vecglypher': {
948
+ input: falEndpoints.VecglypherInput;
949
+ output: falEndpoints.VecglypherOutput;
950
+ };
951
+
937
952
  'fal-ai/uso': {
938
953
  input: falEndpoints.UsoInput;
939
954
  output: falEndpoints.UsoOutput;