mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 21:57:21 +08:00
Nick:
This commit is contained in:
parent
f0054da934
commit
b11035814a
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@mendable/firecrawl-js",
|
"name": "@mendable/firecrawl-js",
|
||||||
"version": "1.7.0",
|
"version": "1.7.1",
|
||||||
"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",
|
||||||
|
@ -155,7 +155,7 @@ export interface CrawlResponse {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Response interface for crawling operations.
|
* Response interface for batch scrape operations.
|
||||||
* Defines the structure of the response received after initiating a crawl.
|
* Defines the structure of the response received after initiating a crawl.
|
||||||
*/
|
*/
|
||||||
export interface BatchScrapeResponse {
|
export interface BatchScrapeResponse {
|
||||||
@ -181,8 +181,8 @@ export interface CrawlStatusResponse {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Response interface for job status checks.
|
* Response interface for batch scrape job status checks.
|
||||||
* Provides detailed status of a crawl job including progress and results.
|
* Provides detailed status of a batch scrape job including progress and results.
|
||||||
*/
|
*/
|
||||||
export interface BatchScrapeStatusResponse {
|
export interface BatchScrapeStatusResponse {
|
||||||
success: true;
|
success: true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user