firecrawl 1.9.4 → 1.9.5
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 +1 -0
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
- package/src/index.ts +1 -0
package/dist/index.d.cts
CHANGED
|
@@ -230,6 +230,7 @@ interface ExtractParams<LLMSchema extends zt.ZodSchema = any> {
|
|
|
230
230
|
schema?: LLMSchema;
|
|
231
231
|
systemPrompt?: string;
|
|
232
232
|
allowExternalLinks?: boolean;
|
|
233
|
+
includeSubdomains?: boolean;
|
|
233
234
|
}
|
|
234
235
|
/**
|
|
235
236
|
* Response interface for extracting information from URLs.
|
package/dist/index.d.ts
CHANGED
|
@@ -230,6 +230,7 @@ interface ExtractParams<LLMSchema extends zt.ZodSchema = any> {
|
|
|
230
230
|
schema?: LLMSchema;
|
|
231
231
|
systemPrompt?: string;
|
|
232
232
|
allowExternalLinks?: boolean;
|
|
233
|
+
includeSubdomains?: boolean;
|
|
233
234
|
}
|
|
234
235
|
/**
|
|
235
236
|
* Response interface for extracting information from URLs.
|
package/package.json
CHANGED