@mendable/firecrawl-js 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mendable/firecrawl-js",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "JavaScript SDK for Firecrawl API",
5
5
  "main": "build/cjs/index.js",
6
6
  "types": "types/index.d.ts",
package/src/index.ts CHANGED
@@ -111,6 +111,7 @@ export interface CrawlParams {
111
111
  allowExternalLinks?: boolean;
112
112
  ignoreSitemap?: boolean;
113
113
  scrapeOptions?: ScrapeParams;
114
+ webhook?: string;
114
115
  }
115
116
 
116
117
  /**
package/types/index.d.ts CHANGED
@@ -103,6 +103,7 @@ export interface CrawlParams {
103
103
  allowExternalLinks?: boolean;
104
104
  ignoreSitemap?: boolean;
105
105
  scrapeOptions?: ScrapeParams;
106
+ webhook?: string;
106
107
  }
107
108
  /**
108
109
  * Response interface for crawling operations.