mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-10 19:18:58 +08:00
Nick: sdks good
This commit is contained in:
parent
b68a50fea3
commit
0df2441d7f
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@mendable/firecrawl-js",
|
||||
"version": "1.2.0",
|
||||
"version": "1.2.1",
|
||||
"description": "JavaScript SDK for Firecrawl API",
|
||||
"main": "build/cjs/index.js",
|
||||
"types": "types/index.d.ts",
|
||||
|
@ -111,6 +111,7 @@ export interface CrawlParams {
|
||||
allowExternalLinks?: boolean;
|
||||
ignoreSitemap?: boolean;
|
||||
scrapeOptions?: ScrapeParams;
|
||||
webhook?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
1
apps/js-sdk/firecrawl/types/index.d.ts
vendored
1
apps/js-sdk/firecrawl/types/index.d.ts
vendored
@ -103,6 +103,7 @@ export interface CrawlParams {
|
||||
allowExternalLinks?: boolean;
|
||||
ignoreSitemap?: boolean;
|
||||
scrapeOptions?: ScrapeParams;
|
||||
webhook?: string;
|
||||
}
|
||||
/**
|
||||
* Response interface for crawling operations.
|
||||
|
Loading…
x
Reference in New Issue
Block a user