This commit is contained in:
Nicolas 2024-10-23 16:10:21 -03:00
parent f0054da934
commit b11035814a
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@mendable/firecrawl-js",
"version": "1.7.0",
"version": "1.7.1",
"description": "JavaScript SDK for Firecrawl API",
"main": "dist/index.js",
"types": "dist/index.d.ts",

View File

@ -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.
*/
export interface BatchScrapeResponse {
@ -181,8 +181,8 @@ export interface CrawlStatusResponse {
};
/**
* Response interface for job status checks.
* Provides detailed status of a crawl job including progress and results.
* Response interface for batch scrape job status checks.
* Provides detailed status of a batch scrape job including progress and results.
*/
export interface BatchScrapeStatusResponse {
success: true;