@bubblelab/bubble-core 0.1.16 → 0.1.18
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 +84 -79
- package/dist/bubble-factory.js +1 -1
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
- package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
- package/dist/bubbles/service-bubble/airtable.d.ts +152 -152
- package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +20 -20
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +140 -140
- package/dist/bubbles/service-bubble/followupboss.d.ts +128 -128
- package/dist/bubbles/service-bubble/github.d.ts +104 -104
- package/dist/bubbles/service-bubble/gmail.d.ts +456 -456
- package/dist/bubbles/service-bubble/google-calendar.d.ts +120 -120
- package/dist/bubbles/service-bubble/google-drive.d.ts +92 -92
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
- package/dist/bubbles/service-bubble/notion/notion.d.ts +76 -76
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/slack/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/index.js +6 -0
- package/dist/bubbles/service-bubble/slack/index.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.d.ts +6812 -0
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.js +1840 -0
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.schema.d.ts +3980 -0
- package/dist/bubbles/service-bubble/slack/slack.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.schema.js +1061 -0
- package/dist/bubbles/service-bubble/slack/slack.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts +141 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.js +408 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/slack.d.ts +1 -6811
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack.js +2 -1829
- package/dist/bubbles/service-bubble/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +246 -246
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +34 -34
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js +2 -2
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.js.map +1 -1
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js +1 -1
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.js.map +1 -1
- package/dist/bubbles.json +2 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts +0 -37
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js +0 -203
- package/dist/bubbles/service-bubble/browserbase/browserbase.integration.flow.js.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +0 -1358
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.js +0 -219
- package/dist/bubbles/service-bubble/crustdata/crustdata.js.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +0 -1604
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +0 -194
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/index.d.ts +0 -3
- package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/crustdata/index.js +0 -3
- package/dist/bubbles/service-bubble/crustdata/index.js.map +0 -1
- package/dist/bubbles/service-bubble/http.integration.flow.d.ts +0 -49
- package/dist/bubbles/service-bubble/http.integration.flow.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/http.integration.flow.js +0 -425
- package/dist/bubbles/service-bubble/http.integration.flow.js.map +0 -1
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts +0 -31
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.d.ts.map +0 -1
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js +0 -100
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.integration.flow.js.map +0 -1
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +0 -740
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts.map +0 -1
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js +0 -350
- package/dist/bubbles/tool-bubble/company-enrichment-tool.js.map +0 -1
|
@@ -303,8 +303,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
303
303
|
thumbnail: string | null;
|
|
304
304
|
}>>;
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
|
-
url: string | null;
|
|
307
306
|
text: string | null;
|
|
307
|
+
url: string | null;
|
|
308
308
|
urn: string | null;
|
|
309
309
|
author: {
|
|
310
310
|
username: string | null;
|
|
@@ -342,8 +342,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
342
342
|
} | null;
|
|
343
343
|
postType: string | null;
|
|
344
344
|
}, {
|
|
345
|
-
url: string | null;
|
|
346
345
|
text: string | null;
|
|
346
|
+
url: string | null;
|
|
347
347
|
urn: string | null;
|
|
348
348
|
author: {
|
|
349
349
|
username: string | null;
|
|
@@ -382,8 +382,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
382
382
|
postType: string | null;
|
|
383
383
|
}>>;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
|
-
url: string | null;
|
|
386
385
|
text: string | null;
|
|
386
|
+
url: string | null;
|
|
387
387
|
document: {
|
|
388
388
|
title: string | null;
|
|
389
389
|
url: string | null;
|
|
@@ -434,8 +434,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
434
434
|
fullUrn: string | null;
|
|
435
435
|
postType: string | null;
|
|
436
436
|
resharedPost: {
|
|
437
|
-
url: string | null;
|
|
438
437
|
text: string | null;
|
|
438
|
+
url: string | null;
|
|
439
439
|
urn: string | null;
|
|
440
440
|
author: {
|
|
441
441
|
username: string | null;
|
|
@@ -474,8 +474,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
474
474
|
postType: string | null;
|
|
475
475
|
} | null;
|
|
476
476
|
}, {
|
|
477
|
-
url: string | null;
|
|
478
477
|
text: string | null;
|
|
478
|
+
url: string | null;
|
|
479
479
|
document: {
|
|
480
480
|
title: string | null;
|
|
481
481
|
url: string | null;
|
|
@@ -526,8 +526,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
526
526
|
fullUrn: string | null;
|
|
527
527
|
postType: string | null;
|
|
528
528
|
resharedPost: {
|
|
529
|
-
url: string | null;
|
|
530
529
|
text: string | null;
|
|
530
|
+
url: string | null;
|
|
531
531
|
urn: string | null;
|
|
532
532
|
author: {
|
|
533
533
|
username: string | null;
|
|
@@ -666,8 +666,8 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
666
666
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
667
667
|
}, "strip", z.ZodTypeAny, {
|
|
668
668
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
669
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
670
669
|
username?: string | undefined;
|
|
670
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
671
671
|
limit?: number | undefined;
|
|
672
672
|
pageNumber?: number | undefined;
|
|
673
673
|
location?: string | undefined;
|
|
@@ -679,8 +679,8 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
679
679
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
680
680
|
}, {
|
|
681
681
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
682
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
683
682
|
username?: string | undefined;
|
|
683
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
684
684
|
limit?: number | undefined;
|
|
685
685
|
pageNumber?: number | undefined;
|
|
686
686
|
location?: string | undefined;
|
|
@@ -1026,8 +1026,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1026
1026
|
thumbnail: string | null;
|
|
1027
1027
|
}>>;
|
|
1028
1028
|
}, "strip", z.ZodTypeAny, {
|
|
1029
|
-
url: string | null;
|
|
1030
1029
|
text: string | null;
|
|
1030
|
+
url: string | null;
|
|
1031
1031
|
urn: string | null;
|
|
1032
1032
|
author: {
|
|
1033
1033
|
username: string | null;
|
|
@@ -1065,8 +1065,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1065
1065
|
} | null;
|
|
1066
1066
|
postType: string | null;
|
|
1067
1067
|
}, {
|
|
1068
|
-
url: string | null;
|
|
1069
1068
|
text: string | null;
|
|
1069
|
+
url: string | null;
|
|
1070
1070
|
urn: string | null;
|
|
1071
1071
|
author: {
|
|
1072
1072
|
username: string | null;
|
|
@@ -1105,8 +1105,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1105
1105
|
postType: string | null;
|
|
1106
1106
|
}>>;
|
|
1107
1107
|
}, "strip", z.ZodTypeAny, {
|
|
1108
|
-
url: string | null;
|
|
1109
1108
|
text: string | null;
|
|
1109
|
+
url: string | null;
|
|
1110
1110
|
document: {
|
|
1111
1111
|
title: string | null;
|
|
1112
1112
|
url: string | null;
|
|
@@ -1157,8 +1157,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1157
1157
|
fullUrn: string | null;
|
|
1158
1158
|
postType: string | null;
|
|
1159
1159
|
resharedPost: {
|
|
1160
|
-
url: string | null;
|
|
1161
1160
|
text: string | null;
|
|
1161
|
+
url: string | null;
|
|
1162
1162
|
urn: string | null;
|
|
1163
1163
|
author: {
|
|
1164
1164
|
username: string | null;
|
|
@@ -1197,8 +1197,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1197
1197
|
postType: string | null;
|
|
1198
1198
|
} | null;
|
|
1199
1199
|
}, {
|
|
1200
|
-
url: string | null;
|
|
1201
1200
|
text: string | null;
|
|
1201
|
+
url: string | null;
|
|
1202
1202
|
document: {
|
|
1203
1203
|
title: string | null;
|
|
1204
1204
|
url: string | null;
|
|
@@ -1249,8 +1249,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1249
1249
|
fullUrn: string | null;
|
|
1250
1250
|
postType: string | null;
|
|
1251
1251
|
resharedPost: {
|
|
1252
|
-
url: string | null;
|
|
1253
1252
|
text: string | null;
|
|
1253
|
+
url: string | null;
|
|
1254
1254
|
urn: string | null;
|
|
1255
1255
|
author: {
|
|
1256
1256
|
username: string | null;
|
|
@@ -1299,11 +1299,11 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1299
1299
|
error: z.ZodString;
|
|
1300
1300
|
}, "strip", z.ZodTypeAny, {
|
|
1301
1301
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1302
|
-
success: boolean;
|
|
1303
1302
|
error: string;
|
|
1303
|
+
success: boolean;
|
|
1304
1304
|
posts: {
|
|
1305
|
-
url: string | null;
|
|
1306
1305
|
text: string | null;
|
|
1306
|
+
url: string | null;
|
|
1307
1307
|
document: {
|
|
1308
1308
|
title: string | null;
|
|
1309
1309
|
url: string | null;
|
|
@@ -1354,8 +1354,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1354
1354
|
fullUrn: string | null;
|
|
1355
1355
|
postType: string | null;
|
|
1356
1356
|
resharedPost: {
|
|
1357
|
-
url: string | null;
|
|
1358
1357
|
text: string | null;
|
|
1358
|
+
url: string | null;
|
|
1359
1359
|
urn: string | null;
|
|
1360
1360
|
author: {
|
|
1361
1361
|
username: string | null;
|
|
@@ -1425,11 +1425,11 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1425
1425
|
hasNextPage?: boolean | null | undefined;
|
|
1426
1426
|
}, {
|
|
1427
1427
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1428
|
-
success: boolean;
|
|
1429
1428
|
error: string;
|
|
1429
|
+
success: boolean;
|
|
1430
1430
|
posts: {
|
|
1431
|
-
url: string | null;
|
|
1432
1431
|
text: string | null;
|
|
1432
|
+
url: string | null;
|
|
1433
1433
|
document: {
|
|
1434
1434
|
title: string | null;
|
|
1435
1435
|
url: string | null;
|
|
@@ -1480,8 +1480,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1480
1480
|
fullUrn: string | null;
|
|
1481
1481
|
postType: string | null;
|
|
1482
1482
|
resharedPost: {
|
|
1483
|
-
url: string | null;
|
|
1484
1483
|
text: string | null;
|
|
1484
|
+
url: string | null;
|
|
1485
1485
|
urn: string | null;
|
|
1486
1486
|
author: {
|
|
1487
1487
|
username: string | null;
|
|
@@ -1589,8 +1589,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1589
1589
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1590
1590
|
}, "strip", z.ZodTypeAny, {
|
|
1591
1591
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1592
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1593
1592
|
username?: string | undefined;
|
|
1593
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1594
1594
|
limit?: number | undefined;
|
|
1595
1595
|
pageNumber?: number | undefined;
|
|
1596
1596
|
location?: string | undefined;
|
|
@@ -1602,8 +1602,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1602
1602
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1603
1603
|
}, {
|
|
1604
1604
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1605
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1606
1605
|
username?: string | undefined;
|
|
1606
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1607
1607
|
limit?: number | undefined;
|
|
1608
1608
|
pageNumber?: number | undefined;
|
|
1609
1609
|
location?: string | undefined;
|
|
@@ -1949,8 +1949,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1949
1949
|
thumbnail: string | null;
|
|
1950
1950
|
}>>;
|
|
1951
1951
|
}, "strip", z.ZodTypeAny, {
|
|
1952
|
-
url: string | null;
|
|
1953
1952
|
text: string | null;
|
|
1953
|
+
url: string | null;
|
|
1954
1954
|
urn: string | null;
|
|
1955
1955
|
author: {
|
|
1956
1956
|
username: string | null;
|
|
@@ -1988,8 +1988,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1988
1988
|
} | null;
|
|
1989
1989
|
postType: string | null;
|
|
1990
1990
|
}, {
|
|
1991
|
-
url: string | null;
|
|
1992
1991
|
text: string | null;
|
|
1992
|
+
url: string | null;
|
|
1993
1993
|
urn: string | null;
|
|
1994
1994
|
author: {
|
|
1995
1995
|
username: string | null;
|
|
@@ -2028,8 +2028,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2028
2028
|
postType: string | null;
|
|
2029
2029
|
}>>;
|
|
2030
2030
|
}, "strip", z.ZodTypeAny, {
|
|
2031
|
-
url: string | null;
|
|
2032
2031
|
text: string | null;
|
|
2032
|
+
url: string | null;
|
|
2033
2033
|
document: {
|
|
2034
2034
|
title: string | null;
|
|
2035
2035
|
url: string | null;
|
|
@@ -2080,8 +2080,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2080
2080
|
fullUrn: string | null;
|
|
2081
2081
|
postType: string | null;
|
|
2082
2082
|
resharedPost: {
|
|
2083
|
-
url: string | null;
|
|
2084
2083
|
text: string | null;
|
|
2084
|
+
url: string | null;
|
|
2085
2085
|
urn: string | null;
|
|
2086
2086
|
author: {
|
|
2087
2087
|
username: string | null;
|
|
@@ -2120,8 +2120,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2120
2120
|
postType: string | null;
|
|
2121
2121
|
} | null;
|
|
2122
2122
|
}, {
|
|
2123
|
-
url: string | null;
|
|
2124
2123
|
text: string | null;
|
|
2124
|
+
url: string | null;
|
|
2125
2125
|
document: {
|
|
2126
2126
|
title: string | null;
|
|
2127
2127
|
url: string | null;
|
|
@@ -2172,8 +2172,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2172
2172
|
fullUrn: string | null;
|
|
2173
2173
|
postType: string | null;
|
|
2174
2174
|
resharedPost: {
|
|
2175
|
-
url: string | null;
|
|
2176
2175
|
text: string | null;
|
|
2176
|
+
url: string | null;
|
|
2177
2177
|
urn: string | null;
|
|
2178
2178
|
author: {
|
|
2179
2179
|
username: string | null;
|
|
@@ -2222,11 +2222,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2222
2222
|
error: z.ZodString;
|
|
2223
2223
|
}, "strip", z.ZodTypeAny, {
|
|
2224
2224
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2225
|
-
success: boolean;
|
|
2226
2225
|
error: string;
|
|
2226
|
+
success: boolean;
|
|
2227
2227
|
posts: {
|
|
2228
|
-
url: string | null;
|
|
2229
2228
|
text: string | null;
|
|
2229
|
+
url: string | null;
|
|
2230
2230
|
document: {
|
|
2231
2231
|
title: string | null;
|
|
2232
2232
|
url: string | null;
|
|
@@ -2277,8 +2277,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2277
2277
|
fullUrn: string | null;
|
|
2278
2278
|
postType: string | null;
|
|
2279
2279
|
resharedPost: {
|
|
2280
|
-
url: string | null;
|
|
2281
2280
|
text: string | null;
|
|
2281
|
+
url: string | null;
|
|
2282
2282
|
urn: string | null;
|
|
2283
2283
|
author: {
|
|
2284
2284
|
username: string | null;
|
|
@@ -2348,11 +2348,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2348
2348
|
hasNextPage?: boolean | null | undefined;
|
|
2349
2349
|
}, {
|
|
2350
2350
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2351
|
-
success: boolean;
|
|
2352
2351
|
error: string;
|
|
2352
|
+
success: boolean;
|
|
2353
2353
|
posts: {
|
|
2354
|
-
url: string | null;
|
|
2355
2354
|
text: string | null;
|
|
2355
|
+
url: string | null;
|
|
2356
2356
|
document: {
|
|
2357
2357
|
title: string | null;
|
|
2358
2358
|
url: string | null;
|
|
@@ -2403,8 +2403,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2403
2403
|
fullUrn: string | null;
|
|
2404
2404
|
postType: string | null;
|
|
2405
2405
|
resharedPost: {
|
|
2406
|
-
url: string | null;
|
|
2407
2406
|
text: string | null;
|
|
2407
|
+
url: string | null;
|
|
2408
2408
|
urn: string | null;
|
|
2409
2409
|
author: {
|
|
2410
2410
|
username: string | null;
|
|
@@ -29,8 +29,8 @@ declare const ListBubblesToolResultSchema: z.ZodObject<{
|
|
|
29
29
|
success: z.ZodBoolean;
|
|
30
30
|
error: z.ZodString;
|
|
31
31
|
}, "strip", z.ZodTypeAny, {
|
|
32
|
-
success: boolean;
|
|
33
32
|
error: string;
|
|
33
|
+
success: boolean;
|
|
34
34
|
bubbles: {
|
|
35
35
|
type: string;
|
|
36
36
|
name: string;
|
|
@@ -40,8 +40,8 @@ declare const ListBubblesToolResultSchema: z.ZodObject<{
|
|
|
40
40
|
}[];
|
|
41
41
|
totalCount: number;
|
|
42
42
|
}, {
|
|
43
|
-
success: boolean;
|
|
44
43
|
error: string;
|
|
44
|
+
success: boolean;
|
|
45
45
|
bubbles: {
|
|
46
46
|
type: string;
|
|
47
47
|
name: string;
|
|
@@ -78,8 +78,8 @@ export declare class ListBubblesTool extends ToolBubble<ListBubblesToolParams, L
|
|
|
78
78
|
success: z.ZodBoolean;
|
|
79
79
|
error: z.ZodString;
|
|
80
80
|
}, "strip", z.ZodTypeAny, {
|
|
81
|
-
success: boolean;
|
|
82
81
|
error: string;
|
|
82
|
+
success: boolean;
|
|
83
83
|
bubbles: {
|
|
84
84
|
type: string;
|
|
85
85
|
name: string;
|
|
@@ -89,8 +89,8 @@ export declare class ListBubblesTool extends ToolBubble<ListBubblesToolParams, L
|
|
|
89
89
|
}[];
|
|
90
90
|
totalCount: number;
|
|
91
91
|
}, {
|
|
92
|
-
success: boolean;
|
|
93
92
|
error: string;
|
|
93
|
+
success: boolean;
|
|
94
94
|
bubbles: {
|
|
95
95
|
type: string;
|
|
96
96
|
name: string;
|
|
@@ -28,8 +28,8 @@ declare const RedditPostSchema: z.ZodObject<{
|
|
|
28
28
|
selftext: string;
|
|
29
29
|
subreddit: string;
|
|
30
30
|
isSelf: boolean;
|
|
31
|
-
domain?: string | undefined;
|
|
32
31
|
thumbnail?: string | undefined;
|
|
32
|
+
domain?: string | undefined;
|
|
33
33
|
postHint?: string | null | undefined;
|
|
34
34
|
flair?: string | undefined;
|
|
35
35
|
}, {
|
|
@@ -43,8 +43,8 @@ declare const RedditPostSchema: z.ZodObject<{
|
|
|
43
43
|
selftext: string;
|
|
44
44
|
subreddit: string;
|
|
45
45
|
isSelf: boolean;
|
|
46
|
-
domain?: string | undefined;
|
|
47
46
|
thumbnail?: string | undefined;
|
|
47
|
+
domain?: string | undefined;
|
|
48
48
|
postHint?: string | null | undefined;
|
|
49
49
|
flair?: string | undefined;
|
|
50
50
|
}>;
|
|
@@ -103,8 +103,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
103
103
|
selftext: string;
|
|
104
104
|
subreddit: string;
|
|
105
105
|
isSelf: boolean;
|
|
106
|
-
domain?: string | undefined;
|
|
107
106
|
thumbnail?: string | undefined;
|
|
107
|
+
domain?: string | undefined;
|
|
108
108
|
postHint?: string | null | undefined;
|
|
109
109
|
flair?: string | undefined;
|
|
110
110
|
}, {
|
|
@@ -118,8 +118,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
118
118
|
selftext: string;
|
|
119
119
|
subreddit: string;
|
|
120
120
|
isSelf: boolean;
|
|
121
|
-
domain?: string | undefined;
|
|
122
121
|
thumbnail?: string | undefined;
|
|
122
|
+
domain?: string | undefined;
|
|
123
123
|
postHint?: string | null | undefined;
|
|
124
124
|
flair?: string | undefined;
|
|
125
125
|
}>, "many">;
|
|
@@ -154,8 +154,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
154
154
|
success: z.ZodBoolean;
|
|
155
155
|
error: z.ZodString;
|
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
|
157
|
-
success: boolean;
|
|
158
157
|
error: string;
|
|
158
|
+
success: boolean;
|
|
159
159
|
metadata: {
|
|
160
160
|
sort: string;
|
|
161
161
|
scrapedAt: string;
|
|
@@ -177,14 +177,14 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
177
177
|
selftext: string;
|
|
178
178
|
subreddit: string;
|
|
179
179
|
isSelf: boolean;
|
|
180
|
-
domain?: string | undefined;
|
|
181
180
|
thumbnail?: string | undefined;
|
|
181
|
+
domain?: string | undefined;
|
|
182
182
|
postHint?: string | null | undefined;
|
|
183
183
|
flair?: string | undefined;
|
|
184
184
|
}[];
|
|
185
185
|
}, {
|
|
186
|
-
success: boolean;
|
|
187
186
|
error: string;
|
|
187
|
+
success: boolean;
|
|
188
188
|
metadata: {
|
|
189
189
|
sort: string;
|
|
190
190
|
scrapedAt: string;
|
|
@@ -206,8 +206,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
206
206
|
selftext: string;
|
|
207
207
|
subreddit: string;
|
|
208
208
|
isSelf: boolean;
|
|
209
|
-
domain?: string | undefined;
|
|
210
209
|
thumbnail?: string | undefined;
|
|
210
|
+
domain?: string | undefined;
|
|
211
211
|
postHint?: string | null | undefined;
|
|
212
212
|
flair?: string | undefined;
|
|
213
213
|
}[];
|
|
@@ -273,8 +273,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
273
273
|
selftext: string;
|
|
274
274
|
subreddit: string;
|
|
275
275
|
isSelf: boolean;
|
|
276
|
-
domain?: string | undefined;
|
|
277
276
|
thumbnail?: string | undefined;
|
|
277
|
+
domain?: string | undefined;
|
|
278
278
|
postHint?: string | null | undefined;
|
|
279
279
|
flair?: string | undefined;
|
|
280
280
|
}, {
|
|
@@ -288,8 +288,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
288
288
|
selftext: string;
|
|
289
289
|
subreddit: string;
|
|
290
290
|
isSelf: boolean;
|
|
291
|
-
domain?: string | undefined;
|
|
292
291
|
thumbnail?: string | undefined;
|
|
292
|
+
domain?: string | undefined;
|
|
293
293
|
postHint?: string | null | undefined;
|
|
294
294
|
flair?: string | undefined;
|
|
295
295
|
}>, "many">;
|
|
@@ -324,8 +324,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
324
324
|
success: z.ZodBoolean;
|
|
325
325
|
error: z.ZodString;
|
|
326
326
|
}, "strip", z.ZodTypeAny, {
|
|
327
|
-
success: boolean;
|
|
328
327
|
error: string;
|
|
328
|
+
success: boolean;
|
|
329
329
|
metadata: {
|
|
330
330
|
sort: string;
|
|
331
331
|
scrapedAt: string;
|
|
@@ -347,14 +347,14 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
347
347
|
selftext: string;
|
|
348
348
|
subreddit: string;
|
|
349
349
|
isSelf: boolean;
|
|
350
|
-
domain?: string | undefined;
|
|
351
350
|
thumbnail?: string | undefined;
|
|
351
|
+
domain?: string | undefined;
|
|
352
352
|
postHint?: string | null | undefined;
|
|
353
353
|
flair?: string | undefined;
|
|
354
354
|
}[];
|
|
355
355
|
}, {
|
|
356
|
-
success: boolean;
|
|
357
356
|
error: string;
|
|
357
|
+
success: boolean;
|
|
358
358
|
metadata: {
|
|
359
359
|
sort: string;
|
|
360
360
|
scrapedAt: string;
|
|
@@ -376,8 +376,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
376
376
|
selftext: string;
|
|
377
377
|
subreddit: string;
|
|
378
378
|
isSelf: boolean;
|
|
379
|
-
domain?: string | undefined;
|
|
380
379
|
thumbnail?: string | undefined;
|
|
380
|
+
domain?: string | undefined;
|
|
381
381
|
postHint?: string | null | undefined;
|
|
382
382
|
flair?: string | undefined;
|
|
383
383
|
}[];
|
|
@@ -32,15 +32,15 @@ declare const ResearchAgentToolResultSchema: z.ZodObject<{
|
|
|
32
32
|
success: z.ZodBoolean;
|
|
33
33
|
error: z.ZodString;
|
|
34
34
|
}, "strip", z.ZodTypeAny, {
|
|
35
|
-
success: boolean;
|
|
36
35
|
error: string;
|
|
36
|
+
success: boolean;
|
|
37
37
|
summary: string;
|
|
38
38
|
sourcesUsed: string[];
|
|
39
39
|
iterationsUsed: number;
|
|
40
40
|
result?: any;
|
|
41
41
|
}, {
|
|
42
|
-
success: boolean;
|
|
43
42
|
error: string;
|
|
43
|
+
success: boolean;
|
|
44
44
|
summary: string;
|
|
45
45
|
sourcesUsed: string[];
|
|
46
46
|
iterationsUsed: number;
|
|
@@ -81,15 +81,15 @@ export declare class ResearchAgentTool extends ToolBubble<ResearchAgentToolParam
|
|
|
81
81
|
success: z.ZodBoolean;
|
|
82
82
|
error: z.ZodString;
|
|
83
83
|
}, "strip", z.ZodTypeAny, {
|
|
84
|
-
success: boolean;
|
|
85
84
|
error: string;
|
|
85
|
+
success: boolean;
|
|
86
86
|
summary: string;
|
|
87
87
|
sourcesUsed: string[];
|
|
88
88
|
iterationsUsed: number;
|
|
89
89
|
result?: any;
|
|
90
90
|
}, {
|
|
91
|
-
success: boolean;
|
|
92
91
|
error: string;
|
|
92
|
+
success: boolean;
|
|
93
93
|
summary: string;
|
|
94
94
|
sourcesUsed: string[];
|
|
95
95
|
iterationsUsed: number;
|
|
@@ -8,13 +8,13 @@ declare const SQLQueryToolParamsSchema: z.ZodObject<{
|
|
|
8
8
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
9
9
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
|
11
|
-
query: string;
|
|
12
11
|
reasoning: string;
|
|
12
|
+
query: string;
|
|
13
13
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
14
14
|
config?: Record<string, unknown> | undefined;
|
|
15
15
|
}, {
|
|
16
|
-
query: string;
|
|
17
16
|
reasoning: string;
|
|
17
|
+
query: string;
|
|
18
18
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19
19
|
config?: Record<string, unknown> | undefined;
|
|
20
20
|
}>;
|
|
@@ -38,8 +38,8 @@ declare const SQLQueryToolResultSchema: z.ZodObject<{
|
|
|
38
38
|
success: z.ZodBoolean;
|
|
39
39
|
error: z.ZodString;
|
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
|
41
|
-
success: boolean;
|
|
42
41
|
error: string;
|
|
42
|
+
success: boolean;
|
|
43
43
|
rowCount: number;
|
|
44
44
|
executionTime: number;
|
|
45
45
|
fields?: {
|
|
@@ -48,8 +48,8 @@ declare const SQLQueryToolResultSchema: z.ZodObject<{
|
|
|
48
48
|
}[] | undefined;
|
|
49
49
|
rows?: Record<string, unknown>[] | undefined;
|
|
50
50
|
}, {
|
|
51
|
-
success: boolean;
|
|
52
51
|
error: string;
|
|
52
|
+
success: boolean;
|
|
53
53
|
rowCount: number;
|
|
54
54
|
executionTime: number;
|
|
55
55
|
fields?: {
|
|
@@ -74,13 +74,13 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
|
|
|
74
74
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
75
75
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
76
76
|
}, "strip", z.ZodTypeAny, {
|
|
77
|
-
query: string;
|
|
78
77
|
reasoning: string;
|
|
78
|
+
query: string;
|
|
79
79
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
80
80
|
config?: Record<string, unknown> | undefined;
|
|
81
81
|
}, {
|
|
82
|
-
query: string;
|
|
83
82
|
reasoning: string;
|
|
83
|
+
query: string;
|
|
84
84
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
85
85
|
config?: Record<string, unknown> | undefined;
|
|
86
86
|
}>;
|
|
@@ -101,8 +101,8 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
|
|
|
101
101
|
success: z.ZodBoolean;
|
|
102
102
|
error: z.ZodString;
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
|
-
success: boolean;
|
|
105
104
|
error: string;
|
|
105
|
+
success: boolean;
|
|
106
106
|
rowCount: number;
|
|
107
107
|
executionTime: number;
|
|
108
108
|
fields?: {
|
|
@@ -111,8 +111,8 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
|
|
|
111
111
|
}[] | undefined;
|
|
112
112
|
rows?: Record<string, unknown>[] | undefined;
|
|
113
113
|
}, {
|
|
114
|
-
success: boolean;
|
|
115
114
|
error: string;
|
|
115
|
+
success: boolean;
|
|
116
116
|
rowCount: number;
|
|
117
117
|
executionTime: number;
|
|
118
118
|
fields?: {
|
|
@@ -98,8 +98,8 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
98
98
|
name: string | null;
|
|
99
99
|
}>, "many">>;
|
|
100
100
|
}, "strip", z.ZodTypeAny, {
|
|
101
|
-
id: string | null;
|
|
102
101
|
text: string | null;
|
|
102
|
+
id: string | null;
|
|
103
103
|
hashtags: {
|
|
104
104
|
name: string | null;
|
|
105
105
|
}[] | null;
|
|
@@ -128,8 +128,8 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
128
128
|
webVideoUrl: string | null;
|
|
129
129
|
covers: string[] | null;
|
|
130
130
|
}, {
|
|
131
|
-
id: string | null;
|
|
132
131
|
text: string | null;
|
|
132
|
+
id: string | null;
|
|
133
133
|
hashtags: {
|
|
134
134
|
name: string | null;
|
|
135
135
|
}[] | null;
|
|
@@ -163,11 +163,11 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
163
163
|
error: z.ZodString;
|
|
164
164
|
}, "strip", z.ZodTypeAny, {
|
|
165
165
|
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
166
|
-
success: boolean;
|
|
167
166
|
error: string;
|
|
167
|
+
success: boolean;
|
|
168
168
|
videos: {
|
|
169
|
-
id: string | null;
|
|
170
169
|
text: string | null;
|
|
170
|
+
id: string | null;
|
|
171
171
|
hashtags: {
|
|
172
172
|
name: string | null;
|
|
173
173
|
}[] | null;
|
|
@@ -199,11 +199,11 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
199
199
|
totalVideos: number;
|
|
200
200
|
}, {
|
|
201
201
|
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
202
|
-
success: boolean;
|
|
203
202
|
error: string;
|
|
203
|
+
success: boolean;
|
|
204
204
|
videos: {
|
|
205
|
-
id: string | null;
|
|
206
205
|
text: string | null;
|
|
206
|
+
id: string | null;
|
|
207
207
|
hashtags: {
|
|
208
208
|
name: string | null;
|
|
209
209
|
}[] | null;
|
|
@@ -335,8 +335,8 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
335
335
|
name: string | null;
|
|
336
336
|
}>, "many">>;
|
|
337
337
|
}, "strip", z.ZodTypeAny, {
|
|
338
|
-
id: string | null;
|
|
339
338
|
text: string | null;
|
|
339
|
+
id: string | null;
|
|
340
340
|
hashtags: {
|
|
341
341
|
name: string | null;
|
|
342
342
|
}[] | null;
|
|
@@ -365,8 +365,8 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
365
365
|
webVideoUrl: string | null;
|
|
366
366
|
covers: string[] | null;
|
|
367
367
|
}, {
|
|
368
|
-
id: string | null;
|
|
369
368
|
text: string | null;
|
|
369
|
+
id: string | null;
|
|
370
370
|
hashtags: {
|
|
371
371
|
name: string | null;
|
|
372
372
|
}[] | null;
|
|
@@ -400,11 +400,11 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
400
400
|
error: z.ZodString;
|
|
401
401
|
}, "strip", z.ZodTypeAny, {
|
|
402
402
|
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
403
|
-
success: boolean;
|
|
404
403
|
error: string;
|
|
404
|
+
success: boolean;
|
|
405
405
|
videos: {
|
|
406
|
-
id: string | null;
|
|
407
406
|
text: string | null;
|
|
407
|
+
id: string | null;
|
|
408
408
|
hashtags: {
|
|
409
409
|
name: string | null;
|
|
410
410
|
}[] | null;
|
|
@@ -436,11 +436,11 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
436
436
|
totalVideos: number;
|
|
437
437
|
}, {
|
|
438
438
|
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
439
|
-
success: boolean;
|
|
440
439
|
error: string;
|
|
440
|
+
success: boolean;
|
|
441
441
|
videos: {
|
|
442
|
-
id: string | null;
|
|
443
442
|
text: string | null;
|
|
443
|
+
id: string | null;
|
|
444
444
|
hashtags: {
|
|
445
445
|
name: string | null;
|
|
446
446
|
}[] | null;
|