@bubblelab/bubble-core 0.1.170 → 0.1.172

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 (87) hide show
  1. package/dist/bubble-bundle.d.ts +157 -112
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +4 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.d.ts +84 -84
  6. package/dist/bubbles/service-bubble/airtable.d.ts +100 -100
  7. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  8. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  9. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  13. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  14. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  15. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  16. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
  17. package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
  18. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +74 -74
  19. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
  20. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +3 -3
  21. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +3 -3
  22. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  23. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  24. package/dist/bubbles/service-bubble/firecrawl.d.ts +202 -202
  25. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/github.d.ts +12 -12
  27. package/dist/bubbles/service-bubble/gmail.d.ts +16 -16
  28. package/dist/bubbles/service-bubble/google-calendar.d.ts +80 -80
  29. package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
  30. package/dist/bubbles/service-bubble/http.d.ts +6 -6
  31. package/dist/bubbles/service-bubble/insforge-db.d.ts +6 -6
  32. package/dist/bubbles/service-bubble/jira/jira.d.ts +16 -16
  33. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +18 -18
  34. package/dist/bubbles/service-bubble/linear/index.d.ts +5 -0
  35. package/dist/bubbles/service-bubble/linear/index.d.ts.map +1 -0
  36. package/dist/bubbles/service-bubble/linear/index.js +5 -0
  37. package/dist/bubbles/service-bubble/linear/index.js.map +1 -0
  38. package/dist/bubbles/service-bubble/linear/linear.d.ts +1695 -0
  39. package/dist/bubbles/service-bubble/linear/linear.d.ts.map +1 -0
  40. package/dist/bubbles/service-bubble/linear/linear.integration.flow.d.ts +33 -0
  41. package/dist/bubbles/service-bubble/linear/linear.integration.flow.d.ts.map +1 -0
  42. package/dist/bubbles/service-bubble/linear/linear.integration.flow.js +432 -0
  43. package/dist/bubbles/service-bubble/linear/linear.integration.flow.js.map +1 -0
  44. package/dist/bubbles/service-bubble/linear/linear.js +463 -0
  45. package/dist/bubbles/service-bubble/linear/linear.js.map +1 -0
  46. package/dist/bubbles/service-bubble/linear/linear.schema.d.ts +2059 -0
  47. package/dist/bubbles/service-bubble/linear/linear.schema.d.ts.map +1 -0
  48. package/dist/bubbles/service-bubble/linear/linear.schema.js +444 -0
  49. package/dist/bubbles/service-bubble/linear/linear.schema.js.map +1 -0
  50. package/dist/bubbles/service-bubble/linear/linear.utils.d.ts +24 -0
  51. package/dist/bubbles/service-bubble/linear/linear.utils.d.ts.map +1 -0
  52. package/dist/bubbles/service-bubble/linear/linear.utils.js +288 -0
  53. package/dist/bubbles/service-bubble/linear/linear.utils.js.map +1 -0
  54. package/dist/bubbles/service-bubble/notion/notion.d.ts +272 -272
  55. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  56. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  57. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +8 -8
  58. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +12 -12
  59. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  60. package/dist/bubbles/service-bubble/slack/slack.d.ts +160 -160
  61. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  62. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  63. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
  64. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  65. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  66. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +106 -106
  67. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
  69. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  71. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
  72. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +54 -54
  73. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  74. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  75. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  76. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  77. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  78. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +44 -44
  79. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  80. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  81. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
  82. package/dist/bubbles.json +1357 -2
  83. package/dist/index.d.ts +2 -0
  84. package/dist/index.d.ts.map +1 -1
  85. package/dist/index.js +1 -0
  86. package/dist/index.js.map +1 -1
  87. package/package.json +2 -2
@@ -303,7 +303,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
303
303
  thumbnail: string | null;
304
304
  }>>;
305
305
  }, "strip", z.ZodTypeAny, {
306
- url: string | null;
307
306
  stats: {
308
307
  like: number | null;
309
308
  support: number | null;
@@ -316,6 +315,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
316
315
  totalReactions: number | null;
317
316
  } | null;
318
317
  text: string | null;
318
+ url: string | null;
319
319
  urn: string | null;
320
320
  author: {
321
321
  username: string | null;
@@ -342,7 +342,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
342
342
  } | null;
343
343
  postType: string | null;
344
344
  }, {
345
- url: string | null;
346
345
  stats: {
347
346
  like: number | null;
348
347
  support: number | null;
@@ -355,6 +354,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
355
354
  totalReactions: number | null;
356
355
  } | null;
357
356
  text: string | null;
357
+ url: string | null;
358
358
  urn: string | null;
359
359
  author: {
360
360
  username: string | null;
@@ -382,7 +382,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
382
382
  postType: string | null;
383
383
  }>>;
384
384
  }, "strip", z.ZodTypeAny, {
385
- url: string | null;
386
385
  stats: {
387
386
  like: number | null;
388
387
  support: number | null;
@@ -395,6 +394,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
395
394
  totalReactions: number | null;
396
395
  } | null;
397
396
  text: string | null;
397
+ url: string | null;
398
398
  document: {
399
399
  title: string | null;
400
400
  url: string | null;
@@ -434,7 +434,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
434
434
  fullUrn: string | null;
435
435
  postType: string | null;
436
436
  resharedPost: {
437
- url: string | null;
438
437
  stats: {
439
438
  like: number | null;
440
439
  support: number | null;
@@ -447,6 +446,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
447
446
  totalReactions: number | null;
448
447
  } | null;
449
448
  text: string | null;
449
+ url: string | null;
450
450
  urn: string | null;
451
451
  author: {
452
452
  username: string | null;
@@ -474,7 +474,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
474
474
  postType: string | null;
475
475
  } | null;
476
476
  }, {
477
- url: string | null;
478
477
  stats: {
479
478
  like: number | null;
480
479
  support: number | null;
@@ -487,6 +486,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
487
486
  totalReactions: number | null;
488
487
  } | null;
489
488
  text: string | null;
489
+ url: string | null;
490
490
  document: {
491
491
  title: string | null;
492
492
  url: string | null;
@@ -526,7 +526,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
526
526
  fullUrn: string | null;
527
527
  postType: string | null;
528
528
  resharedPost: {
529
- url: string | null;
530
529
  stats: {
531
530
  like: number | null;
532
531
  support: number | null;
@@ -539,6 +538,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
539
538
  totalReactions: number | null;
540
539
  } | null;
541
540
  text: string | null;
541
+ url: string | null;
542
542
  urn: string | null;
543
543
  author: {
544
544
  username: string | null;
@@ -609,8 +609,8 @@ declare const LinkedInJobSchema: z.ZodObject<{
609
609
  }, "strip", z.ZodTypeAny, {
610
610
  description: string | null;
611
611
  title: string | null;
612
- url: string | null;
613
612
  id: string | null;
613
+ url: string | null;
614
614
  location: string | null;
615
615
  postedAt: string | null;
616
616
  applyUrl: string | null;
@@ -631,8 +631,8 @@ declare const LinkedInJobSchema: z.ZodObject<{
631
631
  }, {
632
632
  description: string | null;
633
633
  title: string | null;
634
- url: string | null;
635
634
  id: string | null;
635
+ url: string | null;
636
636
  location: string | null;
637
637
  postedAt: string | null;
638
638
  applyUrl: string | null;
@@ -731,8 +731,8 @@ declare const LinkedInProfileSchema: z.ZodObject<{
731
731
  month: string | null;
732
732
  }>>;
733
733
  }, "strip", z.ZodTypeAny, {
734
- description: string | null;
735
734
  duration: string | null;
735
+ description: string | null;
736
736
  location: string | null;
737
737
  companyName: string | null;
738
738
  companyLinkedinUrl: string | null;
@@ -751,8 +751,8 @@ declare const LinkedInProfileSchema: z.ZodObject<{
751
751
  month: string | null;
752
752
  } | null;
753
753
  }, {
754
- description: string | null;
755
754
  duration: string | null;
755
+ description: string | null;
756
756
  location: string | null;
757
757
  companyName: string | null;
758
758
  companyLinkedinUrl: string | null;
@@ -878,10 +878,13 @@ declare const LinkedInProfileSchema: z.ZodObject<{
878
878
  city: string | null;
879
879
  } | null;
880
880
  headline: string | null;
881
- publicIdentifier: string | null;
882
- linkedinUrl: string | null;
881
+ skills: {
882
+ name: string | null;
883
+ }[] | null;
883
884
  firstName: string | null;
884
885
  lastName: string | null;
886
+ publicIdentifier: string | null;
887
+ linkedinUrl: string | null;
885
888
  about: string | null;
886
889
  openToWork: boolean | null;
887
890
  hiring: boolean | null;
@@ -893,12 +896,9 @@ declare const LinkedInProfileSchema: z.ZodObject<{
893
896
  currentPosition: {
894
897
  companyName: string | null;
895
898
  }[] | null;
896
- skills: {
897
- name: string | null;
898
- }[] | null;
899
899
  experience: {
900
- description: string | null;
901
900
  duration: string | null;
901
+ description: string | null;
902
902
  location: string | null;
903
903
  companyName: string | null;
904
904
  companyLinkedinUrl: string | null;
@@ -955,10 +955,13 @@ declare const LinkedInProfileSchema: z.ZodObject<{
955
955
  city: string | null;
956
956
  } | null;
957
957
  headline: string | null;
958
- publicIdentifier: string | null;
959
- linkedinUrl: string | null;
958
+ skills: {
959
+ name: string | null;
960
+ }[] | null;
960
961
  firstName: string | null;
961
962
  lastName: string | null;
963
+ publicIdentifier: string | null;
964
+ linkedinUrl: string | null;
962
965
  about: string | null;
963
966
  openToWork: boolean | null;
964
967
  hiring: boolean | null;
@@ -970,12 +973,9 @@ declare const LinkedInProfileSchema: z.ZodObject<{
970
973
  currentPosition: {
971
974
  companyName: string | null;
972
975
  }[] | null;
973
- skills: {
974
- name: string | null;
975
- }[] | null;
976
976
  experience: {
977
- description: string | null;
978
977
  duration: string | null;
978
+ description: string | null;
979
979
  location: string | null;
980
980
  companyName: string | null;
981
981
  companyLinkedinUrl: string | null;
@@ -1043,8 +1043,8 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
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
1050
  experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
@@ -1057,8 +1057,8 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
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
1064
  experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
@@ -1146,8 +1146,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1146
1146
  month: string | null;
1147
1147
  }>>;
1148
1148
  }, "strip", z.ZodTypeAny, {
1149
- description: string | null;
1150
1149
  duration: string | null;
1150
+ description: string | null;
1151
1151
  location: string | null;
1152
1152
  companyName: string | null;
1153
1153
  companyLinkedinUrl: string | null;
@@ -1166,8 +1166,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1166
1166
  month: string | null;
1167
1167
  } | null;
1168
1168
  }, {
1169
- description: string | null;
1170
1169
  duration: string | null;
1170
+ description: string | null;
1171
1171
  location: string | null;
1172
1172
  companyName: string | null;
1173
1173
  companyLinkedinUrl: string | null;
@@ -1293,10 +1293,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1293
1293
  city: string | null;
1294
1294
  } | null;
1295
1295
  headline: string | null;
1296
- publicIdentifier: string | null;
1297
- linkedinUrl: string | null;
1296
+ skills: {
1297
+ name: string | null;
1298
+ }[] | null;
1298
1299
  firstName: string | null;
1299
1300
  lastName: string | null;
1301
+ publicIdentifier: string | null;
1302
+ linkedinUrl: string | null;
1300
1303
  about: string | null;
1301
1304
  openToWork: boolean | null;
1302
1305
  hiring: boolean | null;
@@ -1308,12 +1311,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1308
1311
  currentPosition: {
1309
1312
  companyName: string | null;
1310
1313
  }[] | null;
1311
- skills: {
1312
- name: string | null;
1313
- }[] | null;
1314
1314
  experience: {
1315
- description: string | null;
1316
1315
  duration: string | null;
1316
+ description: string | null;
1317
1317
  location: string | null;
1318
1318
  companyName: string | null;
1319
1319
  companyLinkedinUrl: string | null;
@@ -1370,10 +1370,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1370
1370
  city: string | null;
1371
1371
  } | null;
1372
1372
  headline: string | null;
1373
- publicIdentifier: string | null;
1374
- linkedinUrl: string | null;
1373
+ skills: {
1374
+ name: string | null;
1375
+ }[] | null;
1375
1376
  firstName: string | null;
1376
1377
  lastName: string | null;
1378
+ publicIdentifier: string | null;
1379
+ linkedinUrl: string | null;
1377
1380
  about: string | null;
1378
1381
  openToWork: boolean | null;
1379
1382
  hiring: boolean | null;
@@ -1385,12 +1388,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1385
1388
  currentPosition: {
1386
1389
  companyName: string | null;
1387
1390
  }[] | null;
1388
- skills: {
1389
- name: string | null;
1390
- }[] | null;
1391
1391
  experience: {
1392
- description: string | null;
1393
1392
  duration: string | null;
1393
+ description: string | null;
1394
1394
  location: string | null;
1395
1395
  companyName: string | null;
1396
1396
  companyLinkedinUrl: string | null;
@@ -1479,8 +1479,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1479
1479
  }, "strip", z.ZodTypeAny, {
1480
1480
  description: string | null;
1481
1481
  title: string | null;
1482
- url: string | null;
1483
1482
  id: string | null;
1483
+ url: string | null;
1484
1484
  location: string | null;
1485
1485
  postedAt: string | null;
1486
1486
  applyUrl: string | null;
@@ -1501,8 +1501,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1501
1501
  }, {
1502
1502
  description: string | null;
1503
1503
  title: string | null;
1504
- url: string | null;
1505
1504
  id: string | null;
1505
+ url: string | null;
1506
1506
  location: string | null;
1507
1507
  postedAt: string | null;
1508
1508
  applyUrl: string | null;
@@ -1769,7 +1769,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1769
1769
  thumbnail: string | null;
1770
1770
  }>>;
1771
1771
  }, "strip", z.ZodTypeAny, {
1772
- url: string | null;
1773
1772
  stats: {
1774
1773
  like: number | null;
1775
1774
  support: number | null;
@@ -1782,6 +1781,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1782
1781
  totalReactions: number | null;
1783
1782
  } | null;
1784
1783
  text: string | null;
1784
+ url: string | null;
1785
1785
  urn: string | null;
1786
1786
  author: {
1787
1787
  username: string | null;
@@ -1808,7 +1808,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1808
1808
  } | null;
1809
1809
  postType: string | null;
1810
1810
  }, {
1811
- url: string | null;
1812
1811
  stats: {
1813
1812
  like: number | null;
1814
1813
  support: number | null;
@@ -1821,6 +1820,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1821
1820
  totalReactions: number | null;
1822
1821
  } | null;
1823
1822
  text: string | null;
1823
+ url: string | null;
1824
1824
  urn: string | null;
1825
1825
  author: {
1826
1826
  username: string | null;
@@ -1848,7 +1848,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1848
1848
  postType: string | null;
1849
1849
  }>>;
1850
1850
  }, "strip", z.ZodTypeAny, {
1851
- url: string | null;
1852
1851
  stats: {
1853
1852
  like: number | null;
1854
1853
  support: number | null;
@@ -1861,6 +1860,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1861
1860
  totalReactions: number | null;
1862
1861
  } | null;
1863
1862
  text: string | null;
1863
+ url: string | null;
1864
1864
  document: {
1865
1865
  title: string | null;
1866
1866
  url: string | null;
@@ -1900,7 +1900,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1900
1900
  fullUrn: string | null;
1901
1901
  postType: string | null;
1902
1902
  resharedPost: {
1903
- url: string | null;
1904
1903
  stats: {
1905
1904
  like: number | null;
1906
1905
  support: number | null;
@@ -1913,6 +1912,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1913
1912
  totalReactions: number | null;
1914
1913
  } | null;
1915
1914
  text: string | null;
1915
+ url: string | null;
1916
1916
  urn: string | null;
1917
1917
  author: {
1918
1918
  username: string | null;
@@ -1940,7 +1940,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1940
1940
  postType: string | null;
1941
1941
  } | null;
1942
1942
  }, {
1943
- url: string | null;
1944
1943
  stats: {
1945
1944
  like: number | null;
1946
1945
  support: number | null;
@@ -1953,6 +1952,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1953
1952
  totalReactions: number | null;
1954
1953
  } | null;
1955
1954
  text: string | null;
1955
+ url: string | null;
1956
1956
  document: {
1957
1957
  title: string | null;
1958
1958
  url: string | null;
@@ -1992,7 +1992,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1992
1992
  fullUrn: string | null;
1993
1993
  postType: string | null;
1994
1994
  resharedPost: {
1995
- url: string | null;
1996
1995
  stats: {
1997
1996
  like: number | null;
1998
1997
  support: number | null;
@@ -2005,6 +2004,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2005
2004
  totalReactions: number | null;
2006
2005
  } | null;
2007
2006
  text: string | null;
2007
+ url: string | null;
2008
2008
  urn: string | null;
2009
2009
  author: {
2010
2010
  username: string | null;
@@ -2045,7 +2045,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2045
2045
  success: boolean;
2046
2046
  operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
2047
2047
  posts: {
2048
- url: string | null;
2049
2048
  stats: {
2050
2049
  like: number | null;
2051
2050
  support: number | null;
@@ -2058,6 +2057,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2058
2057
  totalReactions: number | null;
2059
2058
  } | null;
2060
2059
  text: string | null;
2060
+ url: string | null;
2061
2061
  document: {
2062
2062
  title: string | null;
2063
2063
  url: string | null;
@@ -2097,7 +2097,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2097
2097
  fullUrn: string | null;
2098
2098
  postType: string | null;
2099
2099
  resharedPost: {
2100
- url: string | null;
2101
2100
  stats: {
2102
2101
  like: number | null;
2103
2102
  support: number | null;
@@ -2110,6 +2109,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2110
2109
  totalReactions: number | null;
2111
2110
  } | null;
2112
2111
  text: string | null;
2112
+ url: string | null;
2113
2113
  urn: string | null;
2114
2114
  author: {
2115
2115
  username: string | null;
@@ -2150,10 +2150,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2150
2150
  city: string | null;
2151
2151
  } | null;
2152
2152
  headline: string | null;
2153
- publicIdentifier: string | null;
2154
- linkedinUrl: string | null;
2153
+ skills: {
2154
+ name: string | null;
2155
+ }[] | null;
2155
2156
  firstName: string | null;
2156
2157
  lastName: string | null;
2158
+ publicIdentifier: string | null;
2159
+ linkedinUrl: string | null;
2157
2160
  about: string | null;
2158
2161
  openToWork: boolean | null;
2159
2162
  hiring: boolean | null;
@@ -2165,12 +2168,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2165
2168
  currentPosition: {
2166
2169
  companyName: string | null;
2167
2170
  }[] | null;
2168
- skills: {
2169
- name: string | null;
2170
- }[] | null;
2171
2171
  experience: {
2172
- description: string | null;
2173
2172
  duration: string | null;
2173
+ description: string | null;
2174
2174
  location: string | null;
2175
2175
  companyName: string | null;
2176
2176
  companyLinkedinUrl: string | null;
@@ -2221,8 +2221,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2221
2221
  jobs?: {
2222
2222
  description: string | null;
2223
2223
  title: string | null;
2224
- url: string | null;
2225
2224
  id: string | null;
2225
+ url: string | null;
2226
2226
  location: string | null;
2227
2227
  postedAt: string | null;
2228
2228
  applyUrl: string | null;
@@ -2249,7 +2249,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2249
2249
  success: boolean;
2250
2250
  operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
2251
2251
  posts: {
2252
- url: string | null;
2253
2252
  stats: {
2254
2253
  like: number | null;
2255
2254
  support: number | null;
@@ -2262,6 +2261,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2262
2261
  totalReactions: number | null;
2263
2262
  } | null;
2264
2263
  text: string | null;
2264
+ url: string | null;
2265
2265
  document: {
2266
2266
  title: string | null;
2267
2267
  url: string | null;
@@ -2301,7 +2301,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2301
2301
  fullUrn: string | null;
2302
2302
  postType: string | null;
2303
2303
  resharedPost: {
2304
- url: string | null;
2305
2304
  stats: {
2306
2305
  like: number | null;
2307
2306
  support: number | null;
@@ -2314,6 +2313,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2314
2313
  totalReactions: number | null;
2315
2314
  } | null;
2316
2315
  text: string | null;
2316
+ url: string | null;
2317
2317
  urn: string | null;
2318
2318
  author: {
2319
2319
  username: string | null;
@@ -2354,10 +2354,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2354
2354
  city: string | null;
2355
2355
  } | null;
2356
2356
  headline: string | null;
2357
- publicIdentifier: string | null;
2358
- linkedinUrl: string | null;
2357
+ skills: {
2358
+ name: string | null;
2359
+ }[] | null;
2359
2360
  firstName: string | null;
2360
2361
  lastName: string | null;
2362
+ publicIdentifier: string | null;
2363
+ linkedinUrl: string | null;
2361
2364
  about: string | null;
2362
2365
  openToWork: boolean | null;
2363
2366
  hiring: boolean | null;
@@ -2369,12 +2372,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2369
2372
  currentPosition: {
2370
2373
  companyName: string | null;
2371
2374
  }[] | null;
2372
- skills: {
2373
- name: string | null;
2374
- }[] | null;
2375
2375
  experience: {
2376
- description: string | null;
2377
2376
  duration: string | null;
2377
+ description: string | null;
2378
2378
  location: string | null;
2379
2379
  companyName: string | null;
2380
2380
  companyLinkedinUrl: string | null;
@@ -2425,8 +2425,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
2425
2425
  jobs?: {
2426
2426
  description: string | null;
2427
2427
  title: string | null;
2428
- url: string | null;
2429
2428
  id: string | null;
2429
+ url: string | null;
2430
2430
  location: string | null;
2431
2431
  postedAt: string | null;
2432
2432
  applyUrl: string | null;
@@ -2496,8 +2496,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
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
2503
  experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
@@ -2510,8 +2510,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
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
2517
  experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
@@ -2599,8 +2599,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2599
2599
  month: string | null;
2600
2600
  }>>;
2601
2601
  }, "strip", z.ZodTypeAny, {
2602
- description: string | null;
2603
2602
  duration: string | null;
2603
+ description: string | null;
2604
2604
  location: string | null;
2605
2605
  companyName: string | null;
2606
2606
  companyLinkedinUrl: string | null;
@@ -2619,8 +2619,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2619
2619
  month: string | null;
2620
2620
  } | null;
2621
2621
  }, {
2622
- description: string | null;
2623
2622
  duration: string | null;
2623
+ description: string | null;
2624
2624
  location: string | null;
2625
2625
  companyName: string | null;
2626
2626
  companyLinkedinUrl: string | null;
@@ -2746,10 +2746,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2746
2746
  city: string | null;
2747
2747
  } | null;
2748
2748
  headline: string | null;
2749
- publicIdentifier: string | null;
2750
- linkedinUrl: string | null;
2749
+ skills: {
2750
+ name: string | null;
2751
+ }[] | null;
2751
2752
  firstName: string | null;
2752
2753
  lastName: string | null;
2754
+ publicIdentifier: string | null;
2755
+ linkedinUrl: string | null;
2753
2756
  about: string | null;
2754
2757
  openToWork: boolean | null;
2755
2758
  hiring: boolean | null;
@@ -2761,12 +2764,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2761
2764
  currentPosition: {
2762
2765
  companyName: string | null;
2763
2766
  }[] | null;
2764
- skills: {
2765
- name: string | null;
2766
- }[] | null;
2767
2767
  experience: {
2768
- description: string | null;
2769
2768
  duration: string | null;
2769
+ description: string | null;
2770
2770
  location: string | null;
2771
2771
  companyName: string | null;
2772
2772
  companyLinkedinUrl: string | null;
@@ -2823,10 +2823,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2823
2823
  city: string | null;
2824
2824
  } | null;
2825
2825
  headline: string | null;
2826
- publicIdentifier: string | null;
2827
- linkedinUrl: string | null;
2826
+ skills: {
2827
+ name: string | null;
2828
+ }[] | null;
2828
2829
  firstName: string | null;
2829
2830
  lastName: string | null;
2831
+ publicIdentifier: string | null;
2832
+ linkedinUrl: string | null;
2830
2833
  about: string | null;
2831
2834
  openToWork: boolean | null;
2832
2835
  hiring: boolean | null;
@@ -2838,12 +2841,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2838
2841
  currentPosition: {
2839
2842
  companyName: string | null;
2840
2843
  }[] | null;
2841
- skills: {
2842
- name: string | null;
2843
- }[] | null;
2844
2844
  experience: {
2845
- description: string | null;
2846
2845
  duration: string | null;
2846
+ description: string | null;
2847
2847
  location: string | null;
2848
2848
  companyName: string | null;
2849
2849
  companyLinkedinUrl: string | null;
@@ -2932,8 +2932,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2932
2932
  }, "strip", z.ZodTypeAny, {
2933
2933
  description: string | null;
2934
2934
  title: string | null;
2935
- url: string | null;
2936
2935
  id: string | null;
2936
+ url: string | null;
2937
2937
  location: string | null;
2938
2938
  postedAt: string | null;
2939
2939
  applyUrl: string | null;
@@ -2954,8 +2954,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2954
2954
  }, {
2955
2955
  description: string | null;
2956
2956
  title: string | null;
2957
- url: string | null;
2958
2957
  id: string | null;
2958
+ url: string | null;
2959
2959
  location: string | null;
2960
2960
  postedAt: string | null;
2961
2961
  applyUrl: string | null;
@@ -3222,7 +3222,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3222
3222
  thumbnail: string | null;
3223
3223
  }>>;
3224
3224
  }, "strip", z.ZodTypeAny, {
3225
- url: string | null;
3226
3225
  stats: {
3227
3226
  like: number | null;
3228
3227
  support: number | null;
@@ -3235,6 +3234,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3235
3234
  totalReactions: number | null;
3236
3235
  } | null;
3237
3236
  text: string | null;
3237
+ url: string | null;
3238
3238
  urn: string | null;
3239
3239
  author: {
3240
3240
  username: string | null;
@@ -3261,7 +3261,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3261
3261
  } | null;
3262
3262
  postType: string | null;
3263
3263
  }, {
3264
- url: string | null;
3265
3264
  stats: {
3266
3265
  like: number | null;
3267
3266
  support: number | null;
@@ -3274,6 +3273,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3274
3273
  totalReactions: number | null;
3275
3274
  } | null;
3276
3275
  text: string | null;
3276
+ url: string | null;
3277
3277
  urn: string | null;
3278
3278
  author: {
3279
3279
  username: string | null;
@@ -3301,7 +3301,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3301
3301
  postType: string | null;
3302
3302
  }>>;
3303
3303
  }, "strip", z.ZodTypeAny, {
3304
- url: string | null;
3305
3304
  stats: {
3306
3305
  like: number | null;
3307
3306
  support: number | null;
@@ -3314,6 +3313,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3314
3313
  totalReactions: number | null;
3315
3314
  } | null;
3316
3315
  text: string | null;
3316
+ url: string | null;
3317
3317
  document: {
3318
3318
  title: string | null;
3319
3319
  url: string | null;
@@ -3353,7 +3353,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3353
3353
  fullUrn: string | null;
3354
3354
  postType: string | null;
3355
3355
  resharedPost: {
3356
- url: string | null;
3357
3356
  stats: {
3358
3357
  like: number | null;
3359
3358
  support: number | null;
@@ -3366,6 +3365,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3366
3365
  totalReactions: number | null;
3367
3366
  } | null;
3368
3367
  text: string | null;
3368
+ url: string | null;
3369
3369
  urn: string | null;
3370
3370
  author: {
3371
3371
  username: string | null;
@@ -3393,7 +3393,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3393
3393
  postType: string | null;
3394
3394
  } | null;
3395
3395
  }, {
3396
- url: string | null;
3397
3396
  stats: {
3398
3397
  like: number | null;
3399
3398
  support: number | null;
@@ -3406,6 +3405,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3406
3405
  totalReactions: number | null;
3407
3406
  } | null;
3408
3407
  text: string | null;
3408
+ url: string | null;
3409
3409
  document: {
3410
3410
  title: string | null;
3411
3411
  url: string | null;
@@ -3445,7 +3445,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3445
3445
  fullUrn: string | null;
3446
3446
  postType: string | null;
3447
3447
  resharedPost: {
3448
- url: string | null;
3449
3448
  stats: {
3450
3449
  like: number | null;
3451
3450
  support: number | null;
@@ -3458,6 +3457,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3458
3457
  totalReactions: number | null;
3459
3458
  } | null;
3460
3459
  text: string | null;
3460
+ url: string | null;
3461
3461
  urn: string | null;
3462
3462
  author: {
3463
3463
  username: string | null;
@@ -3498,7 +3498,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3498
3498
  success: boolean;
3499
3499
  operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
3500
3500
  posts: {
3501
- url: string | null;
3502
3501
  stats: {
3503
3502
  like: number | null;
3504
3503
  support: number | null;
@@ -3511,6 +3510,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3511
3510
  totalReactions: number | null;
3512
3511
  } | null;
3513
3512
  text: string | null;
3513
+ url: string | null;
3514
3514
  document: {
3515
3515
  title: string | null;
3516
3516
  url: string | null;
@@ -3550,7 +3550,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3550
3550
  fullUrn: string | null;
3551
3551
  postType: string | null;
3552
3552
  resharedPost: {
3553
- url: string | null;
3554
3553
  stats: {
3555
3554
  like: number | null;
3556
3555
  support: number | null;
@@ -3563,6 +3562,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3563
3562
  totalReactions: number | null;
3564
3563
  } | null;
3565
3564
  text: string | null;
3565
+ url: string | null;
3566
3566
  urn: string | null;
3567
3567
  author: {
3568
3568
  username: string | null;
@@ -3603,10 +3603,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3603
3603
  city: string | null;
3604
3604
  } | null;
3605
3605
  headline: string | null;
3606
- publicIdentifier: string | null;
3607
- linkedinUrl: string | null;
3606
+ skills: {
3607
+ name: string | null;
3608
+ }[] | null;
3608
3609
  firstName: string | null;
3609
3610
  lastName: string | null;
3611
+ publicIdentifier: string | null;
3612
+ linkedinUrl: string | null;
3610
3613
  about: string | null;
3611
3614
  openToWork: boolean | null;
3612
3615
  hiring: boolean | null;
@@ -3618,12 +3621,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3618
3621
  currentPosition: {
3619
3622
  companyName: string | null;
3620
3623
  }[] | null;
3621
- skills: {
3622
- name: string | null;
3623
- }[] | null;
3624
3624
  experience: {
3625
- description: string | null;
3626
3625
  duration: string | null;
3626
+ description: string | null;
3627
3627
  location: string | null;
3628
3628
  companyName: string | null;
3629
3629
  companyLinkedinUrl: string | null;
@@ -3674,8 +3674,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3674
3674
  jobs?: {
3675
3675
  description: string | null;
3676
3676
  title: string | null;
3677
- url: string | null;
3678
3677
  id: string | null;
3678
+ url: string | null;
3679
3679
  location: string | null;
3680
3680
  postedAt: string | null;
3681
3681
  applyUrl: string | null;
@@ -3702,7 +3702,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3702
3702
  success: boolean;
3703
3703
  operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
3704
3704
  posts: {
3705
- url: string | null;
3706
3705
  stats: {
3707
3706
  like: number | null;
3708
3707
  support: number | null;
@@ -3715,6 +3714,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3715
3714
  totalReactions: number | null;
3716
3715
  } | null;
3717
3716
  text: string | null;
3717
+ url: string | null;
3718
3718
  document: {
3719
3719
  title: string | null;
3720
3720
  url: string | null;
@@ -3754,7 +3754,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3754
3754
  fullUrn: string | null;
3755
3755
  postType: string | null;
3756
3756
  resharedPost: {
3757
- url: string | null;
3758
3757
  stats: {
3759
3758
  like: number | null;
3760
3759
  support: number | null;
@@ -3767,6 +3766,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3767
3766
  totalReactions: number | null;
3768
3767
  } | null;
3769
3768
  text: string | null;
3769
+ url: string | null;
3770
3770
  urn: string | null;
3771
3771
  author: {
3772
3772
  username: string | null;
@@ -3807,10 +3807,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3807
3807
  city: string | null;
3808
3808
  } | null;
3809
3809
  headline: string | null;
3810
- publicIdentifier: string | null;
3811
- linkedinUrl: string | null;
3810
+ skills: {
3811
+ name: string | null;
3812
+ }[] | null;
3812
3813
  firstName: string | null;
3813
3814
  lastName: string | null;
3815
+ publicIdentifier: string | null;
3816
+ linkedinUrl: string | null;
3814
3817
  about: string | null;
3815
3818
  openToWork: boolean | null;
3816
3819
  hiring: boolean | null;
@@ -3822,12 +3825,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3822
3825
  currentPosition: {
3823
3826
  companyName: string | null;
3824
3827
  }[] | null;
3825
- skills: {
3826
- name: string | null;
3827
- }[] | null;
3828
3828
  experience: {
3829
- description: string | null;
3830
3829
  duration: string | null;
3830
+ description: string | null;
3831
3831
  location: string | null;
3832
3832
  companyName: string | null;
3833
3833
  companyLinkedinUrl: string | null;
@@ -3878,8 +3878,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
3878
3878
  jobs?: {
3879
3879
  description: string | null;
3880
3880
  title: string | null;
3881
- url: string | null;
3882
3881
  id: string | null;
3882
+ url: string | null;
3883
3883
  location: string | null;
3884
3884
  postedAt: string | null;
3885
3885
  applyUrl: string | null;