fal-endpoint-types 1.3.0 → 1.3.1
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 +1 -1
- package/readme.md +2 -1
- package/types/fal/endpoints/components.d.ts +1419 -1135
- package/types/fal/endpoints/index.d.ts +1951 -1921
- package/types/fal/endpoints/schema.d.ts +30199 -29533
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -4,7 +4,8 @@ Built from the Open API schemas provided by fal.ai.
|
|
|
4
4
|
- https://fal.ai/api/models
|
|
5
5
|
- https://fal.ai/api/openapi/queue/openapi.json?endpoint_id={endpointId}
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
**It's a drop in replacement for import('@fal-ai/client').RunOptions<'endpointId'>['input'].** (that is missing some endpoints / or incorrect types)
|
|
8
|
+
there's discussion in fal.ai to build the types from openapi, as soon as that's done, this repo will be archived.
|
|
8
9
|
|
|
9
10
|
```ts
|
|
10
11
|
const input: fal.EndpointInput<'fal-ai/hyper3d/rodin'> = {
|