@bubblelab/bubble-core 0.1.44 → 0.1.46
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 +65 -65
- package/dist/bubbles/service-bubble/airtable.d.ts +28 -28
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +5 -4
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.js +29 -8
- package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +10 -10
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +80 -80
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +168 -168
- package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +32 -32
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.js +59 -2
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.js.map +1 -1
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
- package/dist/bubbles/service-bubble/github.d.ts +36 -36
- package/dist/bubbles/service-bubble/gmail.d.ts +384 -384
- package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +10 -10
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +160 -160
- package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +54 -54
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +8 -8
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -10,15 +10,15 @@ declare const LinkedInAuthorSchema: z.ZodObject<{
|
|
|
10
10
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
11
11
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
12
12
|
}, "strip", z.ZodTypeAny, {
|
|
13
|
-
headline: string | null;
|
|
14
13
|
username: string | null;
|
|
14
|
+
headline: string | null;
|
|
15
15
|
profileUrl: string | null;
|
|
16
16
|
profilePicture: string | null;
|
|
17
17
|
firstName: string | null;
|
|
18
18
|
lastName: string | null;
|
|
19
19
|
}, {
|
|
20
|
-
headline: string | null;
|
|
21
20
|
username: string | null;
|
|
21
|
+
headline: string | null;
|
|
22
22
|
profileUrl: string | null;
|
|
23
23
|
profilePicture: string | null;
|
|
24
24
|
firstName: string | null;
|
|
@@ -82,15 +82,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
82
82
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
83
83
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
84
84
|
}, "strip", z.ZodTypeAny, {
|
|
85
|
-
headline: string | null;
|
|
86
85
|
username: string | null;
|
|
86
|
+
headline: string | null;
|
|
87
87
|
profileUrl: string | null;
|
|
88
88
|
profilePicture: string | null;
|
|
89
89
|
firstName: string | null;
|
|
90
90
|
lastName: string | null;
|
|
91
91
|
}, {
|
|
92
|
-
headline: string | null;
|
|
93
92
|
username: string | null;
|
|
93
|
+
headline: string | null;
|
|
94
94
|
profileUrl: string | null;
|
|
95
95
|
profilePicture: string | null;
|
|
96
96
|
firstName: string | null;
|
|
@@ -221,15 +221,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
221
221
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
222
222
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
223
223
|
}, "strip", z.ZodTypeAny, {
|
|
224
|
-
headline: string | null;
|
|
225
224
|
username: string | null;
|
|
225
|
+
headline: string | null;
|
|
226
226
|
profileUrl: string | null;
|
|
227
227
|
profilePicture: string | null;
|
|
228
228
|
firstName: string | null;
|
|
229
229
|
lastName: string | null;
|
|
230
230
|
}, {
|
|
231
|
-
headline: string | null;
|
|
232
231
|
username: string | null;
|
|
232
|
+
headline: string | null;
|
|
233
233
|
profileUrl: string | null;
|
|
234
234
|
profilePicture: string | null;
|
|
235
235
|
firstName: string | null;
|
|
@@ -307,8 +307,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
307
307
|
text: string | null;
|
|
308
308
|
urn: string | null;
|
|
309
309
|
author: {
|
|
310
|
-
headline: string | null;
|
|
311
310
|
username: string | null;
|
|
311
|
+
headline: string | null;
|
|
312
312
|
profileUrl: string | null;
|
|
313
313
|
profilePicture: string | null;
|
|
314
314
|
firstName: string | null;
|
|
@@ -346,8 +346,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
346
346
|
text: string | null;
|
|
347
347
|
urn: string | null;
|
|
348
348
|
author: {
|
|
349
|
-
headline: string | null;
|
|
350
349
|
username: string | null;
|
|
350
|
+
headline: string | null;
|
|
351
351
|
profileUrl: string | null;
|
|
352
352
|
profilePicture: string | null;
|
|
353
353
|
firstName: string | null;
|
|
@@ -392,8 +392,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
392
392
|
} | null;
|
|
393
393
|
urn: string | null;
|
|
394
394
|
author: {
|
|
395
|
-
headline: string | null;
|
|
396
395
|
username: string | null;
|
|
396
|
+
headline: string | null;
|
|
397
397
|
profileUrl: string | null;
|
|
398
398
|
profilePicture: string | null;
|
|
399
399
|
firstName: string | null;
|
|
@@ -438,8 +438,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
438
438
|
text: string | null;
|
|
439
439
|
urn: string | null;
|
|
440
440
|
author: {
|
|
441
|
-
headline: string | null;
|
|
442
441
|
username: string | null;
|
|
442
|
+
headline: string | null;
|
|
443
443
|
profileUrl: string | null;
|
|
444
444
|
profilePicture: string | null;
|
|
445
445
|
firstName: string | null;
|
|
@@ -484,8 +484,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
484
484
|
} | null;
|
|
485
485
|
urn: string | null;
|
|
486
486
|
author: {
|
|
487
|
-
headline: string | null;
|
|
488
487
|
username: string | null;
|
|
488
|
+
headline: string | null;
|
|
489
489
|
profileUrl: string | null;
|
|
490
490
|
profilePicture: string | null;
|
|
491
491
|
firstName: string | null;
|
|
@@ -530,8 +530,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
530
530
|
text: string | null;
|
|
531
531
|
urn: string | null;
|
|
532
532
|
author: {
|
|
533
|
-
headline: string | null;
|
|
534
533
|
username: string | null;
|
|
534
|
+
headline: string | null;
|
|
535
535
|
profileUrl: string | null;
|
|
536
536
|
profilePicture: string | null;
|
|
537
537
|
firstName: string | null;
|
|
@@ -610,8 +610,8 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
610
610
|
description: string | null;
|
|
611
611
|
title: string | null;
|
|
612
612
|
url: string | null;
|
|
613
|
-
location: string | null;
|
|
614
613
|
id: string | null;
|
|
614
|
+
location: string | null;
|
|
615
615
|
postedAt: string | null;
|
|
616
616
|
applyUrl: string | null;
|
|
617
617
|
salary: {
|
|
@@ -632,8 +632,8 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
632
632
|
description: string | null;
|
|
633
633
|
title: string | null;
|
|
634
634
|
url: string | null;
|
|
635
|
-
location: string | null;
|
|
636
635
|
id: string | null;
|
|
636
|
+
location: string | null;
|
|
637
637
|
postedAt: string | null;
|
|
638
638
|
applyUrl: string | null;
|
|
639
639
|
salary: {
|
|
@@ -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;
|
|
@@ -737,8 +737,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
737
737
|
description: string | null;
|
|
738
738
|
title: string | null;
|
|
739
739
|
url: string | null;
|
|
740
|
-
location: string | null;
|
|
741
740
|
id: string | null;
|
|
741
|
+
location: string | null;
|
|
742
742
|
postedAt: string | null;
|
|
743
743
|
applyUrl: string | null;
|
|
744
744
|
salary: {
|
|
@@ -759,8 +759,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
759
759
|
description: string | null;
|
|
760
760
|
title: string | null;
|
|
761
761
|
url: string | null;
|
|
762
|
-
location: string | null;
|
|
763
762
|
id: string | null;
|
|
763
|
+
location: string | null;
|
|
764
764
|
postedAt: string | null;
|
|
765
765
|
applyUrl: string | null;
|
|
766
766
|
salary: {
|
|
@@ -805,15 +805,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
805
805
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
806
806
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
807
807
|
}, "strip", z.ZodTypeAny, {
|
|
808
|
-
headline: string | null;
|
|
809
808
|
username: string | null;
|
|
809
|
+
headline: string | null;
|
|
810
810
|
profileUrl: string | null;
|
|
811
811
|
profilePicture: string | null;
|
|
812
812
|
firstName: string | null;
|
|
813
813
|
lastName: string | null;
|
|
814
814
|
}, {
|
|
815
|
-
headline: string | null;
|
|
816
815
|
username: string | null;
|
|
816
|
+
headline: string | null;
|
|
817
817
|
profileUrl: string | null;
|
|
818
818
|
profilePicture: string | null;
|
|
819
819
|
firstName: string | null;
|
|
@@ -944,15 +944,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
944
944
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
945
945
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
946
946
|
}, "strip", z.ZodTypeAny, {
|
|
947
|
-
headline: string | null;
|
|
948
947
|
username: string | null;
|
|
948
|
+
headline: string | null;
|
|
949
949
|
profileUrl: string | null;
|
|
950
950
|
profilePicture: string | null;
|
|
951
951
|
firstName: string | null;
|
|
952
952
|
lastName: string | null;
|
|
953
953
|
}, {
|
|
954
|
-
headline: string | null;
|
|
955
954
|
username: string | null;
|
|
955
|
+
headline: string | null;
|
|
956
956
|
profileUrl: string | null;
|
|
957
957
|
profilePicture: string | null;
|
|
958
958
|
firstName: string | null;
|
|
@@ -1030,8 +1030,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1030
1030
|
text: string | null;
|
|
1031
1031
|
urn: string | null;
|
|
1032
1032
|
author: {
|
|
1033
|
-
headline: string | null;
|
|
1034
1033
|
username: string | null;
|
|
1034
|
+
headline: string | null;
|
|
1035
1035
|
profileUrl: string | null;
|
|
1036
1036
|
profilePicture: string | null;
|
|
1037
1037
|
firstName: string | null;
|
|
@@ -1069,8 +1069,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1069
1069
|
text: string | null;
|
|
1070
1070
|
urn: string | null;
|
|
1071
1071
|
author: {
|
|
1072
|
-
headline: string | null;
|
|
1073
1072
|
username: string | null;
|
|
1073
|
+
headline: string | null;
|
|
1074
1074
|
profileUrl: string | null;
|
|
1075
1075
|
profilePicture: string | null;
|
|
1076
1076
|
firstName: string | null;
|
|
@@ -1115,8 +1115,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1115
1115
|
} | null;
|
|
1116
1116
|
urn: string | null;
|
|
1117
1117
|
author: {
|
|
1118
|
-
headline: string | null;
|
|
1119
1118
|
username: string | null;
|
|
1119
|
+
headline: string | null;
|
|
1120
1120
|
profileUrl: string | null;
|
|
1121
1121
|
profilePicture: string | null;
|
|
1122
1122
|
firstName: string | null;
|
|
@@ -1161,8 +1161,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1161
1161
|
text: string | null;
|
|
1162
1162
|
urn: string | null;
|
|
1163
1163
|
author: {
|
|
1164
|
-
headline: string | null;
|
|
1165
1164
|
username: string | null;
|
|
1165
|
+
headline: string | null;
|
|
1166
1166
|
profileUrl: string | null;
|
|
1167
1167
|
profilePicture: string | null;
|
|
1168
1168
|
firstName: string | null;
|
|
@@ -1207,8 +1207,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1207
1207
|
} | null;
|
|
1208
1208
|
urn: string | null;
|
|
1209
1209
|
author: {
|
|
1210
|
-
headline: string | null;
|
|
1211
1210
|
username: string | null;
|
|
1211
|
+
headline: string | null;
|
|
1212
1212
|
profileUrl: string | null;
|
|
1213
1213
|
profilePicture: string | null;
|
|
1214
1214
|
firstName: string | null;
|
|
@@ -1253,8 +1253,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1253
1253
|
text: string | null;
|
|
1254
1254
|
urn: string | null;
|
|
1255
1255
|
author: {
|
|
1256
|
-
headline: string | null;
|
|
1257
1256
|
username: string | null;
|
|
1257
|
+
headline: string | null;
|
|
1258
1258
|
profileUrl: string | null;
|
|
1259
1259
|
profilePicture: string | null;
|
|
1260
1260
|
firstName: string | null;
|
|
@@ -1312,8 +1312,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1312
1312
|
} | null;
|
|
1313
1313
|
urn: string | null;
|
|
1314
1314
|
author: {
|
|
1315
|
-
headline: string | null;
|
|
1316
1315
|
username: string | null;
|
|
1316
|
+
headline: string | null;
|
|
1317
1317
|
profileUrl: string | null;
|
|
1318
1318
|
profilePicture: string | null;
|
|
1319
1319
|
firstName: string | null;
|
|
@@ -1358,8 +1358,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1358
1358
|
text: string | null;
|
|
1359
1359
|
urn: string | null;
|
|
1360
1360
|
author: {
|
|
1361
|
-
headline: string | null;
|
|
1362
1361
|
username: string | null;
|
|
1362
|
+
headline: string | null;
|
|
1363
1363
|
profileUrl: string | null;
|
|
1364
1364
|
profilePicture: string | null;
|
|
1365
1365
|
firstName: string | null;
|
|
@@ -1401,8 +1401,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1401
1401
|
description: string | null;
|
|
1402
1402
|
title: string | null;
|
|
1403
1403
|
url: string | null;
|
|
1404
|
-
location: string | null;
|
|
1405
1404
|
id: string | null;
|
|
1405
|
+
location: string | null;
|
|
1406
1406
|
postedAt: string | null;
|
|
1407
1407
|
applyUrl: string | null;
|
|
1408
1408
|
salary: {
|
|
@@ -1438,8 +1438,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1438
1438
|
} | null;
|
|
1439
1439
|
urn: string | null;
|
|
1440
1440
|
author: {
|
|
1441
|
-
headline: string | null;
|
|
1442
1441
|
username: string | null;
|
|
1442
|
+
headline: string | null;
|
|
1443
1443
|
profileUrl: string | null;
|
|
1444
1444
|
profilePicture: string | null;
|
|
1445
1445
|
firstName: string | null;
|
|
@@ -1484,8 +1484,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1484
1484
|
text: string | null;
|
|
1485
1485
|
urn: string | null;
|
|
1486
1486
|
author: {
|
|
1487
|
-
headline: string | null;
|
|
1488
1487
|
username: string | null;
|
|
1488
|
+
headline: string | null;
|
|
1489
1489
|
profileUrl: string | null;
|
|
1490
1490
|
profilePicture: string | null;
|
|
1491
1491
|
firstName: string | null;
|
|
@@ -1527,8 +1527,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1527
1527
|
description: string | null;
|
|
1528
1528
|
title: string | null;
|
|
1529
1529
|
url: string | null;
|
|
1530
|
-
location: string | null;
|
|
1531
1530
|
id: string | null;
|
|
1531
|
+
location: string | null;
|
|
1532
1532
|
postedAt: string | null;
|
|
1533
1533
|
applyUrl: string | null;
|
|
1534
1534
|
salary: {
|
|
@@ -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;
|
|
@@ -1660,8 +1660,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1660
1660
|
description: string | null;
|
|
1661
1661
|
title: string | null;
|
|
1662
1662
|
url: string | null;
|
|
1663
|
-
location: string | null;
|
|
1664
1663
|
id: string | null;
|
|
1664
|
+
location: string | null;
|
|
1665
1665
|
postedAt: string | null;
|
|
1666
1666
|
applyUrl: string | null;
|
|
1667
1667
|
salary: {
|
|
@@ -1682,8 +1682,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1682
1682
|
description: string | null;
|
|
1683
1683
|
title: string | null;
|
|
1684
1684
|
url: string | null;
|
|
1685
|
-
location: string | null;
|
|
1686
1685
|
id: string | null;
|
|
1686
|
+
location: string | null;
|
|
1687
1687
|
postedAt: string | null;
|
|
1688
1688
|
applyUrl: string | null;
|
|
1689
1689
|
salary: {
|
|
@@ -1728,15 +1728,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1728
1728
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
1729
1729
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
1730
1730
|
}, "strip", z.ZodTypeAny, {
|
|
1731
|
-
headline: string | null;
|
|
1732
1731
|
username: string | null;
|
|
1732
|
+
headline: string | null;
|
|
1733
1733
|
profileUrl: string | null;
|
|
1734
1734
|
profilePicture: string | null;
|
|
1735
1735
|
firstName: string | null;
|
|
1736
1736
|
lastName: string | null;
|
|
1737
1737
|
}, {
|
|
1738
|
-
headline: string | null;
|
|
1739
1738
|
username: string | null;
|
|
1739
|
+
headline: string | null;
|
|
1740
1740
|
profileUrl: string | null;
|
|
1741
1741
|
profilePicture: string | null;
|
|
1742
1742
|
firstName: string | null;
|
|
@@ -1867,15 +1867,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1867
1867
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
1868
1868
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
1869
1869
|
}, "strip", z.ZodTypeAny, {
|
|
1870
|
-
headline: string | null;
|
|
1871
1870
|
username: string | null;
|
|
1871
|
+
headline: string | null;
|
|
1872
1872
|
profileUrl: string | null;
|
|
1873
1873
|
profilePicture: string | null;
|
|
1874
1874
|
firstName: string | null;
|
|
1875
1875
|
lastName: string | null;
|
|
1876
1876
|
}, {
|
|
1877
|
-
headline: string | null;
|
|
1878
1877
|
username: string | null;
|
|
1878
|
+
headline: string | null;
|
|
1879
1879
|
profileUrl: string | null;
|
|
1880
1880
|
profilePicture: string | null;
|
|
1881
1881
|
firstName: string | null;
|
|
@@ -1953,8 +1953,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1953
1953
|
text: string | null;
|
|
1954
1954
|
urn: string | null;
|
|
1955
1955
|
author: {
|
|
1956
|
-
headline: string | null;
|
|
1957
1956
|
username: string | null;
|
|
1957
|
+
headline: string | null;
|
|
1958
1958
|
profileUrl: string | null;
|
|
1959
1959
|
profilePicture: string | null;
|
|
1960
1960
|
firstName: string | null;
|
|
@@ -1992,8 +1992,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1992
1992
|
text: string | null;
|
|
1993
1993
|
urn: string | null;
|
|
1994
1994
|
author: {
|
|
1995
|
-
headline: string | null;
|
|
1996
1995
|
username: string | null;
|
|
1996
|
+
headline: string | null;
|
|
1997
1997
|
profileUrl: string | null;
|
|
1998
1998
|
profilePicture: string | null;
|
|
1999
1999
|
firstName: string | null;
|
|
@@ -2038,8 +2038,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2038
2038
|
} | null;
|
|
2039
2039
|
urn: string | null;
|
|
2040
2040
|
author: {
|
|
2041
|
-
headline: string | null;
|
|
2042
2041
|
username: string | null;
|
|
2042
|
+
headline: string | null;
|
|
2043
2043
|
profileUrl: string | null;
|
|
2044
2044
|
profilePicture: string | null;
|
|
2045
2045
|
firstName: string | null;
|
|
@@ -2084,8 +2084,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2084
2084
|
text: string | null;
|
|
2085
2085
|
urn: string | null;
|
|
2086
2086
|
author: {
|
|
2087
|
-
headline: string | null;
|
|
2088
2087
|
username: string | null;
|
|
2088
|
+
headline: string | null;
|
|
2089
2089
|
profileUrl: string | null;
|
|
2090
2090
|
profilePicture: string | null;
|
|
2091
2091
|
firstName: string | null;
|
|
@@ -2130,8 +2130,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2130
2130
|
} | null;
|
|
2131
2131
|
urn: string | null;
|
|
2132
2132
|
author: {
|
|
2133
|
-
headline: string | null;
|
|
2134
2133
|
username: string | null;
|
|
2134
|
+
headline: string | null;
|
|
2135
2135
|
profileUrl: string | null;
|
|
2136
2136
|
profilePicture: string | null;
|
|
2137
2137
|
firstName: string | null;
|
|
@@ -2176,8 +2176,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2176
2176
|
text: string | null;
|
|
2177
2177
|
urn: string | null;
|
|
2178
2178
|
author: {
|
|
2179
|
-
headline: string | null;
|
|
2180
2179
|
username: string | null;
|
|
2180
|
+
headline: string | null;
|
|
2181
2181
|
profileUrl: string | null;
|
|
2182
2182
|
profilePicture: string | null;
|
|
2183
2183
|
firstName: string | null;
|
|
@@ -2235,8 +2235,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2235
2235
|
} | null;
|
|
2236
2236
|
urn: string | null;
|
|
2237
2237
|
author: {
|
|
2238
|
-
headline: string | null;
|
|
2239
2238
|
username: string | null;
|
|
2239
|
+
headline: string | null;
|
|
2240
2240
|
profileUrl: string | null;
|
|
2241
2241
|
profilePicture: string | null;
|
|
2242
2242
|
firstName: string | null;
|
|
@@ -2281,8 +2281,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2281
2281
|
text: string | null;
|
|
2282
2282
|
urn: string | null;
|
|
2283
2283
|
author: {
|
|
2284
|
-
headline: string | null;
|
|
2285
2284
|
username: string | null;
|
|
2285
|
+
headline: string | null;
|
|
2286
2286
|
profileUrl: string | null;
|
|
2287
2287
|
profilePicture: string | null;
|
|
2288
2288
|
firstName: string | null;
|
|
@@ -2324,8 +2324,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2324
2324
|
description: string | null;
|
|
2325
2325
|
title: string | null;
|
|
2326
2326
|
url: string | null;
|
|
2327
|
-
location: string | null;
|
|
2328
2327
|
id: string | null;
|
|
2328
|
+
location: string | null;
|
|
2329
2329
|
postedAt: string | null;
|
|
2330
2330
|
applyUrl: string | null;
|
|
2331
2331
|
salary: {
|
|
@@ -2361,8 +2361,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2361
2361
|
} | null;
|
|
2362
2362
|
urn: string | null;
|
|
2363
2363
|
author: {
|
|
2364
|
-
headline: string | null;
|
|
2365
2364
|
username: string | null;
|
|
2365
|
+
headline: string | null;
|
|
2366
2366
|
profileUrl: string | null;
|
|
2367
2367
|
profilePicture: string | null;
|
|
2368
2368
|
firstName: string | null;
|
|
@@ -2407,8 +2407,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2407
2407
|
text: string | null;
|
|
2408
2408
|
urn: string | null;
|
|
2409
2409
|
author: {
|
|
2410
|
-
headline: string | null;
|
|
2411
2410
|
username: string | null;
|
|
2411
|
+
headline: string | null;
|
|
2412
2412
|
profileUrl: string | null;
|
|
2413
2413
|
profilePicture: string | null;
|
|
2414
2414
|
firstName: string | null;
|
|
@@ -2450,8 +2450,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2450
2450
|
description: string | null;
|
|
2451
2451
|
title: string | null;
|
|
2452
2452
|
url: string | null;
|
|
2453
|
-
location: string | null;
|
|
2454
2453
|
id: string | null;
|
|
2454
|
+
location: string | null;
|
|
2455
2455
|
postedAt: string | null;
|
|
2456
2456
|
applyUrl: string | null;
|
|
2457
2457
|
salary: {
|
|
@@ -109,9 +109,9 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
109
109
|
}, "strip", z.ZodTypeAny, {
|
|
110
110
|
title: string | null;
|
|
111
111
|
name: string | null;
|
|
112
|
-
headline: string | null;
|
|
113
|
-
location: string | null;
|
|
114
112
|
summary: string | null;
|
|
113
|
+
location: string | null;
|
|
114
|
+
headline: string | null;
|
|
115
115
|
seniorityLevel: string | null;
|
|
116
116
|
emails: string[] | null;
|
|
117
117
|
languages: string[] | null;
|
|
@@ -161,9 +161,9 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
161
161
|
}, {
|
|
162
162
|
title: string | null;
|
|
163
163
|
name: string | null;
|
|
164
|
-
headline: string | null;
|
|
165
|
-
location: string | null;
|
|
166
164
|
summary: string | null;
|
|
165
|
+
location: string | null;
|
|
166
|
+
headline: string | null;
|
|
167
167
|
seniorityLevel: string | null;
|
|
168
168
|
emails: string[] | null;
|
|
169
169
|
languages: 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,9 +428,9 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
429
|
title: string | null;
|
|
430
430
|
name: string | null;
|
|
431
|
-
headline: string | null;
|
|
432
|
-
location: string | null;
|
|
433
431
|
summary: string | null;
|
|
432
|
+
location: string | null;
|
|
433
|
+
headline: string | null;
|
|
434
434
|
seniorityLevel: string | null;
|
|
435
435
|
emails: string[] | null;
|
|
436
436
|
languages: string[] | null;
|
|
@@ -480,9 +480,9 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
480
480
|
}, {
|
|
481
481
|
title: string | null;
|
|
482
482
|
name: string | null;
|
|
483
|
-
headline: string | null;
|
|
484
|
-
location: string | null;
|
|
485
483
|
summary: string | null;
|
|
484
|
+
location: string | null;
|
|
485
|
+
headline: string | null;
|
|
486
486
|
seniorityLevel: string | null;
|
|
487
487
|
emails: string[] | null;
|
|
488
488
|
languages: string[] | null;
|
|
@@ -540,9 +540,9 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
540
540
|
people: {
|
|
541
541
|
title: string | null;
|
|
542
542
|
name: string | null;
|
|
543
|
-
headline: string | null;
|
|
544
|
-
location: string | null;
|
|
545
543
|
summary: string | null;
|
|
544
|
+
location: string | null;
|
|
545
|
+
headline: string | null;
|
|
546
546
|
seniorityLevel: string | null;
|
|
547
547
|
emails: string[] | null;
|
|
548
548
|
languages: string[] | null;
|
|
@@ -598,9 +598,9 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
598
598
|
people: {
|
|
599
599
|
title: string | null;
|
|
600
600
|
name: string | null;
|
|
601
|
-
headline: string | null;
|
|
602
|
-
location: string | null;
|
|
603
601
|
summary: string | null;
|
|
602
|
+
location: string | null;
|
|
603
|
+
headline: string | null;
|
|
604
604
|
seniorityLevel: string | null;
|
|
605
605
|
emails: string[] | null;
|
|
606
606
|
languages: 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,9 +897,9 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
897
897
|
}, "strip", z.ZodTypeAny, {
|
|
898
898
|
title: string | null;
|
|
899
899
|
name: string | null;
|
|
900
|
-
headline: string | null;
|
|
901
|
-
location: string | null;
|
|
902
900
|
summary: string | null;
|
|
901
|
+
location: string | null;
|
|
902
|
+
headline: string | null;
|
|
903
903
|
seniorityLevel: string | null;
|
|
904
904
|
emails: string[] | null;
|
|
905
905
|
languages: string[] | null;
|
|
@@ -949,9 +949,9 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
949
949
|
}, {
|
|
950
950
|
title: string | null;
|
|
951
951
|
name: string | null;
|
|
952
|
-
headline: string | null;
|
|
953
|
-
location: string | null;
|
|
954
952
|
summary: string | null;
|
|
953
|
+
location: string | null;
|
|
954
|
+
headline: string | null;
|
|
955
955
|
seniorityLevel: string | null;
|
|
956
956
|
emails: string[] | null;
|
|
957
957
|
languages: string[] | null;
|
|
@@ -1009,9 +1009,9 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1009
1009
|
people: {
|
|
1010
1010
|
title: string | null;
|
|
1011
1011
|
name: string | null;
|
|
1012
|
-
headline: string | null;
|
|
1013
|
-
location: string | null;
|
|
1014
1012
|
summary: string | null;
|
|
1013
|
+
location: string | null;
|
|
1014
|
+
headline: string | null;
|
|
1015
1015
|
seniorityLevel: string | null;
|
|
1016
1016
|
emails: string[] | null;
|
|
1017
1017
|
languages: string[] | null;
|
|
@@ -1067,9 +1067,9 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1067
1067
|
people: {
|
|
1068
1068
|
title: string | null;
|
|
1069
1069
|
name: string | null;
|
|
1070
|
-
headline: string | null;
|
|
1071
|
-
location: string | null;
|
|
1072
1070
|
summary: string | null;
|
|
1071
|
+
location: string | null;
|
|
1072
|
+
headline: string | null;
|
|
1073
1073
|
seniorityLevel: string | null;
|
|
1074
1074
|
emails: string[] | null;
|
|
1075
1075
|
languages: string[] | null;
|
|
@@ -17,8 +17,8 @@ declare const WebSearchToolParamsSchema: z.ZodObject<{
|
|
|
17
17
|
}, {
|
|
18
18
|
query: string;
|
|
19
19
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
20
|
-
location?: string | undefined;
|
|
21
20
|
limit?: number | undefined;
|
|
21
|
+
location?: string | undefined;
|
|
22
22
|
categories?: ("github" | "pdf" | "research")[] | undefined;
|
|
23
23
|
}>;
|
|
24
24
|
declare const WebSearchToolResultSchema: z.ZodObject<{
|
|
@@ -86,8 +86,8 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
|
|
|
86
86
|
}, {
|
|
87
87
|
query: string;
|
|
88
88
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
89
|
-
location?: string | undefined;
|
|
90
89
|
limit?: number | undefined;
|
|
90
|
+
location?: string | undefined;
|
|
91
91
|
categories?: ("github" | "pdf" | "research")[] | undefined;
|
|
92
92
|
}>;
|
|
93
93
|
static readonly resultSchema: z.ZodObject<{
|