@bubblelab/bubble-core 0.1.76 → 0.1.78

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.
Files changed (48) hide show
  1. package/dist/bubble-bundle.d.ts +73 -72
  2. package/dist/bubbles/service-bubble/ai-agent.d.ts +38 -38
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  4. package/dist/bubbles/service-bubble/ai-agent.js +1 -0
  5. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  6. package/dist/bubbles/service-bubble/airtable.d.ts +92 -92
  7. package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
  8. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  12. package/dist/bubbles/service-bubble/firecrawl.d.ts +242 -242
  13. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  14. package/dist/bubbles/service-bubble/github.d.ts +40 -40
  15. package/dist/bubbles/service-bubble/gmail.d.ts +124 -124
  16. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  17. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  18. package/dist/bubbles/service-bubble/jira/jira.d.ts +8 -8
  19. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +10 -10
  20. package/dist/bubbles/service-bubble/notion/notion.d.ts +453 -453
  21. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  22. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  23. package/dist/bubbles/service-bubble/slack/slack.d.ts +295 -295
  24. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +4 -4
  25. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +4 -4
  26. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
  27. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +2 -2
  28. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  29. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +12 -12
  30. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
  31. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +52 -52
  32. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +8 -8
  33. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  34. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  35. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
  36. package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
  37. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +36 -36
  38. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  39. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  41. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  42. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
  43. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  44. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +30 -30
  45. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +18 -18
  46. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +118 -118
  47. package/dist/bubbles.json +4 -3
  48. package/package.json +2 -2
@@ -303,6 +303,8 @@ 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;
306
308
  stats: {
307
309
  like: number | null;
308
310
  support: number | null;
@@ -314,8 +316,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
314
316
  reposts: number | null;
315
317
  totalReactions: number | null;
316
318
  } | null;
317
- url: string | null;
318
- text: string | null;
319
319
  urn: string | null;
320
320
  author: {
321
321
  username: string | null;
@@ -342,6 +342,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
342
342
  } | null;
343
343
  postType: string | null;
344
344
  }, {
345
+ url: string | null;
346
+ text: string | null;
345
347
  stats: {
346
348
  like: number | null;
347
349
  support: number | null;
@@ -353,8 +355,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
353
355
  reposts: number | null;
354
356
  totalReactions: number | null;
355
357
  } | null;
356
- url: string | null;
357
- text: string | null;
358
358
  urn: string | null;
359
359
  author: {
360
360
  username: string | null;
@@ -382,6 +382,8 @@ 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;
385
387
  stats: {
386
388
  like: number | null;
387
389
  support: number | null;
@@ -393,8 +395,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
393
395
  reposts: number | null;
394
396
  totalReactions: number | null;
395
397
  } | null;
396
- url: string | null;
397
- text: string | null;
398
398
  document: {
399
399
  title: string | null;
400
400
  url: string | null;
@@ -434,6 +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
+ text: string | null;
437
439
  stats: {
438
440
  like: number | null;
439
441
  support: number | null;
@@ -445,8 +447,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
445
447
  reposts: number | null;
446
448
  totalReactions: number | null;
447
449
  } | null;
448
- url: string | null;
449
- text: string | null;
450
450
  urn: string | null;
451
451
  author: {
452
452
  username: string | null;
@@ -474,6 +474,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
474
474
  postType: string | null;
475
475
  } | null;
476
476
  }, {
477
+ url: string | null;
478
+ text: string | null;
477
479
  stats: {
478
480
  like: number | null;
479
481
  support: number | null;
@@ -485,8 +487,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
485
487
  reposts: number | null;
486
488
  totalReactions: number | null;
487
489
  } | null;
488
- url: string | null;
489
- text: string | null;
490
490
  document: {
491
491
  title: string | null;
492
492
  url: string | null;
@@ -526,6 +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
+ text: string | null;
529
531
  stats: {
530
532
  like: number | null;
531
533
  support: number | null;
@@ -537,8 +539,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
537
539
  reposts: number | null;
538
540
  totalReactions: number | null;
539
541
  } | null;
540
- url: string | null;
541
- text: string | null;
542
542
  urn: string | null;
543
543
  author: {
544
544
  username: string | null;
@@ -1026,6 +1026,8 @@ 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;
1029
1031
  stats: {
1030
1032
  like: number | null;
1031
1033
  support: number | null;
@@ -1037,8 +1039,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1037
1039
  reposts: number | null;
1038
1040
  totalReactions: number | null;
1039
1041
  } | null;
1040
- url: string | null;
1041
- text: string | null;
1042
1042
  urn: string | null;
1043
1043
  author: {
1044
1044
  username: string | null;
@@ -1065,6 +1065,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1065
1065
  } | null;
1066
1066
  postType: string | null;
1067
1067
  }, {
1068
+ url: string | null;
1069
+ text: string | null;
1068
1070
  stats: {
1069
1071
  like: number | null;
1070
1072
  support: number | null;
@@ -1076,8 +1078,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1076
1078
  reposts: number | null;
1077
1079
  totalReactions: number | null;
1078
1080
  } | null;
1079
- url: string | null;
1080
- text: string | null;
1081
1081
  urn: string | null;
1082
1082
  author: {
1083
1083
  username: string | null;
@@ -1105,6 +1105,8 @@ 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;
1108
1110
  stats: {
1109
1111
  like: number | null;
1110
1112
  support: number | null;
@@ -1116,8 +1118,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1116
1118
  reposts: number | null;
1117
1119
  totalReactions: number | null;
1118
1120
  } | null;
1119
- url: string | null;
1120
- text: string | null;
1121
1121
  document: {
1122
1122
  title: string | null;
1123
1123
  url: string | null;
@@ -1157,6 +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
+ text: string | null;
1160
1162
  stats: {
1161
1163
  like: number | null;
1162
1164
  support: number | null;
@@ -1168,8 +1170,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1168
1170
  reposts: number | null;
1169
1171
  totalReactions: number | null;
1170
1172
  } | null;
1171
- url: string | null;
1172
- text: string | null;
1173
1173
  urn: string | null;
1174
1174
  author: {
1175
1175
  username: string | null;
@@ -1197,6 +1197,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1197
1197
  postType: string | null;
1198
1198
  } | null;
1199
1199
  }, {
1200
+ url: string | null;
1201
+ text: string | null;
1200
1202
  stats: {
1201
1203
  like: number | null;
1202
1204
  support: number | null;
@@ -1208,8 +1210,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1208
1210
  reposts: number | null;
1209
1211
  totalReactions: number | null;
1210
1212
  } | null;
1211
- url: string | null;
1212
- text: string | null;
1213
1213
  document: {
1214
1214
  title: string | null;
1215
1215
  url: string | null;
@@ -1249,6 +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
+ text: string | null;
1252
1254
  stats: {
1253
1255
  like: number | null;
1254
1256
  support: number | null;
@@ -1260,8 +1262,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1260
1262
  reposts: number | null;
1261
1263
  totalReactions: number | null;
1262
1264
  } | null;
1263
- url: string | null;
1264
- text: string | null;
1265
1265
  urn: string | null;
1266
1266
  author: {
1267
1267
  username: string | null;
@@ -1302,6 +1302,8 @@ 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;
1305
1307
  stats: {
1306
1308
  like: number | null;
1307
1309
  support: number | null;
@@ -1313,8 +1315,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1313
1315
  reposts: number | null;
1314
1316
  totalReactions: number | null;
1315
1317
  } | null;
1316
- url: string | null;
1317
- text: string | null;
1318
1318
  document: {
1319
1319
  title: string | null;
1320
1320
  url: string | null;
@@ -1354,6 +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
+ text: string | null;
1357
1359
  stats: {
1358
1360
  like: number | null;
1359
1361
  support: number | null;
@@ -1365,8 +1367,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1365
1367
  reposts: number | null;
1366
1368
  totalReactions: number | null;
1367
1369
  } | null;
1368
- url: string | null;
1369
- text: string | null;
1370
1370
  urn: string | null;
1371
1371
  author: {
1372
1372
  username: string | null;
@@ -1428,6 +1428,8 @@ 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;
1431
1433
  stats: {
1432
1434
  like: number | null;
1433
1435
  support: number | null;
@@ -1439,8 +1441,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1439
1441
  reposts: number | null;
1440
1442
  totalReactions: number | null;
1441
1443
  } | null;
1442
- url: string | null;
1443
- text: string | null;
1444
1444
  document: {
1445
1445
  title: string | null;
1446
1446
  url: string | null;
@@ -1480,6 +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
+ text: string | null;
1483
1485
  stats: {
1484
1486
  like: number | null;
1485
1487
  support: number | null;
@@ -1491,8 +1493,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1491
1493
  reposts: number | null;
1492
1494
  totalReactions: number | null;
1493
1495
  } | null;
1494
- url: string | null;
1495
- text: string | null;
1496
1496
  urn: string | null;
1497
1497
  author: {
1498
1498
  username: string | null;
@@ -1949,6 +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
+ text: string | null;
1952
1954
  stats: {
1953
1955
  like: number | null;
1954
1956
  support: number | null;
@@ -1960,8 +1962,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1960
1962
  reposts: number | null;
1961
1963
  totalReactions: number | null;
1962
1964
  } | null;
1963
- url: string | null;
1964
- text: string | null;
1965
1965
  urn: string | null;
1966
1966
  author: {
1967
1967
  username: string | null;
@@ -1988,6 +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
+ text: string | null;
1991
1993
  stats: {
1992
1994
  like: number | null;
1993
1995
  support: number | null;
@@ -1999,8 +2001,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1999
2001
  reposts: number | null;
2000
2002
  totalReactions: number | null;
2001
2003
  } | null;
2002
- url: string | null;
2003
- text: string | null;
2004
2004
  urn: string | null;
2005
2005
  author: {
2006
2006
  username: string | null;
@@ -2028,6 +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
+ text: string | null;
2031
2033
  stats: {
2032
2034
  like: number | null;
2033
2035
  support: number | null;
@@ -2039,8 +2041,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2039
2041
  reposts: number | null;
2040
2042
  totalReactions: number | null;
2041
2043
  } | null;
2042
- url: string | null;
2043
- text: string | null;
2044
2044
  document: {
2045
2045
  title: string | null;
2046
2046
  url: string | null;
@@ -2080,6 +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
+ text: string | null;
2083
2085
  stats: {
2084
2086
  like: number | null;
2085
2087
  support: number | null;
@@ -2091,8 +2093,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2091
2093
  reposts: number | null;
2092
2094
  totalReactions: number | null;
2093
2095
  } | null;
2094
- url: string | null;
2095
- text: string | null;
2096
2096
  urn: string | null;
2097
2097
  author: {
2098
2098
  username: string | null;
@@ -2120,6 +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
+ text: string | null;
2123
2125
  stats: {
2124
2126
  like: number | null;
2125
2127
  support: number | null;
@@ -2131,8 +2133,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2131
2133
  reposts: number | null;
2132
2134
  totalReactions: number | null;
2133
2135
  } | null;
2134
- url: string | null;
2135
- text: string | null;
2136
2136
  document: {
2137
2137
  title: string | null;
2138
2138
  url: string | null;
@@ -2172,6 +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
+ text: string | null;
2175
2177
  stats: {
2176
2178
  like: number | null;
2177
2179
  support: number | null;
@@ -2183,8 +2185,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2183
2185
  reposts: number | null;
2184
2186
  totalReactions: number | null;
2185
2187
  } | null;
2186
- url: string | null;
2187
- text: string | null;
2188
2188
  urn: string | null;
2189
2189
  author: {
2190
2190
  username: string | null;
@@ -2225,6 +2225,8 @@ 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;
2228
2230
  stats: {
2229
2231
  like: number | null;
2230
2232
  support: number | null;
@@ -2236,8 +2238,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2236
2238
  reposts: number | null;
2237
2239
  totalReactions: number | null;
2238
2240
  } | null;
2239
- url: string | null;
2240
- text: string | null;
2241
2241
  document: {
2242
2242
  title: string | null;
2243
2243
  url: string | null;
@@ -2277,6 +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
+ text: string | null;
2280
2282
  stats: {
2281
2283
  like: number | null;
2282
2284
  support: number | null;
@@ -2288,8 +2290,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2288
2290
  reposts: number | null;
2289
2291
  totalReactions: number | null;
2290
2292
  } | null;
2291
- url: string | null;
2292
- text: string | null;
2293
2293
  urn: string | null;
2294
2294
  author: {
2295
2295
  username: string | null;
@@ -2351,6 +2351,8 @@ 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;
2354
2356
  stats: {
2355
2357
  like: number | null;
2356
2358
  support: number | null;
@@ -2362,8 +2364,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2362
2364
  reposts: number | null;
2363
2365
  totalReactions: number | null;
2364
2366
  } | null;
2365
- url: string | null;
2366
- text: string | null;
2367
2367
  document: {
2368
2368
  title: string | null;
2369
2369
  url: string | null;
@@ -2403,6 +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
+ text: string | null;
2406
2408
  stats: {
2407
2409
  like: number | null;
2408
2410
  support: number | null;
@@ -2414,8 +2416,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2414
2416
  reposts: number | null;
2415
2417
  totalReactions: number | null;
2416
2418
  } | null;
2417
- url: string | null;
2418
- text: string | null;
2419
2419
  urn: string | null;
2420
2420
  author: {
2421
2421
  username: string | null;
@@ -154,8 +154,6 @@ 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;
159
157
  metadata: {
160
158
  sort: string;
161
159
  scrapedAt: string;
@@ -166,6 +164,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
166
164
  apiEndpoint: string;
167
165
  timeFilter?: string | undefined;
168
166
  };
167
+ error: string;
168
+ success: boolean;
169
169
  posts: {
170
170
  title: string;
171
171
  url: string;
@@ -183,8 +183,6 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
183
183
  flair?: string | undefined;
184
184
  }[];
185
185
  }, {
186
- error: string;
187
- success: boolean;
188
186
  metadata: {
189
187
  sort: string;
190
188
  scrapedAt: string;
@@ -195,6 +193,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
195
193
  apiEndpoint: string;
196
194
  timeFilter?: string | undefined;
197
195
  };
196
+ error: string;
197
+ success: boolean;
198
198
  posts: {
199
199
  title: string;
200
200
  url: string;
@@ -324,8 +324,6 @@ 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;
329
327
  metadata: {
330
328
  sort: string;
331
329
  scrapedAt: string;
@@ -336,6 +334,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
336
334
  apiEndpoint: string;
337
335
  timeFilter?: string | undefined;
338
336
  };
337
+ error: string;
338
+ success: boolean;
339
339
  posts: {
340
340
  title: string;
341
341
  url: string;
@@ -353,8 +353,6 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
353
353
  flair?: string | undefined;
354
354
  }[];
355
355
  }, {
356
- error: string;
357
- success: boolean;
358
356
  metadata: {
359
357
  sort: string;
360
358
  scrapedAt: string;
@@ -365,6 +363,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
365
363
  apiEndpoint: string;
366
364
  timeFilter?: string | undefined;
367
365
  };
366
+ error: string;
367
+ success: boolean;
368
368
  posts: {
369
369
  title: string;
370
370
  url: string;
@@ -14,14 +14,14 @@ declare const ResearchAgentToolParamsSchema: z.ZodObject<{
14
14
  maxIterations: number;
15
15
  task: string;
16
16
  expectedResultSchema: string | z.ZodTypeAny;
17
- credentials?: Partial<Record<CredentialType, string>> | undefined;
18
17
  maxTokens?: number | undefined;
18
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
19
19
  }, {
20
20
  task: string;
21
21
  expectedResultSchema: string | z.ZodTypeAny;
22
- credentials?: Partial<Record<CredentialType, string>> | undefined;
23
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;
24
23
  maxTokens?: number | undefined;
24
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
25
25
  maxIterations?: number | undefined;
26
26
  }>;
27
27
  declare const ResearchAgentToolResultSchema: z.ZodObject<{
@@ -63,14 +63,14 @@ export declare class ResearchAgentTool extends ToolBubble<ResearchAgentToolParam
63
63
  maxIterations: number;
64
64
  task: string;
65
65
  expectedResultSchema: string | z.ZodTypeAny;
66
- credentials?: Partial<Record<CredentialType, string>> | undefined;
67
66
  maxTokens?: number | undefined;
67
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
68
68
  }, {
69
69
  task: string;
70
70
  expectedResultSchema: string | z.ZodTypeAny;
71
- credentials?: Partial<Record<CredentialType, string>> | undefined;
72
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;
73
72
  maxTokens?: number | undefined;
73
+ credentials?: Partial<Record<CredentialType, string>> | 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;
42
41
  error: string;
43
42
  success: boolean;
43
+ executionTime: number;
44
44
  rowCount: number;
45
- rows?: Record<string, unknown>[] | undefined;
46
45
  fields?: {
47
46
  name: string;
48
47
  dataTypeID?: number | undefined;
49
48
  }[] | undefined;
49
+ rows?: Record<string, unknown>[] | undefined;
50
50
  }, {
51
- executionTime: number;
52
51
  error: string;
53
52
  success: boolean;
53
+ executionTime: number;
54
54
  rowCount: number;
55
- rows?: Record<string, unknown>[] | undefined;
56
55
  fields?: {
57
56
  name: string;
58
57
  dataTypeID?: number | undefined;
59
58
  }[] | 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;
105
104
  error: string;
106
105
  success: boolean;
106
+ executionTime: number;
107
107
  rowCount: number;
108
- rows?: Record<string, unknown>[] | undefined;
109
108
  fields?: {
110
109
  name: string;
111
110
  dataTypeID?: number | undefined;
112
111
  }[] | undefined;
112
+ rows?: Record<string, unknown>[] | undefined;
113
113
  }, {
114
- executionTime: number;
115
114
  error: string;
116
115
  success: boolean;
116
+ executionTime: number;
117
117
  rowCount: number;
118
- rows?: Record<string, unknown>[] | undefined;
119
118
  fields?: {
120
119
  name: string;
121
120
  dataTypeID?: number | undefined;
122
121
  }[] | 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 ";