@bubblelab/bubble-core 0.1.253 → 0.1.254

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 (55) 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/airtable.d.ts +36 -36
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +150 -150
  7. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +5 -5
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
  9. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +2 -2
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
  11. package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
  12. package/dist/bubbles/service-bubble/firecrawl.d.ts +180 -180
  13. package/dist/bubbles/service-bubble/followupboss.d.ts +2 -2
  14. package/dist/bubbles/service-bubble/github.d.ts +120 -120
  15. package/dist/bubbles/service-bubble/gmail.d.ts +68 -68
  16. package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
  17. package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
  18. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  19. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +6 -6
  20. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  21. package/dist/bubbles/service-bubble/jira/jira.d.ts +48 -48
  22. package/dist/bubbles/service-bubble/linear/linear.d.ts +1 -1
  23. package/dist/bubbles/service-bubble/notion/notion.d.ts +380 -380
  24. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  26. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +4 -4
  27. package/dist/bubbles/service-bubble/resend.d.ts +2 -2
  28. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
  29. package/dist/bubbles/service-bubble/slab/slab.d.ts +18 -18
  30. package/dist/bubbles/service-bubble/slack/slack.d.ts +122 -122
  31. package/dist/bubbles/service-bubble/storage.d.ts +8 -8
  32. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +60 -60
  33. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +103 -103
  34. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
  35. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
  36. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  37. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  38. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +158 -158
  39. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  40. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
  41. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  42. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  43. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +32 -32
  44. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +50 -50
  45. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  46. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  48. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
  49. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  51. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +44 -44
  52. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  53. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
  54. package/dist/bubbles.json +1 -1
  55. 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;
39
38
  like: number | null;
40
39
  support: number | null;
41
40
  love: number | null;
42
41
  insight: number | null;
43
42
  celebrate: number | null;
44
43
  funny: number | null;
44
+ comments: number | null;
45
45
  reposts: number | null;
46
46
  totalReactions: number | null;
47
47
  }, {
48
- comments: number | null;
49
48
  like: number | null;
50
49
  support: number | null;
51
50
  love: number | null;
52
51
  insight: number | null;
53
52
  celebrate: number | null;
54
53
  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;
111
110
  like: number | null;
112
111
  support: number | null;
113
112
  love: number | null;
114
113
  insight: number | null;
115
114
  celebrate: number | null;
116
115
  funny: number | null;
116
+ comments: number | null;
117
117
  reposts: number | null;
118
118
  totalReactions: number | null;
119
119
  }, {
120
- comments: number | null;
121
120
  like: number | null;
122
121
  support: number | null;
123
122
  love: number | null;
124
123
  insight: number | null;
125
124
  celebrate: number | null;
126
125
  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;
250
249
  like: number | null;
251
250
  support: number | null;
252
251
  love: number | null;
253
252
  insight: number | null;
254
253
  celebrate: number | null;
255
254
  funny: number | null;
255
+ comments: number | null;
256
256
  reposts: number | null;
257
257
  totalReactions: number | null;
258
258
  }, {
259
- comments: number | null;
260
259
  like: number | null;
261
260
  support: number | null;
262
261
  love: number | null;
263
262
  insight: number | null;
264
263
  celebrate: number | null;
265
264
  funny: number | null;
265
+ comments: number | null;
266
266
  reposts: number | null;
267
267
  totalReactions: number | null;
268
268
  }>>;
@@ -305,6 +305,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
305
305
  }, "strip", z.ZodTypeAny, {
306
306
  url: string | null;
307
307
  text: string | null;
308
+ urn: string | null;
308
309
  author: {
309
310
  username: string | null;
310
311
  headline: string | null;
@@ -313,15 +314,14 @@ declare const LinkedInPostSchema: z.ZodObject<{
313
314
  profileUrl: string | null;
314
315
  profilePicture: string | null;
315
316
  } | null;
316
- urn: string | null;
317
317
  stats: {
318
- comments: number | null;
319
318
  like: number | null;
320
319
  support: number | null;
321
320
  love: number | null;
322
321
  insight: number | null;
323
322
  celebrate: number | null;
324
323
  funny: number | null;
324
+ comments: number | null;
325
325
  reposts: number | null;
326
326
  totalReactions: number | null;
327
327
  } | null;
@@ -344,6 +344,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
344
344
  }, {
345
345
  url: string | null;
346
346
  text: string | null;
347
+ urn: string | null;
347
348
  author: {
348
349
  username: string | null;
349
350
  headline: string | null;
@@ -352,15 +353,14 @@ declare const LinkedInPostSchema: z.ZodObject<{
352
353
  profileUrl: string | null;
353
354
  profilePicture: string | null;
354
355
  } | null;
355
- urn: string | null;
356
356
  stats: {
357
- comments: number | null;
358
357
  like: number | null;
359
358
  support: number | null;
360
359
  love: number | null;
361
360
  insight: number | null;
362
361
  celebrate: number | null;
363
362
  funny: number | null;
363
+ comments: number | null;
364
364
  reposts: number | null;
365
365
  totalReactions: number | null;
366
366
  } | null;
@@ -384,6 +384,13 @@ 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;
387
394
  author: {
388
395
  username: string | null;
389
396
  headline: string | null;
@@ -392,21 +399,14 @@ declare const LinkedInPostSchema: z.ZodObject<{
392
399
  profileUrl: string | null;
393
400
  profilePicture: string | null;
394
401
  } | 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;
404
403
  like: number | null;
405
404
  support: number | null;
406
405
  love: number | null;
407
406
  insight: number | null;
408
407
  celebrate: number | null;
409
408
  funny: number | null;
409
+ comments: number | null;
410
410
  reposts: number | null;
411
411
  totalReactions: number | null;
412
412
  } | null;
@@ -436,6 +436,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
436
436
  resharedPost: {
437
437
  url: string | null;
438
438
  text: string | null;
439
+ urn: string | null;
439
440
  author: {
440
441
  username: string | null;
441
442
  headline: string | null;
@@ -444,15 +445,14 @@ declare const LinkedInPostSchema: z.ZodObject<{
444
445
  profileUrl: string | null;
445
446
  profilePicture: string | null;
446
447
  } | null;
447
- urn: string | null;
448
448
  stats: {
449
- comments: number | null;
450
449
  like: number | null;
451
450
  support: number | null;
452
451
  love: number | null;
453
452
  insight: number | null;
454
453
  celebrate: number | null;
455
454
  funny: number | null;
455
+ comments: number | null;
456
456
  reposts: number | null;
457
457
  totalReactions: number | null;
458
458
  } | null;
@@ -476,6 +476,13 @@ 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;
479
486
  author: {
480
487
  username: string | null;
481
488
  headline: string | null;
@@ -484,21 +491,14 @@ declare const LinkedInPostSchema: z.ZodObject<{
484
491
  profileUrl: string | null;
485
492
  profilePicture: string | null;
486
493
  } | 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;
496
495
  like: number | null;
497
496
  support: number | null;
498
497
  love: number | null;
499
498
  insight: number | null;
500
499
  celebrate: number | null;
501
500
  funny: number | null;
501
+ comments: number | null;
502
502
  reposts: number | null;
503
503
  totalReactions: number | null;
504
504
  } | null;
@@ -528,6 +528,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
528
528
  resharedPost: {
529
529
  url: string | null;
530
530
  text: string | null;
531
+ urn: string | null;
531
532
  author: {
532
533
  username: string | null;
533
534
  headline: string | null;
@@ -536,15 +537,14 @@ declare const LinkedInPostSchema: z.ZodObject<{
536
537
  profileUrl: string | null;
537
538
  profilePicture: string | null;
538
539
  } | null;
539
- urn: string | null;
540
540
  stats: {
541
- comments: number | null;
542
541
  like: number | null;
543
542
  support: number | null;
544
543
  love: number | null;
545
544
  insight: number | null;
546
545
  celebrate: number | null;
547
546
  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
- to: number | null;
599
598
  from: number | null;
599
+ to: number | null;
600
600
  period: string | null;
601
601
  currency: string | null;
602
602
  }, {
603
- to: number | null;
604
603
  from: number | null;
604
+ to: 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
- to: number | null;
619
618
  from: number | null;
619
+ to: 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
- to: number | null;
641
640
  from: number | null;
641
+ to: 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
- limit?: number | undefined;
1042
1041
  username?: string | undefined;
1042
+ limit?: number | undefined;
1043
1043
  pageNumber?: number | undefined;
1044
1044
  location?: string | undefined;
1045
1045
  keyword?: string | undefined;
1046
- dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
1047
1046
  workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
1047
+ dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
1048
1048
  profileUrl?: string | undefined;
1049
1049
  jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
1050
- experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
1050
+ experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | 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
- limit?: number | undefined;
1056
1055
  username?: string | undefined;
1056
+ limit?: number | undefined;
1057
1057
  pageNumber?: number | undefined;
1058
1058
  location?: string | undefined;
1059
1059
  keyword?: string | undefined;
1060
- dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
1061
1060
  workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
1061
+ dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
1062
1062
  profileUrl?: string | undefined;
1063
1063
  jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
1064
- experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
1064
+ experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | 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
- to: number | null;
1469
1468
  from: number | null;
1469
+ to: number | null;
1470
1470
  period: string | null;
1471
1471
  currency: string | null;
1472
1472
  }, {
1473
- to: number | null;
1474
1473
  from: number | null;
1474
+ to: 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
- to: number | null;
1489
1488
  from: number | null;
1489
+ to: 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
- to: number | null;
1511
1510
  from: number | null;
1511
+ to: 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;
1577
1576
  like: number | null;
1578
1577
  support: number | null;
1579
1578
  love: number | null;
1580
1579
  insight: number | null;
1581
1580
  celebrate: number | null;
1582
1581
  funny: number | null;
1582
+ comments: number | null;
1583
1583
  reposts: number | null;
1584
1584
  totalReactions: number | null;
1585
1585
  }, {
1586
- comments: number | null;
1587
1586
  like: number | null;
1588
1587
  support: number | null;
1589
1588
  love: number | null;
1590
1589
  insight: number | null;
1591
1590
  celebrate: number | null;
1592
1591
  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;
1716
1715
  like: number | null;
1717
1716
  support: number | null;
1718
1717
  love: number | null;
1719
1718
  insight: number | null;
1720
1719
  celebrate: number | null;
1721
1720
  funny: number | null;
1721
+ comments: number | null;
1722
1722
  reposts: number | null;
1723
1723
  totalReactions: number | null;
1724
1724
  }, {
1725
- comments: number | null;
1726
1725
  like: number | null;
1727
1726
  support: number | null;
1728
1727
  love: number | null;
1729
1728
  insight: number | null;
1730
1729
  celebrate: number | null;
1731
1730
  funny: number | null;
1731
+ comments: number | null;
1732
1732
  reposts: number | null;
1733
1733
  totalReactions: number | null;
1734
1734
  }>>;
@@ -1771,6 +1771,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1771
1771
  }, "strip", z.ZodTypeAny, {
1772
1772
  url: string | null;
1773
1773
  text: string | null;
1774
+ urn: string | null;
1774
1775
  author: {
1775
1776
  username: string | null;
1776
1777
  headline: string | null;
@@ -1779,15 +1780,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1779
1780
  profileUrl: string | null;
1780
1781
  profilePicture: string | null;
1781
1782
  } | null;
1782
- urn: string | null;
1783
1783
  stats: {
1784
- comments: number | null;
1785
1784
  like: number | null;
1786
1785
  support: number | null;
1787
1786
  love: number | null;
1788
1787
  insight: number | null;
1789
1788
  celebrate: number | null;
1790
1789
  funny: number | null;
1790
+ comments: number | null;
1791
1791
  reposts: number | null;
1792
1792
  totalReactions: number | null;
1793
1793
  } | null;
@@ -1810,6 +1810,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1810
1810
  }, {
1811
1811
  url: string | null;
1812
1812
  text: string | null;
1813
+ urn: string | null;
1813
1814
  author: {
1814
1815
  username: string | null;
1815
1816
  headline: string | null;
@@ -1818,15 +1819,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1818
1819
  profileUrl: string | null;
1819
1820
  profilePicture: string | null;
1820
1821
  } | null;
1821
- urn: string | null;
1822
1822
  stats: {
1823
- comments: number | null;
1824
1823
  like: number | null;
1825
1824
  support: number | null;
1826
1825
  love: number | null;
1827
1826
  insight: number | null;
1828
1827
  celebrate: number | null;
1829
1828
  funny: number | null;
1829
+ comments: number | null;
1830
1830
  reposts: number | null;
1831
1831
  totalReactions: number | null;
1832
1832
  } | null;
@@ -1850,6 +1850,13 @@ 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;
1853
1860
  author: {
1854
1861
  username: string | null;
1855
1862
  headline: string | null;
@@ -1858,21 +1865,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1858
1865
  profileUrl: string | null;
1859
1866
  profilePicture: string | null;
1860
1867
  } | 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;
1870
1869
  like: number | null;
1871
1870
  support: number | null;
1872
1871
  love: number | null;
1873
1872
  insight: number | null;
1874
1873
  celebrate: number | null;
1875
1874
  funny: number | null;
1875
+ comments: number | null;
1876
1876
  reposts: number | null;
1877
1877
  totalReactions: number | null;
1878
1878
  } | null;
@@ -1902,6 +1902,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1902
1902
  resharedPost: {
1903
1903
  url: string | null;
1904
1904
  text: string | null;
1905
+ urn: string | null;
1905
1906
  author: {
1906
1907
  username: string | null;
1907
1908
  headline: string | null;
@@ -1910,15 +1911,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1910
1911
  profileUrl: string | null;
1911
1912
  profilePicture: string | null;
1912
1913
  } | null;
1913
- urn: string | null;
1914
1914
  stats: {
1915
- comments: number | null;
1916
1915
  like: number | null;
1917
1916
  support: number | null;
1918
1917
  love: number | null;
1919
1918
  insight: number | null;
1920
1919
  celebrate: number | null;
1921
1920
  funny: number | null;
1921
+ comments: number | null;
1922
1922
  reposts: number | null;
1923
1923
  totalReactions: number | null;
1924
1924
  } | null;
@@ -1942,6 +1942,13 @@ 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;
1945
1952
  author: {
1946
1953
  username: string | null;
1947
1954
  headline: string | null;
@@ -1950,21 +1957,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1950
1957
  profileUrl: string | null;
1951
1958
  profilePicture: string | null;
1952
1959
  } | 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;
1962
1961
  like: number | null;
1963
1962
  support: number | null;
1964
1963
  love: number | null;
1965
1964
  insight: number | null;
1966
1965
  celebrate: number | null;
1967
1966
  funny: number | null;
1967
+ comments: number | null;
1968
1968
  reposts: number | null;
1969
1969
  totalReactions: number | null;
1970
1970
  } | null;
@@ -1994,6 +1994,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1994
1994
  resharedPost: {
1995
1995
  url: string | null;
1996
1996
  text: string | null;
1997
+ urn: string | null;
1997
1998
  author: {
1998
1999
  username: string | null;
1999
2000
  headline: string | null;
@@ -2002,15 +2003,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2002
2003
  profileUrl: string | null;
2003
2004
  profilePicture: string | null;
2004
2005
  } | null;
2005
- urn: string | null;
2006
2006
  stats: {
2007
- comments: number | null;
2008
2007
  like: number | null;
2009
2008
  support: number | null;
2010
2009
  love: number | null;
2011
2010
  insight: number | null;
2012
2011
  celebrate: number | null;
2013
2012
  funny: number | null;
2013
+ comments: number | null;
2014
2014
  reposts: number | null;
2015
2015
  totalReactions: number | null;
2016
2016
  } | null;
@@ -2047,6 +2047,13 @@ 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;
2050
2057
  author: {
2051
2058
  username: string | null;
2052
2059
  headline: string | null;
@@ -2055,21 +2062,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2055
2062
  profileUrl: string | null;
2056
2063
  profilePicture: string | null;
2057
2064
  } | 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;
2067
2066
  like: number | null;
2068
2067
  support: number | null;
2069
2068
  love: number | null;
2070
2069
  insight: number | null;
2071
2070
  celebrate: number | null;
2072
2071
  funny: number | null;
2072
+ comments: number | null;
2073
2073
  reposts: number | null;
2074
2074
  totalReactions: number | null;
2075
2075
  } | null;
@@ -2099,6 +2099,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2099
2099
  resharedPost: {
2100
2100
  url: string | null;
2101
2101
  text: string | null;
2102
+ urn: string | null;
2102
2103
  author: {
2103
2104
  username: string | null;
2104
2105
  headline: string | null;
@@ -2107,15 +2108,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2107
2108
  profileUrl: string | null;
2108
2109
  profilePicture: string | null;
2109
2110
  } | null;
2110
- urn: string | null;
2111
2111
  stats: {
2112
- comments: number | null;
2113
2112
  like: number | null;
2114
2113
  support: number | null;
2115
2114
  love: number | null;
2116
2115
  insight: number | null;
2117
2116
  celebrate: number | null;
2118
2117
  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
- to: number | null;
2231
2230
  from: number | null;
2231
+ to: 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;
2245
2244
  totalResults?: number | null | undefined;
2246
2245
  paginationToken?: string | null | undefined;
2246
+ hasNextPage?: boolean | null | undefined;
2247
2247
  }, {
2248
2248
  error: string;
2249
2249
  success: boolean;
@@ -2251,6 +2251,13 @@ 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;
2254
2261
  author: {
2255
2262
  username: string | null;
2256
2263
  headline: string | null;
@@ -2259,21 +2266,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2259
2266
  profileUrl: string | null;
2260
2267
  profilePicture: string | null;
2261
2268
  } | 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;
2271
2270
  like: number | null;
2272
2271
  support: number | null;
2273
2272
  love: number | null;
2274
2273
  insight: number | null;
2275
2274
  celebrate: number | null;
2276
2275
  funny: number | null;
2276
+ comments: number | null;
2277
2277
  reposts: number | null;
2278
2278
  totalReactions: number | null;
2279
2279
  } | null;
@@ -2303,6 +2303,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2303
2303
  resharedPost: {
2304
2304
  url: string | null;
2305
2305
  text: string | null;
2306
+ urn: string | null;
2306
2307
  author: {
2307
2308
  username: string | null;
2308
2309
  headline: string | null;
@@ -2311,15 +2312,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2311
2312
  profileUrl: string | null;
2312
2313
  profilePicture: string | null;
2313
2314
  } | null;
2314
- urn: string | null;
2315
2315
  stats: {
2316
- comments: number | null;
2317
2316
  like: number | null;
2318
2317
  support: number | null;
2319
2318
  love: number | null;
2320
2319
  insight: number | null;
2321
2320
  celebrate: number | null;
2322
2321
  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
- to: number | null;
2435
2434
  from: number | null;
2435
+ to: 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;
2449
2448
  totalResults?: number | null | undefined;
2450
2449
  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
- limit?: number | undefined;
2495
2494
  username?: string | undefined;
2495
+ limit?: number | undefined;
2496
2496
  pageNumber?: number | undefined;
2497
2497
  location?: string | undefined;
2498
2498
  keyword?: string | undefined;
2499
- dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
2500
2499
  workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
2500
+ dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
2501
2501
  profileUrl?: string | undefined;
2502
2502
  jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
2503
- experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
2503
+ experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | 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
- limit?: number | undefined;
2509
2508
  username?: string | undefined;
2509
+ limit?: number | undefined;
2510
2510
  pageNumber?: number | undefined;
2511
2511
  location?: string | undefined;
2512
2512
  keyword?: string | undefined;
2513
- dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
2514
2513
  workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
2514
+ dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
2515
2515
  profileUrl?: string | undefined;
2516
2516
  jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
2517
- experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
2517
+ experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | 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
- to: number | null;
2922
2921
  from: number | null;
2922
+ to: number | null;
2923
2923
  period: string | null;
2924
2924
  currency: string | null;
2925
2925
  }, {
2926
- to: number | null;
2927
2926
  from: number | null;
2927
+ to: 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
- to: number | null;
2942
2941
  from: number | null;
2942
+ to: 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
- to: number | null;
2964
2963
  from: number | null;
2964
+ to: 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;
3030
3029
  like: number | null;
3031
3030
  support: number | null;
3032
3031
  love: number | null;
3033
3032
  insight: number | null;
3034
3033
  celebrate: number | null;
3035
3034
  funny: number | null;
3035
+ comments: number | null;
3036
3036
  reposts: number | null;
3037
3037
  totalReactions: number | null;
3038
3038
  }, {
3039
- comments: number | null;
3040
3039
  like: number | null;
3041
3040
  support: number | null;
3042
3041
  love: number | null;
3043
3042
  insight: number | null;
3044
3043
  celebrate: number | null;
3045
3044
  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;
3169
3168
  like: number | null;
3170
3169
  support: number | null;
3171
3170
  love: number | null;
3172
3171
  insight: number | null;
3173
3172
  celebrate: number | null;
3174
3173
  funny: number | null;
3174
+ comments: number | null;
3175
3175
  reposts: number | null;
3176
3176
  totalReactions: number | null;
3177
3177
  }, {
3178
- comments: number | null;
3179
3178
  like: number | null;
3180
3179
  support: number | null;
3181
3180
  love: number | null;
3182
3181
  insight: number | null;
3183
3182
  celebrate: number | null;
3184
3183
  funny: number | null;
3184
+ comments: number | null;
3185
3185
  reposts: number | null;
3186
3186
  totalReactions: number | null;
3187
3187
  }>>;
@@ -3224,6 +3224,7 @@ 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;
3227
3228
  author: {
3228
3229
  username: string | null;
3229
3230
  headline: string | null;
@@ -3232,15 +3233,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3232
3233
  profileUrl: string | null;
3233
3234
  profilePicture: string | null;
3234
3235
  } | null;
3235
- urn: string | null;
3236
3236
  stats: {
3237
- comments: number | null;
3238
3237
  like: number | null;
3239
3238
  support: number | null;
3240
3239
  love: number | null;
3241
3240
  insight: number | null;
3242
3241
  celebrate: number | null;
3243
3242
  funny: number | null;
3243
+ comments: number | null;
3244
3244
  reposts: number | null;
3245
3245
  totalReactions: number | null;
3246
3246
  } | null;
@@ -3263,6 +3263,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3263
3263
  }, {
3264
3264
  url: string | null;
3265
3265
  text: string | null;
3266
+ urn: string | null;
3266
3267
  author: {
3267
3268
  username: string | null;
3268
3269
  headline: string | null;
@@ -3271,15 +3272,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3271
3272
  profileUrl: string | null;
3272
3273
  profilePicture: string | null;
3273
3274
  } | null;
3274
- urn: string | null;
3275
3275
  stats: {
3276
- comments: number | null;
3277
3276
  like: number | null;
3278
3277
  support: number | null;
3279
3278
  love: number | null;
3280
3279
  insight: number | null;
3281
3280
  celebrate: number | null;
3282
3281
  funny: number | null;
3282
+ comments: number | null;
3283
3283
  reposts: number | null;
3284
3284
  totalReactions: number | null;
3285
3285
  } | null;
@@ -3303,6 +3303,13 @@ 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;
3306
3313
  author: {
3307
3314
  username: string | null;
3308
3315
  headline: string | null;
@@ -3311,21 +3318,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3311
3318
  profileUrl: string | null;
3312
3319
  profilePicture: string | null;
3313
3320
  } | 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;
3323
3322
  like: number | null;
3324
3323
  support: number | null;
3325
3324
  love: number | null;
3326
3325
  insight: number | null;
3327
3326
  celebrate: number | null;
3328
3327
  funny: number | null;
3328
+ comments: number | null;
3329
3329
  reposts: number | null;
3330
3330
  totalReactions: number | null;
3331
3331
  } | null;
@@ -3355,6 +3355,7 @@ 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;
3358
3359
  author: {
3359
3360
  username: string | null;
3360
3361
  headline: string | null;
@@ -3363,15 +3364,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3363
3364
  profileUrl: string | null;
3364
3365
  profilePicture: string | null;
3365
3366
  } | null;
3366
- urn: string | null;
3367
3367
  stats: {
3368
- comments: number | null;
3369
3368
  like: number | null;
3370
3369
  support: number | null;
3371
3370
  love: number | null;
3372
3371
  insight: number | null;
3373
3372
  celebrate: number | null;
3374
3373
  funny: number | null;
3374
+ comments: number | null;
3375
3375
  reposts: number | null;
3376
3376
  totalReactions: number | null;
3377
3377
  } | null;
@@ -3395,6 +3395,13 @@ 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;
3398
3405
  author: {
3399
3406
  username: string | null;
3400
3407
  headline: string | null;
@@ -3403,21 +3410,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3403
3410
  profileUrl: string | null;
3404
3411
  profilePicture: string | null;
3405
3412
  } | 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;
3415
3414
  like: number | null;
3416
3415
  support: number | null;
3417
3416
  love: number | null;
3418
3417
  insight: number | null;
3419
3418
  celebrate: number | null;
3420
3419
  funny: number | null;
3420
+ comments: number | null;
3421
3421
  reposts: number | null;
3422
3422
  totalReactions: number | null;
3423
3423
  } | null;
@@ -3447,6 +3447,7 @@ 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;
3450
3451
  author: {
3451
3452
  username: string | null;
3452
3453
  headline: string | null;
@@ -3455,15 +3456,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3455
3456
  profileUrl: string | null;
3456
3457
  profilePicture: string | null;
3457
3458
  } | null;
3458
- urn: string | null;
3459
3459
  stats: {
3460
- comments: number | null;
3461
3460
  like: number | null;
3462
3461
  support: number | null;
3463
3462
  love: number | null;
3464
3463
  insight: number | null;
3465
3464
  celebrate: number | null;
3466
3465
  funny: number | null;
3466
+ comments: number | null;
3467
3467
  reposts: number | null;
3468
3468
  totalReactions: number | null;
3469
3469
  } | null;
@@ -3500,6 +3500,13 @@ 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;
3503
3510
  author: {
3504
3511
  username: string | null;
3505
3512
  headline: string | null;
@@ -3508,21 +3515,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3508
3515
  profileUrl: string | null;
3509
3516
  profilePicture: string | null;
3510
3517
  } | 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;
3520
3519
  like: number | null;
3521
3520
  support: number | null;
3522
3521
  love: number | null;
3523
3522
  insight: number | null;
3524
3523
  celebrate: number | null;
3525
3524
  funny: number | null;
3525
+ comments: number | null;
3526
3526
  reposts: number | null;
3527
3527
  totalReactions: number | null;
3528
3528
  } | null;
@@ -3552,6 +3552,7 @@ 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;
3555
3556
  author: {
3556
3557
  username: string | null;
3557
3558
  headline: string | null;
@@ -3560,15 +3561,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3560
3561
  profileUrl: string | null;
3561
3562
  profilePicture: string | null;
3562
3563
  } | null;
3563
- urn: string | null;
3564
3564
  stats: {
3565
- comments: number | null;
3566
3565
  like: number | null;
3567
3566
  support: number | null;
3568
3567
  love: number | null;
3569
3568
  insight: number | null;
3570
3569
  celebrate: number | null;
3571
3570
  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
- to: number | null;
3684
3683
  from: number | null;
3684
+ to: 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;
3698
3697
  totalResults?: number | null | undefined;
3699
3698
  paginationToken?: string | null | undefined;
3699
+ hasNextPage?: boolean | null | undefined;
3700
3700
  }, {
3701
3701
  error: string;
3702
3702
  success: boolean;
@@ -3704,6 +3704,13 @@ 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;
3707
3714
  author: {
3708
3715
  username: string | null;
3709
3716
  headline: string | null;
@@ -3712,21 +3719,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3712
3719
  profileUrl: string | null;
3713
3720
  profilePicture: string | null;
3714
3721
  } | 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;
3724
3723
  like: number | null;
3725
3724
  support: number | null;
3726
3725
  love: number | null;
3727
3726
  insight: number | null;
3728
3727
  celebrate: number | null;
3729
3728
  funny: number | null;
3729
+ comments: number | null;
3730
3730
  reposts: number | null;
3731
3731
  totalReactions: number | null;
3732
3732
  } | null;
@@ -3756,6 +3756,7 @@ 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;
3759
3760
  author: {
3760
3761
  username: string | null;
3761
3762
  headline: string | null;
@@ -3764,15 +3765,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3764
3765
  profileUrl: string | null;
3765
3766
  profilePicture: string | null;
3766
3767
  } | null;
3767
- urn: string | null;
3768
3768
  stats: {
3769
- comments: number | null;
3770
3769
  like: number | null;
3771
3770
  support: number | null;
3772
3771
  love: number | null;
3773
3772
  insight: number | null;
3774
3773
  celebrate: number | null;
3775
3774
  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
- to: number | null;
3888
3887
  from: number | null;
3888
+ to: 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;
3902
3901
  totalResults?: number | null | undefined;
3903
3902
  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 ";