@bubblelab/bubble-core 0.1.82 → 0.1.83
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 +153 -109
- package/dist/bubbles/service-bubble/agi-inc.d.ts +52 -52
- package/dist/bubbles/service-bubble/ai-agent.d.ts +20 -20
- package/dist/bubbles/service-bubble/airtable.d.ts +138 -138
- package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +20 -20
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +12 -12
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +68 -68
- package/dist/bubbles/service-bubble/followupboss.d.ts +124 -124
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +12 -12
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +12 -12
- package/dist/bubbles/service-bubble/github.d.ts +36 -36
- package/dist/bubbles/service-bubble/gmail.d.ts +64 -64
- package/dist/bubbles/service-bubble/google-calendar.d.ts +24 -24
- package/dist/bubbles/service-bubble/google-drive.d.ts +48 -48
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +22 -22
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- 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 +20 -20
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/notion/notion.d.ts +68 -68
- 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 +96 -96
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +38 -38
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/telegram.d.ts +52 -52
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +14 -14
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.js +3 -0
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- 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 +30 -30
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +102 -0
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.js +96 -0
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +186 -0
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.js +124 -0
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +40 -40
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -303,6 +303,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
303
303
|
thumbnail: string | null;
|
|
304
304
|
}>>;
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
|
+
url: string | null;
|
|
306
307
|
stats: {
|
|
307
308
|
like: number | null;
|
|
308
309
|
support: number | null;
|
|
@@ -314,7 +315,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
314
315
|
reposts: number | null;
|
|
315
316
|
totalReactions: number | null;
|
|
316
317
|
} | null;
|
|
317
|
-
url: string | null;
|
|
318
318
|
text: string | null;
|
|
319
319
|
urn: string | null;
|
|
320
320
|
author: {
|
|
@@ -342,6 +342,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
342
342
|
} | null;
|
|
343
343
|
postType: string | null;
|
|
344
344
|
}, {
|
|
345
|
+
url: string | null;
|
|
345
346
|
stats: {
|
|
346
347
|
like: number | null;
|
|
347
348
|
support: number | null;
|
|
@@ -353,7 +354,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
353
354
|
reposts: number | null;
|
|
354
355
|
totalReactions: number | null;
|
|
355
356
|
} | null;
|
|
356
|
-
url: string | null;
|
|
357
357
|
text: string | null;
|
|
358
358
|
urn: string | null;
|
|
359
359
|
author: {
|
|
@@ -382,6 +382,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
382
382
|
postType: string | null;
|
|
383
383
|
}>>;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
|
+
url: string | null;
|
|
385
386
|
stats: {
|
|
386
387
|
like: number | null;
|
|
387
388
|
support: number | null;
|
|
@@ -393,7 +394,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
393
394
|
reposts: number | null;
|
|
394
395
|
totalReactions: number | null;
|
|
395
396
|
} | null;
|
|
396
|
-
url: string | null;
|
|
397
397
|
text: string | null;
|
|
398
398
|
document: {
|
|
399
399
|
title: string | null;
|
|
@@ -434,6 +434,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
434
434
|
fullUrn: string | null;
|
|
435
435
|
postType: string | null;
|
|
436
436
|
resharedPost: {
|
|
437
|
+
url: string | null;
|
|
437
438
|
stats: {
|
|
438
439
|
like: number | null;
|
|
439
440
|
support: number | null;
|
|
@@ -445,7 +446,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
445
446
|
reposts: number | null;
|
|
446
447
|
totalReactions: number | null;
|
|
447
448
|
} | null;
|
|
448
|
-
url: string | null;
|
|
449
449
|
text: string | null;
|
|
450
450
|
urn: string | null;
|
|
451
451
|
author: {
|
|
@@ -474,6 +474,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
474
474
|
postType: string | null;
|
|
475
475
|
} | null;
|
|
476
476
|
}, {
|
|
477
|
+
url: string | null;
|
|
477
478
|
stats: {
|
|
478
479
|
like: number | null;
|
|
479
480
|
support: number | null;
|
|
@@ -485,7 +486,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
485
486
|
reposts: number | null;
|
|
486
487
|
totalReactions: number | null;
|
|
487
488
|
} | null;
|
|
488
|
-
url: string | null;
|
|
489
489
|
text: string | null;
|
|
490
490
|
document: {
|
|
491
491
|
title: string | null;
|
|
@@ -526,6 +526,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
526
526
|
fullUrn: string | null;
|
|
527
527
|
postType: string | null;
|
|
528
528
|
resharedPost: {
|
|
529
|
+
url: string | null;
|
|
529
530
|
stats: {
|
|
530
531
|
like: number | null;
|
|
531
532
|
support: number | null;
|
|
@@ -537,7 +538,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
537
538
|
reposts: number | null;
|
|
538
539
|
totalReactions: number | null;
|
|
539
540
|
} | null;
|
|
540
|
-
url: string | null;
|
|
541
541
|
text: string | null;
|
|
542
542
|
urn: string | null;
|
|
543
543
|
author: {
|
|
@@ -1026,6 +1026,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1026
1026
|
thumbnail: string | null;
|
|
1027
1027
|
}>>;
|
|
1028
1028
|
}, "strip", z.ZodTypeAny, {
|
|
1029
|
+
url: string | null;
|
|
1029
1030
|
stats: {
|
|
1030
1031
|
like: number | null;
|
|
1031
1032
|
support: number | null;
|
|
@@ -1037,7 +1038,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1037
1038
|
reposts: number | null;
|
|
1038
1039
|
totalReactions: number | null;
|
|
1039
1040
|
} | null;
|
|
1040
|
-
url: string | null;
|
|
1041
1041
|
text: string | null;
|
|
1042
1042
|
urn: string | null;
|
|
1043
1043
|
author: {
|
|
@@ -1065,6 +1065,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1065
1065
|
} | null;
|
|
1066
1066
|
postType: string | null;
|
|
1067
1067
|
}, {
|
|
1068
|
+
url: string | null;
|
|
1068
1069
|
stats: {
|
|
1069
1070
|
like: number | null;
|
|
1070
1071
|
support: number | null;
|
|
@@ -1076,7 +1077,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1076
1077
|
reposts: number | null;
|
|
1077
1078
|
totalReactions: number | null;
|
|
1078
1079
|
} | null;
|
|
1079
|
-
url: string | null;
|
|
1080
1080
|
text: string | null;
|
|
1081
1081
|
urn: string | null;
|
|
1082
1082
|
author: {
|
|
@@ -1105,6 +1105,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1105
1105
|
postType: string | null;
|
|
1106
1106
|
}>>;
|
|
1107
1107
|
}, "strip", z.ZodTypeAny, {
|
|
1108
|
+
url: string | null;
|
|
1108
1109
|
stats: {
|
|
1109
1110
|
like: number | null;
|
|
1110
1111
|
support: number | null;
|
|
@@ -1116,7 +1117,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1116
1117
|
reposts: number | null;
|
|
1117
1118
|
totalReactions: number | null;
|
|
1118
1119
|
} | null;
|
|
1119
|
-
url: string | null;
|
|
1120
1120
|
text: string | null;
|
|
1121
1121
|
document: {
|
|
1122
1122
|
title: string | null;
|
|
@@ -1157,6 +1157,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1157
1157
|
fullUrn: string | null;
|
|
1158
1158
|
postType: string | null;
|
|
1159
1159
|
resharedPost: {
|
|
1160
|
+
url: string | null;
|
|
1160
1161
|
stats: {
|
|
1161
1162
|
like: number | null;
|
|
1162
1163
|
support: number | null;
|
|
@@ -1168,7 +1169,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1168
1169
|
reposts: number | null;
|
|
1169
1170
|
totalReactions: number | null;
|
|
1170
1171
|
} | null;
|
|
1171
|
-
url: string | null;
|
|
1172
1172
|
text: string | null;
|
|
1173
1173
|
urn: string | null;
|
|
1174
1174
|
author: {
|
|
@@ -1197,6 +1197,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1197
1197
|
postType: string | null;
|
|
1198
1198
|
} | null;
|
|
1199
1199
|
}, {
|
|
1200
|
+
url: string | null;
|
|
1200
1201
|
stats: {
|
|
1201
1202
|
like: number | null;
|
|
1202
1203
|
support: number | null;
|
|
@@ -1208,7 +1209,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1208
1209
|
reposts: number | null;
|
|
1209
1210
|
totalReactions: number | null;
|
|
1210
1211
|
} | null;
|
|
1211
|
-
url: string | null;
|
|
1212
1212
|
text: string | null;
|
|
1213
1213
|
document: {
|
|
1214
1214
|
title: string | null;
|
|
@@ -1249,6 +1249,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1249
1249
|
fullUrn: string | null;
|
|
1250
1250
|
postType: string | null;
|
|
1251
1251
|
resharedPost: {
|
|
1252
|
+
url: string | null;
|
|
1252
1253
|
stats: {
|
|
1253
1254
|
like: number | null;
|
|
1254
1255
|
support: number | null;
|
|
@@ -1260,7 +1261,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1260
1261
|
reposts: number | null;
|
|
1261
1262
|
totalReactions: number | null;
|
|
1262
1263
|
} | null;
|
|
1263
|
-
url: string | null;
|
|
1264
1264
|
text: string | null;
|
|
1265
1265
|
urn: string | null;
|
|
1266
1266
|
author: {
|
|
@@ -1298,10 +1298,11 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1298
1298
|
success: z.ZodBoolean;
|
|
1299
1299
|
error: z.ZodString;
|
|
1300
1300
|
}, "strip", z.ZodTypeAny, {
|
|
1301
|
-
error: string;
|
|
1302
1301
|
success: boolean;
|
|
1302
|
+
error: string;
|
|
1303
1303
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1304
1304
|
posts: {
|
|
1305
|
+
url: string | null;
|
|
1305
1306
|
stats: {
|
|
1306
1307
|
like: number | null;
|
|
1307
1308
|
support: number | null;
|
|
@@ -1313,7 +1314,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1313
1314
|
reposts: number | null;
|
|
1314
1315
|
totalReactions: number | null;
|
|
1315
1316
|
} | null;
|
|
1316
|
-
url: string | null;
|
|
1317
1317
|
text: string | null;
|
|
1318
1318
|
document: {
|
|
1319
1319
|
title: string | null;
|
|
@@ -1354,6 +1354,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1354
1354
|
fullUrn: string | null;
|
|
1355
1355
|
postType: string | null;
|
|
1356
1356
|
resharedPost: {
|
|
1357
|
+
url: string | null;
|
|
1357
1358
|
stats: {
|
|
1358
1359
|
like: number | null;
|
|
1359
1360
|
support: number | null;
|
|
@@ -1365,7 +1366,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1365
1366
|
reposts: number | null;
|
|
1366
1367
|
totalReactions: number | null;
|
|
1367
1368
|
} | null;
|
|
1368
|
-
url: string | null;
|
|
1369
1369
|
text: string | null;
|
|
1370
1370
|
urn: string | null;
|
|
1371
1371
|
author: {
|
|
@@ -1424,10 +1424,11 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1424
1424
|
paginationToken?: string | null | undefined;
|
|
1425
1425
|
hasNextPage?: boolean | null | undefined;
|
|
1426
1426
|
}, {
|
|
1427
|
-
error: string;
|
|
1428
1427
|
success: boolean;
|
|
1428
|
+
error: string;
|
|
1429
1429
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1430
1430
|
posts: {
|
|
1431
|
+
url: string | null;
|
|
1431
1432
|
stats: {
|
|
1432
1433
|
like: number | null;
|
|
1433
1434
|
support: number | null;
|
|
@@ -1439,7 +1440,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1439
1440
|
reposts: number | null;
|
|
1440
1441
|
totalReactions: number | null;
|
|
1441
1442
|
} | null;
|
|
1442
|
-
url: string | null;
|
|
1443
1443
|
text: string | null;
|
|
1444
1444
|
document: {
|
|
1445
1445
|
title: string | null;
|
|
@@ -1480,6 +1480,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1480
1480
|
fullUrn: string | null;
|
|
1481
1481
|
postType: string | null;
|
|
1482
1482
|
resharedPost: {
|
|
1483
|
+
url: string | null;
|
|
1483
1484
|
stats: {
|
|
1484
1485
|
like: number | null;
|
|
1485
1486
|
support: number | null;
|
|
@@ -1491,7 +1492,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1491
1492
|
reposts: number | null;
|
|
1492
1493
|
totalReactions: number | null;
|
|
1493
1494
|
} | null;
|
|
1494
|
-
url: string | null;
|
|
1495
1495
|
text: string | null;
|
|
1496
1496
|
urn: string | null;
|
|
1497
1497
|
author: {
|
|
@@ -1949,6 +1949,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1949
1949
|
thumbnail: string | null;
|
|
1950
1950
|
}>>;
|
|
1951
1951
|
}, "strip", z.ZodTypeAny, {
|
|
1952
|
+
url: string | null;
|
|
1952
1953
|
stats: {
|
|
1953
1954
|
like: number | null;
|
|
1954
1955
|
support: number | null;
|
|
@@ -1960,7 +1961,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1960
1961
|
reposts: number | null;
|
|
1961
1962
|
totalReactions: number | null;
|
|
1962
1963
|
} | null;
|
|
1963
|
-
url: string | null;
|
|
1964
1964
|
text: string | null;
|
|
1965
1965
|
urn: string | null;
|
|
1966
1966
|
author: {
|
|
@@ -1988,6 +1988,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1988
1988
|
} | null;
|
|
1989
1989
|
postType: string | null;
|
|
1990
1990
|
}, {
|
|
1991
|
+
url: string | null;
|
|
1991
1992
|
stats: {
|
|
1992
1993
|
like: number | null;
|
|
1993
1994
|
support: number | null;
|
|
@@ -1999,7 +2000,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1999
2000
|
reposts: number | null;
|
|
2000
2001
|
totalReactions: number | null;
|
|
2001
2002
|
} | null;
|
|
2002
|
-
url: string | null;
|
|
2003
2003
|
text: string | null;
|
|
2004
2004
|
urn: string | null;
|
|
2005
2005
|
author: {
|
|
@@ -2028,6 +2028,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2028
2028
|
postType: string | null;
|
|
2029
2029
|
}>>;
|
|
2030
2030
|
}, "strip", z.ZodTypeAny, {
|
|
2031
|
+
url: string | null;
|
|
2031
2032
|
stats: {
|
|
2032
2033
|
like: number | null;
|
|
2033
2034
|
support: number | null;
|
|
@@ -2039,7 +2040,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2039
2040
|
reposts: number | null;
|
|
2040
2041
|
totalReactions: number | null;
|
|
2041
2042
|
} | null;
|
|
2042
|
-
url: string | null;
|
|
2043
2043
|
text: string | null;
|
|
2044
2044
|
document: {
|
|
2045
2045
|
title: string | null;
|
|
@@ -2080,6 +2080,7 @@ 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;
|
|
2083
2084
|
stats: {
|
|
2084
2085
|
like: number | null;
|
|
2085
2086
|
support: number | null;
|
|
@@ -2091,7 +2092,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2091
2092
|
reposts: number | null;
|
|
2092
2093
|
totalReactions: number | null;
|
|
2093
2094
|
} | null;
|
|
2094
|
-
url: string | null;
|
|
2095
2095
|
text: string | null;
|
|
2096
2096
|
urn: string | null;
|
|
2097
2097
|
author: {
|
|
@@ -2120,6 +2120,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2120
2120
|
postType: string | null;
|
|
2121
2121
|
} | null;
|
|
2122
2122
|
}, {
|
|
2123
|
+
url: string | null;
|
|
2123
2124
|
stats: {
|
|
2124
2125
|
like: number | null;
|
|
2125
2126
|
support: number | null;
|
|
@@ -2131,7 +2132,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2131
2132
|
reposts: number | null;
|
|
2132
2133
|
totalReactions: number | null;
|
|
2133
2134
|
} | null;
|
|
2134
|
-
url: string | null;
|
|
2135
2135
|
text: string | null;
|
|
2136
2136
|
document: {
|
|
2137
2137
|
title: string | null;
|
|
@@ -2172,6 +2172,7 @@ 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;
|
|
2175
2176
|
stats: {
|
|
2176
2177
|
like: number | null;
|
|
2177
2178
|
support: number | null;
|
|
@@ -2183,7 +2184,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2183
2184
|
reposts: number | null;
|
|
2184
2185
|
totalReactions: number | null;
|
|
2185
2186
|
} | null;
|
|
2186
|
-
url: string | null;
|
|
2187
2187
|
text: string | null;
|
|
2188
2188
|
urn: string | null;
|
|
2189
2189
|
author: {
|
|
@@ -2221,10 +2221,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2221
2221
|
success: z.ZodBoolean;
|
|
2222
2222
|
error: z.ZodString;
|
|
2223
2223
|
}, "strip", z.ZodTypeAny, {
|
|
2224
|
-
error: string;
|
|
2225
2224
|
success: boolean;
|
|
2225
|
+
error: string;
|
|
2226
2226
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2227
2227
|
posts: {
|
|
2228
|
+
url: string | null;
|
|
2228
2229
|
stats: {
|
|
2229
2230
|
like: number | null;
|
|
2230
2231
|
support: number | null;
|
|
@@ -2236,7 +2237,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2236
2237
|
reposts: number | null;
|
|
2237
2238
|
totalReactions: number | null;
|
|
2238
2239
|
} | null;
|
|
2239
|
-
url: string | null;
|
|
2240
2240
|
text: string | null;
|
|
2241
2241
|
document: {
|
|
2242
2242
|
title: string | null;
|
|
@@ -2277,6 +2277,7 @@ 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;
|
|
2280
2281
|
stats: {
|
|
2281
2282
|
like: number | null;
|
|
2282
2283
|
support: number | null;
|
|
@@ -2288,7 +2289,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2288
2289
|
reposts: number | null;
|
|
2289
2290
|
totalReactions: number | null;
|
|
2290
2291
|
} | null;
|
|
2291
|
-
url: string | null;
|
|
2292
2292
|
text: string | null;
|
|
2293
2293
|
urn: string | null;
|
|
2294
2294
|
author: {
|
|
@@ -2347,10 +2347,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2347
2347
|
paginationToken?: string | null | undefined;
|
|
2348
2348
|
hasNextPage?: boolean | null | undefined;
|
|
2349
2349
|
}, {
|
|
2350
|
-
error: string;
|
|
2351
2350
|
success: boolean;
|
|
2351
|
+
error: string;
|
|
2352
2352
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2353
2353
|
posts: {
|
|
2354
|
+
url: string | null;
|
|
2354
2355
|
stats: {
|
|
2355
2356
|
like: number | null;
|
|
2356
2357
|
support: number | null;
|
|
@@ -2362,7 +2363,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2362
2363
|
reposts: number | null;
|
|
2363
2364
|
totalReactions: number | null;
|
|
2364
2365
|
} | null;
|
|
2365
|
-
url: string | null;
|
|
2366
2366
|
text: string | null;
|
|
2367
2367
|
document: {
|
|
2368
2368
|
title: string | null;
|
|
@@ -2403,6 +2403,7 @@ 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;
|
|
2406
2407
|
stats: {
|
|
2407
2408
|
like: number | null;
|
|
2408
2409
|
support: number | null;
|
|
@@ -2414,7 +2415,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2414
2415
|
reposts: number | null;
|
|
2415
2416
|
totalReactions: number | null;
|
|
2416
2417
|
} | null;
|
|
2417
|
-
url: string | null;
|
|
2418
2418
|
text: string | null;
|
|
2419
2419
|
urn: string | null;
|
|
2420
2420
|
author: {
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { ToolBubble } from '../../types/tool-bubble-class.js';
|
|
3
|
+
import type { BubbleContext } from '../../types/bubble.js';
|
|
4
|
+
import { CredentialType } from '@bubblelab/shared-schemas';
|
|
5
|
+
declare const ListAirtableBasesToolParamsSchema: z.ZodObject<{
|
|
6
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
9
|
+
}, {
|
|
10
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
11
|
+
}>;
|
|
12
|
+
type ListAirtableBasesToolParamsInput = z.input<typeof ListAirtableBasesToolParamsSchema>;
|
|
13
|
+
type ListAirtableBasesToolParams = z.output<typeof ListAirtableBasesToolParamsSchema>;
|
|
14
|
+
declare const ListAirtableBasesToolResultSchema: z.ZodObject<{
|
|
15
|
+
bases: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
16
|
+
id: z.ZodString;
|
|
17
|
+
name: z.ZodString;
|
|
18
|
+
permissionLevel: z.ZodString;
|
|
19
|
+
}, "strip", z.ZodTypeAny, {
|
|
20
|
+
name: string;
|
|
21
|
+
id: string;
|
|
22
|
+
permissionLevel: string;
|
|
23
|
+
}, {
|
|
24
|
+
name: string;
|
|
25
|
+
id: string;
|
|
26
|
+
permissionLevel: string;
|
|
27
|
+
}>, "many">>;
|
|
28
|
+
success: z.ZodBoolean;
|
|
29
|
+
error: z.ZodString;
|
|
30
|
+
}, "strip", z.ZodTypeAny, {
|
|
31
|
+
success: boolean;
|
|
32
|
+
error: string;
|
|
33
|
+
bases?: {
|
|
34
|
+
name: string;
|
|
35
|
+
id: string;
|
|
36
|
+
permissionLevel: string;
|
|
37
|
+
}[] | undefined;
|
|
38
|
+
}, {
|
|
39
|
+
success: boolean;
|
|
40
|
+
error: string;
|
|
41
|
+
bases?: {
|
|
42
|
+
name: string;
|
|
43
|
+
id: string;
|
|
44
|
+
permissionLevel: string;
|
|
45
|
+
}[] | undefined;
|
|
46
|
+
}>;
|
|
47
|
+
type ListAirtableBasesToolResult = z.output<typeof ListAirtableBasesToolResultSchema>;
|
|
48
|
+
/**
|
|
49
|
+
* Tool to list Airtable bases accessible by the user.
|
|
50
|
+
* Used by AI to help users configure Airtable triggers.
|
|
51
|
+
*/
|
|
52
|
+
export declare class ListAirtableBasesTool extends ToolBubble<ListAirtableBasesToolParams, ListAirtableBasesToolResult> {
|
|
53
|
+
static readonly type: "tool";
|
|
54
|
+
static readonly bubbleName = "list-airtable-bases-tool";
|
|
55
|
+
static readonly schema: z.ZodObject<{
|
|
56
|
+
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
57
|
+
}, "strip", z.ZodTypeAny, {
|
|
58
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
59
|
+
}, {
|
|
60
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
61
|
+
}>;
|
|
62
|
+
static readonly resultSchema: z.ZodObject<{
|
|
63
|
+
bases: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
64
|
+
id: z.ZodString;
|
|
65
|
+
name: z.ZodString;
|
|
66
|
+
permissionLevel: z.ZodString;
|
|
67
|
+
}, "strip", z.ZodTypeAny, {
|
|
68
|
+
name: string;
|
|
69
|
+
id: string;
|
|
70
|
+
permissionLevel: string;
|
|
71
|
+
}, {
|
|
72
|
+
name: string;
|
|
73
|
+
id: string;
|
|
74
|
+
permissionLevel: string;
|
|
75
|
+
}>, "many">>;
|
|
76
|
+
success: z.ZodBoolean;
|
|
77
|
+
error: z.ZodString;
|
|
78
|
+
}, "strip", z.ZodTypeAny, {
|
|
79
|
+
success: boolean;
|
|
80
|
+
error: string;
|
|
81
|
+
bases?: {
|
|
82
|
+
name: string;
|
|
83
|
+
id: string;
|
|
84
|
+
permissionLevel: string;
|
|
85
|
+
}[] | undefined;
|
|
86
|
+
}, {
|
|
87
|
+
success: boolean;
|
|
88
|
+
error: string;
|
|
89
|
+
bases?: {
|
|
90
|
+
name: string;
|
|
91
|
+
id: string;
|
|
92
|
+
permissionLevel: string;
|
|
93
|
+
}[] | undefined;
|
|
94
|
+
}>;
|
|
95
|
+
static readonly shortDescription = "Lists Airtable bases accessible by the user for trigger configuration";
|
|
96
|
+
static readonly longDescription = "\n A tool that retrieves all Airtable bases the user has access to.\n\n Use this tool when:\n - User wants to set up an Airtable trigger (record created/updated/deleted)\n - You need to find which base contains a specific table\n - User mentions an Airtable base by name and you need to find its ID\n\n Returns:\n - List of bases with their IDs, names, and permission levels\n\n Requires: AIRTABLE_OAUTH credential to be connected.\n ";
|
|
97
|
+
static readonly alias = "airtable-bases";
|
|
98
|
+
constructor(params: ListAirtableBasesToolParamsInput, context?: BubbleContext);
|
|
99
|
+
performAction(context?: BubbleContext): Promise<ListAirtableBasesToolResult>;
|
|
100
|
+
}
|
|
101
|
+
export {};
|
|
102
|
+
//# sourceMappingURL=list-airtable-bases-tool.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-airtable-bases-tool.d.ts","sourceRoot":"","sources":["../../../src/bubbles/tool-bubble/list-airtable-bases-tool.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AACxB,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAG3D,QAAA,MAAM,iCAAiC;;;;;;EAOrC,CAAC;AAGH,KAAK,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAC7C,OAAO,iCAAiC,CACzC,CAAC;AACF,KAAK,2BAA2B,GAAG,CAAC,CAAC,MAAM,CACzC,OAAO,iCAAiC,CACzC,CAAC;AAGF,QAAA,MAAM,iCAAiC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiBrC,CAAC;AAEH,KAAK,2BAA2B,GAAG,CAAC,CAAC,MAAM,CACzC,OAAO,iCAAiC,CACzC,CAAC;AAEF;;;GAGG;AACH,qBAAa,qBAAsB,SAAQ,UAAU,CACnD,2BAA2B,EAC3B,2BAA2B,CAC5B;IACC,MAAM,CAAC,QAAQ,CAAC,IAAI,EAAG,MAAM,CAAU;IACvC,MAAM,CAAC,QAAQ,CAAC,UAAU,8BAA8B;IACxD,MAAM,CAAC,QAAQ,CAAC,MAAM;;;;;;OAAqC;IAC3D,MAAM,CAAC,QAAQ,CAAC,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAAqC;IACjE,MAAM,CAAC,QAAQ,CAAC,gBAAgB,2EAC0C;IAC1E,MAAM,CAAC,QAAQ,CAAC,eAAe,idAY7B;IACF,MAAM,CAAC,QAAQ,CAAC,KAAK,oBAAoB;gBAGvC,MAAM,EAAE,gCAAgC,EACxC,OAAO,CAAC,EAAE,aAAa;IAKnB,aAAa,CACjB,OAAO,CAAC,EAAE,aAAa,GACtB,OAAO,CAAC,2BAA2B,CAAC;CAuDxC"}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { ToolBubble } from '../../types/tool-bubble-class.js';
|
|
3
|
+
import { CredentialType } from '@bubblelab/shared-schemas';
|
|
4
|
+
// Define the parameters schema
|
|
5
|
+
const ListAirtableBasesToolParamsSchema = z.object({
|
|
6
|
+
credentials: z
|
|
7
|
+
.record(z.nativeEnum(CredentialType), z.string())
|
|
8
|
+
.optional()
|
|
9
|
+
.describe('Object mapping credential types to values (injected at runtime). Requires AIRTABLE_OAUTH credential.'),
|
|
10
|
+
});
|
|
11
|
+
// Result schema
|
|
12
|
+
const ListAirtableBasesToolResultSchema = z.object({
|
|
13
|
+
bases: z
|
|
14
|
+
.array(z.object({
|
|
15
|
+
id: z.string().describe('The Airtable base ID (e.g., appXXXXXXXX)'),
|
|
16
|
+
name: z.string().describe('The name of the base'),
|
|
17
|
+
permissionLevel: z
|
|
18
|
+
.string()
|
|
19
|
+
.describe('User permission level (none, read, comment, edit, create)'),
|
|
20
|
+
}))
|
|
21
|
+
.optional()
|
|
22
|
+
.describe('List of Airtable bases the user has access to'),
|
|
23
|
+
success: z.boolean().describe('Whether the operation was successful'),
|
|
24
|
+
error: z.string().describe('Error message if operation failed'),
|
|
25
|
+
});
|
|
26
|
+
/**
|
|
27
|
+
* Tool to list Airtable bases accessible by the user.
|
|
28
|
+
* Used by AI to help users configure Airtable triggers.
|
|
29
|
+
*/
|
|
30
|
+
export class ListAirtableBasesTool extends ToolBubble {
|
|
31
|
+
static type = 'tool';
|
|
32
|
+
static bubbleName = 'list-airtable-bases-tool';
|
|
33
|
+
static schema = ListAirtableBasesToolParamsSchema;
|
|
34
|
+
static resultSchema = ListAirtableBasesToolResultSchema;
|
|
35
|
+
static shortDescription = 'Lists Airtable bases accessible by the user for trigger configuration';
|
|
36
|
+
static longDescription = `
|
|
37
|
+
A tool that retrieves all Airtable bases the user has access to.
|
|
38
|
+
|
|
39
|
+
Use this tool when:
|
|
40
|
+
- User wants to set up an Airtable trigger (record created/updated/deleted)
|
|
41
|
+
- You need to find which base contains a specific table
|
|
42
|
+
- User mentions an Airtable base by name and you need to find its ID
|
|
43
|
+
|
|
44
|
+
Returns:
|
|
45
|
+
- List of bases with their IDs, names, and permission levels
|
|
46
|
+
|
|
47
|
+
Requires: AIRTABLE_OAUTH credential to be connected.
|
|
48
|
+
`;
|
|
49
|
+
static alias = 'airtable-bases';
|
|
50
|
+
constructor(params, context) {
|
|
51
|
+
super(params, context);
|
|
52
|
+
}
|
|
53
|
+
async performAction(context) {
|
|
54
|
+
void context;
|
|
55
|
+
const { credentials } = this.params;
|
|
56
|
+
// Get Airtable OAuth token
|
|
57
|
+
const airtableToken = credentials?.[CredentialType.AIRTABLE_OAUTH];
|
|
58
|
+
if (!airtableToken) {
|
|
59
|
+
return {
|
|
60
|
+
success: false,
|
|
61
|
+
error: 'Airtable OAuth credential not found. Please connect your Airtable account first.',
|
|
62
|
+
};
|
|
63
|
+
}
|
|
64
|
+
try {
|
|
65
|
+
const response = await fetch('https://api.airtable.com/v0/meta/bases', {
|
|
66
|
+
headers: {
|
|
67
|
+
Authorization: `Bearer ${airtableToken}`,
|
|
68
|
+
},
|
|
69
|
+
});
|
|
70
|
+
if (!response.ok) {
|
|
71
|
+
const errorText = await response.text();
|
|
72
|
+
return {
|
|
73
|
+
success: false,
|
|
74
|
+
error: `Failed to fetch Airtable bases: ${response.status} - ${errorText}`,
|
|
75
|
+
};
|
|
76
|
+
}
|
|
77
|
+
const data = (await response.json());
|
|
78
|
+
return {
|
|
79
|
+
bases: data.bases.map((base) => ({
|
|
80
|
+
id: base.id,
|
|
81
|
+
name: base.name,
|
|
82
|
+
permissionLevel: base.permissionLevel,
|
|
83
|
+
})),
|
|
84
|
+
success: true,
|
|
85
|
+
error: '',
|
|
86
|
+
};
|
|
87
|
+
}
|
|
88
|
+
catch (error) {
|
|
89
|
+
return {
|
|
90
|
+
success: false,
|
|
91
|
+
error: `Error fetching Airtable bases: ${error instanceof Error ? error.message : 'Unknown error'}`,
|
|
92
|
+
};
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
//# sourceMappingURL=list-airtable-bases-tool.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-airtable-bases-tool.js","sourceRoot":"","sources":["../../../src/bubbles/tool-bubble/list-airtable-bases-tool.ts"],"names":[],"mappings":"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"}
|