@bubblelab/bubble-core 0.1.71 → 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 +132 -132
- package/dist/bubbles/service-bubble/ai-agent.d.ts +32 -32
- package/dist/bubbles/service-bubble/airtable.d.ts +132 -132
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +150 -150
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +76 -76
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +102 -102
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +502 -502
- package/dist/bubbles/service-bubble/followupboss.d.ts +348 -348
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +40 -40
- package/dist/bubbles/service-bubble/github.d.ts +192 -192
- package/dist/bubbles/service-bubble/gmail.d.ts +564 -564
- package/dist/bubbles/service-bubble/google-calendar.d.ts +152 -152
- package/dist/bubbles/service-bubble/google-drive.d.ts +147 -208
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +0 -58
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- 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 +14 -14
- package/dist/bubbles/service-bubble/jira/jira.d.ts +62 -62
- package/dist/bubbles/service-bubble/notion/notion.d.ts +840 -840
- package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +586 -586
- 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 +87 -87
- package/dist/bubbles/service-bubble/telegram.d.ts +944 -944
- 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 +272 -272
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +26 -26
- 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 +16 -16
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +70 -70
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +98 -98
- 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 +94 -94
- 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 +92 -92
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +2 -67
- package/package.json +2 -2
|
@@ -303,8 +303,17 @@ 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
|
+
urn: string | null;
|
|
309
|
+
author: {
|
|
310
|
+
username: string | null;
|
|
311
|
+
headline: string | null;
|
|
312
|
+
profileUrl: string | null;
|
|
313
|
+
profilePicture: string | null;
|
|
314
|
+
firstName: string | null;
|
|
315
|
+
lastName: string | null;
|
|
316
|
+
} | null;
|
|
308
317
|
stats: {
|
|
309
318
|
like: number | null;
|
|
310
319
|
support: number | null;
|
|
@@ -316,15 +325,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
316
325
|
reposts: number | null;
|
|
317
326
|
totalReactions: number | null;
|
|
318
327
|
} | null;
|
|
319
|
-
urn: string | null;
|
|
320
|
-
author: {
|
|
321
|
-
username: string | null;
|
|
322
|
-
headline: string | null;
|
|
323
|
-
profileUrl: string | null;
|
|
324
|
-
profilePicture: string | null;
|
|
325
|
-
firstName: string | null;
|
|
326
|
-
lastName: string | null;
|
|
327
|
-
} | null;
|
|
328
328
|
media: {
|
|
329
329
|
type: string | null;
|
|
330
330
|
url: string | null;
|
|
@@ -342,8 +342,17 @@ 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
|
+
urn: string | null;
|
|
348
|
+
author: {
|
|
349
|
+
username: string | null;
|
|
350
|
+
headline: string | null;
|
|
351
|
+
profileUrl: string | null;
|
|
352
|
+
profilePicture: string | null;
|
|
353
|
+
firstName: string | null;
|
|
354
|
+
lastName: string | null;
|
|
355
|
+
} | null;
|
|
347
356
|
stats: {
|
|
348
357
|
like: number | null;
|
|
349
358
|
support: number | null;
|
|
@@ -355,15 +364,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
355
364
|
reposts: number | null;
|
|
356
365
|
totalReactions: number | null;
|
|
357
366
|
} | null;
|
|
358
|
-
urn: string | null;
|
|
359
|
-
author: {
|
|
360
|
-
username: string | null;
|
|
361
|
-
headline: string | null;
|
|
362
|
-
profileUrl: string | null;
|
|
363
|
-
profilePicture: string | null;
|
|
364
|
-
firstName: string | null;
|
|
365
|
-
lastName: string | null;
|
|
366
|
-
} | null;
|
|
367
367
|
media: {
|
|
368
368
|
type: string | null;
|
|
369
369
|
url: 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,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
389
390
|
thumbnail: string | null;
|
|
390
391
|
pageCount: number | null;
|
|
391
392
|
} | null;
|
|
392
|
-
|
|
393
|
+
urn: string | null;
|
|
394
|
+
author: {
|
|
395
|
+
username: string | null;
|
|
396
|
+
headline: string | null;
|
|
397
|
+
profileUrl: string | null;
|
|
398
|
+
profilePicture: string | null;
|
|
399
|
+
firstName: string | null;
|
|
400
|
+
lastName: string | null;
|
|
401
|
+
} | null;
|
|
393
402
|
stats: {
|
|
394
403
|
like: number | null;
|
|
395
404
|
support: number | null;
|
|
@@ -401,15 +410,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
401
410
|
reposts: number | null;
|
|
402
411
|
totalReactions: number | null;
|
|
403
412
|
} | null;
|
|
404
|
-
urn: string | null;
|
|
405
|
-
author: {
|
|
406
|
-
username: string | null;
|
|
407
|
-
headline: string | null;
|
|
408
|
-
profileUrl: string | null;
|
|
409
|
-
profilePicture: string | null;
|
|
410
|
-
firstName: string | null;
|
|
411
|
-
lastName: string | null;
|
|
412
|
-
} | null;
|
|
413
413
|
media: {
|
|
414
414
|
type: string | null;
|
|
415
415
|
url: string | null;
|
|
@@ -434,8 +434,17 @@ 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
|
+
urn: string | null;
|
|
440
|
+
author: {
|
|
441
|
+
username: string | null;
|
|
442
|
+
headline: string | null;
|
|
443
|
+
profileUrl: string | null;
|
|
444
|
+
profilePicture: string | null;
|
|
445
|
+
firstName: string | null;
|
|
446
|
+
lastName: string | null;
|
|
447
|
+
} | null;
|
|
439
448
|
stats: {
|
|
440
449
|
like: number | null;
|
|
441
450
|
support: number | null;
|
|
@@ -447,15 +456,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
447
456
|
reposts: number | null;
|
|
448
457
|
totalReactions: number | null;
|
|
449
458
|
} | null;
|
|
450
|
-
urn: string | null;
|
|
451
|
-
author: {
|
|
452
|
-
username: string | null;
|
|
453
|
-
headline: string | null;
|
|
454
|
-
profileUrl: string | null;
|
|
455
|
-
profilePicture: string | null;
|
|
456
|
-
firstName: string | null;
|
|
457
|
-
lastName: string | null;
|
|
458
|
-
} | null;
|
|
459
459
|
media: {
|
|
460
460
|
type: string | null;
|
|
461
461
|
url: 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,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
481
482
|
thumbnail: string | null;
|
|
482
483
|
pageCount: number | null;
|
|
483
484
|
} | null;
|
|
484
|
-
|
|
485
|
+
urn: string | null;
|
|
486
|
+
author: {
|
|
487
|
+
username: string | null;
|
|
488
|
+
headline: string | null;
|
|
489
|
+
profileUrl: string | null;
|
|
490
|
+
profilePicture: string | null;
|
|
491
|
+
firstName: string | null;
|
|
492
|
+
lastName: string | null;
|
|
493
|
+
} | null;
|
|
485
494
|
stats: {
|
|
486
495
|
like: number | null;
|
|
487
496
|
support: number | null;
|
|
@@ -493,15 +502,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
493
502
|
reposts: number | null;
|
|
494
503
|
totalReactions: number | null;
|
|
495
504
|
} | null;
|
|
496
|
-
urn: string | null;
|
|
497
|
-
author: {
|
|
498
|
-
username: string | null;
|
|
499
|
-
headline: string | null;
|
|
500
|
-
profileUrl: string | null;
|
|
501
|
-
profilePicture: string | null;
|
|
502
|
-
firstName: string | null;
|
|
503
|
-
lastName: string | null;
|
|
504
|
-
} | null;
|
|
505
505
|
media: {
|
|
506
506
|
type: string | null;
|
|
507
507
|
url: string | null;
|
|
@@ -526,8 +526,17 @@ 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
|
+
urn: string | null;
|
|
532
|
+
author: {
|
|
533
|
+
username: string | null;
|
|
534
|
+
headline: string | null;
|
|
535
|
+
profileUrl: string | null;
|
|
536
|
+
profilePicture: string | null;
|
|
537
|
+
firstName: string | null;
|
|
538
|
+
lastName: string | null;
|
|
539
|
+
} | null;
|
|
531
540
|
stats: {
|
|
532
541
|
like: number | null;
|
|
533
542
|
support: number | null;
|
|
@@ -539,15 +548,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
539
548
|
reposts: number | null;
|
|
540
549
|
totalReactions: number | null;
|
|
541
550
|
} | null;
|
|
542
|
-
urn: string | null;
|
|
543
|
-
author: {
|
|
544
|
-
username: string | null;
|
|
545
|
-
headline: string | null;
|
|
546
|
-
profileUrl: string | null;
|
|
547
|
-
profilePicture: string | null;
|
|
548
|
-
firstName: string | null;
|
|
549
|
-
lastName: string | null;
|
|
550
|
-
} | null;
|
|
551
551
|
media: {
|
|
552
552
|
type: string | null;
|
|
553
553
|
url: 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,17 @@ 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
|
+
urn: string | null;
|
|
1032
|
+
author: {
|
|
1033
|
+
username: string | null;
|
|
1034
|
+
headline: string | null;
|
|
1035
|
+
profileUrl: string | null;
|
|
1036
|
+
profilePicture: string | null;
|
|
1037
|
+
firstName: string | null;
|
|
1038
|
+
lastName: string | null;
|
|
1039
|
+
} | null;
|
|
1031
1040
|
stats: {
|
|
1032
1041
|
like: number | null;
|
|
1033
1042
|
support: number | null;
|
|
@@ -1039,15 +1048,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1039
1048
|
reposts: number | null;
|
|
1040
1049
|
totalReactions: number | null;
|
|
1041
1050
|
} | null;
|
|
1042
|
-
urn: string | null;
|
|
1043
|
-
author: {
|
|
1044
|
-
username: string | null;
|
|
1045
|
-
headline: string | null;
|
|
1046
|
-
profileUrl: string | null;
|
|
1047
|
-
profilePicture: string | null;
|
|
1048
|
-
firstName: string | null;
|
|
1049
|
-
lastName: string | null;
|
|
1050
|
-
} | null;
|
|
1051
1051
|
media: {
|
|
1052
1052
|
type: string | null;
|
|
1053
1053
|
url: string | null;
|
|
@@ -1065,8 +1065,17 @@ 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
|
+
urn: string | null;
|
|
1071
|
+
author: {
|
|
1072
|
+
username: string | null;
|
|
1073
|
+
headline: string | null;
|
|
1074
|
+
profileUrl: string | null;
|
|
1075
|
+
profilePicture: string | null;
|
|
1076
|
+
firstName: string | null;
|
|
1077
|
+
lastName: string | null;
|
|
1078
|
+
} | null;
|
|
1070
1079
|
stats: {
|
|
1071
1080
|
like: number | null;
|
|
1072
1081
|
support: number | null;
|
|
@@ -1078,15 +1087,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1078
1087
|
reposts: number | null;
|
|
1079
1088
|
totalReactions: number | null;
|
|
1080
1089
|
} | null;
|
|
1081
|
-
urn: string | null;
|
|
1082
|
-
author: {
|
|
1083
|
-
username: string | null;
|
|
1084
|
-
headline: string | null;
|
|
1085
|
-
profileUrl: string | null;
|
|
1086
|
-
profilePicture: string | null;
|
|
1087
|
-
firstName: string | null;
|
|
1088
|
-
lastName: string | null;
|
|
1089
|
-
} | null;
|
|
1090
1090
|
media: {
|
|
1091
1091
|
type: string | null;
|
|
1092
1092
|
url: 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,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1112
1113
|
thumbnail: string | null;
|
|
1113
1114
|
pageCount: number | null;
|
|
1114
1115
|
} | null;
|
|
1115
|
-
|
|
1116
|
+
urn: string | null;
|
|
1117
|
+
author: {
|
|
1118
|
+
username: string | null;
|
|
1119
|
+
headline: string | null;
|
|
1120
|
+
profileUrl: string | null;
|
|
1121
|
+
profilePicture: string | null;
|
|
1122
|
+
firstName: string | null;
|
|
1123
|
+
lastName: string | null;
|
|
1124
|
+
} | null;
|
|
1116
1125
|
stats: {
|
|
1117
1126
|
like: number | null;
|
|
1118
1127
|
support: number | null;
|
|
@@ -1124,15 +1133,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1124
1133
|
reposts: number | null;
|
|
1125
1134
|
totalReactions: number | null;
|
|
1126
1135
|
} | null;
|
|
1127
|
-
urn: string | null;
|
|
1128
|
-
author: {
|
|
1129
|
-
username: string | null;
|
|
1130
|
-
headline: string | null;
|
|
1131
|
-
profileUrl: string | null;
|
|
1132
|
-
profilePicture: string | null;
|
|
1133
|
-
firstName: string | null;
|
|
1134
|
-
lastName: string | null;
|
|
1135
|
-
} | null;
|
|
1136
1136
|
media: {
|
|
1137
1137
|
type: string | null;
|
|
1138
1138
|
url: string | null;
|
|
@@ -1157,8 +1157,17 @@ 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
|
+
urn: string | null;
|
|
1163
|
+
author: {
|
|
1164
|
+
username: string | null;
|
|
1165
|
+
headline: string | null;
|
|
1166
|
+
profileUrl: string | null;
|
|
1167
|
+
profilePicture: string | null;
|
|
1168
|
+
firstName: string | null;
|
|
1169
|
+
lastName: string | null;
|
|
1170
|
+
} | null;
|
|
1162
1171
|
stats: {
|
|
1163
1172
|
like: number | null;
|
|
1164
1173
|
support: number | null;
|
|
@@ -1170,15 +1179,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1170
1179
|
reposts: number | null;
|
|
1171
1180
|
totalReactions: number | null;
|
|
1172
1181
|
} | null;
|
|
1173
|
-
urn: string | null;
|
|
1174
|
-
author: {
|
|
1175
|
-
username: string | null;
|
|
1176
|
-
headline: string | null;
|
|
1177
|
-
profileUrl: string | null;
|
|
1178
|
-
profilePicture: string | null;
|
|
1179
|
-
firstName: string | null;
|
|
1180
|
-
lastName: string | null;
|
|
1181
|
-
} | null;
|
|
1182
1182
|
media: {
|
|
1183
1183
|
type: string | null;
|
|
1184
1184
|
url: 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,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1204
1205
|
thumbnail: string | null;
|
|
1205
1206
|
pageCount: number | null;
|
|
1206
1207
|
} | null;
|
|
1207
|
-
|
|
1208
|
+
urn: string | null;
|
|
1209
|
+
author: {
|
|
1210
|
+
username: string | null;
|
|
1211
|
+
headline: string | null;
|
|
1212
|
+
profileUrl: string | null;
|
|
1213
|
+
profilePicture: string | null;
|
|
1214
|
+
firstName: string | null;
|
|
1215
|
+
lastName: string | null;
|
|
1216
|
+
} | null;
|
|
1208
1217
|
stats: {
|
|
1209
1218
|
like: number | null;
|
|
1210
1219
|
support: number | null;
|
|
@@ -1216,15 +1225,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1216
1225
|
reposts: number | null;
|
|
1217
1226
|
totalReactions: number | null;
|
|
1218
1227
|
} | null;
|
|
1219
|
-
urn: string | null;
|
|
1220
|
-
author: {
|
|
1221
|
-
username: string | null;
|
|
1222
|
-
headline: string | null;
|
|
1223
|
-
profileUrl: string | null;
|
|
1224
|
-
profilePicture: string | null;
|
|
1225
|
-
firstName: string | null;
|
|
1226
|
-
lastName: string | null;
|
|
1227
|
-
} | null;
|
|
1228
1228
|
media: {
|
|
1229
1229
|
type: string | null;
|
|
1230
1230
|
url: string | null;
|
|
@@ -1249,8 +1249,17 @@ 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
|
+
urn: string | null;
|
|
1255
|
+
author: {
|
|
1256
|
+
username: string | null;
|
|
1257
|
+
headline: string | null;
|
|
1258
|
+
profileUrl: string | null;
|
|
1259
|
+
profilePicture: string | null;
|
|
1260
|
+
firstName: string | null;
|
|
1261
|
+
lastName: string | null;
|
|
1262
|
+
} | null;
|
|
1254
1263
|
stats: {
|
|
1255
1264
|
like: number | null;
|
|
1256
1265
|
support: number | null;
|
|
@@ -1262,15 +1271,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1262
1271
|
reposts: number | null;
|
|
1263
1272
|
totalReactions: number | null;
|
|
1264
1273
|
} | null;
|
|
1265
|
-
urn: string | null;
|
|
1266
|
-
author: {
|
|
1267
|
-
username: string | null;
|
|
1268
|
-
headline: string | null;
|
|
1269
|
-
profileUrl: string | null;
|
|
1270
|
-
profilePicture: string | null;
|
|
1271
|
-
firstName: string | null;
|
|
1272
|
-
lastName: string | null;
|
|
1273
|
-
} | null;
|
|
1274
1274
|
media: {
|
|
1275
1275
|
type: string | null;
|
|
1276
1276
|
url: 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,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1309
1310
|
thumbnail: string | null;
|
|
1310
1311
|
pageCount: number | null;
|
|
1311
1312
|
} | null;
|
|
1312
|
-
|
|
1313
|
+
urn: string | null;
|
|
1314
|
+
author: {
|
|
1315
|
+
username: string | null;
|
|
1316
|
+
headline: string | null;
|
|
1317
|
+
profileUrl: string | null;
|
|
1318
|
+
profilePicture: string | null;
|
|
1319
|
+
firstName: string | null;
|
|
1320
|
+
lastName: string | null;
|
|
1321
|
+
} | null;
|
|
1313
1322
|
stats: {
|
|
1314
1323
|
like: number | null;
|
|
1315
1324
|
support: number | null;
|
|
@@ -1321,15 +1330,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1321
1330
|
reposts: number | null;
|
|
1322
1331
|
totalReactions: number | null;
|
|
1323
1332
|
} | null;
|
|
1324
|
-
urn: string | null;
|
|
1325
|
-
author: {
|
|
1326
|
-
username: string | null;
|
|
1327
|
-
headline: string | null;
|
|
1328
|
-
profileUrl: string | null;
|
|
1329
|
-
profilePicture: string | null;
|
|
1330
|
-
firstName: string | null;
|
|
1331
|
-
lastName: string | null;
|
|
1332
|
-
} | null;
|
|
1333
1333
|
media: {
|
|
1334
1334
|
type: string | null;
|
|
1335
1335
|
url: string | null;
|
|
@@ -1354,8 +1354,17 @@ 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
|
+
urn: string | null;
|
|
1360
|
+
author: {
|
|
1361
|
+
username: string | null;
|
|
1362
|
+
headline: string | null;
|
|
1363
|
+
profileUrl: string | null;
|
|
1364
|
+
profilePicture: string | null;
|
|
1365
|
+
firstName: string | null;
|
|
1366
|
+
lastName: string | null;
|
|
1367
|
+
} | null;
|
|
1359
1368
|
stats: {
|
|
1360
1369
|
like: number | null;
|
|
1361
1370
|
support: number | null;
|
|
@@ -1367,15 +1376,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1367
1376
|
reposts: number | null;
|
|
1368
1377
|
totalReactions: number | null;
|
|
1369
1378
|
} | null;
|
|
1370
|
-
urn: string | null;
|
|
1371
|
-
author: {
|
|
1372
|
-
username: string | null;
|
|
1373
|
-
headline: string | null;
|
|
1374
|
-
profileUrl: string | null;
|
|
1375
|
-
profilePicture: string | null;
|
|
1376
|
-
firstName: string | null;
|
|
1377
|
-
lastName: string | null;
|
|
1378
|
-
} | null;
|
|
1379
1379
|
media: {
|
|
1380
1380
|
type: string | null;
|
|
1381
1381
|
url: 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,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1435
1436
|
thumbnail: string | null;
|
|
1436
1437
|
pageCount: number | null;
|
|
1437
1438
|
} | null;
|
|
1438
|
-
|
|
1439
|
+
urn: string | null;
|
|
1440
|
+
author: {
|
|
1441
|
+
username: string | null;
|
|
1442
|
+
headline: string | null;
|
|
1443
|
+
profileUrl: string | null;
|
|
1444
|
+
profilePicture: string | null;
|
|
1445
|
+
firstName: string | null;
|
|
1446
|
+
lastName: string | null;
|
|
1447
|
+
} | null;
|
|
1439
1448
|
stats: {
|
|
1440
1449
|
like: number | null;
|
|
1441
1450
|
support: number | null;
|
|
@@ -1447,15 +1456,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1447
1456
|
reposts: number | null;
|
|
1448
1457
|
totalReactions: number | null;
|
|
1449
1458
|
} | null;
|
|
1450
|
-
urn: string | null;
|
|
1451
|
-
author: {
|
|
1452
|
-
username: string | null;
|
|
1453
|
-
headline: string | null;
|
|
1454
|
-
profileUrl: string | null;
|
|
1455
|
-
profilePicture: string | null;
|
|
1456
|
-
firstName: string | null;
|
|
1457
|
-
lastName: string | null;
|
|
1458
|
-
} | null;
|
|
1459
1459
|
media: {
|
|
1460
1460
|
type: string | null;
|
|
1461
1461
|
url: string | null;
|
|
@@ -1480,8 +1480,17 @@ 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
|
+
urn: string | null;
|
|
1486
|
+
author: {
|
|
1487
|
+
username: string | null;
|
|
1488
|
+
headline: string | null;
|
|
1489
|
+
profileUrl: string | null;
|
|
1490
|
+
profilePicture: string | null;
|
|
1491
|
+
firstName: string | null;
|
|
1492
|
+
lastName: string | null;
|
|
1493
|
+
} | null;
|
|
1485
1494
|
stats: {
|
|
1486
1495
|
like: number | null;
|
|
1487
1496
|
support: number | null;
|
|
@@ -1493,15 +1502,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1493
1502
|
reposts: number | null;
|
|
1494
1503
|
totalReactions: number | null;
|
|
1495
1504
|
} | null;
|
|
1496
|
-
urn: string | null;
|
|
1497
|
-
author: {
|
|
1498
|
-
username: string | null;
|
|
1499
|
-
headline: string | null;
|
|
1500
|
-
profileUrl: string | null;
|
|
1501
|
-
profilePicture: string | null;
|
|
1502
|
-
firstName: string | null;
|
|
1503
|
-
lastName: string | null;
|
|
1504
|
-
} | null;
|
|
1505
1505
|
media: {
|
|
1506
1506
|
type: string | null;
|
|
1507
1507
|
url: 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,17 @@ 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
|
+
urn: string | null;
|
|
1955
|
+
author: {
|
|
1956
|
+
username: string | null;
|
|
1957
|
+
headline: string | null;
|
|
1958
|
+
profileUrl: string | null;
|
|
1959
|
+
profilePicture: string | null;
|
|
1960
|
+
firstName: string | null;
|
|
1961
|
+
lastName: string | null;
|
|
1962
|
+
} | null;
|
|
1954
1963
|
stats: {
|
|
1955
1964
|
like: number | null;
|
|
1956
1965
|
support: number | null;
|
|
@@ -1962,15 +1971,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1962
1971
|
reposts: number | null;
|
|
1963
1972
|
totalReactions: number | null;
|
|
1964
1973
|
} | null;
|
|
1965
|
-
urn: string | null;
|
|
1966
|
-
author: {
|
|
1967
|
-
username: string | null;
|
|
1968
|
-
headline: string | null;
|
|
1969
|
-
profileUrl: string | null;
|
|
1970
|
-
profilePicture: string | null;
|
|
1971
|
-
firstName: string | null;
|
|
1972
|
-
lastName: string | null;
|
|
1973
|
-
} | null;
|
|
1974
1974
|
media: {
|
|
1975
1975
|
type: string | null;
|
|
1976
1976
|
url: string | null;
|
|
@@ -1988,8 +1988,17 @@ 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
|
+
urn: string | null;
|
|
1994
|
+
author: {
|
|
1995
|
+
username: string | null;
|
|
1996
|
+
headline: string | null;
|
|
1997
|
+
profileUrl: string | null;
|
|
1998
|
+
profilePicture: string | null;
|
|
1999
|
+
firstName: string | null;
|
|
2000
|
+
lastName: string | null;
|
|
2001
|
+
} | null;
|
|
1993
2002
|
stats: {
|
|
1994
2003
|
like: number | null;
|
|
1995
2004
|
support: number | null;
|
|
@@ -2001,15 +2010,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2001
2010
|
reposts: number | null;
|
|
2002
2011
|
totalReactions: number | null;
|
|
2003
2012
|
} | null;
|
|
2004
|
-
urn: string | null;
|
|
2005
|
-
author: {
|
|
2006
|
-
username: string | null;
|
|
2007
|
-
headline: string | null;
|
|
2008
|
-
profileUrl: string | null;
|
|
2009
|
-
profilePicture: string | null;
|
|
2010
|
-
firstName: string | null;
|
|
2011
|
-
lastName: string | null;
|
|
2012
|
-
} | null;
|
|
2013
2013
|
media: {
|
|
2014
2014
|
type: string | null;
|
|
2015
2015
|
url: 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,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2035
2036
|
thumbnail: string | null;
|
|
2036
2037
|
pageCount: number | null;
|
|
2037
2038
|
} | null;
|
|
2038
|
-
|
|
2039
|
+
urn: string | null;
|
|
2040
|
+
author: {
|
|
2041
|
+
username: string | null;
|
|
2042
|
+
headline: string | null;
|
|
2043
|
+
profileUrl: string | null;
|
|
2044
|
+
profilePicture: string | null;
|
|
2045
|
+
firstName: string | null;
|
|
2046
|
+
lastName: string | null;
|
|
2047
|
+
} | null;
|
|
2039
2048
|
stats: {
|
|
2040
2049
|
like: number | null;
|
|
2041
2050
|
support: number | null;
|
|
@@ -2047,15 +2056,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2047
2056
|
reposts: number | null;
|
|
2048
2057
|
totalReactions: number | null;
|
|
2049
2058
|
} | null;
|
|
2050
|
-
urn: string | null;
|
|
2051
|
-
author: {
|
|
2052
|
-
username: string | null;
|
|
2053
|
-
headline: string | null;
|
|
2054
|
-
profileUrl: string | null;
|
|
2055
|
-
profilePicture: string | null;
|
|
2056
|
-
firstName: string | null;
|
|
2057
|
-
lastName: string | null;
|
|
2058
|
-
} | null;
|
|
2059
2059
|
media: {
|
|
2060
2060
|
type: string | null;
|
|
2061
2061
|
url: string | null;
|
|
@@ -2080,8 +2080,17 @@ 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
|
+
urn: string | null;
|
|
2086
|
+
author: {
|
|
2087
|
+
username: string | null;
|
|
2088
|
+
headline: string | null;
|
|
2089
|
+
profileUrl: string | null;
|
|
2090
|
+
profilePicture: string | null;
|
|
2091
|
+
firstName: string | null;
|
|
2092
|
+
lastName: string | null;
|
|
2093
|
+
} | null;
|
|
2085
2094
|
stats: {
|
|
2086
2095
|
like: number | null;
|
|
2087
2096
|
support: number | null;
|
|
@@ -2093,15 +2102,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2093
2102
|
reposts: number | null;
|
|
2094
2103
|
totalReactions: number | null;
|
|
2095
2104
|
} | null;
|
|
2096
|
-
urn: string | null;
|
|
2097
|
-
author: {
|
|
2098
|
-
username: string | null;
|
|
2099
|
-
headline: string | null;
|
|
2100
|
-
profileUrl: string | null;
|
|
2101
|
-
profilePicture: string | null;
|
|
2102
|
-
firstName: string | null;
|
|
2103
|
-
lastName: string | null;
|
|
2104
|
-
} | null;
|
|
2105
2105
|
media: {
|
|
2106
2106
|
type: string | null;
|
|
2107
2107
|
url: 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,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2127
2128
|
thumbnail: string | null;
|
|
2128
2129
|
pageCount: number | null;
|
|
2129
2130
|
} | null;
|
|
2130
|
-
|
|
2131
|
+
urn: string | null;
|
|
2132
|
+
author: {
|
|
2133
|
+
username: string | null;
|
|
2134
|
+
headline: string | null;
|
|
2135
|
+
profileUrl: string | null;
|
|
2136
|
+
profilePicture: string | null;
|
|
2137
|
+
firstName: string | null;
|
|
2138
|
+
lastName: string | null;
|
|
2139
|
+
} | null;
|
|
2131
2140
|
stats: {
|
|
2132
2141
|
like: number | null;
|
|
2133
2142
|
support: number | null;
|
|
@@ -2139,15 +2148,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2139
2148
|
reposts: number | null;
|
|
2140
2149
|
totalReactions: number | null;
|
|
2141
2150
|
} | null;
|
|
2142
|
-
urn: string | null;
|
|
2143
|
-
author: {
|
|
2144
|
-
username: string | null;
|
|
2145
|
-
headline: string | null;
|
|
2146
|
-
profileUrl: string | null;
|
|
2147
|
-
profilePicture: string | null;
|
|
2148
|
-
firstName: string | null;
|
|
2149
|
-
lastName: string | null;
|
|
2150
|
-
} | null;
|
|
2151
2151
|
media: {
|
|
2152
2152
|
type: string | null;
|
|
2153
2153
|
url: string | null;
|
|
@@ -2172,8 +2172,17 @@ 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
|
+
urn: string | null;
|
|
2178
|
+
author: {
|
|
2179
|
+
username: string | null;
|
|
2180
|
+
headline: string | null;
|
|
2181
|
+
profileUrl: string | null;
|
|
2182
|
+
profilePicture: string | null;
|
|
2183
|
+
firstName: string | null;
|
|
2184
|
+
lastName: string | null;
|
|
2185
|
+
} | null;
|
|
2177
2186
|
stats: {
|
|
2178
2187
|
like: number | null;
|
|
2179
2188
|
support: number | null;
|
|
@@ -2185,15 +2194,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2185
2194
|
reposts: number | null;
|
|
2186
2195
|
totalReactions: number | null;
|
|
2187
2196
|
} | null;
|
|
2188
|
-
urn: string | null;
|
|
2189
|
-
author: {
|
|
2190
|
-
username: string | null;
|
|
2191
|
-
headline: string | null;
|
|
2192
|
-
profileUrl: string | null;
|
|
2193
|
-
profilePicture: string | null;
|
|
2194
|
-
firstName: string | null;
|
|
2195
|
-
lastName: string | null;
|
|
2196
|
-
} | null;
|
|
2197
2197
|
media: {
|
|
2198
2198
|
type: string | null;
|
|
2199
2199
|
url: 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,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2232
2233
|
thumbnail: string | null;
|
|
2233
2234
|
pageCount: number | null;
|
|
2234
2235
|
} | null;
|
|
2235
|
-
|
|
2236
|
+
urn: string | null;
|
|
2237
|
+
author: {
|
|
2238
|
+
username: string | null;
|
|
2239
|
+
headline: string | null;
|
|
2240
|
+
profileUrl: string | null;
|
|
2241
|
+
profilePicture: string | null;
|
|
2242
|
+
firstName: string | null;
|
|
2243
|
+
lastName: string | null;
|
|
2244
|
+
} | null;
|
|
2236
2245
|
stats: {
|
|
2237
2246
|
like: number | null;
|
|
2238
2247
|
support: number | null;
|
|
@@ -2244,15 +2253,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2244
2253
|
reposts: number | null;
|
|
2245
2254
|
totalReactions: number | null;
|
|
2246
2255
|
} | null;
|
|
2247
|
-
urn: string | null;
|
|
2248
|
-
author: {
|
|
2249
|
-
username: string | null;
|
|
2250
|
-
headline: string | null;
|
|
2251
|
-
profileUrl: string | null;
|
|
2252
|
-
profilePicture: string | null;
|
|
2253
|
-
firstName: string | null;
|
|
2254
|
-
lastName: string | null;
|
|
2255
|
-
} | null;
|
|
2256
2256
|
media: {
|
|
2257
2257
|
type: string | null;
|
|
2258
2258
|
url: string | null;
|
|
@@ -2277,8 +2277,17 @@ 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
|
+
urn: string | null;
|
|
2283
|
+
author: {
|
|
2284
|
+
username: string | null;
|
|
2285
|
+
headline: string | null;
|
|
2286
|
+
profileUrl: string | null;
|
|
2287
|
+
profilePicture: string | null;
|
|
2288
|
+
firstName: string | null;
|
|
2289
|
+
lastName: string | null;
|
|
2290
|
+
} | null;
|
|
2282
2291
|
stats: {
|
|
2283
2292
|
like: number | null;
|
|
2284
2293
|
support: number | null;
|
|
@@ -2290,15 +2299,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2290
2299
|
reposts: number | null;
|
|
2291
2300
|
totalReactions: number | null;
|
|
2292
2301
|
} | null;
|
|
2293
|
-
urn: string | null;
|
|
2294
|
-
author: {
|
|
2295
|
-
username: string | null;
|
|
2296
|
-
headline: string | null;
|
|
2297
|
-
profileUrl: string | null;
|
|
2298
|
-
profilePicture: string | null;
|
|
2299
|
-
firstName: string | null;
|
|
2300
|
-
lastName: string | null;
|
|
2301
|
-
} | null;
|
|
2302
2302
|
media: {
|
|
2303
2303
|
type: string | null;
|
|
2304
2304
|
url: 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,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2358
2359
|
thumbnail: string | null;
|
|
2359
2360
|
pageCount: number | null;
|
|
2360
2361
|
} | null;
|
|
2361
|
-
|
|
2362
|
+
urn: string | null;
|
|
2363
|
+
author: {
|
|
2364
|
+
username: string | null;
|
|
2365
|
+
headline: string | null;
|
|
2366
|
+
profileUrl: string | null;
|
|
2367
|
+
profilePicture: string | null;
|
|
2368
|
+
firstName: string | null;
|
|
2369
|
+
lastName: string | null;
|
|
2370
|
+
} | null;
|
|
2362
2371
|
stats: {
|
|
2363
2372
|
like: number | null;
|
|
2364
2373
|
support: number | null;
|
|
@@ -2370,15 +2379,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2370
2379
|
reposts: number | null;
|
|
2371
2380
|
totalReactions: number | null;
|
|
2372
2381
|
} | null;
|
|
2373
|
-
urn: string | null;
|
|
2374
|
-
author: {
|
|
2375
|
-
username: string | null;
|
|
2376
|
-
headline: string | null;
|
|
2377
|
-
profileUrl: string | null;
|
|
2378
|
-
profilePicture: string | null;
|
|
2379
|
-
firstName: string | null;
|
|
2380
|
-
lastName: string | null;
|
|
2381
|
-
} | null;
|
|
2382
2382
|
media: {
|
|
2383
2383
|
type: string | null;
|
|
2384
2384
|
url: string | null;
|
|
@@ -2403,8 +2403,17 @@ 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
|
+
urn: string | null;
|
|
2409
|
+
author: {
|
|
2410
|
+
username: string | null;
|
|
2411
|
+
headline: string | null;
|
|
2412
|
+
profileUrl: string | null;
|
|
2413
|
+
profilePicture: string | null;
|
|
2414
|
+
firstName: string | null;
|
|
2415
|
+
lastName: string | null;
|
|
2416
|
+
} | null;
|
|
2408
2417
|
stats: {
|
|
2409
2418
|
like: number | null;
|
|
2410
2419
|
support: number | null;
|
|
@@ -2416,15 +2425,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2416
2425
|
reposts: number | null;
|
|
2417
2426
|
totalReactions: number | null;
|
|
2418
2427
|
} | null;
|
|
2419
|
-
urn: string | null;
|
|
2420
|
-
author: {
|
|
2421
|
-
username: string | null;
|
|
2422
|
-
headline: string | null;
|
|
2423
|
-
profileUrl: string | null;
|
|
2424
|
-
profilePicture: string | null;
|
|
2425
|
-
firstName: string | null;
|
|
2426
|
-
lastName: string | null;
|
|
2427
|
-
} | null;
|
|
2428
2428
|
media: {
|
|
2429
2429
|
type: string | null;
|
|
2430
2430
|
url: string | null;
|