@bubblelab/bubble-core 0.1.69 → 0.1.71
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 +78 -78
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
- package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +78 -78
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +92 -92
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +42 -42
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +346 -346
- package/dist/bubbles/service-bubble/followupboss.d.ts +320 -320
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +76 -76
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +58 -58
- package/dist/bubbles/service-bubble/github.d.ts +36 -36
- package/dist/bubbles/service-bubble/gmail.d.ts +88 -88
- package/dist/bubbles/service-bubble/google-drive.d.ts +63 -2
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +74 -4
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +74 -74
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +9 -9
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +62 -62
- package/dist/bubbles/service-bubble/notion/notion.d.ts +20 -20
- 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/slack/slack.d.ts +114 -114
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +11 -11
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +78 -78
- package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +305 -305
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +108 -108
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +32 -32
- package/dist/bubbles.json +69 -4
- package/package.json +2 -2
|
@@ -10,15 +10,15 @@ declare const LinkedInAuthorSchema: z.ZodObject<{
|
|
|
10
10
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
11
11
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
12
12
|
}, "strip", z.ZodTypeAny, {
|
|
13
|
-
headline: string | null;
|
|
14
13
|
username: string | null;
|
|
14
|
+
headline: string | null;
|
|
15
15
|
profileUrl: string | null;
|
|
16
16
|
profilePicture: string | null;
|
|
17
17
|
firstName: string | null;
|
|
18
18
|
lastName: string | null;
|
|
19
19
|
}, {
|
|
20
|
-
headline: string | null;
|
|
21
20
|
username: string | null;
|
|
21
|
+
headline: string | null;
|
|
22
22
|
profileUrl: string | null;
|
|
23
23
|
profilePicture: string | null;
|
|
24
24
|
firstName: string | null;
|
|
@@ -82,15 +82,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
82
82
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
83
83
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
84
84
|
}, "strip", z.ZodTypeAny, {
|
|
85
|
-
headline: string | null;
|
|
86
85
|
username: string | null;
|
|
86
|
+
headline: string | null;
|
|
87
87
|
profileUrl: string | null;
|
|
88
88
|
profilePicture: string | null;
|
|
89
89
|
firstName: string | null;
|
|
90
90
|
lastName: string | null;
|
|
91
91
|
}, {
|
|
92
|
-
headline: string | null;
|
|
93
92
|
username: string | null;
|
|
93
|
+
headline: string | null;
|
|
94
94
|
profileUrl: string | null;
|
|
95
95
|
profilePicture: string | null;
|
|
96
96
|
firstName: string | null;
|
|
@@ -221,15 +221,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
221
221
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
222
222
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
223
223
|
}, "strip", z.ZodTypeAny, {
|
|
224
|
-
headline: string | null;
|
|
225
224
|
username: string | null;
|
|
225
|
+
headline: string | null;
|
|
226
226
|
profileUrl: string | null;
|
|
227
227
|
profilePicture: string | null;
|
|
228
228
|
firstName: string | null;
|
|
229
229
|
lastName: string | null;
|
|
230
230
|
}, {
|
|
231
|
-
headline: string | null;
|
|
232
231
|
username: string | null;
|
|
232
|
+
headline: string | null;
|
|
233
233
|
profileUrl: string | null;
|
|
234
234
|
profilePicture: string | null;
|
|
235
235
|
firstName: string | null;
|
|
@@ -305,15 +305,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
306
|
url: string | null;
|
|
307
307
|
text: string | null;
|
|
308
|
-
urn: string | null;
|
|
309
|
-
author: {
|
|
310
|
-
headline: string | null;
|
|
311
|
-
username: string | null;
|
|
312
|
-
profileUrl: string | null;
|
|
313
|
-
profilePicture: string | null;
|
|
314
|
-
firstName: string | null;
|
|
315
|
-
lastName: string | null;
|
|
316
|
-
} | null;
|
|
317
308
|
stats: {
|
|
318
309
|
like: number | null;
|
|
319
310
|
support: number | null;
|
|
@@ -325,6 +316,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
325
316
|
reposts: number | null;
|
|
326
317
|
totalReactions: number | null;
|
|
327
318
|
} | 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;
|
|
@@ -344,15 +344,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
344
344
|
}, {
|
|
345
345
|
url: string | null;
|
|
346
346
|
text: string | null;
|
|
347
|
-
urn: string | null;
|
|
348
|
-
author: {
|
|
349
|
-
headline: string | null;
|
|
350
|
-
username: string | null;
|
|
351
|
-
profileUrl: string | null;
|
|
352
|
-
profilePicture: string | null;
|
|
353
|
-
firstName: string | null;
|
|
354
|
-
lastName: string | null;
|
|
355
|
-
} | null;
|
|
356
347
|
stats: {
|
|
357
348
|
like: number | null;
|
|
358
349
|
support: number | null;
|
|
@@ -364,6 +355,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
364
355
|
reposts: number | null;
|
|
365
356
|
totalReactions: number | null;
|
|
366
357
|
} | 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;
|
|
@@ -390,15 +390,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
390
390
|
pageCount: number | null;
|
|
391
391
|
} | null;
|
|
392
392
|
text: string | null;
|
|
393
|
-
urn: string | null;
|
|
394
|
-
author: {
|
|
395
|
-
headline: string | null;
|
|
396
|
-
username: string | null;
|
|
397
|
-
profileUrl: string | null;
|
|
398
|
-
profilePicture: string | null;
|
|
399
|
-
firstName: string | null;
|
|
400
|
-
lastName: string | null;
|
|
401
|
-
} | null;
|
|
402
393
|
stats: {
|
|
403
394
|
like: number | null;
|
|
404
395
|
support: number | null;
|
|
@@ -410,6 +401,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
410
401
|
reposts: number | null;
|
|
411
402
|
totalReactions: number | null;
|
|
412
403
|
} | 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;
|
|
@@ -436,15 +436,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
436
436
|
resharedPost: {
|
|
437
437
|
url: string | null;
|
|
438
438
|
text: string | null;
|
|
439
|
-
urn: string | null;
|
|
440
|
-
author: {
|
|
441
|
-
headline: string | null;
|
|
442
|
-
username: string | null;
|
|
443
|
-
profileUrl: string | null;
|
|
444
|
-
profilePicture: string | null;
|
|
445
|
-
firstName: string | null;
|
|
446
|
-
lastName: string | null;
|
|
447
|
-
} | null;
|
|
448
439
|
stats: {
|
|
449
440
|
like: number | null;
|
|
450
441
|
support: number | null;
|
|
@@ -456,6 +447,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
456
447
|
reposts: number | null;
|
|
457
448
|
totalReactions: number | null;
|
|
458
449
|
} | 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;
|
|
@@ -482,15 +482,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
482
482
|
pageCount: number | null;
|
|
483
483
|
} | null;
|
|
484
484
|
text: string | null;
|
|
485
|
-
urn: string | null;
|
|
486
|
-
author: {
|
|
487
|
-
headline: string | null;
|
|
488
|
-
username: string | null;
|
|
489
|
-
profileUrl: string | null;
|
|
490
|
-
profilePicture: string | null;
|
|
491
|
-
firstName: string | null;
|
|
492
|
-
lastName: string | null;
|
|
493
|
-
} | null;
|
|
494
485
|
stats: {
|
|
495
486
|
like: number | null;
|
|
496
487
|
support: number | null;
|
|
@@ -502,6 +493,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
502
493
|
reposts: number | null;
|
|
503
494
|
totalReactions: number | null;
|
|
504
495
|
} | 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;
|
|
@@ -528,15 +528,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
528
528
|
resharedPost: {
|
|
529
529
|
url: string | null;
|
|
530
530
|
text: string | null;
|
|
531
|
-
urn: string | null;
|
|
532
|
-
author: {
|
|
533
|
-
headline: string | null;
|
|
534
|
-
username: string | null;
|
|
535
|
-
profileUrl: string | null;
|
|
536
|
-
profilePicture: string | null;
|
|
537
|
-
firstName: string | null;
|
|
538
|
-
lastName: string | null;
|
|
539
|
-
} | null;
|
|
540
531
|
stats: {
|
|
541
532
|
like: number | null;
|
|
542
533
|
support: number | null;
|
|
@@ -548,6 +539,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
548
539
|
reposts: number | null;
|
|
549
540
|
totalReactions: number | null;
|
|
550
541
|
} | 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;
|
|
@@ -612,11 +612,6 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
612
612
|
url: string | null;
|
|
613
613
|
id: string | null;
|
|
614
614
|
location: string | null;
|
|
615
|
-
company: {
|
|
616
|
-
name: string | null;
|
|
617
|
-
url: string | null;
|
|
618
|
-
logo: string | null;
|
|
619
|
-
} | null;
|
|
620
615
|
postedAt: string | null;
|
|
621
616
|
applyUrl: string | null;
|
|
622
617
|
salary: {
|
|
@@ -627,6 +622,11 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
627
622
|
} | null;
|
|
628
623
|
seniorityLevel: string | null;
|
|
629
624
|
employmentType: string | null;
|
|
625
|
+
company: {
|
|
626
|
+
name: string | null;
|
|
627
|
+
url: string | null;
|
|
628
|
+
logo: string | null;
|
|
629
|
+
} | null;
|
|
630
630
|
skills: string[] | null;
|
|
631
631
|
}, {
|
|
632
632
|
description: string | null;
|
|
@@ -634,11 +634,6 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
634
634
|
url: string | null;
|
|
635
635
|
id: string | null;
|
|
636
636
|
location: string | null;
|
|
637
|
-
company: {
|
|
638
|
-
name: string | null;
|
|
639
|
-
url: string | null;
|
|
640
|
-
logo: string | null;
|
|
641
|
-
} | null;
|
|
642
637
|
postedAt: string | null;
|
|
643
638
|
applyUrl: string | null;
|
|
644
639
|
salary: {
|
|
@@ -649,6 +644,11 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
649
644
|
} | null;
|
|
650
645
|
seniorityLevel: string | null;
|
|
651
646
|
employmentType: string | null;
|
|
647
|
+
company: {
|
|
648
|
+
name: string | null;
|
|
649
|
+
url: string | null;
|
|
650
|
+
logo: string | null;
|
|
651
|
+
} | null;
|
|
652
652
|
skills: string[] | null;
|
|
653
653
|
}>;
|
|
654
654
|
declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
@@ -668,8 +668,8 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
668
668
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
669
669
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
670
670
|
location?: string | undefined;
|
|
671
|
-
limit?: number | undefined;
|
|
672
671
|
username?: string | undefined;
|
|
672
|
+
limit?: number | undefined;
|
|
673
673
|
pageNumber?: number | undefined;
|
|
674
674
|
keyword?: string | undefined;
|
|
675
675
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
@@ -681,8 +681,8 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
681
681
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
682
682
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
683
683
|
location?: string | undefined;
|
|
684
|
-
limit?: number | undefined;
|
|
685
684
|
username?: string | undefined;
|
|
685
|
+
limit?: number | undefined;
|
|
686
686
|
pageNumber?: number | undefined;
|
|
687
687
|
keyword?: string | undefined;
|
|
688
688
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
@@ -739,11 +739,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
739
739
|
url: string | null;
|
|
740
740
|
id: string | null;
|
|
741
741
|
location: string | null;
|
|
742
|
-
company: {
|
|
743
|
-
name: string | null;
|
|
744
|
-
url: string | null;
|
|
745
|
-
logo: string | null;
|
|
746
|
-
} | null;
|
|
747
742
|
postedAt: string | null;
|
|
748
743
|
applyUrl: string | null;
|
|
749
744
|
salary: {
|
|
@@ -754,6 +749,11 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
754
749
|
} | null;
|
|
755
750
|
seniorityLevel: string | null;
|
|
756
751
|
employmentType: string | null;
|
|
752
|
+
company: {
|
|
753
|
+
name: string | null;
|
|
754
|
+
url: string | null;
|
|
755
|
+
logo: string | null;
|
|
756
|
+
} | null;
|
|
757
757
|
skills: string[] | null;
|
|
758
758
|
}, {
|
|
759
759
|
description: string | null;
|
|
@@ -761,11 +761,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
761
761
|
url: string | null;
|
|
762
762
|
id: string | null;
|
|
763
763
|
location: string | null;
|
|
764
|
-
company: {
|
|
765
|
-
name: string | null;
|
|
766
|
-
url: string | null;
|
|
767
|
-
logo: string | null;
|
|
768
|
-
} | null;
|
|
769
764
|
postedAt: string | null;
|
|
770
765
|
applyUrl: string | null;
|
|
771
766
|
salary: {
|
|
@@ -776,6 +771,11 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
776
771
|
} | null;
|
|
777
772
|
seniorityLevel: string | null;
|
|
778
773
|
employmentType: string | null;
|
|
774
|
+
company: {
|
|
775
|
+
name: string | null;
|
|
776
|
+
url: string | null;
|
|
777
|
+
logo: string | null;
|
|
778
|
+
} | null;
|
|
779
779
|
skills: string[] | null;
|
|
780
780
|
}>, "many">>;
|
|
781
781
|
posts: z.ZodArray<z.ZodObject<{
|
|
@@ -805,15 +805,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
805
805
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
806
806
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
807
807
|
}, "strip", z.ZodTypeAny, {
|
|
808
|
-
headline: string | null;
|
|
809
808
|
username: string | null;
|
|
809
|
+
headline: string | null;
|
|
810
810
|
profileUrl: string | null;
|
|
811
811
|
profilePicture: string | null;
|
|
812
812
|
firstName: string | null;
|
|
813
813
|
lastName: string | null;
|
|
814
814
|
}, {
|
|
815
|
-
headline: string | null;
|
|
816
815
|
username: string | null;
|
|
816
|
+
headline: string | null;
|
|
817
817
|
profileUrl: string | null;
|
|
818
818
|
profilePicture: string | null;
|
|
819
819
|
firstName: string | null;
|
|
@@ -944,15 +944,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
944
944
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
945
945
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
946
946
|
}, "strip", z.ZodTypeAny, {
|
|
947
|
-
headline: string | null;
|
|
948
947
|
username: string | null;
|
|
948
|
+
headline: string | null;
|
|
949
949
|
profileUrl: string | null;
|
|
950
950
|
profilePicture: string | null;
|
|
951
951
|
firstName: string | null;
|
|
952
952
|
lastName: string | null;
|
|
953
953
|
}, {
|
|
954
|
-
headline: string | null;
|
|
955
954
|
username: string | null;
|
|
955
|
+
headline: string | null;
|
|
956
956
|
profileUrl: string | null;
|
|
957
957
|
profilePicture: string | null;
|
|
958
958
|
firstName: string | null;
|
|
@@ -1028,15 +1028,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1028
1028
|
}, "strip", z.ZodTypeAny, {
|
|
1029
1029
|
url: string | null;
|
|
1030
1030
|
text: string | null;
|
|
1031
|
-
urn: string | null;
|
|
1032
|
-
author: {
|
|
1033
|
-
headline: string | null;
|
|
1034
|
-
username: string | null;
|
|
1035
|
-
profileUrl: string | null;
|
|
1036
|
-
profilePicture: string | null;
|
|
1037
|
-
firstName: string | null;
|
|
1038
|
-
lastName: string | null;
|
|
1039
|
-
} | null;
|
|
1040
1031
|
stats: {
|
|
1041
1032
|
like: number | null;
|
|
1042
1033
|
support: number | null;
|
|
@@ -1048,6 +1039,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1048
1039
|
reposts: number | null;
|
|
1049
1040
|
totalReactions: number | null;
|
|
1050
1041
|
} | 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;
|
|
@@ -1067,15 +1067,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1067
1067
|
}, {
|
|
1068
1068
|
url: string | null;
|
|
1069
1069
|
text: string | null;
|
|
1070
|
-
urn: string | null;
|
|
1071
|
-
author: {
|
|
1072
|
-
headline: string | null;
|
|
1073
|
-
username: string | null;
|
|
1074
|
-
profileUrl: string | null;
|
|
1075
|
-
profilePicture: string | null;
|
|
1076
|
-
firstName: string | null;
|
|
1077
|
-
lastName: string | null;
|
|
1078
|
-
} | null;
|
|
1079
1070
|
stats: {
|
|
1080
1071
|
like: number | null;
|
|
1081
1072
|
support: number | null;
|
|
@@ -1087,6 +1078,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1087
1078
|
reposts: number | null;
|
|
1088
1079
|
totalReactions: number | null;
|
|
1089
1080
|
} | 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;
|
|
@@ -1113,15 +1113,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1113
1113
|
pageCount: number | null;
|
|
1114
1114
|
} | null;
|
|
1115
1115
|
text: string | null;
|
|
1116
|
-
urn: string | null;
|
|
1117
|
-
author: {
|
|
1118
|
-
headline: string | null;
|
|
1119
|
-
username: string | null;
|
|
1120
|
-
profileUrl: string | null;
|
|
1121
|
-
profilePicture: string | null;
|
|
1122
|
-
firstName: string | null;
|
|
1123
|
-
lastName: string | null;
|
|
1124
|
-
} | null;
|
|
1125
1116
|
stats: {
|
|
1126
1117
|
like: number | null;
|
|
1127
1118
|
support: number | null;
|
|
@@ -1133,6 +1124,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1133
1124
|
reposts: number | null;
|
|
1134
1125
|
totalReactions: number | null;
|
|
1135
1126
|
} | 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;
|
|
@@ -1159,15 +1159,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1159
1159
|
resharedPost: {
|
|
1160
1160
|
url: string | null;
|
|
1161
1161
|
text: string | null;
|
|
1162
|
-
urn: string | null;
|
|
1163
|
-
author: {
|
|
1164
|
-
headline: string | null;
|
|
1165
|
-
username: string | null;
|
|
1166
|
-
profileUrl: string | null;
|
|
1167
|
-
profilePicture: string | null;
|
|
1168
|
-
firstName: string | null;
|
|
1169
|
-
lastName: string | null;
|
|
1170
|
-
} | null;
|
|
1171
1162
|
stats: {
|
|
1172
1163
|
like: number | null;
|
|
1173
1164
|
support: number | null;
|
|
@@ -1179,6 +1170,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1179
1170
|
reposts: number | null;
|
|
1180
1171
|
totalReactions: number | null;
|
|
1181
1172
|
} | 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;
|
|
@@ -1205,15 +1205,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1205
1205
|
pageCount: number | null;
|
|
1206
1206
|
} | null;
|
|
1207
1207
|
text: string | null;
|
|
1208
|
-
urn: string | null;
|
|
1209
|
-
author: {
|
|
1210
|
-
headline: string | null;
|
|
1211
|
-
username: string | null;
|
|
1212
|
-
profileUrl: string | null;
|
|
1213
|
-
profilePicture: string | null;
|
|
1214
|
-
firstName: string | null;
|
|
1215
|
-
lastName: string | null;
|
|
1216
|
-
} | null;
|
|
1217
1208
|
stats: {
|
|
1218
1209
|
like: number | null;
|
|
1219
1210
|
support: number | null;
|
|
@@ -1225,9 +1216,18 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1225
1216
|
reposts: number | null;
|
|
1226
1217
|
totalReactions: number | null;
|
|
1227
1218
|
} | null;
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
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
|
+
media: {
|
|
1229
|
+
type: string | null;
|
|
1230
|
+
url: string | null;
|
|
1231
1231
|
images: {
|
|
1232
1232
|
url: string | null;
|
|
1233
1233
|
width: number | null;
|
|
@@ -1251,15 +1251,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1251
1251
|
resharedPost: {
|
|
1252
1252
|
url: string | null;
|
|
1253
1253
|
text: string | null;
|
|
1254
|
-
urn: string | null;
|
|
1255
|
-
author: {
|
|
1256
|
-
headline: string | null;
|
|
1257
|
-
username: string | null;
|
|
1258
|
-
profileUrl: string | null;
|
|
1259
|
-
profilePicture: string | null;
|
|
1260
|
-
firstName: string | null;
|
|
1261
|
-
lastName: string | null;
|
|
1262
|
-
} | null;
|
|
1263
1254
|
stats: {
|
|
1264
1255
|
like: number | null;
|
|
1265
1256
|
support: number | null;
|
|
@@ -1271,6 +1262,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1271
1262
|
reposts: number | null;
|
|
1272
1263
|
totalReactions: number | null;
|
|
1273
1264
|
} | 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;
|
|
@@ -1310,15 +1310,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1310
1310
|
pageCount: number | null;
|
|
1311
1311
|
} | null;
|
|
1312
1312
|
text: string | null;
|
|
1313
|
-
urn: string | null;
|
|
1314
|
-
author: {
|
|
1315
|
-
headline: string | null;
|
|
1316
|
-
username: string | null;
|
|
1317
|
-
profileUrl: string | null;
|
|
1318
|
-
profilePicture: string | null;
|
|
1319
|
-
firstName: string | null;
|
|
1320
|
-
lastName: string | null;
|
|
1321
|
-
} | null;
|
|
1322
1313
|
stats: {
|
|
1323
1314
|
like: number | null;
|
|
1324
1315
|
support: number | null;
|
|
@@ -1330,6 +1321,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1330
1321
|
reposts: number | null;
|
|
1331
1322
|
totalReactions: number | null;
|
|
1332
1323
|
} | 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;
|
|
@@ -1356,15 +1356,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1356
1356
|
resharedPost: {
|
|
1357
1357
|
url: string | null;
|
|
1358
1358
|
text: string | null;
|
|
1359
|
-
urn: string | null;
|
|
1360
|
-
author: {
|
|
1361
|
-
headline: string | null;
|
|
1362
|
-
username: string | null;
|
|
1363
|
-
profileUrl: string | null;
|
|
1364
|
-
profilePicture: string | null;
|
|
1365
|
-
firstName: string | null;
|
|
1366
|
-
lastName: string | null;
|
|
1367
|
-
} | null;
|
|
1368
1359
|
stats: {
|
|
1369
1360
|
like: number | null;
|
|
1370
1361
|
support: number | null;
|
|
@@ -1376,6 +1367,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1376
1367
|
reposts: number | null;
|
|
1377
1368
|
totalReactions: number | null;
|
|
1378
1369
|
} | 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;
|
|
@@ -1403,11 +1403,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1403
1403
|
url: string | null;
|
|
1404
1404
|
id: string | null;
|
|
1405
1405
|
location: string | null;
|
|
1406
|
-
company: {
|
|
1407
|
-
name: string | null;
|
|
1408
|
-
url: string | null;
|
|
1409
|
-
logo: string | null;
|
|
1410
|
-
} | null;
|
|
1411
1406
|
postedAt: string | null;
|
|
1412
1407
|
applyUrl: string | null;
|
|
1413
1408
|
salary: {
|
|
@@ -1418,6 +1413,11 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1418
1413
|
} | null;
|
|
1419
1414
|
seniorityLevel: string | null;
|
|
1420
1415
|
employmentType: string | null;
|
|
1416
|
+
company: {
|
|
1417
|
+
name: string | null;
|
|
1418
|
+
url: string | null;
|
|
1419
|
+
logo: string | null;
|
|
1420
|
+
} | null;
|
|
1421
1421
|
skills: string[] | null;
|
|
1422
1422
|
}[] | undefined;
|
|
1423
1423
|
totalResults?: number | null | undefined;
|
|
@@ -1436,15 +1436,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1436
1436
|
pageCount: number | null;
|
|
1437
1437
|
} | null;
|
|
1438
1438
|
text: string | null;
|
|
1439
|
-
urn: string | null;
|
|
1440
|
-
author: {
|
|
1441
|
-
headline: string | null;
|
|
1442
|
-
username: string | null;
|
|
1443
|
-
profileUrl: string | null;
|
|
1444
|
-
profilePicture: string | null;
|
|
1445
|
-
firstName: string | null;
|
|
1446
|
-
lastName: string | null;
|
|
1447
|
-
} | null;
|
|
1448
1439
|
stats: {
|
|
1449
1440
|
like: number | null;
|
|
1450
1441
|
support: number | null;
|
|
@@ -1456,6 +1447,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1456
1447
|
reposts: number | null;
|
|
1457
1448
|
totalReactions: number | null;
|
|
1458
1449
|
} | 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;
|
|
@@ -1482,15 +1482,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1482
1482
|
resharedPost: {
|
|
1483
1483
|
url: string | null;
|
|
1484
1484
|
text: string | null;
|
|
1485
|
-
urn: string | null;
|
|
1486
|
-
author: {
|
|
1487
|
-
headline: string | null;
|
|
1488
|
-
username: string | null;
|
|
1489
|
-
profileUrl: string | null;
|
|
1490
|
-
profilePicture: string | null;
|
|
1491
|
-
firstName: string | null;
|
|
1492
|
-
lastName: string | null;
|
|
1493
|
-
} | null;
|
|
1494
1485
|
stats: {
|
|
1495
1486
|
like: number | null;
|
|
1496
1487
|
support: number | null;
|
|
@@ -1502,6 +1493,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1502
1493
|
reposts: number | null;
|
|
1503
1494
|
totalReactions: number | null;
|
|
1504
1495
|
} | 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;
|
|
@@ -1529,11 +1529,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1529
1529
|
url: string | null;
|
|
1530
1530
|
id: string | null;
|
|
1531
1531
|
location: string | null;
|
|
1532
|
-
company: {
|
|
1533
|
-
name: string | null;
|
|
1534
|
-
url: string | null;
|
|
1535
|
-
logo: string | null;
|
|
1536
|
-
} | null;
|
|
1537
1532
|
postedAt: string | null;
|
|
1538
1533
|
applyUrl: string | null;
|
|
1539
1534
|
salary: {
|
|
@@ -1544,6 +1539,11 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1544
1539
|
} | null;
|
|
1545
1540
|
seniorityLevel: string | null;
|
|
1546
1541
|
employmentType: string | null;
|
|
1542
|
+
company: {
|
|
1543
|
+
name: string | null;
|
|
1544
|
+
url: string | null;
|
|
1545
|
+
logo: string | null;
|
|
1546
|
+
} | null;
|
|
1547
1547
|
skills: string[] | null;
|
|
1548
1548
|
}[] | undefined;
|
|
1549
1549
|
totalResults?: number | null | undefined;
|
|
@@ -1591,8 +1591,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1591
1591
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1592
1592
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1593
1593
|
location?: string | undefined;
|
|
1594
|
-
limit?: number | undefined;
|
|
1595
1594
|
username?: string | undefined;
|
|
1595
|
+
limit?: number | undefined;
|
|
1596
1596
|
pageNumber?: number | undefined;
|
|
1597
1597
|
keyword?: string | undefined;
|
|
1598
1598
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
@@ -1604,8 +1604,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1604
1604
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1605
1605
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1606
1606
|
location?: string | undefined;
|
|
1607
|
-
limit?: number | undefined;
|
|
1608
1607
|
username?: string | undefined;
|
|
1608
|
+
limit?: number | undefined;
|
|
1609
1609
|
pageNumber?: number | undefined;
|
|
1610
1610
|
keyword?: string | undefined;
|
|
1611
1611
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
@@ -1662,11 +1662,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1662
1662
|
url: string | null;
|
|
1663
1663
|
id: string | null;
|
|
1664
1664
|
location: string | null;
|
|
1665
|
-
company: {
|
|
1666
|
-
name: string | null;
|
|
1667
|
-
url: string | null;
|
|
1668
|
-
logo: string | null;
|
|
1669
|
-
} | null;
|
|
1670
1665
|
postedAt: string | null;
|
|
1671
1666
|
applyUrl: string | null;
|
|
1672
1667
|
salary: {
|
|
@@ -1677,6 +1672,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1677
1672
|
} | null;
|
|
1678
1673
|
seniorityLevel: string | null;
|
|
1679
1674
|
employmentType: string | null;
|
|
1675
|
+
company: {
|
|
1676
|
+
name: string | null;
|
|
1677
|
+
url: string | null;
|
|
1678
|
+
logo: string | null;
|
|
1679
|
+
} | null;
|
|
1680
1680
|
skills: string[] | null;
|
|
1681
1681
|
}, {
|
|
1682
1682
|
description: string | null;
|
|
@@ -1684,11 +1684,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1684
1684
|
url: string | null;
|
|
1685
1685
|
id: string | null;
|
|
1686
1686
|
location: string | null;
|
|
1687
|
-
company: {
|
|
1688
|
-
name: string | null;
|
|
1689
|
-
url: string | null;
|
|
1690
|
-
logo: string | null;
|
|
1691
|
-
} | null;
|
|
1692
1687
|
postedAt: string | null;
|
|
1693
1688
|
applyUrl: string | null;
|
|
1694
1689
|
salary: {
|
|
@@ -1699,6 +1694,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1699
1694
|
} | null;
|
|
1700
1695
|
seniorityLevel: string | null;
|
|
1701
1696
|
employmentType: string | null;
|
|
1697
|
+
company: {
|
|
1698
|
+
name: string | null;
|
|
1699
|
+
url: string | null;
|
|
1700
|
+
logo: string | null;
|
|
1701
|
+
} | null;
|
|
1702
1702
|
skills: string[] | null;
|
|
1703
1703
|
}>, "many">>;
|
|
1704
1704
|
posts: z.ZodArray<z.ZodObject<{
|
|
@@ -1728,15 +1728,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1728
1728
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
1729
1729
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
1730
1730
|
}, "strip", z.ZodTypeAny, {
|
|
1731
|
-
headline: string | null;
|
|
1732
1731
|
username: string | null;
|
|
1732
|
+
headline: string | null;
|
|
1733
1733
|
profileUrl: string | null;
|
|
1734
1734
|
profilePicture: string | null;
|
|
1735
1735
|
firstName: string | null;
|
|
1736
1736
|
lastName: string | null;
|
|
1737
1737
|
}, {
|
|
1738
|
-
headline: string | null;
|
|
1739
1738
|
username: string | null;
|
|
1739
|
+
headline: string | null;
|
|
1740
1740
|
profileUrl: string | null;
|
|
1741
1741
|
profilePicture: string | null;
|
|
1742
1742
|
firstName: string | null;
|
|
@@ -1867,15 +1867,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1867
1867
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
1868
1868
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
1869
1869
|
}, "strip", z.ZodTypeAny, {
|
|
1870
|
-
headline: string | null;
|
|
1871
1870
|
username: string | null;
|
|
1871
|
+
headline: string | null;
|
|
1872
1872
|
profileUrl: string | null;
|
|
1873
1873
|
profilePicture: string | null;
|
|
1874
1874
|
firstName: string | null;
|
|
1875
1875
|
lastName: string | null;
|
|
1876
1876
|
}, {
|
|
1877
|
-
headline: string | null;
|
|
1878
1877
|
username: string | null;
|
|
1878
|
+
headline: string | null;
|
|
1879
1879
|
profileUrl: string | null;
|
|
1880
1880
|
profilePicture: string | null;
|
|
1881
1881
|
firstName: string | null;
|
|
@@ -1951,15 +1951,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1951
1951
|
}, "strip", z.ZodTypeAny, {
|
|
1952
1952
|
url: string | null;
|
|
1953
1953
|
text: string | null;
|
|
1954
|
-
urn: string | null;
|
|
1955
|
-
author: {
|
|
1956
|
-
headline: string | null;
|
|
1957
|
-
username: string | null;
|
|
1958
|
-
profileUrl: string | null;
|
|
1959
|
-
profilePicture: string | null;
|
|
1960
|
-
firstName: string | null;
|
|
1961
|
-
lastName: string | null;
|
|
1962
|
-
} | null;
|
|
1963
1954
|
stats: {
|
|
1964
1955
|
like: number | null;
|
|
1965
1956
|
support: number | null;
|
|
@@ -1971,6 +1962,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1971
1962
|
reposts: number | null;
|
|
1972
1963
|
totalReactions: number | null;
|
|
1973
1964
|
} | 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;
|
|
@@ -1990,15 +1990,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1990
1990
|
}, {
|
|
1991
1991
|
url: string | null;
|
|
1992
1992
|
text: string | null;
|
|
1993
|
-
urn: string | null;
|
|
1994
|
-
author: {
|
|
1995
|
-
headline: string | null;
|
|
1996
|
-
username: string | null;
|
|
1997
|
-
profileUrl: string | null;
|
|
1998
|
-
profilePicture: string | null;
|
|
1999
|
-
firstName: string | null;
|
|
2000
|
-
lastName: string | null;
|
|
2001
|
-
} | null;
|
|
2002
1993
|
stats: {
|
|
2003
1994
|
like: number | null;
|
|
2004
1995
|
support: number | null;
|
|
@@ -2010,6 +2001,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2010
2001
|
reposts: number | null;
|
|
2011
2002
|
totalReactions: number | null;
|
|
2012
2003
|
} | 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;
|
|
@@ -2036,15 +2036,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2036
2036
|
pageCount: number | null;
|
|
2037
2037
|
} | null;
|
|
2038
2038
|
text: string | null;
|
|
2039
|
-
urn: string | null;
|
|
2040
|
-
author: {
|
|
2041
|
-
headline: string | null;
|
|
2042
|
-
username: string | null;
|
|
2043
|
-
profileUrl: string | null;
|
|
2044
|
-
profilePicture: string | null;
|
|
2045
|
-
firstName: string | null;
|
|
2046
|
-
lastName: string | null;
|
|
2047
|
-
} | null;
|
|
2048
2039
|
stats: {
|
|
2049
2040
|
like: number | null;
|
|
2050
2041
|
support: number | null;
|
|
@@ -2056,6 +2047,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2056
2047
|
reposts: number | null;
|
|
2057
2048
|
totalReactions: number | null;
|
|
2058
2049
|
} | 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;
|
|
@@ -2082,15 +2082,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2082
2082
|
resharedPost: {
|
|
2083
2083
|
url: string | null;
|
|
2084
2084
|
text: string | null;
|
|
2085
|
-
urn: string | null;
|
|
2086
|
-
author: {
|
|
2087
|
-
headline: string | null;
|
|
2088
|
-
username: string | null;
|
|
2089
|
-
profileUrl: string | null;
|
|
2090
|
-
profilePicture: string | null;
|
|
2091
|
-
firstName: string | null;
|
|
2092
|
-
lastName: string | null;
|
|
2093
|
-
} | null;
|
|
2094
2085
|
stats: {
|
|
2095
2086
|
like: number | null;
|
|
2096
2087
|
support: number | null;
|
|
@@ -2102,6 +2093,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2102
2093
|
reposts: number | null;
|
|
2103
2094
|
totalReactions: number | null;
|
|
2104
2095
|
} | 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;
|
|
@@ -2128,15 +2128,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2128
2128
|
pageCount: number | null;
|
|
2129
2129
|
} | null;
|
|
2130
2130
|
text: string | null;
|
|
2131
|
-
urn: string | null;
|
|
2132
|
-
author: {
|
|
2133
|
-
headline: string | null;
|
|
2134
|
-
username: string | null;
|
|
2135
|
-
profileUrl: string | null;
|
|
2136
|
-
profilePicture: string | null;
|
|
2137
|
-
firstName: string | null;
|
|
2138
|
-
lastName: string | null;
|
|
2139
|
-
} | null;
|
|
2140
2131
|
stats: {
|
|
2141
2132
|
like: number | null;
|
|
2142
2133
|
support: number | null;
|
|
@@ -2148,6 +2139,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2148
2139
|
reposts: number | null;
|
|
2149
2140
|
totalReactions: number | null;
|
|
2150
2141
|
} | 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;
|
|
@@ -2174,15 +2174,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2174
2174
|
resharedPost: {
|
|
2175
2175
|
url: string | null;
|
|
2176
2176
|
text: string | null;
|
|
2177
|
-
urn: string | null;
|
|
2178
|
-
author: {
|
|
2179
|
-
headline: string | null;
|
|
2180
|
-
username: string | null;
|
|
2181
|
-
profileUrl: string | null;
|
|
2182
|
-
profilePicture: string | null;
|
|
2183
|
-
firstName: string | null;
|
|
2184
|
-
lastName: string | null;
|
|
2185
|
-
} | null;
|
|
2186
2177
|
stats: {
|
|
2187
2178
|
like: number | null;
|
|
2188
2179
|
support: number | null;
|
|
@@ -2194,6 +2185,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2194
2185
|
reposts: number | null;
|
|
2195
2186
|
totalReactions: number | null;
|
|
2196
2187
|
} | 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;
|
|
@@ -2233,15 +2233,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2233
2233
|
pageCount: number | null;
|
|
2234
2234
|
} | null;
|
|
2235
2235
|
text: string | null;
|
|
2236
|
-
urn: string | null;
|
|
2237
|
-
author: {
|
|
2238
|
-
headline: string | null;
|
|
2239
|
-
username: string | null;
|
|
2240
|
-
profileUrl: string | null;
|
|
2241
|
-
profilePicture: string | null;
|
|
2242
|
-
firstName: string | null;
|
|
2243
|
-
lastName: string | null;
|
|
2244
|
-
} | null;
|
|
2245
2236
|
stats: {
|
|
2246
2237
|
like: number | null;
|
|
2247
2238
|
support: number | null;
|
|
@@ -2253,6 +2244,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2253
2244
|
reposts: number | null;
|
|
2254
2245
|
totalReactions: number | null;
|
|
2255
2246
|
} | 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;
|
|
@@ -2279,15 +2279,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2279
2279
|
resharedPost: {
|
|
2280
2280
|
url: string | null;
|
|
2281
2281
|
text: string | null;
|
|
2282
|
-
urn: string | null;
|
|
2283
|
-
author: {
|
|
2284
|
-
headline: string | null;
|
|
2285
|
-
username: string | null;
|
|
2286
|
-
profileUrl: string | null;
|
|
2287
|
-
profilePicture: string | null;
|
|
2288
|
-
firstName: string | null;
|
|
2289
|
-
lastName: string | null;
|
|
2290
|
-
} | null;
|
|
2291
2282
|
stats: {
|
|
2292
2283
|
like: number | null;
|
|
2293
2284
|
support: number | null;
|
|
@@ -2299,6 +2290,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2299
2290
|
reposts: number | null;
|
|
2300
2291
|
totalReactions: number | null;
|
|
2301
2292
|
} | 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;
|
|
@@ -2326,11 +2326,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2326
2326
|
url: string | null;
|
|
2327
2327
|
id: string | null;
|
|
2328
2328
|
location: string | null;
|
|
2329
|
-
company: {
|
|
2330
|
-
name: string | null;
|
|
2331
|
-
url: string | null;
|
|
2332
|
-
logo: string | null;
|
|
2333
|
-
} | null;
|
|
2334
2329
|
postedAt: string | null;
|
|
2335
2330
|
applyUrl: string | null;
|
|
2336
2331
|
salary: {
|
|
@@ -2341,6 +2336,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2341
2336
|
} | null;
|
|
2342
2337
|
seniorityLevel: string | null;
|
|
2343
2338
|
employmentType: string | null;
|
|
2339
|
+
company: {
|
|
2340
|
+
name: string | null;
|
|
2341
|
+
url: string | null;
|
|
2342
|
+
logo: string | null;
|
|
2343
|
+
} | null;
|
|
2344
2344
|
skills: string[] | null;
|
|
2345
2345
|
}[] | undefined;
|
|
2346
2346
|
totalResults?: number | null | undefined;
|
|
@@ -2359,15 +2359,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2359
2359
|
pageCount: number | null;
|
|
2360
2360
|
} | null;
|
|
2361
2361
|
text: string | null;
|
|
2362
|
-
urn: string | null;
|
|
2363
|
-
author: {
|
|
2364
|
-
headline: string | null;
|
|
2365
|
-
username: string | null;
|
|
2366
|
-
profileUrl: string | null;
|
|
2367
|
-
profilePicture: string | null;
|
|
2368
|
-
firstName: string | null;
|
|
2369
|
-
lastName: string | null;
|
|
2370
|
-
} | null;
|
|
2371
2362
|
stats: {
|
|
2372
2363
|
like: number | null;
|
|
2373
2364
|
support: number | null;
|
|
@@ -2379,6 +2370,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2379
2370
|
reposts: number | null;
|
|
2380
2371
|
totalReactions: number | null;
|
|
2381
2372
|
} | 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;
|
|
@@ -2405,15 +2405,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2405
2405
|
resharedPost: {
|
|
2406
2406
|
url: string | null;
|
|
2407
2407
|
text: string | null;
|
|
2408
|
-
urn: string | null;
|
|
2409
|
-
author: {
|
|
2410
|
-
headline: string | null;
|
|
2411
|
-
username: string | null;
|
|
2412
|
-
profileUrl: string | null;
|
|
2413
|
-
profilePicture: string | null;
|
|
2414
|
-
firstName: string | null;
|
|
2415
|
-
lastName: string | null;
|
|
2416
|
-
} | null;
|
|
2417
2408
|
stats: {
|
|
2418
2409
|
like: number | null;
|
|
2419
2410
|
support: number | null;
|
|
@@ -2425,6 +2416,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2425
2416
|
reposts: number | null;
|
|
2426
2417
|
totalReactions: number | null;
|
|
2427
2418
|
} | 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;
|
|
@@ -2452,11 +2452,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2452
2452
|
url: string | null;
|
|
2453
2453
|
id: string | null;
|
|
2454
2454
|
location: string | null;
|
|
2455
|
-
company: {
|
|
2456
|
-
name: string | null;
|
|
2457
|
-
url: string | null;
|
|
2458
|
-
logo: string | null;
|
|
2459
|
-
} | null;
|
|
2460
2455
|
postedAt: string | null;
|
|
2461
2456
|
applyUrl: string | null;
|
|
2462
2457
|
salary: {
|
|
@@ -2467,6 +2462,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2467
2462
|
} | null;
|
|
2468
2463
|
seniorityLevel: string | null;
|
|
2469
2464
|
employmentType: string | null;
|
|
2465
|
+
company: {
|
|
2466
|
+
name: string | null;
|
|
2467
|
+
url: string | null;
|
|
2468
|
+
logo: string | null;
|
|
2469
|
+
} | null;
|
|
2470
2470
|
skills: string[] | null;
|
|
2471
2471
|
}[] | undefined;
|
|
2472
2472
|
totalResults?: number | null | undefined;
|