@bubblelab/bubble-core 0.1.112 → 0.1.113
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 +85 -85
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +76 -74
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +40 -5
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +88 -88
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +2 -2
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +10 -10
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +338 -338
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +60 -60
- package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
- package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
- package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
- package/dist/bubbles/service-bubble/http.d.ts +2 -2
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +30 -30
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/notion/notion.d.ts +848 -848
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
- package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.d.ts +324 -324
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +310 -310
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +18 -18
- package/dist/bubbles.json +1 -1
- package/dist/capabilities/define-capability.d.ts +6 -0
- package/dist/capabilities/define-capability.d.ts.map +1 -1
- package/dist/capabilities/define-capability.js +7 -0
- package/dist/capabilities/define-capability.js.map +1 -1
- package/dist/capabilities/index.d.ts +1 -1
- package/dist/capabilities/index.d.ts.map +1 -1
- package/dist/capabilities/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -303,6 +303,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
303
303
|
thumbnail: string | null;
|
|
304
304
|
}>>;
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
|
+
url: string | null;
|
|
307
|
+
text: 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;
|
|
306
317
|
stats: {
|
|
307
318
|
like: number | null;
|
|
308
319
|
support: number | null;
|
|
@@ -314,17 +325,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
314
325
|
reposts: number | null;
|
|
315
326
|
totalReactions: number | null;
|
|
316
327
|
} | null;
|
|
317
|
-
text: string | null;
|
|
318
|
-
url: string | 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,6 +342,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
342
342
|
} | null;
|
|
343
343
|
postType: string | null;
|
|
344
344
|
}, {
|
|
345
|
+
url: string | null;
|
|
346
|
+
text: 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;
|
|
345
356
|
stats: {
|
|
346
357
|
like: number | null;
|
|
347
358
|
support: number | null;
|
|
@@ -353,17 +364,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
353
364
|
reposts: number | null;
|
|
354
365
|
totalReactions: number | null;
|
|
355
366
|
} | null;
|
|
356
|
-
text: string | null;
|
|
357
|
-
url: string | 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,19 +382,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
382
382
|
postType: string | null;
|
|
383
383
|
}>>;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
|
-
stats: {
|
|
386
|
-
like: number | null;
|
|
387
|
-
support: number | null;
|
|
388
|
-
love: number | null;
|
|
389
|
-
insight: number | null;
|
|
390
|
-
celebrate: number | null;
|
|
391
|
-
funny: number | null;
|
|
392
|
-
comments: number | null;
|
|
393
|
-
reposts: number | null;
|
|
394
|
-
totalReactions: number | null;
|
|
395
|
-
} | null;
|
|
396
|
-
text: string | null;
|
|
397
385
|
url: string | null;
|
|
386
|
+
text: string | null;
|
|
398
387
|
document: {
|
|
399
388
|
title: string | null;
|
|
400
389
|
url: string | null;
|
|
@@ -410,6 +399,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
410
399
|
firstName: string | null;
|
|
411
400
|
lastName: string | null;
|
|
412
401
|
} | null;
|
|
402
|
+
stats: {
|
|
403
|
+
like: number | null;
|
|
404
|
+
support: number | null;
|
|
405
|
+
love: number | null;
|
|
406
|
+
insight: number | null;
|
|
407
|
+
celebrate: number | null;
|
|
408
|
+
funny: number | null;
|
|
409
|
+
comments: number | null;
|
|
410
|
+
reposts: number | null;
|
|
411
|
+
totalReactions: number | null;
|
|
412
|
+
} | null;
|
|
413
413
|
media: {
|
|
414
414
|
type: string | null;
|
|
415
415
|
url: string | null;
|
|
@@ -434,6 +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
|
+
text: 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;
|
|
437
448
|
stats: {
|
|
438
449
|
like: number | null;
|
|
439
450
|
support: number | null;
|
|
@@ -445,17 +456,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
445
456
|
reposts: number | null;
|
|
446
457
|
totalReactions: number | null;
|
|
447
458
|
} | null;
|
|
448
|
-
text: string | null;
|
|
449
|
-
url: string | 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,19 +474,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
474
474
|
postType: string | null;
|
|
475
475
|
} | null;
|
|
476
476
|
}, {
|
|
477
|
-
stats: {
|
|
478
|
-
like: number | null;
|
|
479
|
-
support: number | null;
|
|
480
|
-
love: number | null;
|
|
481
|
-
insight: number | null;
|
|
482
|
-
celebrate: number | null;
|
|
483
|
-
funny: number | null;
|
|
484
|
-
comments: number | null;
|
|
485
|
-
reposts: number | null;
|
|
486
|
-
totalReactions: number | null;
|
|
487
|
-
} | null;
|
|
488
|
-
text: string | null;
|
|
489
477
|
url: string | null;
|
|
478
|
+
text: string | null;
|
|
490
479
|
document: {
|
|
491
480
|
title: string | null;
|
|
492
481
|
url: string | null;
|
|
@@ -502,6 +491,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
502
491
|
firstName: string | null;
|
|
503
492
|
lastName: string | null;
|
|
504
493
|
} | null;
|
|
494
|
+
stats: {
|
|
495
|
+
like: number | null;
|
|
496
|
+
support: number | null;
|
|
497
|
+
love: number | null;
|
|
498
|
+
insight: number | null;
|
|
499
|
+
celebrate: number | null;
|
|
500
|
+
funny: number | null;
|
|
501
|
+
comments: number | null;
|
|
502
|
+
reposts: number | null;
|
|
503
|
+
totalReactions: number | null;
|
|
504
|
+
} | null;
|
|
505
505
|
media: {
|
|
506
506
|
type: string | null;
|
|
507
507
|
url: string | null;
|
|
@@ -526,6 +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
|
+
text: 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;
|
|
529
540
|
stats: {
|
|
530
541
|
like: number | null;
|
|
531
542
|
support: number | null;
|
|
@@ -537,17 +548,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
537
548
|
reposts: number | null;
|
|
538
549
|
totalReactions: number | null;
|
|
539
550
|
} | null;
|
|
540
|
-
text: string | null;
|
|
541
|
-
url: string | 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;
|
|
@@ -609,8 +609,8 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
609
609
|
}, "strip", z.ZodTypeAny, {
|
|
610
610
|
description: string | null;
|
|
611
611
|
title: string | null;
|
|
612
|
-
id: string | null;
|
|
613
612
|
url: string | null;
|
|
613
|
+
id: string | null;
|
|
614
614
|
location: string | null;
|
|
615
615
|
postedAt: string | null;
|
|
616
616
|
applyUrl: string | null;
|
|
@@ -631,8 +631,8 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
631
631
|
}, {
|
|
632
632
|
description: string | null;
|
|
633
633
|
title: string | null;
|
|
634
|
-
id: string | null;
|
|
635
634
|
url: string | null;
|
|
635
|
+
id: string | null;
|
|
636
636
|
location: string | null;
|
|
637
637
|
postedAt: string | null;
|
|
638
638
|
applyUrl: string | null;
|
|
@@ -675,7 +675,7 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
675
675
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
676
676
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
677
677
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
678
|
-
experienceLevel?: ("
|
|
678
|
+
experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
|
|
679
679
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
680
680
|
}, {
|
|
681
681
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
@@ -688,7 +688,7 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
688
688
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
689
689
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
690
690
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
691
|
-
experienceLevel?: ("
|
|
691
|
+
experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
|
|
692
692
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
693
693
|
}>;
|
|
694
694
|
declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
@@ -736,8 +736,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
736
736
|
}, "strip", z.ZodTypeAny, {
|
|
737
737
|
description: string | null;
|
|
738
738
|
title: string | null;
|
|
739
|
-
id: string | null;
|
|
740
739
|
url: string | null;
|
|
740
|
+
id: string | null;
|
|
741
741
|
location: string | null;
|
|
742
742
|
postedAt: string | null;
|
|
743
743
|
applyUrl: string | null;
|
|
@@ -758,8 +758,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
758
758
|
}, {
|
|
759
759
|
description: string | null;
|
|
760
760
|
title: string | null;
|
|
761
|
-
id: string | null;
|
|
762
761
|
url: string | null;
|
|
762
|
+
id: string | null;
|
|
763
763
|
location: string | null;
|
|
764
764
|
postedAt: string | null;
|
|
765
765
|
applyUrl: string | null;
|
|
@@ -1026,6 +1026,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1026
1026
|
thumbnail: string | null;
|
|
1027
1027
|
}>>;
|
|
1028
1028
|
}, "strip", z.ZodTypeAny, {
|
|
1029
|
+
url: string | null;
|
|
1030
|
+
text: 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;
|
|
1029
1040
|
stats: {
|
|
1030
1041
|
like: number | null;
|
|
1031
1042
|
support: number | null;
|
|
@@ -1037,17 +1048,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1037
1048
|
reposts: number | null;
|
|
1038
1049
|
totalReactions: number | null;
|
|
1039
1050
|
} | null;
|
|
1040
|
-
text: string | null;
|
|
1041
|
-
url: string | 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,6 +1065,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1065
1065
|
} | null;
|
|
1066
1066
|
postType: string | null;
|
|
1067
1067
|
}, {
|
|
1068
|
+
url: string | null;
|
|
1069
|
+
text: 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;
|
|
1068
1079
|
stats: {
|
|
1069
1080
|
like: number | null;
|
|
1070
1081
|
support: number | null;
|
|
@@ -1076,17 +1087,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1076
1087
|
reposts: number | null;
|
|
1077
1088
|
totalReactions: number | null;
|
|
1078
1089
|
} | null;
|
|
1079
|
-
text: string | null;
|
|
1080
|
-
url: string | 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,19 +1105,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1105
1105
|
postType: string | null;
|
|
1106
1106
|
}>>;
|
|
1107
1107
|
}, "strip", z.ZodTypeAny, {
|
|
1108
|
-
stats: {
|
|
1109
|
-
like: number | null;
|
|
1110
|
-
support: number | null;
|
|
1111
|
-
love: number | null;
|
|
1112
|
-
insight: number | null;
|
|
1113
|
-
celebrate: number | null;
|
|
1114
|
-
funny: number | null;
|
|
1115
|
-
comments: number | null;
|
|
1116
|
-
reposts: number | null;
|
|
1117
|
-
totalReactions: number | null;
|
|
1118
|
-
} | null;
|
|
1119
|
-
text: string | null;
|
|
1120
1108
|
url: string | null;
|
|
1109
|
+
text: string | null;
|
|
1121
1110
|
document: {
|
|
1122
1111
|
title: string | null;
|
|
1123
1112
|
url: string | null;
|
|
@@ -1133,6 +1122,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1133
1122
|
firstName: string | null;
|
|
1134
1123
|
lastName: string | null;
|
|
1135
1124
|
} | null;
|
|
1125
|
+
stats: {
|
|
1126
|
+
like: number | null;
|
|
1127
|
+
support: number | null;
|
|
1128
|
+
love: number | null;
|
|
1129
|
+
insight: number | null;
|
|
1130
|
+
celebrate: number | null;
|
|
1131
|
+
funny: number | null;
|
|
1132
|
+
comments: number | null;
|
|
1133
|
+
reposts: number | null;
|
|
1134
|
+
totalReactions: number | null;
|
|
1135
|
+
} | null;
|
|
1136
1136
|
media: {
|
|
1137
1137
|
type: string | null;
|
|
1138
1138
|
url: string | null;
|
|
@@ -1157,6 +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
|
+
text: 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;
|
|
1160
1171
|
stats: {
|
|
1161
1172
|
like: number | null;
|
|
1162
1173
|
support: number | null;
|
|
@@ -1168,17 +1179,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1168
1179
|
reposts: number | null;
|
|
1169
1180
|
totalReactions: number | null;
|
|
1170
1181
|
} | null;
|
|
1171
|
-
text: string | null;
|
|
1172
|
-
url: string | 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,19 +1197,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1197
1197
|
postType: string | null;
|
|
1198
1198
|
} | null;
|
|
1199
1199
|
}, {
|
|
1200
|
-
stats: {
|
|
1201
|
-
like: number | null;
|
|
1202
|
-
support: number | null;
|
|
1203
|
-
love: number | null;
|
|
1204
|
-
insight: number | null;
|
|
1205
|
-
celebrate: number | null;
|
|
1206
|
-
funny: number | null;
|
|
1207
|
-
comments: number | null;
|
|
1208
|
-
reposts: number | null;
|
|
1209
|
-
totalReactions: number | null;
|
|
1210
|
-
} | null;
|
|
1211
|
-
text: string | null;
|
|
1212
1200
|
url: string | null;
|
|
1201
|
+
text: string | null;
|
|
1213
1202
|
document: {
|
|
1214
1203
|
title: string | null;
|
|
1215
1204
|
url: string | null;
|
|
@@ -1225,6 +1214,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1225
1214
|
firstName: string | null;
|
|
1226
1215
|
lastName: string | null;
|
|
1227
1216
|
} | null;
|
|
1217
|
+
stats: {
|
|
1218
|
+
like: number | null;
|
|
1219
|
+
support: number | null;
|
|
1220
|
+
love: number | null;
|
|
1221
|
+
insight: number | null;
|
|
1222
|
+
celebrate: number | null;
|
|
1223
|
+
funny: number | null;
|
|
1224
|
+
comments: number | null;
|
|
1225
|
+
reposts: number | null;
|
|
1226
|
+
totalReactions: number | null;
|
|
1227
|
+
} | null;
|
|
1228
1228
|
media: {
|
|
1229
1229
|
type: string | null;
|
|
1230
1230
|
url: string | null;
|
|
@@ -1249,6 +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
|
+
text: 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;
|
|
1252
1263
|
stats: {
|
|
1253
1264
|
like: number | null;
|
|
1254
1265
|
support: number | null;
|
|
@@ -1260,17 +1271,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1260
1271
|
reposts: number | null;
|
|
1261
1272
|
totalReactions: number | null;
|
|
1262
1273
|
} | null;
|
|
1263
|
-
text: string | null;
|
|
1264
|
-
url: string | 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;
|
|
@@ -1302,19 +1302,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1302
1302
|
success: boolean;
|
|
1303
1303
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1304
1304
|
posts: {
|
|
1305
|
-
stats: {
|
|
1306
|
-
like: number | null;
|
|
1307
|
-
support: number | null;
|
|
1308
|
-
love: number | null;
|
|
1309
|
-
insight: number | null;
|
|
1310
|
-
celebrate: number | null;
|
|
1311
|
-
funny: number | null;
|
|
1312
|
-
comments: number | null;
|
|
1313
|
-
reposts: number | null;
|
|
1314
|
-
totalReactions: number | null;
|
|
1315
|
-
} | null;
|
|
1316
|
-
text: string | null;
|
|
1317
1305
|
url: string | null;
|
|
1306
|
+
text: string | null;
|
|
1318
1307
|
document: {
|
|
1319
1308
|
title: string | null;
|
|
1320
1309
|
url: string | null;
|
|
@@ -1330,6 +1319,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1330
1319
|
firstName: string | null;
|
|
1331
1320
|
lastName: string | null;
|
|
1332
1321
|
} | null;
|
|
1322
|
+
stats: {
|
|
1323
|
+
like: number | null;
|
|
1324
|
+
support: number | null;
|
|
1325
|
+
love: number | null;
|
|
1326
|
+
insight: number | null;
|
|
1327
|
+
celebrate: number | null;
|
|
1328
|
+
funny: number | null;
|
|
1329
|
+
comments: number | null;
|
|
1330
|
+
reposts: number | null;
|
|
1331
|
+
totalReactions: number | null;
|
|
1332
|
+
} | null;
|
|
1333
1333
|
media: {
|
|
1334
1334
|
type: string | null;
|
|
1335
1335
|
url: string | null;
|
|
@@ -1354,6 +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
|
+
text: 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;
|
|
1357
1368
|
stats: {
|
|
1358
1369
|
like: number | null;
|
|
1359
1370
|
support: number | null;
|
|
@@ -1365,17 +1376,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1365
1376
|
reposts: number | null;
|
|
1366
1377
|
totalReactions: number | null;
|
|
1367
1378
|
} | null;
|
|
1368
|
-
text: string | null;
|
|
1369
|
-
url: string | 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;
|
|
@@ -1400,8 +1400,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1400
1400
|
jobs?: {
|
|
1401
1401
|
description: string | null;
|
|
1402
1402
|
title: string | null;
|
|
1403
|
-
id: string | null;
|
|
1404
1403
|
url: string | null;
|
|
1404
|
+
id: string | null;
|
|
1405
1405
|
location: string | null;
|
|
1406
1406
|
postedAt: string | null;
|
|
1407
1407
|
applyUrl: string | null;
|
|
@@ -1428,19 +1428,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1428
1428
|
success: boolean;
|
|
1429
1429
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1430
1430
|
posts: {
|
|
1431
|
-
stats: {
|
|
1432
|
-
like: number | null;
|
|
1433
|
-
support: number | null;
|
|
1434
|
-
love: number | null;
|
|
1435
|
-
insight: number | null;
|
|
1436
|
-
celebrate: number | null;
|
|
1437
|
-
funny: number | null;
|
|
1438
|
-
comments: number | null;
|
|
1439
|
-
reposts: number | null;
|
|
1440
|
-
totalReactions: number | null;
|
|
1441
|
-
} | null;
|
|
1442
|
-
text: string | null;
|
|
1443
1431
|
url: string | null;
|
|
1432
|
+
text: string | null;
|
|
1444
1433
|
document: {
|
|
1445
1434
|
title: string | null;
|
|
1446
1435
|
url: string | null;
|
|
@@ -1456,6 +1445,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1456
1445
|
firstName: string | null;
|
|
1457
1446
|
lastName: string | null;
|
|
1458
1447
|
} | null;
|
|
1448
|
+
stats: {
|
|
1449
|
+
like: number | null;
|
|
1450
|
+
support: number | null;
|
|
1451
|
+
love: number | null;
|
|
1452
|
+
insight: number | null;
|
|
1453
|
+
celebrate: number | null;
|
|
1454
|
+
funny: number | null;
|
|
1455
|
+
comments: number | null;
|
|
1456
|
+
reposts: number | null;
|
|
1457
|
+
totalReactions: number | null;
|
|
1458
|
+
} | null;
|
|
1459
1459
|
media: {
|
|
1460
1460
|
type: string | null;
|
|
1461
1461
|
url: string | null;
|
|
@@ -1480,6 +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
|
+
text: 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;
|
|
1483
1494
|
stats: {
|
|
1484
1495
|
like: number | null;
|
|
1485
1496
|
support: number | null;
|
|
@@ -1491,17 +1502,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1491
1502
|
reposts: number | null;
|
|
1492
1503
|
totalReactions: number | null;
|
|
1493
1504
|
} | null;
|
|
1494
|
-
text: string | null;
|
|
1495
|
-
url: string | 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;
|
|
@@ -1526,8 +1526,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1526
1526
|
jobs?: {
|
|
1527
1527
|
description: string | null;
|
|
1528
1528
|
title: string | null;
|
|
1529
|
-
id: string | null;
|
|
1530
1529
|
url: string | null;
|
|
1530
|
+
id: string | null;
|
|
1531
1531
|
location: string | null;
|
|
1532
1532
|
postedAt: string | null;
|
|
1533
1533
|
applyUrl: string | null;
|
|
@@ -1598,7 +1598,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1598
1598
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
1599
1599
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
1600
1600
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
1601
|
-
experienceLevel?: ("
|
|
1601
|
+
experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
|
|
1602
1602
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1603
1603
|
}, {
|
|
1604
1604
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
@@ -1611,7 +1611,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1611
1611
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
1612
1612
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
1613
1613
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
1614
|
-
experienceLevel?: ("
|
|
1614
|
+
experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
|
|
1615
1615
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1616
1616
|
}>;
|
|
1617
1617
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -1659,8 +1659,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1659
1659
|
}, "strip", z.ZodTypeAny, {
|
|
1660
1660
|
description: string | null;
|
|
1661
1661
|
title: string | null;
|
|
1662
|
-
id: string | null;
|
|
1663
1662
|
url: string | null;
|
|
1663
|
+
id: string | null;
|
|
1664
1664
|
location: string | null;
|
|
1665
1665
|
postedAt: string | null;
|
|
1666
1666
|
applyUrl: string | null;
|
|
@@ -1681,8 +1681,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1681
1681
|
}, {
|
|
1682
1682
|
description: string | null;
|
|
1683
1683
|
title: string | null;
|
|
1684
|
-
id: string | null;
|
|
1685
1684
|
url: string | null;
|
|
1685
|
+
id: string | null;
|
|
1686
1686
|
location: string | null;
|
|
1687
1687
|
postedAt: string | null;
|
|
1688
1688
|
applyUrl: string | null;
|
|
@@ -1949,6 +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
|
+
text: 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;
|
|
1952
1963
|
stats: {
|
|
1953
1964
|
like: number | null;
|
|
1954
1965
|
support: number | null;
|
|
@@ -1960,17 +1971,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1960
1971
|
reposts: number | null;
|
|
1961
1972
|
totalReactions: number | null;
|
|
1962
1973
|
} | null;
|
|
1963
|
-
text: string | null;
|
|
1964
|
-
url: string | 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,6 +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
|
+
text: 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;
|
|
1991
2002
|
stats: {
|
|
1992
2003
|
like: number | null;
|
|
1993
2004
|
support: number | null;
|
|
@@ -1999,17 +2010,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1999
2010
|
reposts: number | null;
|
|
2000
2011
|
totalReactions: number | null;
|
|
2001
2012
|
} | null;
|
|
2002
|
-
text: string | null;
|
|
2003
|
-
url: string | 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,19 +2028,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2028
2028
|
postType: string | null;
|
|
2029
2029
|
}>>;
|
|
2030
2030
|
}, "strip", z.ZodTypeAny, {
|
|
2031
|
-
stats: {
|
|
2032
|
-
like: number | null;
|
|
2033
|
-
support: number | null;
|
|
2034
|
-
love: number | null;
|
|
2035
|
-
insight: number | null;
|
|
2036
|
-
celebrate: number | null;
|
|
2037
|
-
funny: number | null;
|
|
2038
|
-
comments: number | null;
|
|
2039
|
-
reposts: number | null;
|
|
2040
|
-
totalReactions: number | null;
|
|
2041
|
-
} | null;
|
|
2042
|
-
text: string | null;
|
|
2043
2031
|
url: string | null;
|
|
2032
|
+
text: string | null;
|
|
2044
2033
|
document: {
|
|
2045
2034
|
title: string | null;
|
|
2046
2035
|
url: string | null;
|
|
@@ -2056,6 +2045,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2056
2045
|
firstName: string | null;
|
|
2057
2046
|
lastName: string | null;
|
|
2058
2047
|
} | null;
|
|
2048
|
+
stats: {
|
|
2049
|
+
like: number | null;
|
|
2050
|
+
support: number | null;
|
|
2051
|
+
love: number | null;
|
|
2052
|
+
insight: number | null;
|
|
2053
|
+
celebrate: number | null;
|
|
2054
|
+
funny: number | null;
|
|
2055
|
+
comments: number | null;
|
|
2056
|
+
reposts: number | null;
|
|
2057
|
+
totalReactions: number | null;
|
|
2058
|
+
} | null;
|
|
2059
2059
|
media: {
|
|
2060
2060
|
type: string | null;
|
|
2061
2061
|
url: string | null;
|
|
@@ -2080,6 +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
|
+
text: 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;
|
|
2083
2094
|
stats: {
|
|
2084
2095
|
like: number | null;
|
|
2085
2096
|
support: number | null;
|
|
@@ -2091,17 +2102,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2091
2102
|
reposts: number | null;
|
|
2092
2103
|
totalReactions: number | null;
|
|
2093
2104
|
} | null;
|
|
2094
|
-
text: string | null;
|
|
2095
|
-
url: string | 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,19 +2120,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2120
2120
|
postType: string | null;
|
|
2121
2121
|
} | null;
|
|
2122
2122
|
}, {
|
|
2123
|
-
stats: {
|
|
2124
|
-
like: number | null;
|
|
2125
|
-
support: number | null;
|
|
2126
|
-
love: number | null;
|
|
2127
|
-
insight: number | null;
|
|
2128
|
-
celebrate: number | null;
|
|
2129
|
-
funny: number | null;
|
|
2130
|
-
comments: number | null;
|
|
2131
|
-
reposts: number | null;
|
|
2132
|
-
totalReactions: number | null;
|
|
2133
|
-
} | null;
|
|
2134
|
-
text: string | null;
|
|
2135
2123
|
url: string | null;
|
|
2124
|
+
text: string | null;
|
|
2136
2125
|
document: {
|
|
2137
2126
|
title: string | null;
|
|
2138
2127
|
url: string | null;
|
|
@@ -2148,6 +2137,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2148
2137
|
firstName: string | null;
|
|
2149
2138
|
lastName: string | null;
|
|
2150
2139
|
} | null;
|
|
2140
|
+
stats: {
|
|
2141
|
+
like: number | null;
|
|
2142
|
+
support: number | null;
|
|
2143
|
+
love: number | null;
|
|
2144
|
+
insight: number | null;
|
|
2145
|
+
celebrate: number | null;
|
|
2146
|
+
funny: number | null;
|
|
2147
|
+
comments: number | null;
|
|
2148
|
+
reposts: number | null;
|
|
2149
|
+
totalReactions: number | null;
|
|
2150
|
+
} | null;
|
|
2151
2151
|
media: {
|
|
2152
2152
|
type: string | null;
|
|
2153
2153
|
url: string | null;
|
|
@@ -2172,6 +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
|
+
text: 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;
|
|
2175
2186
|
stats: {
|
|
2176
2187
|
like: number | null;
|
|
2177
2188
|
support: number | null;
|
|
@@ -2183,17 +2194,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2183
2194
|
reposts: number | null;
|
|
2184
2195
|
totalReactions: number | null;
|
|
2185
2196
|
} | null;
|
|
2186
|
-
text: string | null;
|
|
2187
|
-
url: string | 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;
|
|
@@ -2225,19 +2225,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2225
2225
|
success: boolean;
|
|
2226
2226
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2227
2227
|
posts: {
|
|
2228
|
-
stats: {
|
|
2229
|
-
like: number | null;
|
|
2230
|
-
support: number | null;
|
|
2231
|
-
love: number | null;
|
|
2232
|
-
insight: number | null;
|
|
2233
|
-
celebrate: number | null;
|
|
2234
|
-
funny: number | null;
|
|
2235
|
-
comments: number | null;
|
|
2236
|
-
reposts: number | null;
|
|
2237
|
-
totalReactions: number | null;
|
|
2238
|
-
} | null;
|
|
2239
|
-
text: string | null;
|
|
2240
2228
|
url: string | null;
|
|
2229
|
+
text: string | null;
|
|
2241
2230
|
document: {
|
|
2242
2231
|
title: string | null;
|
|
2243
2232
|
url: string | null;
|
|
@@ -2253,6 +2242,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2253
2242
|
firstName: string | null;
|
|
2254
2243
|
lastName: string | null;
|
|
2255
2244
|
} | null;
|
|
2245
|
+
stats: {
|
|
2246
|
+
like: number | null;
|
|
2247
|
+
support: number | null;
|
|
2248
|
+
love: number | null;
|
|
2249
|
+
insight: number | null;
|
|
2250
|
+
celebrate: number | null;
|
|
2251
|
+
funny: number | null;
|
|
2252
|
+
comments: number | null;
|
|
2253
|
+
reposts: number | null;
|
|
2254
|
+
totalReactions: number | null;
|
|
2255
|
+
} | null;
|
|
2256
2256
|
media: {
|
|
2257
2257
|
type: string | null;
|
|
2258
2258
|
url: string | null;
|
|
@@ -2277,6 +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
|
+
text: 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;
|
|
2280
2291
|
stats: {
|
|
2281
2292
|
like: number | null;
|
|
2282
2293
|
support: number | null;
|
|
@@ -2288,17 +2299,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2288
2299
|
reposts: number | null;
|
|
2289
2300
|
totalReactions: number | null;
|
|
2290
2301
|
} | null;
|
|
2291
|
-
text: string | null;
|
|
2292
|
-
url: string | 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;
|
|
@@ -2323,8 +2323,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2323
2323
|
jobs?: {
|
|
2324
2324
|
description: string | null;
|
|
2325
2325
|
title: string | null;
|
|
2326
|
-
id: string | null;
|
|
2327
2326
|
url: string | null;
|
|
2327
|
+
id: string | null;
|
|
2328
2328
|
location: string | null;
|
|
2329
2329
|
postedAt: string | null;
|
|
2330
2330
|
applyUrl: string | null;
|
|
@@ -2351,19 +2351,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2351
2351
|
success: boolean;
|
|
2352
2352
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2353
2353
|
posts: {
|
|
2354
|
-
stats: {
|
|
2355
|
-
like: number | null;
|
|
2356
|
-
support: number | null;
|
|
2357
|
-
love: number | null;
|
|
2358
|
-
insight: number | null;
|
|
2359
|
-
celebrate: number | null;
|
|
2360
|
-
funny: number | null;
|
|
2361
|
-
comments: number | null;
|
|
2362
|
-
reposts: number | null;
|
|
2363
|
-
totalReactions: number | null;
|
|
2364
|
-
} | null;
|
|
2365
|
-
text: string | null;
|
|
2366
2354
|
url: string | null;
|
|
2355
|
+
text: string | null;
|
|
2367
2356
|
document: {
|
|
2368
2357
|
title: string | null;
|
|
2369
2358
|
url: string | null;
|
|
@@ -2379,6 +2368,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2379
2368
|
firstName: string | null;
|
|
2380
2369
|
lastName: string | null;
|
|
2381
2370
|
} | null;
|
|
2371
|
+
stats: {
|
|
2372
|
+
like: number | null;
|
|
2373
|
+
support: number | null;
|
|
2374
|
+
love: number | null;
|
|
2375
|
+
insight: number | null;
|
|
2376
|
+
celebrate: number | null;
|
|
2377
|
+
funny: number | null;
|
|
2378
|
+
comments: number | null;
|
|
2379
|
+
reposts: number | null;
|
|
2380
|
+
totalReactions: number | null;
|
|
2381
|
+
} | null;
|
|
2382
2382
|
media: {
|
|
2383
2383
|
type: string | null;
|
|
2384
2384
|
url: string | null;
|
|
@@ -2403,6 +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
|
+
text: 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;
|
|
2406
2417
|
stats: {
|
|
2407
2418
|
like: number | null;
|
|
2408
2419
|
support: number | null;
|
|
@@ -2414,17 +2425,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2414
2425
|
reposts: number | null;
|
|
2415
2426
|
totalReactions: number | null;
|
|
2416
2427
|
} | null;
|
|
2417
|
-
text: string | null;
|
|
2418
|
-
url: string | 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;
|
|
@@ -2449,8 +2449,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2449
2449
|
jobs?: {
|
|
2450
2450
|
description: string | null;
|
|
2451
2451
|
title: string | null;
|
|
2452
|
-
id: string | null;
|
|
2453
2452
|
url: string | null;
|
|
2453
|
+
id: string | null;
|
|
2454
2454
|
location: string | null;
|
|
2455
2455
|
postedAt: string | null;
|
|
2456
2456
|
applyUrl: string | null;
|