@bubblelab/bubble-core 0.1.75 → 0.1.76
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 +92 -92
- package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
- package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
- package/dist/bubbles/service-bubble/airtable.d.ts +222 -222
- package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +22 -22
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +22 -22
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +29 -29
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +29 -29
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +16 -16
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +88 -88
- package/dist/bubbles/service-bubble/followupboss.d.ts +232 -232
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/github.d.ts +60 -60
- package/dist/bubbles/service-bubble/gmail.d.ts +74 -74
- package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
- package/dist/bubbles/service-bubble/google-drive.d.ts +94 -94
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +42 -42
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +46 -46
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
- package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +56 -56
- package/dist/bubbles/service-bubble/notion/notion.d.ts +208 -208
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +278 -278
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +71 -71
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +77 -77
- package/dist/bubbles/service-bubble/telegram.d.ts +110 -110
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +46 -46
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +40 -40
- 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 +14 -14
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +50 -50
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -303,7 +303,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
303
303
|
thumbnail: string | null;
|
|
304
304
|
}>>;
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
|
-
url: string | null;
|
|
307
306
|
stats: {
|
|
308
307
|
like: number | null;
|
|
309
308
|
support: number | null;
|
|
@@ -315,6 +314,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
315
314
|
reposts: number | null;
|
|
316
315
|
totalReactions: number | null;
|
|
317
316
|
} | null;
|
|
317
|
+
url: string | null;
|
|
318
318
|
text: string | null;
|
|
319
319
|
urn: string | null;
|
|
320
320
|
author: {
|
|
@@ -342,7 +342,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
342
342
|
} | null;
|
|
343
343
|
postType: string | null;
|
|
344
344
|
}, {
|
|
345
|
-
url: string | null;
|
|
346
345
|
stats: {
|
|
347
346
|
like: number | null;
|
|
348
347
|
support: number | null;
|
|
@@ -354,6 +353,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
354
353
|
reposts: number | null;
|
|
355
354
|
totalReactions: number | null;
|
|
356
355
|
} | null;
|
|
356
|
+
url: string | null;
|
|
357
357
|
text: string | null;
|
|
358
358
|
urn: string | null;
|
|
359
359
|
author: {
|
|
@@ -382,7 +382,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
382
382
|
postType: string | null;
|
|
383
383
|
}>>;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
|
-
url: string | null;
|
|
386
385
|
stats: {
|
|
387
386
|
like: number | null;
|
|
388
387
|
support: number | null;
|
|
@@ -394,6 +393,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
394
393
|
reposts: number | null;
|
|
395
394
|
totalReactions: number | null;
|
|
396
395
|
} | null;
|
|
396
|
+
url: string | null;
|
|
397
397
|
text: string | null;
|
|
398
398
|
document: {
|
|
399
399
|
title: string | null;
|
|
@@ -434,7 +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
437
|
stats: {
|
|
439
438
|
like: number | null;
|
|
440
439
|
support: number | null;
|
|
@@ -446,6 +445,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
446
445
|
reposts: number | null;
|
|
447
446
|
totalReactions: number | null;
|
|
448
447
|
} | null;
|
|
448
|
+
url: string | null;
|
|
449
449
|
text: string | null;
|
|
450
450
|
urn: string | null;
|
|
451
451
|
author: {
|
|
@@ -474,7 +474,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
474
474
|
postType: string | null;
|
|
475
475
|
} | null;
|
|
476
476
|
}, {
|
|
477
|
-
url: string | null;
|
|
478
477
|
stats: {
|
|
479
478
|
like: number | null;
|
|
480
479
|
support: number | null;
|
|
@@ -486,6 +485,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
486
485
|
reposts: number | null;
|
|
487
486
|
totalReactions: number | null;
|
|
488
487
|
} | null;
|
|
488
|
+
url: string | null;
|
|
489
489
|
text: string | null;
|
|
490
490
|
document: {
|
|
491
491
|
title: string | null;
|
|
@@ -526,7 +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
529
|
stats: {
|
|
531
530
|
like: number | null;
|
|
532
531
|
support: number | null;
|
|
@@ -538,6 +537,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
538
537
|
reposts: number | null;
|
|
539
538
|
totalReactions: number | null;
|
|
540
539
|
} | null;
|
|
540
|
+
url: string | null;
|
|
541
541
|
text: string | null;
|
|
542
542
|
urn: string | null;
|
|
543
543
|
author: {
|
|
@@ -595,14 +595,14 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
595
595
|
currency: z.ZodNullable<z.ZodString>;
|
|
596
596
|
period: z.ZodNullable<z.ZodString>;
|
|
597
597
|
}, "strip", z.ZodTypeAny, {
|
|
598
|
-
currency: string | null;
|
|
599
598
|
from: number | null;
|
|
600
599
|
to: number | null;
|
|
600
|
+
currency: string | null;
|
|
601
601
|
period: string | null;
|
|
602
602
|
}, {
|
|
603
|
-
currency: string | null;
|
|
604
603
|
from: number | null;
|
|
605
604
|
to: number | null;
|
|
605
|
+
currency: string | null;
|
|
606
606
|
period: string | null;
|
|
607
607
|
}>>;
|
|
608
608
|
skills: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -615,9 +615,9 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
615
615
|
postedAt: string | null;
|
|
616
616
|
applyUrl: string | null;
|
|
617
617
|
salary: {
|
|
618
|
-
currency: string | null;
|
|
619
618
|
from: number | null;
|
|
620
619
|
to: number | null;
|
|
620
|
+
currency: string | null;
|
|
621
621
|
period: string | null;
|
|
622
622
|
} | null;
|
|
623
623
|
seniorityLevel: string | null;
|
|
@@ -637,9 +637,9 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
637
637
|
postedAt: string | null;
|
|
638
638
|
applyUrl: string | null;
|
|
639
639
|
salary: {
|
|
640
|
-
currency: string | null;
|
|
641
640
|
from: number | null;
|
|
642
641
|
to: number | null;
|
|
642
|
+
currency: string | null;
|
|
643
643
|
period: string | null;
|
|
644
644
|
} | null;
|
|
645
645
|
seniorityLevel: string | null;
|
|
@@ -722,14 +722,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
722
722
|
currency: z.ZodNullable<z.ZodString>;
|
|
723
723
|
period: z.ZodNullable<z.ZodString>;
|
|
724
724
|
}, "strip", z.ZodTypeAny, {
|
|
725
|
-
currency: string | null;
|
|
726
725
|
from: number | null;
|
|
727
726
|
to: number | null;
|
|
727
|
+
currency: string | null;
|
|
728
728
|
period: string | null;
|
|
729
729
|
}, {
|
|
730
|
-
currency: string | null;
|
|
731
730
|
from: number | null;
|
|
732
731
|
to: number | null;
|
|
732
|
+
currency: string | null;
|
|
733
733
|
period: string | null;
|
|
734
734
|
}>>;
|
|
735
735
|
skills: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -742,9 +742,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
742
742
|
postedAt: string | null;
|
|
743
743
|
applyUrl: string | null;
|
|
744
744
|
salary: {
|
|
745
|
-
currency: string | null;
|
|
746
745
|
from: number | null;
|
|
747
746
|
to: number | null;
|
|
747
|
+
currency: string | null;
|
|
748
748
|
period: string | null;
|
|
749
749
|
} | null;
|
|
750
750
|
seniorityLevel: string | null;
|
|
@@ -764,9 +764,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
764
764
|
postedAt: string | null;
|
|
765
765
|
applyUrl: string | null;
|
|
766
766
|
salary: {
|
|
767
|
-
currency: string | null;
|
|
768
767
|
from: number | null;
|
|
769
768
|
to: number | null;
|
|
769
|
+
currency: string | null;
|
|
770
770
|
period: string | null;
|
|
771
771
|
} | null;
|
|
772
772
|
seniorityLevel: string | null;
|
|
@@ -1026,7 +1026,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1026
1026
|
thumbnail: string | null;
|
|
1027
1027
|
}>>;
|
|
1028
1028
|
}, "strip", z.ZodTypeAny, {
|
|
1029
|
-
url: string | null;
|
|
1030
1029
|
stats: {
|
|
1031
1030
|
like: number | null;
|
|
1032
1031
|
support: number | null;
|
|
@@ -1038,6 +1037,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1038
1037
|
reposts: number | null;
|
|
1039
1038
|
totalReactions: number | null;
|
|
1040
1039
|
} | null;
|
|
1040
|
+
url: string | null;
|
|
1041
1041
|
text: string | null;
|
|
1042
1042
|
urn: string | null;
|
|
1043
1043
|
author: {
|
|
@@ -1065,7 +1065,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1065
1065
|
} | null;
|
|
1066
1066
|
postType: string | null;
|
|
1067
1067
|
}, {
|
|
1068
|
-
url: string | null;
|
|
1069
1068
|
stats: {
|
|
1070
1069
|
like: number | null;
|
|
1071
1070
|
support: number | null;
|
|
@@ -1077,6 +1076,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1077
1076
|
reposts: number | null;
|
|
1078
1077
|
totalReactions: number | null;
|
|
1079
1078
|
} | null;
|
|
1079
|
+
url: string | null;
|
|
1080
1080
|
text: string | null;
|
|
1081
1081
|
urn: string | null;
|
|
1082
1082
|
author: {
|
|
@@ -1105,7 +1105,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1105
1105
|
postType: string | null;
|
|
1106
1106
|
}>>;
|
|
1107
1107
|
}, "strip", z.ZodTypeAny, {
|
|
1108
|
-
url: string | null;
|
|
1109
1108
|
stats: {
|
|
1110
1109
|
like: number | null;
|
|
1111
1110
|
support: number | null;
|
|
@@ -1117,6 +1116,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1117
1116
|
reposts: number | null;
|
|
1118
1117
|
totalReactions: number | null;
|
|
1119
1118
|
} | null;
|
|
1119
|
+
url: string | null;
|
|
1120
1120
|
text: string | null;
|
|
1121
1121
|
document: {
|
|
1122
1122
|
title: string | null;
|
|
@@ -1157,7 +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
1160
|
stats: {
|
|
1162
1161
|
like: number | null;
|
|
1163
1162
|
support: number | null;
|
|
@@ -1169,6 +1168,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1169
1168
|
reposts: number | null;
|
|
1170
1169
|
totalReactions: number | null;
|
|
1171
1170
|
} | null;
|
|
1171
|
+
url: string | null;
|
|
1172
1172
|
text: string | null;
|
|
1173
1173
|
urn: string | null;
|
|
1174
1174
|
author: {
|
|
@@ -1197,7 +1197,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1197
1197
|
postType: string | null;
|
|
1198
1198
|
} | null;
|
|
1199
1199
|
}, {
|
|
1200
|
-
url: string | null;
|
|
1201
1200
|
stats: {
|
|
1202
1201
|
like: number | null;
|
|
1203
1202
|
support: number | null;
|
|
@@ -1209,6 +1208,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1209
1208
|
reposts: number | null;
|
|
1210
1209
|
totalReactions: number | null;
|
|
1211
1210
|
} | null;
|
|
1211
|
+
url: string | null;
|
|
1212
1212
|
text: string | null;
|
|
1213
1213
|
document: {
|
|
1214
1214
|
title: string | null;
|
|
@@ -1249,7 +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
1252
|
stats: {
|
|
1254
1253
|
like: number | null;
|
|
1255
1254
|
support: number | null;
|
|
@@ -1261,6 +1260,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1261
1260
|
reposts: number | null;
|
|
1262
1261
|
totalReactions: number | null;
|
|
1263
1262
|
} | null;
|
|
1263
|
+
url: string | null;
|
|
1264
1264
|
text: string | null;
|
|
1265
1265
|
urn: string | null;
|
|
1266
1266
|
author: {
|
|
@@ -1298,11 +1298,10 @@ 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";
|
|
1302
1301
|
error: string;
|
|
1303
1302
|
success: boolean;
|
|
1303
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1304
1304
|
posts: {
|
|
1305
|
-
url: string | null;
|
|
1306
1305
|
stats: {
|
|
1307
1306
|
like: number | null;
|
|
1308
1307
|
support: number | null;
|
|
@@ -1314,6 +1313,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1314
1313
|
reposts: number | null;
|
|
1315
1314
|
totalReactions: number | null;
|
|
1316
1315
|
} | null;
|
|
1316
|
+
url: string | null;
|
|
1317
1317
|
text: string | null;
|
|
1318
1318
|
document: {
|
|
1319
1319
|
title: string | null;
|
|
@@ -1354,7 +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
1357
|
stats: {
|
|
1359
1358
|
like: number | null;
|
|
1360
1359
|
support: number | null;
|
|
@@ -1366,6 +1365,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1366
1365
|
reposts: number | null;
|
|
1367
1366
|
totalReactions: number | null;
|
|
1368
1367
|
} | null;
|
|
1368
|
+
url: string | null;
|
|
1369
1369
|
text: string | null;
|
|
1370
1370
|
urn: string | null;
|
|
1371
1371
|
author: {
|
|
@@ -1406,9 +1406,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1406
1406
|
postedAt: string | null;
|
|
1407
1407
|
applyUrl: string | null;
|
|
1408
1408
|
salary: {
|
|
1409
|
-
currency: string | null;
|
|
1410
1409
|
from: number | null;
|
|
1411
1410
|
to: number | null;
|
|
1411
|
+
currency: string | null;
|
|
1412
1412
|
period: string | null;
|
|
1413
1413
|
} | null;
|
|
1414
1414
|
seniorityLevel: string | null;
|
|
@@ -1424,11 +1424,10 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1424
1424
|
paginationToken?: string | null | undefined;
|
|
1425
1425
|
hasNextPage?: boolean | null | undefined;
|
|
1426
1426
|
}, {
|
|
1427
|
-
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1428
1427
|
error: string;
|
|
1429
1428
|
success: boolean;
|
|
1429
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1430
1430
|
posts: {
|
|
1431
|
-
url: string | null;
|
|
1432
1431
|
stats: {
|
|
1433
1432
|
like: number | null;
|
|
1434
1433
|
support: number | null;
|
|
@@ -1440,6 +1439,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1440
1439
|
reposts: number | null;
|
|
1441
1440
|
totalReactions: number | null;
|
|
1442
1441
|
} | null;
|
|
1442
|
+
url: string | null;
|
|
1443
1443
|
text: string | null;
|
|
1444
1444
|
document: {
|
|
1445
1445
|
title: string | null;
|
|
@@ -1480,7 +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
1483
|
stats: {
|
|
1485
1484
|
like: number | null;
|
|
1486
1485
|
support: number | null;
|
|
@@ -1492,6 +1491,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1492
1491
|
reposts: number | null;
|
|
1493
1492
|
totalReactions: number | null;
|
|
1494
1493
|
} | null;
|
|
1494
|
+
url: string | null;
|
|
1495
1495
|
text: string | null;
|
|
1496
1496
|
urn: string | null;
|
|
1497
1497
|
author: {
|
|
@@ -1532,9 +1532,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1532
1532
|
postedAt: string | null;
|
|
1533
1533
|
applyUrl: string | null;
|
|
1534
1534
|
salary: {
|
|
1535
|
-
currency: string | null;
|
|
1536
1535
|
from: number | null;
|
|
1537
1536
|
to: number | null;
|
|
1537
|
+
currency: string | null;
|
|
1538
1538
|
period: string | null;
|
|
1539
1539
|
} | null;
|
|
1540
1540
|
seniorityLevel: string | null;
|
|
@@ -1645,14 +1645,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1645
1645
|
currency: z.ZodNullable<z.ZodString>;
|
|
1646
1646
|
period: z.ZodNullable<z.ZodString>;
|
|
1647
1647
|
}, "strip", z.ZodTypeAny, {
|
|
1648
|
-
currency: string | null;
|
|
1649
1648
|
from: number | null;
|
|
1650
1649
|
to: number | null;
|
|
1650
|
+
currency: string | null;
|
|
1651
1651
|
period: string | null;
|
|
1652
1652
|
}, {
|
|
1653
|
-
currency: string | null;
|
|
1654
1653
|
from: number | null;
|
|
1655
1654
|
to: number | null;
|
|
1655
|
+
currency: string | null;
|
|
1656
1656
|
period: string | null;
|
|
1657
1657
|
}>>;
|
|
1658
1658
|
skills: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1665,9 +1665,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1665
1665
|
postedAt: string | null;
|
|
1666
1666
|
applyUrl: string | null;
|
|
1667
1667
|
salary: {
|
|
1668
|
-
currency: string | null;
|
|
1669
1668
|
from: number | null;
|
|
1670
1669
|
to: number | null;
|
|
1670
|
+
currency: string | null;
|
|
1671
1671
|
period: string | null;
|
|
1672
1672
|
} | null;
|
|
1673
1673
|
seniorityLevel: string | null;
|
|
@@ -1687,9 +1687,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1687
1687
|
postedAt: string | null;
|
|
1688
1688
|
applyUrl: string | null;
|
|
1689
1689
|
salary: {
|
|
1690
|
-
currency: string | null;
|
|
1691
1690
|
from: number | null;
|
|
1692
1691
|
to: number | null;
|
|
1692
|
+
currency: string | null;
|
|
1693
1693
|
period: string | null;
|
|
1694
1694
|
} | null;
|
|
1695
1695
|
seniorityLevel: string | null;
|
|
@@ -1949,7 +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
1952
|
stats: {
|
|
1954
1953
|
like: number | null;
|
|
1955
1954
|
support: number | null;
|
|
@@ -1961,6 +1960,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1961
1960
|
reposts: number | null;
|
|
1962
1961
|
totalReactions: number | null;
|
|
1963
1962
|
} | null;
|
|
1963
|
+
url: string | null;
|
|
1964
1964
|
text: string | null;
|
|
1965
1965
|
urn: string | null;
|
|
1966
1966
|
author: {
|
|
@@ -1988,7 +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
1991
|
stats: {
|
|
1993
1992
|
like: number | null;
|
|
1994
1993
|
support: number | null;
|
|
@@ -2000,6 +1999,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2000
1999
|
reposts: number | null;
|
|
2001
2000
|
totalReactions: number | null;
|
|
2002
2001
|
} | null;
|
|
2002
|
+
url: string | null;
|
|
2003
2003
|
text: string | null;
|
|
2004
2004
|
urn: string | null;
|
|
2005
2005
|
author: {
|
|
@@ -2028,7 +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
2031
|
stats: {
|
|
2033
2032
|
like: number | null;
|
|
2034
2033
|
support: number | null;
|
|
@@ -2040,6 +2039,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2040
2039
|
reposts: number | null;
|
|
2041
2040
|
totalReactions: number | null;
|
|
2042
2041
|
} | null;
|
|
2042
|
+
url: string | null;
|
|
2043
2043
|
text: string | null;
|
|
2044
2044
|
document: {
|
|
2045
2045
|
title: string | null;
|
|
@@ -2080,7 +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
2083
|
stats: {
|
|
2085
2084
|
like: number | null;
|
|
2086
2085
|
support: number | null;
|
|
@@ -2092,6 +2091,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2092
2091
|
reposts: number | null;
|
|
2093
2092
|
totalReactions: number | null;
|
|
2094
2093
|
} | null;
|
|
2094
|
+
url: string | null;
|
|
2095
2095
|
text: string | null;
|
|
2096
2096
|
urn: string | null;
|
|
2097
2097
|
author: {
|
|
@@ -2120,7 +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
2123
|
stats: {
|
|
2125
2124
|
like: number | null;
|
|
2126
2125
|
support: number | null;
|
|
@@ -2132,6 +2131,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2132
2131
|
reposts: number | null;
|
|
2133
2132
|
totalReactions: number | null;
|
|
2134
2133
|
} | null;
|
|
2134
|
+
url: string | null;
|
|
2135
2135
|
text: string | null;
|
|
2136
2136
|
document: {
|
|
2137
2137
|
title: string | null;
|
|
@@ -2172,7 +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
2175
|
stats: {
|
|
2177
2176
|
like: number | null;
|
|
2178
2177
|
support: number | null;
|
|
@@ -2184,6 +2183,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2184
2183
|
reposts: number | null;
|
|
2185
2184
|
totalReactions: number | null;
|
|
2186
2185
|
} | null;
|
|
2186
|
+
url: string | null;
|
|
2187
2187
|
text: string | null;
|
|
2188
2188
|
urn: string | null;
|
|
2189
2189
|
author: {
|
|
@@ -2221,11 +2221,10 @@ 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";
|
|
2225
2224
|
error: string;
|
|
2226
2225
|
success: boolean;
|
|
2226
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2227
2227
|
posts: {
|
|
2228
|
-
url: string | null;
|
|
2229
2228
|
stats: {
|
|
2230
2229
|
like: number | null;
|
|
2231
2230
|
support: number | null;
|
|
@@ -2237,6 +2236,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2237
2236
|
reposts: number | null;
|
|
2238
2237
|
totalReactions: number | null;
|
|
2239
2238
|
} | null;
|
|
2239
|
+
url: string | null;
|
|
2240
2240
|
text: string | null;
|
|
2241
2241
|
document: {
|
|
2242
2242
|
title: string | null;
|
|
@@ -2277,7 +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
2280
|
stats: {
|
|
2282
2281
|
like: number | null;
|
|
2283
2282
|
support: number | null;
|
|
@@ -2289,6 +2288,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2289
2288
|
reposts: number | null;
|
|
2290
2289
|
totalReactions: number | null;
|
|
2291
2290
|
} | null;
|
|
2291
|
+
url: string | null;
|
|
2292
2292
|
text: string | null;
|
|
2293
2293
|
urn: string | null;
|
|
2294
2294
|
author: {
|
|
@@ -2329,9 +2329,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2329
2329
|
postedAt: string | null;
|
|
2330
2330
|
applyUrl: string | null;
|
|
2331
2331
|
salary: {
|
|
2332
|
-
currency: string | null;
|
|
2333
2332
|
from: number | null;
|
|
2334
2333
|
to: number | null;
|
|
2334
|
+
currency: string | null;
|
|
2335
2335
|
period: string | null;
|
|
2336
2336
|
} | null;
|
|
2337
2337
|
seniorityLevel: string | null;
|
|
@@ -2347,11 +2347,10 @@ 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";
|
|
2351
2350
|
error: string;
|
|
2352
2351
|
success: boolean;
|
|
2352
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2353
2353
|
posts: {
|
|
2354
|
-
url: string | null;
|
|
2355
2354
|
stats: {
|
|
2356
2355
|
like: number | null;
|
|
2357
2356
|
support: number | null;
|
|
@@ -2363,6 +2362,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2363
2362
|
reposts: number | null;
|
|
2364
2363
|
totalReactions: number | null;
|
|
2365
2364
|
} | null;
|
|
2365
|
+
url: string | null;
|
|
2366
2366
|
text: string | null;
|
|
2367
2367
|
document: {
|
|
2368
2368
|
title: string | null;
|
|
@@ -2403,7 +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
2406
|
stats: {
|
|
2408
2407
|
like: number | null;
|
|
2409
2408
|
support: number | null;
|
|
@@ -2415,6 +2414,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2415
2414
|
reposts: number | null;
|
|
2416
2415
|
totalReactions: number | null;
|
|
2417
2416
|
} | null;
|
|
2417
|
+
url: string | null;
|
|
2418
2418
|
text: string | null;
|
|
2419
2419
|
urn: string | null;
|
|
2420
2420
|
author: {
|
|
@@ -2455,9 +2455,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2455
2455
|
postedAt: string | null;
|
|
2456
2456
|
applyUrl: string | null;
|
|
2457
2457
|
salary: {
|
|
2458
|
-
currency: string | null;
|
|
2459
2458
|
from: number | null;
|
|
2460
2459
|
to: number | null;
|
|
2460
|
+
currency: string | null;
|
|
2461
2461
|
period: string | null;
|
|
2462
2462
|
} | null;
|
|
2463
2463
|
seniorityLevel: string | null;
|
|
@@ -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 ";
|