diff --git a/apps/js-sdk/firecrawl/package.json b/apps/js-sdk/firecrawl/package.json index 16f1b595..a7fb2d83 100644 --- a/apps/js-sdk/firecrawl/package.json +++ b/apps/js-sdk/firecrawl/package.json @@ -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", diff --git a/apps/js-sdk/firecrawl/src/index.ts b/apps/js-sdk/firecrawl/src/index.ts index 3e9c7bdf..491df1e4 100644 --- a/apps/js-sdk/firecrawl/src/index.ts +++ b/apps/js-sdk/firecrawl/src/index.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. */ 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;