@bubblelab/bubble-core 0.1.41 → 0.1.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/dist/bubble-bundle.d.ts +75 -75
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +100 -100
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +60 -60
  4. package/dist/bubbles/service-bubble/airtable.d.ts +136 -136
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +70 -70
  7. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +39 -39
  8. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +126 -126
  9. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  10. package/dist/bubbles/service-bubble/firecrawl.d.ts +592 -592
  11. package/dist/bubbles/service-bubble/followupboss.d.ts +156 -156
  12. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +76 -76
  13. package/dist/bubbles/service-bubble/github.d.ts +188 -188
  14. package/dist/bubbles/service-bubble/gmail.d.ts +248 -248
  15. package/dist/bubbles/service-bubble/google-calendar.d.ts +134 -134
  16. package/dist/bubbles/service-bubble/google-drive.d.ts +92 -92
  17. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +40 -40
  18. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  19. package/dist/bubbles/service-bubble/http.d.ts +4 -4
  20. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  21. package/dist/bubbles/service-bubble/jira/jira.d.ts +44 -44
  22. package/dist/bubbles/service-bubble/notion/notion.d.ts +2077 -2077
  23. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  24. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  25. package/dist/bubbles/service-bubble/slack/slack.d.ts +430 -430
  26. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  27. package/dist/bubbles/service-bubble/telegram.d.ts +1549 -1549
  28. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +19 -19
  29. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
  30. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +16 -16
  31. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  32. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +86 -86
  33. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
  34. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
  35. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +10 -10
  36. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +1 -1
  37. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +332 -332
  38. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +144 -132
  39. package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
  40. package/dist/bubbles/tool-bubble/people-search-tool.js +11 -1
  41. package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
  42. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  43. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  44. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +70 -70
  45. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
  46. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
  47. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  48. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  49. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
  50. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  51. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +74 -74
  52. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  53. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
  54. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +84 -84
  55. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  56. package/dist/bubbles.json +11 -3
  57. package/package.json +2 -2
@@ -10,15 +10,15 @@ declare const LinkedInAuthorSchema: z.ZodObject<{
10
10
  profileUrl: z.ZodNullable<z.ZodString>;
11
11
  profilePicture: z.ZodNullable<z.ZodString>;
12
12
  }, "strip", z.ZodTypeAny, {
13
- headline: string | null;
14
13
  username: string | null;
14
+ headline: string | null;
15
15
  profileUrl: string | null;
16
16
  profilePicture: string | null;
17
17
  firstName: string | null;
18
18
  lastName: string | null;
19
19
  }, {
20
- headline: string | null;
21
20
  username: string | null;
21
+ headline: string | null;
22
22
  profileUrl: string | null;
23
23
  profilePicture: string | null;
24
24
  firstName: string | null;
@@ -82,15 +82,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
82
82
  profileUrl: z.ZodNullable<z.ZodString>;
83
83
  profilePicture: z.ZodNullable<z.ZodString>;
84
84
  }, "strip", z.ZodTypeAny, {
85
- headline: string | null;
86
85
  username: string | null;
86
+ headline: string | null;
87
87
  profileUrl: string | null;
88
88
  profilePicture: string | null;
89
89
  firstName: string | null;
90
90
  lastName: string | null;
91
91
  }, {
92
- headline: string | null;
93
92
  username: string | null;
93
+ headline: string | null;
94
94
  profileUrl: string | null;
95
95
  profilePicture: string | null;
96
96
  firstName: string | null;
@@ -171,13 +171,13 @@ declare const LinkedInPostSchema: z.ZodObject<{
171
171
  }, "strip", z.ZodTypeAny, {
172
172
  title: string | null;
173
173
  url: string | null;
174
- thumbnail: string | null;
175
174
  subtitle: string | null;
175
+ thumbnail: string | null;
176
176
  }, {
177
177
  title: string | null;
178
178
  url: string | null;
179
- thumbnail: string | null;
180
179
  subtitle: string | null;
180
+ thumbnail: string | null;
181
181
  }>>;
182
182
  document: z.ZodNullable<z.ZodObject<{
183
183
  title: z.ZodNullable<z.ZodString>;
@@ -187,13 +187,13 @@ declare const LinkedInPostSchema: z.ZodObject<{
187
187
  }, "strip", z.ZodTypeAny, {
188
188
  title: string | null;
189
189
  url: string | null;
190
- thumbnail: string | null;
191
190
  pageCount: number | null;
191
+ thumbnail: string | null;
192
192
  }, {
193
193
  title: string | null;
194
194
  url: string | null;
195
- thumbnail: 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>;
@@ -221,15 +221,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
221
221
  profileUrl: z.ZodNullable<z.ZodString>;
222
222
  profilePicture: z.ZodNullable<z.ZodString>;
223
223
  }, "strip", z.ZodTypeAny, {
224
- headline: string | null;
225
224
  username: string | null;
225
+ headline: string | null;
226
226
  profileUrl: string | null;
227
227
  profilePicture: string | null;
228
228
  firstName: string | null;
229
229
  lastName: string | null;
230
230
  }, {
231
- headline: string | null;
232
231
  username: string | null;
232
+ headline: string | null;
233
233
  profileUrl: string | null;
234
234
  profilePicture: string | null;
235
235
  firstName: string | null;
@@ -305,6 +305,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
305
305
  }, "strip", z.ZodTypeAny, {
306
306
  url: string | null;
307
307
  text: string | null;
308
+ urn: string | null;
309
+ author: {
310
+ username: string | null;
311
+ headline: string | null;
312
+ profileUrl: string | null;
313
+ profilePicture: string | null;
314
+ firstName: string | null;
315
+ lastName: string | null;
316
+ } | null;
308
317
  stats: {
309
318
  like: number | null;
310
319
  support: number | null;
@@ -316,15 +325,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
316
325
  reposts: number | null;
317
326
  totalReactions: number | null;
318
327
  } | null;
319
- urn: string | null;
320
- author: {
321
- headline: string | null;
322
- username: string | null;
323
- profileUrl: string | null;
324
- profilePicture: string | null;
325
- firstName: string | null;
326
- lastName: string | null;
327
- } | null;
328
328
  media: {
329
329
  type: string | null;
330
330
  url: string | null;
@@ -344,6 +344,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
344
344
  }, {
345
345
  url: string | null;
346
346
  text: string | null;
347
+ urn: string | null;
348
+ author: {
349
+ username: string | null;
350
+ headline: string | null;
351
+ profileUrl: string | null;
352
+ profilePicture: string | null;
353
+ firstName: string | null;
354
+ lastName: string | null;
355
+ } | null;
347
356
  stats: {
348
357
  like: number | null;
349
358
  support: number | null;
@@ -355,15 +364,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
355
364
  reposts: number | null;
356
365
  totalReactions: number | null;
357
366
  } | null;
358
- urn: string | null;
359
- author: {
360
- headline: string | null;
361
- username: string | null;
362
- profileUrl: string | null;
363
- profilePicture: string | null;
364
- firstName: string | null;
365
- lastName: string | null;
366
- } | null;
367
367
  media: {
368
368
  type: string | null;
369
369
  url: string | null;
@@ -384,32 +384,32 @@ declare const LinkedInPostSchema: z.ZodObject<{
384
384
  }, "strip", z.ZodTypeAny, {
385
385
  url: string | null;
386
386
  text: string | null;
387
- stats: {
388
- like: number | null;
389
- support: number | null;
390
- love: number | null;
391
- insight: number | null;
392
- celebrate: number | null;
393
- funny: number | null;
394
- comments: number | null;
395
- reposts: number | null;
396
- totalReactions: number | null;
397
- } | null;
398
387
  document: {
399
388
  title: string | null;
400
389
  url: string | null;
401
- thumbnail: string | null;
402
390
  pageCount: number | null;
391
+ thumbnail: string | null;
403
392
  } | null;
404
393
  urn: string | null;
405
394
  author: {
406
- headline: string | null;
407
395
  username: string | null;
396
+ headline: string | null;
408
397
  profileUrl: string | null;
409
398
  profilePicture: string | null;
410
399
  firstName: string | null;
411
400
  lastName: string | null;
412
401
  } | null;
402
+ stats: {
403
+ like: number | null;
404
+ support: number | null;
405
+ love: number | null;
406
+ insight: number | null;
407
+ celebrate: number | null;
408
+ funny: number | null;
409
+ comments: number | null;
410
+ reposts: number | null;
411
+ totalReactions: number | null;
412
+ } | null;
413
413
  media: {
414
414
  type: string | null;
415
415
  url: string | null;
@@ -423,8 +423,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
423
423
  article: {
424
424
  title: string | null;
425
425
  url: string | null;
426
- thumbnail: string | null;
427
426
  subtitle: string | null;
427
+ thumbnail: string | null;
428
428
  } | null;
429
429
  postedAt: {
430
430
  date: string | null;
@@ -436,6 +436,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
436
436
  resharedPost: {
437
437
  url: string | null;
438
438
  text: string | null;
439
+ urn: string | null;
440
+ author: {
441
+ username: string | null;
442
+ headline: string | null;
443
+ profileUrl: string | null;
444
+ profilePicture: string | null;
445
+ firstName: string | null;
446
+ lastName: string | null;
447
+ } | null;
439
448
  stats: {
440
449
  like: number | null;
441
450
  support: number | null;
@@ -447,15 +456,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
447
456
  reposts: number | null;
448
457
  totalReactions: number | null;
449
458
  } | null;
450
- urn: string | null;
451
- author: {
452
- headline: string | null;
453
- username: string | null;
454
- profileUrl: string | null;
455
- profilePicture: string | null;
456
- firstName: string | null;
457
- lastName: string | null;
458
- } | null;
459
459
  media: {
460
460
  type: string | null;
461
461
  url: string | null;
@@ -476,32 +476,32 @@ declare const LinkedInPostSchema: z.ZodObject<{
476
476
  }, {
477
477
  url: string | null;
478
478
  text: string | null;
479
- stats: {
480
- like: number | null;
481
- support: number | null;
482
- love: number | null;
483
- insight: number | null;
484
- celebrate: number | null;
485
- funny: number | null;
486
- comments: number | null;
487
- reposts: number | null;
488
- totalReactions: number | null;
489
- } | null;
490
479
  document: {
491
480
  title: string | null;
492
481
  url: string | null;
493
- thumbnail: string | null;
494
482
  pageCount: number | null;
483
+ thumbnail: string | null;
495
484
  } | null;
496
485
  urn: string | null;
497
486
  author: {
498
- headline: string | null;
499
487
  username: string | null;
488
+ headline: string | null;
500
489
  profileUrl: string | null;
501
490
  profilePicture: string | null;
502
491
  firstName: string | null;
503
492
  lastName: string | null;
504
493
  } | null;
494
+ stats: {
495
+ like: number | null;
496
+ support: number | null;
497
+ love: number | null;
498
+ insight: number | null;
499
+ celebrate: number | null;
500
+ funny: number | null;
501
+ comments: number | null;
502
+ reposts: number | null;
503
+ totalReactions: number | null;
504
+ } | null;
505
505
  media: {
506
506
  type: string | null;
507
507
  url: string | null;
@@ -515,8 +515,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
515
515
  article: {
516
516
  title: string | null;
517
517
  url: string | null;
518
- thumbnail: string | null;
519
518
  subtitle: string | null;
519
+ thumbnail: string | null;
520
520
  } | null;
521
521
  postedAt: {
522
522
  date: string | null;
@@ -528,6 +528,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
528
528
  resharedPost: {
529
529
  url: string | null;
530
530
  text: string | null;
531
+ urn: string | null;
532
+ author: {
533
+ username: string | null;
534
+ headline: string | null;
535
+ profileUrl: string | null;
536
+ profilePicture: string | null;
537
+ firstName: string | null;
538
+ lastName: string | null;
539
+ } | null;
531
540
  stats: {
532
541
  like: number | null;
533
542
  support: number | null;
@@ -539,15 +548,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
539
548
  reposts: number | null;
540
549
  totalReactions: number | null;
541
550
  } | null;
542
- urn: string | null;
543
- author: {
544
- headline: string | null;
545
- username: string | null;
546
- profileUrl: string | null;
547
- profilePicture: string | null;
548
- firstName: string | null;
549
- lastName: string | null;
550
- } | null;
551
551
  media: {
552
552
  type: string | null;
553
553
  url: string | null;
@@ -610,8 +610,8 @@ declare const LinkedInJobSchema: z.ZodObject<{
610
610
  description: string | null;
611
611
  title: string | null;
612
612
  url: string | null;
613
- location: string | null;
614
613
  id: string | null;
614
+ location: string | null;
615
615
  postedAt: string | null;
616
616
  applyUrl: string | null;
617
617
  salary: {
@@ -632,8 +632,8 @@ declare const LinkedInJobSchema: z.ZodObject<{
632
632
  description: string | null;
633
633
  title: string | null;
634
634
  url: string | null;
635
- location: string | null;
636
635
  id: string | null;
636
+ location: string | null;
637
637
  postedAt: string | null;
638
638
  applyUrl: string | null;
639
639
  salary: {
@@ -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
- location?: string | undefined;
671
670
  username?: string | undefined;
672
671
  limit?: number | undefined;
673
672
  pageNumber?: number | undefined;
673
+ location?: string | undefined;
674
674
  keyword?: string | undefined;
675
675
  dateFilter?: "past-24h" | "past-week" | "past-month" | 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
- location?: string | undefined;
684
683
  username?: string | undefined;
685
684
  limit?: number | undefined;
686
685
  pageNumber?: number | undefined;
686
+ location?: string | undefined;
687
687
  keyword?: string | undefined;
688
688
  dateFilter?: "past-24h" | "past-week" | "past-month" | 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<{
@@ -737,8 +737,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
737
737
  description: string | null;
738
738
  title: string | null;
739
739
  url: string | null;
740
- location: string | null;
741
740
  id: string | null;
741
+ location: string | null;
742
742
  postedAt: string | null;
743
743
  applyUrl: string | null;
744
744
  salary: {
@@ -759,8 +759,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
759
759
  description: string | null;
760
760
  title: string | null;
761
761
  url: string | null;
762
- location: string | null;
763
762
  id: string | null;
763
+ location: string | null;
764
764
  postedAt: string | null;
765
765
  applyUrl: string | null;
766
766
  salary: {
@@ -805,15 +805,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
805
805
  profileUrl: z.ZodNullable<z.ZodString>;
806
806
  profilePicture: z.ZodNullable<z.ZodString>;
807
807
  }, "strip", z.ZodTypeAny, {
808
- headline: string | null;
809
808
  username: string | null;
809
+ headline: string | null;
810
810
  profileUrl: string | null;
811
811
  profilePicture: string | null;
812
812
  firstName: string | null;
813
813
  lastName: string | null;
814
814
  }, {
815
- headline: string | null;
816
815
  username: string | null;
816
+ headline: string | null;
817
817
  profileUrl: string | null;
818
818
  profilePicture: string | null;
819
819
  firstName: string | null;
@@ -894,13 +894,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
894
894
  }, "strip", z.ZodTypeAny, {
895
895
  title: string | null;
896
896
  url: string | null;
897
- thumbnail: string | null;
898
897
  subtitle: string | null;
898
+ thumbnail: string | null;
899
899
  }, {
900
900
  title: string | null;
901
901
  url: string | null;
902
- thumbnail: string | null;
903
902
  subtitle: string | null;
903
+ thumbnail: string | null;
904
904
  }>>;
905
905
  document: z.ZodNullable<z.ZodObject<{
906
906
  title: z.ZodNullable<z.ZodString>;
@@ -910,13 +910,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
910
910
  }, "strip", z.ZodTypeAny, {
911
911
  title: string | null;
912
912
  url: string | null;
913
- thumbnail: string | null;
914
913
  pageCount: number | null;
914
+ thumbnail: string | null;
915
915
  }, {
916
916
  title: string | null;
917
917
  url: string | null;
918
- thumbnail: 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>;
@@ -944,15 +944,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
944
944
  profileUrl: z.ZodNullable<z.ZodString>;
945
945
  profilePicture: z.ZodNullable<z.ZodString>;
946
946
  }, "strip", z.ZodTypeAny, {
947
- headline: string | null;
948
947
  username: string | null;
948
+ headline: string | null;
949
949
  profileUrl: string | null;
950
950
  profilePicture: string | null;
951
951
  firstName: string | null;
952
952
  lastName: string | null;
953
953
  }, {
954
- headline: string | null;
955
954
  username: string | null;
955
+ headline: string | null;
956
956
  profileUrl: string | null;
957
957
  profilePicture: string | null;
958
958
  firstName: string | null;
@@ -1028,6 +1028,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1028
1028
  }, "strip", z.ZodTypeAny, {
1029
1029
  url: string | null;
1030
1030
  text: string | null;
1031
+ urn: string | null;
1032
+ author: {
1033
+ username: string | null;
1034
+ headline: string | null;
1035
+ profileUrl: string | null;
1036
+ profilePicture: string | null;
1037
+ firstName: string | null;
1038
+ lastName: string | null;
1039
+ } | null;
1031
1040
  stats: {
1032
1041
  like: number | null;
1033
1042
  support: number | null;
@@ -1039,15 +1048,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1039
1048
  reposts: number | null;
1040
1049
  totalReactions: number | null;
1041
1050
  } | null;
1042
- urn: string | null;
1043
- author: {
1044
- headline: string | null;
1045
- username: string | null;
1046
- profileUrl: string | null;
1047
- profilePicture: string | null;
1048
- firstName: string | null;
1049
- lastName: string | null;
1050
- } | null;
1051
1051
  media: {
1052
1052
  type: string | null;
1053
1053
  url: string | null;
@@ -1067,6 +1067,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1067
1067
  }, {
1068
1068
  url: string | null;
1069
1069
  text: string | null;
1070
+ urn: string | null;
1071
+ author: {
1072
+ username: string | null;
1073
+ headline: string | null;
1074
+ profileUrl: string | null;
1075
+ profilePicture: string | null;
1076
+ firstName: string | null;
1077
+ lastName: string | null;
1078
+ } | null;
1070
1079
  stats: {
1071
1080
  like: number | null;
1072
1081
  support: number | null;
@@ -1078,15 +1087,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1078
1087
  reposts: number | null;
1079
1088
  totalReactions: number | null;
1080
1089
  } | null;
1081
- urn: string | null;
1082
- author: {
1083
- headline: string | null;
1084
- username: string | null;
1085
- profileUrl: string | null;
1086
- profilePicture: string | null;
1087
- firstName: string | null;
1088
- lastName: string | null;
1089
- } | null;
1090
1090
  media: {
1091
1091
  type: string | null;
1092
1092
  url: string | null;
@@ -1107,32 +1107,32 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1107
1107
  }, "strip", z.ZodTypeAny, {
1108
1108
  url: string | null;
1109
1109
  text: string | null;
1110
- stats: {
1111
- like: number | null;
1112
- support: number | null;
1113
- love: number | null;
1114
- insight: number | null;
1115
- celebrate: number | null;
1116
- funny: number | null;
1117
- comments: number | null;
1118
- reposts: number | null;
1119
- totalReactions: number | null;
1120
- } | null;
1121
1110
  document: {
1122
1111
  title: string | null;
1123
1112
  url: string | null;
1124
- thumbnail: string | null;
1125
1113
  pageCount: number | null;
1114
+ thumbnail: string | null;
1126
1115
  } | null;
1127
1116
  urn: string | null;
1128
1117
  author: {
1129
- headline: string | null;
1130
1118
  username: string | null;
1119
+ headline: string | null;
1131
1120
  profileUrl: string | null;
1132
1121
  profilePicture: string | null;
1133
1122
  firstName: string | null;
1134
1123
  lastName: string | null;
1135
1124
  } | null;
1125
+ stats: {
1126
+ like: number | null;
1127
+ support: number | null;
1128
+ love: number | null;
1129
+ insight: number | null;
1130
+ celebrate: number | null;
1131
+ funny: number | null;
1132
+ comments: number | null;
1133
+ reposts: number | null;
1134
+ totalReactions: number | null;
1135
+ } | null;
1136
1136
  media: {
1137
1137
  type: string | null;
1138
1138
  url: string | null;
@@ -1146,8 +1146,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1146
1146
  article: {
1147
1147
  title: string | null;
1148
1148
  url: string | null;
1149
- thumbnail: string | null;
1150
1149
  subtitle: string | null;
1150
+ thumbnail: string | null;
1151
1151
  } | null;
1152
1152
  postedAt: {
1153
1153
  date: string | null;
@@ -1159,6 +1159,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1159
1159
  resharedPost: {
1160
1160
  url: string | null;
1161
1161
  text: string | null;
1162
+ urn: string | null;
1163
+ author: {
1164
+ username: string | null;
1165
+ headline: string | null;
1166
+ profileUrl: string | null;
1167
+ profilePicture: string | null;
1168
+ firstName: string | null;
1169
+ lastName: string | null;
1170
+ } | null;
1162
1171
  stats: {
1163
1172
  like: number | null;
1164
1173
  support: number | null;
@@ -1170,15 +1179,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1170
1179
  reposts: number | null;
1171
1180
  totalReactions: number | null;
1172
1181
  } | null;
1173
- urn: string | null;
1174
- author: {
1175
- headline: string | null;
1176
- username: string | null;
1177
- profileUrl: string | null;
1178
- profilePicture: string | null;
1179
- firstName: string | null;
1180
- lastName: string | null;
1181
- } | null;
1182
1182
  media: {
1183
1183
  type: string | null;
1184
1184
  url: string | null;
@@ -1199,32 +1199,32 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1199
1199
  }, {
1200
1200
  url: string | null;
1201
1201
  text: string | null;
1202
- stats: {
1203
- like: number | null;
1204
- support: number | null;
1205
- love: number | null;
1206
- insight: number | null;
1207
- celebrate: number | null;
1208
- funny: number | null;
1209
- comments: number | null;
1210
- reposts: number | null;
1211
- totalReactions: number | null;
1212
- } | null;
1213
1202
  document: {
1214
1203
  title: string | null;
1215
1204
  url: string | null;
1216
- thumbnail: string | null;
1217
1205
  pageCount: number | null;
1206
+ thumbnail: string | null;
1218
1207
  } | null;
1219
1208
  urn: string | null;
1220
1209
  author: {
1221
- headline: string | null;
1222
1210
  username: string | null;
1211
+ headline: string | null;
1223
1212
  profileUrl: string | null;
1224
1213
  profilePicture: string | null;
1225
1214
  firstName: string | null;
1226
1215
  lastName: string | null;
1227
1216
  } | null;
1217
+ stats: {
1218
+ like: number | null;
1219
+ support: number | null;
1220
+ love: number | null;
1221
+ insight: number | null;
1222
+ celebrate: number | null;
1223
+ funny: number | null;
1224
+ comments: number | null;
1225
+ reposts: number | null;
1226
+ totalReactions: number | null;
1227
+ } | null;
1228
1228
  media: {
1229
1229
  type: string | null;
1230
1230
  url: string | null;
@@ -1238,8 +1238,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1238
1238
  article: {
1239
1239
  title: string | null;
1240
1240
  url: string | null;
1241
- thumbnail: string | null;
1242
1241
  subtitle: string | null;
1242
+ thumbnail: string | null;
1243
1243
  } | null;
1244
1244
  postedAt: {
1245
1245
  date: string | null;
@@ -1251,6 +1251,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1251
1251
  resharedPost: {
1252
1252
  url: string | null;
1253
1253
  text: string | null;
1254
+ urn: string | null;
1255
+ author: {
1256
+ username: string | null;
1257
+ headline: string | null;
1258
+ profileUrl: string | null;
1259
+ profilePicture: string | null;
1260
+ firstName: string | null;
1261
+ lastName: string | null;
1262
+ } | null;
1254
1263
  stats: {
1255
1264
  like: number | null;
1256
1265
  support: number | null;
@@ -1262,15 +1271,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1262
1271
  reposts: number | null;
1263
1272
  totalReactions: number | null;
1264
1273
  } | null;
1265
- urn: string | null;
1266
- author: {
1267
- headline: string | null;
1268
- username: string | null;
1269
- profileUrl: string | null;
1270
- profilePicture: string | null;
1271
- firstName: string | null;
1272
- lastName: string | null;
1273
- } | null;
1274
1274
  media: {
1275
1275
  type: string | null;
1276
1276
  url: string | null;
@@ -1298,38 +1298,38 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1298
1298
  success: z.ZodBoolean;
1299
1299
  error: z.ZodString;
1300
1300
  }, "strip", z.ZodTypeAny, {
1301
- operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
1302
1301
  success: boolean;
1303
1302
  error: string;
1303
+ operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
1304
1304
  posts: {
1305
1305
  url: string | null;
1306
1306
  text: string | null;
1307
- stats: {
1308
- like: number | null;
1309
- support: number | null;
1310
- love: number | null;
1311
- insight: number | null;
1312
- celebrate: number | null;
1313
- funny: number | null;
1314
- comments: number | null;
1315
- reposts: number | null;
1316
- totalReactions: number | null;
1317
- } | null;
1318
1307
  document: {
1319
1308
  title: string | null;
1320
1309
  url: string | null;
1321
- thumbnail: string | null;
1322
1310
  pageCount: number | null;
1311
+ thumbnail: string | null;
1323
1312
  } | null;
1324
1313
  urn: string | null;
1325
1314
  author: {
1326
- headline: string | null;
1327
1315
  username: string | null;
1316
+ headline: string | null;
1328
1317
  profileUrl: string | null;
1329
1318
  profilePicture: string | null;
1330
1319
  firstName: string | null;
1331
1320
  lastName: string | null;
1332
1321
  } | null;
1322
+ stats: {
1323
+ like: number | null;
1324
+ support: number | null;
1325
+ love: number | null;
1326
+ insight: number | null;
1327
+ celebrate: number | null;
1328
+ funny: number | null;
1329
+ comments: number | null;
1330
+ reposts: number | null;
1331
+ totalReactions: number | null;
1332
+ } | null;
1333
1333
  media: {
1334
1334
  type: string | null;
1335
1335
  url: string | null;
@@ -1343,8 +1343,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1343
1343
  article: {
1344
1344
  title: string | null;
1345
1345
  url: string | null;
1346
- thumbnail: string | null;
1347
1346
  subtitle: string | null;
1347
+ thumbnail: string | null;
1348
1348
  } | null;
1349
1349
  postedAt: {
1350
1350
  date: string | null;
@@ -1356,6 +1356,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1356
1356
  resharedPost: {
1357
1357
  url: string | null;
1358
1358
  text: string | null;
1359
+ urn: string | null;
1360
+ author: {
1361
+ username: string | null;
1362
+ headline: string | null;
1363
+ profileUrl: string | null;
1364
+ profilePicture: string | null;
1365
+ firstName: string | null;
1366
+ lastName: string | null;
1367
+ } | null;
1359
1368
  stats: {
1360
1369
  like: number | null;
1361
1370
  support: number | null;
@@ -1367,15 +1376,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1367
1376
  reposts: number | null;
1368
1377
  totalReactions: number | null;
1369
1378
  } | null;
1370
- urn: string | null;
1371
- author: {
1372
- headline: string | null;
1373
- username: string | null;
1374
- profileUrl: string | null;
1375
- profilePicture: string | null;
1376
- firstName: string | null;
1377
- lastName: string | null;
1378
- } | null;
1379
1379
  media: {
1380
1380
  type: string | null;
1381
1381
  url: string | null;
@@ -1401,8 +1401,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1401
1401
  description: string | null;
1402
1402
  title: string | null;
1403
1403
  url: string | null;
1404
- location: string | null;
1405
1404
  id: string | null;
1405
+ location: string | null;
1406
1406
  postedAt: string | null;
1407
1407
  applyUrl: string | null;
1408
1408
  salary: {
@@ -1424,38 +1424,38 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1424
1424
  paginationToken?: string | null | undefined;
1425
1425
  hasNextPage?: boolean | null | undefined;
1426
1426
  }, {
1427
- operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
1428
1427
  success: boolean;
1429
1428
  error: string;
1429
+ operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
1430
1430
  posts: {
1431
1431
  url: string | null;
1432
1432
  text: string | null;
1433
- stats: {
1434
- like: number | null;
1435
- support: number | null;
1436
- love: number | null;
1437
- insight: number | null;
1438
- celebrate: number | null;
1439
- funny: number | null;
1440
- comments: number | null;
1441
- reposts: number | null;
1442
- totalReactions: number | null;
1443
- } | null;
1444
1433
  document: {
1445
1434
  title: string | null;
1446
1435
  url: string | null;
1447
- thumbnail: string | null;
1448
1436
  pageCount: number | null;
1437
+ thumbnail: string | null;
1449
1438
  } | null;
1450
1439
  urn: string | null;
1451
1440
  author: {
1452
- headline: string | null;
1453
1441
  username: string | null;
1442
+ headline: string | null;
1454
1443
  profileUrl: string | null;
1455
1444
  profilePicture: string | null;
1456
1445
  firstName: string | null;
1457
1446
  lastName: string | null;
1458
1447
  } | null;
1448
+ stats: {
1449
+ like: number | null;
1450
+ support: number | null;
1451
+ love: number | null;
1452
+ insight: number | null;
1453
+ celebrate: number | null;
1454
+ funny: number | null;
1455
+ comments: number | null;
1456
+ reposts: number | null;
1457
+ totalReactions: number | null;
1458
+ } | null;
1459
1459
  media: {
1460
1460
  type: string | null;
1461
1461
  url: string | null;
@@ -1469,8 +1469,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1469
1469
  article: {
1470
1470
  title: string | null;
1471
1471
  url: string | null;
1472
- thumbnail: string | null;
1473
1472
  subtitle: string | null;
1473
+ thumbnail: string | null;
1474
1474
  } | null;
1475
1475
  postedAt: {
1476
1476
  date: string | null;
@@ -1482,6 +1482,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1482
1482
  resharedPost: {
1483
1483
  url: string | null;
1484
1484
  text: string | null;
1485
+ urn: string | null;
1486
+ author: {
1487
+ username: string | null;
1488
+ headline: string | null;
1489
+ profileUrl: string | null;
1490
+ profilePicture: string | null;
1491
+ firstName: string | null;
1492
+ lastName: string | null;
1493
+ } | null;
1485
1494
  stats: {
1486
1495
  like: number | null;
1487
1496
  support: number | null;
@@ -1493,15 +1502,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1493
1502
  reposts: number | null;
1494
1503
  totalReactions: number | null;
1495
1504
  } | null;
1496
- urn: string | null;
1497
- author: {
1498
- headline: string | null;
1499
- username: string | null;
1500
- profileUrl: string | null;
1501
- profilePicture: string | null;
1502
- firstName: string | null;
1503
- lastName: string | null;
1504
- } | null;
1505
1505
  media: {
1506
1506
  type: string | null;
1507
1507
  url: string | null;
@@ -1527,8 +1527,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1527
1527
  description: string | null;
1528
1528
  title: string | null;
1529
1529
  url: string | null;
1530
- location: string | null;
1531
1530
  id: string | null;
1531
+ location: string | null;
1532
1532
  postedAt: string | null;
1533
1533
  applyUrl: string | null;
1534
1534
  salary: {
@@ -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
- location?: string | undefined;
1594
1593
  username?: string | undefined;
1595
1594
  limit?: number | undefined;
1596
1595
  pageNumber?: number | undefined;
1596
+ location?: string | undefined;
1597
1597
  keyword?: string | undefined;
1598
1598
  dateFilter?: "past-24h" | "past-week" | "past-month" | 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
- location?: string | undefined;
1607
1606
  username?: string | undefined;
1608
1607
  limit?: number | undefined;
1609
1608
  pageNumber?: number | undefined;
1609
+ location?: string | undefined;
1610
1610
  keyword?: string | undefined;
1611
1611
  dateFilter?: "past-24h" | "past-week" | "past-month" | 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<{
@@ -1660,8 +1660,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1660
1660
  description: string | null;
1661
1661
  title: string | null;
1662
1662
  url: string | null;
1663
- location: string | null;
1664
1663
  id: string | null;
1664
+ location: string | null;
1665
1665
  postedAt: string | null;
1666
1666
  applyUrl: string | null;
1667
1667
  salary: {
@@ -1682,8 +1682,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1682
1682
  description: string | null;
1683
1683
  title: string | null;
1684
1684
  url: string | null;
1685
- location: string | null;
1686
1685
  id: string | null;
1686
+ location: string | null;
1687
1687
  postedAt: string | null;
1688
1688
  applyUrl: string | null;
1689
1689
  salary: {
@@ -1728,15 +1728,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1728
1728
  profileUrl: z.ZodNullable<z.ZodString>;
1729
1729
  profilePicture: z.ZodNullable<z.ZodString>;
1730
1730
  }, "strip", z.ZodTypeAny, {
1731
- headline: string | null;
1732
1731
  username: string | null;
1732
+ headline: string | null;
1733
1733
  profileUrl: string | null;
1734
1734
  profilePicture: string | null;
1735
1735
  firstName: string | null;
1736
1736
  lastName: string | null;
1737
1737
  }, {
1738
- headline: string | null;
1739
1738
  username: string | null;
1739
+ headline: string | null;
1740
1740
  profileUrl: string | null;
1741
1741
  profilePicture: string | null;
1742
1742
  firstName: string | null;
@@ -1817,13 +1817,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1817
1817
  }, "strip", z.ZodTypeAny, {
1818
1818
  title: string | null;
1819
1819
  url: string | null;
1820
- thumbnail: string | null;
1821
1820
  subtitle: string | null;
1821
+ thumbnail: string | null;
1822
1822
  }, {
1823
1823
  title: string | null;
1824
1824
  url: string | null;
1825
- thumbnail: string | null;
1826
1825
  subtitle: string | null;
1826
+ thumbnail: string | null;
1827
1827
  }>>;
1828
1828
  document: z.ZodNullable<z.ZodObject<{
1829
1829
  title: z.ZodNullable<z.ZodString>;
@@ -1833,13 +1833,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1833
1833
  }, "strip", z.ZodTypeAny, {
1834
1834
  title: string | null;
1835
1835
  url: string | null;
1836
- thumbnail: string | null;
1837
1836
  pageCount: number | null;
1837
+ thumbnail: string | null;
1838
1838
  }, {
1839
1839
  title: string | null;
1840
1840
  url: string | null;
1841
- thumbnail: 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>;
@@ -1867,15 +1867,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1867
1867
  profileUrl: z.ZodNullable<z.ZodString>;
1868
1868
  profilePicture: z.ZodNullable<z.ZodString>;
1869
1869
  }, "strip", z.ZodTypeAny, {
1870
- headline: string | null;
1871
1870
  username: string | null;
1871
+ headline: string | null;
1872
1872
  profileUrl: string | null;
1873
1873
  profilePicture: string | null;
1874
1874
  firstName: string | null;
1875
1875
  lastName: string | null;
1876
1876
  }, {
1877
- headline: string | null;
1878
1877
  username: string | null;
1878
+ headline: string | null;
1879
1879
  profileUrl: string | null;
1880
1880
  profilePicture: string | null;
1881
1881
  firstName: string | null;
@@ -1951,6 +1951,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1951
1951
  }, "strip", z.ZodTypeAny, {
1952
1952
  url: string | null;
1953
1953
  text: string | null;
1954
+ urn: string | null;
1955
+ author: {
1956
+ username: string | null;
1957
+ headline: string | null;
1958
+ profileUrl: string | null;
1959
+ profilePicture: string | null;
1960
+ firstName: string | null;
1961
+ lastName: string | null;
1962
+ } | null;
1954
1963
  stats: {
1955
1964
  like: number | null;
1956
1965
  support: number | null;
@@ -1962,15 +1971,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1962
1971
  reposts: number | null;
1963
1972
  totalReactions: number | null;
1964
1973
  } | null;
1965
- urn: string | null;
1966
- author: {
1967
- headline: string | null;
1968
- username: string | null;
1969
- profileUrl: string | null;
1970
- profilePicture: string | null;
1971
- firstName: string | null;
1972
- lastName: string | null;
1973
- } | null;
1974
1974
  media: {
1975
1975
  type: string | null;
1976
1976
  url: string | null;
@@ -1990,6 +1990,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1990
1990
  }, {
1991
1991
  url: string | null;
1992
1992
  text: string | null;
1993
+ urn: string | null;
1994
+ author: {
1995
+ username: string | null;
1996
+ headline: string | null;
1997
+ profileUrl: string | null;
1998
+ profilePicture: string | null;
1999
+ firstName: string | null;
2000
+ lastName: string | null;
2001
+ } | null;
1993
2002
  stats: {
1994
2003
  like: number | null;
1995
2004
  support: number | null;
@@ -2001,15 +2010,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2001
2010
  reposts: number | null;
2002
2011
  totalReactions: number | null;
2003
2012
  } | null;
2004
- urn: string | null;
2005
- author: {
2006
- headline: string | null;
2007
- username: string | null;
2008
- profileUrl: string | null;
2009
- profilePicture: string | null;
2010
- firstName: string | null;
2011
- lastName: string | null;
2012
- } | null;
2013
2013
  media: {
2014
2014
  type: string | null;
2015
2015
  url: string | null;
@@ -2030,32 +2030,32 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2030
2030
  }, "strip", z.ZodTypeAny, {
2031
2031
  url: string | null;
2032
2032
  text: string | null;
2033
- stats: {
2034
- like: number | null;
2035
- support: number | null;
2036
- love: number | null;
2037
- insight: number | null;
2038
- celebrate: number | null;
2039
- funny: number | null;
2040
- comments: number | null;
2041
- reposts: number | null;
2042
- totalReactions: number | null;
2043
- } | null;
2044
2033
  document: {
2045
2034
  title: string | null;
2046
2035
  url: string | null;
2047
- thumbnail: string | null;
2048
2036
  pageCount: number | null;
2037
+ thumbnail: string | null;
2049
2038
  } | null;
2050
2039
  urn: string | null;
2051
2040
  author: {
2052
- headline: string | null;
2053
2041
  username: string | null;
2042
+ headline: string | null;
2054
2043
  profileUrl: string | null;
2055
2044
  profilePicture: string | null;
2056
2045
  firstName: string | null;
2057
2046
  lastName: string | null;
2058
2047
  } | null;
2048
+ stats: {
2049
+ like: number | null;
2050
+ support: number | null;
2051
+ love: number | null;
2052
+ insight: number | null;
2053
+ celebrate: number | null;
2054
+ funny: number | null;
2055
+ comments: number | null;
2056
+ reposts: number | null;
2057
+ totalReactions: number | null;
2058
+ } | null;
2059
2059
  media: {
2060
2060
  type: string | null;
2061
2061
  url: string | null;
@@ -2069,8 +2069,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2069
2069
  article: {
2070
2070
  title: string | null;
2071
2071
  url: string | null;
2072
- thumbnail: string | null;
2073
2072
  subtitle: string | null;
2073
+ thumbnail: string | null;
2074
2074
  } | null;
2075
2075
  postedAt: {
2076
2076
  date: string | null;
@@ -2082,6 +2082,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2082
2082
  resharedPost: {
2083
2083
  url: string | null;
2084
2084
  text: string | null;
2085
+ urn: string | null;
2086
+ author: {
2087
+ username: string | null;
2088
+ headline: string | null;
2089
+ profileUrl: string | null;
2090
+ profilePicture: string | null;
2091
+ firstName: string | null;
2092
+ lastName: string | null;
2093
+ } | null;
2085
2094
  stats: {
2086
2095
  like: number | null;
2087
2096
  support: number | null;
@@ -2093,15 +2102,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2093
2102
  reposts: number | null;
2094
2103
  totalReactions: number | null;
2095
2104
  } | null;
2096
- urn: string | null;
2097
- author: {
2098
- headline: string | null;
2099
- username: string | null;
2100
- profileUrl: string | null;
2101
- profilePicture: string | null;
2102
- firstName: string | null;
2103
- lastName: string | null;
2104
- } | null;
2105
2105
  media: {
2106
2106
  type: string | null;
2107
2107
  url: string | null;
@@ -2122,32 +2122,32 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2122
2122
  }, {
2123
2123
  url: string | null;
2124
2124
  text: string | null;
2125
- stats: {
2126
- like: number | null;
2127
- support: number | null;
2128
- love: number | null;
2129
- insight: number | null;
2130
- celebrate: number | null;
2131
- funny: number | null;
2132
- comments: number | null;
2133
- reposts: number | null;
2134
- totalReactions: number | null;
2135
- } | null;
2136
2125
  document: {
2137
2126
  title: string | null;
2138
2127
  url: string | null;
2139
- thumbnail: string | null;
2140
2128
  pageCount: number | null;
2129
+ thumbnail: string | null;
2141
2130
  } | null;
2142
2131
  urn: string | null;
2143
2132
  author: {
2144
- headline: string | null;
2145
2133
  username: string | null;
2134
+ headline: string | null;
2146
2135
  profileUrl: string | null;
2147
2136
  profilePicture: string | null;
2148
2137
  firstName: string | null;
2149
2138
  lastName: string | null;
2150
2139
  } | null;
2140
+ stats: {
2141
+ like: number | null;
2142
+ support: number | null;
2143
+ love: number | null;
2144
+ insight: number | null;
2145
+ celebrate: number | null;
2146
+ funny: number | null;
2147
+ comments: number | null;
2148
+ reposts: number | null;
2149
+ totalReactions: number | null;
2150
+ } | null;
2151
2151
  media: {
2152
2152
  type: string | null;
2153
2153
  url: string | null;
@@ -2161,8 +2161,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2161
2161
  article: {
2162
2162
  title: string | null;
2163
2163
  url: string | null;
2164
- thumbnail: string | null;
2165
2164
  subtitle: string | null;
2165
+ thumbnail: string | null;
2166
2166
  } | null;
2167
2167
  postedAt: {
2168
2168
  date: string | null;
@@ -2174,6 +2174,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2174
2174
  resharedPost: {
2175
2175
  url: string | null;
2176
2176
  text: string | null;
2177
+ urn: string | null;
2178
+ author: {
2179
+ username: string | null;
2180
+ headline: string | null;
2181
+ profileUrl: string | null;
2182
+ profilePicture: string | null;
2183
+ firstName: string | null;
2184
+ lastName: string | null;
2185
+ } | null;
2177
2186
  stats: {
2178
2187
  like: number | null;
2179
2188
  support: number | null;
@@ -2185,15 +2194,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2185
2194
  reposts: number | null;
2186
2195
  totalReactions: number | null;
2187
2196
  } | null;
2188
- urn: string | null;
2189
- author: {
2190
- headline: string | null;
2191
- username: string | null;
2192
- profileUrl: string | null;
2193
- profilePicture: string | null;
2194
- firstName: string | null;
2195
- lastName: string | null;
2196
- } | null;
2197
2197
  media: {
2198
2198
  type: string | null;
2199
2199
  url: string | null;
@@ -2221,38 +2221,38 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2221
2221
  success: z.ZodBoolean;
2222
2222
  error: z.ZodString;
2223
2223
  }, "strip", z.ZodTypeAny, {
2224
- operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
2225
2224
  success: boolean;
2226
2225
  error: string;
2226
+ operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
2227
2227
  posts: {
2228
2228
  url: string | null;
2229
2229
  text: string | null;
2230
- stats: {
2231
- like: number | null;
2232
- support: number | null;
2233
- love: number | null;
2234
- insight: number | null;
2235
- celebrate: number | null;
2236
- funny: number | null;
2237
- comments: number | null;
2238
- reposts: number | null;
2239
- totalReactions: number | null;
2240
- } | null;
2241
2230
  document: {
2242
2231
  title: string | null;
2243
2232
  url: string | null;
2244
- thumbnail: string | null;
2245
2233
  pageCount: number | null;
2234
+ thumbnail: string | null;
2246
2235
  } | null;
2247
2236
  urn: string | null;
2248
2237
  author: {
2249
- headline: string | null;
2250
2238
  username: string | null;
2239
+ headline: string | null;
2251
2240
  profileUrl: string | null;
2252
2241
  profilePicture: string | null;
2253
2242
  firstName: string | null;
2254
2243
  lastName: string | null;
2255
2244
  } | null;
2245
+ stats: {
2246
+ like: number | null;
2247
+ support: number | null;
2248
+ love: number | null;
2249
+ insight: number | null;
2250
+ celebrate: number | null;
2251
+ funny: number | null;
2252
+ comments: number | null;
2253
+ reposts: number | null;
2254
+ totalReactions: number | null;
2255
+ } | null;
2256
2256
  media: {
2257
2257
  type: string | null;
2258
2258
  url: string | null;
@@ -2266,8 +2266,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2266
2266
  article: {
2267
2267
  title: string | null;
2268
2268
  url: string | null;
2269
- thumbnail: string | null;
2270
2269
  subtitle: string | null;
2270
+ thumbnail: string | null;
2271
2271
  } | null;
2272
2272
  postedAt: {
2273
2273
  date: string | null;
@@ -2279,6 +2279,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2279
2279
  resharedPost: {
2280
2280
  url: string | null;
2281
2281
  text: string | null;
2282
+ urn: string | null;
2283
+ author: {
2284
+ username: string | null;
2285
+ headline: string | null;
2286
+ profileUrl: string | null;
2287
+ profilePicture: string | null;
2288
+ firstName: string | null;
2289
+ lastName: string | null;
2290
+ } | null;
2282
2291
  stats: {
2283
2292
  like: number | null;
2284
2293
  support: number | null;
@@ -2290,15 +2299,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2290
2299
  reposts: number | null;
2291
2300
  totalReactions: number | null;
2292
2301
  } | null;
2293
- urn: string | null;
2294
- author: {
2295
- headline: string | null;
2296
- username: string | null;
2297
- profileUrl: string | null;
2298
- profilePicture: string | null;
2299
- firstName: string | null;
2300
- lastName: string | null;
2301
- } | null;
2302
2302
  media: {
2303
2303
  type: string | null;
2304
2304
  url: string | null;
@@ -2324,8 +2324,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2324
2324
  description: string | null;
2325
2325
  title: string | null;
2326
2326
  url: string | null;
2327
- location: string | null;
2328
2327
  id: string | null;
2328
+ location: string | null;
2329
2329
  postedAt: string | null;
2330
2330
  applyUrl: string | null;
2331
2331
  salary: {
@@ -2347,38 +2347,38 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2347
2347
  paginationToken?: string | null | undefined;
2348
2348
  hasNextPage?: boolean | null | undefined;
2349
2349
  }, {
2350
- operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
2351
2350
  success: boolean;
2352
2351
  error: string;
2352
+ operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
2353
2353
  posts: {
2354
2354
  url: string | null;
2355
2355
  text: string | null;
2356
- stats: {
2357
- like: number | null;
2358
- support: number | null;
2359
- love: number | null;
2360
- insight: number | null;
2361
- celebrate: number | null;
2362
- funny: number | null;
2363
- comments: number | null;
2364
- reposts: number | null;
2365
- totalReactions: number | null;
2366
- } | null;
2367
2356
  document: {
2368
2357
  title: string | null;
2369
2358
  url: string | null;
2370
- thumbnail: string | null;
2371
2359
  pageCount: number | null;
2360
+ thumbnail: string | null;
2372
2361
  } | null;
2373
2362
  urn: string | null;
2374
2363
  author: {
2375
- headline: string | null;
2376
2364
  username: string | null;
2365
+ headline: string | null;
2377
2366
  profileUrl: string | null;
2378
2367
  profilePicture: string | null;
2379
2368
  firstName: string | null;
2380
2369
  lastName: string | null;
2381
2370
  } | null;
2371
+ stats: {
2372
+ like: number | null;
2373
+ support: number | null;
2374
+ love: number | null;
2375
+ insight: number | null;
2376
+ celebrate: number | null;
2377
+ funny: number | null;
2378
+ comments: number | null;
2379
+ reposts: number | null;
2380
+ totalReactions: number | null;
2381
+ } | null;
2382
2382
  media: {
2383
2383
  type: string | null;
2384
2384
  url: string | null;
@@ -2392,8 +2392,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2392
2392
  article: {
2393
2393
  title: string | null;
2394
2394
  url: string | null;
2395
- thumbnail: string | null;
2396
2395
  subtitle: string | null;
2396
+ thumbnail: string | null;
2397
2397
  } | null;
2398
2398
  postedAt: {
2399
2399
  date: string | null;
@@ -2405,6 +2405,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2405
2405
  resharedPost: {
2406
2406
  url: string | null;
2407
2407
  text: string | null;
2408
+ urn: string | null;
2409
+ author: {
2410
+ username: string | null;
2411
+ headline: string | null;
2412
+ profileUrl: string | null;
2413
+ profilePicture: string | null;
2414
+ firstName: string | null;
2415
+ lastName: string | null;
2416
+ } | null;
2408
2417
  stats: {
2409
2418
  like: number | null;
2410
2419
  support: number | null;
@@ -2416,15 +2425,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2416
2425
  reposts: number | null;
2417
2426
  totalReactions: number | null;
2418
2427
  } | null;
2419
- urn: string | null;
2420
- author: {
2421
- headline: string | null;
2422
- username: string | null;
2423
- profileUrl: string | null;
2424
- profilePicture: string | null;
2425
- firstName: string | null;
2426
- lastName: string | null;
2427
- } | null;
2428
2428
  media: {
2429
2429
  type: string | null;
2430
2430
  url: string | null;
@@ -2450,8 +2450,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2450
2450
  description: string | null;
2451
2451
  title: string | null;
2452
2452
  url: string | null;
2453
- location: string | null;
2454
2453
  id: string | null;
2454
+ location: string | null;
2455
2455
  postedAt: string | null;
2456
2456
  applyUrl: string | null;
2457
2457
  salary: {