@bubblelab/bubble-core 0.1.106 → 0.1.109
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 +129 -52
- package/dist/bubbles/service-bubble/ai-agent.d.ts +55 -4
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +122 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/airtable.js +8 -4
- package/dist/bubbles/service-bubble/airtable.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +4 -4
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +14 -14
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +30 -30
- 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/browserbase/browserbase.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +8 -8
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/firecrawl.d.ts +10 -10
- package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
- package/dist/bubbles/service-bubble/http.d.ts +2 -2
- package/dist/bubbles/service-bubble/jira/jira.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/notion/notion.d.ts +24 -24
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +96 -96
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +22 -22
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +26 -26
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +74 -74
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +38 -38
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
- package/dist/bubbles.json +51 -6
- package/dist/capabilities/define-capability.d.ts +53 -0
- package/dist/capabilities/define-capability.d.ts.map +1 -0
- package/dist/capabilities/define-capability.js +50 -0
- package/dist/capabilities/define-capability.js.map +1 -0
- package/dist/capabilities/index.d.ts +3 -0
- package/dist/capabilities/index.d.ts.map +1 -0
- package/dist/capabilities/index.js +3 -0
- package/dist/capabilities/index.js.map +1 -0
- package/dist/capabilities/registry.d.ts +13 -0
- package/dist/capabilities/registry.d.ts.map +1 -0
- package/dist/capabilities/registry.js +26 -0
- package/dist/capabilities/registry.js.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/bubbles/service-bubble/salesforce/index.d.ts +0 -4
- package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/index.js +0 -4
- package/dist/bubbles/service-bubble/salesforce/index.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +0 -1331
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.js +0 -618
- package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +0 -1445
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +0 -609
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +0 -87
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +0 -181
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +0 -1
|
@@ -113,8 +113,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
113
113
|
}>>>;
|
|
114
114
|
}, "strip", import("zod").ZodTypeAny, {
|
|
115
115
|
type?: string | undefined;
|
|
116
|
-
url?: string | undefined;
|
|
117
116
|
id?: string | undefined;
|
|
117
|
+
url?: string | undefined;
|
|
118
118
|
images?: string[] | undefined;
|
|
119
119
|
timestamp?: string | undefined;
|
|
120
120
|
caption?: string | undefined;
|
|
@@ -147,8 +147,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
147
147
|
isCommentsDisabled?: boolean | undefined;
|
|
148
148
|
}, {
|
|
149
149
|
type?: string | undefined;
|
|
150
|
-
url?: string | undefined;
|
|
151
150
|
id?: string | undefined;
|
|
151
|
+
url?: string | undefined;
|
|
152
152
|
images?: string[] | undefined;
|
|
153
153
|
timestamp?: string | undefined;
|
|
154
154
|
caption?: string | undefined;
|
|
@@ -210,8 +210,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
210
210
|
itemsCount?: number | undefined;
|
|
211
211
|
}>, "many">>;
|
|
212
212
|
}, "strip", import("zod").ZodTypeAny, {
|
|
213
|
-
url?: string | undefined;
|
|
214
213
|
id?: string | undefined;
|
|
214
|
+
url?: string | undefined;
|
|
215
215
|
username?: string | undefined;
|
|
216
216
|
private?: boolean | undefined;
|
|
217
217
|
verified?: boolean | undefined;
|
|
@@ -241,8 +241,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
241
241
|
relatedProfiles?: unknown[] | undefined;
|
|
242
242
|
latestPosts?: {
|
|
243
243
|
type?: string | undefined;
|
|
244
|
-
url?: string | undefined;
|
|
245
244
|
id?: string | undefined;
|
|
245
|
+
url?: string | undefined;
|
|
246
246
|
images?: string[] | undefined;
|
|
247
247
|
timestamp?: string | undefined;
|
|
248
248
|
caption?: string | undefined;
|
|
@@ -286,8 +286,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
286
286
|
itemsCount?: number | undefined;
|
|
287
287
|
}[] | undefined;
|
|
288
288
|
}, {
|
|
289
|
-
url?: string | undefined;
|
|
290
289
|
id?: string | undefined;
|
|
290
|
+
url?: string | undefined;
|
|
291
291
|
username?: string | undefined;
|
|
292
292
|
private?: boolean | undefined;
|
|
293
293
|
verified?: boolean | undefined;
|
|
@@ -317,8 +317,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
317
317
|
relatedProfiles?: unknown[] | undefined;
|
|
318
318
|
latestPosts?: {
|
|
319
319
|
type?: string | undefined;
|
|
320
|
-
url?: string | undefined;
|
|
321
320
|
id?: string | undefined;
|
|
321
|
+
url?: string | undefined;
|
|
322
322
|
images?: string[] | undefined;
|
|
323
323
|
timestamp?: string | undefined;
|
|
324
324
|
caption?: string | undefined;
|
|
@@ -943,8 +943,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
943
943
|
}>>;
|
|
944
944
|
}, "strip", import("zod").ZodTypeAny, {
|
|
945
945
|
type?: string | undefined;
|
|
946
|
-
url?: string | undefined;
|
|
947
946
|
id?: string | undefined;
|
|
947
|
+
url?: string | undefined;
|
|
948
948
|
images?: string[] | undefined;
|
|
949
949
|
timestamp?: string | undefined;
|
|
950
950
|
caption?: string | undefined;
|
|
@@ -1057,8 +1057,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1057
1057
|
} | undefined;
|
|
1058
1058
|
}, {
|
|
1059
1059
|
type?: string | undefined;
|
|
1060
|
-
url?: string | undefined;
|
|
1061
1060
|
id?: string | undefined;
|
|
1061
|
+
url?: string | undefined;
|
|
1062
1062
|
images?: string[] | undefined;
|
|
1063
1063
|
timestamp?: string | undefined;
|
|
1064
1064
|
caption?: string | undefined;
|
|
@@ -1209,12 +1209,12 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1209
1209
|
timestamp: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1210
1210
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1211
1211
|
date?: string | undefined;
|
|
1212
|
-
timestamp?: number | undefined;
|
|
1213
1212
|
relative?: string | undefined;
|
|
1213
|
+
timestamp?: number | undefined;
|
|
1214
1214
|
}, {
|
|
1215
1215
|
date?: string | undefined;
|
|
1216
|
-
timestamp?: number | undefined;
|
|
1217
1216
|
relative?: string | undefined;
|
|
1217
|
+
timestamp?: number | undefined;
|
|
1218
1218
|
}>>;
|
|
1219
1219
|
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1220
1220
|
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1354,8 +1354,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1354
1354
|
comments?: number | undefined;
|
|
1355
1355
|
reposts?: number | undefined;
|
|
1356
1356
|
} | undefined;
|
|
1357
|
-
url?: string | undefined;
|
|
1358
1357
|
text?: string | undefined;
|
|
1358
|
+
url?: string | undefined;
|
|
1359
1359
|
document?: {
|
|
1360
1360
|
title?: string | undefined;
|
|
1361
1361
|
url?: string | undefined;
|
|
@@ -1369,8 +1369,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1369
1369
|
} | undefined;
|
|
1370
1370
|
posted_at?: {
|
|
1371
1371
|
date?: string | undefined;
|
|
1372
|
-
timestamp?: number | undefined;
|
|
1373
1372
|
relative?: string | undefined;
|
|
1373
|
+
timestamp?: number | undefined;
|
|
1374
1374
|
} | undefined;
|
|
1375
1375
|
post_type?: string | undefined;
|
|
1376
1376
|
author?: {
|
|
@@ -1412,8 +1412,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1412
1412
|
comments?: number | undefined;
|
|
1413
1413
|
reposts?: number | undefined;
|
|
1414
1414
|
} | undefined;
|
|
1415
|
-
url?: string | undefined;
|
|
1416
1415
|
text?: string | undefined;
|
|
1416
|
+
url?: string | undefined;
|
|
1417
1417
|
document?: {
|
|
1418
1418
|
title?: string | undefined;
|
|
1419
1419
|
url?: string | undefined;
|
|
@@ -1427,8 +1427,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1427
1427
|
} | undefined;
|
|
1428
1428
|
posted_at?: {
|
|
1429
1429
|
date?: string | undefined;
|
|
1430
|
-
timestamp?: number | undefined;
|
|
1431
1430
|
relative?: string | undefined;
|
|
1431
|
+
timestamp?: number | undefined;
|
|
1432
1432
|
} | undefined;
|
|
1433
1433
|
post_type?: string | undefined;
|
|
1434
1434
|
author?: {
|
|
@@ -1589,8 +1589,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1589
1589
|
}>, "many">>;
|
|
1590
1590
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1591
1591
|
type?: string | undefined;
|
|
1592
|
-
url?: string | undefined;
|
|
1593
1592
|
text?: string | undefined;
|
|
1593
|
+
url?: string | undefined;
|
|
1594
1594
|
images?: {
|
|
1595
1595
|
url?: string | undefined;
|
|
1596
1596
|
width?: number | undefined;
|
|
@@ -1606,8 +1606,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1606
1606
|
duration_ms?: number | undefined;
|
|
1607
1607
|
}, {
|
|
1608
1608
|
type?: string | undefined;
|
|
1609
|
-
url?: string | undefined;
|
|
1610
1609
|
text?: string | undefined;
|
|
1610
|
+
url?: string | undefined;
|
|
1611
1611
|
images?: {
|
|
1612
1612
|
url?: string | undefined;
|
|
1613
1613
|
width?: number | undefined;
|
|
@@ -1661,8 +1661,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1661
1661
|
} | undefined;
|
|
1662
1662
|
content?: {
|
|
1663
1663
|
type?: string | undefined;
|
|
1664
|
-
url?: string | undefined;
|
|
1665
1664
|
text?: string | undefined;
|
|
1665
|
+
url?: string | undefined;
|
|
1666
1666
|
images?: {
|
|
1667
1667
|
url?: string | undefined;
|
|
1668
1668
|
width?: number | undefined;
|
|
@@ -1717,8 +1717,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1717
1717
|
} | undefined;
|
|
1718
1718
|
content?: {
|
|
1719
1719
|
type?: string | undefined;
|
|
1720
|
-
url?: string | undefined;
|
|
1721
1720
|
text?: string | undefined;
|
|
1721
|
+
url?: string | undefined;
|
|
1722
1722
|
images?: {
|
|
1723
1723
|
url?: string | undefined;
|
|
1724
1724
|
width?: number | undefined;
|
|
@@ -1888,12 +1888,12 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1888
1888
|
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1889
1889
|
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1890
1890
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1891
|
-
url?: string | undefined;
|
|
1892
1891
|
text?: string | undefined;
|
|
1892
|
+
url?: string | undefined;
|
|
1893
1893
|
language?: string | undefined;
|
|
1894
1894
|
}, {
|
|
1895
|
-
url?: string | undefined;
|
|
1896
1895
|
text?: string | undefined;
|
|
1896
|
+
url?: string | undefined;
|
|
1897
1897
|
language?: string | undefined;
|
|
1898
1898
|
}>, "many">>;
|
|
1899
1899
|
}, "strip", import("zod").ZodTypeAny, {
|
|
@@ -1901,10 +1901,10 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1901
1901
|
description?: string | undefined;
|
|
1902
1902
|
title?: string | undefined;
|
|
1903
1903
|
date?: string | undefined;
|
|
1904
|
-
url?: string | undefined;
|
|
1905
1904
|
text?: string | undefined;
|
|
1906
1905
|
tags?: string[] | undefined;
|
|
1907
1906
|
id?: string | undefined;
|
|
1907
|
+
url?: string | undefined;
|
|
1908
1908
|
thumbnail?: string | undefined;
|
|
1909
1909
|
commentsCount?: number | undefined;
|
|
1910
1910
|
comments?: number | undefined;
|
|
@@ -1918,8 +1918,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1918
1918
|
thumbnailUrl?: string | undefined;
|
|
1919
1919
|
category?: string | undefined;
|
|
1920
1920
|
subtitles?: {
|
|
1921
|
-
url?: string | undefined;
|
|
1922
1921
|
text?: string | undefined;
|
|
1922
|
+
url?: string | undefined;
|
|
1923
1923
|
language?: string | undefined;
|
|
1924
1924
|
}[] | undefined;
|
|
1925
1925
|
}, {
|
|
@@ -1927,10 +1927,10 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1927
1927
|
description?: string | undefined;
|
|
1928
1928
|
title?: string | undefined;
|
|
1929
1929
|
date?: string | undefined;
|
|
1930
|
-
url?: string | undefined;
|
|
1931
1930
|
text?: string | undefined;
|
|
1932
1931
|
tags?: string[] | undefined;
|
|
1933
1932
|
id?: string | undefined;
|
|
1933
|
+
url?: string | undefined;
|
|
1934
1934
|
thumbnail?: string | undefined;
|
|
1935
1935
|
commentsCount?: number | undefined;
|
|
1936
1936
|
comments?: number | undefined;
|
|
@@ -1944,8 +1944,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1944
1944
|
thumbnailUrl?: string | undefined;
|
|
1945
1945
|
category?: string | undefined;
|
|
1946
1946
|
subtitles?: {
|
|
1947
|
-
url?: string | undefined;
|
|
1948
1947
|
text?: string | undefined;
|
|
1948
|
+
url?: string | undefined;
|
|
1949
1949
|
language?: string | undefined;
|
|
1950
1950
|
}[] | undefined;
|
|
1951
1951
|
}>;
|
|
@@ -2668,8 +2668,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2668
2668
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2669
2669
|
description?: string | undefined;
|
|
2670
2670
|
name?: string | undefined;
|
|
2671
|
-
url?: string | undefined;
|
|
2672
2671
|
id?: string | undefined;
|
|
2672
|
+
url?: string | undefined;
|
|
2673
2673
|
following?: number | undefined;
|
|
2674
2674
|
userName?: string | undefined;
|
|
2675
2675
|
isVerified?: boolean | undefined;
|
|
@@ -2681,8 +2681,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2681
2681
|
}, {
|
|
2682
2682
|
description?: string | undefined;
|
|
2683
2683
|
name?: string | undefined;
|
|
2684
|
-
url?: string | undefined;
|
|
2685
2684
|
id?: string | undefined;
|
|
2685
|
+
url?: string | undefined;
|
|
2686
2686
|
following?: number | undefined;
|
|
2687
2687
|
userName?: string | undefined;
|
|
2688
2688
|
isVerified?: boolean | undefined;
|
|
@@ -2781,9 +2781,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2781
2781
|
isQuote: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2782
2782
|
isReply: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2783
2783
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2784
|
-
url?: string | undefined;
|
|
2785
2784
|
text?: string | undefined;
|
|
2786
2785
|
id?: string | undefined;
|
|
2786
|
+
url?: string | undefined;
|
|
2787
2787
|
entities?: {
|
|
2788
2788
|
hashtags?: {
|
|
2789
2789
|
text?: string | undefined;
|
|
@@ -2801,8 +2801,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2801
2801
|
author?: {
|
|
2802
2802
|
description?: string | undefined;
|
|
2803
2803
|
name?: string | undefined;
|
|
2804
|
-
url?: string | undefined;
|
|
2805
2804
|
id?: string | undefined;
|
|
2805
|
+
url?: string | undefined;
|
|
2806
2806
|
following?: number | undefined;
|
|
2807
2807
|
userName?: string | undefined;
|
|
2808
2808
|
isVerified?: boolean | undefined;
|
|
@@ -2831,9 +2831,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2831
2831
|
isQuote?: boolean | undefined;
|
|
2832
2832
|
isReply?: boolean | undefined;
|
|
2833
2833
|
}, {
|
|
2834
|
-
url?: string | undefined;
|
|
2835
2834
|
text?: string | undefined;
|
|
2836
2835
|
id?: string | undefined;
|
|
2836
|
+
url?: string | undefined;
|
|
2837
2837
|
entities?: {
|
|
2838
2838
|
hashtags?: {
|
|
2839
2839
|
text?: string | undefined;
|
|
@@ -2851,8 +2851,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2851
2851
|
author?: {
|
|
2852
2852
|
description?: string | undefined;
|
|
2853
2853
|
name?: string | undefined;
|
|
2854
|
-
url?: string | undefined;
|
|
2855
2854
|
id?: string | undefined;
|
|
2855
|
+
url?: string | undefined;
|
|
2856
2856
|
following?: number | undefined;
|
|
2857
2857
|
userName?: string | undefined;
|
|
2858
2858
|
isVerified?: boolean | undefined;
|
|
@@ -95,8 +95,8 @@ declare const ApifyResultSchema: z.ZodObject<{
|
|
|
95
95
|
runId: string;
|
|
96
96
|
consoleUrl: string;
|
|
97
97
|
items?: unknown[] | undefined;
|
|
98
|
-
datasetId?: string | undefined;
|
|
99
98
|
itemsCount?: number | undefined;
|
|
99
|
+
datasetId?: string | undefined;
|
|
100
100
|
discoveredActors?: {
|
|
101
101
|
name: string;
|
|
102
102
|
id: string;
|
|
@@ -116,8 +116,8 @@ declare const ApifyResultSchema: z.ZodObject<{
|
|
|
116
116
|
runId: string;
|
|
117
117
|
consoleUrl: string;
|
|
118
118
|
items?: unknown[] | undefined;
|
|
119
|
-
datasetId?: string | undefined;
|
|
120
119
|
itemsCount?: number | undefined;
|
|
120
|
+
datasetId?: string | undefined;
|
|
121
121
|
discoveredActors?: {
|
|
122
122
|
name: string;
|
|
123
123
|
id: string;
|
|
@@ -231,8 +231,8 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
231
231
|
runId: string;
|
|
232
232
|
consoleUrl: string;
|
|
233
233
|
items?: unknown[] | undefined;
|
|
234
|
-
datasetId?: string | undefined;
|
|
235
234
|
itemsCount?: number | undefined;
|
|
235
|
+
datasetId?: string | undefined;
|
|
236
236
|
discoveredActors?: {
|
|
237
237
|
name: string;
|
|
238
238
|
id: string;
|
|
@@ -252,8 +252,8 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
252
252
|
runId: string;
|
|
253
253
|
consoleUrl: string;
|
|
254
254
|
items?: unknown[] | undefined;
|
|
255
|
-
datasetId?: string | undefined;
|
|
256
255
|
itemsCount?: number | undefined;
|
|
256
|
+
datasetId?: string | undefined;
|
|
257
257
|
discoveredActors?: {
|
|
258
258
|
name: string;
|
|
259
259
|
id: string;
|
|
@@ -237,8 +237,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
237
237
|
timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
238
238
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
239
239
|
}, "strip", import("zod").ZodTypeAny, {
|
|
240
|
-
url: string;
|
|
241
240
|
timeout: number;
|
|
241
|
+
url: string;
|
|
242
242
|
operation: "navigate";
|
|
243
243
|
session_id: string;
|
|
244
244
|
wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
|
|
@@ -418,8 +418,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
|
|
|
418
418
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
419
419
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
420
420
|
}, "strip", z.ZodTypeAny, {
|
|
421
|
-
url: string;
|
|
422
421
|
timeout: number;
|
|
422
|
+
url: string;
|
|
423
423
|
operation: "navigate";
|
|
424
424
|
session_id: string;
|
|
425
425
|
wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
|
|
@@ -94,20 +94,20 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
94
94
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
95
95
|
}>]>;
|
|
96
96
|
}, "strip", import("zod").ZodTypeAny, {
|
|
97
|
-
value: string | number | boolean |
|
|
97
|
+
value: string | number | boolean | string[] | number[] | {
|
|
98
98
|
location: string;
|
|
99
99
|
distance: number;
|
|
100
100
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
101
101
|
};
|
|
102
|
-
type: "
|
|
102
|
+
type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
103
103
|
column: string;
|
|
104
104
|
}, {
|
|
105
|
-
value: string | number | boolean |
|
|
105
|
+
value: string | number | boolean | string[] | number[] | {
|
|
106
106
|
location: string;
|
|
107
107
|
distance: number;
|
|
108
108
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
109
109
|
};
|
|
110
|
-
type: "
|
|
110
|
+
type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
111
111
|
column: string;
|
|
112
112
|
}>, import("zod").ZodType<import("./crustdata.schema.js").PersonDBFilterGroup, import("zod").ZodTypeDef, import("./crustdata.schema.js").PersonDBFilterGroup>]>;
|
|
113
113
|
sorts: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -137,12 +137,12 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
137
137
|
}, "strip", import("zod").ZodTypeAny, {
|
|
138
138
|
operation: "person_search_db";
|
|
139
139
|
filters: {
|
|
140
|
-
value: string | number | boolean |
|
|
140
|
+
value: string | number | boolean | string[] | number[] | {
|
|
141
141
|
location: string;
|
|
142
142
|
distance: number;
|
|
143
143
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
144
144
|
};
|
|
145
|
-
type: "
|
|
145
|
+
type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
146
146
|
column: string;
|
|
147
147
|
} | import("./crustdata.schema.js").PersonDBFilterGroup;
|
|
148
148
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -160,12 +160,12 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
160
160
|
}, {
|
|
161
161
|
operation: "person_search_db";
|
|
162
162
|
filters: {
|
|
163
|
-
value: string | number | boolean |
|
|
163
|
+
value: string | number | boolean | string[] | number[] | {
|
|
164
164
|
location: string;
|
|
165
165
|
distance: number;
|
|
166
166
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
167
167
|
};
|
|
168
|
-
type: "
|
|
168
|
+
type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
169
169
|
column: string;
|
|
170
170
|
} | import("./crustdata.schema.js").PersonDBFilterGroup;
|
|
171
171
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -1244,20 +1244,20 @@ export declare const PersonDBFilterConditionSchema: z.ZodObject<{
|
|
|
1244
1244
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1245
1245
|
}>]>;
|
|
1246
1246
|
}, "strip", z.ZodTypeAny, {
|
|
1247
|
-
value: string | number | boolean |
|
|
1247
|
+
value: string | number | boolean | string[] | number[] | {
|
|
1248
1248
|
location: string;
|
|
1249
1249
|
distance: number;
|
|
1250
1250
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1251
1251
|
};
|
|
1252
|
-
type: "
|
|
1252
|
+
type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1253
1253
|
column: string;
|
|
1254
1254
|
}, {
|
|
1255
|
-
value: string | number | boolean |
|
|
1255
|
+
value: string | number | boolean | string[] | number[] | {
|
|
1256
1256
|
location: string;
|
|
1257
1257
|
distance: number;
|
|
1258
1258
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1259
1259
|
};
|
|
1260
|
-
type: "
|
|
1260
|
+
type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1261
1261
|
column: string;
|
|
1262
1262
|
}>;
|
|
1263
1263
|
export declare const PersonDBFilterGroupSchema: z.ZodType<PersonDBFilterGroup>;
|
|
@@ -1278,20 +1278,20 @@ export declare const PersonDBFiltersSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
1278
1278
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1279
1279
|
}>]>;
|
|
1280
1280
|
}, "strip", z.ZodTypeAny, {
|
|
1281
|
-
value: string | number | boolean |
|
|
1281
|
+
value: string | number | boolean | string[] | number[] | {
|
|
1282
1282
|
location: string;
|
|
1283
1283
|
distance: number;
|
|
1284
1284
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1285
1285
|
};
|
|
1286
|
-
type: "
|
|
1286
|
+
type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1287
1287
|
column: string;
|
|
1288
1288
|
}, {
|
|
1289
|
-
value: string | number | boolean |
|
|
1289
|
+
value: string | number | boolean | string[] | number[] | {
|
|
1290
1290
|
location: string;
|
|
1291
1291
|
distance: number;
|
|
1292
1292
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1293
1293
|
};
|
|
1294
|
-
type: "
|
|
1294
|
+
type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1295
1295
|
column: string;
|
|
1296
1296
|
}>, z.ZodType<PersonDBFilterGroup, z.ZodTypeDef, PersonDBFilterGroup>]>;
|
|
1297
1297
|
export declare const PersonDBSortSchema: z.ZodObject<{
|
|
@@ -2308,20 +2308,20 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2308
2308
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
2309
2309
|
}>]>;
|
|
2310
2310
|
}, "strip", z.ZodTypeAny, {
|
|
2311
|
-
value: string | number | boolean |
|
|
2311
|
+
value: string | number | boolean | string[] | number[] | {
|
|
2312
2312
|
location: string;
|
|
2313
2313
|
distance: number;
|
|
2314
2314
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
2315
2315
|
};
|
|
2316
|
-
type: "
|
|
2316
|
+
type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
2317
2317
|
column: string;
|
|
2318
2318
|
}, {
|
|
2319
|
-
value: string | number | boolean |
|
|
2319
|
+
value: string | number | boolean | string[] | number[] | {
|
|
2320
2320
|
location: string;
|
|
2321
2321
|
distance: number;
|
|
2322
2322
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
2323
2323
|
};
|
|
2324
|
-
type: "
|
|
2324
|
+
type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
2325
2325
|
column: string;
|
|
2326
2326
|
}>, z.ZodType<PersonDBFilterGroup, z.ZodTypeDef, PersonDBFilterGroup>]>;
|
|
2327
2327
|
sorts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
@@ -2351,12 +2351,12 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2351
2351
|
}, "strip", z.ZodTypeAny, {
|
|
2352
2352
|
operation: "person_search_db";
|
|
2353
2353
|
filters: {
|
|
2354
|
-
value: string | number | boolean |
|
|
2354
|
+
value: string | number | boolean | string[] | number[] | {
|
|
2355
2355
|
location: string;
|
|
2356
2356
|
distance: number;
|
|
2357
2357
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
2358
2358
|
};
|
|
2359
|
-
type: "
|
|
2359
|
+
type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
2360
2360
|
column: string;
|
|
2361
2361
|
} | PersonDBFilterGroup;
|
|
2362
2362
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -2374,12 +2374,12 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
2374
2374
|
}, {
|
|
2375
2375
|
operation: "person_search_db";
|
|
2376
2376
|
filters: {
|
|
2377
|
-
value: string | number | boolean |
|
|
2377
|
+
value: string | number | boolean | string[] | number[] | {
|
|
2378
2378
|
location: string;
|
|
2379
2379
|
distance: number;
|
|
2380
2380
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
2381
2381
|
};
|
|
2382
|
-
type: "
|
|
2382
|
+
type: "=" | "in" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
2383
2383
|
column: string;
|
|
2384
2384
|
} | PersonDBFilterGroup;
|
|
2385
2385
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -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
|
-
url: string;
|
|
254
253
|
timeout: number;
|
|
254
|
+
url: string;
|
|
255
255
|
operation: "scrape";
|
|
256
256
|
formats: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
257
257
|
type: "json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
|
|
@@ -2283,9 +2283,9 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
2283
2283
|
operation: "extract";
|
|
2284
2284
|
urls: string[];
|
|
2285
2285
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2286
|
-
schema?: any;
|
|
2287
2286
|
timeout?: number | undefined;
|
|
2288
2287
|
maxRetries?: number | undefined;
|
|
2288
|
+
schema?: any;
|
|
2289
2289
|
systemPrompt?: string | undefined;
|
|
2290
2290
|
agent?: {
|
|
2291
2291
|
model: "FIRE-1";
|
|
@@ -2391,9 +2391,9 @@ declare const FirecrawlParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
2391
2391
|
operation: "extract";
|
|
2392
2392
|
urls: string[];
|
|
2393
2393
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2394
|
-
schema?: any;
|
|
2395
2394
|
timeout?: number | undefined;
|
|
2396
2395
|
maxRetries?: number | undefined;
|
|
2396
|
+
schema?: any;
|
|
2397
2397
|
systemPrompt?: string | undefined;
|
|
2398
2398
|
agent?: {
|
|
2399
2399
|
model: "FIRE-1";
|
|
@@ -18839,8 +18839,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
18839
18839
|
success: boolean;
|
|
18840
18840
|
operation: "extract";
|
|
18841
18841
|
status?: "failed" | "completed" | "processing" | "cancelled" | undefined;
|
|
18842
|
-
id?: string | undefined;
|
|
18843
18842
|
data?: unknown;
|
|
18843
|
+
id?: string | undefined;
|
|
18844
18844
|
warning?: string | undefined;
|
|
18845
18845
|
sources?: Record<string, unknown> | undefined;
|
|
18846
18846
|
expiresAt?: string | undefined;
|
|
@@ -18849,8 +18849,8 @@ declare const FirecrawlResultSchema: z.ZodDiscriminatedUnion<"operation", [z.Zod
|
|
|
18849
18849
|
success: boolean;
|
|
18850
18850
|
operation: "extract";
|
|
18851
18851
|
status?: "failed" | "completed" | "processing" | "cancelled" | undefined;
|
|
18852
|
-
id?: string | undefined;
|
|
18853
18852
|
data?: unknown;
|
|
18853
|
+
id?: string | undefined;
|
|
18854
18854
|
warning?: string | undefined;
|
|
18855
18855
|
sources?: Record<string, unknown> | undefined;
|
|
18856
18856
|
expiresAt?: 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
|
-
url: string;
|
|
19120
19119
|
timeout: number;
|
|
19120
|
+
url: string;
|
|
19121
19121
|
operation: "scrape";
|
|
19122
19122
|
formats: ("json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding" | {
|
|
19123
19123
|
type: "json" | "images" | "summary" | "html" | "screenshot" | "markdown" | "rawHtml" | "links" | "attributes" | "changeTracking" | "branding";
|
|
@@ -21149,9 +21149,9 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
21149
21149
|
operation: "extract";
|
|
21150
21150
|
urls: string[];
|
|
21151
21151
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
21152
|
-
schema?: any;
|
|
21153
21152
|
timeout?: number | undefined;
|
|
21154
21153
|
maxRetries?: number | undefined;
|
|
21154
|
+
schema?: any;
|
|
21155
21155
|
systemPrompt?: string | undefined;
|
|
21156
21156
|
agent?: {
|
|
21157
21157
|
model: "FIRE-1";
|
|
@@ -21257,9 +21257,9 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
21257
21257
|
operation: "extract";
|
|
21258
21258
|
urls: string[];
|
|
21259
21259
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
21260
|
-
schema?: any;
|
|
21261
21260
|
timeout?: number | undefined;
|
|
21262
21261
|
maxRetries?: number | undefined;
|
|
21262
|
+
schema?: any;
|
|
21263
21263
|
systemPrompt?: string | undefined;
|
|
21264
21264
|
agent?: {
|
|
21265
21265
|
model: "FIRE-1";
|
|
@@ -37705,8 +37705,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
37705
37705
|
success: boolean;
|
|
37706
37706
|
operation: "extract";
|
|
37707
37707
|
status?: "failed" | "completed" | "processing" | "cancelled" | undefined;
|
|
37708
|
-
id?: string | undefined;
|
|
37709
37708
|
data?: unknown;
|
|
37709
|
+
id?: string | undefined;
|
|
37710
37710
|
warning?: string | undefined;
|
|
37711
37711
|
sources?: Record<string, unknown> | undefined;
|
|
37712
37712
|
expiresAt?: string | undefined;
|
|
@@ -37715,8 +37715,8 @@ export declare class FirecrawlBubble<T extends FirecrawlParams = FirecrawlParams
|
|
|
37715
37715
|
success: boolean;
|
|
37716
37716
|
operation: "extract";
|
|
37717
37717
|
status?: "failed" | "completed" | "processing" | "cancelled" | undefined;
|
|
37718
|
-
id?: string | undefined;
|
|
37719
37718
|
data?: unknown;
|
|
37719
|
+
id?: string | undefined;
|
|
37720
37720
|
warning?: string | undefined;
|
|
37721
37721
|
sources?: Record<string, unknown> | undefined;
|
|
37722
37722
|
expiresAt?: string | undefined;
|