fal-endpoint-types 1.3.47 → 1.3.48

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.47",
3
+ "version": "1.3.48",
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": {
@@ -3669,16 +3669,6 @@ declare global {
3669
3669
  output: falEndpoints.KlingVideoV1StandardAiAvatarOutput;
3670
3670
  };
3671
3671
 
3672
- 'fal-ai/kling-video/v1/pro/text-to-video': {
3673
- input: { [x in string]: any };
3674
- output: { [x in string]: any };
3675
- };
3676
-
3677
- 'fal-ai/kling-video/v1/pro/image-to-video': {
3678
- input: { [x in string]: any };
3679
- output: { [x in string]: any };
3680
- };
3681
-
3682
3672
  'fal-ai/kling-video/v1/pro/ai-avatar': {
3683
3673
  input: falEndpoints.KlingVideoV1ProAiAvatarInput;
3684
3674
  output: falEndpoints.KlingVideoV1ProAiAvatarOutput;