@bubblelab/bubble-core 0.1.41 → 0.1.43

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.
Files changed (30) hide show
  1. package/dist/bubble-bundle.d.ts +33 -33
  2. package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
  3. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  4. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +40 -40
  5. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +74 -74
  6. package/dist/bubbles/service-bubble/firecrawl.d.ts +184 -184
  7. package/dist/bubbles/service-bubble/github.d.ts +28 -28
  8. package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
  9. package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
  10. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
  11. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  12. package/dist/bubbles/service-bubble/notion/notion.d.ts +64 -64
  13. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  14. package/dist/bubbles/service-bubble/slack/slack.d.ts +32 -32
  15. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +5 -5
  16. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +17 -0
  17. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -1
  18. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +127 -10
  19. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -1
  20. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +254 -254
  21. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +12 -0
  22. package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
  23. package/dist/bubbles/tool-bubble/people-search-tool.js +11 -1
  24. package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
  25. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  26. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +54 -54
  27. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +80 -80
  28. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
  29. package/dist/bubbles.json +11 -3
  30. package/package.json +2 -2
@@ -10,9 +10,9 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
10
10
  formats: z.ZodDefault<z.ZodArray<z.ZodUnion<[z.ZodEnum<["markdown", "html", "rawHtml", "links", "images", "screenshot", "summary", "changeTracking", "json", "attributes", "branding"]>, z.ZodObject<{
11
11
  type: z.ZodEnum<["markdown", "html", "rawHtml", "links", "images", "screenshot", "summary", "changeTracking", "json", "attributes", "branding"]>;
12
12
  }, "strip", z.ZodTypeAny, {
13
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
13
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
14
14
  }, {
15
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
15
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
16
16
  }>, z.ZodObject<{
17
17
  type: z.ZodLiteral<"json">;
18
18
  prompt: z.ZodOptional<z.ZodString>;
@@ -253,8 +253,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
253
253
  operation: "scrape";
254
254
  url: string;
255
255
  timeout: number;
256
- formats: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
257
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
256
+ formats: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
257
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
258
258
  } | {
259
259
  type: "json";
260
260
  schema?: any;
@@ -393,8 +393,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
393
393
  })[] | undefined;
394
394
  mobile?: boolean | undefined;
395
395
  integration?: string | undefined;
396
- formats?: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
397
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
396
+ formats?: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
397
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
398
398
  } | {
399
399
  type: "json";
400
400
  schema?: any;
@@ -465,9 +465,9 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
465
465
  formats: z.ZodDefault<z.ZodArray<z.ZodUnion<[z.ZodEnum<["markdown", "html", "rawHtml", "links", "images", "screenshot", "summary", "changeTracking", "json", "attributes", "branding"]>, z.ZodObject<{
466
466
  type: z.ZodEnum<["markdown", "html", "rawHtml", "links", "images", "screenshot", "summary", "changeTracking", "json", "attributes", "branding"]>;
467
467
  }, "strip", z.ZodTypeAny, {
468
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
468
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
469
469
  }, {
470
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
470
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
471
471
  }>, z.ZodObject<{
472
472
  type: z.ZodLiteral<"json">;
473
473
  prompt: z.ZodOptional<z.ZodString>;
@@ -703,8 +703,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
703
703
  integration: z.ZodOptional<z.ZodString>;
704
704
  }, "strip", z.ZodTypeAny, {
705
705
  timeout: number;
706
- formats: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
707
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
706
+ formats: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
707
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
708
708
  } | {
709
709
  type: "json";
710
710
  schema?: any;
@@ -836,8 +836,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
836
836
  })[] | undefined;
837
837
  mobile?: boolean | undefined;
838
838
  integration?: string | undefined;
839
- formats?: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
840
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
839
+ formats?: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
840
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
841
841
  } | {
842
842
  type: "json";
843
843
  schema?: any;
@@ -899,8 +899,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
899
899
  ignoreInvalidURLs?: boolean | undefined;
900
900
  scrapeOptions?: {
901
901
  timeout: number;
902
- formats: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
903
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
902
+ formats: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
903
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
904
904
  } | {
905
905
  type: "json";
906
906
  schema?: any;
@@ -1051,8 +1051,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
1051
1051
  })[] | undefined;
1052
1052
  mobile?: boolean | undefined;
1053
1053
  integration?: string | undefined;
1054
- formats?: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1055
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1054
+ formats?: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1055
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1056
1056
  } | {
1057
1057
  type: "json";
1058
1058
  schema?: any;
@@ -1187,9 +1187,9 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
1187
1187
  formats: z.ZodDefault<z.ZodArray<z.ZodUnion<[z.ZodEnum<["markdown", "html", "rawHtml", "links", "images", "screenshot", "summary", "changeTracking", "json", "attributes", "branding"]>, z.ZodObject<{
1188
1188
  type: z.ZodEnum<["markdown", "html", "rawHtml", "links", "images", "screenshot", "summary", "changeTracking", "json", "attributes", "branding"]>;
1189
1189
  }, "strip", z.ZodTypeAny, {
1190
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1190
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1191
1191
  }, {
1192
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1192
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1193
1193
  }>, z.ZodObject<{
1194
1194
  type: z.ZodLiteral<"json">;
1195
1195
  prompt: z.ZodOptional<z.ZodString>;
@@ -1425,8 +1425,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
1425
1425
  integration: z.ZodOptional<z.ZodString>;
1426
1426
  }, "strip", z.ZodTypeAny, {
1427
1427
  timeout: number;
1428
- formats: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1429
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1428
+ formats: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1429
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1430
1430
  } | {
1431
1431
  type: "json";
1432
1432
  schema?: any;
@@ -1558,8 +1558,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
1558
1558
  })[] | undefined;
1559
1559
  mobile?: boolean | undefined;
1560
1560
  integration?: string | undefined;
1561
- formats?: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1562
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1561
+ formats?: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1562
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1563
1563
  } | {
1564
1564
  type: "json";
1565
1565
  schema?: any;
@@ -1610,8 +1610,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
1610
1610
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1611
1611
  timeout?: number | undefined;
1612
1612
  delay?: number | undefined;
1613
- maxConcurrency?: number | undefined;
1614
1613
  maxRetries?: number | undefined;
1614
+ maxConcurrency?: number | undefined;
1615
1615
  prompt?: string | undefined;
1616
1616
  limit?: number | undefined;
1617
1617
  webhook?: string | {
@@ -1624,8 +1624,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
1624
1624
  backoffFactor?: number | undefined;
1625
1625
  scrapeOptions?: {
1626
1626
  timeout: number;
1627
- formats: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1628
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1627
+ formats: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1628
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1629
1629
  } | {
1630
1630
  type: "json";
1631
1631
  schema?: any;
@@ -1727,8 +1727,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
1727
1727
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1728
1728
  timeout?: number | undefined;
1729
1729
  delay?: number | undefined;
1730
- maxConcurrency?: number | undefined;
1731
1730
  maxRetries?: number | undefined;
1731
+ maxConcurrency?: number | undefined;
1732
1732
  prompt?: string | undefined;
1733
1733
  limit?: number | undefined;
1734
1734
  webhook?: string | {
@@ -1786,8 +1786,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
1786
1786
  })[] | undefined;
1787
1787
  mobile?: boolean | undefined;
1788
1788
  integration?: string | undefined;
1789
- formats?: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1790
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1789
+ formats?: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1790
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1791
1791
  } | {
1792
1792
  type: "json";
1793
1793
  schema?: any;
@@ -1855,9 +1855,9 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
1855
1855
  formats: z.ZodDefault<z.ZodArray<z.ZodUnion<[z.ZodEnum<["markdown", "html", "rawHtml", "links", "images", "screenshot", "summary", "changeTracking", "json", "attributes", "branding"]>, z.ZodObject<{
1856
1856
  type: z.ZodEnum<["markdown", "html", "rawHtml", "links", "images", "screenshot", "summary", "changeTracking", "json", "attributes", "branding"]>;
1857
1857
  }, "strip", z.ZodTypeAny, {
1858
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1858
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1859
1859
  }, {
1860
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1860
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1861
1861
  }>, z.ZodObject<{
1862
1862
  type: z.ZodLiteral<"json">;
1863
1863
  prompt: z.ZodOptional<z.ZodString>;
@@ -2093,8 +2093,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
2093
2093
  integration: z.ZodOptional<z.ZodString>;
2094
2094
  }, "strip", z.ZodTypeAny, {
2095
2095
  timeout: number;
2096
- formats: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
2097
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
2096
+ formats: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
2097
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
2098
2098
  } | {
2099
2099
  type: "json";
2100
2100
  schema?: any;
@@ -2226,8 +2226,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
2226
2226
  })[] | undefined;
2227
2227
  mobile?: boolean | undefined;
2228
2228
  integration?: string | undefined;
2229
- formats?: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
2230
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
2229
+ formats?: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
2230
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
2231
2231
  } | {
2232
2232
  type: "json";
2233
2233
  schema?: any;
@@ -2296,8 +2296,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
2296
2296
  ignoreInvalidURLs?: boolean | undefined;
2297
2297
  scrapeOptions?: {
2298
2298
  timeout: number;
2299
- formats: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
2300
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
2299
+ formats: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
2300
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
2301
2301
  } | {
2302
2302
  type: "json";
2303
2303
  schema?: any;
@@ -2449,8 +2449,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
2449
2449
  })[] | undefined;
2450
2450
  mobile?: boolean | undefined;
2451
2451
  integration?: string | undefined;
2452
- formats?: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
2453
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
2452
+ formats?: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
2453
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
2454
2454
  } | {
2455
2455
  type: "json";
2456
2456
  schema?: any;
@@ -3956,7 +3956,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
3956
3956
  error: string;
3957
3957
  html?: string | undefined;
3958
3958
  screenshot?: string | undefined;
3959
- json?: unknown;
3959
+ images?: string[] | undefined;
3960
+ summary?: string | undefined;
3960
3961
  metadata?: z.objectOutputType<{
3961
3962
  title: z.ZodOptional<z.ZodString>;
3962
3963
  description: z.ZodOptional<z.ZodString>;
@@ -4000,8 +4001,7 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
4000
4001
  creditsUsed: z.ZodOptional<z.ZodNumber>;
4001
4002
  error: z.ZodOptional<z.ZodString>;
4002
4003
  }, z.ZodUnknown, "strip"> | undefined;
4003
- images?: string[] | undefined;
4004
- summary?: string | undefined;
4004
+ json?: unknown;
4005
4005
  actions?: Record<string, unknown> | undefined;
4006
4006
  warning?: string | undefined;
4007
4007
  markdown?: string | undefined;
@@ -4452,7 +4452,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
4452
4452
  error: string;
4453
4453
  html?: string | undefined;
4454
4454
  screenshot?: string | undefined;
4455
- json?: unknown;
4455
+ images?: string[] | undefined;
4456
+ summary?: string | undefined;
4456
4457
  metadata?: z.objectInputType<{
4457
4458
  title: z.ZodOptional<z.ZodString>;
4458
4459
  description: z.ZodOptional<z.ZodString>;
@@ -4496,8 +4497,7 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
4496
4497
  creditsUsed: z.ZodOptional<z.ZodNumber>;
4497
4498
  error: z.ZodOptional<z.ZodString>;
4498
4499
  }, z.ZodUnknown, "strip"> | undefined;
4499
- images?: string[] | undefined;
4500
- summary?: string | undefined;
4500
+ json?: unknown;
4501
4501
  actions?: Record<string, unknown> | undefined;
4502
4502
  warning?: string | undefined;
4503
4503
  markdown?: string | undefined;
@@ -6414,7 +6414,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
6414
6414
  }, "strip", z.ZodTypeAny, {
6415
6415
  html?: string | undefined;
6416
6416
  screenshot?: string | undefined;
6417
- json?: unknown;
6417
+ images?: string[] | undefined;
6418
+ summary?: string | undefined;
6418
6419
  metadata?: z.objectOutputType<{
6419
6420
  title: z.ZodOptional<z.ZodString>;
6420
6421
  description: z.ZodOptional<z.ZodString>;
@@ -6458,8 +6459,7 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
6458
6459
  creditsUsed: z.ZodOptional<z.ZodNumber>;
6459
6460
  error: z.ZodOptional<z.ZodString>;
6460
6461
  }, z.ZodUnknown, "strip"> | undefined;
6461
- images?: string[] | undefined;
6462
- summary?: string | undefined;
6462
+ json?: unknown;
6463
6463
  actions?: Record<string, unknown> | undefined;
6464
6464
  warning?: string | undefined;
6465
6465
  markdown?: string | undefined;
@@ -6907,7 +6907,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
6907
6907
  }, {
6908
6908
  html?: string | undefined;
6909
6909
  screenshot?: string | undefined;
6910
- json?: unknown;
6910
+ images?: string[] | undefined;
6911
+ summary?: string | undefined;
6911
6912
  metadata?: z.objectInputType<{
6912
6913
  title: z.ZodOptional<z.ZodString>;
6913
6914
  description: z.ZodOptional<z.ZodString>;
@@ -6951,8 +6952,7 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
6951
6952
  creditsUsed: z.ZodOptional<z.ZodNumber>;
6952
6953
  error: z.ZodOptional<z.ZodString>;
6953
6954
  }, z.ZodUnknown, "strip"> | undefined;
6954
- images?: string[] | undefined;
6955
- summary?: string | undefined;
6955
+ json?: unknown;
6956
6956
  actions?: Record<string, unknown> | undefined;
6957
6957
  warning?: string | undefined;
6958
6958
  markdown?: string | undefined;
@@ -8874,7 +8874,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
8874
8874
  }, "strip", z.ZodTypeAny, {
8875
8875
  html?: string | undefined;
8876
8876
  screenshot?: string | undefined;
8877
- json?: unknown;
8877
+ images?: string[] | undefined;
8878
+ summary?: string | undefined;
8878
8879
  metadata?: z.objectOutputType<{
8879
8880
  title: z.ZodOptional<z.ZodString>;
8880
8881
  description: z.ZodOptional<z.ZodString>;
@@ -8918,8 +8919,7 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
8918
8919
  creditsUsed: z.ZodOptional<z.ZodNumber>;
8919
8920
  error: z.ZodOptional<z.ZodString>;
8920
8921
  }, z.ZodUnknown, "strip"> | undefined;
8921
- images?: string[] | undefined;
8922
- summary?: string | undefined;
8922
+ json?: unknown;
8923
8923
  actions?: Record<string, unknown> | undefined;
8924
8924
  warning?: string | undefined;
8925
8925
  markdown?: string | undefined;
@@ -9367,7 +9367,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
9367
9367
  }, {
9368
9368
  html?: string | undefined;
9369
9369
  screenshot?: string | undefined;
9370
- json?: unknown;
9370
+ images?: string[] | undefined;
9371
+ summary?: string | undefined;
9371
9372
  metadata?: z.objectInputType<{
9372
9373
  title: z.ZodOptional<z.ZodString>;
9373
9374
  description: z.ZodOptional<z.ZodString>;
@@ -9411,8 +9412,7 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
9411
9412
  creditsUsed: z.ZodOptional<z.ZodNumber>;
9412
9413
  error: z.ZodOptional<z.ZodString>;
9413
9414
  }, z.ZodUnknown, "strip"> | undefined;
9414
- images?: string[] | undefined;
9415
- summary?: string | undefined;
9415
+ json?: unknown;
9416
9416
  actions?: Record<string, unknown> | undefined;
9417
9417
  warning?: string | undefined;
9418
9418
  markdown?: string | undefined;
@@ -11331,7 +11331,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
11331
11331
  }, "strip", z.ZodTypeAny, {
11332
11332
  html?: string | undefined;
11333
11333
  screenshot?: string | undefined;
11334
- json?: unknown;
11334
+ images?: string[] | undefined;
11335
+ summary?: string | undefined;
11335
11336
  metadata?: z.objectOutputType<{
11336
11337
  title: z.ZodOptional<z.ZodString>;
11337
11338
  description: z.ZodOptional<z.ZodString>;
@@ -11375,8 +11376,7 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
11375
11376
  creditsUsed: z.ZodOptional<z.ZodNumber>;
11376
11377
  error: z.ZodOptional<z.ZodString>;
11377
11378
  }, z.ZodUnknown, "strip"> | undefined;
11378
- images?: string[] | undefined;
11379
- summary?: string | undefined;
11379
+ json?: unknown;
11380
11380
  actions?: Record<string, unknown> | undefined;
11381
11381
  warning?: string | undefined;
11382
11382
  markdown?: string | undefined;
@@ -11824,7 +11824,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
11824
11824
  }, {
11825
11825
  html?: string | undefined;
11826
11826
  screenshot?: string | undefined;
11827
- json?: unknown;
11827
+ images?: string[] | undefined;
11828
+ summary?: string | undefined;
11828
11829
  metadata?: z.objectInputType<{
11829
11830
  title: z.ZodOptional<z.ZodString>;
11830
11831
  description: z.ZodOptional<z.ZodString>;
@@ -11868,8 +11869,7 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
11868
11869
  creditsUsed: z.ZodOptional<z.ZodNumber>;
11869
11870
  error: z.ZodOptional<z.ZodString>;
11870
11871
  }, z.ZodUnknown, "strip"> | undefined;
11871
- images?: string[] | undefined;
11872
- summary?: string | undefined;
11872
+ json?: unknown;
11873
11873
  actions?: Record<string, unknown> | undefined;
11874
11874
  warning?: string | undefined;
11875
11875
  markdown?: string | undefined;
@@ -12323,7 +12323,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
12323
12323
  images?: ({
12324
12324
  html?: string | undefined;
12325
12325
  screenshot?: string | undefined;
12326
- json?: unknown;
12326
+ images?: string[] | undefined;
12327
+ summary?: string | undefined;
12327
12328
  metadata?: z.objectOutputType<{
12328
12329
  title: z.ZodOptional<z.ZodString>;
12329
12330
  description: z.ZodOptional<z.ZodString>;
@@ -12367,8 +12368,7 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
12367
12368
  creditsUsed: z.ZodOptional<z.ZodNumber>;
12368
12369
  error: z.ZodOptional<z.ZodString>;
12369
12370
  }, z.ZodUnknown, "strip"> | undefined;
12370
- images?: string[] | undefined;
12371
- summary?: string | undefined;
12371
+ json?: unknown;
12372
12372
  actions?: Record<string, unknown> | undefined;
12373
12373
  warning?: string | undefined;
12374
12374
  markdown?: string | undefined;
@@ -12824,7 +12824,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
12824
12824
  web?: ({
12825
12825
  html?: string | undefined;
12826
12826
  screenshot?: string | undefined;
12827
- json?: unknown;
12827
+ images?: string[] | undefined;
12828
+ summary?: string | undefined;
12828
12829
  metadata?: z.objectOutputType<{
12829
12830
  title: z.ZodOptional<z.ZodString>;
12830
12831
  description: z.ZodOptional<z.ZodString>;
@@ -12868,8 +12869,7 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
12868
12869
  creditsUsed: z.ZodOptional<z.ZodNumber>;
12869
12870
  error: z.ZodOptional<z.ZodString>;
12870
12871
  }, z.ZodUnknown, "strip"> | undefined;
12871
- images?: string[] | undefined;
12872
- summary?: string | undefined;
12872
+ json?: unknown;
12873
12873
  actions?: Record<string, unknown> | undefined;
12874
12874
  warning?: string | undefined;
12875
12875
  markdown?: string | undefined;
@@ -13323,7 +13323,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
13323
13323
  news?: ({
13324
13324
  html?: string | undefined;
13325
13325
  screenshot?: string | undefined;
13326
- json?: unknown;
13326
+ images?: string[] | undefined;
13327
+ summary?: string | undefined;
13327
13328
  metadata?: z.objectOutputType<{
13328
13329
  title: z.ZodOptional<z.ZodString>;
13329
13330
  description: z.ZodOptional<z.ZodString>;
@@ -13367,8 +13368,7 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
13367
13368
  creditsUsed: z.ZodOptional<z.ZodNumber>;
13368
13369
  error: z.ZodOptional<z.ZodString>;
13369
13370
  }, z.ZodUnknown, "strip"> | undefined;
13370
- images?: string[] | undefined;
13371
- summary?: string | undefined;
13371
+ json?: unknown;
13372
13372
  actions?: Record<string, unknown> | undefined;
13373
13373
  warning?: string | undefined;
13374
13374
  markdown?: string | undefined;
@@ -13830,7 +13830,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
13830
13830
  images?: ({
13831
13831
  html?: string | undefined;
13832
13832
  screenshot?: string | undefined;
13833
- json?: unknown;
13833
+ images?: string[] | undefined;
13834
+ summary?: string | undefined;
13834
13835
  metadata?: z.objectInputType<{
13835
13836
  title: z.ZodOptional<z.ZodString>;
13836
13837
  description: z.ZodOptional<z.ZodString>;
@@ -13874,8 +13875,7 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
13874
13875
  creditsUsed: z.ZodOptional<z.ZodNumber>;
13875
13876
  error: z.ZodOptional<z.ZodString>;
13876
13877
  }, z.ZodUnknown, "strip"> | undefined;
13877
- images?: string[] | undefined;
13878
- summary?: string | undefined;
13878
+ json?: unknown;
13879
13879
  actions?: Record<string, unknown> | undefined;
13880
13880
  warning?: string | undefined;
13881
13881
  markdown?: string | undefined;
@@ -14331,7 +14331,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
14331
14331
  web?: ({
14332
14332
  html?: string | undefined;
14333
14333
  screenshot?: string | undefined;
14334
- json?: unknown;
14334
+ images?: string[] | undefined;
14335
+ summary?: string | undefined;
14335
14336
  metadata?: z.objectInputType<{
14336
14337
  title: z.ZodOptional<z.ZodString>;
14337
14338
  description: z.ZodOptional<z.ZodString>;
@@ -14375,8 +14376,7 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
14375
14376
  creditsUsed: z.ZodOptional<z.ZodNumber>;
14376
14377
  error: z.ZodOptional<z.ZodString>;
14377
14378
  }, z.ZodUnknown, "strip"> | undefined;
14378
- images?: string[] | undefined;
14379
- summary?: string | undefined;
14379
+ json?: unknown;
14380
14380
  actions?: Record<string, unknown> | undefined;
14381
14381
  warning?: string | undefined;
14382
14382
  markdown?: string | undefined;
@@ -14830,7 +14830,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
14830
14830
  news?: ({
14831
14831
  html?: string | undefined;
14832
14832
  screenshot?: string | undefined;
14833
- json?: unknown;
14833
+ images?: string[] | undefined;
14834
+ summary?: string | undefined;
14834
14835
  metadata?: z.objectInputType<{
14835
14836
  title: z.ZodOptional<z.ZodString>;
14836
14837
  description: z.ZodOptional<z.ZodString>;
@@ -14874,8 +14875,7 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
14874
14875
  creditsUsed: z.ZodOptional<z.ZodNumber>;
14875
14876
  error: z.ZodOptional<z.ZodString>;
14876
14877
  }, z.ZodUnknown, "strip"> | undefined;
14877
- images?: string[] | undefined;
14878
- summary?: string | undefined;
14878
+ json?: unknown;
14879
14879
  actions?: Record<string, unknown> | undefined;
14880
14880
  warning?: string | undefined;
14881
14881
  markdown?: string | undefined;
@@ -16833,7 +16833,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
16833
16833
  }, "strip", z.ZodTypeAny, {
16834
16834
  html?: string | undefined;
16835
16835
  screenshot?: string | undefined;
16836
- json?: unknown;
16836
+ images?: string[] | undefined;
16837
+ summary?: string | undefined;
16837
16838
  metadata?: z.objectOutputType<{
16838
16839
  title: z.ZodOptional<z.ZodString>;
16839
16840
  description: z.ZodOptional<z.ZodString>;
@@ -16877,8 +16878,7 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
16877
16878
  creditsUsed: z.ZodOptional<z.ZodNumber>;
16878
16879
  error: z.ZodOptional<z.ZodString>;
16879
16880
  }, z.ZodUnknown, "strip"> | undefined;
16880
- images?: string[] | undefined;
16881
- summary?: string | undefined;
16881
+ json?: unknown;
16882
16882
  actions?: Record<string, unknown> | undefined;
16883
16883
  warning?: string | undefined;
16884
16884
  markdown?: string | undefined;
@@ -17326,7 +17326,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
17326
17326
  }, {
17327
17327
  html?: string | undefined;
17328
17328
  screenshot?: string | undefined;
17329
- json?: unknown;
17329
+ images?: string[] | undefined;
17330
+ summary?: string | undefined;
17330
17331
  metadata?: z.objectInputType<{
17331
17332
  title: z.ZodOptional<z.ZodString>;
17332
17333
  description: z.ZodOptional<z.ZodString>;
@@ -17370,8 +17371,7 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
17370
17371
  creditsUsed: z.ZodOptional<z.ZodNumber>;
17371
17372
  error: z.ZodOptional<z.ZodString>;
17372
17373
  }, z.ZodUnknown, "strip"> | undefined;
17373
- images?: string[] | undefined;
17374
- summary?: string | undefined;
17374
+ json?: unknown;
17375
17375
  actions?: Record<string, unknown> | undefined;
17376
17376
  warning?: string | undefined;
17377
17377
  markdown?: string | undefined;
@@ -17825,7 +17825,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
17825
17825
  data: {
17826
17826
  html?: string | undefined;
17827
17827
  screenshot?: string | undefined;
17828
- json?: unknown;
17828
+ images?: string[] | undefined;
17829
+ summary?: string | undefined;
17829
17830
  metadata?: z.objectOutputType<{
17830
17831
  title: z.ZodOptional<z.ZodString>;
17831
17832
  description: z.ZodOptional<z.ZodString>;
@@ -17869,8 +17870,7 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
17869
17870
  creditsUsed: z.ZodOptional<z.ZodNumber>;
17870
17871
  error: z.ZodOptional<z.ZodString>;
17871
17872
  }, z.ZodUnknown, "strip"> | undefined;
17872
- images?: string[] | undefined;
17873
- summary?: string | undefined;
17873
+ json?: unknown;
17874
17874
  actions?: Record<string, unknown> | undefined;
17875
17875
  warning?: string | undefined;
17876
17876
  markdown?: string | undefined;
@@ -18328,7 +18328,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
18328
18328
  data: {
18329
18329
  html?: string | undefined;
18330
18330
  screenshot?: string | undefined;
18331
- json?: unknown;
18331
+ images?: string[] | undefined;
18332
+ summary?: string | undefined;
18332
18333
  metadata?: z.objectInputType<{
18333
18334
  title: z.ZodOptional<z.ZodString>;
18334
18335
  description: z.ZodOptional<z.ZodString>;
@@ -18372,8 +18373,7 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
18372
18373
  creditsUsed: z.ZodOptional<z.ZodNumber>;
18373
18374
  error: z.ZodOptional<z.ZodString>;
18374
18375
  }, z.ZodUnknown, "strip"> | undefined;
18375
- images?: string[] | undefined;
18376
- summary?: string | undefined;
18376
+ json?: unknown;
18377
18377
  actions?: Record<string, unknown> | undefined;
18378
18378
  warning?: string | undefined;
18379
18379
  markdown?: string | undefined;
@@ -18876,9 +18876,9 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
18876
18876
  formats: z.ZodDefault<z.ZodArray<z.ZodUnion<[z.ZodEnum<["markdown", "html", "rawHtml", "links", "images", "screenshot", "summary", "changeTracking", "json", "attributes", "branding"]>, z.ZodObject<{
18877
18877
  type: z.ZodEnum<["markdown", "html", "rawHtml", "links", "images", "screenshot", "summary", "changeTracking", "json", "attributes", "branding"]>;
18878
18878
  }, "strip", z.ZodTypeAny, {
18879
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
18879
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
18880
18880
  }, {
18881
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
18881
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
18882
18882
  }>, z.ZodObject<{
18883
18883
  type: z.ZodLiteral<"json">;
18884
18884
  prompt: z.ZodOptional<z.ZodString>;
@@ -19119,8 +19119,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
19119
19119
  operation: "scrape";
19120
19120
  url: string;
19121
19121
  timeout: number;
19122
- formats: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19123
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19122
+ formats: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19123
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19124
19124
  } | {
19125
19125
  type: "json";
19126
19126
  schema?: any;
@@ -19259,8 +19259,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
19259
19259
  })[] | undefined;
19260
19260
  mobile?: boolean | undefined;
19261
19261
  integration?: string | undefined;
19262
- formats?: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19263
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19262
+ formats?: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19263
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19264
19264
  } | {
19265
19265
  type: "json";
19266
19266
  schema?: any;
@@ -19331,9 +19331,9 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
19331
19331
  formats: z.ZodDefault<z.ZodArray<z.ZodUnion<[z.ZodEnum<["markdown", "html", "rawHtml", "links", "images", "screenshot", "summary", "changeTracking", "json", "attributes", "branding"]>, z.ZodObject<{
19332
19332
  type: z.ZodEnum<["markdown", "html", "rawHtml", "links", "images", "screenshot", "summary", "changeTracking", "json", "attributes", "branding"]>;
19333
19333
  }, "strip", z.ZodTypeAny, {
19334
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19334
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19335
19335
  }, {
19336
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19336
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19337
19337
  }>, z.ZodObject<{
19338
19338
  type: z.ZodLiteral<"json">;
19339
19339
  prompt: z.ZodOptional<z.ZodString>;
@@ -19569,8 +19569,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
19569
19569
  integration: z.ZodOptional<z.ZodString>;
19570
19570
  }, "strip", z.ZodTypeAny, {
19571
19571
  timeout: number;
19572
- formats: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19573
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19572
+ formats: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19573
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19574
19574
  } | {
19575
19575
  type: "json";
19576
19576
  schema?: any;
@@ -19702,8 +19702,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
19702
19702
  })[] | undefined;
19703
19703
  mobile?: boolean | undefined;
19704
19704
  integration?: string | undefined;
19705
- formats?: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19706
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19705
+ formats?: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19706
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19707
19707
  } | {
19708
19708
  type: "json";
19709
19709
  schema?: any;
@@ -19765,8 +19765,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
19765
19765
  ignoreInvalidURLs?: boolean | undefined;
19766
19766
  scrapeOptions?: {
19767
19767
  timeout: number;
19768
- formats: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19769
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19768
+ formats: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19769
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19770
19770
  } | {
19771
19771
  type: "json";
19772
19772
  schema?: any;
@@ -19917,8 +19917,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
19917
19917
  })[] | undefined;
19918
19918
  mobile?: boolean | undefined;
19919
19919
  integration?: string | undefined;
19920
- formats?: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19921
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19920
+ formats?: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19921
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19922
19922
  } | {
19923
19923
  type: "json";
19924
19924
  schema?: any;
@@ -20053,9 +20053,9 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
20053
20053
  formats: z.ZodDefault<z.ZodArray<z.ZodUnion<[z.ZodEnum<["markdown", "html", "rawHtml", "links", "images", "screenshot", "summary", "changeTracking", "json", "attributes", "branding"]>, z.ZodObject<{
20054
20054
  type: z.ZodEnum<["markdown", "html", "rawHtml", "links", "images", "screenshot", "summary", "changeTracking", "json", "attributes", "branding"]>;
20055
20055
  }, "strip", z.ZodTypeAny, {
20056
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20056
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20057
20057
  }, {
20058
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20058
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20059
20059
  }>, z.ZodObject<{
20060
20060
  type: z.ZodLiteral<"json">;
20061
20061
  prompt: z.ZodOptional<z.ZodString>;
@@ -20291,8 +20291,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
20291
20291
  integration: z.ZodOptional<z.ZodString>;
20292
20292
  }, "strip", z.ZodTypeAny, {
20293
20293
  timeout: number;
20294
- formats: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20295
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20294
+ formats: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20295
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20296
20296
  } | {
20297
20297
  type: "json";
20298
20298
  schema?: any;
@@ -20424,8 +20424,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
20424
20424
  })[] | undefined;
20425
20425
  mobile?: boolean | undefined;
20426
20426
  integration?: string | undefined;
20427
- formats?: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20428
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20427
+ formats?: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20428
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20429
20429
  } | {
20430
20430
  type: "json";
20431
20431
  schema?: any;
@@ -20476,8 +20476,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
20476
20476
  credentials?: Partial<Record<CredentialType, string>> | undefined;
20477
20477
  timeout?: number | undefined;
20478
20478
  delay?: number | undefined;
20479
- maxConcurrency?: number | undefined;
20480
20479
  maxRetries?: number | undefined;
20480
+ maxConcurrency?: number | undefined;
20481
20481
  prompt?: string | undefined;
20482
20482
  limit?: number | undefined;
20483
20483
  webhook?: string | {
@@ -20490,8 +20490,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
20490
20490
  backoffFactor?: number | undefined;
20491
20491
  scrapeOptions?: {
20492
20492
  timeout: number;
20493
- formats: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20494
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20493
+ formats: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20494
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20495
20495
  } | {
20496
20496
  type: "json";
20497
20497
  schema?: any;
@@ -20593,8 +20593,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
20593
20593
  credentials?: Partial<Record<CredentialType, string>> | undefined;
20594
20594
  timeout?: number | undefined;
20595
20595
  delay?: number | undefined;
20596
- maxConcurrency?: number | undefined;
20597
20596
  maxRetries?: number | undefined;
20597
+ maxConcurrency?: number | undefined;
20598
20598
  prompt?: string | undefined;
20599
20599
  limit?: number | undefined;
20600
20600
  webhook?: string | {
@@ -20652,8 +20652,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
20652
20652
  })[] | undefined;
20653
20653
  mobile?: boolean | undefined;
20654
20654
  integration?: string | undefined;
20655
- formats?: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20656
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20655
+ formats?: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20656
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20657
20657
  } | {
20658
20658
  type: "json";
20659
20659
  schema?: any;
@@ -20721,9 +20721,9 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
20721
20721
  formats: z.ZodDefault<z.ZodArray<z.ZodUnion<[z.ZodEnum<["markdown", "html", "rawHtml", "links", "images", "screenshot", "summary", "changeTracking", "json", "attributes", "branding"]>, z.ZodObject<{
20722
20722
  type: z.ZodEnum<["markdown", "html", "rawHtml", "links", "images", "screenshot", "summary", "changeTracking", "json", "attributes", "branding"]>;
20723
20723
  }, "strip", z.ZodTypeAny, {
20724
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20724
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20725
20725
  }, {
20726
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20726
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20727
20727
  }>, z.ZodObject<{
20728
20728
  type: z.ZodLiteral<"json">;
20729
20729
  prompt: z.ZodOptional<z.ZodString>;
@@ -20959,8 +20959,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
20959
20959
  integration: z.ZodOptional<z.ZodString>;
20960
20960
  }, "strip", z.ZodTypeAny, {
20961
20961
  timeout: number;
20962
- formats: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20963
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20962
+ formats: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20963
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20964
20964
  } | {
20965
20965
  type: "json";
20966
20966
  schema?: any;
@@ -21092,8 +21092,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
21092
21092
  })[] | undefined;
21093
21093
  mobile?: boolean | undefined;
21094
21094
  integration?: string | undefined;
21095
- formats?: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
21096
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
21095
+ formats?: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
21096
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
21097
21097
  } | {
21098
21098
  type: "json";
21099
21099
  schema?: any;
@@ -21162,8 +21162,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
21162
21162
  ignoreInvalidURLs?: boolean | undefined;
21163
21163
  scrapeOptions?: {
21164
21164
  timeout: number;
21165
- formats: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
21166
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
21165
+ formats: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
21166
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
21167
21167
  } | {
21168
21168
  type: "json";
21169
21169
  schema?: any;
@@ -21315,8 +21315,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
21315
21315
  })[] | undefined;
21316
21316
  mobile?: boolean | undefined;
21317
21317
  integration?: string | undefined;
21318
- formats?: ("html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
21319
- type: "html" | "screenshot" | "json" | "images" | "summary" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
21318
+ formats?: ("html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
21319
+ type: "html" | "screenshot" | "images" | "summary" | "json" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
21320
21320
  } | {
21321
21321
  type: "json";
21322
21322
  schema?: any;
@@ -22822,7 +22822,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
22822
22822
  error: string;
22823
22823
  html?: string | undefined;
22824
22824
  screenshot?: string | undefined;
22825
- json?: unknown;
22825
+ images?: string[] | undefined;
22826
+ summary?: string | undefined;
22826
22827
  metadata?: z.objectOutputType<{
22827
22828
  title: z.ZodOptional<z.ZodString>;
22828
22829
  description: z.ZodOptional<z.ZodString>;
@@ -22866,8 +22867,7 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
22866
22867
  creditsUsed: z.ZodOptional<z.ZodNumber>;
22867
22868
  error: z.ZodOptional<z.ZodString>;
22868
22869
  }, z.ZodUnknown, "strip"> | undefined;
22869
- images?: string[] | undefined;
22870
- summary?: string | undefined;
22870
+ json?: unknown;
22871
22871
  actions?: Record<string, unknown> | undefined;
22872
22872
  warning?: string | undefined;
22873
22873
  markdown?: string | undefined;
@@ -23318,7 +23318,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
23318
23318
  error: string;
23319
23319
  html?: string | undefined;
23320
23320
  screenshot?: string | undefined;
23321
- json?: unknown;
23321
+ images?: string[] | undefined;
23322
+ summary?: string | undefined;
23322
23323
  metadata?: z.objectInputType<{
23323
23324
  title: z.ZodOptional<z.ZodString>;
23324
23325
  description: z.ZodOptional<z.ZodString>;
@@ -23362,8 +23363,7 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
23362
23363
  creditsUsed: z.ZodOptional<z.ZodNumber>;
23363
23364
  error: z.ZodOptional<z.ZodString>;
23364
23365
  }, z.ZodUnknown, "strip"> | undefined;
23365
- images?: string[] | undefined;
23366
- summary?: string | undefined;
23366
+ json?: unknown;
23367
23367
  actions?: Record<string, unknown> | undefined;
23368
23368
  warning?: string | undefined;
23369
23369
  markdown?: string | undefined;
@@ -25280,7 +25280,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
25280
25280
  }, "strip", z.ZodTypeAny, {
25281
25281
  html?: string | undefined;
25282
25282
  screenshot?: string | undefined;
25283
- json?: unknown;
25283
+ images?: string[] | undefined;
25284
+ summary?: string | undefined;
25284
25285
  metadata?: z.objectOutputType<{
25285
25286
  title: z.ZodOptional<z.ZodString>;
25286
25287
  description: z.ZodOptional<z.ZodString>;
@@ -25324,8 +25325,7 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
25324
25325
  creditsUsed: z.ZodOptional<z.ZodNumber>;
25325
25326
  error: z.ZodOptional<z.ZodString>;
25326
25327
  }, z.ZodUnknown, "strip"> | undefined;
25327
- images?: string[] | undefined;
25328
- summary?: string | undefined;
25328
+ json?: unknown;
25329
25329
  actions?: Record<string, unknown> | undefined;
25330
25330
  warning?: string | undefined;
25331
25331
  markdown?: string | undefined;
@@ -25773,7 +25773,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
25773
25773
  }, {
25774
25774
  html?: string | undefined;
25775
25775
  screenshot?: string | undefined;
25776
- json?: unknown;
25776
+ images?: string[] | undefined;
25777
+ summary?: string | undefined;
25777
25778
  metadata?: z.objectInputType<{
25778
25779
  title: z.ZodOptional<z.ZodString>;
25779
25780
  description: z.ZodOptional<z.ZodString>;
@@ -25817,8 +25818,7 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
25817
25818
  creditsUsed: z.ZodOptional<z.ZodNumber>;
25818
25819
  error: z.ZodOptional<z.ZodString>;
25819
25820
  }, z.ZodUnknown, "strip"> | undefined;
25820
- images?: string[] | undefined;
25821
- summary?: string | undefined;
25821
+ json?: unknown;
25822
25822
  actions?: Record<string, unknown> | undefined;
25823
25823
  warning?: string | undefined;
25824
25824
  markdown?: string | undefined;
@@ -27740,7 +27740,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
27740
27740
  }, "strip", z.ZodTypeAny, {
27741
27741
  html?: string | undefined;
27742
27742
  screenshot?: string | undefined;
27743
- json?: unknown;
27743
+ images?: string[] | undefined;
27744
+ summary?: string | undefined;
27744
27745
  metadata?: z.objectOutputType<{
27745
27746
  title: z.ZodOptional<z.ZodString>;
27746
27747
  description: z.ZodOptional<z.ZodString>;
@@ -27784,8 +27785,7 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
27784
27785
  creditsUsed: z.ZodOptional<z.ZodNumber>;
27785
27786
  error: z.ZodOptional<z.ZodString>;
27786
27787
  }, z.ZodUnknown, "strip"> | undefined;
27787
- images?: string[] | undefined;
27788
- summary?: string | undefined;
27788
+ json?: unknown;
27789
27789
  actions?: Record<string, unknown> | undefined;
27790
27790
  warning?: string | undefined;
27791
27791
  markdown?: string | undefined;
@@ -28233,7 +28233,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
28233
28233
  }, {
28234
28234
  html?: string | undefined;
28235
28235
  screenshot?: string | undefined;
28236
- json?: unknown;
28236
+ images?: string[] | undefined;
28237
+ summary?: string | undefined;
28237
28238
  metadata?: z.objectInputType<{
28238
28239
  title: z.ZodOptional<z.ZodString>;
28239
28240
  description: z.ZodOptional<z.ZodString>;
@@ -28277,8 +28278,7 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
28277
28278
  creditsUsed: z.ZodOptional<z.ZodNumber>;
28278
28279
  error: z.ZodOptional<z.ZodString>;
28279
28280
  }, z.ZodUnknown, "strip"> | undefined;
28280
- images?: string[] | undefined;
28281
- summary?: string | undefined;
28281
+ json?: unknown;
28282
28282
  actions?: Record<string, unknown> | undefined;
28283
28283
  warning?: string | undefined;
28284
28284
  markdown?: string | undefined;
@@ -30197,7 +30197,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
30197
30197
  }, "strip", z.ZodTypeAny, {
30198
30198
  html?: string | undefined;
30199
30199
  screenshot?: string | undefined;
30200
- json?: unknown;
30200
+ images?: string[] | undefined;
30201
+ summary?: string | undefined;
30201
30202
  metadata?: z.objectOutputType<{
30202
30203
  title: z.ZodOptional<z.ZodString>;
30203
30204
  description: z.ZodOptional<z.ZodString>;
@@ -30241,8 +30242,7 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
30241
30242
  creditsUsed: z.ZodOptional<z.ZodNumber>;
30242
30243
  error: z.ZodOptional<z.ZodString>;
30243
30244
  }, z.ZodUnknown, "strip"> | undefined;
30244
- images?: string[] | undefined;
30245
- summary?: string | undefined;
30245
+ json?: unknown;
30246
30246
  actions?: Record<string, unknown> | undefined;
30247
30247
  warning?: string | undefined;
30248
30248
  markdown?: string | undefined;
@@ -30690,7 +30690,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
30690
30690
  }, {
30691
30691
  html?: string | undefined;
30692
30692
  screenshot?: string | undefined;
30693
- json?: unknown;
30693
+ images?: string[] | undefined;
30694
+ summary?: string | undefined;
30694
30695
  metadata?: z.objectInputType<{
30695
30696
  title: z.ZodOptional<z.ZodString>;
30696
30697
  description: z.ZodOptional<z.ZodString>;
@@ -30734,8 +30735,7 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
30734
30735
  creditsUsed: z.ZodOptional<z.ZodNumber>;
30735
30736
  error: z.ZodOptional<z.ZodString>;
30736
30737
  }, z.ZodUnknown, "strip"> | undefined;
30737
- images?: string[] | undefined;
30738
- summary?: string | undefined;
30738
+ json?: unknown;
30739
30739
  actions?: Record<string, unknown> | undefined;
30740
30740
  warning?: string | undefined;
30741
30741
  markdown?: string | undefined;
@@ -31189,7 +31189,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
31189
31189
  images?: ({
31190
31190
  html?: string | undefined;
31191
31191
  screenshot?: string | undefined;
31192
- json?: unknown;
31192
+ images?: string[] | undefined;
31193
+ summary?: string | undefined;
31193
31194
  metadata?: z.objectOutputType<{
31194
31195
  title: z.ZodOptional<z.ZodString>;
31195
31196
  description: z.ZodOptional<z.ZodString>;
@@ -31233,8 +31234,7 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
31233
31234
  creditsUsed: z.ZodOptional<z.ZodNumber>;
31234
31235
  error: z.ZodOptional<z.ZodString>;
31235
31236
  }, z.ZodUnknown, "strip"> | undefined;
31236
- images?: string[] | undefined;
31237
- summary?: string | undefined;
31237
+ json?: unknown;
31238
31238
  actions?: Record<string, unknown> | undefined;
31239
31239
  warning?: string | undefined;
31240
31240
  markdown?: string | undefined;
@@ -31690,7 +31690,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
31690
31690
  web?: ({
31691
31691
  html?: string | undefined;
31692
31692
  screenshot?: string | undefined;
31693
- json?: unknown;
31693
+ images?: string[] | undefined;
31694
+ summary?: string | undefined;
31694
31695
  metadata?: z.objectOutputType<{
31695
31696
  title: z.ZodOptional<z.ZodString>;
31696
31697
  description: z.ZodOptional<z.ZodString>;
@@ -31734,8 +31735,7 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
31734
31735
  creditsUsed: z.ZodOptional<z.ZodNumber>;
31735
31736
  error: z.ZodOptional<z.ZodString>;
31736
31737
  }, z.ZodUnknown, "strip"> | undefined;
31737
- images?: string[] | undefined;
31738
- summary?: string | undefined;
31738
+ json?: unknown;
31739
31739
  actions?: Record<string, unknown> | undefined;
31740
31740
  warning?: string | undefined;
31741
31741
  markdown?: string | undefined;
@@ -32189,7 +32189,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
32189
32189
  news?: ({
32190
32190
  html?: string | undefined;
32191
32191
  screenshot?: string | undefined;
32192
- json?: unknown;
32192
+ images?: string[] | undefined;
32193
+ summary?: string | undefined;
32193
32194
  metadata?: z.objectOutputType<{
32194
32195
  title: z.ZodOptional<z.ZodString>;
32195
32196
  description: z.ZodOptional<z.ZodString>;
@@ -32233,8 +32234,7 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
32233
32234
  creditsUsed: z.ZodOptional<z.ZodNumber>;
32234
32235
  error: z.ZodOptional<z.ZodString>;
32235
32236
  }, z.ZodUnknown, "strip"> | undefined;
32236
- images?: string[] | undefined;
32237
- summary?: string | undefined;
32237
+ json?: unknown;
32238
32238
  actions?: Record<string, unknown> | undefined;
32239
32239
  warning?: string | undefined;
32240
32240
  markdown?: string | undefined;
@@ -32696,7 +32696,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
32696
32696
  images?: ({
32697
32697
  html?: string | undefined;
32698
32698
  screenshot?: string | undefined;
32699
- json?: unknown;
32699
+ images?: string[] | undefined;
32700
+ summary?: string | undefined;
32700
32701
  metadata?: z.objectInputType<{
32701
32702
  title: z.ZodOptional<z.ZodString>;
32702
32703
  description: z.ZodOptional<z.ZodString>;
@@ -32740,8 +32741,7 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
32740
32741
  creditsUsed: z.ZodOptional<z.ZodNumber>;
32741
32742
  error: z.ZodOptional<z.ZodString>;
32742
32743
  }, z.ZodUnknown, "strip"> | undefined;
32743
- images?: string[] | undefined;
32744
- summary?: string | undefined;
32744
+ json?: unknown;
32745
32745
  actions?: Record<string, unknown> | undefined;
32746
32746
  warning?: string | undefined;
32747
32747
  markdown?: string | undefined;
@@ -33197,7 +33197,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
33197
33197
  web?: ({
33198
33198
  html?: string | undefined;
33199
33199
  screenshot?: string | undefined;
33200
- json?: unknown;
33200
+ images?: string[] | undefined;
33201
+ summary?: string | undefined;
33201
33202
  metadata?: z.objectInputType<{
33202
33203
  title: z.ZodOptional<z.ZodString>;
33203
33204
  description: z.ZodOptional<z.ZodString>;
@@ -33241,8 +33242,7 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
33241
33242
  creditsUsed: z.ZodOptional<z.ZodNumber>;
33242
33243
  error: z.ZodOptional<z.ZodString>;
33243
33244
  }, z.ZodUnknown, "strip"> | undefined;
33244
- images?: string[] | undefined;
33245
- summary?: string | undefined;
33245
+ json?: unknown;
33246
33246
  actions?: Record<string, unknown> | undefined;
33247
33247
  warning?: string | undefined;
33248
33248
  markdown?: string | undefined;
@@ -33696,7 +33696,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
33696
33696
  news?: ({
33697
33697
  html?: string | undefined;
33698
33698
  screenshot?: string | undefined;
33699
- json?: unknown;
33699
+ images?: string[] | undefined;
33700
+ summary?: string | undefined;
33700
33701
  metadata?: z.objectInputType<{
33701
33702
  title: z.ZodOptional<z.ZodString>;
33702
33703
  description: z.ZodOptional<z.ZodString>;
@@ -33740,8 +33741,7 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
33740
33741
  creditsUsed: z.ZodOptional<z.ZodNumber>;
33741
33742
  error: z.ZodOptional<z.ZodString>;
33742
33743
  }, z.ZodUnknown, "strip"> | undefined;
33743
- images?: string[] | undefined;
33744
- summary?: string | undefined;
33744
+ json?: unknown;
33745
33745
  actions?: Record<string, unknown> | undefined;
33746
33746
  warning?: string | undefined;
33747
33747
  markdown?: string | undefined;
@@ -35699,7 +35699,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
35699
35699
  }, "strip", z.ZodTypeAny, {
35700
35700
  html?: string | undefined;
35701
35701
  screenshot?: string | undefined;
35702
- json?: unknown;
35702
+ images?: string[] | undefined;
35703
+ summary?: string | undefined;
35703
35704
  metadata?: z.objectOutputType<{
35704
35705
  title: z.ZodOptional<z.ZodString>;
35705
35706
  description: z.ZodOptional<z.ZodString>;
@@ -35743,8 +35744,7 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
35743
35744
  creditsUsed: z.ZodOptional<z.ZodNumber>;
35744
35745
  error: z.ZodOptional<z.ZodString>;
35745
35746
  }, z.ZodUnknown, "strip"> | undefined;
35746
- images?: string[] | undefined;
35747
- summary?: string | undefined;
35747
+ json?: unknown;
35748
35748
  actions?: Record<string, unknown> | undefined;
35749
35749
  warning?: string | undefined;
35750
35750
  markdown?: string | undefined;
@@ -36192,7 +36192,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
36192
36192
  }, {
36193
36193
  html?: string | undefined;
36194
36194
  screenshot?: string | undefined;
36195
- json?: unknown;
36195
+ images?: string[] | undefined;
36196
+ summary?: string | undefined;
36196
36197
  metadata?: z.objectInputType<{
36197
36198
  title: z.ZodOptional<z.ZodString>;
36198
36199
  description: z.ZodOptional<z.ZodString>;
@@ -36236,8 +36237,7 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
36236
36237
  creditsUsed: z.ZodOptional<z.ZodNumber>;
36237
36238
  error: z.ZodOptional<z.ZodString>;
36238
36239
  }, z.ZodUnknown, "strip"> | undefined;
36239
- images?: string[] | undefined;
36240
- summary?: string | undefined;
36240
+ json?: unknown;
36241
36241
  actions?: Record<string, unknown> | undefined;
36242
36242
  warning?: string | undefined;
36243
36243
  markdown?: string | undefined;
@@ -36691,7 +36691,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
36691
36691
  data: {
36692
36692
  html?: string | undefined;
36693
36693
  screenshot?: string | undefined;
36694
- json?: unknown;
36694
+ images?: string[] | undefined;
36695
+ summary?: string | undefined;
36695
36696
  metadata?: z.objectOutputType<{
36696
36697
  title: z.ZodOptional<z.ZodString>;
36697
36698
  description: z.ZodOptional<z.ZodString>;
@@ -36735,8 +36736,7 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
36735
36736
  creditsUsed: z.ZodOptional<z.ZodNumber>;
36736
36737
  error: z.ZodOptional<z.ZodString>;
36737
36738
  }, z.ZodUnknown, "strip"> | undefined;
36738
- images?: string[] | undefined;
36739
- summary?: string | undefined;
36739
+ json?: unknown;
36740
36740
  actions?: Record<string, unknown> | undefined;
36741
36741
  warning?: string | undefined;
36742
36742
  markdown?: string | undefined;
@@ -37194,7 +37194,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
37194
37194
  data: {
37195
37195
  html?: string | undefined;
37196
37196
  screenshot?: string | undefined;
37197
- json?: unknown;
37197
+ images?: string[] | undefined;
37198
+ summary?: string | undefined;
37198
37199
  metadata?: z.objectInputType<{
37199
37200
  title: z.ZodOptional<z.ZodString>;
37200
37201
  description: z.ZodOptional<z.ZodString>;
@@ -37238,8 +37239,7 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
37238
37239
  creditsUsed: z.ZodOptional<z.ZodNumber>;
37239
37240
  error: z.ZodOptional<z.ZodString>;
37240
37241
  }, z.ZodUnknown, "strip"> | undefined;
37241
- images?: string[] | undefined;
37242
- summary?: string | undefined;
37242
+ json?: unknown;
37243
37243
  actions?: Record<string, unknown> | undefined;
37244
37244
  warning?: string | undefined;
37245
37245
  markdown?: string | undefined;