@bubblelab/bubble-core 0.1.169 → 0.1.170

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 (34) hide show
  1. package/dist/bubble-bundle.d.ts +60 -60
  2. package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
  3. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  4. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +40 -40
  5. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +100 -100
  6. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
  7. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +2 -2
  8. package/dist/bubbles/service-bubble/capability-pipeline.js +2 -2
  9. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +74 -74
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
  12. package/dist/bubbles/service-bubble/firecrawl.d.ts +152 -152
  13. package/dist/bubbles/service-bubble/gmail.d.ts +88 -88
  14. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  15. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +46 -46
  16. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  17. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +1 -1
  18. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +3 -3
  19. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
  20. package/dist/bubbles/service-bubble/slack/slack.d.ts +136 -136
  21. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +15 -15
  22. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +279 -279
  23. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +6 -6
  24. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  25. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +54 -54
  26. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +80 -80
  27. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +22 -22
  28. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +10 -10
  29. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +20 -20
  30. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
  31. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +18 -18
  32. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +10 -10
  33. package/dist/bubbles.json +19 -9
  34. package/package.json +2 -2
@@ -304,16 +304,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
304
304
  }>>;
305
305
  }, "strip", z.ZodTypeAny, {
306
306
  url: string | null;
307
- text: string | null;
308
- urn: string | null;
309
- author: {
310
- username: string | null;
311
- headline: string | null;
312
- firstName: string | null;
313
- lastName: string | null;
314
- profileUrl: string | null;
315
- profilePicture: string | null;
316
- } | null;
317
307
  stats: {
318
308
  like: number | null;
319
309
  support: number | null;
@@ -325,6 +315,16 @@ declare const LinkedInPostSchema: z.ZodObject<{
325
315
  reposts: number | null;
326
316
  totalReactions: number | null;
327
317
  } | null;
318
+ text: string | null;
319
+ urn: string | null;
320
+ author: {
321
+ username: string | null;
322
+ headline: string | null;
323
+ firstName: string | null;
324
+ lastName: string | null;
325
+ profileUrl: string | null;
326
+ profilePicture: string | null;
327
+ } | null;
328
328
  media: {
329
329
  type: string | null;
330
330
  url: string | null;
@@ -343,16 +343,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
343
343
  postType: string | null;
344
344
  }, {
345
345
  url: string | null;
346
- text: string | null;
347
- urn: string | null;
348
- author: {
349
- username: string | null;
350
- headline: string | null;
351
- firstName: string | null;
352
- lastName: string | null;
353
- profileUrl: string | null;
354
- profilePicture: string | null;
355
- } | null;
356
346
  stats: {
357
347
  like: number | null;
358
348
  support: number | null;
@@ -364,6 +354,16 @@ declare const LinkedInPostSchema: z.ZodObject<{
364
354
  reposts: number | null;
365
355
  totalReactions: number | null;
366
356
  } | null;
357
+ text: string | null;
358
+ urn: string | null;
359
+ author: {
360
+ username: string | null;
361
+ headline: string | null;
362
+ firstName: string | null;
363
+ lastName: string | null;
364
+ profileUrl: string | null;
365
+ profilePicture: string | null;
366
+ } | null;
367
367
  media: {
368
368
  type: string | null;
369
369
  url: string | null;
@@ -383,6 +383,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
383
383
  }>>;
384
384
  }, "strip", z.ZodTypeAny, {
385
385
  url: string | null;
386
+ stats: {
387
+ like: number | null;
388
+ support: number | null;
389
+ love: number | null;
390
+ insight: number | null;
391
+ celebrate: number | null;
392
+ funny: number | null;
393
+ comments: number | null;
394
+ reposts: number | null;
395
+ totalReactions: number | null;
396
+ } | null;
386
397
  text: string | null;
387
398
  document: {
388
399
  title: string | null;
@@ -399,17 +410,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
399
410
  profileUrl: string | null;
400
411
  profilePicture: string | null;
401
412
  } | null;
402
- stats: {
403
- like: number | null;
404
- support: number | null;
405
- love: number | null;
406
- insight: number | null;
407
- celebrate: number | null;
408
- funny: number | null;
409
- comments: number | null;
410
- reposts: number | null;
411
- totalReactions: number | null;
412
- } | null;
413
413
  media: {
414
414
  type: string | null;
415
415
  url: string | null;
@@ -435,16 +435,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
435
435
  postType: string | null;
436
436
  resharedPost: {
437
437
  url: string | null;
438
- text: string | null;
439
- urn: string | null;
440
- author: {
441
- username: string | null;
442
- headline: string | null;
443
- firstName: string | null;
444
- lastName: string | null;
445
- profileUrl: string | null;
446
- profilePicture: string | null;
447
- } | null;
448
438
  stats: {
449
439
  like: number | null;
450
440
  support: number | null;
@@ -456,6 +446,16 @@ declare const LinkedInPostSchema: z.ZodObject<{
456
446
  reposts: number | null;
457
447
  totalReactions: number | null;
458
448
  } | null;
449
+ text: string | null;
450
+ urn: string | null;
451
+ author: {
452
+ username: string | null;
453
+ headline: string | null;
454
+ firstName: string | null;
455
+ lastName: string | null;
456
+ profileUrl: string | null;
457
+ profilePicture: string | null;
458
+ } | null;
459
459
  media: {
460
460
  type: string | null;
461
461
  url: string | null;
@@ -475,6 +475,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
475
475
  } | null;
476
476
  }, {
477
477
  url: string | null;
478
+ stats: {
479
+ like: number | null;
480
+ support: number | null;
481
+ love: number | null;
482
+ insight: number | null;
483
+ celebrate: number | null;
484
+ funny: number | null;
485
+ comments: number | null;
486
+ reposts: number | null;
487
+ totalReactions: number | null;
488
+ } | null;
478
489
  text: string | null;
479
490
  document: {
480
491
  title: string | null;
@@ -491,17 +502,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
491
502
  profileUrl: string | null;
492
503
  profilePicture: string | null;
493
504
  } | null;
494
- stats: {
495
- like: number | null;
496
- support: number | null;
497
- love: number | null;
498
- insight: number | null;
499
- celebrate: number | null;
500
- funny: number | null;
501
- comments: number | null;
502
- reposts: number | null;
503
- totalReactions: number | null;
504
- } | null;
505
505
  media: {
506
506
  type: string | null;
507
507
  url: string | null;
@@ -527,16 +527,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
527
527
  postType: string | null;
528
528
  resharedPost: {
529
529
  url: string | null;
530
- text: string | null;
531
- urn: string | null;
532
- author: {
533
- username: string | null;
534
- headline: string | null;
535
- firstName: string | null;
536
- lastName: string | null;
537
- profileUrl: string | null;
538
- profilePicture: string | null;
539
- } | null;
540
530
  stats: {
541
531
  like: number | null;
542
532
  support: number | null;
@@ -548,6 +538,16 @@ declare const LinkedInPostSchema: z.ZodObject<{
548
538
  reposts: number | null;
549
539
  totalReactions: number | null;
550
540
  } | null;
541
+ text: string | null;
542
+ urn: string | null;
543
+ author: {
544
+ username: string | null;
545
+ headline: string | null;
546
+ firstName: string | null;
547
+ lastName: string | null;
548
+ profileUrl: string | null;
549
+ profilePicture: string | null;
550
+ } | null;
551
551
  media: {
552
552
  type: string | null;
553
553
  url: string | null;
@@ -1770,16 +1770,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1770
1770
  }>>;
1771
1771
  }, "strip", z.ZodTypeAny, {
1772
1772
  url: string | null;
1773
- text: string | null;
1774
- urn: string | null;
1775
- author: {
1776
- username: string | null;
1777
- headline: string | null;
1778
- firstName: string | null;
1779
- lastName: string | null;
1780
- profileUrl: string | null;
1781
- profilePicture: string | null;
1782
- } | null;
1783
1773
  stats: {
1784
1774
  like: number | null;
1785
1775
  support: number | null;
@@ -1791,6 +1781,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1791
1781
  reposts: number | null;
1792
1782
  totalReactions: number | null;
1793
1783
  } | null;
1784
+ text: string | null;
1785
+ urn: string | null;
1786
+ author: {
1787
+ username: string | null;
1788
+ headline: string | null;
1789
+ firstName: string | null;
1790
+ lastName: string | null;
1791
+ profileUrl: string | null;
1792
+ profilePicture: string | null;
1793
+ } | null;
1794
1794
  media: {
1795
1795
  type: string | null;
1796
1796
  url: string | null;
@@ -1809,16 +1809,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1809
1809
  postType: string | null;
1810
1810
  }, {
1811
1811
  url: string | null;
1812
- text: string | null;
1813
- urn: string | null;
1814
- author: {
1815
- username: string | null;
1816
- headline: string | null;
1817
- firstName: string | null;
1818
- lastName: string | null;
1819
- profileUrl: string | null;
1820
- profilePicture: string | null;
1821
- } | null;
1822
1812
  stats: {
1823
1813
  like: number | null;
1824
1814
  support: number | null;
@@ -1830,6 +1820,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1830
1820
  reposts: number | null;
1831
1821
  totalReactions: number | null;
1832
1822
  } | null;
1823
+ text: string | null;
1824
+ urn: string | null;
1825
+ author: {
1826
+ username: string | null;
1827
+ headline: string | null;
1828
+ firstName: string | null;
1829
+ lastName: string | null;
1830
+ profileUrl: string | null;
1831
+ profilePicture: string | null;
1832
+ } | null;
1833
1833
  media: {
1834
1834
  type: string | null;
1835
1835
  url: string | null;
@@ -1849,6 +1849,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1849
1849
  }>>;
1850
1850
  }, "strip", z.ZodTypeAny, {
1851
1851
  url: string | null;
1852
+ stats: {
1853
+ like: number | null;
1854
+ support: number | null;
1855
+ love: number | null;
1856
+ insight: number | null;
1857
+ celebrate: number | null;
1858
+ funny: number | null;
1859
+ comments: number | null;
1860
+ reposts: number | null;
1861
+ totalReactions: number | null;
1862
+ } | null;
1852
1863
  text: string | null;
1853
1864
  document: {
1854
1865
  title: string | null;
@@ -1865,17 +1876,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1865
1876
  profileUrl: string | null;
1866
1877
  profilePicture: string | null;
1867
1878
  } | null;
1868
- stats: {
1869
- like: number | null;
1870
- support: number | null;
1871
- love: number | null;
1872
- insight: number | null;
1873
- celebrate: number | null;
1874
- funny: number | null;
1875
- comments: number | null;
1876
- reposts: number | null;
1877
- totalReactions: number | null;
1878
- } | null;
1879
1879
  media: {
1880
1880
  type: string | null;
1881
1881
  url: string | null;
@@ -1901,16 +1901,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1901
1901
  postType: string | null;
1902
1902
  resharedPost: {
1903
1903
  url: string | null;
1904
- text: string | null;
1905
- urn: string | null;
1906
- author: {
1907
- username: string | null;
1908
- headline: string | null;
1909
- firstName: string | null;
1910
- lastName: string | null;
1911
- profileUrl: string | null;
1912
- profilePicture: string | null;
1913
- } | null;
1914
1904
  stats: {
1915
1905
  like: number | null;
1916
1906
  support: number | null;
@@ -1922,6 +1912,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1922
1912
  reposts: number | null;
1923
1913
  totalReactions: number | null;
1924
1914
  } | null;
1915
+ text: string | null;
1916
+ urn: string | null;
1917
+ author: {
1918
+ username: string | null;
1919
+ headline: string | null;
1920
+ firstName: string | null;
1921
+ lastName: string | null;
1922
+ profileUrl: string | null;
1923
+ profilePicture: string | null;
1924
+ } | null;
1925
1925
  media: {
1926
1926
  type: string | null;
1927
1927
  url: string | null;
@@ -1941,6 +1941,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1941
1941
  } | null;
1942
1942
  }, {
1943
1943
  url: string | null;
1944
+ stats: {
1945
+ like: number | null;
1946
+ support: number | null;
1947
+ love: number | null;
1948
+ insight: number | null;
1949
+ celebrate: number | null;
1950
+ funny: number | null;
1951
+ comments: number | null;
1952
+ reposts: number | null;
1953
+ totalReactions: number | null;
1954
+ } | null;
1944
1955
  text: string | null;
1945
1956
  document: {
1946
1957
  title: string | null;
@@ -1957,17 +1968,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1957
1968
  profileUrl: string | null;
1958
1969
  profilePicture: string | null;
1959
1970
  } | null;
1960
- stats: {
1961
- like: number | null;
1962
- support: number | null;
1963
- love: number | null;
1964
- insight: number | null;
1965
- celebrate: number | null;
1966
- funny: number | null;
1967
- comments: number | null;
1968
- reposts: number | null;
1969
- totalReactions: number | null;
1970
- } | null;
1971
1971
  media: {
1972
1972
  type: string | null;
1973
1973
  url: string | null;
@@ -1993,16 +1993,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1993
1993
  postType: string | null;
1994
1994
  resharedPost: {
1995
1995
  url: string | null;
1996
- text: string | null;
1997
- urn: string | null;
1998
- author: {
1999
- username: string | null;
2000
- headline: string | null;
2001
- firstName: string | null;
2002
- lastName: string | null;
2003
- profileUrl: string | null;
2004
- profilePicture: string | null;
2005
- } | null;
2006
1996
  stats: {
2007
1997
  like: number | null;
2008
1998
  support: number | null;
@@ -2014,6 +2004,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2014
2004
  reposts: number | null;
2015
2005
  totalReactions: number | null;
2016
2006
  } | null;
2007
+ text: string | null;
2008
+ urn: string | null;
2009
+ author: {
2010
+ username: string | null;
2011
+ headline: string | null;
2012
+ firstName: string | null;
2013
+ lastName: string | null;
2014
+ profileUrl: string | null;
2015
+ profilePicture: string | null;
2016
+ } | null;
2017
2017
  media: {
2018
2018
  type: string | null;
2019
2019
  url: string | null;
@@ -2046,22 +2046,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2046
2046
  operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
2047
2047
  posts: {
2048
2048
  url: string | null;
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
- author: {
2058
- username: string | null;
2059
- headline: string | null;
2060
- firstName: string | null;
2061
- lastName: string | null;
2062
- profileUrl: string | null;
2063
- profilePicture: string | null;
2064
- } | null;
2065
2049
  stats: {
2066
2050
  like: number | null;
2067
2051
  support: number | null;
@@ -2073,6 +2057,22 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2073
2057
  reposts: number | null;
2074
2058
  totalReactions: number | null;
2075
2059
  } | null;
2060
+ text: string | null;
2061
+ document: {
2062
+ title: string | null;
2063
+ url: string | null;
2064
+ thumbnail: string | null;
2065
+ pageCount: number | null;
2066
+ } | null;
2067
+ urn: string | null;
2068
+ author: {
2069
+ username: string | null;
2070
+ headline: string | null;
2071
+ firstName: string | null;
2072
+ lastName: string | null;
2073
+ profileUrl: string | null;
2074
+ profilePicture: string | null;
2075
+ } | null;
2076
2076
  media: {
2077
2077
  type: string | null;
2078
2078
  url: string | null;
@@ -2098,16 +2098,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2098
2098
  postType: string | null;
2099
2099
  resharedPost: {
2100
2100
  url: string | null;
2101
- text: string | null;
2102
- urn: string | null;
2103
- author: {
2104
- username: string | null;
2105
- headline: string | null;
2106
- firstName: string | null;
2107
- lastName: string | null;
2108
- profileUrl: string | null;
2109
- profilePicture: string | null;
2110
- } | null;
2111
2101
  stats: {
2112
2102
  like: number | null;
2113
2103
  support: number | null;
@@ -2119,6 +2109,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2119
2109
  reposts: number | null;
2120
2110
  totalReactions: number | null;
2121
2111
  } | null;
2112
+ text: string | null;
2113
+ urn: string | null;
2114
+ author: {
2115
+ username: string | null;
2116
+ headline: string | null;
2117
+ firstName: string | null;
2118
+ lastName: string | null;
2119
+ profileUrl: string | null;
2120
+ profilePicture: string | null;
2121
+ } | null;
2122
2122
  media: {
2123
2123
  type: string | null;
2124
2124
  url: string | null;
@@ -2138,7 +2138,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2138
2138
  } | null;
2139
2139
  }[];
2140
2140
  totalPosts: number;
2141
- username?: string | undefined;
2142
2141
  profile?: {
2143
2142
  id: string | null;
2144
2143
  photo: string | null;
@@ -2217,6 +2216,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2217
2216
  proficiency: string | null;
2218
2217
  }[] | null;
2219
2218
  } | null | undefined;
2219
+ username?: string | undefined;
2220
2220
  keyword?: string | undefined;
2221
2221
  jobs?: {
2222
2222
  description: string | null;
@@ -2250,6 +2250,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2250
2250
  operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
2251
2251
  posts: {
2252
2252
  url: string | null;
2253
+ stats: {
2254
+ like: number | null;
2255
+ support: number | null;
2256
+ love: number | null;
2257
+ insight: number | null;
2258
+ celebrate: number | null;
2259
+ funny: number | null;
2260
+ comments: number | null;
2261
+ reposts: number | null;
2262
+ totalReactions: number | null;
2263
+ } | null;
2253
2264
  text: string | null;
2254
2265
  document: {
2255
2266
  title: string | null;
@@ -2266,17 +2277,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2266
2277
  profileUrl: string | null;
2267
2278
  profilePicture: string | null;
2268
2279
  } | null;
2269
- stats: {
2270
- like: number | null;
2271
- support: number | null;
2272
- love: number | null;
2273
- insight: number | null;
2274
- celebrate: number | null;
2275
- funny: number | null;
2276
- comments: number | null;
2277
- reposts: number | null;
2278
- totalReactions: number | null;
2279
- } | null;
2280
2280
  media: {
2281
2281
  type: string | null;
2282
2282
  url: string | null;
@@ -2302,16 +2302,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2302
2302
  postType: string | null;
2303
2303
  resharedPost: {
2304
2304
  url: string | null;
2305
- text: string | null;
2306
- urn: string | null;
2307
- author: {
2308
- username: string | null;
2309
- headline: string | null;
2310
- firstName: string | null;
2311
- lastName: string | null;
2312
- profileUrl: string | null;
2313
- profilePicture: string | null;
2314
- } | null;
2315
2305
  stats: {
2316
2306
  like: number | null;
2317
2307
  support: number | null;
@@ -2323,6 +2313,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2323
2313
  reposts: number | null;
2324
2314
  totalReactions: number | null;
2325
2315
  } | null;
2316
+ text: string | null;
2317
+ urn: string | null;
2318
+ author: {
2319
+ username: string | null;
2320
+ headline: string | null;
2321
+ firstName: string | null;
2322
+ lastName: string | null;
2323
+ profileUrl: string | null;
2324
+ profilePicture: string | null;
2325
+ } | null;
2326
2326
  media: {
2327
2327
  type: string | null;
2328
2328
  url: string | null;
@@ -2342,7 +2342,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2342
2342
  } | null;
2343
2343
  }[];
2344
2344
  totalPosts: number;
2345
- username?: string | undefined;
2346
2345
  profile?: {
2347
2346
  id: string | null;
2348
2347
  photo: string | null;
@@ -2421,6 +2420,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2421
2420
  proficiency: string | null;
2422
2421
  }[] | null;
2423
2422
  } | null | undefined;
2423
+ username?: string | undefined;
2424
2424
  keyword?: string | undefined;
2425
2425
  jobs?: {
2426
2426
  description: string | null;
@@ -3223,16 +3223,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3223
3223
  }>>;
3224
3224
  }, "strip", z.ZodTypeAny, {
3225
3225
  url: string | null;
3226
- text: string | null;
3227
- urn: string | null;
3228
- author: {
3229
- username: string | null;
3230
- headline: string | null;
3231
- firstName: string | null;
3232
- lastName: string | null;
3233
- profileUrl: string | null;
3234
- profilePicture: string | null;
3235
- } | null;
3236
3226
  stats: {
3237
3227
  like: number | null;
3238
3228
  support: number | null;
@@ -3244,6 +3234,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3244
3234
  reposts: number | null;
3245
3235
  totalReactions: number | null;
3246
3236
  } | null;
3237
+ text: string | null;
3238
+ urn: string | null;
3239
+ author: {
3240
+ username: string | null;
3241
+ headline: string | null;
3242
+ firstName: string | null;
3243
+ lastName: string | null;
3244
+ profileUrl: string | null;
3245
+ profilePicture: string | null;
3246
+ } | null;
3247
3247
  media: {
3248
3248
  type: string | null;
3249
3249
  url: string | null;
@@ -3262,16 +3262,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3262
3262
  postType: string | null;
3263
3263
  }, {
3264
3264
  url: string | null;
3265
- text: string | null;
3266
- urn: string | null;
3267
- author: {
3268
- username: string | null;
3269
- headline: string | null;
3270
- firstName: string | null;
3271
- lastName: string | null;
3272
- profileUrl: string | null;
3273
- profilePicture: string | null;
3274
- } | null;
3275
3265
  stats: {
3276
3266
  like: number | null;
3277
3267
  support: number | null;
@@ -3283,6 +3273,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3283
3273
  reposts: number | null;
3284
3274
  totalReactions: number | null;
3285
3275
  } | null;
3276
+ text: string | null;
3277
+ urn: string | null;
3278
+ author: {
3279
+ username: string | null;
3280
+ headline: string | null;
3281
+ firstName: string | null;
3282
+ lastName: string | null;
3283
+ profileUrl: string | null;
3284
+ profilePicture: string | null;
3285
+ } | null;
3286
3286
  media: {
3287
3287
  type: string | null;
3288
3288
  url: string | null;
@@ -3302,6 +3302,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3302
3302
  }>>;
3303
3303
  }, "strip", z.ZodTypeAny, {
3304
3304
  url: string | null;
3305
+ stats: {
3306
+ like: number | null;
3307
+ support: number | null;
3308
+ love: number | null;
3309
+ insight: number | null;
3310
+ celebrate: number | null;
3311
+ funny: number | null;
3312
+ comments: number | null;
3313
+ reposts: number | null;
3314
+ totalReactions: number | null;
3315
+ } | null;
3305
3316
  text: string | null;
3306
3317
  document: {
3307
3318
  title: string | null;
@@ -3318,17 +3329,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3318
3329
  profileUrl: string | null;
3319
3330
  profilePicture: string | null;
3320
3331
  } | null;
3321
- stats: {
3322
- like: number | null;
3323
- support: number | null;
3324
- love: number | null;
3325
- insight: number | null;
3326
- celebrate: number | null;
3327
- funny: number | null;
3328
- comments: number | null;
3329
- reposts: number | null;
3330
- totalReactions: number | null;
3331
- } | null;
3332
3332
  media: {
3333
3333
  type: string | null;
3334
3334
  url: string | null;
@@ -3354,16 +3354,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3354
3354
  postType: string | null;
3355
3355
  resharedPost: {
3356
3356
  url: string | null;
3357
- text: string | null;
3358
- urn: string | null;
3359
- author: {
3360
- username: string | null;
3361
- headline: string | null;
3362
- firstName: string | null;
3363
- lastName: string | null;
3364
- profileUrl: string | null;
3365
- profilePicture: string | null;
3366
- } | null;
3367
3357
  stats: {
3368
3358
  like: number | null;
3369
3359
  support: number | null;
@@ -3375,6 +3365,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3375
3365
  reposts: number | null;
3376
3366
  totalReactions: number | null;
3377
3367
  } | null;
3368
+ text: string | null;
3369
+ urn: string | null;
3370
+ author: {
3371
+ username: string | null;
3372
+ headline: string | null;
3373
+ firstName: string | null;
3374
+ lastName: string | null;
3375
+ profileUrl: string | null;
3376
+ profilePicture: string | null;
3377
+ } | null;
3378
3378
  media: {
3379
3379
  type: string | null;
3380
3380
  url: string | null;
@@ -3394,6 +3394,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3394
3394
  } | null;
3395
3395
  }, {
3396
3396
  url: string | null;
3397
+ stats: {
3398
+ like: number | null;
3399
+ support: number | null;
3400
+ love: number | null;
3401
+ insight: number | null;
3402
+ celebrate: number | null;
3403
+ funny: number | null;
3404
+ comments: number | null;
3405
+ reposts: number | null;
3406
+ totalReactions: number | null;
3407
+ } | null;
3397
3408
  text: string | null;
3398
3409
  document: {
3399
3410
  title: string | null;
@@ -3410,17 +3421,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3410
3421
  profileUrl: string | null;
3411
3422
  profilePicture: string | null;
3412
3423
  } | null;
3413
- stats: {
3414
- like: number | null;
3415
- support: number | null;
3416
- love: number | null;
3417
- insight: number | null;
3418
- celebrate: number | null;
3419
- funny: number | null;
3420
- comments: number | null;
3421
- reposts: number | null;
3422
- totalReactions: number | null;
3423
- } | null;
3424
3424
  media: {
3425
3425
  type: string | null;
3426
3426
  url: string | null;
@@ -3446,16 +3446,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3446
3446
  postType: string | null;
3447
3447
  resharedPost: {
3448
3448
  url: string | null;
3449
- text: string | null;
3450
- urn: string | null;
3451
- author: {
3452
- username: string | null;
3453
- headline: string | null;
3454
- firstName: string | null;
3455
- lastName: string | null;
3456
- profileUrl: string | null;
3457
- profilePicture: string | null;
3458
- } | null;
3459
3449
  stats: {
3460
3450
  like: number | null;
3461
3451
  support: number | null;
@@ -3467,6 +3457,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3467
3457
  reposts: number | null;
3468
3458
  totalReactions: number | null;
3469
3459
  } | null;
3460
+ text: string | null;
3461
+ urn: string | null;
3462
+ author: {
3463
+ username: string | null;
3464
+ headline: string | null;
3465
+ firstName: string | null;
3466
+ lastName: string | null;
3467
+ profileUrl: string | null;
3468
+ profilePicture: string | null;
3469
+ } | null;
3470
3470
  media: {
3471
3471
  type: string | null;
3472
3472
  url: string | null;
@@ -3499,6 +3499,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3499
3499
  operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
3500
3500
  posts: {
3501
3501
  url: string | null;
3502
+ stats: {
3503
+ like: number | null;
3504
+ support: number | null;
3505
+ love: number | null;
3506
+ insight: number | null;
3507
+ celebrate: number | null;
3508
+ funny: number | null;
3509
+ comments: number | null;
3510
+ reposts: number | null;
3511
+ totalReactions: number | null;
3512
+ } | null;
3502
3513
  text: string | null;
3503
3514
  document: {
3504
3515
  title: string | null;
@@ -3515,17 +3526,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3515
3526
  profileUrl: string | null;
3516
3527
  profilePicture: string | null;
3517
3528
  } | null;
3518
- stats: {
3519
- like: number | null;
3520
- support: number | null;
3521
- love: number | null;
3522
- insight: number | null;
3523
- celebrate: number | null;
3524
- funny: number | null;
3525
- comments: number | null;
3526
- reposts: number | null;
3527
- totalReactions: number | null;
3528
- } | null;
3529
3529
  media: {
3530
3530
  type: string | null;
3531
3531
  url: string | null;
@@ -3551,16 +3551,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3551
3551
  postType: string | null;
3552
3552
  resharedPost: {
3553
3553
  url: string | null;
3554
- text: string | null;
3555
- urn: string | null;
3556
- author: {
3557
- username: string | null;
3558
- headline: string | null;
3559
- firstName: string | null;
3560
- lastName: string | null;
3561
- profileUrl: string | null;
3562
- profilePicture: string | null;
3563
- } | null;
3564
3554
  stats: {
3565
3555
  like: number | null;
3566
3556
  support: number | null;
@@ -3572,6 +3562,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3572
3562
  reposts: number | null;
3573
3563
  totalReactions: number | null;
3574
3564
  } | null;
3565
+ text: string | null;
3566
+ urn: string | null;
3567
+ author: {
3568
+ username: string | null;
3569
+ headline: string | null;
3570
+ firstName: string | null;
3571
+ lastName: string | null;
3572
+ profileUrl: string | null;
3573
+ profilePicture: string | null;
3574
+ } | null;
3575
3575
  media: {
3576
3576
  type: string | null;
3577
3577
  url: string | null;
@@ -3591,7 +3591,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3591
3591
  } | null;
3592
3592
  }[];
3593
3593
  totalPosts: number;
3594
- username?: string | undefined;
3595
3594
  profile?: {
3596
3595
  id: string | null;
3597
3596
  photo: string | null;
@@ -3670,6 +3669,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3670
3669
  proficiency: string | null;
3671
3670
  }[] | null;
3672
3671
  } | null | undefined;
3672
+ username?: string | undefined;
3673
3673
  keyword?: string | undefined;
3674
3674
  jobs?: {
3675
3675
  description: string | null;
@@ -3703,6 +3703,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3703
3703
  operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
3704
3704
  posts: {
3705
3705
  url: string | null;
3706
+ stats: {
3707
+ like: number | null;
3708
+ support: number | null;
3709
+ love: number | null;
3710
+ insight: number | null;
3711
+ celebrate: number | null;
3712
+ funny: number | null;
3713
+ comments: number | null;
3714
+ reposts: number | null;
3715
+ totalReactions: number | null;
3716
+ } | null;
3706
3717
  text: string | null;
3707
3718
  document: {
3708
3719
  title: string | null;
@@ -3719,17 +3730,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3719
3730
  profileUrl: string | null;
3720
3731
  profilePicture: string | null;
3721
3732
  } | null;
3722
- stats: {
3723
- like: number | null;
3724
- support: number | null;
3725
- love: number | null;
3726
- insight: number | null;
3727
- celebrate: number | null;
3728
- funny: number | null;
3729
- comments: number | null;
3730
- reposts: number | null;
3731
- totalReactions: number | null;
3732
- } | null;
3733
3733
  media: {
3734
3734
  type: string | null;
3735
3735
  url: string | null;
@@ -3755,16 +3755,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3755
3755
  postType: string | null;
3756
3756
  resharedPost: {
3757
3757
  url: string | null;
3758
- text: string | null;
3759
- urn: string | null;
3760
- author: {
3761
- username: string | null;
3762
- headline: string | null;
3763
- firstName: string | null;
3764
- lastName: string | null;
3765
- profileUrl: string | null;
3766
- profilePicture: string | null;
3767
- } | null;
3768
3758
  stats: {
3769
3759
  like: number | null;
3770
3760
  support: number | null;
@@ -3776,6 +3766,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3776
3766
  reposts: number | null;
3777
3767
  totalReactions: number | null;
3778
3768
  } | null;
3769
+ text: string | null;
3770
+ urn: string | null;
3771
+ author: {
3772
+ username: string | null;
3773
+ headline: string | null;
3774
+ firstName: string | null;
3775
+ lastName: string | null;
3776
+ profileUrl: string | null;
3777
+ profilePicture: string | null;
3778
+ } | null;
3779
3779
  media: {
3780
3780
  type: string | null;
3781
3781
  url: string | null;
@@ -3795,7 +3795,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3795
3795
  } | null;
3796
3796
  }[];
3797
3797
  totalPosts: number;
3798
- username?: string | undefined;
3799
3798
  profile?: {
3800
3799
  id: string | null;
3801
3800
  photo: string | null;
@@ -3874,6 +3873,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3874
3873
  proficiency: string | null;
3875
3874
  }[] | null;
3876
3875
  } | null | undefined;
3876
+ username?: string | undefined;
3877
3877
  keyword?: string | undefined;
3878
3878
  jobs?: {
3879
3879
  description: string | null;