@bubblelab/bubble-core 0.1.107 → 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 +110 -33
- package/dist/bubbles/service-bubble/ai-agent.d.ts +51 -0
- 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/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/firecrawl.d.ts +6 -6
- package/dist/bubbles/service-bubble/http.d.ts +2 -2
- package/dist/bubbles/service-bubble/jira/jira.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +4 -4
- 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/slack/slack.d.ts +60 -60
- 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/twitter-tool.d.ts +28 -28
- 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.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
|
@@ -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;
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -13,8 +13,8 @@ declare const HttpParamsSchema: z.ZodObject<{
|
|
|
13
13
|
authHeader: z.ZodOptional<z.ZodString>;
|
|
14
14
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
15
15
|
}, "strip", z.ZodTypeAny, {
|
|
16
|
-
url: string;
|
|
17
16
|
timeout: number;
|
|
17
|
+
url: string;
|
|
18
18
|
method: "POST" | "DELETE" | "GET" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
19
19
|
followRedirects: boolean;
|
|
20
20
|
authType: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header";
|
|
@@ -83,8 +83,8 @@ export declare class HttpBubble extends ServiceBubble<HttpParams, HttpResult> {
|
|
|
83
83
|
authHeader: z.ZodOptional<z.ZodString>;
|
|
84
84
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
85
85
|
}, "strip", z.ZodTypeAny, {
|
|
86
|
-
url: string;
|
|
87
86
|
timeout: number;
|
|
87
|
+
url: string;
|
|
88
88
|
method: "POST" | "DELETE" | "GET" | "PUT" | "PATCH" | "HEAD" | "OPTIONS";
|
|
89
89
|
followRedirects: boolean;
|
|
90
90
|
authType: "none" | "custom" | "bearer" | "basic" | "api-key" | "api-key-header";
|
|
@@ -126,12 +126,12 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
126
126
|
remove: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
127
127
|
set: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
128
128
|
}, "strip", import("zod").ZodTypeAny, {
|
|
129
|
-
set?: string[] | undefined;
|
|
130
129
|
remove?: string[] | undefined;
|
|
130
|
+
set?: string[] | undefined;
|
|
131
131
|
add?: string[] | undefined;
|
|
132
132
|
}, {
|
|
133
|
-
set?: string[] | undefined;
|
|
134
133
|
remove?: string[] | undefined;
|
|
134
|
+
set?: string[] | undefined;
|
|
135
135
|
add?: string[] | undefined;
|
|
136
136
|
}>>;
|
|
137
137
|
due_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -145,8 +145,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
145
145
|
priority?: string | undefined;
|
|
146
146
|
summary?: string | undefined;
|
|
147
147
|
labels?: {
|
|
148
|
-
set?: string[] | undefined;
|
|
149
148
|
remove?: string[] | undefined;
|
|
149
|
+
set?: string[] | undefined;
|
|
150
150
|
add?: string[] | undefined;
|
|
151
151
|
} | undefined;
|
|
152
152
|
comment?: string | undefined;
|
|
@@ -160,8 +160,8 @@ export declare class JiraBubble<T extends JiraParamsInput = JiraParamsInput> ext
|
|
|
160
160
|
priority?: string | undefined;
|
|
161
161
|
summary?: string | undefined;
|
|
162
162
|
labels?: {
|
|
163
|
-
set?: string[] | undefined;
|
|
164
163
|
remove?: string[] | undefined;
|
|
164
|
+
set?: string[] | undefined;
|
|
165
165
|
add?: string[] | undefined;
|
|
166
166
|
} | undefined;
|
|
167
167
|
comment?: string | undefined;
|
|
@@ -2299,12 +2299,12 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2299
2299
|
remove: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2300
2300
|
set: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
2301
2301
|
}, "strip", z.ZodTypeAny, {
|
|
2302
|
-
set?: string[] | undefined;
|
|
2303
2302
|
remove?: string[] | undefined;
|
|
2303
|
+
set?: string[] | undefined;
|
|
2304
2304
|
add?: string[] | undefined;
|
|
2305
2305
|
}, {
|
|
2306
|
-
set?: string[] | undefined;
|
|
2307
2306
|
remove?: string[] | undefined;
|
|
2307
|
+
set?: string[] | undefined;
|
|
2308
2308
|
add?: string[] | undefined;
|
|
2309
2309
|
}>>;
|
|
2310
2310
|
due_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -2318,8 +2318,8 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2318
2318
|
priority?: string | undefined;
|
|
2319
2319
|
summary?: string | undefined;
|
|
2320
2320
|
labels?: {
|
|
2321
|
-
set?: string[] | undefined;
|
|
2322
2321
|
remove?: string[] | undefined;
|
|
2322
|
+
set?: string[] | undefined;
|
|
2323
2323
|
add?: string[] | undefined;
|
|
2324
2324
|
} | undefined;
|
|
2325
2325
|
comment?: string | undefined;
|
|
@@ -2333,8 +2333,8 @@ export declare const JiraParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.Z
|
|
|
2333
2333
|
priority?: string | undefined;
|
|
2334
2334
|
summary?: string | undefined;
|
|
2335
2335
|
labels?: {
|
|
2336
|
-
set?: string[] | undefined;
|
|
2337
2336
|
remove?: string[] | undefined;
|
|
2337
|
+
set?: string[] | undefined;
|
|
2338
2338
|
add?: string[] | undefined;
|
|
2339
2339
|
} | undefined;
|
|
2340
2340
|
comment?: string | undefined;
|