@bubblelab/bubble-core 0.1.101 → 0.1.102

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 (62) hide show
  1. package/dist/bubble-bundle.d.ts +80 -80
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +40 -40
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
  4. package/dist/bubbles/service-bubble/airtable.d.ts +84 -84
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +16 -16
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
  7. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
  8. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +116 -116
  9. package/dist/bubbles/service-bubble/eleven-labs.d.ts +12 -12
  10. package/dist/bubbles/service-bubble/firecrawl.d.ts +773 -773
  11. package/dist/bubbles/service-bubble/followupboss.d.ts +274 -274
  12. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +122 -122
  13. package/dist/bubbles/service-bubble/github.d.ts +240 -240
  14. package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
  15. package/dist/bubbles/service-bubble/google-calendar.d.ts +118 -118
  16. package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
  17. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
  18. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  19. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  20. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  21. package/dist/bubbles/service-bubble/jira/jira.d.ts +38 -38
  22. package/dist/bubbles/service-bubble/notion/notion.d.ts +1007 -1007
  23. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  24. package/dist/bubbles/service-bubble/resend.d.ts +24 -24
  25. package/dist/bubbles/service-bubble/slack/slack.d.ts +638 -638
  26. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +152 -82
  27. package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
  28. package/dist/bubbles/service-bubble/stripe/stripe.js +53 -8
  29. package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
  30. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +69 -0
  31. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -1
  32. package/dist/bubbles/service-bubble/stripe/stripe.schema.js +35 -0
  33. package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
  34. package/dist/bubbles/service-bubble/telegram.d.ts +1129 -1129
  35. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +9 -9
  36. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
  37. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +20 -20
  38. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  39. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +86 -86
  40. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +36 -36
  41. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +34 -34
  42. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  43. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +210 -210
  44. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +254 -254
  45. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +60 -60
  46. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +24 -24
  47. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +44 -44
  48. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +24 -24
  49. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +6 -6
  51. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
  52. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +88 -88
  53. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  54. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
  55. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  56. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +48 -48
  57. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  58. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +30 -30
  59. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +84 -84
  60. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  61. package/dist/bubbles.json +109 -2
  62. package/package.json +2 -2
@@ -145,8 +145,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
145
145
  height: number | null;
146
146
  }>, "many">>;
147
147
  }, "strip", z.ZodTypeAny, {
148
- url: string | null;
149
148
  type: string | null;
149
+ url: string | null;
150
150
  images: {
151
151
  url: string | null;
152
152
  width: number | null;
@@ -154,8 +154,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
154
154
  }[] | null;
155
155
  thumbnail: string | null;
156
156
  }, {
157
- url: string | null;
158
157
  type: string | null;
158
+ url: string | null;
159
159
  images: {
160
160
  url: string | null;
161
161
  width: number | null;
@@ -169,13 +169,13 @@ declare const LinkedInPostSchema: z.ZodObject<{
169
169
  subtitle: z.ZodNullable<z.ZodString>;
170
170
  thumbnail: z.ZodNullable<z.ZodString>;
171
171
  }, "strip", z.ZodTypeAny, {
172
- url: string | null;
173
172
  title: string | null;
173
+ url: string | null;
174
174
  subtitle: string | null;
175
175
  thumbnail: string | null;
176
176
  }, {
177
- url: string | null;
178
177
  title: string | null;
178
+ url: string | null;
179
179
  subtitle: string | null;
180
180
  thumbnail: string | null;
181
181
  }>>;
@@ -185,15 +185,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
185
185
  url: z.ZodNullable<z.ZodString>;
186
186
  thumbnail: z.ZodNullable<z.ZodString>;
187
187
  }, "strip", z.ZodTypeAny, {
188
- url: string | null;
189
188
  title: string | null;
190
- thumbnail: string | null;
189
+ url: string | null;
191
190
  pageCount: number | null;
191
+ thumbnail: string | null;
192
192
  }, {
193
- url: string | null;
194
193
  title: string | null;
195
- thumbnail: string | null;
194
+ url: string | null;
196
195
  pageCount: number | null;
196
+ thumbnail: string | null;
197
197
  }>>;
198
198
  resharedPost: z.ZodNullable<z.ZodObject<{
199
199
  urn: z.ZodNullable<z.ZodString>;
@@ -284,8 +284,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
284
284
  height: number | null;
285
285
  }>, "many">>;
286
286
  }, "strip", z.ZodTypeAny, {
287
- url: string | null;
288
287
  type: string | null;
288
+ url: string | null;
289
289
  images: {
290
290
  url: string | null;
291
291
  width: number | null;
@@ -293,8 +293,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
293
293
  }[] | null;
294
294
  thumbnail: string | null;
295
295
  }, {
296
- url: string | null;
297
296
  type: string | null;
297
+ url: string | null;
298
298
  images: {
299
299
  url: string | null;
300
300
  width: number | null;
@@ -304,8 +304,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
304
304
  }>>;
305
305
  }, "strip", z.ZodTypeAny, {
306
306
  url: string | null;
307
- urn: string | null;
308
307
  text: string | null;
308
+ urn: string | null;
309
309
  author: {
310
310
  username: string | null;
311
311
  headline: string | null;
@@ -326,8 +326,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
326
326
  totalReactions: number | null;
327
327
  } | null;
328
328
  media: {
329
- url: string | null;
330
329
  type: string | null;
330
+ url: string | null;
331
331
  images: {
332
332
  url: string | null;
333
333
  width: number | null;
@@ -343,8 +343,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
343
343
  postType: string | null;
344
344
  }, {
345
345
  url: string | null;
346
- urn: string | null;
347
346
  text: string | null;
347
+ urn: string | null;
348
348
  author: {
349
349
  username: string | null;
350
350
  headline: string | null;
@@ -365,8 +365,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
365
365
  totalReactions: number | null;
366
366
  } | null;
367
367
  media: {
368
- url: string | null;
369
368
  type: string | null;
369
+ url: string | null;
370
370
  images: {
371
371
  url: string | null;
372
372
  width: number | null;
@@ -383,8 +383,14 @@ declare const LinkedInPostSchema: z.ZodObject<{
383
383
  }>>;
384
384
  }, "strip", z.ZodTypeAny, {
385
385
  url: string | null;
386
- urn: string | null;
387
386
  text: string | null;
387
+ document: {
388
+ title: string | null;
389
+ url: string | null;
390
+ pageCount: number | null;
391
+ thumbnail: string | null;
392
+ } | null;
393
+ urn: string | null;
388
394
  author: {
389
395
  username: string | null;
390
396
  headline: string | null;
@@ -405,8 +411,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
405
411
  totalReactions: number | null;
406
412
  } | null;
407
413
  media: {
408
- url: string | null;
409
414
  type: string | null;
415
+ url: string | null;
410
416
  images: {
411
417
  url: string | null;
412
418
  width: number | null;
@@ -415,16 +421,10 @@ declare const LinkedInPostSchema: z.ZodObject<{
415
421
  thumbnail: string | null;
416
422
  } | null;
417
423
  article: {
418
- url: string | null;
419
424
  title: string | null;
420
- subtitle: string | null;
421
- thumbnail: string | null;
422
- } | null;
423
- document: {
424
425
  url: string | null;
425
- title: string | null;
426
+ subtitle: string | null;
426
427
  thumbnail: string | null;
427
- pageCount: number | null;
428
428
  } | null;
429
429
  postedAt: {
430
430
  date: string | null;
@@ -435,8 +435,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
435
435
  postType: string | null;
436
436
  resharedPost: {
437
437
  url: string | null;
438
- urn: string | null;
439
438
  text: string | null;
439
+ urn: string | null;
440
440
  author: {
441
441
  username: string | null;
442
442
  headline: string | null;
@@ -457,8 +457,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
457
457
  totalReactions: number | null;
458
458
  } | null;
459
459
  media: {
460
- url: string | null;
461
460
  type: string | null;
461
+ url: string | null;
462
462
  images: {
463
463
  url: string | null;
464
464
  width: number | null;
@@ -475,8 +475,14 @@ declare const LinkedInPostSchema: z.ZodObject<{
475
475
  } | null;
476
476
  }, {
477
477
  url: string | null;
478
- urn: string | null;
479
478
  text: string | null;
479
+ document: {
480
+ title: string | null;
481
+ url: string | null;
482
+ pageCount: number | null;
483
+ thumbnail: string | null;
484
+ } | null;
485
+ urn: string | null;
480
486
  author: {
481
487
  username: string | null;
482
488
  headline: string | null;
@@ -497,8 +503,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
497
503
  totalReactions: number | null;
498
504
  } | null;
499
505
  media: {
500
- url: string | null;
501
506
  type: string | null;
507
+ url: string | null;
502
508
  images: {
503
509
  url: string | null;
504
510
  width: number | null;
@@ -507,16 +513,10 @@ declare const LinkedInPostSchema: z.ZodObject<{
507
513
  thumbnail: string | null;
508
514
  } | null;
509
515
  article: {
510
- url: string | null;
511
516
  title: string | null;
512
- subtitle: string | null;
513
- thumbnail: string | null;
514
- } | null;
515
- document: {
516
517
  url: string | null;
517
- title: string | null;
518
+ subtitle: string | null;
518
519
  thumbnail: string | null;
519
- pageCount: number | null;
520
520
  } | null;
521
521
  postedAt: {
522
522
  date: string | null;
@@ -527,8 +527,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
527
527
  postType: string | null;
528
528
  resharedPost: {
529
529
  url: string | null;
530
- urn: string | null;
531
530
  text: string | null;
531
+ urn: string | null;
532
532
  author: {
533
533
  username: string | null;
534
534
  headline: string | null;
@@ -549,8 +549,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
549
549
  totalReactions: number | null;
550
550
  } | null;
551
551
  media: {
552
- url: string | null;
553
552
  type: string | null;
553
+ url: string | null;
554
554
  images: {
555
555
  url: string | null;
556
556
  width: number | null;
@@ -574,12 +574,12 @@ declare const LinkedInJobSchema: z.ZodObject<{
574
574
  url: z.ZodNullable<z.ZodString>;
575
575
  logo: z.ZodNullable<z.ZodString>;
576
576
  }, "strip", z.ZodTypeAny, {
577
- url: string | null;
578
577
  name: string | null;
578
+ url: string | null;
579
579
  logo: string | null;
580
580
  }, {
581
- url: string | null;
582
581
  name: string | null;
582
+ url: string | null;
583
583
  logo: string | null;
584
584
  }>>;
585
585
  location: z.ZodNullable<z.ZodString>;
@@ -595,58 +595,58 @@ 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
  currency: string | null;
601
601
  period: string | null;
602
602
  }, {
603
- to: number | null;
604
603
  from: number | null;
604
+ to: number | null;
605
605
  currency: string | null;
606
606
  period: string | null;
607
607
  }>>;
608
608
  skills: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
609
609
  }, "strip", z.ZodTypeAny, {
610
- url: string | null;
611
610
  description: string | null;
612
611
  title: string | null;
612
+ url: string | null;
613
613
  id: string | null;
614
614
  location: string | null;
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
  currency: string | null;
621
621
  period: string | null;
622
622
  } | null;
623
623
  seniorityLevel: string | null;
624
624
  employmentType: string | null;
625
625
  company: {
626
- url: string | null;
627
626
  name: string | null;
627
+ url: string | null;
628
628
  logo: string | null;
629
629
  } | null;
630
630
  skills: string[] | null;
631
631
  }, {
632
- url: string | null;
633
632
  description: string | null;
634
633
  title: string | null;
634
+ url: string | null;
635
635
  id: string | null;
636
636
  location: string | null;
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
  currency: string | null;
643
643
  period: string | null;
644
644
  } | null;
645
645
  seniorityLevel: string | null;
646
646
  employmentType: string | null;
647
647
  company: {
648
- url: string | null;
649
648
  name: string | null;
649
+ url: string | null;
650
650
  logo: string | null;
651
651
  } | null;
652
652
  skills: string[] | null;
@@ -667,28 +667,28 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
667
667
  }, "strip", z.ZodTypeAny, {
668
668
  operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
669
669
  credentials?: Partial<Record<CredentialType, string>> | undefined;
670
- limit?: number | undefined;
671
670
  username?: string | undefined;
671
+ limit?: number | undefined;
672
+ pageNumber?: number | undefined;
672
673
  location?: string | undefined;
673
674
  keyword?: string | undefined;
674
675
  dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
675
- pageNumber?: number | undefined;
676
676
  jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
677
677
  workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
678
- experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
678
+ experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
679
679
  sortBy?: "relevance" | "date_posted" | undefined;
680
680
  }, {
681
681
  operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
682
682
  credentials?: Partial<Record<CredentialType, string>> | undefined;
683
- limit?: number | undefined;
684
683
  username?: string | undefined;
684
+ limit?: number | undefined;
685
+ pageNumber?: number | undefined;
685
686
  location?: string | undefined;
686
687
  keyword?: string | undefined;
687
688
  dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
688
- pageNumber?: number | undefined;
689
689
  jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
690
690
  workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
691
- experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
691
+ experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
692
692
  sortBy?: "relevance" | "date_posted" | undefined;
693
693
  }>;
694
694
  declare const LinkedInToolResultSchema: z.ZodObject<{
@@ -701,12 +701,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
701
701
  url: z.ZodNullable<z.ZodString>;
702
702
  logo: z.ZodNullable<z.ZodString>;
703
703
  }, "strip", z.ZodTypeAny, {
704
- url: string | null;
705
704
  name: string | null;
705
+ url: string | null;
706
706
  logo: string | null;
707
707
  }, {
708
- url: string | null;
709
708
  name: string | null;
709
+ url: string | null;
710
710
  logo: string | null;
711
711
  }>>;
712
712
  location: z.ZodNullable<z.ZodString>;
@@ -722,58 +722,58 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
722
722
  currency: z.ZodNullable<z.ZodString>;
723
723
  period: z.ZodNullable<z.ZodString>;
724
724
  }, "strip", z.ZodTypeAny, {
725
- to: number | null;
726
725
  from: number | null;
726
+ to: number | null;
727
727
  currency: string | null;
728
728
  period: string | null;
729
729
  }, {
730
- to: number | null;
731
730
  from: number | null;
731
+ to: number | null;
732
732
  currency: string | null;
733
733
  period: string | null;
734
734
  }>>;
735
735
  skills: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
736
736
  }, "strip", z.ZodTypeAny, {
737
- url: string | null;
738
737
  description: string | null;
739
738
  title: string | null;
739
+ url: string | null;
740
740
  id: string | null;
741
741
  location: string | null;
742
742
  postedAt: string | null;
743
743
  applyUrl: string | null;
744
744
  salary: {
745
- to: number | null;
746
745
  from: number | null;
746
+ to: number | null;
747
747
  currency: string | null;
748
748
  period: string | null;
749
749
  } | null;
750
750
  seniorityLevel: string | null;
751
751
  employmentType: string | null;
752
752
  company: {
753
- url: string | null;
754
753
  name: string | null;
754
+ url: string | null;
755
755
  logo: string | null;
756
756
  } | null;
757
757
  skills: string[] | null;
758
758
  }, {
759
- url: string | null;
760
759
  description: string | null;
761
760
  title: string | null;
761
+ url: string | null;
762
762
  id: string | null;
763
763
  location: string | null;
764
764
  postedAt: string | null;
765
765
  applyUrl: string | null;
766
766
  salary: {
767
- to: number | null;
768
767
  from: number | null;
768
+ to: number | null;
769
769
  currency: string | null;
770
770
  period: string | null;
771
771
  } | null;
772
772
  seniorityLevel: string | null;
773
773
  employmentType: string | null;
774
774
  company: {
775
- url: string | null;
776
775
  name: string | null;
776
+ url: string | null;
777
777
  logo: string | null;
778
778
  } | null;
779
779
  skills: string[] | null;
@@ -868,8 +868,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
868
868
  height: number | null;
869
869
  }>, "many">>;
870
870
  }, "strip", z.ZodTypeAny, {
871
- url: string | null;
872
871
  type: string | null;
872
+ url: string | null;
873
873
  images: {
874
874
  url: string | null;
875
875
  width: number | null;
@@ -877,8 +877,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
877
877
  }[] | null;
878
878
  thumbnail: string | null;
879
879
  }, {
880
- url: string | null;
881
880
  type: string | null;
881
+ url: string | null;
882
882
  images: {
883
883
  url: string | null;
884
884
  width: number | null;
@@ -892,13 +892,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
892
892
  subtitle: z.ZodNullable<z.ZodString>;
893
893
  thumbnail: z.ZodNullable<z.ZodString>;
894
894
  }, "strip", z.ZodTypeAny, {
895
- url: string | null;
896
895
  title: string | null;
896
+ url: string | null;
897
897
  subtitle: string | null;
898
898
  thumbnail: string | null;
899
899
  }, {
900
- url: string | null;
901
900
  title: string | null;
901
+ url: string | null;
902
902
  subtitle: string | null;
903
903
  thumbnail: string | null;
904
904
  }>>;
@@ -908,15 +908,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
908
908
  url: z.ZodNullable<z.ZodString>;
909
909
  thumbnail: z.ZodNullable<z.ZodString>;
910
910
  }, "strip", z.ZodTypeAny, {
911
- url: string | null;
912
911
  title: string | null;
913
- thumbnail: string | null;
912
+ url: string | null;
914
913
  pageCount: number | null;
914
+ thumbnail: string | null;
915
915
  }, {
916
- url: string | null;
917
916
  title: string | null;
918
- thumbnail: string | null;
917
+ url: string | null;
919
918
  pageCount: number | null;
919
+ thumbnail: string | null;
920
920
  }>>;
921
921
  resharedPost: z.ZodNullable<z.ZodObject<{
922
922
  urn: z.ZodNullable<z.ZodString>;
@@ -1007,8 +1007,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1007
1007
  height: number | null;
1008
1008
  }>, "many">>;
1009
1009
  }, "strip", z.ZodTypeAny, {
1010
- url: string | null;
1011
1010
  type: string | null;
1011
+ url: string | null;
1012
1012
  images: {
1013
1013
  url: string | null;
1014
1014
  width: number | null;
@@ -1016,8 +1016,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1016
1016
  }[] | null;
1017
1017
  thumbnail: string | null;
1018
1018
  }, {
1019
- url: string | null;
1020
1019
  type: string | null;
1020
+ url: string | null;
1021
1021
  images: {
1022
1022
  url: string | null;
1023
1023
  width: number | null;
@@ -1027,8 +1027,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1027
1027
  }>>;
1028
1028
  }, "strip", z.ZodTypeAny, {
1029
1029
  url: string | null;
1030
- urn: string | null;
1031
1030
  text: string | null;
1031
+ urn: string | null;
1032
1032
  author: {
1033
1033
  username: string | null;
1034
1034
  headline: string | null;
@@ -1049,8 +1049,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1049
1049
  totalReactions: number | null;
1050
1050
  } | null;
1051
1051
  media: {
1052
- url: string | null;
1053
1052
  type: string | null;
1053
+ url: string | null;
1054
1054
  images: {
1055
1055
  url: string | null;
1056
1056
  width: number | null;
@@ -1066,8 +1066,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1066
1066
  postType: string | null;
1067
1067
  }, {
1068
1068
  url: string | null;
1069
- urn: string | null;
1070
1069
  text: string | null;
1070
+ urn: string | null;
1071
1071
  author: {
1072
1072
  username: string | null;
1073
1073
  headline: string | null;
@@ -1088,8 +1088,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1088
1088
  totalReactions: number | null;
1089
1089
  } | null;
1090
1090
  media: {
1091
- url: string | null;
1092
1091
  type: string | null;
1092
+ url: string | null;
1093
1093
  images: {
1094
1094
  url: string | null;
1095
1095
  width: number | null;
@@ -1106,8 +1106,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1106
1106
  }>>;
1107
1107
  }, "strip", z.ZodTypeAny, {
1108
1108
  url: string | null;
1109
- urn: string | null;
1110
1109
  text: string | null;
1110
+ document: {
1111
+ title: string | null;
1112
+ url: string | null;
1113
+ pageCount: number | null;
1114
+ thumbnail: string | null;
1115
+ } | null;
1116
+ urn: string | null;
1111
1117
  author: {
1112
1118
  username: string | null;
1113
1119
  headline: string | null;
@@ -1128,8 +1134,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1128
1134
  totalReactions: number | null;
1129
1135
  } | null;
1130
1136
  media: {
1131
- url: string | null;
1132
1137
  type: string | null;
1138
+ url: string | null;
1133
1139
  images: {
1134
1140
  url: string | null;
1135
1141
  width: number | null;
@@ -1138,16 +1144,10 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1138
1144
  thumbnail: string | null;
1139
1145
  } | null;
1140
1146
  article: {
1141
- url: string | null;
1142
1147
  title: string | null;
1143
- subtitle: string | null;
1144
- thumbnail: string | null;
1145
- } | null;
1146
- document: {
1147
1148
  url: string | null;
1148
- title: string | null;
1149
+ subtitle: string | null;
1149
1150
  thumbnail: string | null;
1150
- pageCount: number | null;
1151
1151
  } | null;
1152
1152
  postedAt: {
1153
1153
  date: string | null;
@@ -1158,8 +1158,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1158
1158
  postType: string | null;
1159
1159
  resharedPost: {
1160
1160
  url: string | null;
1161
- urn: string | null;
1162
1161
  text: string | null;
1162
+ urn: string | null;
1163
1163
  author: {
1164
1164
  username: string | null;
1165
1165
  headline: string | null;
@@ -1180,8 +1180,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1180
1180
  totalReactions: number | null;
1181
1181
  } | null;
1182
1182
  media: {
1183
- url: string | null;
1184
1183
  type: string | null;
1184
+ url: string | null;
1185
1185
  images: {
1186
1186
  url: string | null;
1187
1187
  width: number | null;
@@ -1198,8 +1198,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1198
1198
  } | null;
1199
1199
  }, {
1200
1200
  url: string | null;
1201
- urn: string | null;
1202
1201
  text: string | null;
1202
+ document: {
1203
+ title: string | null;
1204
+ url: string | null;
1205
+ pageCount: number | null;
1206
+ thumbnail: string | null;
1207
+ } | null;
1208
+ urn: string | null;
1203
1209
  author: {
1204
1210
  username: string | null;
1205
1211
  headline: string | null;
@@ -1220,8 +1226,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1220
1226
  totalReactions: number | null;
1221
1227
  } | null;
1222
1228
  media: {
1223
- url: string | null;
1224
1229
  type: string | null;
1230
+ url: string | null;
1225
1231
  images: {
1226
1232
  url: string | null;
1227
1233
  width: number | null;
@@ -1230,16 +1236,10 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1230
1236
  thumbnail: string | null;
1231
1237
  } | null;
1232
1238
  article: {
1233
- url: string | null;
1234
1239
  title: string | null;
1235
- subtitle: string | null;
1236
- thumbnail: string | null;
1237
- } | null;
1238
- document: {
1239
1240
  url: string | null;
1240
- title: string | null;
1241
+ subtitle: string | null;
1241
1242
  thumbnail: string | null;
1242
- pageCount: number | null;
1243
1243
  } | null;
1244
1244
  postedAt: {
1245
1245
  date: string | null;
@@ -1250,8 +1250,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1250
1250
  postType: string | null;
1251
1251
  resharedPost: {
1252
1252
  url: string | null;
1253
- urn: string | null;
1254
1253
  text: string | null;
1254
+ urn: string | null;
1255
1255
  author: {
1256
1256
  username: string | null;
1257
1257
  headline: string | null;
@@ -1272,8 +1272,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1272
1272
  totalReactions: number | null;
1273
1273
  } | null;
1274
1274
  media: {
1275
- url: string | null;
1276
1275
  type: string | null;
1276
+ url: string | null;
1277
1277
  images: {
1278
1278
  url: string | null;
1279
1279
  width: number | null;
@@ -1300,10 +1300,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1300
1300
  }, "strip", z.ZodTypeAny, {
1301
1301
  success: boolean;
1302
1302
  error: string;
1303
+ operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
1303
1304
  posts: {
1304
1305
  url: string | null;
1305
- urn: string | null;
1306
1306
  text: string | null;
1307
+ document: {
1308
+ title: string | null;
1309
+ url: string | null;
1310
+ pageCount: number | null;
1311
+ thumbnail: string | null;
1312
+ } | null;
1313
+ urn: string | null;
1307
1314
  author: {
1308
1315
  username: string | null;
1309
1316
  headline: string | null;
@@ -1324,8 +1331,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1324
1331
  totalReactions: number | null;
1325
1332
  } | null;
1326
1333
  media: {
1327
- url: string | null;
1328
1334
  type: string | null;
1335
+ url: string | null;
1329
1336
  images: {
1330
1337
  url: string | null;
1331
1338
  width: number | null;
@@ -1334,16 +1341,10 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1334
1341
  thumbnail: string | null;
1335
1342
  } | null;
1336
1343
  article: {
1337
- url: string | null;
1338
1344
  title: string | null;
1339
- subtitle: string | null;
1340
- thumbnail: string | null;
1341
- } | null;
1342
- document: {
1343
1345
  url: string | null;
1344
- title: string | null;
1346
+ subtitle: string | null;
1345
1347
  thumbnail: string | null;
1346
- pageCount: number | null;
1347
1348
  } | null;
1348
1349
  postedAt: {
1349
1350
  date: string | null;
@@ -1354,8 +1355,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1354
1355
  postType: string | null;
1355
1356
  resharedPost: {
1356
1357
  url: string | null;
1357
- urn: string | null;
1358
1358
  text: string | null;
1359
+ urn: string | null;
1359
1360
  author: {
1360
1361
  username: string | null;
1361
1362
  headline: string | null;
@@ -1376,8 +1377,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1376
1377
  totalReactions: number | null;
1377
1378
  } | null;
1378
1379
  media: {
1379
- url: string | null;
1380
1380
  type: string | null;
1381
+ url: string | null;
1381
1382
  images: {
1382
1383
  url: string | null;
1383
1384
  width: number | null;
@@ -1393,29 +1394,28 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1393
1394
  postType: string | null;
1394
1395
  } | null;
1395
1396
  }[];
1396
- operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
1397
1397
  totalPosts: number;
1398
1398
  username?: string | undefined;
1399
1399
  keyword?: string | undefined;
1400
1400
  jobs?: {
1401
- url: string | null;
1402
1401
  description: string | null;
1403
1402
  title: string | null;
1403
+ url: string | null;
1404
1404
  id: string | null;
1405
1405
  location: string | null;
1406
1406
  postedAt: string | null;
1407
1407
  applyUrl: string | null;
1408
1408
  salary: {
1409
- to: number | null;
1410
1409
  from: number | null;
1410
+ to: number | null;
1411
1411
  currency: string | null;
1412
1412
  period: string | null;
1413
1413
  } | null;
1414
1414
  seniorityLevel: string | null;
1415
1415
  employmentType: string | null;
1416
1416
  company: {
1417
- url: string | null;
1418
1417
  name: string | null;
1418
+ url: string | null;
1419
1419
  logo: string | null;
1420
1420
  } | null;
1421
1421
  skills: string[] | null;
@@ -1426,10 +1426,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1426
1426
  }, {
1427
1427
  success: boolean;
1428
1428
  error: string;
1429
+ operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
1429
1430
  posts: {
1430
1431
  url: string | null;
1431
- urn: string | null;
1432
1432
  text: string | null;
1433
+ document: {
1434
+ title: string | null;
1435
+ url: string | null;
1436
+ pageCount: number | null;
1437
+ thumbnail: string | null;
1438
+ } | null;
1439
+ urn: string | null;
1433
1440
  author: {
1434
1441
  username: string | null;
1435
1442
  headline: string | null;
@@ -1450,8 +1457,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1450
1457
  totalReactions: number | null;
1451
1458
  } | null;
1452
1459
  media: {
1453
- url: string | null;
1454
1460
  type: string | null;
1461
+ url: string | null;
1455
1462
  images: {
1456
1463
  url: string | null;
1457
1464
  width: number | null;
@@ -1460,16 +1467,10 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1460
1467
  thumbnail: string | null;
1461
1468
  } | null;
1462
1469
  article: {
1463
- url: string | null;
1464
1470
  title: string | null;
1465
- subtitle: string | null;
1466
- thumbnail: string | null;
1467
- } | null;
1468
- document: {
1469
1471
  url: string | null;
1470
- title: string | null;
1472
+ subtitle: string | null;
1471
1473
  thumbnail: string | null;
1472
- pageCount: number | null;
1473
1474
  } | null;
1474
1475
  postedAt: {
1475
1476
  date: string | null;
@@ -1480,8 +1481,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1480
1481
  postType: string | null;
1481
1482
  resharedPost: {
1482
1483
  url: string | null;
1483
- urn: string | null;
1484
1484
  text: string | null;
1485
+ urn: string | null;
1485
1486
  author: {
1486
1487
  username: string | null;
1487
1488
  headline: string | null;
@@ -1502,8 +1503,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1502
1503
  totalReactions: number | null;
1503
1504
  } | null;
1504
1505
  media: {
1505
- url: string | null;
1506
1506
  type: string | null;
1507
+ url: string | null;
1507
1508
  images: {
1508
1509
  url: string | null;
1509
1510
  width: number | null;
@@ -1519,29 +1520,28 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1519
1520
  postType: string | null;
1520
1521
  } | null;
1521
1522
  }[];
1522
- operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
1523
1523
  totalPosts: number;
1524
1524
  username?: string | undefined;
1525
1525
  keyword?: string | undefined;
1526
1526
  jobs?: {
1527
- url: string | null;
1528
1527
  description: string | null;
1529
1528
  title: string | null;
1529
+ url: string | null;
1530
1530
  id: string | null;
1531
1531
  location: string | null;
1532
1532
  postedAt: string | null;
1533
1533
  applyUrl: string | null;
1534
1534
  salary: {
1535
- to: number | null;
1536
1535
  from: number | null;
1536
+ to: number | null;
1537
1537
  currency: string | null;
1538
1538
  period: string | null;
1539
1539
  } | null;
1540
1540
  seniorityLevel: string | null;
1541
1541
  employmentType: string | null;
1542
1542
  company: {
1543
- url: string | null;
1544
1543
  name: string | null;
1544
+ url: string | null;
1545
1545
  logo: string | null;
1546
1546
  } | null;
1547
1547
  skills: string[] | null;
@@ -1590,28 +1590,28 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1590
1590
  }, "strip", z.ZodTypeAny, {
1591
1591
  operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
1592
1592
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1593
- limit?: number | undefined;
1594
1593
  username?: string | undefined;
1594
+ limit?: number | undefined;
1595
+ pageNumber?: number | undefined;
1595
1596
  location?: string | undefined;
1596
1597
  keyword?: string | undefined;
1597
1598
  dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
1598
- pageNumber?: number | undefined;
1599
1599
  jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
1600
1600
  workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
1601
- experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
1601
+ experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
1602
1602
  sortBy?: "relevance" | "date_posted" | undefined;
1603
1603
  }, {
1604
1604
  operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
1605
1605
  credentials?: Partial<Record<CredentialType, string>> | undefined;
1606
- limit?: number | undefined;
1607
1606
  username?: string | undefined;
1607
+ limit?: number | undefined;
1608
+ pageNumber?: number | undefined;
1608
1609
  location?: string | undefined;
1609
1610
  keyword?: string | undefined;
1610
1611
  dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
1611
- pageNumber?: number | undefined;
1612
1612
  jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
1613
1613
  workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
1614
- experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
1614
+ experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
1615
1615
  sortBy?: "relevance" | "date_posted" | undefined;
1616
1616
  }>;
1617
1617
  static readonly resultSchema: z.ZodObject<{
@@ -1624,12 +1624,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1624
1624
  url: z.ZodNullable<z.ZodString>;
1625
1625
  logo: z.ZodNullable<z.ZodString>;
1626
1626
  }, "strip", z.ZodTypeAny, {
1627
- url: string | null;
1628
1627
  name: string | null;
1628
+ url: string | null;
1629
1629
  logo: string | null;
1630
1630
  }, {
1631
- url: string | null;
1632
1631
  name: string | null;
1632
+ url: string | null;
1633
1633
  logo: string | null;
1634
1634
  }>>;
1635
1635
  location: z.ZodNullable<z.ZodString>;
@@ -1645,58 +1645,58 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1645
1645
  currency: z.ZodNullable<z.ZodString>;
1646
1646
  period: z.ZodNullable<z.ZodString>;
1647
1647
  }, "strip", z.ZodTypeAny, {
1648
- to: number | null;
1649
1648
  from: number | null;
1649
+ to: number | null;
1650
1650
  currency: string | null;
1651
1651
  period: string | null;
1652
1652
  }, {
1653
- to: number | null;
1654
1653
  from: number | null;
1654
+ to: number | null;
1655
1655
  currency: string | null;
1656
1656
  period: string | null;
1657
1657
  }>>;
1658
1658
  skills: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
1659
1659
  }, "strip", z.ZodTypeAny, {
1660
- url: string | null;
1661
1660
  description: string | null;
1662
1661
  title: string | null;
1662
+ url: string | null;
1663
1663
  id: string | null;
1664
1664
  location: string | null;
1665
1665
  postedAt: string | null;
1666
1666
  applyUrl: string | null;
1667
1667
  salary: {
1668
- to: number | null;
1669
1668
  from: number | null;
1669
+ to: number | null;
1670
1670
  currency: string | null;
1671
1671
  period: string | null;
1672
1672
  } | null;
1673
1673
  seniorityLevel: string | null;
1674
1674
  employmentType: string | null;
1675
1675
  company: {
1676
- url: string | null;
1677
1676
  name: string | null;
1677
+ url: string | null;
1678
1678
  logo: string | null;
1679
1679
  } | null;
1680
1680
  skills: string[] | null;
1681
1681
  }, {
1682
- url: string | null;
1683
1682
  description: string | null;
1684
1683
  title: string | null;
1684
+ url: string | null;
1685
1685
  id: string | null;
1686
1686
  location: string | null;
1687
1687
  postedAt: string | null;
1688
1688
  applyUrl: string | null;
1689
1689
  salary: {
1690
- to: number | null;
1691
1690
  from: number | null;
1691
+ to: number | null;
1692
1692
  currency: string | null;
1693
1693
  period: string | null;
1694
1694
  } | null;
1695
1695
  seniorityLevel: string | null;
1696
1696
  employmentType: string | null;
1697
1697
  company: {
1698
- url: string | null;
1699
1698
  name: string | null;
1699
+ url: string | null;
1700
1700
  logo: string | null;
1701
1701
  } | null;
1702
1702
  skills: string[] | null;
@@ -1791,8 +1791,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1791
1791
  height: number | null;
1792
1792
  }>, "many">>;
1793
1793
  }, "strip", z.ZodTypeAny, {
1794
- url: string | null;
1795
1794
  type: string | null;
1795
+ url: string | null;
1796
1796
  images: {
1797
1797
  url: string | null;
1798
1798
  width: number | null;
@@ -1800,8 +1800,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1800
1800
  }[] | null;
1801
1801
  thumbnail: string | null;
1802
1802
  }, {
1803
- url: string | null;
1804
1803
  type: string | null;
1804
+ url: string | null;
1805
1805
  images: {
1806
1806
  url: string | null;
1807
1807
  width: number | null;
@@ -1815,13 +1815,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1815
1815
  subtitle: z.ZodNullable<z.ZodString>;
1816
1816
  thumbnail: z.ZodNullable<z.ZodString>;
1817
1817
  }, "strip", z.ZodTypeAny, {
1818
- url: string | null;
1819
1818
  title: string | null;
1819
+ url: string | null;
1820
1820
  subtitle: string | null;
1821
1821
  thumbnail: string | null;
1822
1822
  }, {
1823
- url: string | null;
1824
1823
  title: string | null;
1824
+ url: string | null;
1825
1825
  subtitle: string | null;
1826
1826
  thumbnail: string | null;
1827
1827
  }>>;
@@ -1831,15 +1831,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1831
1831
  url: z.ZodNullable<z.ZodString>;
1832
1832
  thumbnail: z.ZodNullable<z.ZodString>;
1833
1833
  }, "strip", z.ZodTypeAny, {
1834
- url: string | null;
1835
1834
  title: string | null;
1836
- thumbnail: string | null;
1835
+ url: string | null;
1837
1836
  pageCount: number | null;
1837
+ thumbnail: string | null;
1838
1838
  }, {
1839
- url: string | null;
1840
1839
  title: string | null;
1841
- thumbnail: string | null;
1840
+ url: string | null;
1842
1841
  pageCount: number | null;
1842
+ thumbnail: string | null;
1843
1843
  }>>;
1844
1844
  resharedPost: z.ZodNullable<z.ZodObject<{
1845
1845
  urn: z.ZodNullable<z.ZodString>;
@@ -1930,8 +1930,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1930
1930
  height: number | null;
1931
1931
  }>, "many">>;
1932
1932
  }, "strip", z.ZodTypeAny, {
1933
- url: string | null;
1934
1933
  type: string | null;
1934
+ url: string | null;
1935
1935
  images: {
1936
1936
  url: string | null;
1937
1937
  width: number | null;
@@ -1939,8 +1939,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1939
1939
  }[] | null;
1940
1940
  thumbnail: string | null;
1941
1941
  }, {
1942
- url: string | null;
1943
1942
  type: string | null;
1943
+ url: string | null;
1944
1944
  images: {
1945
1945
  url: string | null;
1946
1946
  width: number | null;
@@ -1950,8 +1950,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1950
1950
  }>>;
1951
1951
  }, "strip", z.ZodTypeAny, {
1952
1952
  url: string | null;
1953
- urn: string | null;
1954
1953
  text: string | null;
1954
+ urn: string | null;
1955
1955
  author: {
1956
1956
  username: string | null;
1957
1957
  headline: string | null;
@@ -1972,8 +1972,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1972
1972
  totalReactions: number | null;
1973
1973
  } | null;
1974
1974
  media: {
1975
- url: string | null;
1976
1975
  type: string | null;
1976
+ url: string | null;
1977
1977
  images: {
1978
1978
  url: string | null;
1979
1979
  width: number | null;
@@ -1989,8 +1989,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1989
1989
  postType: string | null;
1990
1990
  }, {
1991
1991
  url: string | null;
1992
- urn: string | null;
1993
1992
  text: string | null;
1993
+ urn: string | null;
1994
1994
  author: {
1995
1995
  username: string | null;
1996
1996
  headline: string | null;
@@ -2011,8 +2011,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2011
2011
  totalReactions: number | null;
2012
2012
  } | null;
2013
2013
  media: {
2014
- url: string | null;
2015
2014
  type: string | null;
2015
+ url: string | null;
2016
2016
  images: {
2017
2017
  url: string | null;
2018
2018
  width: number | null;
@@ -2029,8 +2029,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2029
2029
  }>>;
2030
2030
  }, "strip", z.ZodTypeAny, {
2031
2031
  url: string | null;
2032
- urn: string | null;
2033
2032
  text: string | null;
2033
+ document: {
2034
+ title: string | null;
2035
+ url: string | null;
2036
+ pageCount: number | null;
2037
+ thumbnail: string | null;
2038
+ } | null;
2039
+ urn: string | null;
2034
2040
  author: {
2035
2041
  username: string | null;
2036
2042
  headline: string | null;
@@ -2051,8 +2057,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2051
2057
  totalReactions: number | null;
2052
2058
  } | null;
2053
2059
  media: {
2054
- url: string | null;
2055
2060
  type: string | null;
2061
+ url: string | null;
2056
2062
  images: {
2057
2063
  url: string | null;
2058
2064
  width: number | null;
@@ -2061,16 +2067,10 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2061
2067
  thumbnail: string | null;
2062
2068
  } | null;
2063
2069
  article: {
2064
- url: string | null;
2065
2070
  title: string | null;
2066
- subtitle: string | null;
2067
- thumbnail: string | null;
2068
- } | null;
2069
- document: {
2070
2071
  url: string | null;
2071
- title: string | null;
2072
+ subtitle: string | null;
2072
2073
  thumbnail: string | null;
2073
- pageCount: number | null;
2074
2074
  } | null;
2075
2075
  postedAt: {
2076
2076
  date: string | null;
@@ -2081,8 +2081,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2081
2081
  postType: string | null;
2082
2082
  resharedPost: {
2083
2083
  url: string | null;
2084
- urn: string | null;
2085
2084
  text: string | null;
2085
+ urn: string | null;
2086
2086
  author: {
2087
2087
  username: string | null;
2088
2088
  headline: string | null;
@@ -2103,8 +2103,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2103
2103
  totalReactions: number | null;
2104
2104
  } | null;
2105
2105
  media: {
2106
- url: string | null;
2107
2106
  type: string | null;
2107
+ url: string | null;
2108
2108
  images: {
2109
2109
  url: string | null;
2110
2110
  width: number | null;
@@ -2121,8 +2121,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2121
2121
  } | null;
2122
2122
  }, {
2123
2123
  url: string | null;
2124
- urn: string | null;
2125
2124
  text: string | null;
2125
+ document: {
2126
+ title: string | null;
2127
+ url: string | null;
2128
+ pageCount: number | null;
2129
+ thumbnail: string | null;
2130
+ } | null;
2131
+ urn: string | null;
2126
2132
  author: {
2127
2133
  username: string | null;
2128
2134
  headline: string | null;
@@ -2143,8 +2149,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2143
2149
  totalReactions: number | null;
2144
2150
  } | null;
2145
2151
  media: {
2146
- url: string | null;
2147
2152
  type: string | null;
2153
+ url: string | null;
2148
2154
  images: {
2149
2155
  url: string | null;
2150
2156
  width: number | null;
@@ -2153,16 +2159,10 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2153
2159
  thumbnail: string | null;
2154
2160
  } | null;
2155
2161
  article: {
2156
- url: string | null;
2157
2162
  title: string | null;
2158
- subtitle: string | null;
2159
- thumbnail: string | null;
2160
- } | null;
2161
- document: {
2162
2163
  url: string | null;
2163
- title: string | null;
2164
+ subtitle: string | null;
2164
2165
  thumbnail: string | null;
2165
- pageCount: number | null;
2166
2166
  } | null;
2167
2167
  postedAt: {
2168
2168
  date: string | null;
@@ -2173,8 +2173,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2173
2173
  postType: string | null;
2174
2174
  resharedPost: {
2175
2175
  url: string | null;
2176
- urn: string | null;
2177
2176
  text: string | null;
2177
+ urn: string | null;
2178
2178
  author: {
2179
2179
  username: string | null;
2180
2180
  headline: string | null;
@@ -2195,8 +2195,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2195
2195
  totalReactions: number | null;
2196
2196
  } | null;
2197
2197
  media: {
2198
- url: string | null;
2199
2198
  type: string | null;
2199
+ url: string | null;
2200
2200
  images: {
2201
2201
  url: string | null;
2202
2202
  width: number | null;
@@ -2223,10 +2223,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2223
2223
  }, "strip", z.ZodTypeAny, {
2224
2224
  success: boolean;
2225
2225
  error: string;
2226
+ operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
2226
2227
  posts: {
2227
2228
  url: string | null;
2228
- urn: string | null;
2229
2229
  text: string | null;
2230
+ document: {
2231
+ title: string | null;
2232
+ url: string | null;
2233
+ pageCount: number | null;
2234
+ thumbnail: string | null;
2235
+ } | null;
2236
+ urn: string | null;
2230
2237
  author: {
2231
2238
  username: string | null;
2232
2239
  headline: string | null;
@@ -2247,8 +2254,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2247
2254
  totalReactions: number | null;
2248
2255
  } | null;
2249
2256
  media: {
2250
- url: string | null;
2251
2257
  type: string | null;
2258
+ url: string | null;
2252
2259
  images: {
2253
2260
  url: string | null;
2254
2261
  width: number | null;
@@ -2257,16 +2264,10 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2257
2264
  thumbnail: string | null;
2258
2265
  } | null;
2259
2266
  article: {
2260
- url: string | null;
2261
2267
  title: string | null;
2262
- subtitle: string | null;
2263
- thumbnail: string | null;
2264
- } | null;
2265
- document: {
2266
2268
  url: string | null;
2267
- title: string | null;
2269
+ subtitle: string | null;
2268
2270
  thumbnail: string | null;
2269
- pageCount: number | null;
2270
2271
  } | null;
2271
2272
  postedAt: {
2272
2273
  date: string | null;
@@ -2277,8 +2278,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2277
2278
  postType: string | null;
2278
2279
  resharedPost: {
2279
2280
  url: string | null;
2280
- urn: string | null;
2281
2281
  text: string | null;
2282
+ urn: string | null;
2282
2283
  author: {
2283
2284
  username: string | null;
2284
2285
  headline: string | null;
@@ -2299,8 +2300,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2299
2300
  totalReactions: number | null;
2300
2301
  } | null;
2301
2302
  media: {
2302
- url: string | null;
2303
2303
  type: string | null;
2304
+ url: string | null;
2304
2305
  images: {
2305
2306
  url: string | null;
2306
2307
  width: number | null;
@@ -2316,29 +2317,28 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2316
2317
  postType: string | null;
2317
2318
  } | null;
2318
2319
  }[];
2319
- operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
2320
2320
  totalPosts: number;
2321
2321
  username?: string | undefined;
2322
2322
  keyword?: string | undefined;
2323
2323
  jobs?: {
2324
- url: string | null;
2325
2324
  description: string | null;
2326
2325
  title: string | null;
2326
+ url: string | null;
2327
2327
  id: string | null;
2328
2328
  location: string | null;
2329
2329
  postedAt: string | null;
2330
2330
  applyUrl: string | null;
2331
2331
  salary: {
2332
- to: number | null;
2333
2332
  from: number | null;
2333
+ to: number | null;
2334
2334
  currency: string | null;
2335
2335
  period: string | null;
2336
2336
  } | null;
2337
2337
  seniorityLevel: string | null;
2338
2338
  employmentType: string | null;
2339
2339
  company: {
2340
- url: string | null;
2341
2340
  name: string | null;
2341
+ url: string | null;
2342
2342
  logo: string | null;
2343
2343
  } | null;
2344
2344
  skills: string[] | null;
@@ -2349,10 +2349,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2349
2349
  }, {
2350
2350
  success: boolean;
2351
2351
  error: string;
2352
+ operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
2352
2353
  posts: {
2353
2354
  url: string | null;
2354
- urn: string | null;
2355
2355
  text: string | null;
2356
+ document: {
2357
+ title: string | null;
2358
+ url: string | null;
2359
+ pageCount: number | null;
2360
+ thumbnail: string | null;
2361
+ } | null;
2362
+ urn: string | null;
2356
2363
  author: {
2357
2364
  username: string | null;
2358
2365
  headline: string | null;
@@ -2373,8 +2380,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2373
2380
  totalReactions: number | null;
2374
2381
  } | null;
2375
2382
  media: {
2376
- url: string | null;
2377
2383
  type: string | null;
2384
+ url: string | null;
2378
2385
  images: {
2379
2386
  url: string | null;
2380
2387
  width: number | null;
@@ -2383,17 +2390,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2383
2390
  thumbnail: string | null;
2384
2391
  } | null;
2385
2392
  article: {
2386
- url: string | null;
2387
2393
  title: string | null;
2394
+ url: string | null;
2388
2395
  subtitle: string | null;
2389
2396
  thumbnail: string | null;
2390
2397
  } | null;
2391
- document: {
2392
- url: string | null;
2393
- title: string | null;
2394
- thumbnail: string | null;
2395
- pageCount: number | null;
2396
- } | null;
2397
2398
  postedAt: {
2398
2399
  date: string | null;
2399
2400
  timestamp: number | null;
@@ -2403,8 +2404,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2403
2404
  postType: string | null;
2404
2405
  resharedPost: {
2405
2406
  url: string | null;
2406
- urn: string | null;
2407
2407
  text: string | null;
2408
+ urn: string | null;
2408
2409
  author: {
2409
2410
  username: string | null;
2410
2411
  headline: string | null;
@@ -2425,8 +2426,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2425
2426
  totalReactions: number | null;
2426
2427
  } | null;
2427
2428
  media: {
2428
- url: string | null;
2429
2429
  type: string | null;
2430
+ url: string | null;
2430
2431
  images: {
2431
2432
  url: string | null;
2432
2433
  width: number | null;
@@ -2442,29 +2443,28 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2442
2443
  postType: string | null;
2443
2444
  } | null;
2444
2445
  }[];
2445
- operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
2446
2446
  totalPosts: number;
2447
2447
  username?: string | undefined;
2448
2448
  keyword?: string | undefined;
2449
2449
  jobs?: {
2450
- url: string | null;
2451
2450
  description: string | null;
2452
2451
  title: string | null;
2452
+ url: string | null;
2453
2453
  id: string | null;
2454
2454
  location: string | null;
2455
2455
  postedAt: string | null;
2456
2456
  applyUrl: string | null;
2457
2457
  salary: {
2458
- to: number | null;
2459
2458
  from: number | null;
2459
+ to: number | null;
2460
2460
  currency: string | null;
2461
2461
  period: string | null;
2462
2462
  } | null;
2463
2463
  seniorityLevel: string | null;
2464
2464
  employmentType: string | null;
2465
2465
  company: {
2466
- url: string | null;
2467
2466
  name: string | null;
2467
+ url: string | null;
2468
2468
  logo: string | null;
2469
2469
  } | null;
2470
2470
  skills: string[] | null;