@bubblelab/bubble-core 0.1.25 → 0.1.26
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 +82 -66
- package/dist/bubbles/service-bubble/agi-inc.d.ts +56 -56
- package/dist/bubbles/service-bubble/ai-agent.d.ts +18 -18
- package/dist/bubbles/service-bubble/airtable.d.ts +116 -116
- package/dist/bubbles/service-bubble/apify/apify.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +30 -30
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +64 -64
- package/dist/bubbles/service-bubble/followupboss.d.ts +176 -176
- package/dist/bubbles/service-bubble/github.d.ts +80 -80
- package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
- package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts +56 -56
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/hello-world.d.ts +2 -2
- package/dist/bubbles/service-bubble/notion/notion.d.ts +874 -874
- package/dist/bubbles/service-bubble/resend.d.ts +16 -16
- package/dist/bubbles/service-bubble/slack/slack.d.ts +144 -144
- package/dist/bubbles/service-bubble/storage.d.ts +30 -30
- package/dist/bubbles/service-bubble/telegram.d.ts +208 -208
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +138 -138
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +38 -38
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +173 -173
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-tool.js +22 -6
- package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +52 -52
- package/dist/bubbles.json +52054 -6
- package/dist/types/available-tools.d.ts +1 -1
- package/dist/types/available-tools.d.ts.map +1 -1
- package/dist/types/available-tools.js +1 -0
- package/dist/types/available-tools.js.map +1 -1
- package/package.json +3 -3
|
@@ -250,8 +250,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
250
250
|
operation: z.ZodLiteral<"scrape">;
|
|
251
251
|
url: z.ZodString;
|
|
252
252
|
}, "strip", z.ZodTypeAny, {
|
|
253
|
-
operation: "scrape";
|
|
254
253
|
url: string;
|
|
254
|
+
operation: "scrape";
|
|
255
255
|
timeout: number;
|
|
256
256
|
formats: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
257
257
|
type: "summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
|
|
@@ -343,8 +343,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
343
343
|
storeInCache?: boolean | undefined;
|
|
344
344
|
backoffFactor?: number | undefined;
|
|
345
345
|
}, {
|
|
346
|
-
operation: "scrape";
|
|
347
346
|
url: string;
|
|
347
|
+
operation: "scrape";
|
|
348
348
|
location?: {
|
|
349
349
|
languages?: string[] | undefined;
|
|
350
350
|
country?: string | undefined;
|
|
@@ -883,8 +883,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
883
883
|
operation: "search";
|
|
884
884
|
query: string;
|
|
885
885
|
location?: string | undefined;
|
|
886
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
887
886
|
limit?: number | undefined;
|
|
887
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
888
888
|
maxRetries?: number | undefined;
|
|
889
889
|
timeout?: number | undefined;
|
|
890
890
|
categories?: ("github" | "pdf" | "research" | {
|
|
@@ -990,8 +990,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
990
990
|
operation: "search";
|
|
991
991
|
query: string;
|
|
992
992
|
location?: string | undefined;
|
|
993
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
994
993
|
limit?: number | undefined;
|
|
994
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
995
995
|
maxRetries?: number | undefined;
|
|
996
996
|
timeout?: number | undefined;
|
|
997
997
|
categories?: ("github" | "pdf" | "research" | {
|
|
@@ -1117,15 +1117,15 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1117
1117
|
country?: string | undefined;
|
|
1118
1118
|
}>>;
|
|
1119
1119
|
}, "strip", z.ZodTypeAny, {
|
|
1120
|
-
operation: "map";
|
|
1121
1120
|
url: string;
|
|
1121
|
+
operation: "map";
|
|
1122
1122
|
location?: {
|
|
1123
1123
|
languages?: string[] | undefined;
|
|
1124
1124
|
country?: string | undefined;
|
|
1125
1125
|
} | undefined;
|
|
1126
|
-
search?: string | undefined;
|
|
1127
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1128
1126
|
limit?: number | undefined;
|
|
1127
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1128
|
+
search?: string | undefined;
|
|
1129
1129
|
maxRetries?: number | undefined;
|
|
1130
1130
|
timeout?: number | undefined;
|
|
1131
1131
|
integration?: string | undefined;
|
|
@@ -1133,15 +1133,15 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1133
1133
|
sitemap?: "include" | "only" | "skip" | undefined;
|
|
1134
1134
|
includeSubdomains?: boolean | undefined;
|
|
1135
1135
|
}, {
|
|
1136
|
-
operation: "map";
|
|
1137
1136
|
url: string;
|
|
1137
|
+
operation: "map";
|
|
1138
1138
|
location?: {
|
|
1139
1139
|
languages?: string[] | undefined;
|
|
1140
1140
|
country?: string | undefined;
|
|
1141
1141
|
} | undefined;
|
|
1142
|
-
search?: string | undefined;
|
|
1143
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1144
1142
|
limit?: number | undefined;
|
|
1143
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1144
|
+
search?: string | undefined;
|
|
1145
1145
|
maxRetries?: number | undefined;
|
|
1146
1146
|
timeout?: number | undefined;
|
|
1147
1147
|
integration?: string | undefined;
|
|
@@ -1605,10 +1605,10 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1605
1605
|
pollInterval: z.ZodOptional<z.ZodNumber>;
|
|
1606
1606
|
timeout: z.ZodOptional<z.ZodNumber>;
|
|
1607
1607
|
}, "strip", z.ZodTypeAny, {
|
|
1608
|
-
operation: "crawl";
|
|
1609
1608
|
url: string;
|
|
1610
|
-
|
|
1609
|
+
operation: "crawl";
|
|
1611
1610
|
limit?: number | undefined;
|
|
1611
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1612
1612
|
maxRetries?: number | undefined;
|
|
1613
1613
|
timeout?: number | undefined;
|
|
1614
1614
|
maxConcurrency?: number | undefined;
|
|
@@ -1722,10 +1722,10 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1722
1722
|
zeroDataRetention?: boolean | undefined;
|
|
1723
1723
|
pollInterval?: number | undefined;
|
|
1724
1724
|
}, {
|
|
1725
|
-
operation: "crawl";
|
|
1726
1725
|
url: string;
|
|
1727
|
-
|
|
1726
|
+
operation: "crawl";
|
|
1728
1727
|
limit?: number | undefined;
|
|
1728
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1729
1729
|
maxRetries?: number | undefined;
|
|
1730
1730
|
timeout?: number | undefined;
|
|
1731
1731
|
maxConcurrency?: number | undefined;
|
|
@@ -3951,9 +3951,9 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
3951
3951
|
} & {
|
|
3952
3952
|
operation: z.ZodLiteral<"scrape">;
|
|
3953
3953
|
}, "strip", z.ZodTypeAny, {
|
|
3954
|
-
operation: "scrape";
|
|
3955
3954
|
success: boolean;
|
|
3956
3955
|
error: string;
|
|
3956
|
+
operation: "scrape";
|
|
3957
3957
|
summary?: string | undefined;
|
|
3958
3958
|
images?: string[] | undefined;
|
|
3959
3959
|
metadata?: z.objectOutputType<{
|
|
@@ -4447,9 +4447,9 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
4447
4447
|
}>>;
|
|
4448
4448
|
}, z.ZodUnknown, "strip"> | undefined;
|
|
4449
4449
|
}, {
|
|
4450
|
-
operation: "scrape";
|
|
4451
4450
|
success: boolean;
|
|
4452
4451
|
error: string;
|
|
4452
|
+
operation: "scrape";
|
|
4453
4453
|
summary?: string | undefined;
|
|
4454
4454
|
images?: string[] | undefined;
|
|
4455
4455
|
metadata?: z.objectInputType<{
|
|
@@ -4954,13 +4954,13 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
4954
4954
|
category: z.ZodOptional<z.ZodString>;
|
|
4955
4955
|
}, "strip", z.ZodTypeAny, {
|
|
4956
4956
|
url: string;
|
|
4957
|
-
title?: string | undefined;
|
|
4958
4957
|
description?: string | undefined;
|
|
4958
|
+
title?: string | undefined;
|
|
4959
4959
|
category?: string | undefined;
|
|
4960
4960
|
}, {
|
|
4961
4961
|
url: string;
|
|
4962
|
-
title?: string | undefined;
|
|
4963
4962
|
description?: string | undefined;
|
|
4963
|
+
title?: string | undefined;
|
|
4964
4964
|
category?: string | undefined;
|
|
4965
4965
|
}>, z.ZodObject<{
|
|
4966
4966
|
markdown: z.ZodOptional<z.ZodString>;
|
|
@@ -12317,9 +12317,9 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
12317
12317
|
}>]>, "many">>;
|
|
12318
12318
|
other: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
12319
12319
|
}, "strip", z.ZodTypeAny, {
|
|
12320
|
-
operation: "search";
|
|
12321
12320
|
success: boolean;
|
|
12322
12321
|
error: string;
|
|
12322
|
+
operation: "search";
|
|
12323
12323
|
images?: ({
|
|
12324
12324
|
summary?: string | undefined;
|
|
12325
12325
|
images?: string[] | undefined;
|
|
@@ -13316,8 +13316,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
13316
13316
|
}, z.ZodUnknown, "strip"> | undefined;
|
|
13317
13317
|
} | {
|
|
13318
13318
|
url: string;
|
|
13319
|
-
title?: string | undefined;
|
|
13320
13319
|
description?: string | undefined;
|
|
13320
|
+
title?: string | undefined;
|
|
13321
13321
|
category?: string | undefined;
|
|
13322
13322
|
})[] | undefined;
|
|
13323
13323
|
news?: ({
|
|
@@ -13824,9 +13824,9 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
13824
13824
|
})[] | undefined;
|
|
13825
13825
|
other?: unknown[] | undefined;
|
|
13826
13826
|
}, {
|
|
13827
|
-
operation: "search";
|
|
13828
13827
|
success: boolean;
|
|
13829
13828
|
error: string;
|
|
13829
|
+
operation: "search";
|
|
13830
13830
|
images?: ({
|
|
13831
13831
|
summary?: string | undefined;
|
|
13832
13832
|
images?: string[] | undefined;
|
|
@@ -14823,8 +14823,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
14823
14823
|
}, z.ZodUnknown, "strip"> | undefined;
|
|
14824
14824
|
} | {
|
|
14825
14825
|
url: string;
|
|
14826
|
-
title?: string | undefined;
|
|
14827
14826
|
description?: string | undefined;
|
|
14827
|
+
title?: string | undefined;
|
|
14828
14828
|
category?: string | undefined;
|
|
14829
14829
|
})[] | undefined;
|
|
14830
14830
|
news?: ({
|
|
@@ -15342,33 +15342,33 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
15342
15342
|
category: z.ZodOptional<z.ZodString>;
|
|
15343
15343
|
}, "strip", z.ZodTypeAny, {
|
|
15344
15344
|
url: string;
|
|
15345
|
-
title?: string | undefined;
|
|
15346
15345
|
description?: string | undefined;
|
|
15346
|
+
title?: string | undefined;
|
|
15347
15347
|
category?: string | undefined;
|
|
15348
15348
|
}, {
|
|
15349
15349
|
url: string;
|
|
15350
|
-
title?: string | undefined;
|
|
15351
15350
|
description?: string | undefined;
|
|
15351
|
+
title?: string | undefined;
|
|
15352
15352
|
category?: string | undefined;
|
|
15353
15353
|
}>, "many">;
|
|
15354
15354
|
}, "strip", z.ZodTypeAny, {
|
|
15355
|
-
operation: "map";
|
|
15356
15355
|
success: boolean;
|
|
15357
15356
|
error: string;
|
|
15357
|
+
operation: "map";
|
|
15358
15358
|
links: {
|
|
15359
15359
|
url: string;
|
|
15360
|
-
title?: string | undefined;
|
|
15361
15360
|
description?: string | undefined;
|
|
15361
|
+
title?: string | undefined;
|
|
15362
15362
|
category?: string | undefined;
|
|
15363
15363
|
}[];
|
|
15364
15364
|
}, {
|
|
15365
|
-
operation: "map";
|
|
15366
15365
|
success: boolean;
|
|
15367
15366
|
error: string;
|
|
15367
|
+
operation: "map";
|
|
15368
15368
|
links: {
|
|
15369
15369
|
url: string;
|
|
15370
|
-
title?: string | undefined;
|
|
15371
15370
|
description?: string | undefined;
|
|
15371
|
+
title?: string | undefined;
|
|
15372
15372
|
category?: string | undefined;
|
|
15373
15373
|
}[];
|
|
15374
15374
|
}>, z.ZodObject<{
|
|
@@ -17819,9 +17819,9 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
17819
17819
|
}>, "many">;
|
|
17820
17820
|
}, "strip", z.ZodTypeAny, {
|
|
17821
17821
|
status: "failed" | "completed" | "scraping" | "cancelled";
|
|
17822
|
-
operation: "crawl";
|
|
17823
17822
|
success: boolean;
|
|
17824
17823
|
error: string;
|
|
17824
|
+
operation: "crawl";
|
|
17825
17825
|
data: {
|
|
17826
17826
|
summary?: string | undefined;
|
|
17827
17827
|
images?: string[] | undefined;
|
|
@@ -18322,9 +18322,9 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
18322
18322
|
expiresAt?: string | undefined;
|
|
18323
18323
|
}, {
|
|
18324
18324
|
status: "failed" | "completed" | "scraping" | "cancelled";
|
|
18325
|
-
operation: "crawl";
|
|
18326
18325
|
success: boolean;
|
|
18327
18326
|
error: string;
|
|
18327
|
+
operation: "crawl";
|
|
18328
18328
|
data: {
|
|
18329
18329
|
summary?: string | undefined;
|
|
18330
18330
|
images?: string[] | undefined;
|
|
@@ -18835,9 +18835,9 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
18835
18835
|
sources: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
18836
18836
|
expiresAt: z.ZodOptional<z.ZodString>;
|
|
18837
18837
|
}, "strip", z.ZodTypeAny, {
|
|
18838
|
-
operation: "extract";
|
|
18839
18838
|
success: boolean;
|
|
18840
18839
|
error: string;
|
|
18840
|
+
operation: "extract";
|
|
18841
18841
|
status?: "failed" | "completed" | "cancelled" | "processing" | undefined;
|
|
18842
18842
|
data?: unknown;
|
|
18843
18843
|
id?: string | undefined;
|
|
@@ -18845,9 +18845,9 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
18845
18845
|
sources?: Record<string, unknown> | undefined;
|
|
18846
18846
|
expiresAt?: string | undefined;
|
|
18847
18847
|
}, {
|
|
18848
|
-
operation: "extract";
|
|
18849
18848
|
success: boolean;
|
|
18850
18849
|
error: string;
|
|
18850
|
+
operation: "extract";
|
|
18851
18851
|
status?: "failed" | "completed" | "cancelled" | "processing" | undefined;
|
|
18852
18852
|
data?: unknown;
|
|
18853
18853
|
id?: string | undefined;
|
|
@@ -19116,8 +19116,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19116
19116
|
operation: z.ZodLiteral<"scrape">;
|
|
19117
19117
|
url: z.ZodString;
|
|
19118
19118
|
}, "strip", z.ZodTypeAny, {
|
|
19119
|
-
operation: "scrape";
|
|
19120
19119
|
url: string;
|
|
19120
|
+
operation: "scrape";
|
|
19121
19121
|
timeout: number;
|
|
19122
19122
|
formats: ("summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
19123
19123
|
type: "summary" | "images" | "html" | "json" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
|
|
@@ -19209,8 +19209,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19209
19209
|
storeInCache?: boolean | undefined;
|
|
19210
19210
|
backoffFactor?: number | undefined;
|
|
19211
19211
|
}, {
|
|
19212
|
-
operation: "scrape";
|
|
19213
19212
|
url: string;
|
|
19213
|
+
operation: "scrape";
|
|
19214
19214
|
location?: {
|
|
19215
19215
|
languages?: string[] | undefined;
|
|
19216
19216
|
country?: string | undefined;
|
|
@@ -19749,8 +19749,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19749
19749
|
operation: "search";
|
|
19750
19750
|
query: string;
|
|
19751
19751
|
location?: string | undefined;
|
|
19752
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19753
19752
|
limit?: number | undefined;
|
|
19753
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19754
19754
|
maxRetries?: number | undefined;
|
|
19755
19755
|
timeout?: number | undefined;
|
|
19756
19756
|
categories?: ("github" | "pdf" | "research" | {
|
|
@@ -19856,8 +19856,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19856
19856
|
operation: "search";
|
|
19857
19857
|
query: string;
|
|
19858
19858
|
location?: string | undefined;
|
|
19859
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19860
19859
|
limit?: number | undefined;
|
|
19860
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19861
19861
|
maxRetries?: number | undefined;
|
|
19862
19862
|
timeout?: number | undefined;
|
|
19863
19863
|
categories?: ("github" | "pdf" | "research" | {
|
|
@@ -19983,15 +19983,15 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19983
19983
|
country?: string | undefined;
|
|
19984
19984
|
}>>;
|
|
19985
19985
|
}, "strip", z.ZodTypeAny, {
|
|
19986
|
-
operation: "map";
|
|
19987
19986
|
url: string;
|
|
19987
|
+
operation: "map";
|
|
19988
19988
|
location?: {
|
|
19989
19989
|
languages?: string[] | undefined;
|
|
19990
19990
|
country?: string | undefined;
|
|
19991
19991
|
} | undefined;
|
|
19992
|
-
search?: string | undefined;
|
|
19993
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19994
19992
|
limit?: number | undefined;
|
|
19993
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19994
|
+
search?: string | undefined;
|
|
19995
19995
|
maxRetries?: number | undefined;
|
|
19996
19996
|
timeout?: number | undefined;
|
|
19997
19997
|
integration?: string | undefined;
|
|
@@ -19999,15 +19999,15 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19999
19999
|
sitemap?: "include" | "only" | "skip" | undefined;
|
|
20000
20000
|
includeSubdomains?: boolean | undefined;
|
|
20001
20001
|
}, {
|
|
20002
|
-
operation: "map";
|
|
20003
20002
|
url: string;
|
|
20003
|
+
operation: "map";
|
|
20004
20004
|
location?: {
|
|
20005
20005
|
languages?: string[] | undefined;
|
|
20006
20006
|
country?: string | undefined;
|
|
20007
20007
|
} | undefined;
|
|
20008
|
-
search?: string | undefined;
|
|
20009
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20010
20008
|
limit?: number | undefined;
|
|
20009
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20010
|
+
search?: string | undefined;
|
|
20011
20011
|
maxRetries?: number | undefined;
|
|
20012
20012
|
timeout?: number | undefined;
|
|
20013
20013
|
integration?: string | undefined;
|
|
@@ -20471,10 +20471,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
20471
20471
|
pollInterval: z.ZodOptional<z.ZodNumber>;
|
|
20472
20472
|
timeout: z.ZodOptional<z.ZodNumber>;
|
|
20473
20473
|
}, "strip", z.ZodTypeAny, {
|
|
20474
|
-
operation: "crawl";
|
|
20475
20474
|
url: string;
|
|
20476
|
-
|
|
20475
|
+
operation: "crawl";
|
|
20477
20476
|
limit?: number | undefined;
|
|
20477
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20478
20478
|
maxRetries?: number | undefined;
|
|
20479
20479
|
timeout?: number | undefined;
|
|
20480
20480
|
maxConcurrency?: number | undefined;
|
|
@@ -20588,10 +20588,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
20588
20588
|
zeroDataRetention?: boolean | undefined;
|
|
20589
20589
|
pollInterval?: number | undefined;
|
|
20590
20590
|
}, {
|
|
20591
|
-
operation: "crawl";
|
|
20592
20591
|
url: string;
|
|
20593
|
-
|
|
20592
|
+
operation: "crawl";
|
|
20594
20593
|
limit?: number | undefined;
|
|
20594
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20595
20595
|
maxRetries?: number | undefined;
|
|
20596
20596
|
timeout?: number | undefined;
|
|
20597
20597
|
maxConcurrency?: number | undefined;
|
|
@@ -22817,9 +22817,9 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
22817
22817
|
} & {
|
|
22818
22818
|
operation: z.ZodLiteral<"scrape">;
|
|
22819
22819
|
}, "strip", z.ZodTypeAny, {
|
|
22820
|
-
operation: "scrape";
|
|
22821
22820
|
success: boolean;
|
|
22822
22821
|
error: string;
|
|
22822
|
+
operation: "scrape";
|
|
22823
22823
|
summary?: string | undefined;
|
|
22824
22824
|
images?: string[] | undefined;
|
|
22825
22825
|
metadata?: z.objectOutputType<{
|
|
@@ -23313,9 +23313,9 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
23313
23313
|
}>>;
|
|
23314
23314
|
}, z.ZodUnknown, "strip"> | undefined;
|
|
23315
23315
|
}, {
|
|
23316
|
-
operation: "scrape";
|
|
23317
23316
|
success: boolean;
|
|
23318
23317
|
error: string;
|
|
23318
|
+
operation: "scrape";
|
|
23319
23319
|
summary?: string | undefined;
|
|
23320
23320
|
images?: string[] | undefined;
|
|
23321
23321
|
metadata?: z.objectInputType<{
|
|
@@ -23820,13 +23820,13 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
23820
23820
|
category: z.ZodOptional<z.ZodString>;
|
|
23821
23821
|
}, "strip", z.ZodTypeAny, {
|
|
23822
23822
|
url: string;
|
|
23823
|
-
title?: string | undefined;
|
|
23824
23823
|
description?: string | undefined;
|
|
23824
|
+
title?: string | undefined;
|
|
23825
23825
|
category?: string | undefined;
|
|
23826
23826
|
}, {
|
|
23827
23827
|
url: string;
|
|
23828
|
-
title?: string | undefined;
|
|
23829
23828
|
description?: string | undefined;
|
|
23829
|
+
title?: string | undefined;
|
|
23830
23830
|
category?: string | undefined;
|
|
23831
23831
|
}>, z.ZodObject<{
|
|
23832
23832
|
markdown: z.ZodOptional<z.ZodString>;
|
|
@@ -31183,9 +31183,9 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
31183
31183
|
}>]>, "many">>;
|
|
31184
31184
|
other: z.ZodOptional<z.ZodArray<z.ZodUnknown, "many">>;
|
|
31185
31185
|
}, "strip", z.ZodTypeAny, {
|
|
31186
|
-
operation: "search";
|
|
31187
31186
|
success: boolean;
|
|
31188
31187
|
error: string;
|
|
31188
|
+
operation: "search";
|
|
31189
31189
|
images?: ({
|
|
31190
31190
|
summary?: string | undefined;
|
|
31191
31191
|
images?: string[] | undefined;
|
|
@@ -32182,8 +32182,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
32182
32182
|
}, z.ZodUnknown, "strip"> | undefined;
|
|
32183
32183
|
} | {
|
|
32184
32184
|
url: string;
|
|
32185
|
-
title?: string | undefined;
|
|
32186
32185
|
description?: string | undefined;
|
|
32186
|
+
title?: string | undefined;
|
|
32187
32187
|
category?: string | undefined;
|
|
32188
32188
|
})[] | undefined;
|
|
32189
32189
|
news?: ({
|
|
@@ -32690,9 +32690,9 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
32690
32690
|
})[] | undefined;
|
|
32691
32691
|
other?: unknown[] | undefined;
|
|
32692
32692
|
}, {
|
|
32693
|
-
operation: "search";
|
|
32694
32693
|
success: boolean;
|
|
32695
32694
|
error: string;
|
|
32695
|
+
operation: "search";
|
|
32696
32696
|
images?: ({
|
|
32697
32697
|
summary?: string | undefined;
|
|
32698
32698
|
images?: string[] | undefined;
|
|
@@ -33689,8 +33689,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
33689
33689
|
}, z.ZodUnknown, "strip"> | undefined;
|
|
33690
33690
|
} | {
|
|
33691
33691
|
url: string;
|
|
33692
|
-
title?: string | undefined;
|
|
33693
33692
|
description?: string | undefined;
|
|
33693
|
+
title?: string | undefined;
|
|
33694
33694
|
category?: string | undefined;
|
|
33695
33695
|
})[] | undefined;
|
|
33696
33696
|
news?: ({
|
|
@@ -34208,33 +34208,33 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
34208
34208
|
category: z.ZodOptional<z.ZodString>;
|
|
34209
34209
|
}, "strip", z.ZodTypeAny, {
|
|
34210
34210
|
url: string;
|
|
34211
|
-
title?: string | undefined;
|
|
34212
34211
|
description?: string | undefined;
|
|
34212
|
+
title?: string | undefined;
|
|
34213
34213
|
category?: string | undefined;
|
|
34214
34214
|
}, {
|
|
34215
34215
|
url: string;
|
|
34216
|
-
title?: string | undefined;
|
|
34217
34216
|
description?: string | undefined;
|
|
34217
|
+
title?: string | undefined;
|
|
34218
34218
|
category?: string | undefined;
|
|
34219
34219
|
}>, "many">;
|
|
34220
34220
|
}, "strip", z.ZodTypeAny, {
|
|
34221
|
-
operation: "map";
|
|
34222
34221
|
success: boolean;
|
|
34223
34222
|
error: string;
|
|
34223
|
+
operation: "map";
|
|
34224
34224
|
links: {
|
|
34225
34225
|
url: string;
|
|
34226
|
-
title?: string | undefined;
|
|
34227
34226
|
description?: string | undefined;
|
|
34227
|
+
title?: string | undefined;
|
|
34228
34228
|
category?: string | undefined;
|
|
34229
34229
|
}[];
|
|
34230
34230
|
}, {
|
|
34231
|
-
operation: "map";
|
|
34232
34231
|
success: boolean;
|
|
34233
34232
|
error: string;
|
|
34233
|
+
operation: "map";
|
|
34234
34234
|
links: {
|
|
34235
34235
|
url: string;
|
|
34236
|
-
title?: string | undefined;
|
|
34237
34236
|
description?: string | undefined;
|
|
34237
|
+
title?: string | undefined;
|
|
34238
34238
|
category?: string | undefined;
|
|
34239
34239
|
}[];
|
|
34240
34240
|
}>, z.ZodObject<{
|
|
@@ -36685,9 +36685,9 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
36685
36685
|
}>, "many">;
|
|
36686
36686
|
}, "strip", z.ZodTypeAny, {
|
|
36687
36687
|
status: "failed" | "completed" | "scraping" | "cancelled";
|
|
36688
|
-
operation: "crawl";
|
|
36689
36688
|
success: boolean;
|
|
36690
36689
|
error: string;
|
|
36690
|
+
operation: "crawl";
|
|
36691
36691
|
data: {
|
|
36692
36692
|
summary?: string | undefined;
|
|
36693
36693
|
images?: string[] | undefined;
|
|
@@ -37188,9 +37188,9 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
37188
37188
|
expiresAt?: string | undefined;
|
|
37189
37189
|
}, {
|
|
37190
37190
|
status: "failed" | "completed" | "scraping" | "cancelled";
|
|
37191
|
-
operation: "crawl";
|
|
37192
37191
|
success: boolean;
|
|
37193
37192
|
error: string;
|
|
37193
|
+
operation: "crawl";
|
|
37194
37194
|
data: {
|
|
37195
37195
|
summary?: string | undefined;
|
|
37196
37196
|
images?: string[] | undefined;
|
|
@@ -37701,9 +37701,9 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
37701
37701
|
sources: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
37702
37702
|
expiresAt: z.ZodOptional<z.ZodString>;
|
|
37703
37703
|
}, "strip", z.ZodTypeAny, {
|
|
37704
|
-
operation: "extract";
|
|
37705
37704
|
success: boolean;
|
|
37706
37705
|
error: string;
|
|
37706
|
+
operation: "extract";
|
|
37707
37707
|
status?: "failed" | "completed" | "cancelled" | "processing" | undefined;
|
|
37708
37708
|
data?: unknown;
|
|
37709
37709
|
id?: string | undefined;
|
|
@@ -37711,9 +37711,9 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
37711
37711
|
sources?: Record<string, unknown> | undefined;
|
|
37712
37712
|
expiresAt?: string | undefined;
|
|
37713
37713
|
}, {
|
|
37714
|
-
operation: "extract";
|
|
37715
37714
|
success: boolean;
|
|
37716
37715
|
error: string;
|
|
37716
|
+
operation: "extract";
|
|
37717
37717
|
status?: "failed" | "completed" | "cancelled" | "processing" | undefined;
|
|
37718
37718
|
data?: unknown;
|
|
37719
37719
|
id?: string | undefined;
|