@bubblelab/bubble-core 0.1.101 → 0.1.103

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 (80) hide show
  1. package/dist/bubble-bundle.d.ts +113 -113
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +56 -56
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  4. package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +68 -68
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +92 -92
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +155 -155
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +388 -388
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +376 -376
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +78 -78
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
  17. package/dist/bubbles/service-bubble/github.d.ts +140 -140
  18. package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +32 -32
  23. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  24. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +36 -36
  27. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +126 -126
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  30. package/dist/bubbles/service-bubble/resend.d.ts +12 -12
  31. package/dist/bubbles/service-bubble/slack/slack.d.ts +631 -631
  32. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  33. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +147 -68
  34. package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
  35. package/dist/bubbles/service-bubble/stripe/stripe.js +74 -21
  36. package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
  37. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +219 -141
  38. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -1
  39. package/dist/bubbles/service-bubble/stripe/stripe.schema.js +48 -0
  40. package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
  41. package/dist/bubbles/service-bubble/telegram.d.ts +968 -968
  42. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
  43. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +15 -15
  44. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +10 -10
  46. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
  48. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +40 -40
  51. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +38 -38
  52. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
  53. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  54. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +471 -471
  55. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  56. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +166 -166
  59. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +42 -42
  60. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  61. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
  63. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  64. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +194 -194
  65. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
  66. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
  67. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +14 -14
  68. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
  69. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +88 -88
  70. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
  71. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  72. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
  73. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  74. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +40 -40
  75. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  76. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
  77. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +28 -28
  78. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  79. package/dist/bubbles.json +122 -2
  80. 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,15 +169,15 @@ 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;
174
- subtitle: string | null;
173
+ url: string | null;
175
174
  thumbnail: string | null;
175
+ subtitle: string | null;
176
176
  }, {
177
- url: string | null;
178
177
  title: string | null;
179
- subtitle: string | null;
178
+ url: string | null;
180
179
  thumbnail: string | null;
180
+ subtitle: string | null;
181
181
  }>>;
182
182
  document: z.ZodNullable<z.ZodObject<{
183
183
  title: z.ZodNullable<z.ZodString>;
@@ -185,13 +185,13 @@ 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;
189
+ url: string | null;
190
190
  thumbnail: string | null;
191
191
  pageCount: number | null;
192
192
  }, {
193
- url: string | null;
194
193
  title: string | null;
194
+ url: string | null;
195
195
  thumbnail: string | null;
196
196
  pageCount: number | null;
197
197
  }>>;
@@ -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;
@@ -303,17 +303,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
303
303
  thumbnail: string | null;
304
304
  }>>;
305
305
  }, "strip", z.ZodTypeAny, {
306
- url: string | null;
307
- urn: string | null;
308
- text: 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;
317
306
  stats: {
318
307
  like: number | null;
319
308
  support: number | null;
@@ -325,9 +314,20 @@ declare const LinkedInPostSchema: z.ZodObject<{
325
314
  reposts: number | null;
326
315
  totalReactions: number | null;
327
316
  } | null;
317
+ url: string | null;
318
+ text: string | null;
319
+ urn: string | null;
320
+ author: {
321
+ username: string | null;
322
+ headline: string | null;
323
+ profileUrl: string | null;
324
+ profilePicture: string | null;
325
+ firstName: string | null;
326
+ lastName: string | null;
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;
@@ -342,17 +342,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
342
342
  } | null;
343
343
  postType: string | null;
344
344
  }, {
345
- url: string | null;
346
- urn: string | null;
347
- text: 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;
356
345
  stats: {
357
346
  like: number | null;
358
347
  support: number | null;
@@ -364,9 +353,20 @@ declare const LinkedInPostSchema: z.ZodObject<{
364
353
  reposts: number | null;
365
354
  totalReactions: number | null;
366
355
  } | null;
356
+ url: string | null;
357
+ text: string | null;
358
+ urn: string | null;
359
+ author: {
360
+ username: string | null;
361
+ headline: string | null;
362
+ profileUrl: string | null;
363
+ profilePicture: string | null;
364
+ firstName: string | null;
365
+ lastName: string | null;
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;
@@ -382,17 +382,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
382
382
  postType: string | null;
383
383
  }>>;
384
384
  }, "strip", z.ZodTypeAny, {
385
- url: string | null;
386
- urn: string | null;
387
- text: string | null;
388
- author: {
389
- username: string | null;
390
- headline: string | null;
391
- profileUrl: string | null;
392
- profilePicture: string | null;
393
- firstName: string | null;
394
- lastName: string | null;
395
- } | null;
396
385
  stats: {
397
386
  like: number | null;
398
387
  support: number | null;
@@ -404,9 +393,26 @@ declare const LinkedInPostSchema: z.ZodObject<{
404
393
  reposts: number | null;
405
394
  totalReactions: number | null;
406
395
  } | null;
407
- media: {
396
+ url: string | null;
397
+ text: string | null;
398
+ document: {
399
+ title: string | null;
408
400
  url: string | null;
401
+ thumbnail: string | null;
402
+ pageCount: number | null;
403
+ } | null;
404
+ urn: string | null;
405
+ author: {
406
+ username: string | null;
407
+ headline: string | null;
408
+ profileUrl: string | null;
409
+ profilePicture: string | null;
410
+ firstName: string | null;
411
+ lastName: string | null;
412
+ } | null;
413
+ media: {
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
426
  thumbnail: string | null;
427
- pageCount: number | null;
427
+ subtitle: string | null;
428
428
  } | null;
429
429
  postedAt: {
430
430
  date: string | null;
@@ -434,17 +434,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
434
434
  fullUrn: string | null;
435
435
  postType: string | null;
436
436
  resharedPost: {
437
- url: string | null;
438
- urn: string | null;
439
- text: 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;
448
437
  stats: {
449
438
  like: number | null;
450
439
  support: number | null;
@@ -456,9 +445,20 @@ declare const LinkedInPostSchema: z.ZodObject<{
456
445
  reposts: number | null;
457
446
  totalReactions: number | null;
458
447
  } | null;
448
+ url: string | null;
449
+ text: string | null;
450
+ urn: string | null;
451
+ author: {
452
+ username: string | null;
453
+ headline: string | null;
454
+ profileUrl: string | null;
455
+ profilePicture: string | null;
456
+ firstName: string | null;
457
+ lastName: string | null;
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;
@@ -474,17 +474,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
474
474
  postType: string | null;
475
475
  } | null;
476
476
  }, {
477
- url: string | null;
478
- urn: string | null;
479
- text: string | null;
480
- author: {
481
- username: string | null;
482
- headline: string | null;
483
- profileUrl: string | null;
484
- profilePicture: string | null;
485
- firstName: string | null;
486
- lastName: string | null;
487
- } | null;
488
477
  stats: {
489
478
  like: number | null;
490
479
  support: number | null;
@@ -496,9 +485,26 @@ declare const LinkedInPostSchema: z.ZodObject<{
496
485
  reposts: number | null;
497
486
  totalReactions: number | null;
498
487
  } | null;
499
- media: {
488
+ url: string | null;
489
+ text: string | null;
490
+ document: {
491
+ title: string | null;
500
492
  url: string | null;
493
+ thumbnail: string | null;
494
+ pageCount: number | null;
495
+ } | null;
496
+ urn: string | null;
497
+ author: {
498
+ username: string | null;
499
+ headline: string | null;
500
+ profileUrl: string | null;
501
+ profilePicture: string | null;
502
+ firstName: string | null;
503
+ lastName: string | null;
504
+ } | null;
505
+ media: {
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
518
  thumbnail: string | null;
519
- pageCount: number | null;
519
+ subtitle: string | null;
520
520
  } | null;
521
521
  postedAt: {
522
522
  date: string | null;
@@ -526,17 +526,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
526
526
  fullUrn: string | null;
527
527
  postType: string | null;
528
528
  resharedPost: {
529
- url: string | null;
530
- urn: string | null;
531
- text: 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;
540
529
  stats: {
541
530
  like: number | null;
542
531
  support: number | null;
@@ -548,9 +537,20 @@ declare const LinkedInPostSchema: z.ZodObject<{
548
537
  reposts: number | null;
549
538
  totalReactions: number | null;
550
539
  } | null;
540
+ url: string | null;
541
+ text: string | null;
542
+ urn: string | null;
543
+ author: {
544
+ username: string | null;
545
+ headline: string | null;
546
+ profileUrl: string | null;
547
+ profilePicture: string | null;
548
+ firstName: string | null;
549
+ lastName: string | null;
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,12 +667,12 @@ 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
678
  experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
@@ -680,12 +680,12 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
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
691
  experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
@@ -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,15 +892,15 @@ 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;
897
- subtitle: string | null;
896
+ url: string | null;
898
897
  thumbnail: string | null;
898
+ subtitle: string | null;
899
899
  }, {
900
- url: string | null;
901
900
  title: string | null;
902
- subtitle: string | null;
901
+ url: string | null;
903
902
  thumbnail: string | null;
903
+ subtitle: string | null;
904
904
  }>>;
905
905
  document: z.ZodNullable<z.ZodObject<{
906
906
  title: z.ZodNullable<z.ZodString>;
@@ -908,13 +908,13 @@ 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;
912
+ url: string | null;
913
913
  thumbnail: string | null;
914
914
  pageCount: number | null;
915
915
  }, {
916
- url: string | null;
917
916
  title: string | null;
917
+ url: string | null;
918
918
  thumbnail: string | null;
919
919
  pageCount: number | null;
920
920
  }>>;
@@ -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;
@@ -1026,17 +1026,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1026
1026
  thumbnail: string | null;
1027
1027
  }>>;
1028
1028
  }, "strip", z.ZodTypeAny, {
1029
- url: string | null;
1030
- urn: string | null;
1031
- text: 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;
1040
1029
  stats: {
1041
1030
  like: number | null;
1042
1031
  support: number | null;
@@ -1048,9 +1037,20 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1048
1037
  reposts: number | null;
1049
1038
  totalReactions: number | null;
1050
1039
  } | null;
1040
+ url: string | null;
1041
+ text: string | null;
1042
+ urn: string | null;
1043
+ author: {
1044
+ username: string | null;
1045
+ headline: string | null;
1046
+ profileUrl: string | null;
1047
+ profilePicture: string | null;
1048
+ firstName: string | null;
1049
+ lastName: string | null;
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;
@@ -1065,17 +1065,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1065
1065
  } | null;
1066
1066
  postType: string | null;
1067
1067
  }, {
1068
- url: string | null;
1069
- urn: string | null;
1070
- text: 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;
1079
1068
  stats: {
1080
1069
  like: number | null;
1081
1070
  support: number | null;
@@ -1087,9 +1076,20 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1087
1076
  reposts: number | null;
1088
1077
  totalReactions: number | null;
1089
1078
  } | null;
1079
+ url: string | null;
1080
+ text: string | null;
1081
+ urn: string | null;
1082
+ author: {
1083
+ username: string | null;
1084
+ headline: string | null;
1085
+ profileUrl: string | null;
1086
+ profilePicture: string | null;
1087
+ firstName: string | null;
1088
+ lastName: string | null;
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;
@@ -1105,17 +1105,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1105
1105
  postType: string | null;
1106
1106
  }>>;
1107
1107
  }, "strip", z.ZodTypeAny, {
1108
- url: string | null;
1109
- urn: string | null;
1110
- text: string | null;
1111
- author: {
1112
- username: string | null;
1113
- headline: string | null;
1114
- profileUrl: string | null;
1115
- profilePicture: string | null;
1116
- firstName: string | null;
1117
- lastName: string | null;
1118
- } | null;
1119
1108
  stats: {
1120
1109
  like: number | null;
1121
1110
  support: number | null;
@@ -1127,9 +1116,26 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1127
1116
  reposts: number | null;
1128
1117
  totalReactions: number | null;
1129
1118
  } | null;
1130
- media: {
1119
+ url: string | null;
1120
+ text: string | null;
1121
+ document: {
1122
+ title: string | null;
1131
1123
  url: string | null;
1124
+ thumbnail: string | null;
1125
+ pageCount: number | null;
1126
+ } | null;
1127
+ urn: string | null;
1128
+ author: {
1129
+ username: string | null;
1130
+ headline: string | null;
1131
+ profileUrl: string | null;
1132
+ profilePicture: string | null;
1133
+ firstName: string | null;
1134
+ lastName: string | null;
1135
+ } | null;
1136
+ media: {
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
1149
  thumbnail: string | null;
1150
- pageCount: number | null;
1150
+ subtitle: string | null;
1151
1151
  } | null;
1152
1152
  postedAt: {
1153
1153
  date: string | null;
@@ -1157,17 +1157,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1157
1157
  fullUrn: string | null;
1158
1158
  postType: string | null;
1159
1159
  resharedPost: {
1160
- url: string | null;
1161
- urn: string | null;
1162
- text: 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;
1171
1160
  stats: {
1172
1161
  like: number | null;
1173
1162
  support: number | null;
@@ -1179,9 +1168,20 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1179
1168
  reposts: number | null;
1180
1169
  totalReactions: number | null;
1181
1170
  } | null;
1171
+ url: string | null;
1172
+ text: string | null;
1173
+ urn: string | null;
1174
+ author: {
1175
+ username: string | null;
1176
+ headline: string | null;
1177
+ profileUrl: string | null;
1178
+ profilePicture: string | null;
1179
+ firstName: string | null;
1180
+ lastName: string | null;
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;
@@ -1197,17 +1197,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1197
1197
  postType: string | null;
1198
1198
  } | null;
1199
1199
  }, {
1200
- url: string | null;
1201
- urn: string | null;
1202
- text: string | null;
1203
- author: {
1204
- username: string | null;
1205
- headline: string | null;
1206
- profileUrl: string | null;
1207
- profilePicture: string | null;
1208
- firstName: string | null;
1209
- lastName: string | null;
1210
- } | null;
1211
1200
  stats: {
1212
1201
  like: number | null;
1213
1202
  support: number | null;
@@ -1219,9 +1208,26 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1219
1208
  reposts: number | null;
1220
1209
  totalReactions: number | null;
1221
1210
  } | null;
1222
- media: {
1211
+ url: string | null;
1212
+ text: string | null;
1213
+ document: {
1214
+ title: string | null;
1223
1215
  url: string | null;
1216
+ thumbnail: string | null;
1217
+ pageCount: number | null;
1218
+ } | null;
1219
+ urn: string | null;
1220
+ author: {
1221
+ username: string | null;
1222
+ headline: string | null;
1223
+ profileUrl: string | null;
1224
+ profilePicture: string | null;
1225
+ firstName: string | null;
1226
+ lastName: string | null;
1227
+ } | null;
1228
+ media: {
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
1241
  thumbnail: string | null;
1242
- pageCount: number | null;
1242
+ subtitle: string | null;
1243
1243
  } | null;
1244
1244
  postedAt: {
1245
1245
  date: string | null;
@@ -1249,17 +1249,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1249
1249
  fullUrn: string | null;
1250
1250
  postType: string | null;
1251
1251
  resharedPost: {
1252
- url: string | null;
1253
- urn: string | null;
1254
- text: 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;
1263
1252
  stats: {
1264
1253
  like: number | null;
1265
1254
  support: number | null;
@@ -1271,9 +1260,20 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1271
1260
  reposts: number | null;
1272
1261
  totalReactions: number | null;
1273
1262
  } | null;
1263
+ url: string | null;
1264
+ text: string | null;
1265
+ urn: string | null;
1266
+ author: {
1267
+ username: string | null;
1268
+ headline: string | null;
1269
+ profileUrl: string | null;
1270
+ profilePicture: string | null;
1271
+ firstName: string | null;
1272
+ lastName: string | null;
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;
@@ -1298,20 +1298,10 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1298
1298
  success: z.ZodBoolean;
1299
1299
  error: z.ZodString;
1300
1300
  }, "strip", z.ZodTypeAny, {
1301
- success: boolean;
1302
1301
  error: string;
1302
+ success: boolean;
1303
+ operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
1303
1304
  posts: {
1304
- url: string | null;
1305
- urn: string | null;
1306
- text: string | null;
1307
- author: {
1308
- username: string | null;
1309
- headline: string | null;
1310
- profileUrl: string | null;
1311
- profilePicture: string | null;
1312
- firstName: string | null;
1313
- lastName: string | null;
1314
- } | null;
1315
1305
  stats: {
1316
1306
  like: number | null;
1317
1307
  support: number | null;
@@ -1323,9 +1313,26 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1323
1313
  reposts: number | null;
1324
1314
  totalReactions: number | null;
1325
1315
  } | null;
1326
- media: {
1316
+ url: string | null;
1317
+ text: string | null;
1318
+ document: {
1319
+ title: string | null;
1327
1320
  url: string | null;
1321
+ thumbnail: string | null;
1322
+ pageCount: number | null;
1323
+ } | null;
1324
+ urn: string | null;
1325
+ author: {
1326
+ username: string | null;
1327
+ headline: string | null;
1328
+ profileUrl: string | null;
1329
+ profilePicture: string | null;
1330
+ firstName: string | null;
1331
+ lastName: string | null;
1332
+ } | null;
1333
+ media: {
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;
1345
1346
  thumbnail: string | null;
1346
- pageCount: number | null;
1347
+ subtitle: string | null;
1347
1348
  } | null;
1348
1349
  postedAt: {
1349
1350
  date: string | null;
@@ -1353,17 +1354,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1353
1354
  fullUrn: string | null;
1354
1355
  postType: string | null;
1355
1356
  resharedPost: {
1356
- url: string | null;
1357
- urn: string | null;
1358
- text: string | null;
1359
- author: {
1360
- username: string | null;
1361
- headline: string | null;
1362
- profileUrl: string | null;
1363
- profilePicture: string | null;
1364
- firstName: string | null;
1365
- lastName: string | null;
1366
- } | null;
1367
1357
  stats: {
1368
1358
  like: number | null;
1369
1359
  support: number | null;
@@ -1375,9 +1365,20 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1375
1365
  reposts: number | null;
1376
1366
  totalReactions: number | null;
1377
1367
  } | null;
1368
+ url: string | null;
1369
+ text: string | null;
1370
+ urn: string | null;
1371
+ author: {
1372
+ username: string | null;
1373
+ headline: string | null;
1374
+ profileUrl: string | null;
1375
+ profilePicture: string | null;
1376
+ firstName: string | null;
1377
+ lastName: string | null;
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;
@@ -1424,20 +1424,10 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1424
1424
  paginationToken?: string | null | undefined;
1425
1425
  hasNextPage?: boolean | null | undefined;
1426
1426
  }, {
1427
- success: boolean;
1428
1427
  error: string;
1428
+ success: boolean;
1429
+ operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
1429
1430
  posts: {
1430
- url: string | null;
1431
- urn: string | null;
1432
- text: string | null;
1433
- author: {
1434
- username: string | null;
1435
- headline: string | null;
1436
- profileUrl: string | null;
1437
- profilePicture: string | null;
1438
- firstName: string | null;
1439
- lastName: string | null;
1440
- } | null;
1441
1431
  stats: {
1442
1432
  like: number | null;
1443
1433
  support: number | null;
@@ -1449,9 +1439,26 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1449
1439
  reposts: number | null;
1450
1440
  totalReactions: number | null;
1451
1441
  } | null;
1452
- media: {
1442
+ url: string | null;
1443
+ text: string | null;
1444
+ document: {
1445
+ title: string | null;
1453
1446
  url: string | null;
1447
+ thumbnail: string | null;
1448
+ pageCount: number | null;
1449
+ } | null;
1450
+ urn: string | null;
1451
+ author: {
1452
+ username: string | null;
1453
+ headline: string | null;
1454
+ profileUrl: string | null;
1455
+ profilePicture: string | null;
1456
+ firstName: string | null;
1457
+ lastName: string | null;
1458
+ } | null;
1459
+ media: {
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;
1471
1472
  thumbnail: string | null;
1472
- pageCount: number | null;
1473
+ subtitle: string | null;
1473
1474
  } | null;
1474
1475
  postedAt: {
1475
1476
  date: string | null;
@@ -1479,17 +1480,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1479
1480
  fullUrn: string | null;
1480
1481
  postType: string | null;
1481
1482
  resharedPost: {
1482
- url: string | null;
1483
- urn: string | null;
1484
- text: string | null;
1485
- author: {
1486
- username: string | null;
1487
- headline: string | null;
1488
- profileUrl: string | null;
1489
- profilePicture: string | null;
1490
- firstName: string | null;
1491
- lastName: string | null;
1492
- } | null;
1493
1483
  stats: {
1494
1484
  like: number | null;
1495
1485
  support: number | null;
@@ -1501,9 +1491,20 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
1501
1491
  reposts: number | null;
1502
1492
  totalReactions: number | null;
1503
1493
  } | null;
1494
+ url: string | null;
1495
+ text: string | null;
1496
+ urn: string | null;
1497
+ author: {
1498
+ username: string | null;
1499
+ headline: string | null;
1500
+ profileUrl: string | null;
1501
+ profilePicture: string | null;
1502
+ firstName: string | null;
1503
+ lastName: string | null;
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,12 +1590,12 @@ 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
1601
  experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
@@ -1603,12 +1603,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
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
1614
  experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
@@ -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,15 +1815,15 @@ 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;
1820
- subtitle: string | null;
1819
+ url: string | null;
1821
1820
  thumbnail: string | null;
1821
+ subtitle: string | null;
1822
1822
  }, {
1823
- url: string | null;
1824
1823
  title: string | null;
1825
- subtitle: string | null;
1824
+ url: string | null;
1826
1825
  thumbnail: string | null;
1826
+ subtitle: string | null;
1827
1827
  }>>;
1828
1828
  document: z.ZodNullable<z.ZodObject<{
1829
1829
  title: z.ZodNullable<z.ZodString>;
@@ -1831,13 +1831,13 @@ 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;
1835
+ url: string | null;
1836
1836
  thumbnail: string | null;
1837
1837
  pageCount: number | null;
1838
1838
  }, {
1839
- url: string | null;
1840
1839
  title: string | null;
1840
+ url: string | null;
1841
1841
  thumbnail: string | null;
1842
1842
  pageCount: number | null;
1843
1843
  }>>;
@@ -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;
@@ -1949,17 +1949,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1949
1949
  thumbnail: string | null;
1950
1950
  }>>;
1951
1951
  }, "strip", z.ZodTypeAny, {
1952
- url: string | null;
1953
- urn: string | null;
1954
- text: 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;
1963
1952
  stats: {
1964
1953
  like: number | null;
1965
1954
  support: number | null;
@@ -1971,9 +1960,20 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1971
1960
  reposts: number | null;
1972
1961
  totalReactions: number | null;
1973
1962
  } | null;
1963
+ url: string | null;
1964
+ text: string | null;
1965
+ urn: string | null;
1966
+ author: {
1967
+ username: string | null;
1968
+ headline: string | null;
1969
+ profileUrl: string | null;
1970
+ profilePicture: string | null;
1971
+ firstName: string | null;
1972
+ lastName: string | null;
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;
@@ -1988,17 +1988,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
1988
1988
  } | null;
1989
1989
  postType: string | null;
1990
1990
  }, {
1991
- url: string | null;
1992
- urn: string | null;
1993
- text: 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;
2002
1991
  stats: {
2003
1992
  like: number | null;
2004
1993
  support: number | null;
@@ -2010,9 +1999,20 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2010
1999
  reposts: number | null;
2011
2000
  totalReactions: number | null;
2012
2001
  } | null;
2002
+ url: string | null;
2003
+ text: string | null;
2004
+ urn: string | null;
2005
+ author: {
2006
+ username: string | null;
2007
+ headline: string | null;
2008
+ profileUrl: string | null;
2009
+ profilePicture: string | null;
2010
+ firstName: string | null;
2011
+ lastName: string | null;
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;
@@ -2028,9 +2028,26 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2028
2028
  postType: string | null;
2029
2029
  }>>;
2030
2030
  }, "strip", z.ZodTypeAny, {
2031
+ stats: {
2032
+ like: number | null;
2033
+ support: number | null;
2034
+ love: number | null;
2035
+ insight: number | null;
2036
+ celebrate: number | null;
2037
+ funny: number | null;
2038
+ comments: number | null;
2039
+ reposts: number | null;
2040
+ totalReactions: number | null;
2041
+ } | null;
2031
2042
  url: string | null;
2043
+ text: string | null;
2044
+ document: {
2045
+ title: string | null;
2046
+ url: string | null;
2047
+ thumbnail: string | null;
2048
+ pageCount: number | null;
2049
+ } | null;
2032
2050
  urn: string | null;
2033
- text: string | null;
2034
2051
  author: {
2035
2052
  username: string | null;
2036
2053
  headline: string | null;
@@ -2039,20 +2056,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2039
2056
  firstName: string | null;
2040
2057
  lastName: string | null;
2041
2058
  } | null;
2042
- stats: {
2043
- like: number | null;
2044
- support: number | null;
2045
- love: number | null;
2046
- insight: number | null;
2047
- celebrate: number | null;
2048
- funny: number | null;
2049
- comments: number | null;
2050
- reposts: number | null;
2051
- totalReactions: number | null;
2052
- } | 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
2072
  thumbnail: string | null;
2073
- pageCount: number | null;
2073
+ subtitle: string | null;
2074
2074
  } | null;
2075
2075
  postedAt: {
2076
2076
  date: string | null;
@@ -2080,17 +2080,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2080
2080
  fullUrn: string | null;
2081
2081
  postType: string | null;
2082
2082
  resharedPost: {
2083
- url: string | null;
2084
- urn: string | null;
2085
- text: 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;
2094
2083
  stats: {
2095
2084
  like: number | null;
2096
2085
  support: number | null;
@@ -2102,9 +2091,20 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2102
2091
  reposts: number | null;
2103
2092
  totalReactions: number | null;
2104
2093
  } | null;
2094
+ url: string | null;
2095
+ text: string | null;
2096
+ urn: string | null;
2097
+ author: {
2098
+ username: string | null;
2099
+ headline: string | null;
2100
+ profileUrl: string | null;
2101
+ profilePicture: string | null;
2102
+ firstName: string | null;
2103
+ lastName: string | null;
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;
@@ -2120,17 +2120,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2120
2120
  postType: string | null;
2121
2121
  } | null;
2122
2122
  }, {
2123
- url: string | null;
2124
- urn: string | null;
2125
- text: string | null;
2126
- author: {
2127
- username: string | null;
2128
- headline: string | null;
2129
- profileUrl: string | null;
2130
- profilePicture: string | null;
2131
- firstName: string | null;
2132
- lastName: string | null;
2133
- } | null;
2134
2123
  stats: {
2135
2124
  like: number | null;
2136
2125
  support: number | null;
@@ -2142,9 +2131,26 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2142
2131
  reposts: number | null;
2143
2132
  totalReactions: number | null;
2144
2133
  } | null;
2145
- media: {
2134
+ url: string | null;
2135
+ text: string | null;
2136
+ document: {
2137
+ title: string | null;
2146
2138
  url: string | null;
2139
+ thumbnail: string | null;
2140
+ pageCount: number | null;
2141
+ } | null;
2142
+ urn: string | null;
2143
+ author: {
2144
+ username: string | null;
2145
+ headline: string | null;
2146
+ profileUrl: string | null;
2147
+ profilePicture: string | null;
2148
+ firstName: string | null;
2149
+ lastName: string | null;
2150
+ } | null;
2151
+ media: {
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
2164
  thumbnail: string | null;
2165
- pageCount: number | null;
2165
+ subtitle: string | null;
2166
2166
  } | null;
2167
2167
  postedAt: {
2168
2168
  date: string | null;
@@ -2172,17 +2172,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2172
2172
  fullUrn: string | null;
2173
2173
  postType: string | null;
2174
2174
  resharedPost: {
2175
- url: string | null;
2176
- urn: string | null;
2177
- text: 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;
2186
2175
  stats: {
2187
2176
  like: number | null;
2188
2177
  support: number | null;
@@ -2194,9 +2183,20 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2194
2183
  reposts: number | null;
2195
2184
  totalReactions: number | null;
2196
2185
  } | null;
2186
+ url: string | null;
2187
+ text: string | null;
2188
+ urn: string | null;
2189
+ author: {
2190
+ username: string | null;
2191
+ headline: string | null;
2192
+ profileUrl: string | null;
2193
+ profilePicture: string | null;
2194
+ firstName: string | null;
2195
+ lastName: string | null;
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;
@@ -2221,20 +2221,10 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2221
2221
  success: z.ZodBoolean;
2222
2222
  error: z.ZodString;
2223
2223
  }, "strip", z.ZodTypeAny, {
2224
- success: boolean;
2225
2224
  error: string;
2225
+ success: boolean;
2226
+ operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
2226
2227
  posts: {
2227
- url: string | null;
2228
- urn: string | null;
2229
- text: string | null;
2230
- author: {
2231
- username: string | null;
2232
- headline: string | null;
2233
- profileUrl: string | null;
2234
- profilePicture: string | null;
2235
- firstName: string | null;
2236
- lastName: string | null;
2237
- } | null;
2238
2228
  stats: {
2239
2229
  like: number | null;
2240
2230
  support: number | null;
@@ -2246,9 +2236,26 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2246
2236
  reposts: number | null;
2247
2237
  totalReactions: number | null;
2248
2238
  } | null;
2249
- media: {
2239
+ url: string | null;
2240
+ text: string | null;
2241
+ document: {
2242
+ title: string | null;
2250
2243
  url: string | null;
2244
+ thumbnail: string | null;
2245
+ pageCount: number | null;
2246
+ } | null;
2247
+ urn: string | null;
2248
+ author: {
2249
+ username: string | null;
2250
+ headline: string | null;
2251
+ profileUrl: string | null;
2252
+ profilePicture: string | null;
2253
+ firstName: string | null;
2254
+ lastName: string | null;
2255
+ } | null;
2256
+ media: {
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;
2268
2269
  thumbnail: string | null;
2269
- pageCount: number | null;
2270
+ subtitle: string | null;
2270
2271
  } | null;
2271
2272
  postedAt: {
2272
2273
  date: string | null;
@@ -2276,17 +2277,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2276
2277
  fullUrn: string | null;
2277
2278
  postType: string | null;
2278
2279
  resharedPost: {
2279
- url: string | null;
2280
- urn: string | null;
2281
- text: string | null;
2282
- author: {
2283
- username: string | null;
2284
- headline: string | null;
2285
- profileUrl: string | null;
2286
- profilePicture: string | null;
2287
- firstName: string | null;
2288
- lastName: string | null;
2289
- } | null;
2290
2280
  stats: {
2291
2281
  like: number | null;
2292
2282
  support: number | null;
@@ -2298,9 +2288,20 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2298
2288
  reposts: number | null;
2299
2289
  totalReactions: number | null;
2300
2290
  } | null;
2291
+ url: string | null;
2292
+ text: string | null;
2293
+ urn: string | null;
2294
+ author: {
2295
+ username: string | null;
2296
+ headline: string | null;
2297
+ profileUrl: string | null;
2298
+ profilePicture: string | null;
2299
+ firstName: string | null;
2300
+ lastName: string | null;
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;
@@ -2347,20 +2347,10 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2347
2347
  paginationToken?: string | null | undefined;
2348
2348
  hasNextPage?: boolean | null | undefined;
2349
2349
  }, {
2350
- success: boolean;
2351
2350
  error: string;
2351
+ success: boolean;
2352
+ operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
2352
2353
  posts: {
2353
- url: string | null;
2354
- urn: string | null;
2355
- text: string | null;
2356
- author: {
2357
- username: string | null;
2358
- headline: string | null;
2359
- profileUrl: string | null;
2360
- profilePicture: string | null;
2361
- firstName: string | null;
2362
- lastName: string | null;
2363
- } | null;
2364
2354
  stats: {
2365
2355
  like: number | null;
2366
2356
  support: number | null;
@@ -2372,9 +2362,26 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2372
2362
  reposts: number | null;
2373
2363
  totalReactions: number | null;
2374
2364
  } | null;
2375
- media: {
2365
+ url: string | null;
2366
+ text: string | null;
2367
+ document: {
2368
+ title: string | null;
2376
2369
  url: string | null;
2370
+ thumbnail: string | null;
2371
+ pageCount: number | null;
2372
+ } | null;
2373
+ urn: string | null;
2374
+ author: {
2375
+ username: string | null;
2376
+ headline: string | null;
2377
+ profileUrl: string | null;
2378
+ profilePicture: string | null;
2379
+ firstName: string | null;
2380
+ lastName: string | null;
2381
+ } | null;
2382
+ media: {
2377
2383
  type: string | null;
2384
+ url: string | null;
2378
2385
  images: {
2379
2386
  url: string | null;
2380
2387
  width: number | null;
@@ -2383,16 +2390,10 @@ 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;
2388
- subtitle: string | null;
2389
- thumbnail: string | null;
2390
- } | null;
2391
- document: {
2392
2394
  url: string | null;
2393
- title: string | null;
2394
2395
  thumbnail: string | null;
2395
- pageCount: number | null;
2396
+ subtitle: string | null;
2396
2397
  } | null;
2397
2398
  postedAt: {
2398
2399
  date: string | null;
@@ -2402,17 +2403,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2402
2403
  fullUrn: string | null;
2403
2404
  postType: string | null;
2404
2405
  resharedPost: {
2405
- url: string | null;
2406
- urn: string | null;
2407
- text: string | null;
2408
- author: {
2409
- username: string | null;
2410
- headline: string | null;
2411
- profileUrl: string | null;
2412
- profilePicture: string | null;
2413
- firstName: string | null;
2414
- lastName: string | null;
2415
- } | null;
2416
2406
  stats: {
2417
2407
  like: number | null;
2418
2408
  support: number | null;
@@ -2424,9 +2414,20 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
2424
2414
  reposts: number | null;
2425
2415
  totalReactions: number | null;
2426
2416
  } | null;
2417
+ url: string | null;
2418
+ text: string | null;
2419
+ urn: string | null;
2420
+ author: {
2421
+ username: string | null;
2422
+ headline: string | null;
2423
+ profileUrl: string | null;
2424
+ profilePicture: string | null;
2425
+ firstName: string | null;
2426
+ lastName: string | null;
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;