@bubblelab/bubble-core 0.1.252 → 0.1.253

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.
Files changed (57) hide show
  1. package/dist/bubble-bundle.d.ts +84 -84
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
  4. package/dist/bubbles/service-bubble/ai-agent.js +1 -1
  5. package/dist/bubbles/service-bubble/airtable.d.ts +36 -36
  6. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  7. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +150 -150
  8. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +5 -5
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
  10. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +2 -2
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +180 -180
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +2 -2
  15. package/dist/bubbles/service-bubble/github.d.ts +120 -120
  16. package/dist/bubbles/service-bubble/gmail.d.ts +68 -68
  17. package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
  18. package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
  19. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  20. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +6 -6
  21. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  22. package/dist/bubbles/service-bubble/jira/jira.d.ts +48 -48
  23. package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -1
  24. package/dist/bubbles/service-bubble/jira/jira.js.map +1 -1
  25. package/dist/bubbles/service-bubble/linear/linear.d.ts +1 -1
  26. package/dist/bubbles/service-bubble/notion/notion.d.ts +380 -380
  27. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  28. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +4 -4
  29. package/dist/bubbles/service-bubble/resend.d.ts +2 -2
  30. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
  31. package/dist/bubbles/service-bubble/slab/slab.d.ts +18 -18
  32. package/dist/bubbles/service-bubble/slack/slack.d.ts +122 -122
  33. package/dist/bubbles/service-bubble/storage.d.ts +8 -8
  34. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +60 -60
  35. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +103 -103
  36. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
  37. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
  38. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  39. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  40. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +158 -158
  41. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  42. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
  43. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  44. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +32 -32
  46. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +50 -50
  47. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  48. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  50. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
  51. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  53. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +44 -44
  54. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  55. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
  56. package/dist/bubbles.json +3 -3
  57. package/package.json +2 -2
@@ -35,23 +35,23 @@ declare const LinkedInStatsSchema: z.ZodObject<{
35
35
  comments: z.ZodNullable<z.ZodNumber>;
36
36
  reposts: z.ZodNullable<z.ZodNumber>;
37
37
  }, "strip", z.ZodTypeAny, {
38
+ comments: number | null;
38
39
  like: number | null;
39
40
  support: number | null;
40
41
  love: number | null;
41
42
  insight: number | null;
42
43
  celebrate: number | null;
43
44
  funny: number | null;
44
- comments: number | null;
45
45
  reposts: number | null;
46
46
  totalReactions: number | null;
47
47
  }, {
48
+ comments: number | null;
48
49
  like: number | null;
49
50
  support: number | null;
50
51
  love: number | null;
51
52
  insight: number | null;
52
53
  celebrate: number | null;
53
54
  funny: number | null;
54
- comments: number | null;
55
55
  reposts: number | null;
56
56
  totalReactions: number | null;
57
57
  }>;
@@ -107,23 +107,23 @@ declare const LinkedInPostSchema: z.ZodObject<{
107
107
  comments: z.ZodNullable<z.ZodNumber>;
108
108
  reposts: z.ZodNullable<z.ZodNumber>;
109
109
  }, "strip", z.ZodTypeAny, {
110
+ comments: number | null;
110
111
  like: number | null;
111
112
  support: number | null;
112
113
  love: number | null;
113
114
  insight: number | null;
114
115
  celebrate: number | null;
115
116
  funny: number | null;
116
- comments: number | null;
117
117
  reposts: number | null;
118
118
  totalReactions: number | null;
119
119
  }, {
120
+ comments: number | null;
120
121
  like: number | null;
121
122
  support: number | null;
122
123
  love: number | null;
123
124
  insight: number | null;
124
125
  celebrate: number | null;
125
126
  funny: number | null;
126
- comments: number | null;
127
127
  reposts: number | null;
128
128
  totalReactions: number | null;
129
129
  }>>;
@@ -246,23 +246,23 @@ declare const LinkedInPostSchema: z.ZodObject<{
246
246
  comments: z.ZodNullable<z.ZodNumber>;
247
247
  reposts: z.ZodNullable<z.ZodNumber>;
248
248
  }, "strip", z.ZodTypeAny, {
249
+ comments: number | null;
249
250
  like: number | null;
250
251
  support: number | null;
251
252
  love: number | null;
252
253
  insight: number | null;
253
254
  celebrate: number | null;
254
255
  funny: number | null;
255
- comments: number | null;
256
256
  reposts: number | null;
257
257
  totalReactions: number | null;
258
258
  }, {
259
+ comments: number | null;
259
260
  like: number | null;
260
261
  support: number | null;
261
262
  love: number | null;
262
263
  insight: number | null;
263
264
  celebrate: number | null;
264
265
  funny: number | null;
265
- comments: number | null;
266
266
  reposts: number | null;
267
267
  totalReactions: number | null;
268
268
  }>>;
@@ -305,7 +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
308
  author: {
310
309
  username: string | null;
311
310
  headline: string | null;
@@ -314,14 +313,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
314
313
  profileUrl: string | null;
315
314
  profilePicture: string | null;
316
315
  } | null;
316
+ urn: string | null;
317
317
  stats: {
318
+ comments: number | null;
318
319
  like: number | null;
319
320
  support: number | null;
320
321
  love: number | null;
321
322
  insight: number | null;
322
323
  celebrate: number | null;
323
324
  funny: number | null;
324
- comments: number | null;
325
325
  reposts: number | null;
326
326
  totalReactions: number | null;
327
327
  } | null;
@@ -344,7 +344,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
344
344
  }, {
345
345
  url: string | null;
346
346
  text: string | null;
347
- urn: string | null;
348
347
  author: {
349
348
  username: string | null;
350
349
  headline: string | null;
@@ -353,14 +352,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
353
352
  profileUrl: string | null;
354
353
  profilePicture: string | null;
355
354
  } | null;
355
+ urn: string | null;
356
356
  stats: {
357
+ comments: number | null;
357
358
  like: number | null;
358
359
  support: number | null;
359
360
  love: number | null;
360
361
  insight: number | null;
361
362
  celebrate: number | null;
362
363
  funny: number | null;
363
- comments: number | null;
364
364
  reposts: number | null;
365
365
  totalReactions: number | null;
366
366
  } | null;
@@ -384,13 +384,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
384
384
  }, "strip", z.ZodTypeAny, {
385
385
  url: string | null;
386
386
  text: string | null;
387
- document: {
388
- title: string | null;
389
- url: string | null;
390
- thumbnail: string | null;
391
- pageCount: number | null;
392
- } | null;
393
- urn: string | null;
394
387
  author: {
395
388
  username: string | null;
396
389
  headline: string | null;
@@ -399,14 +392,21 @@ declare const LinkedInPostSchema: z.ZodObject<{
399
392
  profileUrl: string | null;
400
393
  profilePicture: string | null;
401
394
  } | null;
395
+ document: {
396
+ title: string | null;
397
+ url: string | null;
398
+ thumbnail: string | null;
399
+ pageCount: number | null;
400
+ } | null;
401
+ urn: string | null;
402
402
  stats: {
403
+ comments: number | null;
403
404
  like: number | null;
404
405
  support: number | null;
405
406
  love: number | null;
406
407
  insight: number | null;
407
408
  celebrate: number | null;
408
409
  funny: number | null;
409
- comments: number | null;
410
410
  reposts: number | null;
411
411
  totalReactions: number | null;
412
412
  } | null;
@@ -436,7 +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
439
  author: {
441
440
  username: string | null;
442
441
  headline: string | null;
@@ -445,14 +444,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
445
444
  profileUrl: string | null;
446
445
  profilePicture: string | null;
447
446
  } | null;
447
+ urn: string | null;
448
448
  stats: {
449
+ comments: number | null;
449
450
  like: number | null;
450
451
  support: number | null;
451
452
  love: number | null;
452
453
  insight: number | null;
453
454
  celebrate: number | null;
454
455
  funny: number | null;
455
- comments: number | null;
456
456
  reposts: number | null;
457
457
  totalReactions: number | null;
458
458
  } | null;
@@ -476,13 +476,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
476
476
  }, {
477
477
  url: string | null;
478
478
  text: string | null;
479
- document: {
480
- title: string | null;
481
- url: string | null;
482
- thumbnail: string | null;
483
- pageCount: number | null;
484
- } | null;
485
- urn: string | null;
486
479
  author: {
487
480
  username: string | null;
488
481
  headline: string | null;
@@ -491,14 +484,21 @@ declare const LinkedInPostSchema: z.ZodObject<{
491
484
  profileUrl: string | null;
492
485
  profilePicture: string | null;
493
486
  } | null;
487
+ document: {
488
+ title: string | null;
489
+ url: string | null;
490
+ thumbnail: string | null;
491
+ pageCount: number | null;
492
+ } | null;
493
+ urn: string | null;
494
494
  stats: {
495
+ comments: number | null;
495
496
  like: number | null;
496
497
  support: number | null;
497
498
  love: number | null;
498
499
  insight: number | null;
499
500
  celebrate: number | null;
500
501
  funny: number | null;
501
- comments: number | null;
502
502
  reposts: number | null;
503
503
  totalReactions: number | null;
504
504
  } | null;
@@ -528,7 +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
531
  author: {
533
532
  username: string | null;
534
533
  headline: string | null;
@@ -537,14 +536,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
537
536
  profileUrl: string | null;
538
537
  profilePicture: string | null;
539
538
  } | null;
539
+ urn: string | null;
540
540
  stats: {
541
+ comments: number | null;
541
542
  like: number | null;
542
543
  support: number | null;
543
544
  love: number | null;
544
545
  insight: number | null;
545
546
  celebrate: number | null;
546
547
  funny: number | null;
547
- comments: number | null;
548
548
  reposts: number | null;
549
549
  totalReactions: number | null;
550
550
  } | null;
@@ -595,13 +595,13 @@ declare const LinkedInJobSchema: z.ZodObject<{
595
595
  currency: z.ZodNullable<z.ZodString>;
596
596
  period: z.ZodNullable<z.ZodString>;
597
597
  }, "strip", z.ZodTypeAny, {
598
- from: number | null;
599
598
  to: number | null;
599
+ from: number | null;
600
600
  period: string | null;
601
601
  currency: string | null;
602
602
  }, {
603
- from: number | null;
604
603
  to: number | null;
604
+ from: number | null;
605
605
  period: string | null;
606
606
  currency: string | null;
607
607
  }>>;
@@ -615,8 +615,8 @@ declare const LinkedInJobSchema: z.ZodObject<{
615
615
  postedAt: string | null;
616
616
  applyUrl: string | null;
617
617
  salary: {
618
- from: number | null;
619
618
  to: number | null;
619
+ from: number | null;
620
620
  period: string | null;
621
621
  currency: string | null;
622
622
  } | null;
@@ -637,8 +637,8 @@ declare const LinkedInJobSchema: z.ZodObject<{
637
637
  postedAt: string | null;
638
638
  applyUrl: string | null;
639
639
  salary: {
640
- from: number | null;
641
640
  to: number | null;
641
+ from: number | null;
642
642
  period: string | null;
643
643
  currency: string | null;
644
644
  } | null;
@@ -1038,30 +1038,30 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
1038
1038
  }, "strip", z.ZodTypeAny, {
1039
1039
  operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
1040
1040
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1041
- username?: string | undefined;
1042
1041
  limit?: number | undefined;
1042
+ username?: string | undefined;
1043
1043
  pageNumber?: number | undefined;
1044
1044
  location?: string | undefined;
1045
1045
  keyword?: string | undefined;
1046
- workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
1047
1046
  dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
1047
+ workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
1048
1048
  profileUrl?: string | undefined;
1049
1049
  jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
1050
- experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
1050
+ experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
1051
1051
  sortBy?: "relevance" | "date_posted" | undefined;
1052
1052
  }, {
1053
1053
  operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
1054
1054
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1055
- username?: string | undefined;
1056
1055
  limit?: number | undefined;
1056
+ username?: string | undefined;
1057
1057
  pageNumber?: number | undefined;
1058
1058
  location?: string | undefined;
1059
1059
  keyword?: string | undefined;
1060
- workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
1061
1060
  dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
1061
+ workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
1062
1062
  profileUrl?: string | undefined;
1063
1063
  jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
1064
- experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
1064
+ experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
1065
1065
  sortBy?: "relevance" | "date_posted" | undefined;
1066
1066
  }>;
1067
1067
  declare const LinkedInToolResultSchema: z.ZodObject<{
@@ -1465,13 +1465,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1465
1465
  currency: z.ZodNullable<z.ZodString>;
1466
1466
  period: z.ZodNullable<z.ZodString>;
1467
1467
  }, "strip", z.ZodTypeAny, {
1468
- from: number | null;
1469
1468
  to: number | null;
1469
+ from: number | null;
1470
1470
  period: string | null;
1471
1471
  currency: string | null;
1472
1472
  }, {
1473
- from: number | null;
1474
1473
  to: number | null;
1474
+ from: number | null;
1475
1475
  period: string | null;
1476
1476
  currency: string | null;
1477
1477
  }>>;
@@ -1485,8 +1485,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1485
1485
  postedAt: string | null;
1486
1486
  applyUrl: string | null;
1487
1487
  salary: {
1488
- from: number | null;
1489
1488
  to: number | null;
1489
+ from: number | null;
1490
1490
  period: string | null;
1491
1491
  currency: string | null;
1492
1492
  } | null;
@@ -1507,8 +1507,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1507
1507
  postedAt: string | null;
1508
1508
  applyUrl: string | null;
1509
1509
  salary: {
1510
- from: number | null;
1511
1510
  to: number | null;
1511
+ from: number | null;
1512
1512
  period: string | null;
1513
1513
  currency: string | null;
1514
1514
  } | null;
@@ -1573,23 +1573,23 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1573
1573
  comments: z.ZodNullable<z.ZodNumber>;
1574
1574
  reposts: z.ZodNullable<z.ZodNumber>;
1575
1575
  }, "strip", z.ZodTypeAny, {
1576
+ comments: number | null;
1576
1577
  like: number | null;
1577
1578
  support: number | null;
1578
1579
  love: number | null;
1579
1580
  insight: number | null;
1580
1581
  celebrate: number | null;
1581
1582
  funny: number | null;
1582
- comments: number | null;
1583
1583
  reposts: number | null;
1584
1584
  totalReactions: number | null;
1585
1585
  }, {
1586
+ comments: number | null;
1586
1587
  like: number | null;
1587
1588
  support: number | null;
1588
1589
  love: number | null;
1589
1590
  insight: number | null;
1590
1591
  celebrate: number | null;
1591
1592
  funny: number | null;
1592
- comments: number | null;
1593
1593
  reposts: number | null;
1594
1594
  totalReactions: number | null;
1595
1595
  }>>;
@@ -1712,23 +1712,23 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1712
1712
  comments: z.ZodNullable<z.ZodNumber>;
1713
1713
  reposts: z.ZodNullable<z.ZodNumber>;
1714
1714
  }, "strip", z.ZodTypeAny, {
1715
+ comments: number | null;
1715
1716
  like: number | null;
1716
1717
  support: number | null;
1717
1718
  love: number | null;
1718
1719
  insight: number | null;
1719
1720
  celebrate: number | null;
1720
1721
  funny: number | null;
1721
- comments: number | null;
1722
1722
  reposts: number | null;
1723
1723
  totalReactions: number | null;
1724
1724
  }, {
1725
+ comments: number | null;
1725
1726
  like: number | null;
1726
1727
  support: number | null;
1727
1728
  love: number | null;
1728
1729
  insight: number | null;
1729
1730
  celebrate: number | null;
1730
1731
  funny: number | null;
1731
- comments: number | null;
1732
1732
  reposts: number | null;
1733
1733
  totalReactions: number | null;
1734
1734
  }>>;
@@ -1771,7 +1771,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1771
1771
  }, "strip", z.ZodTypeAny, {
1772
1772
  url: string | null;
1773
1773
  text: string | null;
1774
- urn: string | null;
1775
1774
  author: {
1776
1775
  username: string | null;
1777
1776
  headline: string | null;
@@ -1780,14 +1779,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1780
1779
  profileUrl: string | null;
1781
1780
  profilePicture: string | null;
1782
1781
  } | null;
1782
+ urn: string | null;
1783
1783
  stats: {
1784
+ comments: number | null;
1784
1785
  like: number | null;
1785
1786
  support: number | null;
1786
1787
  love: number | null;
1787
1788
  insight: number | null;
1788
1789
  celebrate: number | null;
1789
1790
  funny: number | null;
1790
- comments: number | null;
1791
1791
  reposts: number | null;
1792
1792
  totalReactions: number | null;
1793
1793
  } | null;
@@ -1810,7 +1810,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1810
1810
  }, {
1811
1811
  url: string | null;
1812
1812
  text: string | null;
1813
- urn: string | null;
1814
1813
  author: {
1815
1814
  username: string | null;
1816
1815
  headline: string | null;
@@ -1819,14 +1818,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1819
1818
  profileUrl: string | null;
1820
1819
  profilePicture: string | null;
1821
1820
  } | null;
1821
+ urn: string | null;
1822
1822
  stats: {
1823
+ comments: number | null;
1823
1824
  like: number | null;
1824
1825
  support: number | null;
1825
1826
  love: number | null;
1826
1827
  insight: number | null;
1827
1828
  celebrate: number | null;
1828
1829
  funny: number | null;
1829
- comments: number | null;
1830
1830
  reposts: number | null;
1831
1831
  totalReactions: number | null;
1832
1832
  } | null;
@@ -1850,13 +1850,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1850
1850
  }, "strip", z.ZodTypeAny, {
1851
1851
  url: string | null;
1852
1852
  text: string | null;
1853
- document: {
1854
- title: string | null;
1855
- url: string | null;
1856
- thumbnail: string | null;
1857
- pageCount: number | null;
1858
- } | null;
1859
- urn: string | null;
1860
1853
  author: {
1861
1854
  username: string | null;
1862
1855
  headline: string | null;
@@ -1865,14 +1858,21 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1865
1858
  profileUrl: string | null;
1866
1859
  profilePicture: string | null;
1867
1860
  } | null;
1861
+ document: {
1862
+ title: string | null;
1863
+ url: string | null;
1864
+ thumbnail: string | null;
1865
+ pageCount: number | null;
1866
+ } | null;
1867
+ urn: string | null;
1868
1868
  stats: {
1869
+ comments: number | null;
1869
1870
  like: number | null;
1870
1871
  support: number | null;
1871
1872
  love: number | null;
1872
1873
  insight: number | null;
1873
1874
  celebrate: number | null;
1874
1875
  funny: number | null;
1875
- comments: number | null;
1876
1876
  reposts: number | null;
1877
1877
  totalReactions: number | null;
1878
1878
  } | null;
@@ -1902,7 +1902,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1902
1902
  resharedPost: {
1903
1903
  url: string | null;
1904
1904
  text: string | null;
1905
- urn: string | null;
1906
1905
  author: {
1907
1906
  username: string | null;
1908
1907
  headline: string | null;
@@ -1911,14 +1910,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1911
1910
  profileUrl: string | null;
1912
1911
  profilePicture: string | null;
1913
1912
  } | null;
1913
+ urn: string | null;
1914
1914
  stats: {
1915
+ comments: number | null;
1915
1916
  like: number | null;
1916
1917
  support: number | null;
1917
1918
  love: number | null;
1918
1919
  insight: number | null;
1919
1920
  celebrate: number | null;
1920
1921
  funny: number | null;
1921
- comments: number | null;
1922
1922
  reposts: number | null;
1923
1923
  totalReactions: number | null;
1924
1924
  } | null;
@@ -1942,13 +1942,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1942
1942
  }, {
1943
1943
  url: string | null;
1944
1944
  text: string | null;
1945
- document: {
1946
- title: string | null;
1947
- url: string | null;
1948
- thumbnail: string | null;
1949
- pageCount: number | null;
1950
- } | null;
1951
- urn: string | null;
1952
1945
  author: {
1953
1946
  username: string | null;
1954
1947
  headline: string | null;
@@ -1957,14 +1950,21 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1957
1950
  profileUrl: string | null;
1958
1951
  profilePicture: string | null;
1959
1952
  } | null;
1953
+ document: {
1954
+ title: string | null;
1955
+ url: string | null;
1956
+ thumbnail: string | null;
1957
+ pageCount: number | null;
1958
+ } | null;
1959
+ urn: string | null;
1960
1960
  stats: {
1961
+ comments: number | null;
1961
1962
  like: number | null;
1962
1963
  support: number | null;
1963
1964
  love: number | null;
1964
1965
  insight: number | null;
1965
1966
  celebrate: number | null;
1966
1967
  funny: number | null;
1967
- comments: number | null;
1968
1968
  reposts: number | null;
1969
1969
  totalReactions: number | null;
1970
1970
  } | null;
@@ -1994,7 +1994,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1994
1994
  resharedPost: {
1995
1995
  url: string | null;
1996
1996
  text: string | null;
1997
- urn: string | null;
1998
1997
  author: {
1999
1998
  username: string | null;
2000
1999
  headline: string | null;
@@ -2003,14 +2002,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2003
2002
  profileUrl: string | null;
2004
2003
  profilePicture: string | null;
2005
2004
  } | null;
2005
+ urn: string | null;
2006
2006
  stats: {
2007
+ comments: number | null;
2007
2008
  like: number | null;
2008
2009
  support: number | null;
2009
2010
  love: number | null;
2010
2011
  insight: number | null;
2011
2012
  celebrate: number | null;
2012
2013
  funny: number | null;
2013
- comments: number | null;
2014
2014
  reposts: number | null;
2015
2015
  totalReactions: number | null;
2016
2016
  } | null;
@@ -2047,13 +2047,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2047
2047
  posts: {
2048
2048
  url: string | null;
2049
2049
  text: string | null;
2050
- document: {
2051
- title: string | null;
2052
- url: string | null;
2053
- thumbnail: string | null;
2054
- pageCount: number | null;
2055
- } | null;
2056
- urn: string | null;
2057
2050
  author: {
2058
2051
  username: string | null;
2059
2052
  headline: string | null;
@@ -2062,14 +2055,21 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2062
2055
  profileUrl: string | null;
2063
2056
  profilePicture: string | null;
2064
2057
  } | null;
2058
+ document: {
2059
+ title: string | null;
2060
+ url: string | null;
2061
+ thumbnail: string | null;
2062
+ pageCount: number | null;
2063
+ } | null;
2064
+ urn: string | null;
2065
2065
  stats: {
2066
+ comments: number | null;
2066
2067
  like: number | null;
2067
2068
  support: number | null;
2068
2069
  love: number | null;
2069
2070
  insight: number | null;
2070
2071
  celebrate: number | null;
2071
2072
  funny: number | null;
2072
- comments: number | null;
2073
2073
  reposts: number | null;
2074
2074
  totalReactions: number | null;
2075
2075
  } | null;
@@ -2099,7 +2099,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2099
2099
  resharedPost: {
2100
2100
  url: string | null;
2101
2101
  text: string | null;
2102
- urn: string | null;
2103
2102
  author: {
2104
2103
  username: string | null;
2105
2104
  headline: string | null;
@@ -2108,14 +2107,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2108
2107
  profileUrl: string | null;
2109
2108
  profilePicture: string | null;
2110
2109
  } | null;
2110
+ urn: string | null;
2111
2111
  stats: {
2112
+ comments: number | null;
2112
2113
  like: number | null;
2113
2114
  support: number | null;
2114
2115
  love: number | null;
2115
2116
  insight: number | null;
2116
2117
  celebrate: number | null;
2117
2118
  funny: number | null;
2118
- comments: number | null;
2119
2119
  reposts: number | null;
2120
2120
  totalReactions: number | null;
2121
2121
  } | null;
@@ -2227,8 +2227,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2227
2227
  postedAt: string | null;
2228
2228
  applyUrl: string | null;
2229
2229
  salary: {
2230
- from: number | null;
2231
2230
  to: number | null;
2231
+ from: number | null;
2232
2232
  period: string | null;
2233
2233
  currency: string | null;
2234
2234
  } | null;
@@ -2241,9 +2241,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2241
2241
  logo: string | null;
2242
2242
  } | null;
2243
2243
  }[] | undefined;
2244
+ hasNextPage?: boolean | null | undefined;
2244
2245
  totalResults?: number | null | undefined;
2245
2246
  paginationToken?: string | null | undefined;
2246
- hasNextPage?: boolean | null | undefined;
2247
2247
  }, {
2248
2248
  error: string;
2249
2249
  success: boolean;
@@ -2251,13 +2251,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2251
2251
  posts: {
2252
2252
  url: string | null;
2253
2253
  text: string | null;
2254
- document: {
2255
- title: string | null;
2256
- url: string | null;
2257
- thumbnail: string | null;
2258
- pageCount: number | null;
2259
- } | null;
2260
- urn: string | null;
2261
2254
  author: {
2262
2255
  username: string | null;
2263
2256
  headline: string | null;
@@ -2266,14 +2259,21 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2266
2259
  profileUrl: string | null;
2267
2260
  profilePicture: string | null;
2268
2261
  } | null;
2262
+ document: {
2263
+ title: string | null;
2264
+ url: string | null;
2265
+ thumbnail: string | null;
2266
+ pageCount: number | null;
2267
+ } | null;
2268
+ urn: string | null;
2269
2269
  stats: {
2270
+ comments: number | null;
2270
2271
  like: number | null;
2271
2272
  support: number | null;
2272
2273
  love: number | null;
2273
2274
  insight: number | null;
2274
2275
  celebrate: number | null;
2275
2276
  funny: number | null;
2276
- comments: number | null;
2277
2277
  reposts: number | null;
2278
2278
  totalReactions: number | null;
2279
2279
  } | null;
@@ -2303,7 +2303,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2303
2303
  resharedPost: {
2304
2304
  url: string | null;
2305
2305
  text: string | null;
2306
- urn: string | null;
2307
2306
  author: {
2308
2307
  username: string | null;
2309
2308
  headline: string | null;
@@ -2312,14 +2311,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2312
2311
  profileUrl: string | null;
2313
2312
  profilePicture: string | null;
2314
2313
  } | null;
2314
+ urn: string | null;
2315
2315
  stats: {
2316
+ comments: number | null;
2316
2317
  like: number | null;
2317
2318
  support: number | null;
2318
2319
  love: number | null;
2319
2320
  insight: number | null;
2320
2321
  celebrate: number | null;
2321
2322
  funny: number | null;
2322
- comments: number | null;
2323
2323
  reposts: number | null;
2324
2324
  totalReactions: number | null;
2325
2325
  } | null;
@@ -2431,8 +2431,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2431
2431
  postedAt: string | null;
2432
2432
  applyUrl: string | null;
2433
2433
  salary: {
2434
- from: number | null;
2435
2434
  to: number | null;
2435
+ from: number | null;
2436
2436
  period: string | null;
2437
2437
  currency: string | null;
2438
2438
  } | null;
@@ -2445,9 +2445,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2445
2445
  logo: string | null;
2446
2446
  } | null;
2447
2447
  }[] | undefined;
2448
+ hasNextPage?: boolean | null | undefined;
2448
2449
  totalResults?: number | null | undefined;
2449
2450
  paginationToken?: string | null | undefined;
2450
- hasNextPage?: boolean | null | undefined;
2451
2451
  }>;
2452
2452
  type LinkedInToolParams = z.output<typeof LinkedInToolParamsSchema>;
2453
2453
  type LinkedInToolResult = z.output<typeof LinkedInToolResultSchema>;
@@ -2491,30 +2491,30 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2491
2491
  }, "strip", z.ZodTypeAny, {
2492
2492
  operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
2493
2493
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2494
- username?: string | undefined;
2495
2494
  limit?: number | undefined;
2495
+ username?: string | undefined;
2496
2496
  pageNumber?: number | undefined;
2497
2497
  location?: string | undefined;
2498
2498
  keyword?: string | undefined;
2499
- workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
2500
2499
  dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
2500
+ workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
2501
2501
  profileUrl?: string | undefined;
2502
2502
  jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
2503
- experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
2503
+ experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
2504
2504
  sortBy?: "relevance" | "date_posted" | undefined;
2505
2505
  }, {
2506
2506
  operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
2507
2507
  credentials?: Partial<Record<CredentialType, string>> | undefined;
2508
- username?: string | undefined;
2509
2508
  limit?: number | undefined;
2509
+ username?: string | undefined;
2510
2510
  pageNumber?: number | undefined;
2511
2511
  location?: string | undefined;
2512
2512
  keyword?: string | undefined;
2513
- workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
2514
2513
  dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
2514
+ workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
2515
2515
  profileUrl?: string | undefined;
2516
2516
  jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
2517
- experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
2517
+ experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
2518
2518
  sortBy?: "relevance" | "date_posted" | undefined;
2519
2519
  }>;
2520
2520
  static readonly resultSchema: z.ZodObject<{
@@ -2918,13 +2918,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2918
2918
  currency: z.ZodNullable<z.ZodString>;
2919
2919
  period: z.ZodNullable<z.ZodString>;
2920
2920
  }, "strip", z.ZodTypeAny, {
2921
- from: number | null;
2922
2921
  to: number | null;
2922
+ from: number | null;
2923
2923
  period: string | null;
2924
2924
  currency: string | null;
2925
2925
  }, {
2926
- from: number | null;
2927
2926
  to: number | null;
2927
+ from: number | null;
2928
2928
  period: string | null;
2929
2929
  currency: string | null;
2930
2930
  }>>;
@@ -2938,8 +2938,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2938
2938
  postedAt: string | null;
2939
2939
  applyUrl: string | null;
2940
2940
  salary: {
2941
- from: number | null;
2942
2941
  to: number | null;
2942
+ from: number | null;
2943
2943
  period: string | null;
2944
2944
  currency: string | null;
2945
2945
  } | null;
@@ -2960,8 +2960,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2960
2960
  postedAt: string | null;
2961
2961
  applyUrl: string | null;
2962
2962
  salary: {
2963
- from: number | null;
2964
2963
  to: number | null;
2964
+ from: number | null;
2965
2965
  period: string | null;
2966
2966
  currency: string | null;
2967
2967
  } | null;
@@ -3026,23 +3026,23 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3026
3026
  comments: z.ZodNullable<z.ZodNumber>;
3027
3027
  reposts: z.ZodNullable<z.ZodNumber>;
3028
3028
  }, "strip", z.ZodTypeAny, {
3029
+ comments: number | null;
3029
3030
  like: number | null;
3030
3031
  support: number | null;
3031
3032
  love: number | null;
3032
3033
  insight: number | null;
3033
3034
  celebrate: number | null;
3034
3035
  funny: number | null;
3035
- comments: number | null;
3036
3036
  reposts: number | null;
3037
3037
  totalReactions: number | null;
3038
3038
  }, {
3039
+ comments: number | null;
3039
3040
  like: number | null;
3040
3041
  support: number | null;
3041
3042
  love: number | null;
3042
3043
  insight: number | null;
3043
3044
  celebrate: number | null;
3044
3045
  funny: number | null;
3045
- comments: number | null;
3046
3046
  reposts: number | null;
3047
3047
  totalReactions: number | null;
3048
3048
  }>>;
@@ -3165,23 +3165,23 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3165
3165
  comments: z.ZodNullable<z.ZodNumber>;
3166
3166
  reposts: z.ZodNullable<z.ZodNumber>;
3167
3167
  }, "strip", z.ZodTypeAny, {
3168
+ comments: number | null;
3168
3169
  like: number | null;
3169
3170
  support: number | null;
3170
3171
  love: number | null;
3171
3172
  insight: number | null;
3172
3173
  celebrate: number | null;
3173
3174
  funny: number | null;
3174
- comments: number | null;
3175
3175
  reposts: number | null;
3176
3176
  totalReactions: number | null;
3177
3177
  }, {
3178
+ comments: number | null;
3178
3179
  like: number | null;
3179
3180
  support: number | null;
3180
3181
  love: number | null;
3181
3182
  insight: number | null;
3182
3183
  celebrate: number | null;
3183
3184
  funny: number | null;
3184
- comments: number | null;
3185
3185
  reposts: number | null;
3186
3186
  totalReactions: number | null;
3187
3187
  }>>;
@@ -3224,7 +3224,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3224
3224
  }, "strip", z.ZodTypeAny, {
3225
3225
  url: string | null;
3226
3226
  text: string | null;
3227
- urn: string | null;
3228
3227
  author: {
3229
3228
  username: string | null;
3230
3229
  headline: string | null;
@@ -3233,14 +3232,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3233
3232
  profileUrl: string | null;
3234
3233
  profilePicture: string | null;
3235
3234
  } | null;
3235
+ urn: string | null;
3236
3236
  stats: {
3237
+ comments: number | null;
3237
3238
  like: number | null;
3238
3239
  support: number | null;
3239
3240
  love: number | null;
3240
3241
  insight: number | null;
3241
3242
  celebrate: number | null;
3242
3243
  funny: number | null;
3243
- comments: number | null;
3244
3244
  reposts: number | null;
3245
3245
  totalReactions: number | null;
3246
3246
  } | null;
@@ -3263,7 +3263,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3263
3263
  }, {
3264
3264
  url: string | null;
3265
3265
  text: string | null;
3266
- urn: string | null;
3267
3266
  author: {
3268
3267
  username: string | null;
3269
3268
  headline: string | null;
@@ -3272,14 +3271,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3272
3271
  profileUrl: string | null;
3273
3272
  profilePicture: string | null;
3274
3273
  } | null;
3274
+ urn: string | null;
3275
3275
  stats: {
3276
+ comments: number | null;
3276
3277
  like: number | null;
3277
3278
  support: number | null;
3278
3279
  love: number | null;
3279
3280
  insight: number | null;
3280
3281
  celebrate: number | null;
3281
3282
  funny: number | null;
3282
- comments: number | null;
3283
3283
  reposts: number | null;
3284
3284
  totalReactions: number | null;
3285
3285
  } | null;
@@ -3303,13 +3303,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3303
3303
  }, "strip", z.ZodTypeAny, {
3304
3304
  url: string | null;
3305
3305
  text: string | null;
3306
- document: {
3307
- title: string | null;
3308
- url: string | null;
3309
- thumbnail: string | null;
3310
- pageCount: number | null;
3311
- } | null;
3312
- urn: string | null;
3313
3306
  author: {
3314
3307
  username: string | null;
3315
3308
  headline: string | null;
@@ -3318,14 +3311,21 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3318
3311
  profileUrl: string | null;
3319
3312
  profilePicture: string | null;
3320
3313
  } | null;
3314
+ document: {
3315
+ title: string | null;
3316
+ url: string | null;
3317
+ thumbnail: string | null;
3318
+ pageCount: number | null;
3319
+ } | null;
3320
+ urn: string | null;
3321
3321
  stats: {
3322
+ comments: number | null;
3322
3323
  like: number | null;
3323
3324
  support: number | null;
3324
3325
  love: number | null;
3325
3326
  insight: number | null;
3326
3327
  celebrate: number | null;
3327
3328
  funny: number | null;
3328
- comments: number | null;
3329
3329
  reposts: number | null;
3330
3330
  totalReactions: number | null;
3331
3331
  } | null;
@@ -3355,7 +3355,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3355
3355
  resharedPost: {
3356
3356
  url: string | null;
3357
3357
  text: string | null;
3358
- urn: string | null;
3359
3358
  author: {
3360
3359
  username: string | null;
3361
3360
  headline: string | null;
@@ -3364,14 +3363,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3364
3363
  profileUrl: string | null;
3365
3364
  profilePicture: string | null;
3366
3365
  } | null;
3366
+ urn: string | null;
3367
3367
  stats: {
3368
+ comments: number | null;
3368
3369
  like: number | null;
3369
3370
  support: number | null;
3370
3371
  love: number | null;
3371
3372
  insight: number | null;
3372
3373
  celebrate: number | null;
3373
3374
  funny: number | null;
3374
- comments: number | null;
3375
3375
  reposts: number | null;
3376
3376
  totalReactions: number | null;
3377
3377
  } | null;
@@ -3395,13 +3395,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3395
3395
  }, {
3396
3396
  url: string | null;
3397
3397
  text: string | null;
3398
- document: {
3399
- title: string | null;
3400
- url: string | null;
3401
- thumbnail: string | null;
3402
- pageCount: number | null;
3403
- } | null;
3404
- urn: string | null;
3405
3398
  author: {
3406
3399
  username: string | null;
3407
3400
  headline: string | null;
@@ -3410,14 +3403,21 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3410
3403
  profileUrl: string | null;
3411
3404
  profilePicture: string | null;
3412
3405
  } | null;
3406
+ document: {
3407
+ title: string | null;
3408
+ url: string | null;
3409
+ thumbnail: string | null;
3410
+ pageCount: number | null;
3411
+ } | null;
3412
+ urn: string | null;
3413
3413
  stats: {
3414
+ comments: number | null;
3414
3415
  like: number | null;
3415
3416
  support: number | null;
3416
3417
  love: number | null;
3417
3418
  insight: number | null;
3418
3419
  celebrate: number | null;
3419
3420
  funny: number | null;
3420
- comments: number | null;
3421
3421
  reposts: number | null;
3422
3422
  totalReactions: number | null;
3423
3423
  } | null;
@@ -3447,7 +3447,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3447
3447
  resharedPost: {
3448
3448
  url: string | null;
3449
3449
  text: string | null;
3450
- urn: string | null;
3451
3450
  author: {
3452
3451
  username: string | null;
3453
3452
  headline: string | null;
@@ -3456,14 +3455,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3456
3455
  profileUrl: string | null;
3457
3456
  profilePicture: string | null;
3458
3457
  } | null;
3458
+ urn: string | null;
3459
3459
  stats: {
3460
+ comments: number | null;
3460
3461
  like: number | null;
3461
3462
  support: number | null;
3462
3463
  love: number | null;
3463
3464
  insight: number | null;
3464
3465
  celebrate: number | null;
3465
3466
  funny: number | null;
3466
- comments: number | null;
3467
3467
  reposts: number | null;
3468
3468
  totalReactions: number | null;
3469
3469
  } | null;
@@ -3500,13 +3500,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3500
3500
  posts: {
3501
3501
  url: string | null;
3502
3502
  text: string | null;
3503
- document: {
3504
- title: string | null;
3505
- url: string | null;
3506
- thumbnail: string | null;
3507
- pageCount: number | null;
3508
- } | null;
3509
- urn: string | null;
3510
3503
  author: {
3511
3504
  username: string | null;
3512
3505
  headline: string | null;
@@ -3515,14 +3508,21 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3515
3508
  profileUrl: string | null;
3516
3509
  profilePicture: string | null;
3517
3510
  } | null;
3511
+ document: {
3512
+ title: string | null;
3513
+ url: string | null;
3514
+ thumbnail: string | null;
3515
+ pageCount: number | null;
3516
+ } | null;
3517
+ urn: string | null;
3518
3518
  stats: {
3519
+ comments: number | null;
3519
3520
  like: number | null;
3520
3521
  support: number | null;
3521
3522
  love: number | null;
3522
3523
  insight: number | null;
3523
3524
  celebrate: number | null;
3524
3525
  funny: number | null;
3525
- comments: number | null;
3526
3526
  reposts: number | null;
3527
3527
  totalReactions: number | null;
3528
3528
  } | null;
@@ -3552,7 +3552,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3552
3552
  resharedPost: {
3553
3553
  url: string | null;
3554
3554
  text: string | null;
3555
- urn: string | null;
3556
3555
  author: {
3557
3556
  username: string | null;
3558
3557
  headline: string | null;
@@ -3561,14 +3560,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3561
3560
  profileUrl: string | null;
3562
3561
  profilePicture: string | null;
3563
3562
  } | null;
3563
+ urn: string | null;
3564
3564
  stats: {
3565
+ comments: number | null;
3565
3566
  like: number | null;
3566
3567
  support: number | null;
3567
3568
  love: number | null;
3568
3569
  insight: number | null;
3569
3570
  celebrate: number | null;
3570
3571
  funny: number | null;
3571
- comments: number | null;
3572
3572
  reposts: number | null;
3573
3573
  totalReactions: number | null;
3574
3574
  } | null;
@@ -3680,8 +3680,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3680
3680
  postedAt: string | null;
3681
3681
  applyUrl: string | null;
3682
3682
  salary: {
3683
- from: number | null;
3684
3683
  to: number | null;
3684
+ from: number | null;
3685
3685
  period: string | null;
3686
3686
  currency: string | null;
3687
3687
  } | null;
@@ -3694,9 +3694,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3694
3694
  logo: string | null;
3695
3695
  } | null;
3696
3696
  }[] | undefined;
3697
+ hasNextPage?: boolean | null | undefined;
3697
3698
  totalResults?: number | null | undefined;
3698
3699
  paginationToken?: string | null | undefined;
3699
- hasNextPage?: boolean | null | undefined;
3700
3700
  }, {
3701
3701
  error: string;
3702
3702
  success: boolean;
@@ -3704,13 +3704,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3704
3704
  posts: {
3705
3705
  url: string | null;
3706
3706
  text: string | null;
3707
- document: {
3708
- title: string | null;
3709
- url: string | null;
3710
- thumbnail: string | null;
3711
- pageCount: number | null;
3712
- } | null;
3713
- urn: string | null;
3714
3707
  author: {
3715
3708
  username: string | null;
3716
3709
  headline: string | null;
@@ -3719,14 +3712,21 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3719
3712
  profileUrl: string | null;
3720
3713
  profilePicture: string | null;
3721
3714
  } | null;
3715
+ document: {
3716
+ title: string | null;
3717
+ url: string | null;
3718
+ thumbnail: string | null;
3719
+ pageCount: number | null;
3720
+ } | null;
3721
+ urn: string | null;
3722
3722
  stats: {
3723
+ comments: number | null;
3723
3724
  like: number | null;
3724
3725
  support: number | null;
3725
3726
  love: number | null;
3726
3727
  insight: number | null;
3727
3728
  celebrate: number | null;
3728
3729
  funny: number | null;
3729
- comments: number | null;
3730
3730
  reposts: number | null;
3731
3731
  totalReactions: number | null;
3732
3732
  } | null;
@@ -3756,7 +3756,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3756
3756
  resharedPost: {
3757
3757
  url: string | null;
3758
3758
  text: string | null;
3759
- urn: string | null;
3760
3759
  author: {
3761
3760
  username: string | null;
3762
3761
  headline: string | null;
@@ -3765,14 +3764,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3765
3764
  profileUrl: string | null;
3766
3765
  profilePicture: string | null;
3767
3766
  } | null;
3767
+ urn: string | null;
3768
3768
  stats: {
3769
+ comments: number | null;
3769
3770
  like: number | null;
3770
3771
  support: number | null;
3771
3772
  love: number | null;
3772
3773
  insight: number | null;
3773
3774
  celebrate: number | null;
3774
3775
  funny: number | null;
3775
- comments: number | null;
3776
3776
  reposts: number | null;
3777
3777
  totalReactions: number | null;
3778
3778
  } | null;
@@ -3884,8 +3884,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3884
3884
  postedAt: string | null;
3885
3885
  applyUrl: string | null;
3886
3886
  salary: {
3887
- from: number | null;
3888
3887
  to: number | null;
3888
+ from: number | null;
3889
3889
  period: string | null;
3890
3890
  currency: string | null;
3891
3891
  } | null;
@@ -3898,9 +3898,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3898
3898
  logo: string | null;
3899
3899
  } | null;
3900
3900
  }[] | undefined;
3901
+ hasNextPage?: boolean | null | undefined;
3901
3902
  totalResults?: number | null | undefined;
3902
3903
  paginationToken?: string | null | undefined;
3903
- hasNextPage?: boolean | null | undefined;
3904
3904
  }>;
3905
3905
  static readonly shortDescription = "Look up LinkedIn profiles by URL, scrape posts by profile, or search posts/jobs by keyword.";
3906
3906
  static readonly longDescription = "\n Universal LinkedIn tool for profile lookup, post scraping, and job search.\n\n **DO NOT USE research-agent-tool or web-scrape-tool for LinkedIn** - This tool is specifically optimized for LinkedIn.\n\n **OPERATIONS:**\n\n 1. **scrapeProfile**: Get full profile info from a LinkedIn URL\n - **USE THIS when you have a LinkedIn URL or username and need to know who someone is**\n - Returns: name, headline, about, current company, work experience, education, skills, location, certifications, languages, and more\n - Accepts full URLs (https://www.linkedin.com/in/williamhgates) or just usernames (\"williamhgates\")\n - This is the RIGHT tool for \"look up this LinkedIn profile\" or \"who is this person on LinkedIn?\"\n\n 2. **scrapePosts**: Scrape posts from a LinkedIn profile\n - Get posts from specific users by username\n - Extract post text, engagement stats, media, articles, documents\n - **DO NOT use scrapePosts to get profile info** - use scrapeProfile instead\n\n 3. **searchPosts**: Search LinkedIn posts by keyword\n - Find posts across all of LinkedIn by keyword\n - Filter by date (past 24h, week, month)\n - Sort by relevance or date\n\n 4. **scrapeJobs**: Search LinkedIn job postings\n - Search jobs by keyword and location\n - Filter by job type, workplace type, experience level\n\n **CHOOSING THE RIGHT OPERATION:**\n - \"Look up this LinkedIn profile\" \u2192 **scrapeProfile**\n - \"Who is this person?\" (with LinkedIn URL) \u2192 **scrapeProfile**\n - \"Get their name, company, experience\" \u2192 **scrapeProfile**\n - \"What has this person been posting?\" \u2192 **scrapePosts**\n - \"Find posts about AI on LinkedIn\" \u2192 **searchPosts**\n - \"Find software engineer jobs\" \u2192 **scrapeJobs**\n ";