@bubblelab/bubble-core 0.1.66 → 0.1.68

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 (29) hide show
  1. package/dist/bubble-bundle.d.ts +45 -45
  2. package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -0
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  4. package/dist/bubbles/service-bubble/ai-agent.js +18 -15
  5. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  6. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  7. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +40 -40
  8. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
  10. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +2 -2
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +74 -74
  12. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +108 -108
  14. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +12 -12
  15. package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
  16. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
  17. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  18. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  19. package/dist/bubbles/service-bubble/slack/slack.d.ts +112 -112
  20. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +9 -9
  21. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +4 -4
  22. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
  23. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +254 -254
  24. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  25. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
  26. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +80 -80
  27. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  28. package/dist/bubbles.json +11 -3
  29. 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: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
13
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
14
14
  }, {
15
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
15
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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
  url: string;
254
254
  timeout: number;
255
255
  operation: "scrape";
256
- formats: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
257
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
256
+ formats: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
257
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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
  languages?: string[] | undefined;
394
394
  } | undefined;
395
395
  integration?: string | undefined;
396
- formats?: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
397
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
396
+ formats?: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
397
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
468
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
469
469
  }, {
470
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
470
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
707
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
706
+ formats: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
707
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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
  languages?: string[] | undefined;
837
837
  } | undefined;
838
838
  integration?: string | undefined;
839
- formats?: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
840
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
839
+ formats?: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
840
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
903
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
902
+ formats: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
903
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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
  languages?: string[] | undefined;
1052
1052
  } | undefined;
1053
1053
  integration?: string | undefined;
1054
- formats?: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1055
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1054
+ formats?: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1055
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1190
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1191
1191
  }, {
1192
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1192
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1429
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1428
+ formats: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1429
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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
  languages?: string[] | undefined;
1559
1559
  } | undefined;
1560
1560
  integration?: string | undefined;
1561
- formats?: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1562
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1561
+ formats?: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1562
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1563
1563
  } | {
1564
1564
  type: "json";
1565
1565
  schema?: any;
@@ -1623,8 +1623,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
1623
1623
  backoffFactor?: number | undefined;
1624
1624
  scrapeOptions?: {
1625
1625
  timeout: number;
1626
- formats: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1627
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1626
+ formats: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1627
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1628
1628
  } | {
1629
1629
  type: "json";
1630
1630
  schema?: any;
@@ -1785,8 +1785,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
1785
1785
  languages?: string[] | undefined;
1786
1786
  } | undefined;
1787
1787
  integration?: string | undefined;
1788
- formats?: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1789
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1788
+ formats?: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1789
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1790
1790
  } | {
1791
1791
  type: "json";
1792
1792
  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: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1858
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1859
1859
  }, {
1860
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1860
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
2097
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
2096
+ formats: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
2097
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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
  languages?: string[] | undefined;
2227
2227
  } | undefined;
2228
2228
  integration?: string | undefined;
2229
- formats?: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
2230
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
2229
+ formats?: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
2230
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
2300
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
2299
+ formats: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
2300
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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
  languages?: string[] | undefined;
2450
2450
  } | undefined;
2451
2451
  integration?: string | undefined;
2452
- formats?: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
2453
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
2452
+ formats?: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
2453
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
2454
2454
  } | {
2455
2455
  type: "json";
2456
2456
  schema?: any;
@@ -3999,8 +3999,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
3999
3999
  creditsUsed: z.ZodOptional<z.ZodNumber>;
4000
4000
  error: z.ZodOptional<z.ZodString>;
4001
4001
  }, z.ZodUnknown, "strip"> | undefined;
4002
- json?: unknown;
4003
4002
  html?: string | undefined;
4003
+ json?: unknown;
4004
4004
  actions?: Record<string, unknown> | undefined;
4005
4005
  screenshot?: string | undefined;
4006
4006
  warning?: string | undefined;
@@ -4495,8 +4495,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
4495
4495
  creditsUsed: z.ZodOptional<z.ZodNumber>;
4496
4496
  error: z.ZodOptional<z.ZodString>;
4497
4497
  }, z.ZodUnknown, "strip"> | undefined;
4498
- json?: unknown;
4499
4498
  html?: string | undefined;
4499
+ json?: unknown;
4500
4500
  actions?: Record<string, unknown> | undefined;
4501
4501
  screenshot?: string | undefined;
4502
4502
  warning?: string | undefined;
@@ -6457,8 +6457,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
6457
6457
  creditsUsed: z.ZodOptional<z.ZodNumber>;
6458
6458
  error: z.ZodOptional<z.ZodString>;
6459
6459
  }, z.ZodUnknown, "strip"> | undefined;
6460
- json?: unknown;
6461
6460
  html?: string | undefined;
6461
+ json?: unknown;
6462
6462
  actions?: Record<string, unknown> | undefined;
6463
6463
  screenshot?: string | undefined;
6464
6464
  warning?: string | undefined;
@@ -6950,8 +6950,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
6950
6950
  creditsUsed: z.ZodOptional<z.ZodNumber>;
6951
6951
  error: z.ZodOptional<z.ZodString>;
6952
6952
  }, z.ZodUnknown, "strip"> | undefined;
6953
- json?: unknown;
6954
6953
  html?: string | undefined;
6954
+ json?: unknown;
6955
6955
  actions?: Record<string, unknown> | undefined;
6956
6956
  screenshot?: string | undefined;
6957
6957
  warning?: string | undefined;
@@ -8917,8 +8917,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
8917
8917
  creditsUsed: z.ZodOptional<z.ZodNumber>;
8918
8918
  error: z.ZodOptional<z.ZodString>;
8919
8919
  }, z.ZodUnknown, "strip"> | undefined;
8920
- json?: unknown;
8921
8920
  html?: string | undefined;
8921
+ json?: unknown;
8922
8922
  actions?: Record<string, unknown> | undefined;
8923
8923
  screenshot?: string | undefined;
8924
8924
  warning?: string | undefined;
@@ -9410,8 +9410,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
9410
9410
  creditsUsed: z.ZodOptional<z.ZodNumber>;
9411
9411
  error: z.ZodOptional<z.ZodString>;
9412
9412
  }, z.ZodUnknown, "strip"> | undefined;
9413
- json?: unknown;
9414
9413
  html?: string | undefined;
9414
+ json?: unknown;
9415
9415
  actions?: Record<string, unknown> | undefined;
9416
9416
  screenshot?: string | undefined;
9417
9417
  warning?: string | undefined;
@@ -11374,8 +11374,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
11374
11374
  creditsUsed: z.ZodOptional<z.ZodNumber>;
11375
11375
  error: z.ZodOptional<z.ZodString>;
11376
11376
  }, z.ZodUnknown, "strip"> | undefined;
11377
- json?: unknown;
11378
11377
  html?: string | undefined;
11378
+ json?: unknown;
11379
11379
  actions?: Record<string, unknown> | undefined;
11380
11380
  screenshot?: string | undefined;
11381
11381
  warning?: string | undefined;
@@ -11867,8 +11867,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
11867
11867
  creditsUsed: z.ZodOptional<z.ZodNumber>;
11868
11868
  error: z.ZodOptional<z.ZodString>;
11869
11869
  }, z.ZodUnknown, "strip"> | undefined;
11870
- json?: unknown;
11871
11870
  html?: string | undefined;
11871
+ json?: unknown;
11872
11872
  actions?: Record<string, unknown> | undefined;
11873
11873
  screenshot?: string | undefined;
11874
11874
  warning?: string | undefined;
@@ -12366,8 +12366,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
12366
12366
  creditsUsed: z.ZodOptional<z.ZodNumber>;
12367
12367
  error: z.ZodOptional<z.ZodString>;
12368
12368
  }, z.ZodUnknown, "strip"> | undefined;
12369
- json?: unknown;
12370
12369
  html?: string | undefined;
12370
+ json?: unknown;
12371
12371
  actions?: Record<string, unknown> | undefined;
12372
12372
  screenshot?: string | undefined;
12373
12373
  warning?: string | undefined;
@@ -12867,8 +12867,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
12867
12867
  creditsUsed: z.ZodOptional<z.ZodNumber>;
12868
12868
  error: z.ZodOptional<z.ZodString>;
12869
12869
  }, z.ZodUnknown, "strip"> | undefined;
12870
- json?: unknown;
12871
12870
  html?: string | undefined;
12871
+ json?: unknown;
12872
12872
  actions?: Record<string, unknown> | undefined;
12873
12873
  screenshot?: string | undefined;
12874
12874
  warning?: string | undefined;
@@ -13366,8 +13366,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
13366
13366
  creditsUsed: z.ZodOptional<z.ZodNumber>;
13367
13367
  error: z.ZodOptional<z.ZodString>;
13368
13368
  }, z.ZodUnknown, "strip"> | undefined;
13369
- json?: unknown;
13370
13369
  html?: string | undefined;
13370
+ json?: unknown;
13371
13371
  actions?: Record<string, unknown> | undefined;
13372
13372
  screenshot?: string | undefined;
13373
13373
  warning?: string | undefined;
@@ -13873,8 +13873,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
13873
13873
  creditsUsed: z.ZodOptional<z.ZodNumber>;
13874
13874
  error: z.ZodOptional<z.ZodString>;
13875
13875
  }, z.ZodUnknown, "strip"> | undefined;
13876
- json?: unknown;
13877
13876
  html?: string | undefined;
13877
+ json?: unknown;
13878
13878
  actions?: Record<string, unknown> | undefined;
13879
13879
  screenshot?: string | undefined;
13880
13880
  warning?: string | undefined;
@@ -14374,8 +14374,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
14374
14374
  creditsUsed: z.ZodOptional<z.ZodNumber>;
14375
14375
  error: z.ZodOptional<z.ZodString>;
14376
14376
  }, z.ZodUnknown, "strip"> | undefined;
14377
- json?: unknown;
14378
14377
  html?: string | undefined;
14378
+ json?: unknown;
14379
14379
  actions?: Record<string, unknown> | undefined;
14380
14380
  screenshot?: string | undefined;
14381
14381
  warning?: string | undefined;
@@ -14873,8 +14873,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
14873
14873
  creditsUsed: z.ZodOptional<z.ZodNumber>;
14874
14874
  error: z.ZodOptional<z.ZodString>;
14875
14875
  }, z.ZodUnknown, "strip"> | undefined;
14876
- json?: unknown;
14877
14876
  html?: string | undefined;
14877
+ json?: unknown;
14878
14878
  actions?: Record<string, unknown> | undefined;
14879
14879
  screenshot?: string | undefined;
14880
14880
  warning?: string | undefined;
@@ -16876,8 +16876,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
16876
16876
  creditsUsed: z.ZodOptional<z.ZodNumber>;
16877
16877
  error: z.ZodOptional<z.ZodString>;
16878
16878
  }, z.ZodUnknown, "strip"> | undefined;
16879
- json?: unknown;
16880
16879
  html?: string | undefined;
16880
+ json?: unknown;
16881
16881
  actions?: Record<string, unknown> | undefined;
16882
16882
  screenshot?: string | undefined;
16883
16883
  warning?: string | undefined;
@@ -17369,8 +17369,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
17369
17369
  creditsUsed: z.ZodOptional<z.ZodNumber>;
17370
17370
  error: z.ZodOptional<z.ZodString>;
17371
17371
  }, z.ZodUnknown, "strip"> | undefined;
17372
- json?: unknown;
17373
17372
  html?: string | undefined;
17373
+ json?: unknown;
17374
17374
  actions?: Record<string, unknown> | undefined;
17375
17375
  screenshot?: string | undefined;
17376
17376
  warning?: string | undefined;
@@ -17864,8 +17864,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
17864
17864
  creditsUsed: z.ZodOptional<z.ZodNumber>;
17865
17865
  error: z.ZodOptional<z.ZodString>;
17866
17866
  }, z.ZodUnknown, "strip"> | undefined;
17867
- json?: unknown;
17868
17867
  html?: string | undefined;
17868
+ json?: unknown;
17869
17869
  actions?: Record<string, unknown> | undefined;
17870
17870
  screenshot?: string | undefined;
17871
17871
  warning?: string | undefined;
@@ -18367,8 +18367,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
18367
18367
  creditsUsed: z.ZodOptional<z.ZodNumber>;
18368
18368
  error: z.ZodOptional<z.ZodString>;
18369
18369
  }, z.ZodUnknown, "strip"> | undefined;
18370
- json?: unknown;
18371
18370
  html?: string | undefined;
18371
+ json?: unknown;
18372
18372
  actions?: Record<string, unknown> | undefined;
18373
18373
  screenshot?: string | undefined;
18374
18374
  warning?: 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: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
18879
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
18880
18880
  }, {
18881
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
18881
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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
  url: string;
19120
19120
  timeout: number;
19121
19121
  operation: "scrape";
19122
- formats: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19123
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19122
+ formats: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19123
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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
  languages?: string[] | undefined;
19260
19260
  } | undefined;
19261
19261
  integration?: string | undefined;
19262
- formats?: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19263
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19262
+ formats?: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19263
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19334
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19335
19335
  }, {
19336
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19336
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19573
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19572
+ formats: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19573
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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
  languages?: string[] | undefined;
19703
19703
  } | undefined;
19704
19704
  integration?: string | undefined;
19705
- formats?: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19706
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19705
+ formats?: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19706
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19769
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19768
+ formats: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19769
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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
  languages?: string[] | undefined;
19918
19918
  } | undefined;
19919
19919
  integration?: string | undefined;
19920
- formats?: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19921
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19920
+ formats?: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19921
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20056
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20057
20057
  }, {
20058
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20058
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20295
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20294
+ formats: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20295
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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
  languages?: string[] | undefined;
20425
20425
  } | undefined;
20426
20426
  integration?: string | undefined;
20427
- formats?: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20428
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20427
+ formats?: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20428
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20429
20429
  } | {
20430
20430
  type: "json";
20431
20431
  schema?: any;
@@ -20489,8 +20489,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
20489
20489
  backoffFactor?: number | undefined;
20490
20490
  scrapeOptions?: {
20491
20491
  timeout: number;
20492
- formats: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20493
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20492
+ formats: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20493
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20494
20494
  } | {
20495
20495
  type: "json";
20496
20496
  schema?: any;
@@ -20651,8 +20651,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
20651
20651
  languages?: string[] | undefined;
20652
20652
  } | undefined;
20653
20653
  integration?: string | undefined;
20654
- formats?: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20655
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20654
+ formats?: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20655
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20656
20656
  } | {
20657
20657
  type: "json";
20658
20658
  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: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20724
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20725
20725
  }, {
20726
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20726
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20963
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20962
+ formats: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20963
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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
  languages?: string[] | undefined;
21093
21093
  } | undefined;
21094
21094
  integration?: string | undefined;
21095
- formats?: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
21096
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
21095
+ formats?: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
21096
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
21166
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
21165
+ formats: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
21166
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "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
  languages?: string[] | undefined;
21316
21316
  } | undefined;
21317
21317
  integration?: string | undefined;
21318
- formats?: ("images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
21319
- type: "images" | "summary" | "json" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
21318
+ formats?: ("images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
21319
+ type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
21320
21320
  } | {
21321
21321
  type: "json";
21322
21322
  schema?: any;
@@ -22865,8 +22865,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
22865
22865
  creditsUsed: z.ZodOptional<z.ZodNumber>;
22866
22866
  error: z.ZodOptional<z.ZodString>;
22867
22867
  }, z.ZodUnknown, "strip"> | undefined;
22868
- json?: unknown;
22869
22868
  html?: string | undefined;
22869
+ json?: unknown;
22870
22870
  actions?: Record<string, unknown> | undefined;
22871
22871
  screenshot?: string | undefined;
22872
22872
  warning?: string | undefined;
@@ -23361,8 +23361,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
23361
23361
  creditsUsed: z.ZodOptional<z.ZodNumber>;
23362
23362
  error: z.ZodOptional<z.ZodString>;
23363
23363
  }, z.ZodUnknown, "strip"> | undefined;
23364
- json?: unknown;
23365
23364
  html?: string | undefined;
23365
+ json?: unknown;
23366
23366
  actions?: Record<string, unknown> | undefined;
23367
23367
  screenshot?: string | undefined;
23368
23368
  warning?: string | undefined;
@@ -25323,8 +25323,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
25323
25323
  creditsUsed: z.ZodOptional<z.ZodNumber>;
25324
25324
  error: z.ZodOptional<z.ZodString>;
25325
25325
  }, z.ZodUnknown, "strip"> | undefined;
25326
- json?: unknown;
25327
25326
  html?: string | undefined;
25327
+ json?: unknown;
25328
25328
  actions?: Record<string, unknown> | undefined;
25329
25329
  screenshot?: string | undefined;
25330
25330
  warning?: string | undefined;
@@ -25816,8 +25816,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
25816
25816
  creditsUsed: z.ZodOptional<z.ZodNumber>;
25817
25817
  error: z.ZodOptional<z.ZodString>;
25818
25818
  }, z.ZodUnknown, "strip"> | undefined;
25819
- json?: unknown;
25820
25819
  html?: string | undefined;
25820
+ json?: unknown;
25821
25821
  actions?: Record<string, unknown> | undefined;
25822
25822
  screenshot?: string | undefined;
25823
25823
  warning?: string | undefined;
@@ -27783,8 +27783,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
27783
27783
  creditsUsed: z.ZodOptional<z.ZodNumber>;
27784
27784
  error: z.ZodOptional<z.ZodString>;
27785
27785
  }, z.ZodUnknown, "strip"> | undefined;
27786
- json?: unknown;
27787
27786
  html?: string | undefined;
27787
+ json?: unknown;
27788
27788
  actions?: Record<string, unknown> | undefined;
27789
27789
  screenshot?: string | undefined;
27790
27790
  warning?: string | undefined;
@@ -28276,8 +28276,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
28276
28276
  creditsUsed: z.ZodOptional<z.ZodNumber>;
28277
28277
  error: z.ZodOptional<z.ZodString>;
28278
28278
  }, z.ZodUnknown, "strip"> | undefined;
28279
- json?: unknown;
28280
28279
  html?: string | undefined;
28280
+ json?: unknown;
28281
28281
  actions?: Record<string, unknown> | undefined;
28282
28282
  screenshot?: string | undefined;
28283
28283
  warning?: string | undefined;
@@ -30240,8 +30240,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
30240
30240
  creditsUsed: z.ZodOptional<z.ZodNumber>;
30241
30241
  error: z.ZodOptional<z.ZodString>;
30242
30242
  }, z.ZodUnknown, "strip"> | undefined;
30243
- json?: unknown;
30244
30243
  html?: string | undefined;
30244
+ json?: unknown;
30245
30245
  actions?: Record<string, unknown> | undefined;
30246
30246
  screenshot?: string | undefined;
30247
30247
  warning?: string | undefined;
@@ -30733,8 +30733,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
30733
30733
  creditsUsed: z.ZodOptional<z.ZodNumber>;
30734
30734
  error: z.ZodOptional<z.ZodString>;
30735
30735
  }, z.ZodUnknown, "strip"> | undefined;
30736
- json?: unknown;
30737
30736
  html?: string | undefined;
30737
+ json?: unknown;
30738
30738
  actions?: Record<string, unknown> | undefined;
30739
30739
  screenshot?: string | undefined;
30740
30740
  warning?: string | undefined;
@@ -31232,8 +31232,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
31232
31232
  creditsUsed: z.ZodOptional<z.ZodNumber>;
31233
31233
  error: z.ZodOptional<z.ZodString>;
31234
31234
  }, z.ZodUnknown, "strip"> | undefined;
31235
- json?: unknown;
31236
31235
  html?: string | undefined;
31236
+ json?: unknown;
31237
31237
  actions?: Record<string, unknown> | undefined;
31238
31238
  screenshot?: string | undefined;
31239
31239
  warning?: string | undefined;
@@ -31733,8 +31733,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
31733
31733
  creditsUsed: z.ZodOptional<z.ZodNumber>;
31734
31734
  error: z.ZodOptional<z.ZodString>;
31735
31735
  }, z.ZodUnknown, "strip"> | undefined;
31736
- json?: unknown;
31737
31736
  html?: string | undefined;
31737
+ json?: unknown;
31738
31738
  actions?: Record<string, unknown> | undefined;
31739
31739
  screenshot?: string | undefined;
31740
31740
  warning?: string | undefined;
@@ -32232,8 +32232,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
32232
32232
  creditsUsed: z.ZodOptional<z.ZodNumber>;
32233
32233
  error: z.ZodOptional<z.ZodString>;
32234
32234
  }, z.ZodUnknown, "strip"> | undefined;
32235
- json?: unknown;
32236
32235
  html?: string | undefined;
32236
+ json?: unknown;
32237
32237
  actions?: Record<string, unknown> | undefined;
32238
32238
  screenshot?: string | undefined;
32239
32239
  warning?: string | undefined;
@@ -32739,8 +32739,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
32739
32739
  creditsUsed: z.ZodOptional<z.ZodNumber>;
32740
32740
  error: z.ZodOptional<z.ZodString>;
32741
32741
  }, z.ZodUnknown, "strip"> | undefined;
32742
- json?: unknown;
32743
32742
  html?: string | undefined;
32743
+ json?: unknown;
32744
32744
  actions?: Record<string, unknown> | undefined;
32745
32745
  screenshot?: string | undefined;
32746
32746
  warning?: string | undefined;
@@ -33240,8 +33240,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
33240
33240
  creditsUsed: z.ZodOptional<z.ZodNumber>;
33241
33241
  error: z.ZodOptional<z.ZodString>;
33242
33242
  }, z.ZodUnknown, "strip"> | undefined;
33243
- json?: unknown;
33244
33243
  html?: string | undefined;
33244
+ json?: unknown;
33245
33245
  actions?: Record<string, unknown> | undefined;
33246
33246
  screenshot?: string | undefined;
33247
33247
  warning?: string | undefined;
@@ -33739,8 +33739,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
33739
33739
  creditsUsed: z.ZodOptional<z.ZodNumber>;
33740
33740
  error: z.ZodOptional<z.ZodString>;
33741
33741
  }, z.ZodUnknown, "strip"> | undefined;
33742
- json?: unknown;
33743
33742
  html?: string | undefined;
33743
+ json?: unknown;
33744
33744
  actions?: Record<string, unknown> | undefined;
33745
33745
  screenshot?: string | undefined;
33746
33746
  warning?: string | undefined;
@@ -35742,8 +35742,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
35742
35742
  creditsUsed: z.ZodOptional<z.ZodNumber>;
35743
35743
  error: z.ZodOptional<z.ZodString>;
35744
35744
  }, z.ZodUnknown, "strip"> | undefined;
35745
- json?: unknown;
35746
35745
  html?: string | undefined;
35746
+ json?: unknown;
35747
35747
  actions?: Record<string, unknown> | undefined;
35748
35748
  screenshot?: string | undefined;
35749
35749
  warning?: string | undefined;
@@ -36235,8 +36235,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
36235
36235
  creditsUsed: z.ZodOptional<z.ZodNumber>;
36236
36236
  error: z.ZodOptional<z.ZodString>;
36237
36237
  }, z.ZodUnknown, "strip"> | undefined;
36238
- json?: unknown;
36239
36238
  html?: string | undefined;
36239
+ json?: unknown;
36240
36240
  actions?: Record<string, unknown> | undefined;
36241
36241
  screenshot?: string | undefined;
36242
36242
  warning?: string | undefined;
@@ -36730,8 +36730,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
36730
36730
  creditsUsed: z.ZodOptional<z.ZodNumber>;
36731
36731
  error: z.ZodOptional<z.ZodString>;
36732
36732
  }, z.ZodUnknown, "strip"> | undefined;
36733
- json?: unknown;
36734
36733
  html?: string | undefined;
36734
+ json?: unknown;
36735
36735
  actions?: Record<string, unknown> | undefined;
36736
36736
  screenshot?: string | undefined;
36737
36737
  warning?: string | undefined;
@@ -37233,8 +37233,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
37233
37233
  creditsUsed: z.ZodOptional<z.ZodNumber>;
37234
37234
  error: z.ZodOptional<z.ZodString>;
37235
37235
  }, z.ZodUnknown, "strip"> | undefined;
37236
- json?: unknown;
37237
37236
  html?: string | undefined;
37237
+ json?: unknown;
37238
37238
  actions?: Record<string, unknown> | undefined;
37239
37239
  screenshot?: string | undefined;
37240
37240
  warning?: string | undefined;