@bubblelab/bubble-core 0.1.69 → 0.1.70
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 +37 -37
- package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +32 -32
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +12 -12
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +72 -72
- package/dist/bubbles/service-bubble/followupboss.d.ts +236 -236
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +76 -76
- package/dist/bubbles/service-bubble/google-drive.d.ts +61 -0
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +57 -0
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +1 -1
- package/dist/bubbles/service-bubble/notion/notion.d.ts +20 -20
- package/dist/bubbles/service-bubble/slack/slack.d.ts +122 -122
- package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +94 -94
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +30 -30
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +8 -8
- package/dist/bubbles.json +67 -2
- package/package.json +2 -2
|
@@ -35,14 +35,14 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
35
35
|
type: "changeTracking";
|
|
36
36
|
modes: ("json" | "git-diff")[];
|
|
37
37
|
schema?: Record<string, unknown> | undefined;
|
|
38
|
-
tag?: string | undefined;
|
|
39
38
|
prompt?: string | undefined;
|
|
39
|
+
tag?: string | undefined;
|
|
40
40
|
}, {
|
|
41
41
|
type: "changeTracking";
|
|
42
42
|
modes: ("json" | "git-diff")[];
|
|
43
43
|
schema?: Record<string, unknown> | undefined;
|
|
44
|
-
tag?: string | undefined;
|
|
45
44
|
prompt?: string | undefined;
|
|
45
|
+
tag?: string | undefined;
|
|
46
46
|
}>, z.ZodObject<{
|
|
47
47
|
type: z.ZodLiteral<"screenshot">;
|
|
48
48
|
fullPage: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -263,8 +263,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
263
263
|
type: "changeTracking";
|
|
264
264
|
modes: ("json" | "git-diff")[];
|
|
265
265
|
schema?: Record<string, unknown> | undefined;
|
|
266
|
-
tag?: string | undefined;
|
|
267
266
|
prompt?: string | undefined;
|
|
267
|
+
tag?: string | undefined;
|
|
268
268
|
} | {
|
|
269
269
|
type: "screenshot";
|
|
270
270
|
quality?: number | undefined;
|
|
@@ -403,8 +403,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
403
403
|
type: "changeTracking";
|
|
404
404
|
modes: ("json" | "git-diff")[];
|
|
405
405
|
schema?: Record<string, unknown> | undefined;
|
|
406
|
-
tag?: string | undefined;
|
|
407
406
|
prompt?: string | undefined;
|
|
407
|
+
tag?: string | undefined;
|
|
408
408
|
} | {
|
|
409
409
|
type: "screenshot";
|
|
410
410
|
quality?: number | undefined;
|
|
@@ -490,14 +490,14 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
490
490
|
type: "changeTracking";
|
|
491
491
|
modes: ("json" | "git-diff")[];
|
|
492
492
|
schema?: Record<string, unknown> | undefined;
|
|
493
|
-
tag?: string | undefined;
|
|
494
493
|
prompt?: string | undefined;
|
|
494
|
+
tag?: string | undefined;
|
|
495
495
|
}, {
|
|
496
496
|
type: "changeTracking";
|
|
497
497
|
modes: ("json" | "git-diff")[];
|
|
498
498
|
schema?: Record<string, unknown> | undefined;
|
|
499
|
-
tag?: string | undefined;
|
|
500
499
|
prompt?: string | undefined;
|
|
500
|
+
tag?: string | undefined;
|
|
501
501
|
}>, z.ZodObject<{
|
|
502
502
|
type: z.ZodLiteral<"screenshot">;
|
|
503
503
|
fullPage: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -713,8 +713,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
713
713
|
type: "changeTracking";
|
|
714
714
|
modes: ("json" | "git-diff")[];
|
|
715
715
|
schema?: Record<string, unknown> | undefined;
|
|
716
|
-
tag?: string | undefined;
|
|
717
716
|
prompt?: string | undefined;
|
|
717
|
+
tag?: string | undefined;
|
|
718
718
|
} | {
|
|
719
719
|
type: "screenshot";
|
|
720
720
|
quality?: number | undefined;
|
|
@@ -846,8 +846,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
846
846
|
type: "changeTracking";
|
|
847
847
|
modes: ("json" | "git-diff")[];
|
|
848
848
|
schema?: Record<string, unknown> | undefined;
|
|
849
|
-
tag?: string | undefined;
|
|
850
849
|
prompt?: string | undefined;
|
|
850
|
+
tag?: string | undefined;
|
|
851
851
|
} | {
|
|
852
852
|
type: "screenshot";
|
|
853
853
|
quality?: number | undefined;
|
|
@@ -884,9 +884,9 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
884
884
|
query: string;
|
|
885
885
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
886
886
|
location?: string | undefined;
|
|
887
|
-
limit?: number | undefined;
|
|
888
887
|
maxRetries?: number | undefined;
|
|
889
888
|
timeout?: number | undefined;
|
|
889
|
+
limit?: number | undefined;
|
|
890
890
|
categories?: ("github" | "pdf" | "research" | {
|
|
891
891
|
type: "github" | "pdf" | "research";
|
|
892
892
|
})[] | undefined;
|
|
@@ -909,8 +909,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
909
909
|
type: "changeTracking";
|
|
910
910
|
modes: ("json" | "git-diff")[];
|
|
911
911
|
schema?: Record<string, unknown> | undefined;
|
|
912
|
-
tag?: string | undefined;
|
|
913
912
|
prompt?: string | undefined;
|
|
913
|
+
tag?: string | undefined;
|
|
914
914
|
} | {
|
|
915
915
|
type: "screenshot";
|
|
916
916
|
quality?: number | undefined;
|
|
@@ -991,9 +991,9 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
991
991
|
query: string;
|
|
992
992
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
993
993
|
location?: string | undefined;
|
|
994
|
-
limit?: number | undefined;
|
|
995
994
|
maxRetries?: number | undefined;
|
|
996
995
|
timeout?: number | undefined;
|
|
996
|
+
limit?: number | undefined;
|
|
997
997
|
categories?: ("github" | "pdf" | "research" | {
|
|
998
998
|
type: "github" | "pdf" | "research";
|
|
999
999
|
})[] | undefined;
|
|
@@ -1061,8 +1061,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1061
1061
|
type: "changeTracking";
|
|
1062
1062
|
modes: ("json" | "git-diff")[];
|
|
1063
1063
|
schema?: Record<string, unknown> | undefined;
|
|
1064
|
-
tag?: string | undefined;
|
|
1065
1064
|
prompt?: string | undefined;
|
|
1065
|
+
tag?: string | undefined;
|
|
1066
1066
|
} | {
|
|
1067
1067
|
type: "screenshot";
|
|
1068
1068
|
quality?: number | undefined;
|
|
@@ -1125,9 +1125,9 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1125
1125
|
country?: string | undefined;
|
|
1126
1126
|
languages?: string[] | undefined;
|
|
1127
1127
|
} | undefined;
|
|
1128
|
-
limit?: number | undefined;
|
|
1129
1128
|
maxRetries?: number | undefined;
|
|
1130
1129
|
timeout?: number | undefined;
|
|
1130
|
+
limit?: number | undefined;
|
|
1131
1131
|
integration?: string | undefined;
|
|
1132
1132
|
backoffFactor?: number | undefined;
|
|
1133
1133
|
sitemap?: "include" | "only" | "skip" | undefined;
|
|
@@ -1141,9 +1141,9 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1141
1141
|
country?: string | undefined;
|
|
1142
1142
|
languages?: string[] | undefined;
|
|
1143
1143
|
} | undefined;
|
|
1144
|
-
limit?: number | undefined;
|
|
1145
1144
|
maxRetries?: number | undefined;
|
|
1146
1145
|
timeout?: number | undefined;
|
|
1146
|
+
limit?: number | undefined;
|
|
1147
1147
|
integration?: string | undefined;
|
|
1148
1148
|
backoffFactor?: number | undefined;
|
|
1149
1149
|
sitemap?: "include" | "only" | "skip" | undefined;
|
|
@@ -1212,14 +1212,14 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1212
1212
|
type: "changeTracking";
|
|
1213
1213
|
modes: ("json" | "git-diff")[];
|
|
1214
1214
|
schema?: Record<string, unknown> | undefined;
|
|
1215
|
-
tag?: string | undefined;
|
|
1216
1215
|
prompt?: string | undefined;
|
|
1216
|
+
tag?: string | undefined;
|
|
1217
1217
|
}, {
|
|
1218
1218
|
type: "changeTracking";
|
|
1219
1219
|
modes: ("json" | "git-diff")[];
|
|
1220
1220
|
schema?: Record<string, unknown> | undefined;
|
|
1221
|
-
tag?: string | undefined;
|
|
1222
1221
|
prompt?: string | undefined;
|
|
1222
|
+
tag?: string | undefined;
|
|
1223
1223
|
}>, z.ZodObject<{
|
|
1224
1224
|
type: z.ZodLiteral<"screenshot">;
|
|
1225
1225
|
fullPage: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1435,8 +1435,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1435
1435
|
type: "changeTracking";
|
|
1436
1436
|
modes: ("json" | "git-diff")[];
|
|
1437
1437
|
schema?: Record<string, unknown> | undefined;
|
|
1438
|
-
tag?: string | undefined;
|
|
1439
1438
|
prompt?: string | undefined;
|
|
1439
|
+
tag?: string | undefined;
|
|
1440
1440
|
} | {
|
|
1441
1441
|
type: "screenshot";
|
|
1442
1442
|
quality?: number | undefined;
|
|
@@ -1568,8 +1568,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1568
1568
|
type: "changeTracking";
|
|
1569
1569
|
modes: ("json" | "git-diff")[];
|
|
1570
1570
|
schema?: Record<string, unknown> | undefined;
|
|
1571
|
-
tag?: string | undefined;
|
|
1572
1571
|
prompt?: string | undefined;
|
|
1572
|
+
tag?: string | undefined;
|
|
1573
1573
|
} | {
|
|
1574
1574
|
type: "screenshot";
|
|
1575
1575
|
quality?: number | undefined;
|
|
@@ -1608,11 +1608,11 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1608
1608
|
operation: "crawl";
|
|
1609
1609
|
url: string;
|
|
1610
1610
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1611
|
-
limit?: number | undefined;
|
|
1612
1611
|
maxRetries?: number | undefined;
|
|
1613
1612
|
timeout?: number | undefined;
|
|
1614
1613
|
maxConcurrency?: number | undefined;
|
|
1615
1614
|
prompt?: string | undefined;
|
|
1615
|
+
limit?: number | undefined;
|
|
1616
1616
|
webhook?: string | {
|
|
1617
1617
|
url: string;
|
|
1618
1618
|
metadata?: Record<string, string> | undefined;
|
|
@@ -1633,8 +1633,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1633
1633
|
type: "changeTracking";
|
|
1634
1634
|
modes: ("json" | "git-diff")[];
|
|
1635
1635
|
schema?: Record<string, unknown> | undefined;
|
|
1636
|
-
tag?: string | undefined;
|
|
1637
1636
|
prompt?: string | undefined;
|
|
1637
|
+
tag?: string | undefined;
|
|
1638
1638
|
} | {
|
|
1639
1639
|
type: "screenshot";
|
|
1640
1640
|
quality?: number | undefined;
|
|
@@ -1725,11 +1725,11 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1725
1725
|
operation: "crawl";
|
|
1726
1726
|
url: string;
|
|
1727
1727
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1728
|
-
limit?: number | undefined;
|
|
1729
1728
|
maxRetries?: number | undefined;
|
|
1730
1729
|
timeout?: number | undefined;
|
|
1731
1730
|
maxConcurrency?: number | undefined;
|
|
1732
1731
|
prompt?: string | undefined;
|
|
1732
|
+
limit?: number | undefined;
|
|
1733
1733
|
webhook?: string | {
|
|
1734
1734
|
url: string;
|
|
1735
1735
|
metadata?: Record<string, string> | undefined;
|
|
@@ -1795,8 +1795,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1795
1795
|
type: "changeTracking";
|
|
1796
1796
|
modes: ("json" | "git-diff")[];
|
|
1797
1797
|
schema?: Record<string, unknown> | undefined;
|
|
1798
|
-
tag?: string | undefined;
|
|
1799
1798
|
prompt?: string | undefined;
|
|
1799
|
+
tag?: string | undefined;
|
|
1800
1800
|
} | {
|
|
1801
1801
|
type: "screenshot";
|
|
1802
1802
|
quality?: number | undefined;
|
|
@@ -1880,14 +1880,14 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
1880
1880
|
type: "changeTracking";
|
|
1881
1881
|
modes: ("json" | "git-diff")[];
|
|
1882
1882
|
schema?: Record<string, unknown> | undefined;
|
|
1883
|
-
tag?: string | undefined;
|
|
1884
1883
|
prompt?: string | undefined;
|
|
1884
|
+
tag?: string | undefined;
|
|
1885
1885
|
}, {
|
|
1886
1886
|
type: "changeTracking";
|
|
1887
1887
|
modes: ("json" | "git-diff")[];
|
|
1888
1888
|
schema?: Record<string, unknown> | undefined;
|
|
1889
|
-
tag?: string | undefined;
|
|
1890
1889
|
prompt?: string | undefined;
|
|
1890
|
+
tag?: string | undefined;
|
|
1891
1891
|
}>, z.ZodObject<{
|
|
1892
1892
|
type: z.ZodLiteral<"screenshot">;
|
|
1893
1893
|
fullPage: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -2103,8 +2103,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
2103
2103
|
type: "changeTracking";
|
|
2104
2104
|
modes: ("json" | "git-diff")[];
|
|
2105
2105
|
schema?: Record<string, unknown> | undefined;
|
|
2106
|
-
tag?: string | undefined;
|
|
2107
2106
|
prompt?: string | undefined;
|
|
2107
|
+
tag?: string | undefined;
|
|
2108
2108
|
} | {
|
|
2109
2109
|
type: "screenshot";
|
|
2110
2110
|
quality?: number | undefined;
|
|
@@ -2236,8 +2236,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
2236
2236
|
type: "changeTracking";
|
|
2237
2237
|
modes: ("json" | "git-diff")[];
|
|
2238
2238
|
schema?: Record<string, unknown> | undefined;
|
|
2239
|
-
tag?: string | undefined;
|
|
2240
2239
|
prompt?: string | undefined;
|
|
2240
|
+
tag?: string | undefined;
|
|
2241
2241
|
} | {
|
|
2242
2242
|
type: "screenshot";
|
|
2243
2243
|
quality?: number | undefined;
|
|
@@ -2306,8 +2306,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
2306
2306
|
type: "changeTracking";
|
|
2307
2307
|
modes: ("json" | "git-diff")[];
|
|
2308
2308
|
schema?: Record<string, unknown> | undefined;
|
|
2309
|
-
tag?: string | undefined;
|
|
2310
2309
|
prompt?: string | undefined;
|
|
2310
|
+
tag?: string | undefined;
|
|
2311
2311
|
} | {
|
|
2312
2312
|
type: "screenshot";
|
|
2313
2313
|
quality?: number | undefined;
|
|
@@ -2459,8 +2459,8 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
2459
2459
|
type: "changeTracking";
|
|
2460
2460
|
modes: ("json" | "git-diff")[];
|
|
2461
2461
|
schema?: Record<string, unknown> | undefined;
|
|
2462
|
-
tag?: string | undefined;
|
|
2463
2462
|
prompt?: string | undefined;
|
|
2463
|
+
tag?: string | undefined;
|
|
2464
2464
|
} | {
|
|
2465
2465
|
type: "screenshot";
|
|
2466
2466
|
quality?: number | undefined;
|
|
@@ -7410,18 +7410,18 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
7410
7410
|
title?: string | undefined;
|
|
7411
7411
|
date?: string | undefined;
|
|
7412
7412
|
url?: string | undefined;
|
|
7413
|
-
position?: number | undefined;
|
|
7414
7413
|
snippet?: string | undefined;
|
|
7415
7414
|
category?: string | undefined;
|
|
7416
7415
|
imageUrl?: string | undefined;
|
|
7416
|
+
position?: number | undefined;
|
|
7417
7417
|
}, {
|
|
7418
7418
|
title?: string | undefined;
|
|
7419
7419
|
date?: string | undefined;
|
|
7420
7420
|
url?: string | undefined;
|
|
7421
|
-
position?: number | undefined;
|
|
7422
7421
|
snippet?: string | undefined;
|
|
7423
7422
|
category?: string | undefined;
|
|
7424
7423
|
imageUrl?: string | undefined;
|
|
7424
|
+
position?: number | undefined;
|
|
7425
7425
|
}>, z.ZodObject<{
|
|
7426
7426
|
markdown: z.ZodOptional<z.ZodString>;
|
|
7427
7427
|
html: z.ZodOptional<z.ZodString>;
|
|
@@ -9868,15 +9868,15 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
9868
9868
|
}, "strip", z.ZodTypeAny, {
|
|
9869
9869
|
title?: string | undefined;
|
|
9870
9870
|
url?: string | undefined;
|
|
9871
|
-
position?: number | undefined;
|
|
9872
9871
|
imageUrl?: string | undefined;
|
|
9872
|
+
position?: number | undefined;
|
|
9873
9873
|
imageWidth?: number | undefined;
|
|
9874
9874
|
imageHeight?: number | undefined;
|
|
9875
9875
|
}, {
|
|
9876
9876
|
title?: string | undefined;
|
|
9877
9877
|
url?: string | undefined;
|
|
9878
|
-
position?: number | undefined;
|
|
9879
9878
|
imageUrl?: string | undefined;
|
|
9879
|
+
position?: number | undefined;
|
|
9880
9880
|
imageWidth?: number | undefined;
|
|
9881
9881
|
imageHeight?: number | undefined;
|
|
9882
9882
|
}>, z.ZodObject<{
|
|
@@ -12816,8 +12816,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
12816
12816
|
} | {
|
|
12817
12817
|
title?: string | undefined;
|
|
12818
12818
|
url?: string | undefined;
|
|
12819
|
-
position?: number | undefined;
|
|
12820
12819
|
imageUrl?: string | undefined;
|
|
12820
|
+
position?: number | undefined;
|
|
12821
12821
|
imageWidth?: number | undefined;
|
|
12822
12822
|
imageHeight?: number | undefined;
|
|
12823
12823
|
})[] | undefined;
|
|
@@ -13817,10 +13817,10 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
13817
13817
|
title?: string | undefined;
|
|
13818
13818
|
date?: string | undefined;
|
|
13819
13819
|
url?: string | undefined;
|
|
13820
|
-
position?: number | undefined;
|
|
13821
13820
|
snippet?: string | undefined;
|
|
13822
13821
|
category?: string | undefined;
|
|
13823
13822
|
imageUrl?: string | undefined;
|
|
13823
|
+
position?: number | undefined;
|
|
13824
13824
|
})[] | undefined;
|
|
13825
13825
|
other?: unknown[] | undefined;
|
|
13826
13826
|
}, {
|
|
@@ -14323,8 +14323,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
14323
14323
|
} | {
|
|
14324
14324
|
title?: string | undefined;
|
|
14325
14325
|
url?: string | undefined;
|
|
14326
|
-
position?: number | undefined;
|
|
14327
14326
|
imageUrl?: string | undefined;
|
|
14327
|
+
position?: number | undefined;
|
|
14328
14328
|
imageWidth?: number | undefined;
|
|
14329
14329
|
imageHeight?: number | undefined;
|
|
14330
14330
|
})[] | undefined;
|
|
@@ -15324,10 +15324,10 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
15324
15324
|
title?: string | undefined;
|
|
15325
15325
|
date?: string | undefined;
|
|
15326
15326
|
url?: string | undefined;
|
|
15327
|
-
position?: number | undefined;
|
|
15328
15327
|
snippet?: string | undefined;
|
|
15329
15328
|
category?: string | undefined;
|
|
15330
15329
|
imageUrl?: string | undefined;
|
|
15330
|
+
position?: number | undefined;
|
|
15331
15331
|
})[] | undefined;
|
|
15332
15332
|
other?: unknown[] | undefined;
|
|
15333
15333
|
}>, z.ZodObject<{
|
|
@@ -18901,14 +18901,14 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
18901
18901
|
type: "changeTracking";
|
|
18902
18902
|
modes: ("json" | "git-diff")[];
|
|
18903
18903
|
schema?: Record<string, unknown> | undefined;
|
|
18904
|
-
tag?: string | undefined;
|
|
18905
18904
|
prompt?: string | undefined;
|
|
18905
|
+
tag?: string | undefined;
|
|
18906
18906
|
}, {
|
|
18907
18907
|
type: "changeTracking";
|
|
18908
18908
|
modes: ("json" | "git-diff")[];
|
|
18909
18909
|
schema?: Record<string, unknown> | undefined;
|
|
18910
|
-
tag?: string | undefined;
|
|
18911
18910
|
prompt?: string | undefined;
|
|
18911
|
+
tag?: string | undefined;
|
|
18912
18912
|
}>, z.ZodObject<{
|
|
18913
18913
|
type: z.ZodLiteral<"screenshot">;
|
|
18914
18914
|
fullPage: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -19129,8 +19129,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19129
19129
|
type: "changeTracking";
|
|
19130
19130
|
modes: ("json" | "git-diff")[];
|
|
19131
19131
|
schema?: Record<string, unknown> | undefined;
|
|
19132
|
-
tag?: string | undefined;
|
|
19133
19132
|
prompt?: string | undefined;
|
|
19133
|
+
tag?: string | undefined;
|
|
19134
19134
|
} | {
|
|
19135
19135
|
type: "screenshot";
|
|
19136
19136
|
quality?: number | undefined;
|
|
@@ -19269,8 +19269,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19269
19269
|
type: "changeTracking";
|
|
19270
19270
|
modes: ("json" | "git-diff")[];
|
|
19271
19271
|
schema?: Record<string, unknown> | undefined;
|
|
19272
|
-
tag?: string | undefined;
|
|
19273
19272
|
prompt?: string | undefined;
|
|
19273
|
+
tag?: string | undefined;
|
|
19274
19274
|
} | {
|
|
19275
19275
|
type: "screenshot";
|
|
19276
19276
|
quality?: number | undefined;
|
|
@@ -19356,14 +19356,14 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19356
19356
|
type: "changeTracking";
|
|
19357
19357
|
modes: ("json" | "git-diff")[];
|
|
19358
19358
|
schema?: Record<string, unknown> | undefined;
|
|
19359
|
-
tag?: string | undefined;
|
|
19360
19359
|
prompt?: string | undefined;
|
|
19360
|
+
tag?: string | undefined;
|
|
19361
19361
|
}, {
|
|
19362
19362
|
type: "changeTracking";
|
|
19363
19363
|
modes: ("json" | "git-diff")[];
|
|
19364
19364
|
schema?: Record<string, unknown> | undefined;
|
|
19365
|
-
tag?: string | undefined;
|
|
19366
19365
|
prompt?: string | undefined;
|
|
19366
|
+
tag?: string | undefined;
|
|
19367
19367
|
}>, z.ZodObject<{
|
|
19368
19368
|
type: z.ZodLiteral<"screenshot">;
|
|
19369
19369
|
fullPage: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -19579,8 +19579,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19579
19579
|
type: "changeTracking";
|
|
19580
19580
|
modes: ("json" | "git-diff")[];
|
|
19581
19581
|
schema?: Record<string, unknown> | undefined;
|
|
19582
|
-
tag?: string | undefined;
|
|
19583
19582
|
prompt?: string | undefined;
|
|
19583
|
+
tag?: string | undefined;
|
|
19584
19584
|
} | {
|
|
19585
19585
|
type: "screenshot";
|
|
19586
19586
|
quality?: number | undefined;
|
|
@@ -19712,8 +19712,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19712
19712
|
type: "changeTracking";
|
|
19713
19713
|
modes: ("json" | "git-diff")[];
|
|
19714
19714
|
schema?: Record<string, unknown> | undefined;
|
|
19715
|
-
tag?: string | undefined;
|
|
19716
19715
|
prompt?: string | undefined;
|
|
19716
|
+
tag?: string | undefined;
|
|
19717
19717
|
} | {
|
|
19718
19718
|
type: "screenshot";
|
|
19719
19719
|
quality?: number | undefined;
|
|
@@ -19750,9 +19750,9 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19750
19750
|
query: string;
|
|
19751
19751
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19752
19752
|
location?: string | undefined;
|
|
19753
|
-
limit?: number | undefined;
|
|
19754
19753
|
maxRetries?: number | undefined;
|
|
19755
19754
|
timeout?: number | undefined;
|
|
19755
|
+
limit?: number | undefined;
|
|
19756
19756
|
categories?: ("github" | "pdf" | "research" | {
|
|
19757
19757
|
type: "github" | "pdf" | "research";
|
|
19758
19758
|
})[] | undefined;
|
|
@@ -19775,8 +19775,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19775
19775
|
type: "changeTracking";
|
|
19776
19776
|
modes: ("json" | "git-diff")[];
|
|
19777
19777
|
schema?: Record<string, unknown> | undefined;
|
|
19778
|
-
tag?: string | undefined;
|
|
19779
19778
|
prompt?: string | undefined;
|
|
19779
|
+
tag?: string | undefined;
|
|
19780
19780
|
} | {
|
|
19781
19781
|
type: "screenshot";
|
|
19782
19782
|
quality?: number | undefined;
|
|
@@ -19857,9 +19857,9 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19857
19857
|
query: string;
|
|
19858
19858
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19859
19859
|
location?: string | undefined;
|
|
19860
|
-
limit?: number | undefined;
|
|
19861
19860
|
maxRetries?: number | undefined;
|
|
19862
19861
|
timeout?: number | undefined;
|
|
19862
|
+
limit?: number | undefined;
|
|
19863
19863
|
categories?: ("github" | "pdf" | "research" | {
|
|
19864
19864
|
type: "github" | "pdf" | "research";
|
|
19865
19865
|
})[] | undefined;
|
|
@@ -19927,8 +19927,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19927
19927
|
type: "changeTracking";
|
|
19928
19928
|
modes: ("json" | "git-diff")[];
|
|
19929
19929
|
schema?: Record<string, unknown> | undefined;
|
|
19930
|
-
tag?: string | undefined;
|
|
19931
19930
|
prompt?: string | undefined;
|
|
19931
|
+
tag?: string | undefined;
|
|
19932
19932
|
} | {
|
|
19933
19933
|
type: "screenshot";
|
|
19934
19934
|
quality?: number | undefined;
|
|
@@ -19991,9 +19991,9 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
19991
19991
|
country?: string | undefined;
|
|
19992
19992
|
languages?: string[] | undefined;
|
|
19993
19993
|
} | undefined;
|
|
19994
|
-
limit?: number | undefined;
|
|
19995
19994
|
maxRetries?: number | undefined;
|
|
19996
19995
|
timeout?: number | undefined;
|
|
19996
|
+
limit?: number | undefined;
|
|
19997
19997
|
integration?: string | undefined;
|
|
19998
19998
|
backoffFactor?: number | undefined;
|
|
19999
19999
|
sitemap?: "include" | "only" | "skip" | undefined;
|
|
@@ -20007,9 +20007,9 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
20007
20007
|
country?: string | undefined;
|
|
20008
20008
|
languages?: string[] | undefined;
|
|
20009
20009
|
} | undefined;
|
|
20010
|
-
limit?: number | undefined;
|
|
20011
20010
|
maxRetries?: number | undefined;
|
|
20012
20011
|
timeout?: number | undefined;
|
|
20012
|
+
limit?: number | undefined;
|
|
20013
20013
|
integration?: string | undefined;
|
|
20014
20014
|
backoffFactor?: number | undefined;
|
|
20015
20015
|
sitemap?: "include" | "only" | "skip" | undefined;
|
|
@@ -20078,14 +20078,14 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
20078
20078
|
type: "changeTracking";
|
|
20079
20079
|
modes: ("json" | "git-diff")[];
|
|
20080
20080
|
schema?: Record<string, unknown> | undefined;
|
|
20081
|
-
tag?: string | undefined;
|
|
20082
20081
|
prompt?: string | undefined;
|
|
20082
|
+
tag?: string | undefined;
|
|
20083
20083
|
}, {
|
|
20084
20084
|
type: "changeTracking";
|
|
20085
20085
|
modes: ("json" | "git-diff")[];
|
|
20086
20086
|
schema?: Record<string, unknown> | undefined;
|
|
20087
|
-
tag?: string | undefined;
|
|
20088
20087
|
prompt?: string | undefined;
|
|
20088
|
+
tag?: string | undefined;
|
|
20089
20089
|
}>, z.ZodObject<{
|
|
20090
20090
|
type: z.ZodLiteral<"screenshot">;
|
|
20091
20091
|
fullPage: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -20301,8 +20301,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
20301
20301
|
type: "changeTracking";
|
|
20302
20302
|
modes: ("json" | "git-diff")[];
|
|
20303
20303
|
schema?: Record<string, unknown> | undefined;
|
|
20304
|
-
tag?: string | undefined;
|
|
20305
20304
|
prompt?: string | undefined;
|
|
20305
|
+
tag?: string | undefined;
|
|
20306
20306
|
} | {
|
|
20307
20307
|
type: "screenshot";
|
|
20308
20308
|
quality?: number | undefined;
|
|
@@ -20434,8 +20434,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
20434
20434
|
type: "changeTracking";
|
|
20435
20435
|
modes: ("json" | "git-diff")[];
|
|
20436
20436
|
schema?: Record<string, unknown> | undefined;
|
|
20437
|
-
tag?: string | undefined;
|
|
20438
20437
|
prompt?: string | undefined;
|
|
20438
|
+
tag?: string | undefined;
|
|
20439
20439
|
} | {
|
|
20440
20440
|
type: "screenshot";
|
|
20441
20441
|
quality?: number | undefined;
|
|
@@ -20474,11 +20474,11 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
20474
20474
|
operation: "crawl";
|
|
20475
20475
|
url: string;
|
|
20476
20476
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20477
|
-
limit?: number | undefined;
|
|
20478
20477
|
maxRetries?: number | undefined;
|
|
20479
20478
|
timeout?: number | undefined;
|
|
20480
20479
|
maxConcurrency?: number | undefined;
|
|
20481
20480
|
prompt?: string | undefined;
|
|
20481
|
+
limit?: number | undefined;
|
|
20482
20482
|
webhook?: string | {
|
|
20483
20483
|
url: string;
|
|
20484
20484
|
metadata?: Record<string, string> | undefined;
|
|
@@ -20499,8 +20499,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
20499
20499
|
type: "changeTracking";
|
|
20500
20500
|
modes: ("json" | "git-diff")[];
|
|
20501
20501
|
schema?: Record<string, unknown> | undefined;
|
|
20502
|
-
tag?: string | undefined;
|
|
20503
20502
|
prompt?: string | undefined;
|
|
20503
|
+
tag?: string | undefined;
|
|
20504
20504
|
} | {
|
|
20505
20505
|
type: "screenshot";
|
|
20506
20506
|
quality?: number | undefined;
|
|
@@ -20591,11 +20591,11 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
20591
20591
|
operation: "crawl";
|
|
20592
20592
|
url: string;
|
|
20593
20593
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20594
|
-
limit?: number | undefined;
|
|
20595
20594
|
maxRetries?: number | undefined;
|
|
20596
20595
|
timeout?: number | undefined;
|
|
20597
20596
|
maxConcurrency?: number | undefined;
|
|
20598
20597
|
prompt?: string | undefined;
|
|
20598
|
+
limit?: number | undefined;
|
|
20599
20599
|
webhook?: string | {
|
|
20600
20600
|
url: string;
|
|
20601
20601
|
metadata?: Record<string, string> | undefined;
|
|
@@ -20661,8 +20661,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
20661
20661
|
type: "changeTracking";
|
|
20662
20662
|
modes: ("json" | "git-diff")[];
|
|
20663
20663
|
schema?: Record<string, unknown> | undefined;
|
|
20664
|
-
tag?: string | undefined;
|
|
20665
20664
|
prompt?: string | undefined;
|
|
20665
|
+
tag?: string | undefined;
|
|
20666
20666
|
} | {
|
|
20667
20667
|
type: "screenshot";
|
|
20668
20668
|
quality?: number | undefined;
|
|
@@ -20746,14 +20746,14 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
20746
20746
|
type: "changeTracking";
|
|
20747
20747
|
modes: ("json" | "git-diff")[];
|
|
20748
20748
|
schema?: Record<string, unknown> | undefined;
|
|
20749
|
-
tag?: string | undefined;
|
|
20750
20749
|
prompt?: string | undefined;
|
|
20750
|
+
tag?: string | undefined;
|
|
20751
20751
|
}, {
|
|
20752
20752
|
type: "changeTracking";
|
|
20753
20753
|
modes: ("json" | "git-diff")[];
|
|
20754
20754
|
schema?: Record<string, unknown> | undefined;
|
|
20755
|
-
tag?: string | undefined;
|
|
20756
20755
|
prompt?: string | undefined;
|
|
20756
|
+
tag?: string | undefined;
|
|
20757
20757
|
}>, z.ZodObject<{
|
|
20758
20758
|
type: z.ZodLiteral<"screenshot">;
|
|
20759
20759
|
fullPage: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -20969,8 +20969,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
20969
20969
|
type: "changeTracking";
|
|
20970
20970
|
modes: ("json" | "git-diff")[];
|
|
20971
20971
|
schema?: Record<string, unknown> | undefined;
|
|
20972
|
-
tag?: string | undefined;
|
|
20973
20972
|
prompt?: string | undefined;
|
|
20973
|
+
tag?: string | undefined;
|
|
20974
20974
|
} | {
|
|
20975
20975
|
type: "screenshot";
|
|
20976
20976
|
quality?: number | undefined;
|
|
@@ -21102,8 +21102,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
21102
21102
|
type: "changeTracking";
|
|
21103
21103
|
modes: ("json" | "git-diff")[];
|
|
21104
21104
|
schema?: Record<string, unknown> | undefined;
|
|
21105
|
-
tag?: string | undefined;
|
|
21106
21105
|
prompt?: string | undefined;
|
|
21106
|
+
tag?: string | undefined;
|
|
21107
21107
|
} | {
|
|
21108
21108
|
type: "screenshot";
|
|
21109
21109
|
quality?: number | undefined;
|
|
@@ -21172,8 +21172,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
21172
21172
|
type: "changeTracking";
|
|
21173
21173
|
modes: ("json" | "git-diff")[];
|
|
21174
21174
|
schema?: Record<string, unknown> | undefined;
|
|
21175
|
-
tag?: string | undefined;
|
|
21176
21175
|
prompt?: string | undefined;
|
|
21176
|
+
tag?: string | undefined;
|
|
21177
21177
|
} | {
|
|
21178
21178
|
type: "screenshot";
|
|
21179
21179
|
quality?: number | undefined;
|
|
@@ -21325,8 +21325,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
21325
21325
|
type: "changeTracking";
|
|
21326
21326
|
modes: ("json" | "git-diff")[];
|
|
21327
21327
|
schema?: Record<string, unknown> | undefined;
|
|
21328
|
-
tag?: string | undefined;
|
|
21329
21328
|
prompt?: string | undefined;
|
|
21329
|
+
tag?: string | undefined;
|
|
21330
21330
|
} | {
|
|
21331
21331
|
type: "screenshot";
|
|
21332
21332
|
quality?: number | undefined;
|
|
@@ -26276,18 +26276,18 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
26276
26276
|
title?: string | undefined;
|
|
26277
26277
|
date?: string | undefined;
|
|
26278
26278
|
url?: string | undefined;
|
|
26279
|
-
position?: number | undefined;
|
|
26280
26279
|
snippet?: string | undefined;
|
|
26281
26280
|
category?: string | undefined;
|
|
26282
26281
|
imageUrl?: string | undefined;
|
|
26282
|
+
position?: number | undefined;
|
|
26283
26283
|
}, {
|
|
26284
26284
|
title?: string | undefined;
|
|
26285
26285
|
date?: string | undefined;
|
|
26286
26286
|
url?: string | undefined;
|
|
26287
|
-
position?: number | undefined;
|
|
26288
26287
|
snippet?: string | undefined;
|
|
26289
26288
|
category?: string | undefined;
|
|
26290
26289
|
imageUrl?: string | undefined;
|
|
26290
|
+
position?: number | undefined;
|
|
26291
26291
|
}>, z.ZodObject<{
|
|
26292
26292
|
markdown: z.ZodOptional<z.ZodString>;
|
|
26293
26293
|
html: z.ZodOptional<z.ZodString>;
|
|
@@ -28734,15 +28734,15 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
28734
28734
|
}, "strip", z.ZodTypeAny, {
|
|
28735
28735
|
title?: string | undefined;
|
|
28736
28736
|
url?: string | undefined;
|
|
28737
|
-
position?: number | undefined;
|
|
28738
28737
|
imageUrl?: string | undefined;
|
|
28738
|
+
position?: number | undefined;
|
|
28739
28739
|
imageWidth?: number | undefined;
|
|
28740
28740
|
imageHeight?: number | undefined;
|
|
28741
28741
|
}, {
|
|
28742
28742
|
title?: string | undefined;
|
|
28743
28743
|
url?: string | undefined;
|
|
28744
|
-
position?: number | undefined;
|
|
28745
28744
|
imageUrl?: string | undefined;
|
|
28745
|
+
position?: number | undefined;
|
|
28746
28746
|
imageWidth?: number | undefined;
|
|
28747
28747
|
imageHeight?: number | undefined;
|
|
28748
28748
|
}>, z.ZodObject<{
|
|
@@ -31682,8 +31682,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
31682
31682
|
} | {
|
|
31683
31683
|
title?: string | undefined;
|
|
31684
31684
|
url?: string | undefined;
|
|
31685
|
-
position?: number | undefined;
|
|
31686
31685
|
imageUrl?: string | undefined;
|
|
31686
|
+
position?: number | undefined;
|
|
31687
31687
|
imageWidth?: number | undefined;
|
|
31688
31688
|
imageHeight?: number | undefined;
|
|
31689
31689
|
})[] | undefined;
|
|
@@ -32683,10 +32683,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
32683
32683
|
title?: string | undefined;
|
|
32684
32684
|
date?: string | undefined;
|
|
32685
32685
|
url?: string | undefined;
|
|
32686
|
-
position?: number | undefined;
|
|
32687
32686
|
snippet?: string | undefined;
|
|
32688
32687
|
category?: string | undefined;
|
|
32689
32688
|
imageUrl?: string | undefined;
|
|
32689
|
+
position?: number | undefined;
|
|
32690
32690
|
})[] | undefined;
|
|
32691
32691
|
other?: unknown[] | undefined;
|
|
32692
32692
|
}, {
|
|
@@ -33189,8 +33189,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
33189
33189
|
} | {
|
|
33190
33190
|
title?: string | undefined;
|
|
33191
33191
|
url?: string | undefined;
|
|
33192
|
-
position?: number | undefined;
|
|
33193
33192
|
imageUrl?: string | undefined;
|
|
33193
|
+
position?: number | undefined;
|
|
33194
33194
|
imageWidth?: number | undefined;
|
|
33195
33195
|
imageHeight?: number | undefined;
|
|
33196
33196
|
})[] | undefined;
|
|
@@ -34190,10 +34190,10 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
34190
34190
|
title?: string | undefined;
|
|
34191
34191
|
date?: string | undefined;
|
|
34192
34192
|
url?: string | undefined;
|
|
34193
|
-
position?: number | undefined;
|
|
34194
34193
|
snippet?: string | undefined;
|
|
34195
34194
|
category?: string | undefined;
|
|
34196
34195
|
imageUrl?: string | undefined;
|
|
34196
|
+
position?: number | undefined;
|
|
34197
34197
|
})[] | undefined;
|
|
34198
34198
|
other?: unknown[] | undefined;
|
|
34199
34199
|
}>, z.ZodObject<{
|