@bubblelab/bubble-core 0.1.77 → 0.1.78

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 +53 -52
  2. package/dist/bubbles/service-bubble/airtable.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/ashby/ashby.schema.d.ts +2 -2
  6. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
  7. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +74 -74
  8. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  9. package/dist/bubbles/service-bubble/firecrawl.d.ts +112 -112
  10. package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
  11. package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
  12. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  13. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +10 -10
  14. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  15. package/dist/bubbles/service-bubble/slack/slack.d.ts +112 -112
  16. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +9 -9
  17. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +4 -4
  18. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
  19. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +254 -254
  20. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  21. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +54 -54
  22. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +80 -80
  23. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  24. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +4 -4
  25. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts.map +1 -1
  26. package/dist/bubbles/workflow-bubble/slack-formatter-agent.js +1 -11
  27. package/dist/bubbles/workflow-bubble/slack-formatter-agent.js.map +1 -1
  28. package/dist/bubbles.json +1 -1
  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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
13
+ type: "json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
14
14
  }, {
15
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
15
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
257
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
256
+ formats: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
257
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
397
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
396
+ formats?: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
397
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
468
+ type: "json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
469
469
  }, {
470
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
470
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
707
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
706
+ formats: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
707
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
840
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
839
+ formats?: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
840
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
903
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
902
+ formats: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
903
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1055
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1054
+ formats?: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1055
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1190
+ type: "json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1191
1191
  }, {
1192
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1192
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1429
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1428
+ formats: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1429
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1562
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1561
+ formats?: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1562
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1627
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1626
+ formats: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1627
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1789
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1788
+ formats?: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
1789
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1858
+ type: "json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1859
1859
  }, {
1860
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
1860
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
2097
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
2096
+ formats: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
2097
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
2230
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
2229
+ formats?: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
2230
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
2300
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
2299
+ formats: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
2300
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
2453
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
2452
+ formats?: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
2453
+ type: "json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
2454
2454
  } | {
2455
2455
  type: "json";
2456
2456
  schema?: any;
@@ -3998,10 +3998,10 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
3998
3998
  creditsUsed: z.ZodOptional<z.ZodNumber>;
3999
3999
  error: z.ZodOptional<z.ZodString>;
4000
4000
  }, z.ZodUnknown, "strip"> | undefined;
4001
+ json?: unknown;
4001
4002
  images?: string[] | undefined;
4002
4003
  summary?: string | undefined;
4003
4004
  html?: string | undefined;
4004
- json?: unknown;
4005
4005
  screenshot?: string | undefined;
4006
4006
  warning?: string | undefined;
4007
4007
  markdown?: string | undefined;
@@ -4494,10 +4494,10 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
4494
4494
  creditsUsed: z.ZodOptional<z.ZodNumber>;
4495
4495
  error: z.ZodOptional<z.ZodString>;
4496
4496
  }, z.ZodUnknown, "strip"> | undefined;
4497
+ json?: unknown;
4497
4498
  images?: string[] | undefined;
4498
4499
  summary?: string | undefined;
4499
4500
  html?: string | undefined;
4500
- json?: unknown;
4501
4501
  screenshot?: string | undefined;
4502
4502
  warning?: string | undefined;
4503
4503
  markdown?: string | undefined;
@@ -6456,10 +6456,10 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
6456
6456
  creditsUsed: z.ZodOptional<z.ZodNumber>;
6457
6457
  error: z.ZodOptional<z.ZodString>;
6458
6458
  }, z.ZodUnknown, "strip"> | undefined;
6459
+ json?: unknown;
6459
6460
  images?: string[] | undefined;
6460
6461
  summary?: string | undefined;
6461
6462
  html?: string | undefined;
6462
- json?: unknown;
6463
6463
  screenshot?: string | undefined;
6464
6464
  warning?: string | undefined;
6465
6465
  markdown?: string | undefined;
@@ -6949,10 +6949,10 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
6949
6949
  creditsUsed: z.ZodOptional<z.ZodNumber>;
6950
6950
  error: z.ZodOptional<z.ZodString>;
6951
6951
  }, z.ZodUnknown, "strip"> | undefined;
6952
+ json?: unknown;
6952
6953
  images?: string[] | undefined;
6953
6954
  summary?: string | undefined;
6954
6955
  html?: string | undefined;
6955
- json?: unknown;
6956
6956
  screenshot?: string | undefined;
6957
6957
  warning?: string | undefined;
6958
6958
  markdown?: string | undefined;
@@ -8916,10 +8916,10 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
8916
8916
  creditsUsed: z.ZodOptional<z.ZodNumber>;
8917
8917
  error: z.ZodOptional<z.ZodString>;
8918
8918
  }, z.ZodUnknown, "strip"> | undefined;
8919
+ json?: unknown;
8919
8920
  images?: string[] | undefined;
8920
8921
  summary?: string | undefined;
8921
8922
  html?: string | undefined;
8922
- json?: unknown;
8923
8923
  screenshot?: string | undefined;
8924
8924
  warning?: string | undefined;
8925
8925
  markdown?: string | undefined;
@@ -9409,10 +9409,10 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
9409
9409
  creditsUsed: z.ZodOptional<z.ZodNumber>;
9410
9410
  error: z.ZodOptional<z.ZodString>;
9411
9411
  }, z.ZodUnknown, "strip"> | undefined;
9412
+ json?: unknown;
9412
9413
  images?: string[] | undefined;
9413
9414
  summary?: string | undefined;
9414
9415
  html?: string | undefined;
9415
- json?: unknown;
9416
9416
  screenshot?: string | undefined;
9417
9417
  warning?: string | undefined;
9418
9418
  markdown?: string | undefined;
@@ -11373,10 +11373,10 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
11373
11373
  creditsUsed: z.ZodOptional<z.ZodNumber>;
11374
11374
  error: z.ZodOptional<z.ZodString>;
11375
11375
  }, z.ZodUnknown, "strip"> | undefined;
11376
+ json?: unknown;
11376
11377
  images?: string[] | undefined;
11377
11378
  summary?: string | undefined;
11378
11379
  html?: string | undefined;
11379
- json?: unknown;
11380
11380
  screenshot?: string | undefined;
11381
11381
  warning?: string | undefined;
11382
11382
  markdown?: string | undefined;
@@ -11866,10 +11866,10 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
11866
11866
  creditsUsed: z.ZodOptional<z.ZodNumber>;
11867
11867
  error: z.ZodOptional<z.ZodString>;
11868
11868
  }, z.ZodUnknown, "strip"> | undefined;
11869
+ json?: unknown;
11869
11870
  images?: string[] | undefined;
11870
11871
  summary?: string | undefined;
11871
11872
  html?: string | undefined;
11872
- json?: unknown;
11873
11873
  screenshot?: string | undefined;
11874
11874
  warning?: string | undefined;
11875
11875
  markdown?: string | undefined;
@@ -12365,10 +12365,10 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
12365
12365
  creditsUsed: z.ZodOptional<z.ZodNumber>;
12366
12366
  error: z.ZodOptional<z.ZodString>;
12367
12367
  }, z.ZodUnknown, "strip"> | undefined;
12368
+ json?: unknown;
12368
12369
  images?: string[] | undefined;
12369
12370
  summary?: string | undefined;
12370
12371
  html?: string | undefined;
12371
- json?: unknown;
12372
12372
  screenshot?: string | undefined;
12373
12373
  warning?: string | undefined;
12374
12374
  markdown?: string | undefined;
@@ -12866,10 +12866,10 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
12866
12866
  creditsUsed: z.ZodOptional<z.ZodNumber>;
12867
12867
  error: z.ZodOptional<z.ZodString>;
12868
12868
  }, z.ZodUnknown, "strip"> | undefined;
12869
+ json?: unknown;
12869
12870
  images?: string[] | undefined;
12870
12871
  summary?: string | undefined;
12871
12872
  html?: string | undefined;
12872
- json?: unknown;
12873
12873
  screenshot?: string | undefined;
12874
12874
  warning?: string | undefined;
12875
12875
  markdown?: string | undefined;
@@ -13365,10 +13365,10 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
13365
13365
  creditsUsed: z.ZodOptional<z.ZodNumber>;
13366
13366
  error: z.ZodOptional<z.ZodString>;
13367
13367
  }, z.ZodUnknown, "strip"> | undefined;
13368
+ json?: unknown;
13368
13369
  images?: string[] | undefined;
13369
13370
  summary?: string | undefined;
13370
13371
  html?: string | undefined;
13371
- json?: unknown;
13372
13372
  screenshot?: string | undefined;
13373
13373
  warning?: string | undefined;
13374
13374
  markdown?: string | undefined;
@@ -13872,10 +13872,10 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
13872
13872
  creditsUsed: z.ZodOptional<z.ZodNumber>;
13873
13873
  error: z.ZodOptional<z.ZodString>;
13874
13874
  }, z.ZodUnknown, "strip"> | undefined;
13875
+ json?: unknown;
13875
13876
  images?: string[] | undefined;
13876
13877
  summary?: string | undefined;
13877
13878
  html?: string | undefined;
13878
- json?: unknown;
13879
13879
  screenshot?: string | undefined;
13880
13880
  warning?: string | undefined;
13881
13881
  markdown?: string | undefined;
@@ -14373,10 +14373,10 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
14373
14373
  creditsUsed: z.ZodOptional<z.ZodNumber>;
14374
14374
  error: z.ZodOptional<z.ZodString>;
14375
14375
  }, z.ZodUnknown, "strip"> | undefined;
14376
+ json?: unknown;
14376
14377
  images?: string[] | undefined;
14377
14378
  summary?: string | undefined;
14378
14379
  html?: string | undefined;
14379
- json?: unknown;
14380
14380
  screenshot?: string | undefined;
14381
14381
  warning?: string | undefined;
14382
14382
  markdown?: string | undefined;
@@ -14872,10 +14872,10 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
14872
14872
  creditsUsed: z.ZodOptional<z.ZodNumber>;
14873
14873
  error: z.ZodOptional<z.ZodString>;
14874
14874
  }, z.ZodUnknown, "strip"> | undefined;
14875
+ json?: unknown;
14875
14876
  images?: string[] | undefined;
14876
14877
  summary?: string | undefined;
14877
14878
  html?: string | undefined;
14878
- json?: unknown;
14879
14879
  screenshot?: string | undefined;
14880
14880
  warning?: string | undefined;
14881
14881
  markdown?: string | undefined;
@@ -16875,10 +16875,10 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
16875
16875
  creditsUsed: z.ZodOptional<z.ZodNumber>;
16876
16876
  error: z.ZodOptional<z.ZodString>;
16877
16877
  }, z.ZodUnknown, "strip"> | undefined;
16878
+ json?: unknown;
16878
16879
  images?: string[] | undefined;
16879
16880
  summary?: string | undefined;
16880
16881
  html?: string | undefined;
16881
- json?: unknown;
16882
16882
  screenshot?: string | undefined;
16883
16883
  warning?: string | undefined;
16884
16884
  markdown?: string | undefined;
@@ -17368,10 +17368,10 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
17368
17368
  creditsUsed: z.ZodOptional<z.ZodNumber>;
17369
17369
  error: z.ZodOptional<z.ZodString>;
17370
17370
  }, z.ZodUnknown, "strip"> | undefined;
17371
+ json?: unknown;
17371
17372
  images?: string[] | undefined;
17372
17373
  summary?: string | undefined;
17373
17374
  html?: string | undefined;
17374
- json?: unknown;
17375
17375
  screenshot?: string | undefined;
17376
17376
  warning?: string | undefined;
17377
17377
  markdown?: string | undefined;
@@ -17866,10 +17866,10 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
17866
17866
  creditsUsed: z.ZodOptional<z.ZodNumber>;
17867
17867
  error: z.ZodOptional<z.ZodString>;
17868
17868
  }, z.ZodUnknown, "strip"> | undefined;
17869
+ json?: unknown;
17869
17870
  images?: string[] | undefined;
17870
17871
  summary?: string | undefined;
17871
17872
  html?: string | undefined;
17872
- json?: unknown;
17873
17873
  screenshot?: string | undefined;
17874
17874
  warning?: string | undefined;
17875
17875
  markdown?: string | undefined;
@@ -18369,10 +18369,10 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
18369
18369
  creditsUsed: z.ZodOptional<z.ZodNumber>;
18370
18370
  error: z.ZodOptional<z.ZodString>;
18371
18371
  }, z.ZodUnknown, "strip"> | undefined;
18372
+ json?: unknown;
18372
18373
  images?: string[] | undefined;
18373
18374
  summary?: string | undefined;
18374
18375
  html?: string | undefined;
18375
- json?: unknown;
18376
18376
  screenshot?: string | undefined;
18377
18377
  warning?: string | undefined;
18378
18378
  markdown?: string | undefined;
@@ -18839,8 +18839,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
18839
18839
  success: boolean;
18840
18840
  operation: "extract";
18841
18841
  status?: "failed" | "completed" | "processing" | "cancelled" | undefined;
18842
- data?: unknown;
18843
18842
  id?: string | undefined;
18843
+ data?: unknown;
18844
18844
  warning?: string | undefined;
18845
18845
  sources?: Record<string, unknown> | undefined;
18846
18846
  expiresAt?: string | undefined;
@@ -18849,8 +18849,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
18849
18849
  success: boolean;
18850
18850
  operation: "extract";
18851
18851
  status?: "failed" | "completed" | "processing" | "cancelled" | undefined;
18852
- data?: unknown;
18853
18852
  id?: string | undefined;
18853
+ data?: unknown;
18854
18854
  warning?: string | undefined;
18855
18855
  sources?: Record<string, unknown> | undefined;
18856
18856
  expiresAt?: 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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
18879
+ type: "json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
18880
18880
  }, {
18881
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
18881
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19123
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19122
+ formats: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19123
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19263
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19262
+ formats?: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19263
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19334
+ type: "json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19335
19335
  }, {
19336
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19336
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19573
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19572
+ formats: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19573
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19706
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19705
+ formats?: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19706
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19769
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19768
+ formats: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19769
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19921
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
19920
+ formats?: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
19921
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20056
+ type: "json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20057
20057
  }, {
20058
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20058
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20295
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20294
+ formats: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20295
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20428
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20427
+ formats?: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20428
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20493
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20492
+ formats: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20493
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20655
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20654
+ formats?: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20655
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20724
+ type: "json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20725
20725
  }, {
20726
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20726
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20963
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
20962
+ formats: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
20963
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
21096
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
21095
+ formats?: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
21096
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
21166
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
21165
+ formats: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
21166
+ type: "json" | "images" | "summary" | "html" | "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" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
21319
- type: "images" | "summary" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
21318
+ formats?: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
21319
+ type: "json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
21320
21320
  } | {
21321
21321
  type: "json";
21322
21322
  schema?: any;
@@ -22864,10 +22864,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
22864
22864
  creditsUsed: z.ZodOptional<z.ZodNumber>;
22865
22865
  error: z.ZodOptional<z.ZodString>;
22866
22866
  }, z.ZodUnknown, "strip"> | undefined;
22867
+ json?: unknown;
22867
22868
  images?: string[] | undefined;
22868
22869
  summary?: string | undefined;
22869
22870
  html?: string | undefined;
22870
- json?: unknown;
22871
22871
  screenshot?: string | undefined;
22872
22872
  warning?: string | undefined;
22873
22873
  markdown?: string | undefined;
@@ -23360,10 +23360,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
23360
23360
  creditsUsed: z.ZodOptional<z.ZodNumber>;
23361
23361
  error: z.ZodOptional<z.ZodString>;
23362
23362
  }, z.ZodUnknown, "strip"> | undefined;
23363
+ json?: unknown;
23363
23364
  images?: string[] | undefined;
23364
23365
  summary?: string | undefined;
23365
23366
  html?: string | undefined;
23366
- json?: unknown;
23367
23367
  screenshot?: string | undefined;
23368
23368
  warning?: string | undefined;
23369
23369
  markdown?: string | undefined;
@@ -25322,10 +25322,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
25322
25322
  creditsUsed: z.ZodOptional<z.ZodNumber>;
25323
25323
  error: z.ZodOptional<z.ZodString>;
25324
25324
  }, z.ZodUnknown, "strip"> | undefined;
25325
+ json?: unknown;
25325
25326
  images?: string[] | undefined;
25326
25327
  summary?: string | undefined;
25327
25328
  html?: string | undefined;
25328
- json?: unknown;
25329
25329
  screenshot?: string | undefined;
25330
25330
  warning?: string | undefined;
25331
25331
  markdown?: string | undefined;
@@ -25815,10 +25815,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
25815
25815
  creditsUsed: z.ZodOptional<z.ZodNumber>;
25816
25816
  error: z.ZodOptional<z.ZodString>;
25817
25817
  }, z.ZodUnknown, "strip"> | undefined;
25818
+ json?: unknown;
25818
25819
  images?: string[] | undefined;
25819
25820
  summary?: string | undefined;
25820
25821
  html?: string | undefined;
25821
- json?: unknown;
25822
25822
  screenshot?: string | undefined;
25823
25823
  warning?: string | undefined;
25824
25824
  markdown?: string | undefined;
@@ -27782,10 +27782,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
27782
27782
  creditsUsed: z.ZodOptional<z.ZodNumber>;
27783
27783
  error: z.ZodOptional<z.ZodString>;
27784
27784
  }, z.ZodUnknown, "strip"> | undefined;
27785
+ json?: unknown;
27785
27786
  images?: string[] | undefined;
27786
27787
  summary?: string | undefined;
27787
27788
  html?: string | undefined;
27788
- json?: unknown;
27789
27789
  screenshot?: string | undefined;
27790
27790
  warning?: string | undefined;
27791
27791
  markdown?: string | undefined;
@@ -28275,10 +28275,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
28275
28275
  creditsUsed: z.ZodOptional<z.ZodNumber>;
28276
28276
  error: z.ZodOptional<z.ZodString>;
28277
28277
  }, z.ZodUnknown, "strip"> | undefined;
28278
+ json?: unknown;
28278
28279
  images?: string[] | undefined;
28279
28280
  summary?: string | undefined;
28280
28281
  html?: string | undefined;
28281
- json?: unknown;
28282
28282
  screenshot?: string | undefined;
28283
28283
  warning?: string | undefined;
28284
28284
  markdown?: string | undefined;
@@ -30239,10 +30239,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
30239
30239
  creditsUsed: z.ZodOptional<z.ZodNumber>;
30240
30240
  error: z.ZodOptional<z.ZodString>;
30241
30241
  }, z.ZodUnknown, "strip"> | undefined;
30242
+ json?: unknown;
30242
30243
  images?: string[] | undefined;
30243
30244
  summary?: string | undefined;
30244
30245
  html?: string | undefined;
30245
- json?: unknown;
30246
30246
  screenshot?: string | undefined;
30247
30247
  warning?: string | undefined;
30248
30248
  markdown?: string | undefined;
@@ -30732,10 +30732,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
30732
30732
  creditsUsed: z.ZodOptional<z.ZodNumber>;
30733
30733
  error: z.ZodOptional<z.ZodString>;
30734
30734
  }, z.ZodUnknown, "strip"> | undefined;
30735
+ json?: unknown;
30735
30736
  images?: string[] | undefined;
30736
30737
  summary?: string | undefined;
30737
30738
  html?: string | undefined;
30738
- json?: unknown;
30739
30739
  screenshot?: string | undefined;
30740
30740
  warning?: string | undefined;
30741
30741
  markdown?: string | undefined;
@@ -31231,10 +31231,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
31231
31231
  creditsUsed: z.ZodOptional<z.ZodNumber>;
31232
31232
  error: z.ZodOptional<z.ZodString>;
31233
31233
  }, z.ZodUnknown, "strip"> | undefined;
31234
+ json?: unknown;
31234
31235
  images?: string[] | undefined;
31235
31236
  summary?: string | undefined;
31236
31237
  html?: string | undefined;
31237
- json?: unknown;
31238
31238
  screenshot?: string | undefined;
31239
31239
  warning?: string | undefined;
31240
31240
  markdown?: string | undefined;
@@ -31732,10 +31732,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
31732
31732
  creditsUsed: z.ZodOptional<z.ZodNumber>;
31733
31733
  error: z.ZodOptional<z.ZodString>;
31734
31734
  }, z.ZodUnknown, "strip"> | undefined;
31735
+ json?: unknown;
31735
31736
  images?: string[] | undefined;
31736
31737
  summary?: string | undefined;
31737
31738
  html?: string | undefined;
31738
- json?: unknown;
31739
31739
  screenshot?: string | undefined;
31740
31740
  warning?: string | undefined;
31741
31741
  markdown?: string | undefined;
@@ -32231,10 +32231,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
32231
32231
  creditsUsed: z.ZodOptional<z.ZodNumber>;
32232
32232
  error: z.ZodOptional<z.ZodString>;
32233
32233
  }, z.ZodUnknown, "strip"> | undefined;
32234
+ json?: unknown;
32234
32235
  images?: string[] | undefined;
32235
32236
  summary?: string | undefined;
32236
32237
  html?: string | undefined;
32237
- json?: unknown;
32238
32238
  screenshot?: string | undefined;
32239
32239
  warning?: string | undefined;
32240
32240
  markdown?: string | undefined;
@@ -32738,10 +32738,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
32738
32738
  creditsUsed: z.ZodOptional<z.ZodNumber>;
32739
32739
  error: z.ZodOptional<z.ZodString>;
32740
32740
  }, z.ZodUnknown, "strip"> | undefined;
32741
+ json?: unknown;
32741
32742
  images?: string[] | undefined;
32742
32743
  summary?: string | undefined;
32743
32744
  html?: string | undefined;
32744
- json?: unknown;
32745
32745
  screenshot?: string | undefined;
32746
32746
  warning?: string | undefined;
32747
32747
  markdown?: string | undefined;
@@ -33239,10 +33239,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
33239
33239
  creditsUsed: z.ZodOptional<z.ZodNumber>;
33240
33240
  error: z.ZodOptional<z.ZodString>;
33241
33241
  }, z.ZodUnknown, "strip"> | undefined;
33242
+ json?: unknown;
33242
33243
  images?: string[] | undefined;
33243
33244
  summary?: string | undefined;
33244
33245
  html?: string | undefined;
33245
- json?: unknown;
33246
33246
  screenshot?: string | undefined;
33247
33247
  warning?: string | undefined;
33248
33248
  markdown?: string | undefined;
@@ -33738,10 +33738,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
33738
33738
  creditsUsed: z.ZodOptional<z.ZodNumber>;
33739
33739
  error: z.ZodOptional<z.ZodString>;
33740
33740
  }, z.ZodUnknown, "strip"> | undefined;
33741
+ json?: unknown;
33741
33742
  images?: string[] | undefined;
33742
33743
  summary?: string | undefined;
33743
33744
  html?: string | undefined;
33744
- json?: unknown;
33745
33745
  screenshot?: string | undefined;
33746
33746
  warning?: string | undefined;
33747
33747
  markdown?: string | undefined;
@@ -35741,10 +35741,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
35741
35741
  creditsUsed: z.ZodOptional<z.ZodNumber>;
35742
35742
  error: z.ZodOptional<z.ZodString>;
35743
35743
  }, z.ZodUnknown, "strip"> | undefined;
35744
+ json?: unknown;
35744
35745
  images?: string[] | undefined;
35745
35746
  summary?: string | undefined;
35746
35747
  html?: string | undefined;
35747
- json?: unknown;
35748
35748
  screenshot?: string | undefined;
35749
35749
  warning?: string | undefined;
35750
35750
  markdown?: string | undefined;
@@ -36234,10 +36234,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
36234
36234
  creditsUsed: z.ZodOptional<z.ZodNumber>;
36235
36235
  error: z.ZodOptional<z.ZodString>;
36236
36236
  }, z.ZodUnknown, "strip"> | undefined;
36237
+ json?: unknown;
36237
36238
  images?: string[] | undefined;
36238
36239
  summary?: string | undefined;
36239
36240
  html?: string | undefined;
36240
- json?: unknown;
36241
36241
  screenshot?: string | undefined;
36242
36242
  warning?: string | undefined;
36243
36243
  markdown?: string | undefined;
@@ -36732,10 +36732,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
36732
36732
  creditsUsed: z.ZodOptional<z.ZodNumber>;
36733
36733
  error: z.ZodOptional<z.ZodString>;
36734
36734
  }, z.ZodUnknown, "strip"> | undefined;
36735
+ json?: unknown;
36735
36736
  images?: string[] | undefined;
36736
36737
  summary?: string | undefined;
36737
36738
  html?: string | undefined;
36738
- json?: unknown;
36739
36739
  screenshot?: string | undefined;
36740
36740
  warning?: string | undefined;
36741
36741
  markdown?: string | undefined;
@@ -37235,10 +37235,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
37235
37235
  creditsUsed: z.ZodOptional<z.ZodNumber>;
37236
37236
  error: z.ZodOptional<z.ZodString>;
37237
37237
  }, z.ZodUnknown, "strip"> | undefined;
37238
+ json?: unknown;
37238
37239
  images?: string[] | undefined;
37239
37240
  summary?: string | undefined;
37240
37241
  html?: string | undefined;
37241
- json?: unknown;
37242
37242
  screenshot?: string | undefined;
37243
37243
  warning?: string | undefined;
37244
37244
  markdown?: string | undefined;
@@ -37705,8 +37705,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
37705
37705
  success: boolean;
37706
37706
  operation: "extract";
37707
37707
  status?: "failed" | "completed" | "processing" | "cancelled" | undefined;
37708
- data?: unknown;
37709
37708
  id?: string | undefined;
37709
+ data?: unknown;
37710
37710
  warning?: string | undefined;
37711
37711
  sources?: Record<string, unknown> | undefined;
37712
37712
  expiresAt?: string | undefined;
@@ -37715,8 +37715,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
37715
37715
  success: boolean;
37716
37716
  operation: "extract";
37717
37717
  status?: "failed" | "completed" | "processing" | "cancelled" | undefined;
37718
- data?: unknown;
37719
37718
  id?: string | undefined;
37719
+ data?: unknown;
37720
37720
  warning?: string | undefined;
37721
37721
  sources?: Record<string, unknown> | undefined;
37722
37722
  expiresAt?: string | undefined;