@bubblelab/bubble-core 0.1.20 → 0.1.22
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 +60 -60
- package/dist/bubbles/service-bubble/agi-inc.d.ts +96 -96
- package/dist/bubbles/service-bubble/ai-agent.d.ts +56 -56
- package/dist/bubbles/service-bubble/airtable.d.ts +138 -138
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +27 -27
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
- package/dist/bubbles/service-bubble/firecrawl.d.ts +811 -811
- package/dist/bubbles/service-bubble/followupboss.d.ts +156 -156
- package/dist/bubbles/service-bubble/github.d.ts +216 -216
- package/dist/bubbles/service-bubble/gmail.d.ts +584 -584
- package/dist/bubbles/service-bubble/google-calendar.d.ts +482 -482
- package/dist/bubbles/service-bubble/google-drive.d.ts +139 -66
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +343 -0
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- 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 +8 -8
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1278 -1278
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +28 -28
- package/dist/bubbles/service-bubble/slack/slack.d.ts +369 -363
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js +89 -2
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +1289 -1289
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +46 -46
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +74 -74
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +84 -84
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +2 -2
- package/package.json +2 -2
|
@@ -171,13 +171,13 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
171
171
|
}, "strip", z.ZodTypeAny, {
|
|
172
172
|
title: string | null;
|
|
173
173
|
url: string | null;
|
|
174
|
-
subtitle: string | null;
|
|
175
174
|
thumbnail: string | null;
|
|
175
|
+
subtitle: string | null;
|
|
176
176
|
}, {
|
|
177
177
|
title: string | null;
|
|
178
178
|
url: string | null;
|
|
179
|
-
subtitle: string | null;
|
|
180
179
|
thumbnail: string | null;
|
|
180
|
+
subtitle: string | null;
|
|
181
181
|
}>>;
|
|
182
182
|
document: z.ZodNullable<z.ZodObject<{
|
|
183
183
|
title: z.ZodNullable<z.ZodString>;
|
|
@@ -187,13 +187,13 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
187
187
|
}, "strip", z.ZodTypeAny, {
|
|
188
188
|
title: string | null;
|
|
189
189
|
url: string | null;
|
|
190
|
-
pageCount: number | null;
|
|
191
190
|
thumbnail: string | null;
|
|
191
|
+
pageCount: number | null;
|
|
192
192
|
}, {
|
|
193
193
|
title: string | null;
|
|
194
194
|
url: string | null;
|
|
195
|
-
pageCount: number | null;
|
|
196
195
|
thumbnail: string | null;
|
|
196
|
+
pageCount: number | null;
|
|
197
197
|
}>>;
|
|
198
198
|
resharedPost: z.ZodNullable<z.ZodObject<{
|
|
199
199
|
urn: z.ZodNullable<z.ZodString>;
|
|
@@ -383,13 +383,13 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
383
383
|
}>>;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
385
|
url: string | null;
|
|
386
|
-
text: string | null;
|
|
387
386
|
document: {
|
|
388
387
|
title: string | null;
|
|
389
388
|
url: string | null;
|
|
390
|
-
pageCount: number | null;
|
|
391
389
|
thumbnail: string | null;
|
|
390
|
+
pageCount: number | null;
|
|
392
391
|
} | null;
|
|
392
|
+
text: string | null;
|
|
393
393
|
urn: string | null;
|
|
394
394
|
author: {
|
|
395
395
|
username: string | null;
|
|
@@ -423,8 +423,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
423
423
|
article: {
|
|
424
424
|
title: string | null;
|
|
425
425
|
url: string | null;
|
|
426
|
-
subtitle: string | null;
|
|
427
426
|
thumbnail: string | null;
|
|
427
|
+
subtitle: string | null;
|
|
428
428
|
} | null;
|
|
429
429
|
postedAt: {
|
|
430
430
|
date: string | null;
|
|
@@ -475,13 +475,13 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
475
475
|
} | null;
|
|
476
476
|
}, {
|
|
477
477
|
url: string | null;
|
|
478
|
-
text: string | null;
|
|
479
478
|
document: {
|
|
480
479
|
title: string | null;
|
|
481
480
|
url: string | null;
|
|
482
|
-
pageCount: number | null;
|
|
483
481
|
thumbnail: string | null;
|
|
482
|
+
pageCount: number | null;
|
|
484
483
|
} | null;
|
|
484
|
+
text: string | null;
|
|
485
485
|
urn: string | null;
|
|
486
486
|
author: {
|
|
487
487
|
username: string | null;
|
|
@@ -515,8 +515,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
515
515
|
article: {
|
|
516
516
|
title: string | null;
|
|
517
517
|
url: string | null;
|
|
518
|
-
subtitle: string | null;
|
|
519
518
|
thumbnail: string | null;
|
|
519
|
+
subtitle: string | null;
|
|
520
520
|
} | null;
|
|
521
521
|
postedAt: {
|
|
522
522
|
date: string | null;
|
|
@@ -894,13 +894,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
894
894
|
}, "strip", z.ZodTypeAny, {
|
|
895
895
|
title: string | null;
|
|
896
896
|
url: string | null;
|
|
897
|
-
subtitle: string | null;
|
|
898
897
|
thumbnail: string | null;
|
|
898
|
+
subtitle: string | null;
|
|
899
899
|
}, {
|
|
900
900
|
title: string | null;
|
|
901
901
|
url: string | null;
|
|
902
|
-
subtitle: string | null;
|
|
903
902
|
thumbnail: string | null;
|
|
903
|
+
subtitle: string | null;
|
|
904
904
|
}>>;
|
|
905
905
|
document: z.ZodNullable<z.ZodObject<{
|
|
906
906
|
title: z.ZodNullable<z.ZodString>;
|
|
@@ -910,13 +910,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
910
910
|
}, "strip", z.ZodTypeAny, {
|
|
911
911
|
title: string | null;
|
|
912
912
|
url: string | null;
|
|
913
|
-
pageCount: number | null;
|
|
914
913
|
thumbnail: string | null;
|
|
914
|
+
pageCount: number | null;
|
|
915
915
|
}, {
|
|
916
916
|
title: string | null;
|
|
917
917
|
url: string | null;
|
|
918
|
-
pageCount: number | null;
|
|
919
918
|
thumbnail: string | null;
|
|
919
|
+
pageCount: number | null;
|
|
920
920
|
}>>;
|
|
921
921
|
resharedPost: z.ZodNullable<z.ZodObject<{
|
|
922
922
|
urn: z.ZodNullable<z.ZodString>;
|
|
@@ -1106,13 +1106,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1106
1106
|
}>>;
|
|
1107
1107
|
}, "strip", z.ZodTypeAny, {
|
|
1108
1108
|
url: string | null;
|
|
1109
|
-
text: string | null;
|
|
1110
1109
|
document: {
|
|
1111
1110
|
title: string | null;
|
|
1112
1111
|
url: string | null;
|
|
1113
|
-
pageCount: number | null;
|
|
1114
1112
|
thumbnail: string | null;
|
|
1113
|
+
pageCount: number | null;
|
|
1115
1114
|
} | null;
|
|
1115
|
+
text: string | null;
|
|
1116
1116
|
urn: string | null;
|
|
1117
1117
|
author: {
|
|
1118
1118
|
username: string | null;
|
|
@@ -1146,8 +1146,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1146
1146
|
article: {
|
|
1147
1147
|
title: string | null;
|
|
1148
1148
|
url: string | null;
|
|
1149
|
-
subtitle: string | null;
|
|
1150
1149
|
thumbnail: string | null;
|
|
1150
|
+
subtitle: string | null;
|
|
1151
1151
|
} | null;
|
|
1152
1152
|
postedAt: {
|
|
1153
1153
|
date: string | null;
|
|
@@ -1198,13 +1198,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1198
1198
|
} | null;
|
|
1199
1199
|
}, {
|
|
1200
1200
|
url: string | null;
|
|
1201
|
-
text: string | null;
|
|
1202
1201
|
document: {
|
|
1203
1202
|
title: string | null;
|
|
1204
1203
|
url: string | null;
|
|
1205
|
-
pageCount: number | null;
|
|
1206
1204
|
thumbnail: string | null;
|
|
1205
|
+
pageCount: number | null;
|
|
1207
1206
|
} | null;
|
|
1207
|
+
text: string | null;
|
|
1208
1208
|
urn: string | null;
|
|
1209
1209
|
author: {
|
|
1210
1210
|
username: string | null;
|
|
@@ -1238,8 +1238,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1238
1238
|
article: {
|
|
1239
1239
|
title: string | null;
|
|
1240
1240
|
url: string | null;
|
|
1241
|
-
subtitle: string | null;
|
|
1242
1241
|
thumbnail: string | null;
|
|
1242
|
+
subtitle: string | null;
|
|
1243
1243
|
} | null;
|
|
1244
1244
|
postedAt: {
|
|
1245
1245
|
date: string | null;
|
|
@@ -1298,18 +1298,18 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1298
1298
|
success: z.ZodBoolean;
|
|
1299
1299
|
error: z.ZodString;
|
|
1300
1300
|
}, "strip", z.ZodTypeAny, {
|
|
1301
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1301
1302
|
success: boolean;
|
|
1302
1303
|
error: string;
|
|
1303
|
-
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1304
1304
|
posts: {
|
|
1305
1305
|
url: string | null;
|
|
1306
|
-
text: string | null;
|
|
1307
1306
|
document: {
|
|
1308
1307
|
title: string | null;
|
|
1309
1308
|
url: string | null;
|
|
1310
|
-
pageCount: number | null;
|
|
1311
1309
|
thumbnail: string | null;
|
|
1310
|
+
pageCount: number | null;
|
|
1312
1311
|
} | null;
|
|
1312
|
+
text: string | null;
|
|
1313
1313
|
urn: string | null;
|
|
1314
1314
|
author: {
|
|
1315
1315
|
username: string | null;
|
|
@@ -1343,8 +1343,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1343
1343
|
article: {
|
|
1344
1344
|
title: string | null;
|
|
1345
1345
|
url: string | null;
|
|
1346
|
-
subtitle: string | null;
|
|
1347
1346
|
thumbnail: string | null;
|
|
1347
|
+
subtitle: string | null;
|
|
1348
1348
|
} | null;
|
|
1349
1349
|
postedAt: {
|
|
1350
1350
|
date: string | null;
|
|
@@ -1424,18 +1424,18 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1424
1424
|
paginationToken?: string | null | undefined;
|
|
1425
1425
|
hasNextPage?: boolean | null | undefined;
|
|
1426
1426
|
}, {
|
|
1427
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1427
1428
|
success: boolean;
|
|
1428
1429
|
error: string;
|
|
1429
|
-
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1430
1430
|
posts: {
|
|
1431
1431
|
url: string | null;
|
|
1432
|
-
text: string | null;
|
|
1433
1432
|
document: {
|
|
1434
1433
|
title: string | null;
|
|
1435
1434
|
url: string | null;
|
|
1436
|
-
pageCount: number | null;
|
|
1437
1435
|
thumbnail: string | null;
|
|
1436
|
+
pageCount: number | null;
|
|
1438
1437
|
} | null;
|
|
1438
|
+
text: string | null;
|
|
1439
1439
|
urn: string | null;
|
|
1440
1440
|
author: {
|
|
1441
1441
|
username: string | null;
|
|
@@ -1469,8 +1469,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1469
1469
|
article: {
|
|
1470
1470
|
title: string | null;
|
|
1471
1471
|
url: string | null;
|
|
1472
|
-
subtitle: string | null;
|
|
1473
1472
|
thumbnail: string | null;
|
|
1473
|
+
subtitle: string | null;
|
|
1474
1474
|
} | null;
|
|
1475
1475
|
postedAt: {
|
|
1476
1476
|
date: string | null;
|
|
@@ -1817,13 +1817,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1817
1817
|
}, "strip", z.ZodTypeAny, {
|
|
1818
1818
|
title: string | null;
|
|
1819
1819
|
url: string | null;
|
|
1820
|
-
subtitle: string | null;
|
|
1821
1820
|
thumbnail: string | null;
|
|
1821
|
+
subtitle: string | null;
|
|
1822
1822
|
}, {
|
|
1823
1823
|
title: string | null;
|
|
1824
1824
|
url: string | null;
|
|
1825
|
-
subtitle: string | null;
|
|
1826
1825
|
thumbnail: string | null;
|
|
1826
|
+
subtitle: string | null;
|
|
1827
1827
|
}>>;
|
|
1828
1828
|
document: z.ZodNullable<z.ZodObject<{
|
|
1829
1829
|
title: z.ZodNullable<z.ZodString>;
|
|
@@ -1833,13 +1833,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1833
1833
|
}, "strip", z.ZodTypeAny, {
|
|
1834
1834
|
title: string | null;
|
|
1835
1835
|
url: string | null;
|
|
1836
|
-
pageCount: number | null;
|
|
1837
1836
|
thumbnail: string | null;
|
|
1837
|
+
pageCount: number | null;
|
|
1838
1838
|
}, {
|
|
1839
1839
|
title: string | null;
|
|
1840
1840
|
url: string | null;
|
|
1841
|
-
pageCount: number | null;
|
|
1842
1841
|
thumbnail: string | null;
|
|
1842
|
+
pageCount: number | null;
|
|
1843
1843
|
}>>;
|
|
1844
1844
|
resharedPost: z.ZodNullable<z.ZodObject<{
|
|
1845
1845
|
urn: z.ZodNullable<z.ZodString>;
|
|
@@ -2029,13 +2029,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2029
2029
|
}>>;
|
|
2030
2030
|
}, "strip", z.ZodTypeAny, {
|
|
2031
2031
|
url: string | null;
|
|
2032
|
-
text: string | null;
|
|
2033
2032
|
document: {
|
|
2034
2033
|
title: string | null;
|
|
2035
2034
|
url: string | null;
|
|
2036
|
-
pageCount: number | null;
|
|
2037
2035
|
thumbnail: string | null;
|
|
2036
|
+
pageCount: number | null;
|
|
2038
2037
|
} | null;
|
|
2038
|
+
text: string | null;
|
|
2039
2039
|
urn: string | null;
|
|
2040
2040
|
author: {
|
|
2041
2041
|
username: string | null;
|
|
@@ -2069,8 +2069,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2069
2069
|
article: {
|
|
2070
2070
|
title: string | null;
|
|
2071
2071
|
url: string | null;
|
|
2072
|
-
subtitle: string | null;
|
|
2073
2072
|
thumbnail: string | null;
|
|
2073
|
+
subtitle: string | null;
|
|
2074
2074
|
} | null;
|
|
2075
2075
|
postedAt: {
|
|
2076
2076
|
date: string | null;
|
|
@@ -2121,13 +2121,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2121
2121
|
} | null;
|
|
2122
2122
|
}, {
|
|
2123
2123
|
url: string | null;
|
|
2124
|
-
text: string | null;
|
|
2125
2124
|
document: {
|
|
2126
2125
|
title: string | null;
|
|
2127
2126
|
url: string | null;
|
|
2128
|
-
pageCount: number | null;
|
|
2129
2127
|
thumbnail: string | null;
|
|
2128
|
+
pageCount: number | null;
|
|
2130
2129
|
} | null;
|
|
2130
|
+
text: string | null;
|
|
2131
2131
|
urn: string | null;
|
|
2132
2132
|
author: {
|
|
2133
2133
|
username: string | null;
|
|
@@ -2161,8 +2161,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2161
2161
|
article: {
|
|
2162
2162
|
title: string | null;
|
|
2163
2163
|
url: string | null;
|
|
2164
|
-
subtitle: string | null;
|
|
2165
2164
|
thumbnail: string | null;
|
|
2165
|
+
subtitle: string | null;
|
|
2166
2166
|
} | null;
|
|
2167
2167
|
postedAt: {
|
|
2168
2168
|
date: string | null;
|
|
@@ -2221,18 +2221,18 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2221
2221
|
success: z.ZodBoolean;
|
|
2222
2222
|
error: z.ZodString;
|
|
2223
2223
|
}, "strip", z.ZodTypeAny, {
|
|
2224
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2224
2225
|
success: boolean;
|
|
2225
2226
|
error: string;
|
|
2226
|
-
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2227
2227
|
posts: {
|
|
2228
2228
|
url: string | null;
|
|
2229
|
-
text: string | null;
|
|
2230
2229
|
document: {
|
|
2231
2230
|
title: string | null;
|
|
2232
2231
|
url: string | null;
|
|
2233
|
-
pageCount: number | null;
|
|
2234
2232
|
thumbnail: string | null;
|
|
2233
|
+
pageCount: number | null;
|
|
2235
2234
|
} | null;
|
|
2235
|
+
text: string | null;
|
|
2236
2236
|
urn: string | null;
|
|
2237
2237
|
author: {
|
|
2238
2238
|
username: string | null;
|
|
@@ -2266,8 +2266,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2266
2266
|
article: {
|
|
2267
2267
|
title: string | null;
|
|
2268
2268
|
url: string | null;
|
|
2269
|
-
subtitle: string | null;
|
|
2270
2269
|
thumbnail: string | null;
|
|
2270
|
+
subtitle: string | null;
|
|
2271
2271
|
} | null;
|
|
2272
2272
|
postedAt: {
|
|
2273
2273
|
date: string | null;
|
|
@@ -2347,18 +2347,18 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2347
2347
|
paginationToken?: string | null | undefined;
|
|
2348
2348
|
hasNextPage?: boolean | null | undefined;
|
|
2349
2349
|
}, {
|
|
2350
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2350
2351
|
success: boolean;
|
|
2351
2352
|
error: string;
|
|
2352
|
-
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2353
2353
|
posts: {
|
|
2354
2354
|
url: string | null;
|
|
2355
|
-
text: string | null;
|
|
2356
2355
|
document: {
|
|
2357
2356
|
title: string | null;
|
|
2358
2357
|
url: string | null;
|
|
2359
|
-
pageCount: number | null;
|
|
2360
2358
|
thumbnail: string | null;
|
|
2359
|
+
pageCount: number | null;
|
|
2361
2360
|
} | null;
|
|
2361
|
+
text: string | null;
|
|
2362
2362
|
urn: string | null;
|
|
2363
2363
|
author: {
|
|
2364
2364
|
username: string | null;
|
|
@@ -2392,8 +2392,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2392
2392
|
article: {
|
|
2393
2393
|
title: string | null;
|
|
2394
2394
|
url: string | null;
|
|
2395
|
-
subtitle: string | null;
|
|
2396
2395
|
thumbnail: string | null;
|
|
2396
|
+
subtitle: string | null;
|
|
2397
2397
|
} | null;
|
|
2398
2398
|
postedAt: {
|
|
2399
2399
|
date: string | null;
|
|
@@ -21,12 +21,12 @@ declare const RedditPostSchema: z.ZodObject<{
|
|
|
21
21
|
title: string;
|
|
22
22
|
url: string;
|
|
23
23
|
author: string;
|
|
24
|
-
subreddit: string;
|
|
25
24
|
score: number;
|
|
26
25
|
numComments: number;
|
|
27
26
|
createdUtc: number;
|
|
28
27
|
postUrl: string;
|
|
29
28
|
selftext: string;
|
|
29
|
+
subreddit: string;
|
|
30
30
|
isSelf: boolean;
|
|
31
31
|
domain?: string | undefined;
|
|
32
32
|
thumbnail?: string | undefined;
|
|
@@ -36,12 +36,12 @@ declare const RedditPostSchema: z.ZodObject<{
|
|
|
36
36
|
title: string;
|
|
37
37
|
url: string;
|
|
38
38
|
author: string;
|
|
39
|
-
subreddit: string;
|
|
40
39
|
score: number;
|
|
41
40
|
numComments: number;
|
|
42
41
|
createdUtc: number;
|
|
43
42
|
postUrl: string;
|
|
44
43
|
selftext: string;
|
|
44
|
+
subreddit: string;
|
|
45
45
|
isSelf: boolean;
|
|
46
46
|
domain?: string | undefined;
|
|
47
47
|
thumbnail?: string | undefined;
|
|
@@ -96,12 +96,12 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
96
96
|
title: string;
|
|
97
97
|
url: string;
|
|
98
98
|
author: string;
|
|
99
|
-
subreddit: string;
|
|
100
99
|
score: number;
|
|
101
100
|
numComments: number;
|
|
102
101
|
createdUtc: number;
|
|
103
102
|
postUrl: string;
|
|
104
103
|
selftext: string;
|
|
104
|
+
subreddit: string;
|
|
105
105
|
isSelf: boolean;
|
|
106
106
|
domain?: string | undefined;
|
|
107
107
|
thumbnail?: string | undefined;
|
|
@@ -111,12 +111,12 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
111
111
|
title: string;
|
|
112
112
|
url: string;
|
|
113
113
|
author: string;
|
|
114
|
-
subreddit: string;
|
|
115
114
|
score: number;
|
|
116
115
|
numComments: number;
|
|
117
116
|
createdUtc: number;
|
|
118
117
|
postUrl: string;
|
|
119
118
|
selftext: string;
|
|
119
|
+
subreddit: string;
|
|
120
120
|
isSelf: boolean;
|
|
121
121
|
domain?: string | undefined;
|
|
122
122
|
thumbnail?: string | undefined;
|
|
@@ -170,12 +170,12 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
170
170
|
title: string;
|
|
171
171
|
url: string;
|
|
172
172
|
author: string;
|
|
173
|
-
subreddit: string;
|
|
174
173
|
score: number;
|
|
175
174
|
numComments: number;
|
|
176
175
|
createdUtc: number;
|
|
177
176
|
postUrl: string;
|
|
178
177
|
selftext: string;
|
|
178
|
+
subreddit: string;
|
|
179
179
|
isSelf: boolean;
|
|
180
180
|
domain?: string | undefined;
|
|
181
181
|
thumbnail?: string | undefined;
|
|
@@ -199,12 +199,12 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
199
199
|
title: string;
|
|
200
200
|
url: string;
|
|
201
201
|
author: string;
|
|
202
|
-
subreddit: string;
|
|
203
202
|
score: number;
|
|
204
203
|
numComments: number;
|
|
205
204
|
createdUtc: number;
|
|
206
205
|
postUrl: string;
|
|
207
206
|
selftext: string;
|
|
207
|
+
subreddit: string;
|
|
208
208
|
isSelf: boolean;
|
|
209
209
|
domain?: string | undefined;
|
|
210
210
|
thumbnail?: string | undefined;
|
|
@@ -266,12 +266,12 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
266
266
|
title: string;
|
|
267
267
|
url: string;
|
|
268
268
|
author: string;
|
|
269
|
-
subreddit: string;
|
|
270
269
|
score: number;
|
|
271
270
|
numComments: number;
|
|
272
271
|
createdUtc: number;
|
|
273
272
|
postUrl: string;
|
|
274
273
|
selftext: string;
|
|
274
|
+
subreddit: string;
|
|
275
275
|
isSelf: boolean;
|
|
276
276
|
domain?: string | undefined;
|
|
277
277
|
thumbnail?: string | undefined;
|
|
@@ -281,12 +281,12 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
281
281
|
title: string;
|
|
282
282
|
url: string;
|
|
283
283
|
author: string;
|
|
284
|
-
subreddit: string;
|
|
285
284
|
score: number;
|
|
286
285
|
numComments: number;
|
|
287
286
|
createdUtc: number;
|
|
288
287
|
postUrl: string;
|
|
289
288
|
selftext: string;
|
|
289
|
+
subreddit: string;
|
|
290
290
|
isSelf: boolean;
|
|
291
291
|
domain?: string | undefined;
|
|
292
292
|
thumbnail?: string | undefined;
|
|
@@ -340,12 +340,12 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
340
340
|
title: string;
|
|
341
341
|
url: string;
|
|
342
342
|
author: string;
|
|
343
|
-
subreddit: string;
|
|
344
343
|
score: number;
|
|
345
344
|
numComments: number;
|
|
346
345
|
createdUtc: number;
|
|
347
346
|
postUrl: string;
|
|
348
347
|
selftext: string;
|
|
348
|
+
subreddit: string;
|
|
349
349
|
isSelf: boolean;
|
|
350
350
|
domain?: string | undefined;
|
|
351
351
|
thumbnail?: string | undefined;
|
|
@@ -369,12 +369,12 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
369
369
|
title: string;
|
|
370
370
|
url: string;
|
|
371
371
|
author: string;
|
|
372
|
-
subreddit: string;
|
|
373
372
|
score: number;
|
|
374
373
|
numComments: number;
|
|
375
374
|
createdUtc: number;
|
|
376
375
|
postUrl: string;
|
|
377
376
|
selftext: string;
|
|
377
|
+
subreddit: string;
|
|
378
378
|
isSelf: boolean;
|
|
379
379
|
domain?: string | undefined;
|
|
380
380
|
thumbnail?: string | undefined;
|
|
@@ -42,21 +42,21 @@ declare const SQLQueryToolResultSchema: z.ZodObject<{
|
|
|
42
42
|
error: string;
|
|
43
43
|
rowCount: number;
|
|
44
44
|
executionTime: 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
51
|
success: boolean;
|
|
52
52
|
error: string;
|
|
53
53
|
rowCount: number;
|
|
54
54
|
executionTime: 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
|
|
@@ -105,21 +105,21 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
|
|
|
105
105
|
error: string;
|
|
106
106
|
rowCount: number;
|
|
107
107
|
executionTime: 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
114
|
success: boolean;
|
|
115
115
|
error: string;
|
|
116
116
|
rowCount: number;
|
|
117
117
|
executionTime: 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 ";
|