@bubblelab/bubble-core 0.1.72 → 0.1.73
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 +84 -84
- 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 +132 -132
- package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +110 -110
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +49 -49
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +22 -22
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +304 -304
- package/dist/bubbles/service-bubble/followupboss.d.ts +264 -264
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +40 -40
- package/dist/bubbles/service-bubble/github.d.ts +156 -156
- package/dist/bubbles/service-bubble/gmail.d.ts +578 -578
- package/dist/bubbles/service-bubble/google-calendar.d.ts +152 -152
- package/dist/bubbles/service-bubble/google-drive.d.ts +146 -146
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- 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/notion/notion.d.ts +840 -840
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +20 -20
- package/dist/bubbles/service-bubble/slack/slack.d.ts +358 -358
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts +17 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.utils.js +117 -2
- package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +76 -76
- package/dist/bubbles/service-bubble/telegram.d.ts +942 -942
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +28 -28
- 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 +14 -14
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +32 -32
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +38 -38
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- 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 +16 -16
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +18 -18
- 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 +12 -12
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +78 -78
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +76 -76
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -303,8 +303,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
303
303
|
thumbnail: string | null;
|
|
304
304
|
}>>;
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
|
-
url: string | null;
|
|
307
306
|
text: string | null;
|
|
307
|
+
url: string | null;
|
|
308
308
|
urn: string | null;
|
|
309
309
|
author: {
|
|
310
310
|
username: string | null;
|
|
@@ -342,8 +342,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
342
342
|
} | null;
|
|
343
343
|
postType: string | null;
|
|
344
344
|
}, {
|
|
345
|
-
url: string | null;
|
|
346
345
|
text: string | null;
|
|
346
|
+
url: string | null;
|
|
347
347
|
urn: string | null;
|
|
348
348
|
author: {
|
|
349
349
|
username: string | null;
|
|
@@ -382,6 +382,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
382
382
|
postType: string | null;
|
|
383
383
|
}>>;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
|
+
text: string | null;
|
|
385
386
|
url: string | null;
|
|
386
387
|
document: {
|
|
387
388
|
title: string | null;
|
|
@@ -389,7 +390,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
389
390
|
thumbnail: string | null;
|
|
390
391
|
pageCount: number | null;
|
|
391
392
|
} | null;
|
|
392
|
-
text: string | null;
|
|
393
393
|
urn: string | null;
|
|
394
394
|
author: {
|
|
395
395
|
username: string | null;
|
|
@@ -434,8 +434,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
434
434
|
fullUrn: string | null;
|
|
435
435
|
postType: string | null;
|
|
436
436
|
resharedPost: {
|
|
437
|
-
url: string | null;
|
|
438
437
|
text: string | null;
|
|
438
|
+
url: string | null;
|
|
439
439
|
urn: string | null;
|
|
440
440
|
author: {
|
|
441
441
|
username: string | null;
|
|
@@ -474,6 +474,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
474
474
|
postType: string | null;
|
|
475
475
|
} | null;
|
|
476
476
|
}, {
|
|
477
|
+
text: string | null;
|
|
477
478
|
url: string | null;
|
|
478
479
|
document: {
|
|
479
480
|
title: string | null;
|
|
@@ -481,7 +482,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
481
482
|
thumbnail: string | null;
|
|
482
483
|
pageCount: number | null;
|
|
483
484
|
} | null;
|
|
484
|
-
text: string | null;
|
|
485
485
|
urn: string | null;
|
|
486
486
|
author: {
|
|
487
487
|
username: string | null;
|
|
@@ -526,8 +526,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
526
526
|
fullUrn: string | null;
|
|
527
527
|
postType: string | null;
|
|
528
528
|
resharedPost: {
|
|
529
|
-
url: string | null;
|
|
530
529
|
text: string | null;
|
|
530
|
+
url: string | null;
|
|
531
531
|
urn: string | null;
|
|
532
532
|
author: {
|
|
533
533
|
username: string | null;
|
|
@@ -667,10 +667,10 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
667
667
|
}, "strip", z.ZodTypeAny, {
|
|
668
668
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
669
669
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
670
|
-
location?: string | undefined;
|
|
671
670
|
username?: string | undefined;
|
|
672
671
|
limit?: number | undefined;
|
|
673
672
|
pageNumber?: number | undefined;
|
|
673
|
+
location?: string | undefined;
|
|
674
674
|
keyword?: string | undefined;
|
|
675
675
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
676
676
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
@@ -680,10 +680,10 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
680
680
|
}, {
|
|
681
681
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
682
682
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
683
|
-
location?: string | undefined;
|
|
684
683
|
username?: string | undefined;
|
|
685
684
|
limit?: number | undefined;
|
|
686
685
|
pageNumber?: number | undefined;
|
|
686
|
+
location?: string | undefined;
|
|
687
687
|
keyword?: string | undefined;
|
|
688
688
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
689
689
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
@@ -1026,8 +1026,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1026
1026
|
thumbnail: string | null;
|
|
1027
1027
|
}>>;
|
|
1028
1028
|
}, "strip", z.ZodTypeAny, {
|
|
1029
|
-
url: string | null;
|
|
1030
1029
|
text: string | null;
|
|
1030
|
+
url: string | null;
|
|
1031
1031
|
urn: string | null;
|
|
1032
1032
|
author: {
|
|
1033
1033
|
username: string | null;
|
|
@@ -1065,8 +1065,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1065
1065
|
} | null;
|
|
1066
1066
|
postType: string | null;
|
|
1067
1067
|
}, {
|
|
1068
|
-
url: string | null;
|
|
1069
1068
|
text: string | null;
|
|
1069
|
+
url: string | null;
|
|
1070
1070
|
urn: string | null;
|
|
1071
1071
|
author: {
|
|
1072
1072
|
username: string | null;
|
|
@@ -1105,6 +1105,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1105
1105
|
postType: string | null;
|
|
1106
1106
|
}>>;
|
|
1107
1107
|
}, "strip", z.ZodTypeAny, {
|
|
1108
|
+
text: string | null;
|
|
1108
1109
|
url: string | null;
|
|
1109
1110
|
document: {
|
|
1110
1111
|
title: string | null;
|
|
@@ -1112,7 +1113,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1112
1113
|
thumbnail: string | null;
|
|
1113
1114
|
pageCount: number | null;
|
|
1114
1115
|
} | null;
|
|
1115
|
-
text: string | null;
|
|
1116
1116
|
urn: string | null;
|
|
1117
1117
|
author: {
|
|
1118
1118
|
username: string | null;
|
|
@@ -1157,8 +1157,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1157
1157
|
fullUrn: string | null;
|
|
1158
1158
|
postType: string | null;
|
|
1159
1159
|
resharedPost: {
|
|
1160
|
-
url: string | null;
|
|
1161
1160
|
text: string | null;
|
|
1161
|
+
url: string | null;
|
|
1162
1162
|
urn: string | null;
|
|
1163
1163
|
author: {
|
|
1164
1164
|
username: string | null;
|
|
@@ -1197,6 +1197,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1197
1197
|
postType: string | null;
|
|
1198
1198
|
} | null;
|
|
1199
1199
|
}, {
|
|
1200
|
+
text: string | null;
|
|
1200
1201
|
url: string | null;
|
|
1201
1202
|
document: {
|
|
1202
1203
|
title: string | null;
|
|
@@ -1204,7 +1205,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1204
1205
|
thumbnail: string | null;
|
|
1205
1206
|
pageCount: number | null;
|
|
1206
1207
|
} | null;
|
|
1207
|
-
text: string | null;
|
|
1208
1208
|
urn: string | null;
|
|
1209
1209
|
author: {
|
|
1210
1210
|
username: string | null;
|
|
@@ -1249,8 +1249,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1249
1249
|
fullUrn: string | null;
|
|
1250
1250
|
postType: string | null;
|
|
1251
1251
|
resharedPost: {
|
|
1252
|
-
url: string | null;
|
|
1253
1252
|
text: string | null;
|
|
1253
|
+
url: string | null;
|
|
1254
1254
|
urn: string | null;
|
|
1255
1255
|
author: {
|
|
1256
1256
|
username: string | null;
|
|
@@ -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
|
-
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1302
|
-
success: boolean;
|
|
1303
1301
|
error: string;
|
|
1302
|
+
success: boolean;
|
|
1303
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1304
1304
|
posts: {
|
|
1305
|
+
text: string | null;
|
|
1305
1306
|
url: string | null;
|
|
1306
1307
|
document: {
|
|
1307
1308
|
title: string | null;
|
|
@@ -1309,7 +1310,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1309
1310
|
thumbnail: string | null;
|
|
1310
1311
|
pageCount: number | null;
|
|
1311
1312
|
} | null;
|
|
1312
|
-
text: string | null;
|
|
1313
1313
|
urn: string | null;
|
|
1314
1314
|
author: {
|
|
1315
1315
|
username: string | null;
|
|
@@ -1354,8 +1354,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1354
1354
|
fullUrn: string | null;
|
|
1355
1355
|
postType: string | null;
|
|
1356
1356
|
resharedPost: {
|
|
1357
|
-
url: string | null;
|
|
1358
1357
|
text: string | null;
|
|
1358
|
+
url: string | null;
|
|
1359
1359
|
urn: string | null;
|
|
1360
1360
|
author: {
|
|
1361
1361
|
username: string | null;
|
|
@@ -1424,10 +1424,11 @@ 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
|
-
success: boolean;
|
|
1429
1427
|
error: string;
|
|
1428
|
+
success: boolean;
|
|
1429
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1430
1430
|
posts: {
|
|
1431
|
+
text: string | null;
|
|
1431
1432
|
url: string | null;
|
|
1432
1433
|
document: {
|
|
1433
1434
|
title: string | null;
|
|
@@ -1435,7 +1436,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1435
1436
|
thumbnail: string | null;
|
|
1436
1437
|
pageCount: number | null;
|
|
1437
1438
|
} | null;
|
|
1438
|
-
text: string | null;
|
|
1439
1439
|
urn: string | null;
|
|
1440
1440
|
author: {
|
|
1441
1441
|
username: string | null;
|
|
@@ -1480,8 +1480,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1480
1480
|
fullUrn: string | null;
|
|
1481
1481
|
postType: string | null;
|
|
1482
1482
|
resharedPost: {
|
|
1483
|
-
url: string | null;
|
|
1484
1483
|
text: string | null;
|
|
1484
|
+
url: string | null;
|
|
1485
1485
|
urn: string | null;
|
|
1486
1486
|
author: {
|
|
1487
1487
|
username: string | null;
|
|
@@ -1590,10 +1590,10 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1590
1590
|
}, "strip", z.ZodTypeAny, {
|
|
1591
1591
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1592
1592
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1593
|
-
location?: string | undefined;
|
|
1594
1593
|
username?: string | undefined;
|
|
1595
1594
|
limit?: number | undefined;
|
|
1596
1595
|
pageNumber?: number | undefined;
|
|
1596
|
+
location?: string | undefined;
|
|
1597
1597
|
keyword?: string | undefined;
|
|
1598
1598
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
1599
1599
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
@@ -1603,10 +1603,10 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1603
1603
|
}, {
|
|
1604
1604
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1605
1605
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1606
|
-
location?: string | undefined;
|
|
1607
1606
|
username?: string | undefined;
|
|
1608
1607
|
limit?: number | undefined;
|
|
1609
1608
|
pageNumber?: number | undefined;
|
|
1609
|
+
location?: string | undefined;
|
|
1610
1610
|
keyword?: string | undefined;
|
|
1611
1611
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
1612
1612
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
@@ -1949,8 +1949,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1949
1949
|
thumbnail: string | null;
|
|
1950
1950
|
}>>;
|
|
1951
1951
|
}, "strip", z.ZodTypeAny, {
|
|
1952
|
-
url: string | null;
|
|
1953
1952
|
text: string | null;
|
|
1953
|
+
url: string | null;
|
|
1954
1954
|
urn: string | null;
|
|
1955
1955
|
author: {
|
|
1956
1956
|
username: string | null;
|
|
@@ -1988,8 +1988,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1988
1988
|
} | null;
|
|
1989
1989
|
postType: string | null;
|
|
1990
1990
|
}, {
|
|
1991
|
-
url: string | null;
|
|
1992
1991
|
text: string | null;
|
|
1992
|
+
url: string | null;
|
|
1993
1993
|
urn: string | null;
|
|
1994
1994
|
author: {
|
|
1995
1995
|
username: string | null;
|
|
@@ -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
|
+
text: string | null;
|
|
2031
2032
|
url: string | null;
|
|
2032
2033
|
document: {
|
|
2033
2034
|
title: string | null;
|
|
@@ -2035,7 +2036,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2035
2036
|
thumbnail: string | null;
|
|
2036
2037
|
pageCount: number | null;
|
|
2037
2038
|
} | null;
|
|
2038
|
-
text: string | null;
|
|
2039
2039
|
urn: string | null;
|
|
2040
2040
|
author: {
|
|
2041
2041
|
username: string | null;
|
|
@@ -2080,8 +2080,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2080
2080
|
fullUrn: string | null;
|
|
2081
2081
|
postType: string | null;
|
|
2082
2082
|
resharedPost: {
|
|
2083
|
-
url: string | null;
|
|
2084
2083
|
text: string | null;
|
|
2084
|
+
url: string | null;
|
|
2085
2085
|
urn: string | null;
|
|
2086
2086
|
author: {
|
|
2087
2087
|
username: string | null;
|
|
@@ -2120,6 +2120,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2120
2120
|
postType: string | null;
|
|
2121
2121
|
} | null;
|
|
2122
2122
|
}, {
|
|
2123
|
+
text: string | null;
|
|
2123
2124
|
url: string | null;
|
|
2124
2125
|
document: {
|
|
2125
2126
|
title: string | null;
|
|
@@ -2127,7 +2128,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2127
2128
|
thumbnail: string | null;
|
|
2128
2129
|
pageCount: number | null;
|
|
2129
2130
|
} | null;
|
|
2130
|
-
text: string | null;
|
|
2131
2131
|
urn: string | null;
|
|
2132
2132
|
author: {
|
|
2133
2133
|
username: string | null;
|
|
@@ -2172,8 +2172,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2172
2172
|
fullUrn: string | null;
|
|
2173
2173
|
postType: string | null;
|
|
2174
2174
|
resharedPost: {
|
|
2175
|
-
url: string | null;
|
|
2176
2175
|
text: string | null;
|
|
2176
|
+
url: string | null;
|
|
2177
2177
|
urn: string | null;
|
|
2178
2178
|
author: {
|
|
2179
2179
|
username: string | null;
|
|
@@ -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
|
-
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2225
|
-
success: boolean;
|
|
2226
2224
|
error: string;
|
|
2225
|
+
success: boolean;
|
|
2226
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2227
2227
|
posts: {
|
|
2228
|
+
text: string | null;
|
|
2228
2229
|
url: string | null;
|
|
2229
2230
|
document: {
|
|
2230
2231
|
title: string | null;
|
|
@@ -2232,7 +2233,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2232
2233
|
thumbnail: string | null;
|
|
2233
2234
|
pageCount: number | null;
|
|
2234
2235
|
} | null;
|
|
2235
|
-
text: string | null;
|
|
2236
2236
|
urn: string | null;
|
|
2237
2237
|
author: {
|
|
2238
2238
|
username: string | null;
|
|
@@ -2277,8 +2277,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2277
2277
|
fullUrn: string | null;
|
|
2278
2278
|
postType: string | null;
|
|
2279
2279
|
resharedPost: {
|
|
2280
|
-
url: string | null;
|
|
2281
2280
|
text: string | null;
|
|
2281
|
+
url: string | null;
|
|
2282
2282
|
urn: string | null;
|
|
2283
2283
|
author: {
|
|
2284
2284
|
username: string | null;
|
|
@@ -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
|
-
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2351
|
-
success: boolean;
|
|
2352
2350
|
error: string;
|
|
2351
|
+
success: boolean;
|
|
2352
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2353
2353
|
posts: {
|
|
2354
|
+
text: string | null;
|
|
2354
2355
|
url: string | null;
|
|
2355
2356
|
document: {
|
|
2356
2357
|
title: string | null;
|
|
@@ -2358,7 +2359,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2358
2359
|
thumbnail: string | null;
|
|
2359
2360
|
pageCount: number | null;
|
|
2360
2361
|
} | null;
|
|
2361
|
-
text: string | null;
|
|
2362
2362
|
urn: string | null;
|
|
2363
2363
|
author: {
|
|
2364
2364
|
username: string | null;
|
|
@@ -2403,8 +2403,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2403
2403
|
fullUrn: string | null;
|
|
2404
2404
|
postType: string | null;
|
|
2405
2405
|
resharedPost: {
|
|
2406
|
-
url: string | null;
|
|
2407
2406
|
text: string | null;
|
|
2407
|
+
url: string | null;
|
|
2408
2408
|
urn: string | null;
|
|
2409
2409
|
author: {
|
|
2410
2410
|
username: string | null;
|
|
@@ -29,8 +29,8 @@ declare const ListBubblesToolResultSchema: z.ZodObject<{
|
|
|
29
29
|
success: z.ZodBoolean;
|
|
30
30
|
error: z.ZodString;
|
|
31
31
|
}, "strip", z.ZodTypeAny, {
|
|
32
|
-
success: boolean;
|
|
33
32
|
error: string;
|
|
33
|
+
success: boolean;
|
|
34
34
|
bubbles: {
|
|
35
35
|
type: string;
|
|
36
36
|
name: string;
|
|
@@ -40,8 +40,8 @@ declare const ListBubblesToolResultSchema: z.ZodObject<{
|
|
|
40
40
|
}[];
|
|
41
41
|
totalCount: number;
|
|
42
42
|
}, {
|
|
43
|
-
success: boolean;
|
|
44
43
|
error: string;
|
|
44
|
+
success: boolean;
|
|
45
45
|
bubbles: {
|
|
46
46
|
type: string;
|
|
47
47
|
name: string;
|
|
@@ -78,8 +78,8 @@ export declare class ListBubblesTool extends ToolBubble<ListBubblesToolParams, L
|
|
|
78
78
|
success: z.ZodBoolean;
|
|
79
79
|
error: z.ZodString;
|
|
80
80
|
}, "strip", z.ZodTypeAny, {
|
|
81
|
-
success: boolean;
|
|
82
81
|
error: string;
|
|
82
|
+
success: boolean;
|
|
83
83
|
bubbles: {
|
|
84
84
|
type: string;
|
|
85
85
|
name: string;
|
|
@@ -89,8 +89,8 @@ export declare class ListBubblesTool extends ToolBubble<ListBubblesToolParams, L
|
|
|
89
89
|
}[];
|
|
90
90
|
totalCount: number;
|
|
91
91
|
}, {
|
|
92
|
-
success: boolean;
|
|
93
92
|
error: string;
|
|
93
|
+
success: boolean;
|
|
94
94
|
bubbles: {
|
|
95
95
|
type: string;
|
|
96
96
|
name: string;
|
|
@@ -109,8 +109,8 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
109
109
|
}, "strip", z.ZodTypeAny, {
|
|
110
110
|
title: string | null;
|
|
111
111
|
name: string | null;
|
|
112
|
-
location: string | null;
|
|
113
112
|
summary: string | null;
|
|
113
|
+
location: string | null;
|
|
114
114
|
headline: string | null;
|
|
115
115
|
seniorityLevel: string | null;
|
|
116
116
|
emails: string[] | null;
|
|
@@ -161,8 +161,8 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
161
161
|
}, {
|
|
162
162
|
title: string | null;
|
|
163
163
|
name: string | null;
|
|
164
|
-
location: string | null;
|
|
165
164
|
summary: string | null;
|
|
165
|
+
location: string | null;
|
|
166
166
|
headline: string | null;
|
|
167
167
|
seniorityLevel: string | null;
|
|
168
168
|
emails: string[] | null;
|
|
@@ -255,9 +255,9 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
|
|
|
255
255
|
enrichEmails: boolean;
|
|
256
256
|
includePersonalEmails: boolean;
|
|
257
257
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
258
|
-
location?: string | undefined;
|
|
259
258
|
limit?: number | undefined;
|
|
260
259
|
cursor?: string | undefined;
|
|
260
|
+
location?: string | undefined;
|
|
261
261
|
companyName?: string | undefined;
|
|
262
262
|
companyLinkedinUrl?: string | undefined;
|
|
263
263
|
city?: string | undefined;
|
|
@@ -287,9 +287,9 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
|
|
|
287
287
|
excludeProfiles?: string[] | undefined;
|
|
288
288
|
}, {
|
|
289
289
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
290
|
-
location?: string | undefined;
|
|
291
290
|
limit?: number | undefined;
|
|
292
291
|
cursor?: string | undefined;
|
|
292
|
+
location?: string | undefined;
|
|
293
293
|
companyName?: string | undefined;
|
|
294
294
|
companyLinkedinUrl?: string | undefined;
|
|
295
295
|
city?: string | undefined;
|
|
@@ -428,8 +428,8 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
429
|
title: string | null;
|
|
430
430
|
name: string | null;
|
|
431
|
-
location: string | null;
|
|
432
431
|
summary: string | null;
|
|
432
|
+
location: string | null;
|
|
433
433
|
headline: string | null;
|
|
434
434
|
seniorityLevel: string | null;
|
|
435
435
|
emails: string[] | null;
|
|
@@ -480,8 +480,8 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
480
480
|
}, {
|
|
481
481
|
title: string | null;
|
|
482
482
|
name: string | null;
|
|
483
|
-
location: string | null;
|
|
484
483
|
summary: string | null;
|
|
484
|
+
location: string | null;
|
|
485
485
|
headline: string | null;
|
|
486
486
|
seniorityLevel: string | null;
|
|
487
487
|
emails: string[] | null;
|
|
@@ -535,13 +535,13 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
535
535
|
success: z.ZodBoolean;
|
|
536
536
|
error: z.ZodString;
|
|
537
537
|
}, "strip", z.ZodTypeAny, {
|
|
538
|
-
success: boolean;
|
|
539
538
|
error: string;
|
|
539
|
+
success: boolean;
|
|
540
540
|
people: {
|
|
541
541
|
title: string | null;
|
|
542
542
|
name: string | null;
|
|
543
|
-
location: string | null;
|
|
544
543
|
summary: string | null;
|
|
544
|
+
location: string | null;
|
|
545
545
|
headline: string | null;
|
|
546
546
|
seniorityLevel: string | null;
|
|
547
547
|
emails: string[] | null;
|
|
@@ -593,13 +593,13 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
593
593
|
totalCount: number;
|
|
594
594
|
nextCursor?: string | undefined;
|
|
595
595
|
}, {
|
|
596
|
-
success: boolean;
|
|
597
596
|
error: string;
|
|
597
|
+
success: boolean;
|
|
598
598
|
people: {
|
|
599
599
|
title: string | null;
|
|
600
600
|
name: string | null;
|
|
601
|
-
location: string | null;
|
|
602
601
|
summary: string | null;
|
|
602
|
+
location: string | null;
|
|
603
603
|
headline: string | null;
|
|
604
604
|
seniorityLevel: string | null;
|
|
605
605
|
emails: string[] | null;
|
|
@@ -724,9 +724,9 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
724
724
|
enrichEmails: boolean;
|
|
725
725
|
includePersonalEmails: boolean;
|
|
726
726
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
727
|
-
location?: string | undefined;
|
|
728
727
|
limit?: number | undefined;
|
|
729
728
|
cursor?: string | undefined;
|
|
729
|
+
location?: string | undefined;
|
|
730
730
|
companyName?: string | undefined;
|
|
731
731
|
companyLinkedinUrl?: string | undefined;
|
|
732
732
|
city?: string | undefined;
|
|
@@ -756,9 +756,9 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
756
756
|
excludeProfiles?: string[] | undefined;
|
|
757
757
|
}, {
|
|
758
758
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
759
|
-
location?: string | undefined;
|
|
760
759
|
limit?: number | undefined;
|
|
761
760
|
cursor?: string | undefined;
|
|
761
|
+
location?: string | undefined;
|
|
762
762
|
companyName?: string | undefined;
|
|
763
763
|
companyLinkedinUrl?: string | undefined;
|
|
764
764
|
city?: string | undefined;
|
|
@@ -897,8 +897,8 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
897
897
|
}, "strip", z.ZodTypeAny, {
|
|
898
898
|
title: string | null;
|
|
899
899
|
name: string | null;
|
|
900
|
-
location: string | null;
|
|
901
900
|
summary: string | null;
|
|
901
|
+
location: string | null;
|
|
902
902
|
headline: string | null;
|
|
903
903
|
seniorityLevel: string | null;
|
|
904
904
|
emails: string[] | null;
|
|
@@ -949,8 +949,8 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
949
949
|
}, {
|
|
950
950
|
title: string | null;
|
|
951
951
|
name: string | null;
|
|
952
|
-
location: string | null;
|
|
953
952
|
summary: string | null;
|
|
953
|
+
location: string | null;
|
|
954
954
|
headline: string | null;
|
|
955
955
|
seniorityLevel: string | null;
|
|
956
956
|
emails: string[] | null;
|
|
@@ -1004,13 +1004,13 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1004
1004
|
success: z.ZodBoolean;
|
|
1005
1005
|
error: z.ZodString;
|
|
1006
1006
|
}, "strip", z.ZodTypeAny, {
|
|
1007
|
-
success: boolean;
|
|
1008
1007
|
error: string;
|
|
1008
|
+
success: boolean;
|
|
1009
1009
|
people: {
|
|
1010
1010
|
title: string | null;
|
|
1011
1011
|
name: string | null;
|
|
1012
|
-
location: string | null;
|
|
1013
1012
|
summary: string | null;
|
|
1013
|
+
location: string | null;
|
|
1014
1014
|
headline: string | null;
|
|
1015
1015
|
seniorityLevel: string | null;
|
|
1016
1016
|
emails: string[] | null;
|
|
@@ -1062,13 +1062,13 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1062
1062
|
totalCount: number;
|
|
1063
1063
|
nextCursor?: string | undefined;
|
|
1064
1064
|
}, {
|
|
1065
|
-
success: boolean;
|
|
1066
1065
|
error: string;
|
|
1066
|
+
success: boolean;
|
|
1067
1067
|
people: {
|
|
1068
1068
|
title: string | null;
|
|
1069
1069
|
name: string | null;
|
|
1070
|
-
location: string | null;
|
|
1071
1070
|
summary: string | null;
|
|
1071
|
+
location: string | null;
|
|
1072
1072
|
headline: string | null;
|
|
1073
1073
|
seniorityLevel: string | null;
|
|
1074
1074
|
emails: string[] | null;
|