@bubblelab/bubble-core 0.1.78 → 0.1.79
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 +74 -74
- package/dist/bubbles/service-bubble/ai-agent.d.ts +56 -56
- package/dist/bubbles/service-bubble/airtable.d.ts +92 -92
- package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +2 -2
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +242 -242
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +40 -40
- package/dist/bubbles/service-bubble/gmail.d.ts +124 -124
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/notion/notion.d.ts +453 -453
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +286 -286
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +4 -4
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +4 -4
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +52 -52
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +36 -36
- 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 +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +30 -30
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +128 -128
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +10 -10
- package/dist/bubbles.json +29 -9
- package/package.json +2 -2
|
@@ -303,8 +303,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
303
303
|
thumbnail: string | null;
|
|
304
304
|
}>>;
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
|
-
url: string | null;
|
|
307
|
-
text: string | null;
|
|
308
306
|
stats: {
|
|
309
307
|
like: number | null;
|
|
310
308
|
support: number | null;
|
|
@@ -316,6 +314,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
316
314
|
reposts: number | null;
|
|
317
315
|
totalReactions: number | null;
|
|
318
316
|
} | null;
|
|
317
|
+
url: string | null;
|
|
318
|
+
text: string | null;
|
|
319
319
|
urn: string | null;
|
|
320
320
|
author: {
|
|
321
321
|
username: string | null;
|
|
@@ -342,8 +342,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
342
342
|
} | null;
|
|
343
343
|
postType: string | null;
|
|
344
344
|
}, {
|
|
345
|
-
url: string | null;
|
|
346
|
-
text: string | null;
|
|
347
345
|
stats: {
|
|
348
346
|
like: number | null;
|
|
349
347
|
support: number | null;
|
|
@@ -355,6 +353,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
355
353
|
reposts: number | null;
|
|
356
354
|
totalReactions: number | null;
|
|
357
355
|
} | null;
|
|
356
|
+
url: string | null;
|
|
357
|
+
text: string | null;
|
|
358
358
|
urn: string | null;
|
|
359
359
|
author: {
|
|
360
360
|
username: string | null;
|
|
@@ -382,8 +382,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
382
382
|
postType: string | null;
|
|
383
383
|
}>>;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
|
-
url: string | null;
|
|
386
|
-
text: string | null;
|
|
387
385
|
stats: {
|
|
388
386
|
like: number | null;
|
|
389
387
|
support: number | null;
|
|
@@ -395,6 +393,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
395
393
|
reposts: number | null;
|
|
396
394
|
totalReactions: number | null;
|
|
397
395
|
} | null;
|
|
396
|
+
url: string | null;
|
|
397
|
+
text: string | null;
|
|
398
398
|
document: {
|
|
399
399
|
title: string | null;
|
|
400
400
|
url: string | null;
|
|
@@ -434,8 +434,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
434
434
|
fullUrn: string | null;
|
|
435
435
|
postType: string | null;
|
|
436
436
|
resharedPost: {
|
|
437
|
-
url: string | null;
|
|
438
|
-
text: string | null;
|
|
439
437
|
stats: {
|
|
440
438
|
like: number | null;
|
|
441
439
|
support: number | null;
|
|
@@ -447,6 +445,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
447
445
|
reposts: number | null;
|
|
448
446
|
totalReactions: number | null;
|
|
449
447
|
} | null;
|
|
448
|
+
url: string | null;
|
|
449
|
+
text: string | null;
|
|
450
450
|
urn: string | null;
|
|
451
451
|
author: {
|
|
452
452
|
username: string | null;
|
|
@@ -474,8 +474,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
474
474
|
postType: string | null;
|
|
475
475
|
} | null;
|
|
476
476
|
}, {
|
|
477
|
-
url: string | null;
|
|
478
|
-
text: string | null;
|
|
479
477
|
stats: {
|
|
480
478
|
like: number | null;
|
|
481
479
|
support: number | null;
|
|
@@ -487,6 +485,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
487
485
|
reposts: number | null;
|
|
488
486
|
totalReactions: number | null;
|
|
489
487
|
} | null;
|
|
488
|
+
url: string | null;
|
|
489
|
+
text: string | null;
|
|
490
490
|
document: {
|
|
491
491
|
title: string | null;
|
|
492
492
|
url: string | null;
|
|
@@ -526,8 +526,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
526
526
|
fullUrn: string | null;
|
|
527
527
|
postType: string | null;
|
|
528
528
|
resharedPost: {
|
|
529
|
-
url: string | null;
|
|
530
|
-
text: string | null;
|
|
531
529
|
stats: {
|
|
532
530
|
like: number | null;
|
|
533
531
|
support: number | null;
|
|
@@ -539,6 +537,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
539
537
|
reposts: number | null;
|
|
540
538
|
totalReactions: number | null;
|
|
541
539
|
} | null;
|
|
540
|
+
url: string | null;
|
|
541
|
+
text: string | null;
|
|
542
542
|
urn: string | null;
|
|
543
543
|
author: {
|
|
544
544
|
username: string | null;
|
|
@@ -1026,8 +1026,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1026
1026
|
thumbnail: string | null;
|
|
1027
1027
|
}>>;
|
|
1028
1028
|
}, "strip", z.ZodTypeAny, {
|
|
1029
|
-
url: string | null;
|
|
1030
|
-
text: string | null;
|
|
1031
1029
|
stats: {
|
|
1032
1030
|
like: number | null;
|
|
1033
1031
|
support: number | null;
|
|
@@ -1039,6 +1037,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1039
1037
|
reposts: number | null;
|
|
1040
1038
|
totalReactions: number | null;
|
|
1041
1039
|
} | null;
|
|
1040
|
+
url: string | null;
|
|
1041
|
+
text: string | null;
|
|
1042
1042
|
urn: string | null;
|
|
1043
1043
|
author: {
|
|
1044
1044
|
username: string | null;
|
|
@@ -1065,8 +1065,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1065
1065
|
} | null;
|
|
1066
1066
|
postType: string | null;
|
|
1067
1067
|
}, {
|
|
1068
|
-
url: string | null;
|
|
1069
|
-
text: string | null;
|
|
1070
1068
|
stats: {
|
|
1071
1069
|
like: number | null;
|
|
1072
1070
|
support: number | null;
|
|
@@ -1078,6 +1076,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1078
1076
|
reposts: number | null;
|
|
1079
1077
|
totalReactions: number | null;
|
|
1080
1078
|
} | null;
|
|
1079
|
+
url: string | null;
|
|
1080
|
+
text: string | null;
|
|
1081
1081
|
urn: string | null;
|
|
1082
1082
|
author: {
|
|
1083
1083
|
username: string | null;
|
|
@@ -1105,8 +1105,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1105
1105
|
postType: string | null;
|
|
1106
1106
|
}>>;
|
|
1107
1107
|
}, "strip", z.ZodTypeAny, {
|
|
1108
|
-
url: string | null;
|
|
1109
|
-
text: string | null;
|
|
1110
1108
|
stats: {
|
|
1111
1109
|
like: number | null;
|
|
1112
1110
|
support: number | null;
|
|
@@ -1118,6 +1116,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1118
1116
|
reposts: number | null;
|
|
1119
1117
|
totalReactions: number | null;
|
|
1120
1118
|
} | null;
|
|
1119
|
+
url: string | null;
|
|
1120
|
+
text: string | null;
|
|
1121
1121
|
document: {
|
|
1122
1122
|
title: string | null;
|
|
1123
1123
|
url: string | null;
|
|
@@ -1157,8 +1157,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1157
1157
|
fullUrn: string | null;
|
|
1158
1158
|
postType: string | null;
|
|
1159
1159
|
resharedPost: {
|
|
1160
|
-
url: string | null;
|
|
1161
|
-
text: string | null;
|
|
1162
1160
|
stats: {
|
|
1163
1161
|
like: number | null;
|
|
1164
1162
|
support: number | null;
|
|
@@ -1170,6 +1168,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1170
1168
|
reposts: number | null;
|
|
1171
1169
|
totalReactions: number | null;
|
|
1172
1170
|
} | null;
|
|
1171
|
+
url: string | null;
|
|
1172
|
+
text: string | null;
|
|
1173
1173
|
urn: string | null;
|
|
1174
1174
|
author: {
|
|
1175
1175
|
username: string | null;
|
|
@@ -1197,8 +1197,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1197
1197
|
postType: string | null;
|
|
1198
1198
|
} | null;
|
|
1199
1199
|
}, {
|
|
1200
|
-
url: string | null;
|
|
1201
|
-
text: string | null;
|
|
1202
1200
|
stats: {
|
|
1203
1201
|
like: number | null;
|
|
1204
1202
|
support: number | null;
|
|
@@ -1210,6 +1208,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1210
1208
|
reposts: number | null;
|
|
1211
1209
|
totalReactions: number | null;
|
|
1212
1210
|
} | null;
|
|
1211
|
+
url: string | null;
|
|
1212
|
+
text: string | null;
|
|
1213
1213
|
document: {
|
|
1214
1214
|
title: string | null;
|
|
1215
1215
|
url: string | null;
|
|
@@ -1249,8 +1249,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1249
1249
|
fullUrn: string | null;
|
|
1250
1250
|
postType: string | null;
|
|
1251
1251
|
resharedPost: {
|
|
1252
|
-
url: string | null;
|
|
1253
|
-
text: string | null;
|
|
1254
1252
|
stats: {
|
|
1255
1253
|
like: number | null;
|
|
1256
1254
|
support: number | null;
|
|
@@ -1262,6 +1260,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1262
1260
|
reposts: number | null;
|
|
1263
1261
|
totalReactions: number | null;
|
|
1264
1262
|
} | null;
|
|
1263
|
+
url: string | null;
|
|
1264
|
+
text: string | null;
|
|
1265
1265
|
urn: string | null;
|
|
1266
1266
|
author: {
|
|
1267
1267
|
username: string | null;
|
|
@@ -1302,8 +1302,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1302
1302
|
success: boolean;
|
|
1303
1303
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1304
1304
|
posts: {
|
|
1305
|
-
url: string | null;
|
|
1306
|
-
text: string | null;
|
|
1307
1305
|
stats: {
|
|
1308
1306
|
like: number | null;
|
|
1309
1307
|
support: number | null;
|
|
@@ -1315,6 +1313,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1315
1313
|
reposts: number | null;
|
|
1316
1314
|
totalReactions: number | null;
|
|
1317
1315
|
} | null;
|
|
1316
|
+
url: string | null;
|
|
1317
|
+
text: string | null;
|
|
1318
1318
|
document: {
|
|
1319
1319
|
title: string | null;
|
|
1320
1320
|
url: string | null;
|
|
@@ -1354,8 +1354,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1354
1354
|
fullUrn: string | null;
|
|
1355
1355
|
postType: string | null;
|
|
1356
1356
|
resharedPost: {
|
|
1357
|
-
url: string | null;
|
|
1358
|
-
text: string | null;
|
|
1359
1357
|
stats: {
|
|
1360
1358
|
like: number | null;
|
|
1361
1359
|
support: number | null;
|
|
@@ -1367,6 +1365,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1367
1365
|
reposts: number | null;
|
|
1368
1366
|
totalReactions: number | null;
|
|
1369
1367
|
} | null;
|
|
1368
|
+
url: string | null;
|
|
1369
|
+
text: string | null;
|
|
1370
1370
|
urn: string | null;
|
|
1371
1371
|
author: {
|
|
1372
1372
|
username: string | null;
|
|
@@ -1428,8 +1428,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1428
1428
|
success: boolean;
|
|
1429
1429
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1430
1430
|
posts: {
|
|
1431
|
-
url: string | null;
|
|
1432
|
-
text: string | null;
|
|
1433
1431
|
stats: {
|
|
1434
1432
|
like: number | null;
|
|
1435
1433
|
support: number | null;
|
|
@@ -1441,6 +1439,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1441
1439
|
reposts: number | null;
|
|
1442
1440
|
totalReactions: number | null;
|
|
1443
1441
|
} | null;
|
|
1442
|
+
url: string | null;
|
|
1443
|
+
text: string | null;
|
|
1444
1444
|
document: {
|
|
1445
1445
|
title: string | null;
|
|
1446
1446
|
url: string | null;
|
|
@@ -1480,8 +1480,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1480
1480
|
fullUrn: string | null;
|
|
1481
1481
|
postType: string | null;
|
|
1482
1482
|
resharedPost: {
|
|
1483
|
-
url: string | null;
|
|
1484
|
-
text: string | null;
|
|
1485
1483
|
stats: {
|
|
1486
1484
|
like: number | null;
|
|
1487
1485
|
support: number | null;
|
|
@@ -1493,6 +1491,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1493
1491
|
reposts: number | null;
|
|
1494
1492
|
totalReactions: number | null;
|
|
1495
1493
|
} | null;
|
|
1494
|
+
url: string | null;
|
|
1495
|
+
text: string | null;
|
|
1496
1496
|
urn: string | null;
|
|
1497
1497
|
author: {
|
|
1498
1498
|
username: string | null;
|
|
@@ -1949,8 +1949,6 @@ 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
|
-
text: string | null;
|
|
1954
1952
|
stats: {
|
|
1955
1953
|
like: number | null;
|
|
1956
1954
|
support: number | null;
|
|
@@ -1962,6 +1960,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1962
1960
|
reposts: number | null;
|
|
1963
1961
|
totalReactions: number | null;
|
|
1964
1962
|
} | null;
|
|
1963
|
+
url: string | null;
|
|
1964
|
+
text: string | null;
|
|
1965
1965
|
urn: string | null;
|
|
1966
1966
|
author: {
|
|
1967
1967
|
username: string | null;
|
|
@@ -1988,8 +1988,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1988
1988
|
} | null;
|
|
1989
1989
|
postType: string | null;
|
|
1990
1990
|
}, {
|
|
1991
|
-
url: string | null;
|
|
1992
|
-
text: string | null;
|
|
1993
1991
|
stats: {
|
|
1994
1992
|
like: number | null;
|
|
1995
1993
|
support: number | null;
|
|
@@ -2001,6 +1999,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2001
1999
|
reposts: number | null;
|
|
2002
2000
|
totalReactions: number | null;
|
|
2003
2001
|
} | null;
|
|
2002
|
+
url: string | null;
|
|
2003
|
+
text: string | null;
|
|
2004
2004
|
urn: string | null;
|
|
2005
2005
|
author: {
|
|
2006
2006
|
username: string | null;
|
|
@@ -2028,8 +2028,6 @@ 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
|
-
text: string | null;
|
|
2033
2031
|
stats: {
|
|
2034
2032
|
like: number | null;
|
|
2035
2033
|
support: number | null;
|
|
@@ -2041,6 +2039,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2041
2039
|
reposts: number | null;
|
|
2042
2040
|
totalReactions: number | null;
|
|
2043
2041
|
} | null;
|
|
2042
|
+
url: string | null;
|
|
2043
|
+
text: string | null;
|
|
2044
2044
|
document: {
|
|
2045
2045
|
title: string | null;
|
|
2046
2046
|
url: string | null;
|
|
@@ -2080,8 +2080,6 @@ 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
|
-
text: string | null;
|
|
2085
2083
|
stats: {
|
|
2086
2084
|
like: number | null;
|
|
2087
2085
|
support: number | null;
|
|
@@ -2093,6 +2091,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2093
2091
|
reposts: number | null;
|
|
2094
2092
|
totalReactions: number | null;
|
|
2095
2093
|
} | null;
|
|
2094
|
+
url: string | null;
|
|
2095
|
+
text: string | null;
|
|
2096
2096
|
urn: string | null;
|
|
2097
2097
|
author: {
|
|
2098
2098
|
username: string | null;
|
|
@@ -2120,8 +2120,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2120
2120
|
postType: string | null;
|
|
2121
2121
|
} | null;
|
|
2122
2122
|
}, {
|
|
2123
|
-
url: string | null;
|
|
2124
|
-
text: string | null;
|
|
2125
2123
|
stats: {
|
|
2126
2124
|
like: number | null;
|
|
2127
2125
|
support: number | null;
|
|
@@ -2133,6 +2131,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2133
2131
|
reposts: number | null;
|
|
2134
2132
|
totalReactions: number | null;
|
|
2135
2133
|
} | null;
|
|
2134
|
+
url: string | null;
|
|
2135
|
+
text: string | null;
|
|
2136
2136
|
document: {
|
|
2137
2137
|
title: string | null;
|
|
2138
2138
|
url: string | null;
|
|
@@ -2172,8 +2172,6 @@ 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
|
-
text: string | null;
|
|
2177
2175
|
stats: {
|
|
2178
2176
|
like: number | null;
|
|
2179
2177
|
support: number | null;
|
|
@@ -2185,6 +2183,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2185
2183
|
reposts: number | null;
|
|
2186
2184
|
totalReactions: number | null;
|
|
2187
2185
|
} | null;
|
|
2186
|
+
url: string | null;
|
|
2187
|
+
text: string | null;
|
|
2188
2188
|
urn: string | null;
|
|
2189
2189
|
author: {
|
|
2190
2190
|
username: string | null;
|
|
@@ -2225,8 +2225,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2225
2225
|
success: boolean;
|
|
2226
2226
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2227
2227
|
posts: {
|
|
2228
|
-
url: string | null;
|
|
2229
|
-
text: string | null;
|
|
2230
2228
|
stats: {
|
|
2231
2229
|
like: number | null;
|
|
2232
2230
|
support: number | null;
|
|
@@ -2238,6 +2236,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2238
2236
|
reposts: number | null;
|
|
2239
2237
|
totalReactions: number | null;
|
|
2240
2238
|
} | null;
|
|
2239
|
+
url: string | null;
|
|
2240
|
+
text: string | null;
|
|
2241
2241
|
document: {
|
|
2242
2242
|
title: string | null;
|
|
2243
2243
|
url: string | null;
|
|
@@ -2277,8 +2277,6 @@ 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
|
-
text: string | null;
|
|
2282
2280
|
stats: {
|
|
2283
2281
|
like: number | null;
|
|
2284
2282
|
support: number | null;
|
|
@@ -2290,6 +2288,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2290
2288
|
reposts: number | null;
|
|
2291
2289
|
totalReactions: number | null;
|
|
2292
2290
|
} | null;
|
|
2291
|
+
url: string | null;
|
|
2292
|
+
text: string | null;
|
|
2293
2293
|
urn: string | null;
|
|
2294
2294
|
author: {
|
|
2295
2295
|
username: string | null;
|
|
@@ -2351,8 +2351,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2351
2351
|
success: boolean;
|
|
2352
2352
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2353
2353
|
posts: {
|
|
2354
|
-
url: string | null;
|
|
2355
|
-
text: string | null;
|
|
2356
2354
|
stats: {
|
|
2357
2355
|
like: number | null;
|
|
2358
2356
|
support: number | null;
|
|
@@ -2364,6 +2362,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2364
2362
|
reposts: number | null;
|
|
2365
2363
|
totalReactions: number | null;
|
|
2366
2364
|
} | null;
|
|
2365
|
+
url: string | null;
|
|
2366
|
+
text: string | null;
|
|
2367
2367
|
document: {
|
|
2368
2368
|
title: string | null;
|
|
2369
2369
|
url: string | null;
|
|
@@ -2403,8 +2403,6 @@ 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
|
-
text: string | null;
|
|
2408
2406
|
stats: {
|
|
2409
2407
|
like: number | null;
|
|
2410
2408
|
support: number | null;
|
|
@@ -2416,6 +2414,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2416
2414
|
reposts: number | null;
|
|
2417
2415
|
totalReactions: number | null;
|
|
2418
2416
|
} | null;
|
|
2417
|
+
url: string | null;
|
|
2418
|
+
text: string | null;
|
|
2419
2419
|
urn: string | null;
|
|
2420
2420
|
author: {
|
|
2421
2421
|
username: string | null;
|
|
@@ -154,6 +154,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
154
154
|
success: z.ZodBoolean;
|
|
155
155
|
error: z.ZodString;
|
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
|
157
|
+
error: string;
|
|
158
|
+
success: boolean;
|
|
157
159
|
metadata: {
|
|
158
160
|
sort: string;
|
|
159
161
|
scrapedAt: string;
|
|
@@ -164,8 +166,6 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
164
166
|
apiEndpoint: string;
|
|
165
167
|
timeFilter?: string | undefined;
|
|
166
168
|
};
|
|
167
|
-
error: string;
|
|
168
|
-
success: boolean;
|
|
169
169
|
posts: {
|
|
170
170
|
title: string;
|
|
171
171
|
url: string;
|
|
@@ -183,6 +183,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
183
183
|
flair?: string | undefined;
|
|
184
184
|
}[];
|
|
185
185
|
}, {
|
|
186
|
+
error: string;
|
|
187
|
+
success: boolean;
|
|
186
188
|
metadata: {
|
|
187
189
|
sort: string;
|
|
188
190
|
scrapedAt: string;
|
|
@@ -193,8 +195,6 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
193
195
|
apiEndpoint: string;
|
|
194
196
|
timeFilter?: string | undefined;
|
|
195
197
|
};
|
|
196
|
-
error: string;
|
|
197
|
-
success: boolean;
|
|
198
198
|
posts: {
|
|
199
199
|
title: string;
|
|
200
200
|
url: string;
|
|
@@ -324,6 +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
|
+
error: string;
|
|
328
|
+
success: boolean;
|
|
327
329
|
metadata: {
|
|
328
330
|
sort: string;
|
|
329
331
|
scrapedAt: string;
|
|
@@ -334,8 +336,6 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
334
336
|
apiEndpoint: string;
|
|
335
337
|
timeFilter?: string | undefined;
|
|
336
338
|
};
|
|
337
|
-
error: string;
|
|
338
|
-
success: boolean;
|
|
339
339
|
posts: {
|
|
340
340
|
title: string;
|
|
341
341
|
url: string;
|
|
@@ -353,6 +353,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
353
353
|
flair?: string | undefined;
|
|
354
354
|
}[];
|
|
355
355
|
}, {
|
|
356
|
+
error: string;
|
|
357
|
+
success: boolean;
|
|
356
358
|
metadata: {
|
|
357
359
|
sort: string;
|
|
358
360
|
scrapedAt: string;
|
|
@@ -363,8 +365,6 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
363
365
|
apiEndpoint: string;
|
|
364
366
|
timeFilter?: string | undefined;
|
|
365
367
|
};
|
|
366
|
-
error: string;
|
|
367
|
-
success: boolean;
|
|
368
368
|
posts: {
|
|
369
369
|
title: string;
|
|
370
370
|
url: string;
|
|
@@ -5,23 +5,23 @@ import { CredentialType, type BubbleName } from '@bubblelab/shared-schemas';
|
|
|
5
5
|
declare const ResearchAgentToolParamsSchema: z.ZodObject<{
|
|
6
6
|
task: z.ZodString;
|
|
7
7
|
expectedResultSchema: z.ZodUnion<[z.ZodType<z.ZodTypeAny, z.ZodTypeDef, z.ZodTypeAny>, z.ZodString]>;
|
|
8
|
-
model: z.ZodDefault<z.ZodEnum<["openai/gpt-5", "openai/gpt-5-mini", "openai/gpt-5.1", "openai/gpt-5.2", "google/gemini-2.5-pro", "google/gemini-2.5-flash", "google/gemini-2.5-flash-lite", "google/gemini-2.5-flash-image-preview", "google/gemini-3-pro-preview", "google/gemini-3-pro-image-preview", "google/gemini-3-flash-preview", "anthropic/claude-sonnet-4-5", "anthropic/claude-opus-4-5", "anthropic/claude-haiku-4-5", "openrouter/x-ai/grok-code-fast-1", "openrouter/z-ai/glm-4.6", "openrouter/anthropic/claude-sonnet-4.5", "openrouter/google/gemini-3-pro-preview", "openrouter/morph/morph-v3-large", "openrouter/openai/gpt-oss-120b", "openrouter/openai/o3-deep-research", "openrouter/openai/o4-mini-deep-research"]>>;
|
|
8
|
+
model: z.ZodDefault<z.ZodEnum<["openai/gpt-5", "openai/gpt-5-mini", "openai/gpt-5.1", "openai/gpt-5.2", "google/gemini-2.5-pro", "google/gemini-2.5-flash", "google/gemini-2.5-flash-lite", "google/gemini-2.5-flash-image-preview", "google/gemini-3-pro-preview", "google/gemini-3-pro-image-preview", "google/gemini-3-flash-preview", "anthropic/claude-sonnet-4-5", "anthropic/claude-opus-4-5", "anthropic/claude-haiku-4-5", "openrouter/x-ai/grok-code-fast-1", "openrouter/z-ai/glm-4.6", "openrouter/z-ai/glm-4.7", "openrouter/anthropic/claude-sonnet-4.5", "openrouter/anthropic/claude-opus-4.5", "openrouter/google/gemini-3-pro-preview", "openrouter/morph/morph-v3-large", "openrouter/openai/gpt-oss-120b", "openrouter/openai/o3-deep-research", "openrouter/openai/o4-mini-deep-research"]>>;
|
|
9
9
|
maxTokens: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
10
10
|
maxIterations: z.ZodDefault<z.ZodNumber>;
|
|
11
11
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
12
12
|
}, "strip", z.ZodTypeAny, {
|
|
13
|
-
model: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research";
|
|
13
|
+
model: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research";
|
|
14
14
|
maxIterations: number;
|
|
15
15
|
task: string;
|
|
16
16
|
expectedResultSchema: string | z.ZodTypeAny;
|
|
17
|
-
maxTokens?: number | undefined;
|
|
18
17
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
18
|
+
maxTokens?: number | undefined;
|
|
19
19
|
}, {
|
|
20
20
|
task: string;
|
|
21
21
|
expectedResultSchema: string | z.ZodTypeAny;
|
|
22
|
-
model?: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research" | undefined;
|
|
23
|
-
maxTokens?: number | undefined;
|
|
24
22
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
23
|
+
model?: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research" | undefined;
|
|
24
|
+
maxTokens?: number | undefined;
|
|
25
25
|
maxIterations?: number | undefined;
|
|
26
26
|
}>;
|
|
27
27
|
declare const ResearchAgentToolResultSchema: z.ZodObject<{
|
|
@@ -54,23 +54,23 @@ export declare class ResearchAgentTool extends ToolBubble<ResearchAgentToolParam
|
|
|
54
54
|
static readonly schema: z.ZodObject<{
|
|
55
55
|
task: z.ZodString;
|
|
56
56
|
expectedResultSchema: z.ZodUnion<[z.ZodType<z.ZodTypeAny, z.ZodTypeDef, z.ZodTypeAny>, z.ZodString]>;
|
|
57
|
-
model: z.ZodDefault<z.ZodEnum<["openai/gpt-5", "openai/gpt-5-mini", "openai/gpt-5.1", "openai/gpt-5.2", "google/gemini-2.5-pro", "google/gemini-2.5-flash", "google/gemini-2.5-flash-lite", "google/gemini-2.5-flash-image-preview", "google/gemini-3-pro-preview", "google/gemini-3-pro-image-preview", "google/gemini-3-flash-preview", "anthropic/claude-sonnet-4-5", "anthropic/claude-opus-4-5", "anthropic/claude-haiku-4-5", "openrouter/x-ai/grok-code-fast-1", "openrouter/z-ai/glm-4.6", "openrouter/anthropic/claude-sonnet-4.5", "openrouter/google/gemini-3-pro-preview", "openrouter/morph/morph-v3-large", "openrouter/openai/gpt-oss-120b", "openrouter/openai/o3-deep-research", "openrouter/openai/o4-mini-deep-research"]>>;
|
|
57
|
+
model: z.ZodDefault<z.ZodEnum<["openai/gpt-5", "openai/gpt-5-mini", "openai/gpt-5.1", "openai/gpt-5.2", "google/gemini-2.5-pro", "google/gemini-2.5-flash", "google/gemini-2.5-flash-lite", "google/gemini-2.5-flash-image-preview", "google/gemini-3-pro-preview", "google/gemini-3-pro-image-preview", "google/gemini-3-flash-preview", "anthropic/claude-sonnet-4-5", "anthropic/claude-opus-4-5", "anthropic/claude-haiku-4-5", "openrouter/x-ai/grok-code-fast-1", "openrouter/z-ai/glm-4.6", "openrouter/z-ai/glm-4.7", "openrouter/anthropic/claude-sonnet-4.5", "openrouter/anthropic/claude-opus-4.5", "openrouter/google/gemini-3-pro-preview", "openrouter/morph/morph-v3-large", "openrouter/openai/gpt-oss-120b", "openrouter/openai/o3-deep-research", "openrouter/openai/o4-mini-deep-research"]>>;
|
|
58
58
|
maxTokens: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
59
59
|
maxIterations: z.ZodDefault<z.ZodNumber>;
|
|
60
60
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
61
61
|
}, "strip", z.ZodTypeAny, {
|
|
62
|
-
model: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research";
|
|
62
|
+
model: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research";
|
|
63
63
|
maxIterations: number;
|
|
64
64
|
task: string;
|
|
65
65
|
expectedResultSchema: string | z.ZodTypeAny;
|
|
66
|
-
maxTokens?: number | undefined;
|
|
67
66
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
67
|
+
maxTokens?: number | undefined;
|
|
68
68
|
}, {
|
|
69
69
|
task: string;
|
|
70
70
|
expectedResultSchema: string | z.ZodTypeAny;
|
|
71
|
-
model?: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research" | undefined;
|
|
72
|
-
maxTokens?: number | undefined;
|
|
73
71
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
72
|
+
model?: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research" | undefined;
|
|
73
|
+
maxTokens?: number | undefined;
|
|
74
74
|
maxIterations?: number | undefined;
|
|
75
75
|
}>;
|
|
76
76
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -38,25 +38,25 @@ declare const SQLQueryToolResultSchema: z.ZodObject<{
|
|
|
38
38
|
success: z.ZodBoolean;
|
|
39
39
|
error: z.ZodString;
|
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
|
41
|
+
executionTime: number;
|
|
41
42
|
error: string;
|
|
42
43
|
success: boolean;
|
|
43
|
-
executionTime: number;
|
|
44
44
|
rowCount: number;
|
|
45
|
+
rows?: Record<string, unknown>[] | undefined;
|
|
45
46
|
fields?: {
|
|
46
47
|
name: string;
|
|
47
48
|
dataTypeID?: number | undefined;
|
|
48
49
|
}[] | undefined;
|
|
49
|
-
rows?: Record<string, unknown>[] | undefined;
|
|
50
50
|
}, {
|
|
51
|
+
executionTime: number;
|
|
51
52
|
error: string;
|
|
52
53
|
success: boolean;
|
|
53
|
-
executionTime: number;
|
|
54
54
|
rowCount: number;
|
|
55
|
+
rows?: Record<string, unknown>[] | undefined;
|
|
55
56
|
fields?: {
|
|
56
57
|
name: string;
|
|
57
58
|
dataTypeID?: number | undefined;
|
|
58
59
|
}[] | undefined;
|
|
59
|
-
rows?: Record<string, unknown>[] | undefined;
|
|
60
60
|
}>;
|
|
61
61
|
/**
|
|
62
62
|
* SQLQueryTool - Execute SQL queries against PostgreSQL databases
|
|
@@ -101,25 +101,25 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
|
|
|
101
101
|
success: z.ZodBoolean;
|
|
102
102
|
error: z.ZodString;
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
|
+
executionTime: number;
|
|
104
105
|
error: string;
|
|
105
106
|
success: boolean;
|
|
106
|
-
executionTime: number;
|
|
107
107
|
rowCount: number;
|
|
108
|
+
rows?: Record<string, unknown>[] | undefined;
|
|
108
109
|
fields?: {
|
|
109
110
|
name: string;
|
|
110
111
|
dataTypeID?: number | undefined;
|
|
111
112
|
}[] | undefined;
|
|
112
|
-
rows?: Record<string, unknown>[] | undefined;
|
|
113
113
|
}, {
|
|
114
|
+
executionTime: number;
|
|
114
115
|
error: string;
|
|
115
116
|
success: boolean;
|
|
116
|
-
executionTime: number;
|
|
117
117
|
rowCount: number;
|
|
118
|
+
rows?: Record<string, unknown>[] | undefined;
|
|
118
119
|
fields?: {
|
|
119
120
|
name: string;
|
|
120
121
|
dataTypeID?: number | undefined;
|
|
121
122
|
}[] | undefined;
|
|
122
|
-
rows?: Record<string, unknown>[] | undefined;
|
|
123
123
|
}>;
|
|
124
124
|
static readonly shortDescription = "Execute read-only SQL queries against PostgreSQL databases for data analysis";
|
|
125
125
|
static readonly longDescription = "\n A tool bubble that provides safe, read-only SQL query execution against PostgreSQL databases.\n \n Features:\n - Execute SELECT, WITH, EXPLAIN, ANALYZE, SHOW, and DESCRIBE queries\n - Automatic query timeout and row limit enforcement (30s timeout, 1000 rows max)\n - Clean JSON formatting of results for AI consumption\n - Detailed execution metadata including timing and row counts\n \n Security:\n - Read-only operations enforced\n - Query timeout protection (30 seconds)\n - Row limit protection (1000 rows max)\n \n Use cases:\n - AI agents performing iterative database exploration\n - Data analysis and business intelligence queries\n - Schema discovery and table introspection\n - Performance analysis with EXPLAIN queries\n - Automated reporting and data extraction\n ";
|