@letsscrapedata/scraper 0.0.79 → 0.0.80

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/dist/index.d.cts CHANGED
@@ -188,6 +188,11 @@ interface ScraperConfig {
188
188
  * clientKey of 2captcha
189
189
  */
190
190
  clientKey: string;
191
+ /**
192
+ * captchas to be sovled: valid only in camoufox
193
+ * @default []
194
+ */
195
+ captchas?: string[];
191
196
  };
192
197
  urlPrefix?: string;
193
198
  /**
package/dist/index.d.ts CHANGED
@@ -188,6 +188,11 @@ interface ScraperConfig {
188
188
  * clientKey of 2captcha
189
189
  */
190
190
  clientKey: string;
191
+ /**
192
+ * captchas to be sovled: valid only in camoufox
193
+ * @default []
194
+ */
195
+ captchas?: string[];
191
196
  };
192
197
  urlPrefix?: string;
193
198
  /**