mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-12 21:29:00 +08:00
fixed scroll action on js sdk
This commit is contained in:
parent
eac3714c12
commit
e241871b43
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@mendable/firecrawl-js",
|
"name": "@mendable/firecrawl-js",
|
||||||
"version": "1.7.3",
|
"version": "1.7.4",
|
||||||
"description": "JavaScript SDK for Firecrawl API",
|
"description": "JavaScript SDK for Firecrawl API",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
@ -106,7 +106,8 @@ export type Action = {
|
|||||||
key: string,
|
key: string,
|
||||||
} | {
|
} | {
|
||||||
type: "scroll",
|
type: "scroll",
|
||||||
direction: "up" | "down",
|
direction?: "up" | "down",
|
||||||
|
selector?: string,
|
||||||
} | {
|
} | {
|
||||||
type: "scrape",
|
type: "scrape",
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user