@bubblelab/bubble-core 0.1.28 → 0.1.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bubble-bundle.d.ts +161 -92
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +4 -4
- package/dist/bubbles/service-bubble/airtable.d.ts +94 -94
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +16 -16
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +31 -31
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +153 -153
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +132 -132
- package/dist/bubbles/service-bubble/followupboss.d.ts +34 -34
- package/dist/bubbles/service-bubble/github.d.ts +122 -122
- package/dist/bubbles/service-bubble/gmail.d.ts +391 -391
- package/dist/bubbles/service-bubble/google-calendar.d.ts +96 -96
- package/dist/bubbles/service-bubble/google-drive.d.ts +46 -46
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +41 -41
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +79 -79
- package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets.js +904 -0
- package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/index.d.ts +5 -0
- package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/index.js +5 -0
- package/dist/bubbles/service-bubble/jira/index.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts +2695 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts +38 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js +358 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.js +573 -0
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +3660 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js +499 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts +141 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js +428 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts +4 -4
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +2 -2
- package/dist/bubbles/service-bubble/slack/slack.d.ts +114 -114
- package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack.js +1536 -0
- package/dist/bubbles/service-bubble/slack.js.map +1 -0
- package/dist/bubbles/service-bubble/storage.d.ts +2 -2
- package/dist/bubbles/service-bubble/telegram.d.ts +6 -6
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +172 -172
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
- package/dist/bubbles.json +1795 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- 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: "
|
|
13
|
+
type: "summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
|
|
14
14
|
}, {
|
|
15
|
-
type: "
|
|
15
|
+
type: "summary" | "images" | "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
|
operation: "scrape";
|
|
254
254
|
url: string;
|
|
255
255
|
timeout: number;
|
|
256
|
-
formats: ("
|
|
257
|
-
type: "
|
|
256
|
+
formats: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
257
|
+
type: "summary" | "images" | "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?: ("
|
|
397
|
-
type: "
|
|
396
|
+
formats?: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
397
|
+
type: "summary" | "images" | "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: "
|
|
468
|
+
type: "summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
|
|
469
469
|
}, {
|
|
470
|
-
type: "
|
|
470
|
+
type: "summary" | "images" | "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: ("
|
|
707
|
-
type: "
|
|
706
|
+
formats: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
707
|
+
type: "summary" | "images" | "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?: ("
|
|
840
|
-
type: "
|
|
839
|
+
formats?: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
840
|
+
type: "summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
|
|
841
841
|
} | {
|
|
842
842
|
type: "json";
|
|
843
843
|
schema?: any;
|
|
@@ -882,10 +882,10 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
882
882
|
}, "strip", z.ZodTypeAny, {
|
|
883
883
|
operation: "search";
|
|
884
884
|
query: string;
|
|
885
|
+
limit?: number | undefined;
|
|
885
886
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
886
887
|
maxRetries?: number | undefined;
|
|
887
888
|
timeout?: number | undefined;
|
|
888
|
-
limit?: number | undefined;
|
|
889
889
|
location?: string | undefined;
|
|
890
890
|
categories?: ("github" | "pdf" | "research" | {
|
|
891
891
|
type: "github" | "pdf" | "research";
|
|
@@ -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: ("
|
|
903
|
-
type: "
|
|
902
|
+
formats: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
903
|
+
type: "summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
|
|
904
904
|
} | {
|
|
905
905
|
type: "json";
|
|
906
906
|
schema?: any;
|
|
@@ -989,10 +989,10 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
989
989
|
}, {
|
|
990
990
|
operation: "search";
|
|
991
991
|
query: string;
|
|
992
|
+
limit?: number | undefined;
|
|
992
993
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
993
994
|
maxRetries?: number | undefined;
|
|
994
995
|
timeout?: number | undefined;
|
|
995
|
-
limit?: number | undefined;
|
|
996
996
|
location?: string | undefined;
|
|
997
997
|
categories?: ("github" | "pdf" | "research" | {
|
|
998
998
|
type: "github" | "pdf" | "research";
|
|
@@ -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?: ("
|
|
1055
|
-
type: "
|
|
1054
|
+
formats?: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
1055
|
+
type: "summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
|
|
1056
1056
|
} | {
|
|
1057
1057
|
type: "json";
|
|
1058
1058
|
schema?: any;
|
|
@@ -1120,10 +1120,10 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1120
1120
|
operation: "map";
|
|
1121
1121
|
url: string;
|
|
1122
1122
|
search?: string | undefined;
|
|
1123
|
+
limit?: number | undefined;
|
|
1123
1124
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1124
1125
|
maxRetries?: number | undefined;
|
|
1125
1126
|
timeout?: number | undefined;
|
|
1126
|
-
limit?: number | undefined;
|
|
1127
1127
|
location?: {
|
|
1128
1128
|
country?: string | undefined;
|
|
1129
1129
|
languages?: string[] | undefined;
|
|
@@ -1136,10 +1136,10 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1136
1136
|
operation: "map";
|
|
1137
1137
|
url: string;
|
|
1138
1138
|
search?: string | undefined;
|
|
1139
|
+
limit?: number | undefined;
|
|
1139
1140
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1140
1141
|
maxRetries?: number | undefined;
|
|
1141
1142
|
timeout?: number | undefined;
|
|
1142
|
-
limit?: number | undefined;
|
|
1143
1143
|
location?: {
|
|
1144
1144
|
country?: string | undefined;
|
|
1145
1145
|
languages?: string[] | undefined;
|
|
@@ -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: "
|
|
1190
|
+
type: "summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
|
|
1191
1191
|
}, {
|
|
1192
|
-
type: "
|
|
1192
|
+
type: "summary" | "images" | "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: ("
|
|
1429
|
-
type: "
|
|
1428
|
+
formats: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
1429
|
+
type: "summary" | "images" | "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?: ("
|
|
1562
|
-
type: "
|
|
1561
|
+
formats?: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
1562
|
+
type: "summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
|
|
1563
1563
|
} | {
|
|
1564
1564
|
type: "json";
|
|
1565
1565
|
schema?: any;
|
|
@@ -1607,12 +1607,12 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1607
1607
|
}, "strip", z.ZodTypeAny, {
|
|
1608
1608
|
operation: "crawl";
|
|
1609
1609
|
url: string;
|
|
1610
|
+
limit?: number | undefined;
|
|
1610
1611
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1611
1612
|
maxRetries?: number | undefined;
|
|
1612
1613
|
timeout?: number | undefined;
|
|
1613
1614
|
maxConcurrency?: number | undefined;
|
|
1614
1615
|
prompt?: string | undefined;
|
|
1615
|
-
limit?: number | undefined;
|
|
1616
1616
|
webhook?: string | {
|
|
1617
1617
|
url: string;
|
|
1618
1618
|
metadata?: Record<string, string> | undefined;
|
|
@@ -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: ("
|
|
1627
|
-
type: "
|
|
1626
|
+
formats: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
1627
|
+
type: "summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
|
|
1628
1628
|
} | {
|
|
1629
1629
|
type: "json";
|
|
1630
1630
|
schema?: any;
|
|
@@ -1724,12 +1724,12 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1724
1724
|
}, {
|
|
1725
1725
|
operation: "crawl";
|
|
1726
1726
|
url: string;
|
|
1727
|
+
limit?: number | undefined;
|
|
1727
1728
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1728
1729
|
maxRetries?: number | undefined;
|
|
1729
1730
|
timeout?: number | undefined;
|
|
1730
1731
|
maxConcurrency?: number | undefined;
|
|
1731
1732
|
prompt?: string | undefined;
|
|
1732
|
-
limit?: number | undefined;
|
|
1733
1733
|
webhook?: string | {
|
|
1734
1734
|
url: string;
|
|
1735
1735
|
metadata?: Record<string, string> | undefined;
|
|
@@ -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?: ("
|
|
1789
|
-
type: "
|
|
1788
|
+
formats?: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
1789
|
+
type: "summary" | "images" | "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: "
|
|
1858
|
+
type: "summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
|
|
1859
1859
|
}, {
|
|
1860
|
-
type: "
|
|
1860
|
+
type: "summary" | "images" | "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: ("
|
|
2097
|
-
type: "
|
|
2096
|
+
formats: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
2097
|
+
type: "summary" | "images" | "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?: ("
|
|
2230
|
-
type: "
|
|
2229
|
+
formats?: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
2230
|
+
type: "summary" | "images" | "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: ("
|
|
2300
|
-
type: "
|
|
2299
|
+
formats: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
2300
|
+
type: "summary" | "images" | "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?: ("
|
|
2453
|
-
type: "
|
|
2452
|
+
formats?: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
2453
|
+
type: "summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
|
|
2454
2454
|
} | {
|
|
2455
2455
|
type: "json";
|
|
2456
2456
|
schema?: any;
|
|
@@ -3954,8 +3954,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
3954
3954
|
operation: "scrape";
|
|
3955
3955
|
success: boolean;
|
|
3956
3956
|
error: string;
|
|
3957
|
-
images?: string[] | undefined;
|
|
3958
3957
|
summary?: string | undefined;
|
|
3958
|
+
images?: string[] | undefined;
|
|
3959
3959
|
metadata?: z.objectOutputType<{
|
|
3960
3960
|
title: z.ZodOptional<z.ZodString>;
|
|
3961
3961
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -4450,8 +4450,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
4450
4450
|
operation: "scrape";
|
|
4451
4451
|
success: boolean;
|
|
4452
4452
|
error: string;
|
|
4453
|
-
images?: string[] | undefined;
|
|
4454
4453
|
summary?: string | undefined;
|
|
4454
|
+
images?: string[] | undefined;
|
|
4455
4455
|
metadata?: z.objectInputType<{
|
|
4456
4456
|
title: z.ZodOptional<z.ZodString>;
|
|
4457
4457
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -6412,8 +6412,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
6412
6412
|
}>>;
|
|
6413
6413
|
}, z.ZodUnknown, "strip">>>;
|
|
6414
6414
|
}, "strip", z.ZodTypeAny, {
|
|
6415
|
-
images?: string[] | undefined;
|
|
6416
6415
|
summary?: string | undefined;
|
|
6416
|
+
images?: string[] | undefined;
|
|
6417
6417
|
metadata?: z.objectOutputType<{
|
|
6418
6418
|
title: z.ZodOptional<z.ZodString>;
|
|
6419
6419
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -6905,8 +6905,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
6905
6905
|
}>>;
|
|
6906
6906
|
}, z.ZodUnknown, "strip"> | undefined;
|
|
6907
6907
|
}, {
|
|
6908
|
-
images?: string[] | undefined;
|
|
6909
6908
|
summary?: string | undefined;
|
|
6909
|
+
images?: string[] | undefined;
|
|
6910
6910
|
metadata?: z.objectInputType<{
|
|
6911
6911
|
title: z.ZodOptional<z.ZodString>;
|
|
6912
6912
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -8872,8 +8872,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
8872
8872
|
}>>;
|
|
8873
8873
|
}, z.ZodUnknown, "strip">>>;
|
|
8874
8874
|
}, "strip", z.ZodTypeAny, {
|
|
8875
|
-
images?: string[] | undefined;
|
|
8876
8875
|
summary?: string | undefined;
|
|
8876
|
+
images?: string[] | undefined;
|
|
8877
8877
|
metadata?: z.objectOutputType<{
|
|
8878
8878
|
title: z.ZodOptional<z.ZodString>;
|
|
8879
8879
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -9365,8 +9365,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
9365
9365
|
}>>;
|
|
9366
9366
|
}, z.ZodUnknown, "strip"> | undefined;
|
|
9367
9367
|
}, {
|
|
9368
|
-
images?: string[] | undefined;
|
|
9369
9368
|
summary?: string | undefined;
|
|
9369
|
+
images?: string[] | undefined;
|
|
9370
9370
|
metadata?: z.objectInputType<{
|
|
9371
9371
|
title: z.ZodOptional<z.ZodString>;
|
|
9372
9372
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -11329,8 +11329,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
11329
11329
|
}>>;
|
|
11330
11330
|
}, z.ZodUnknown, "strip">>>;
|
|
11331
11331
|
}, "strip", z.ZodTypeAny, {
|
|
11332
|
-
images?: string[] | undefined;
|
|
11333
11332
|
summary?: string | undefined;
|
|
11333
|
+
images?: string[] | undefined;
|
|
11334
11334
|
metadata?: z.objectOutputType<{
|
|
11335
11335
|
title: z.ZodOptional<z.ZodString>;
|
|
11336
11336
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -11822,8 +11822,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
11822
11822
|
}>>;
|
|
11823
11823
|
}, z.ZodUnknown, "strip"> | undefined;
|
|
11824
11824
|
}, {
|
|
11825
|
-
images?: string[] | undefined;
|
|
11826
11825
|
summary?: string | undefined;
|
|
11826
|
+
images?: string[] | undefined;
|
|
11827
11827
|
metadata?: z.objectInputType<{
|
|
11828
11828
|
title: z.ZodOptional<z.ZodString>;
|
|
11829
11829
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -12321,8 +12321,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
12321
12321
|
success: boolean;
|
|
12322
12322
|
error: string;
|
|
12323
12323
|
images?: ({
|
|
12324
|
-
images?: string[] | undefined;
|
|
12325
12324
|
summary?: string | undefined;
|
|
12325
|
+
images?: string[] | undefined;
|
|
12326
12326
|
metadata?: z.objectOutputType<{
|
|
12327
12327
|
title: z.ZodOptional<z.ZodString>;
|
|
12328
12328
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -12822,8 +12822,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
12822
12822
|
imageHeight?: number | undefined;
|
|
12823
12823
|
})[] | undefined;
|
|
12824
12824
|
web?: ({
|
|
12825
|
-
images?: string[] | undefined;
|
|
12826
12825
|
summary?: string | undefined;
|
|
12826
|
+
images?: string[] | undefined;
|
|
12827
12827
|
metadata?: z.objectOutputType<{
|
|
12828
12828
|
title: z.ZodOptional<z.ZodString>;
|
|
12829
12829
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -13321,8 +13321,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
13321
13321
|
category?: string | undefined;
|
|
13322
13322
|
})[] | undefined;
|
|
13323
13323
|
news?: ({
|
|
13324
|
-
images?: string[] | undefined;
|
|
13325
13324
|
summary?: string | undefined;
|
|
13325
|
+
images?: string[] | undefined;
|
|
13326
13326
|
metadata?: z.objectOutputType<{
|
|
13327
13327
|
title: z.ZodOptional<z.ZodString>;
|
|
13328
13328
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -13828,8 +13828,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
13828
13828
|
success: boolean;
|
|
13829
13829
|
error: string;
|
|
13830
13830
|
images?: ({
|
|
13831
|
-
images?: string[] | undefined;
|
|
13832
13831
|
summary?: string | undefined;
|
|
13832
|
+
images?: string[] | undefined;
|
|
13833
13833
|
metadata?: z.objectInputType<{
|
|
13834
13834
|
title: z.ZodOptional<z.ZodString>;
|
|
13835
13835
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -14329,8 +14329,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
14329
14329
|
imageHeight?: number | undefined;
|
|
14330
14330
|
})[] | undefined;
|
|
14331
14331
|
web?: ({
|
|
14332
|
-
images?: string[] | undefined;
|
|
14333
14332
|
summary?: string | undefined;
|
|
14333
|
+
images?: string[] | undefined;
|
|
14334
14334
|
metadata?: z.objectInputType<{
|
|
14335
14335
|
title: z.ZodOptional<z.ZodString>;
|
|
14336
14336
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -14828,8 +14828,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
14828
14828
|
category?: string | undefined;
|
|
14829
14829
|
})[] | undefined;
|
|
14830
14830
|
news?: ({
|
|
14831
|
-
images?: string[] | undefined;
|
|
14832
14831
|
summary?: string | undefined;
|
|
14832
|
+
images?: string[] | undefined;
|
|
14833
14833
|
metadata?: z.objectInputType<{
|
|
14834
14834
|
title: z.ZodOptional<z.ZodString>;
|
|
14835
14835
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -16831,8 +16831,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
16831
16831
|
}>>;
|
|
16832
16832
|
}, z.ZodUnknown, "strip">>>;
|
|
16833
16833
|
}, "strip", z.ZodTypeAny, {
|
|
16834
|
-
images?: string[] | undefined;
|
|
16835
16834
|
summary?: string | undefined;
|
|
16835
|
+
images?: string[] | undefined;
|
|
16836
16836
|
metadata?: z.objectOutputType<{
|
|
16837
16837
|
title: z.ZodOptional<z.ZodString>;
|
|
16838
16838
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -17324,8 +17324,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
17324
17324
|
}>>;
|
|
17325
17325
|
}, z.ZodUnknown, "strip"> | undefined;
|
|
17326
17326
|
}, {
|
|
17327
|
-
images?: string[] | undefined;
|
|
17328
17327
|
summary?: string | undefined;
|
|
17328
|
+
images?: string[] | undefined;
|
|
17329
17329
|
metadata?: z.objectInputType<{
|
|
17330
17330
|
title: z.ZodOptional<z.ZodString>;
|
|
17331
17331
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -17818,13 +17818,14 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
17818
17818
|
}, z.ZodUnknown, "strip"> | undefined;
|
|
17819
17819
|
}>, "many">;
|
|
17820
17820
|
}, "strip", z.ZodTypeAny, {
|
|
17821
|
-
status: "failed" | "completed" | "scraping" | "cancelled";
|
|
17822
17821
|
operation: "crawl";
|
|
17822
|
+
status: "failed" | "completed" | "scraping" | "cancelled";
|
|
17823
17823
|
success: boolean;
|
|
17824
|
+
total: number;
|
|
17824
17825
|
error: string;
|
|
17825
17826
|
data: {
|
|
17826
|
-
images?: string[] | undefined;
|
|
17827
17827
|
summary?: string | undefined;
|
|
17828
|
+
images?: string[] | undefined;
|
|
17828
17829
|
metadata?: z.objectOutputType<{
|
|
17829
17830
|
title: z.ZodOptional<z.ZodString>;
|
|
17830
17831
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -18317,17 +18318,17 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
18317
18318
|
}, z.ZodUnknown, "strip"> | undefined;
|
|
18318
18319
|
}[];
|
|
18319
18320
|
completed: number;
|
|
18320
|
-
total: number;
|
|
18321
18321
|
creditsUsed?: number | undefined;
|
|
18322
18322
|
expiresAt?: string | undefined;
|
|
18323
18323
|
}, {
|
|
18324
|
-
status: "failed" | "completed" | "scraping" | "cancelled";
|
|
18325
18324
|
operation: "crawl";
|
|
18325
|
+
status: "failed" | "completed" | "scraping" | "cancelled";
|
|
18326
18326
|
success: boolean;
|
|
18327
|
+
total: number;
|
|
18327
18328
|
error: string;
|
|
18328
18329
|
data: {
|
|
18329
|
-
images?: string[] | undefined;
|
|
18330
18330
|
summary?: string | undefined;
|
|
18331
|
+
images?: string[] | undefined;
|
|
18331
18332
|
metadata?: z.objectInputType<{
|
|
18332
18333
|
title: z.ZodOptional<z.ZodString>;
|
|
18333
18334
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -18820,7 +18821,6 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
18820
18821
|
}, z.ZodUnknown, "strip"> | undefined;
|
|
18821
18822
|
}[];
|
|
18822
18823
|
completed: number;
|
|
18823
|
-
total: number;
|
|
18824
18824
|
creditsUsed?: number | undefined;
|
|
18825
18825
|
expiresAt?: string | undefined;
|
|
18826
18826
|
}>, z.ZodObject<{
|
|
@@ -18839,8 +18839,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
18839
18839
|
success: boolean;
|
|
18840
18840
|
error: string;
|
|
18841
18841
|
status?: "failed" | "completed" | "cancelled" | "processing" | 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
|
error: string;
|
|
18851
18851
|
status?: "failed" | "completed" | "cancelled" | "processing" | 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: "
|
|
18879
|
+
type: "summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
|
|
18880
18880
|
}, {
|
|
18881
|
-
type: "
|
|
18881
|
+
type: "summary" | "images" | "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
|
operation: "scrape";
|
|
19120
19120
|
url: string;
|
|
19121
19121
|
timeout: number;
|
|
19122
|
-
formats: ("
|
|
19123
|
-
type: "
|
|
19122
|
+
formats: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
19123
|
+
type: "summary" | "images" | "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?: ("
|
|
19263
|
-
type: "
|
|
19262
|
+
formats?: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
19263
|
+
type: "summary" | "images" | "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: "
|
|
19334
|
+
type: "summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
|
|
19335
19335
|
}, {
|
|
19336
|
-
type: "
|
|
19336
|
+
type: "summary" | "images" | "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: ("
|
|
19573
|
-
type: "
|
|
19572
|
+
formats: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
19573
|
+
type: "summary" | "images" | "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?: ("
|
|
19706
|
-
type: "
|
|
19705
|
+
formats?: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
19706
|
+
type: "summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
|
|
19707
19707
|
} | {
|
|
19708
19708
|
type: "json";
|
|
19709
19709
|
schema?: any;
|
|
@@ -19748,10 +19748,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19748
19748
|
}, "strip", z.ZodTypeAny, {
|
|
19749
19749
|
operation: "search";
|
|
19750
19750
|
query: string;
|
|
19751
|
+
limit?: number | undefined;
|
|
19751
19752
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19752
19753
|
maxRetries?: number | undefined;
|
|
19753
19754
|
timeout?: number | undefined;
|
|
19754
|
-
limit?: number | undefined;
|
|
19755
19755
|
location?: string | undefined;
|
|
19756
19756
|
categories?: ("github" | "pdf" | "research" | {
|
|
19757
19757
|
type: "github" | "pdf" | "research";
|
|
@@ -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: ("
|
|
19769
|
-
type: "
|
|
19768
|
+
formats: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
19769
|
+
type: "summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
|
|
19770
19770
|
} | {
|
|
19771
19771
|
type: "json";
|
|
19772
19772
|
schema?: any;
|
|
@@ -19855,10 +19855,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19855
19855
|
}, {
|
|
19856
19856
|
operation: "search";
|
|
19857
19857
|
query: string;
|
|
19858
|
+
limit?: number | undefined;
|
|
19858
19859
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19859
19860
|
maxRetries?: number | undefined;
|
|
19860
19861
|
timeout?: number | undefined;
|
|
19861
|
-
limit?: number | undefined;
|
|
19862
19862
|
location?: string | undefined;
|
|
19863
19863
|
categories?: ("github" | "pdf" | "research" | {
|
|
19864
19864
|
type: "github" | "pdf" | "research";
|
|
@@ -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?: ("
|
|
19921
|
-
type: "
|
|
19920
|
+
formats?: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
19921
|
+
type: "summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
|
|
19922
19922
|
} | {
|
|
19923
19923
|
type: "json";
|
|
19924
19924
|
schema?: any;
|
|
@@ -19986,10 +19986,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19986
19986
|
operation: "map";
|
|
19987
19987
|
url: string;
|
|
19988
19988
|
search?: string | undefined;
|
|
19989
|
+
limit?: number | undefined;
|
|
19989
19990
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19990
19991
|
maxRetries?: number | undefined;
|
|
19991
19992
|
timeout?: number | undefined;
|
|
19992
|
-
limit?: number | undefined;
|
|
19993
19993
|
location?: {
|
|
19994
19994
|
country?: string | undefined;
|
|
19995
19995
|
languages?: string[] | undefined;
|
|
@@ -20002,10 +20002,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
20002
20002
|
operation: "map";
|
|
20003
20003
|
url: string;
|
|
20004
20004
|
search?: string | undefined;
|
|
20005
|
+
limit?: number | undefined;
|
|
20005
20006
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20006
20007
|
maxRetries?: number | undefined;
|
|
20007
20008
|
timeout?: number | undefined;
|
|
20008
|
-
limit?: number | undefined;
|
|
20009
20009
|
location?: {
|
|
20010
20010
|
country?: string | undefined;
|
|
20011
20011
|
languages?: string[] | undefined;
|
|
@@ -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: "
|
|
20056
|
+
type: "summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
|
|
20057
20057
|
}, {
|
|
20058
|
-
type: "
|
|
20058
|
+
type: "summary" | "images" | "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: ("
|
|
20295
|
-
type: "
|
|
20294
|
+
formats: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
20295
|
+
type: "summary" | "images" | "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?: ("
|
|
20428
|
-
type: "
|
|
20427
|
+
formats?: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
20428
|
+
type: "summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
|
|
20429
20429
|
} | {
|
|
20430
20430
|
type: "json";
|
|
20431
20431
|
schema?: any;
|
|
@@ -20473,12 +20473,12 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
20473
20473
|
}, "strip", z.ZodTypeAny, {
|
|
20474
20474
|
operation: "crawl";
|
|
20475
20475
|
url: string;
|
|
20476
|
+
limit?: number | undefined;
|
|
20476
20477
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20477
20478
|
maxRetries?: number | undefined;
|
|
20478
20479
|
timeout?: number | undefined;
|
|
20479
20480
|
maxConcurrency?: number | undefined;
|
|
20480
20481
|
prompt?: string | undefined;
|
|
20481
|
-
limit?: number | undefined;
|
|
20482
20482
|
webhook?: string | {
|
|
20483
20483
|
url: string;
|
|
20484
20484
|
metadata?: Record<string, string> | undefined;
|
|
@@ -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: ("
|
|
20493
|
-
type: "
|
|
20492
|
+
formats: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
20493
|
+
type: "summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
|
|
20494
20494
|
} | {
|
|
20495
20495
|
type: "json";
|
|
20496
20496
|
schema?: any;
|
|
@@ -20590,12 +20590,12 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
20590
20590
|
}, {
|
|
20591
20591
|
operation: "crawl";
|
|
20592
20592
|
url: string;
|
|
20593
|
+
limit?: number | undefined;
|
|
20593
20594
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20594
20595
|
maxRetries?: number | undefined;
|
|
20595
20596
|
timeout?: number | undefined;
|
|
20596
20597
|
maxConcurrency?: number | undefined;
|
|
20597
20598
|
prompt?: string | undefined;
|
|
20598
|
-
limit?: number | undefined;
|
|
20599
20599
|
webhook?: string | {
|
|
20600
20600
|
url: string;
|
|
20601
20601
|
metadata?: Record<string, string> | undefined;
|
|
@@ -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?: ("
|
|
20655
|
-
type: "
|
|
20654
|
+
formats?: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
20655
|
+
type: "summary" | "images" | "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: "
|
|
20724
|
+
type: "summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
|
|
20725
20725
|
}, {
|
|
20726
|
-
type: "
|
|
20726
|
+
type: "summary" | "images" | "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: ("
|
|
20963
|
-
type: "
|
|
20962
|
+
formats: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
20963
|
+
type: "summary" | "images" | "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?: ("
|
|
21096
|
-
type: "
|
|
21095
|
+
formats?: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
21096
|
+
type: "summary" | "images" | "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: ("
|
|
21166
|
-
type: "
|
|
21165
|
+
formats: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
21166
|
+
type: "summary" | "images" | "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?: ("
|
|
21319
|
-
type: "
|
|
21318
|
+
formats?: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
21319
|
+
type: "summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
|
|
21320
21320
|
} | {
|
|
21321
21321
|
type: "json";
|
|
21322
21322
|
schema?: any;
|
|
@@ -22820,8 +22820,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
22820
22820
|
operation: "scrape";
|
|
22821
22821
|
success: boolean;
|
|
22822
22822
|
error: string;
|
|
22823
|
-
images?: string[] | undefined;
|
|
22824
22823
|
summary?: string | undefined;
|
|
22824
|
+
images?: string[] | undefined;
|
|
22825
22825
|
metadata?: z.objectOutputType<{
|
|
22826
22826
|
title: z.ZodOptional<z.ZodString>;
|
|
22827
22827
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -23316,8 +23316,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
23316
23316
|
operation: "scrape";
|
|
23317
23317
|
success: boolean;
|
|
23318
23318
|
error: string;
|
|
23319
|
-
images?: string[] | undefined;
|
|
23320
23319
|
summary?: string | undefined;
|
|
23320
|
+
images?: string[] | undefined;
|
|
23321
23321
|
metadata?: z.objectInputType<{
|
|
23322
23322
|
title: z.ZodOptional<z.ZodString>;
|
|
23323
23323
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -25278,8 +25278,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
25278
25278
|
}>>;
|
|
25279
25279
|
}, z.ZodUnknown, "strip">>>;
|
|
25280
25280
|
}, "strip", z.ZodTypeAny, {
|
|
25281
|
-
images?: string[] | undefined;
|
|
25282
25281
|
summary?: string | undefined;
|
|
25282
|
+
images?: string[] | undefined;
|
|
25283
25283
|
metadata?: z.objectOutputType<{
|
|
25284
25284
|
title: z.ZodOptional<z.ZodString>;
|
|
25285
25285
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -25771,8 +25771,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
25771
25771
|
}>>;
|
|
25772
25772
|
}, z.ZodUnknown, "strip"> | undefined;
|
|
25773
25773
|
}, {
|
|
25774
|
-
images?: string[] | undefined;
|
|
25775
25774
|
summary?: string | undefined;
|
|
25775
|
+
images?: string[] | undefined;
|
|
25776
25776
|
metadata?: z.objectInputType<{
|
|
25777
25777
|
title: z.ZodOptional<z.ZodString>;
|
|
25778
25778
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -27738,8 +27738,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
27738
27738
|
}>>;
|
|
27739
27739
|
}, z.ZodUnknown, "strip">>>;
|
|
27740
27740
|
}, "strip", z.ZodTypeAny, {
|
|
27741
|
-
images?: string[] | undefined;
|
|
27742
27741
|
summary?: string | undefined;
|
|
27742
|
+
images?: string[] | undefined;
|
|
27743
27743
|
metadata?: z.objectOutputType<{
|
|
27744
27744
|
title: z.ZodOptional<z.ZodString>;
|
|
27745
27745
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -28231,8 +28231,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
28231
28231
|
}>>;
|
|
28232
28232
|
}, z.ZodUnknown, "strip"> | undefined;
|
|
28233
28233
|
}, {
|
|
28234
|
-
images?: string[] | undefined;
|
|
28235
28234
|
summary?: string | undefined;
|
|
28235
|
+
images?: string[] | undefined;
|
|
28236
28236
|
metadata?: z.objectInputType<{
|
|
28237
28237
|
title: z.ZodOptional<z.ZodString>;
|
|
28238
28238
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -30195,8 +30195,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
30195
30195
|
}>>;
|
|
30196
30196
|
}, z.ZodUnknown, "strip">>>;
|
|
30197
30197
|
}, "strip", z.ZodTypeAny, {
|
|
30198
|
-
images?: string[] | undefined;
|
|
30199
30198
|
summary?: string | undefined;
|
|
30199
|
+
images?: string[] | undefined;
|
|
30200
30200
|
metadata?: z.objectOutputType<{
|
|
30201
30201
|
title: z.ZodOptional<z.ZodString>;
|
|
30202
30202
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -30688,8 +30688,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
30688
30688
|
}>>;
|
|
30689
30689
|
}, z.ZodUnknown, "strip"> | undefined;
|
|
30690
30690
|
}, {
|
|
30691
|
-
images?: string[] | undefined;
|
|
30692
30691
|
summary?: string | undefined;
|
|
30692
|
+
images?: string[] | undefined;
|
|
30693
30693
|
metadata?: z.objectInputType<{
|
|
30694
30694
|
title: z.ZodOptional<z.ZodString>;
|
|
30695
30695
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -31187,8 +31187,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
31187
31187
|
success: boolean;
|
|
31188
31188
|
error: string;
|
|
31189
31189
|
images?: ({
|
|
31190
|
-
images?: string[] | undefined;
|
|
31191
31190
|
summary?: string | undefined;
|
|
31191
|
+
images?: string[] | undefined;
|
|
31192
31192
|
metadata?: z.objectOutputType<{
|
|
31193
31193
|
title: z.ZodOptional<z.ZodString>;
|
|
31194
31194
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -31688,8 +31688,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
31688
31688
|
imageHeight?: number | undefined;
|
|
31689
31689
|
})[] | undefined;
|
|
31690
31690
|
web?: ({
|
|
31691
|
-
images?: string[] | undefined;
|
|
31692
31691
|
summary?: string | undefined;
|
|
31692
|
+
images?: string[] | undefined;
|
|
31693
31693
|
metadata?: z.objectOutputType<{
|
|
31694
31694
|
title: z.ZodOptional<z.ZodString>;
|
|
31695
31695
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -32187,8 +32187,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
32187
32187
|
category?: string | undefined;
|
|
32188
32188
|
})[] | undefined;
|
|
32189
32189
|
news?: ({
|
|
32190
|
-
images?: string[] | undefined;
|
|
32191
32190
|
summary?: string | undefined;
|
|
32191
|
+
images?: string[] | undefined;
|
|
32192
32192
|
metadata?: z.objectOutputType<{
|
|
32193
32193
|
title: z.ZodOptional<z.ZodString>;
|
|
32194
32194
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -32694,8 +32694,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
32694
32694
|
success: boolean;
|
|
32695
32695
|
error: string;
|
|
32696
32696
|
images?: ({
|
|
32697
|
-
images?: string[] | undefined;
|
|
32698
32697
|
summary?: string | undefined;
|
|
32698
|
+
images?: string[] | undefined;
|
|
32699
32699
|
metadata?: z.objectInputType<{
|
|
32700
32700
|
title: z.ZodOptional<z.ZodString>;
|
|
32701
32701
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -33195,8 +33195,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
33195
33195
|
imageHeight?: number | undefined;
|
|
33196
33196
|
})[] | undefined;
|
|
33197
33197
|
web?: ({
|
|
33198
|
-
images?: string[] | undefined;
|
|
33199
33198
|
summary?: string | undefined;
|
|
33199
|
+
images?: string[] | undefined;
|
|
33200
33200
|
metadata?: z.objectInputType<{
|
|
33201
33201
|
title: z.ZodOptional<z.ZodString>;
|
|
33202
33202
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -33694,8 +33694,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
33694
33694
|
category?: string | undefined;
|
|
33695
33695
|
})[] | undefined;
|
|
33696
33696
|
news?: ({
|
|
33697
|
-
images?: string[] | undefined;
|
|
33698
33697
|
summary?: string | undefined;
|
|
33698
|
+
images?: string[] | undefined;
|
|
33699
33699
|
metadata?: z.objectInputType<{
|
|
33700
33700
|
title: z.ZodOptional<z.ZodString>;
|
|
33701
33701
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -35697,8 +35697,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
35697
35697
|
}>>;
|
|
35698
35698
|
}, z.ZodUnknown, "strip">>>;
|
|
35699
35699
|
}, "strip", z.ZodTypeAny, {
|
|
35700
|
-
images?: string[] | undefined;
|
|
35701
35700
|
summary?: string | undefined;
|
|
35701
|
+
images?: string[] | undefined;
|
|
35702
35702
|
metadata?: z.objectOutputType<{
|
|
35703
35703
|
title: z.ZodOptional<z.ZodString>;
|
|
35704
35704
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -36190,8 +36190,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
36190
36190
|
}>>;
|
|
36191
36191
|
}, z.ZodUnknown, "strip"> | undefined;
|
|
36192
36192
|
}, {
|
|
36193
|
-
images?: string[] | undefined;
|
|
36194
36193
|
summary?: string | undefined;
|
|
36194
|
+
images?: string[] | undefined;
|
|
36195
36195
|
metadata?: z.objectInputType<{
|
|
36196
36196
|
title: z.ZodOptional<z.ZodString>;
|
|
36197
36197
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -36684,13 +36684,14 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
36684
36684
|
}, z.ZodUnknown, "strip"> | undefined;
|
|
36685
36685
|
}>, "many">;
|
|
36686
36686
|
}, "strip", z.ZodTypeAny, {
|
|
36687
|
-
status: "failed" | "completed" | "scraping" | "cancelled";
|
|
36688
36687
|
operation: "crawl";
|
|
36688
|
+
status: "failed" | "completed" | "scraping" | "cancelled";
|
|
36689
36689
|
success: boolean;
|
|
36690
|
+
total: number;
|
|
36690
36691
|
error: string;
|
|
36691
36692
|
data: {
|
|
36692
|
-
images?: string[] | undefined;
|
|
36693
36693
|
summary?: string | undefined;
|
|
36694
|
+
images?: string[] | undefined;
|
|
36694
36695
|
metadata?: z.objectOutputType<{
|
|
36695
36696
|
title: z.ZodOptional<z.ZodString>;
|
|
36696
36697
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -37183,17 +37184,17 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
37183
37184
|
}, z.ZodUnknown, "strip"> | undefined;
|
|
37184
37185
|
}[];
|
|
37185
37186
|
completed: number;
|
|
37186
|
-
total: number;
|
|
37187
37187
|
creditsUsed?: number | undefined;
|
|
37188
37188
|
expiresAt?: string | undefined;
|
|
37189
37189
|
}, {
|
|
37190
|
-
status: "failed" | "completed" | "scraping" | "cancelled";
|
|
37191
37190
|
operation: "crawl";
|
|
37191
|
+
status: "failed" | "completed" | "scraping" | "cancelled";
|
|
37192
37192
|
success: boolean;
|
|
37193
|
+
total: number;
|
|
37193
37194
|
error: string;
|
|
37194
37195
|
data: {
|
|
37195
|
-
images?: string[] | undefined;
|
|
37196
37196
|
summary?: string | undefined;
|
|
37197
|
+
images?: string[] | undefined;
|
|
37197
37198
|
metadata?: z.objectInputType<{
|
|
37198
37199
|
title: z.ZodOptional<z.ZodString>;
|
|
37199
37200
|
description: z.ZodOptional<z.ZodString>;
|
|
@@ -37686,7 +37687,6 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
37686
37687
|
}, z.ZodUnknown, "strip"> | undefined;
|
|
37687
37688
|
}[];
|
|
37688
37689
|
completed: number;
|
|
37689
|
-
total: number;
|
|
37690
37690
|
creditsUsed?: number | undefined;
|
|
37691
37691
|
expiresAt?: string | undefined;
|
|
37692
37692
|
}>, z.ZodObject<{
|
|
@@ -37705,8 +37705,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
37705
37705
|
success: boolean;
|
|
37706
37706
|
error: string;
|
|
37707
37707
|
status?: "failed" | "completed" | "cancelled" | "processing" | 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
|
error: string;
|
|
37717
37717
|
status?: "failed" | "completed" | "cancelled" | "processing" | 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;
|