@bubblelab/bubble-core 0.1.38 → 0.1.39
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.
- package/dist/bubble-bundle.d.ts +73 -73
- package/dist/bubbles/service-bubble/agi-inc.d.ts +60 -60
- package/dist/bubbles/service-bubble/airtable.d.ts +132 -132
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +88 -71
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.js +25 -6
- package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +18 -3
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js +9 -5
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +23 -23
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +63 -63
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +142 -92
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +104 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/index.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/index.js +2 -0
- package/dist/bubbles/service-bubble/crustdata/index.js.map +1 -1
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
- package/dist/bubbles/service-bubble/firecrawl.d.ts +156 -156
- package/dist/bubbles/service-bubble/followupboss.d.ts +230 -230
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +108 -108
- package/dist/bubbles/service-bubble/github.d.ts +124 -124
- package/dist/bubbles/service-bubble/gmail.d.ts +70 -70
- package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts +58 -58
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +33 -33
- package/dist/bubbles/service-bubble/notion/notion.d.ts +80 -80
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +112 -112
- package/dist/bubbles/service-bubble/storage.d.ts +30 -30
- package/dist/bubbles/service-bubble/telegram.d.ts +214 -214
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +138 -138
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +42 -6
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +18 -7
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +346 -346
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +165 -165
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-tool.js +28 -13
- package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-utils.d.ts +19 -0
- package/dist/bubbles/tool-bubble/people-search-utils.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/people-search-utils.js +268 -0
- package/dist/bubbles/tool-bubble/people-search-utils.js.map +1 -0
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +102 -102
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +34 -34
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +56 -77
- package/package.json +2 -2
|
@@ -35,8 +35,8 @@ declare const LinkedInStatsSchema: z.ZodObject<{
|
|
|
35
35
|
comments: z.ZodNullable<z.ZodNumber>;
|
|
36
36
|
reposts: z.ZodNullable<z.ZodNumber>;
|
|
37
37
|
}, "strip", z.ZodTypeAny, {
|
|
38
|
-
like: number | null;
|
|
39
38
|
support: number | null;
|
|
39
|
+
like: number | null;
|
|
40
40
|
love: number | null;
|
|
41
41
|
insight: number | null;
|
|
42
42
|
celebrate: number | null;
|
|
@@ -45,8 +45,8 @@ declare const LinkedInStatsSchema: z.ZodObject<{
|
|
|
45
45
|
reposts: number | null;
|
|
46
46
|
totalReactions: number | null;
|
|
47
47
|
}, {
|
|
48
|
-
like: number | null;
|
|
49
48
|
support: number | null;
|
|
49
|
+
like: number | null;
|
|
50
50
|
love: number | null;
|
|
51
51
|
insight: number | null;
|
|
52
52
|
celebrate: number | null;
|
|
@@ -107,8 +107,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
107
107
|
comments: z.ZodNullable<z.ZodNumber>;
|
|
108
108
|
reposts: z.ZodNullable<z.ZodNumber>;
|
|
109
109
|
}, "strip", z.ZodTypeAny, {
|
|
110
|
-
like: number | null;
|
|
111
110
|
support: number | null;
|
|
111
|
+
like: number | null;
|
|
112
112
|
love: number | null;
|
|
113
113
|
insight: number | null;
|
|
114
114
|
celebrate: number | null;
|
|
@@ -117,8 +117,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
117
117
|
reposts: number | null;
|
|
118
118
|
totalReactions: number | null;
|
|
119
119
|
}, {
|
|
120
|
-
like: number | null;
|
|
121
120
|
support: number | null;
|
|
121
|
+
like: number | null;
|
|
122
122
|
love: number | null;
|
|
123
123
|
insight: number | null;
|
|
124
124
|
celebrate: number | null;
|
|
@@ -246,8 +246,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
246
246
|
comments: z.ZodNullable<z.ZodNumber>;
|
|
247
247
|
reposts: z.ZodNullable<z.ZodNumber>;
|
|
248
248
|
}, "strip", z.ZodTypeAny, {
|
|
249
|
-
like: number | null;
|
|
250
249
|
support: number | null;
|
|
250
|
+
like: number | null;
|
|
251
251
|
love: number | null;
|
|
252
252
|
insight: number | null;
|
|
253
253
|
celebrate: number | null;
|
|
@@ -256,8 +256,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
256
256
|
reposts: number | null;
|
|
257
257
|
totalReactions: number | null;
|
|
258
258
|
}, {
|
|
259
|
-
like: number | null;
|
|
260
259
|
support: number | null;
|
|
260
|
+
like: number | null;
|
|
261
261
|
love: number | null;
|
|
262
262
|
insight: number | null;
|
|
263
263
|
celebrate: number | null;
|
|
@@ -304,6 +304,16 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
304
304
|
}>>;
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
306
|
url: string | null;
|
|
307
|
+
media: {
|
|
308
|
+
type: string | null;
|
|
309
|
+
url: string | null;
|
|
310
|
+
images: {
|
|
311
|
+
url: string | null;
|
|
312
|
+
width: number | null;
|
|
313
|
+
height: number | null;
|
|
314
|
+
}[] | null;
|
|
315
|
+
thumbnail: string | null;
|
|
316
|
+
} | null;
|
|
307
317
|
text: string | null;
|
|
308
318
|
urn: string | null;
|
|
309
319
|
author: {
|
|
@@ -315,8 +325,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
315
325
|
lastName: string | null;
|
|
316
326
|
} | null;
|
|
317
327
|
stats: {
|
|
318
|
-
like: number | null;
|
|
319
328
|
support: number | null;
|
|
329
|
+
like: number | null;
|
|
320
330
|
love: number | null;
|
|
321
331
|
insight: number | null;
|
|
322
332
|
celebrate: number | null;
|
|
@@ -325,6 +335,14 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
325
335
|
reposts: number | null;
|
|
326
336
|
totalReactions: number | null;
|
|
327
337
|
} | null;
|
|
338
|
+
postedAt: {
|
|
339
|
+
date: string | null;
|
|
340
|
+
timestamp: number | null;
|
|
341
|
+
relative: string | null;
|
|
342
|
+
} | null;
|
|
343
|
+
postType: string | null;
|
|
344
|
+
}, {
|
|
345
|
+
url: string | null;
|
|
328
346
|
media: {
|
|
329
347
|
type: string | null;
|
|
330
348
|
url: string | null;
|
|
@@ -335,14 +353,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
335
353
|
}[] | null;
|
|
336
354
|
thumbnail: string | null;
|
|
337
355
|
} | null;
|
|
338
|
-
postedAt: {
|
|
339
|
-
date: string | null;
|
|
340
|
-
timestamp: number | null;
|
|
341
|
-
relative: string | null;
|
|
342
|
-
} | null;
|
|
343
|
-
postType: string | null;
|
|
344
|
-
}, {
|
|
345
|
-
url: string | null;
|
|
346
356
|
text: string | null;
|
|
347
357
|
urn: string | null;
|
|
348
358
|
author: {
|
|
@@ -354,8 +364,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
354
364
|
lastName: string | null;
|
|
355
365
|
} | null;
|
|
356
366
|
stats: {
|
|
357
|
-
like: number | null;
|
|
358
367
|
support: number | null;
|
|
368
|
+
like: number | null;
|
|
359
369
|
love: number | null;
|
|
360
370
|
insight: number | null;
|
|
361
371
|
celebrate: number | null;
|
|
@@ -364,16 +374,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
364
374
|
reposts: number | null;
|
|
365
375
|
totalReactions: number | null;
|
|
366
376
|
} | null;
|
|
367
|
-
media: {
|
|
368
|
-
type: string | null;
|
|
369
|
-
url: string | null;
|
|
370
|
-
images: {
|
|
371
|
-
url: string | null;
|
|
372
|
-
width: number | null;
|
|
373
|
-
height: number | null;
|
|
374
|
-
}[] | null;
|
|
375
|
-
thumbnail: string | null;
|
|
376
|
-
} | null;
|
|
377
377
|
postedAt: {
|
|
378
378
|
date: string | null;
|
|
379
379
|
timestamp: number | null;
|
|
@@ -383,6 +383,16 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
383
383
|
}>>;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
385
|
url: string | null;
|
|
386
|
+
media: {
|
|
387
|
+
type: string | null;
|
|
388
|
+
url: string | null;
|
|
389
|
+
images: {
|
|
390
|
+
url: string | null;
|
|
391
|
+
width: number | null;
|
|
392
|
+
height: number | null;
|
|
393
|
+
}[] | null;
|
|
394
|
+
thumbnail: string | null;
|
|
395
|
+
} | null;
|
|
386
396
|
text: string | null;
|
|
387
397
|
document: {
|
|
388
398
|
title: string | null;
|
|
@@ -400,8 +410,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
400
410
|
lastName: string | null;
|
|
401
411
|
} | null;
|
|
402
412
|
stats: {
|
|
403
|
-
like: number | null;
|
|
404
413
|
support: number | null;
|
|
414
|
+
like: number | null;
|
|
405
415
|
love: number | null;
|
|
406
416
|
insight: number | null;
|
|
407
417
|
celebrate: number | null;
|
|
@@ -410,16 +420,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
410
420
|
reposts: number | null;
|
|
411
421
|
totalReactions: number | null;
|
|
412
422
|
} | null;
|
|
413
|
-
media: {
|
|
414
|
-
type: string | null;
|
|
415
|
-
url: string | null;
|
|
416
|
-
images: {
|
|
417
|
-
url: string | null;
|
|
418
|
-
width: number | null;
|
|
419
|
-
height: number | null;
|
|
420
|
-
}[] | null;
|
|
421
|
-
thumbnail: string | null;
|
|
422
|
-
} | null;
|
|
423
423
|
article: {
|
|
424
424
|
title: string | null;
|
|
425
425
|
url: string | null;
|
|
@@ -435,6 +435,16 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
435
435
|
postType: string | null;
|
|
436
436
|
resharedPost: {
|
|
437
437
|
url: string | null;
|
|
438
|
+
media: {
|
|
439
|
+
type: string | null;
|
|
440
|
+
url: string | null;
|
|
441
|
+
images: {
|
|
442
|
+
url: string | null;
|
|
443
|
+
width: number | null;
|
|
444
|
+
height: number | null;
|
|
445
|
+
}[] | null;
|
|
446
|
+
thumbnail: string | null;
|
|
447
|
+
} | null;
|
|
438
448
|
text: string | null;
|
|
439
449
|
urn: string | null;
|
|
440
450
|
author: {
|
|
@@ -446,8 +456,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
446
456
|
lastName: string | null;
|
|
447
457
|
} | null;
|
|
448
458
|
stats: {
|
|
449
|
-
like: number | null;
|
|
450
459
|
support: number | null;
|
|
460
|
+
like: number | null;
|
|
451
461
|
love: number | null;
|
|
452
462
|
insight: number | null;
|
|
453
463
|
celebrate: number | null;
|
|
@@ -456,16 +466,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
456
466
|
reposts: number | null;
|
|
457
467
|
totalReactions: number | null;
|
|
458
468
|
} | null;
|
|
459
|
-
media: {
|
|
460
|
-
type: string | null;
|
|
461
|
-
url: string | null;
|
|
462
|
-
images: {
|
|
463
|
-
url: string | null;
|
|
464
|
-
width: number | null;
|
|
465
|
-
height: number | null;
|
|
466
|
-
}[] | null;
|
|
467
|
-
thumbnail: string | null;
|
|
468
|
-
} | null;
|
|
469
469
|
postedAt: {
|
|
470
470
|
date: string | null;
|
|
471
471
|
timestamp: number | null;
|
|
@@ -475,6 +475,16 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
475
475
|
} | null;
|
|
476
476
|
}, {
|
|
477
477
|
url: string | null;
|
|
478
|
+
media: {
|
|
479
|
+
type: string | null;
|
|
480
|
+
url: string | null;
|
|
481
|
+
images: {
|
|
482
|
+
url: string | null;
|
|
483
|
+
width: number | null;
|
|
484
|
+
height: number | null;
|
|
485
|
+
}[] | null;
|
|
486
|
+
thumbnail: string | null;
|
|
487
|
+
} | null;
|
|
478
488
|
text: string | null;
|
|
479
489
|
document: {
|
|
480
490
|
title: string | null;
|
|
@@ -492,8 +502,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
492
502
|
lastName: string | null;
|
|
493
503
|
} | null;
|
|
494
504
|
stats: {
|
|
495
|
-
like: number | null;
|
|
496
505
|
support: number | null;
|
|
506
|
+
like: number | null;
|
|
497
507
|
love: number | null;
|
|
498
508
|
insight: number | null;
|
|
499
509
|
celebrate: number | null;
|
|
@@ -502,16 +512,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
502
512
|
reposts: number | null;
|
|
503
513
|
totalReactions: number | null;
|
|
504
514
|
} | null;
|
|
505
|
-
media: {
|
|
506
|
-
type: string | null;
|
|
507
|
-
url: string | null;
|
|
508
|
-
images: {
|
|
509
|
-
url: string | null;
|
|
510
|
-
width: number | null;
|
|
511
|
-
height: number | null;
|
|
512
|
-
}[] | null;
|
|
513
|
-
thumbnail: string | null;
|
|
514
|
-
} | null;
|
|
515
515
|
article: {
|
|
516
516
|
title: string | null;
|
|
517
517
|
url: string | null;
|
|
@@ -527,6 +527,16 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
527
527
|
postType: string | null;
|
|
528
528
|
resharedPost: {
|
|
529
529
|
url: string | null;
|
|
530
|
+
media: {
|
|
531
|
+
type: string | null;
|
|
532
|
+
url: string | null;
|
|
533
|
+
images: {
|
|
534
|
+
url: string | null;
|
|
535
|
+
width: number | null;
|
|
536
|
+
height: number | null;
|
|
537
|
+
}[] | null;
|
|
538
|
+
thumbnail: string | null;
|
|
539
|
+
} | null;
|
|
530
540
|
text: string | null;
|
|
531
541
|
urn: string | null;
|
|
532
542
|
author: {
|
|
@@ -538,8 +548,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
538
548
|
lastName: string | null;
|
|
539
549
|
} | null;
|
|
540
550
|
stats: {
|
|
541
|
-
like: number | null;
|
|
542
551
|
support: number | null;
|
|
552
|
+
like: number | null;
|
|
543
553
|
love: number | null;
|
|
544
554
|
insight: number | null;
|
|
545
555
|
celebrate: number | null;
|
|
@@ -548,16 +558,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
548
558
|
reposts: number | null;
|
|
549
559
|
totalReactions: number | null;
|
|
550
560
|
} | null;
|
|
551
|
-
media: {
|
|
552
|
-
type: string | null;
|
|
553
|
-
url: string | null;
|
|
554
|
-
images: {
|
|
555
|
-
url: string | null;
|
|
556
|
-
width: number | null;
|
|
557
|
-
height: number | null;
|
|
558
|
-
}[] | null;
|
|
559
|
-
thumbnail: string | null;
|
|
560
|
-
} | null;
|
|
561
561
|
postedAt: {
|
|
562
562
|
date: string | null;
|
|
563
563
|
timestamp: number | null;
|
|
@@ -609,16 +609,16 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
609
609
|
}, "strip", z.ZodTypeAny, {
|
|
610
610
|
description: string | null;
|
|
611
611
|
title: string | null;
|
|
612
|
-
location: string | null;
|
|
613
|
-
skills: string[] | null;
|
|
614
612
|
url: string | null;
|
|
615
|
-
|
|
613
|
+
id: string | null;
|
|
616
614
|
company: {
|
|
617
615
|
name: string | null;
|
|
618
616
|
url: string | null;
|
|
619
617
|
logo: string | null;
|
|
620
618
|
} | null;
|
|
621
|
-
|
|
619
|
+
location: string | null;
|
|
620
|
+
skills: string[] | null;
|
|
621
|
+
seniorityLevel: string | null;
|
|
622
622
|
postedAt: string | null;
|
|
623
623
|
applyUrl: string | null;
|
|
624
624
|
salary: {
|
|
@@ -631,16 +631,16 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
631
631
|
}, {
|
|
632
632
|
description: string | null;
|
|
633
633
|
title: string | null;
|
|
634
|
-
location: string | null;
|
|
635
|
-
skills: string[] | null;
|
|
636
634
|
url: string | null;
|
|
637
|
-
|
|
635
|
+
id: string | null;
|
|
638
636
|
company: {
|
|
639
637
|
name: string | null;
|
|
640
638
|
url: string | null;
|
|
641
639
|
logo: string | null;
|
|
642
640
|
} | null;
|
|
643
|
-
|
|
641
|
+
location: string | null;
|
|
642
|
+
skills: string[] | null;
|
|
643
|
+
seniorityLevel: string | null;
|
|
644
644
|
postedAt: string | null;
|
|
645
645
|
applyUrl: string | null;
|
|
646
646
|
salary: {
|
|
@@ -666,29 +666,29 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
666
666
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
667
667
|
}, "strip", z.ZodTypeAny, {
|
|
668
668
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
669
|
-
location?: string | undefined;
|
|
670
669
|
limit?: number | undefined;
|
|
671
670
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
671
|
+
location?: string | undefined;
|
|
672
672
|
username?: string | undefined;
|
|
673
673
|
pageNumber?: number | 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?: ("
|
|
678
|
+
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
679
679
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
680
680
|
}, {
|
|
681
681
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
682
|
-
location?: string | undefined;
|
|
683
682
|
limit?: number | undefined;
|
|
684
683
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
684
|
+
location?: string | undefined;
|
|
685
685
|
username?: string | undefined;
|
|
686
686
|
pageNumber?: number | 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?: ("
|
|
691
|
+
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
692
692
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
693
693
|
}>;
|
|
694
694
|
declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
@@ -736,16 +736,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
736
736
|
}, "strip", z.ZodTypeAny, {
|
|
737
737
|
description: string | null;
|
|
738
738
|
title: string | null;
|
|
739
|
-
location: string | null;
|
|
740
|
-
skills: string[] | null;
|
|
741
739
|
url: string | null;
|
|
742
|
-
|
|
740
|
+
id: string | null;
|
|
743
741
|
company: {
|
|
744
742
|
name: string | null;
|
|
745
743
|
url: string | null;
|
|
746
744
|
logo: string | null;
|
|
747
745
|
} | null;
|
|
748
|
-
|
|
746
|
+
location: string | null;
|
|
747
|
+
skills: string[] | null;
|
|
748
|
+
seniorityLevel: string | null;
|
|
749
749
|
postedAt: string | null;
|
|
750
750
|
applyUrl: string | null;
|
|
751
751
|
salary: {
|
|
@@ -758,16 +758,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
758
758
|
}, {
|
|
759
759
|
description: string | null;
|
|
760
760
|
title: string | null;
|
|
761
|
-
location: string | null;
|
|
762
|
-
skills: string[] | null;
|
|
763
761
|
url: string | null;
|
|
764
|
-
|
|
762
|
+
id: string | null;
|
|
765
763
|
company: {
|
|
766
764
|
name: string | null;
|
|
767
765
|
url: string | null;
|
|
768
766
|
logo: string | null;
|
|
769
767
|
} | null;
|
|
770
|
-
|
|
768
|
+
location: string | null;
|
|
769
|
+
skills: string[] | null;
|
|
770
|
+
seniorityLevel: string | null;
|
|
771
771
|
postedAt: string | null;
|
|
772
772
|
applyUrl: string | null;
|
|
773
773
|
salary: {
|
|
@@ -830,8 +830,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
830
830
|
comments: z.ZodNullable<z.ZodNumber>;
|
|
831
831
|
reposts: z.ZodNullable<z.ZodNumber>;
|
|
832
832
|
}, "strip", z.ZodTypeAny, {
|
|
833
|
-
like: number | null;
|
|
834
833
|
support: number | null;
|
|
834
|
+
like: number | null;
|
|
835
835
|
love: number | null;
|
|
836
836
|
insight: number | null;
|
|
837
837
|
celebrate: number | null;
|
|
@@ -840,8 +840,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
840
840
|
reposts: number | null;
|
|
841
841
|
totalReactions: number | null;
|
|
842
842
|
}, {
|
|
843
|
-
like: number | null;
|
|
844
843
|
support: number | null;
|
|
844
|
+
like: number | null;
|
|
845
845
|
love: number | null;
|
|
846
846
|
insight: number | null;
|
|
847
847
|
celebrate: number | null;
|
|
@@ -969,8 +969,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
969
969
|
comments: z.ZodNullable<z.ZodNumber>;
|
|
970
970
|
reposts: z.ZodNullable<z.ZodNumber>;
|
|
971
971
|
}, "strip", z.ZodTypeAny, {
|
|
972
|
-
like: number | null;
|
|
973
972
|
support: number | null;
|
|
973
|
+
like: number | null;
|
|
974
974
|
love: number | null;
|
|
975
975
|
insight: number | null;
|
|
976
976
|
celebrate: number | null;
|
|
@@ -979,8 +979,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
979
979
|
reposts: number | null;
|
|
980
980
|
totalReactions: number | null;
|
|
981
981
|
}, {
|
|
982
|
-
like: number | null;
|
|
983
982
|
support: number | null;
|
|
983
|
+
like: number | null;
|
|
984
984
|
love: number | null;
|
|
985
985
|
insight: number | null;
|
|
986
986
|
celebrate: number | null;
|
|
@@ -1027,6 +1027,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1027
1027
|
}>>;
|
|
1028
1028
|
}, "strip", z.ZodTypeAny, {
|
|
1029
1029
|
url: string | null;
|
|
1030
|
+
media: {
|
|
1031
|
+
type: string | null;
|
|
1032
|
+
url: string | null;
|
|
1033
|
+
images: {
|
|
1034
|
+
url: string | null;
|
|
1035
|
+
width: number | null;
|
|
1036
|
+
height: number | null;
|
|
1037
|
+
}[] | null;
|
|
1038
|
+
thumbnail: string | null;
|
|
1039
|
+
} | null;
|
|
1030
1040
|
text: string | null;
|
|
1031
1041
|
urn: string | null;
|
|
1032
1042
|
author: {
|
|
@@ -1038,8 +1048,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1038
1048
|
lastName: string | null;
|
|
1039
1049
|
} | null;
|
|
1040
1050
|
stats: {
|
|
1041
|
-
like: number | null;
|
|
1042
1051
|
support: number | null;
|
|
1052
|
+
like: number | null;
|
|
1043
1053
|
love: number | null;
|
|
1044
1054
|
insight: number | null;
|
|
1045
1055
|
celebrate: number | null;
|
|
@@ -1048,6 +1058,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1048
1058
|
reposts: number | null;
|
|
1049
1059
|
totalReactions: number | null;
|
|
1050
1060
|
} | null;
|
|
1061
|
+
postedAt: {
|
|
1062
|
+
date: string | null;
|
|
1063
|
+
timestamp: number | null;
|
|
1064
|
+
relative: string | null;
|
|
1065
|
+
} | null;
|
|
1066
|
+
postType: string | null;
|
|
1067
|
+
}, {
|
|
1068
|
+
url: string | null;
|
|
1051
1069
|
media: {
|
|
1052
1070
|
type: string | null;
|
|
1053
1071
|
url: string | null;
|
|
@@ -1058,14 +1076,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1058
1076
|
}[] | null;
|
|
1059
1077
|
thumbnail: string | null;
|
|
1060
1078
|
} | null;
|
|
1061
|
-
postedAt: {
|
|
1062
|
-
date: string | null;
|
|
1063
|
-
timestamp: number | null;
|
|
1064
|
-
relative: string | null;
|
|
1065
|
-
} | null;
|
|
1066
|
-
postType: string | null;
|
|
1067
|
-
}, {
|
|
1068
|
-
url: string | null;
|
|
1069
1079
|
text: string | null;
|
|
1070
1080
|
urn: string | null;
|
|
1071
1081
|
author: {
|
|
@@ -1077,8 +1087,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1077
1087
|
lastName: string | null;
|
|
1078
1088
|
} | null;
|
|
1079
1089
|
stats: {
|
|
1080
|
-
like: number | null;
|
|
1081
1090
|
support: number | null;
|
|
1091
|
+
like: number | null;
|
|
1082
1092
|
love: number | null;
|
|
1083
1093
|
insight: number | null;
|
|
1084
1094
|
celebrate: number | null;
|
|
@@ -1087,16 +1097,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1087
1097
|
reposts: number | null;
|
|
1088
1098
|
totalReactions: number | null;
|
|
1089
1099
|
} | null;
|
|
1090
|
-
media: {
|
|
1091
|
-
type: string | null;
|
|
1092
|
-
url: string | null;
|
|
1093
|
-
images: {
|
|
1094
|
-
url: string | null;
|
|
1095
|
-
width: number | null;
|
|
1096
|
-
height: number | null;
|
|
1097
|
-
}[] | null;
|
|
1098
|
-
thumbnail: string | null;
|
|
1099
|
-
} | null;
|
|
1100
1100
|
postedAt: {
|
|
1101
1101
|
date: string | null;
|
|
1102
1102
|
timestamp: number | null;
|
|
@@ -1106,6 +1106,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1106
1106
|
}>>;
|
|
1107
1107
|
}, "strip", z.ZodTypeAny, {
|
|
1108
1108
|
url: string | null;
|
|
1109
|
+
media: {
|
|
1110
|
+
type: string | null;
|
|
1111
|
+
url: string | null;
|
|
1112
|
+
images: {
|
|
1113
|
+
url: string | null;
|
|
1114
|
+
width: number | null;
|
|
1115
|
+
height: number | null;
|
|
1116
|
+
}[] | null;
|
|
1117
|
+
thumbnail: string | null;
|
|
1118
|
+
} | null;
|
|
1109
1119
|
text: string | null;
|
|
1110
1120
|
document: {
|
|
1111
1121
|
title: string | null;
|
|
@@ -1123,8 +1133,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1123
1133
|
lastName: string | null;
|
|
1124
1134
|
} | null;
|
|
1125
1135
|
stats: {
|
|
1126
|
-
like: number | null;
|
|
1127
1136
|
support: number | null;
|
|
1137
|
+
like: number | null;
|
|
1128
1138
|
love: number | null;
|
|
1129
1139
|
insight: number | null;
|
|
1130
1140
|
celebrate: number | null;
|
|
@@ -1133,16 +1143,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1133
1143
|
reposts: number | null;
|
|
1134
1144
|
totalReactions: number | null;
|
|
1135
1145
|
} | null;
|
|
1136
|
-
media: {
|
|
1137
|
-
type: string | null;
|
|
1138
|
-
url: string | null;
|
|
1139
|
-
images: {
|
|
1140
|
-
url: string | null;
|
|
1141
|
-
width: number | null;
|
|
1142
|
-
height: number | null;
|
|
1143
|
-
}[] | null;
|
|
1144
|
-
thumbnail: string | null;
|
|
1145
|
-
} | null;
|
|
1146
1146
|
article: {
|
|
1147
1147
|
title: string | null;
|
|
1148
1148
|
url: string | null;
|
|
@@ -1158,6 +1158,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1158
1158
|
postType: string | null;
|
|
1159
1159
|
resharedPost: {
|
|
1160
1160
|
url: string | null;
|
|
1161
|
+
media: {
|
|
1162
|
+
type: string | null;
|
|
1163
|
+
url: string | null;
|
|
1164
|
+
images: {
|
|
1165
|
+
url: string | null;
|
|
1166
|
+
width: number | null;
|
|
1167
|
+
height: number | null;
|
|
1168
|
+
}[] | null;
|
|
1169
|
+
thumbnail: string | null;
|
|
1170
|
+
} | null;
|
|
1161
1171
|
text: string | null;
|
|
1162
1172
|
urn: string | null;
|
|
1163
1173
|
author: {
|
|
@@ -1169,8 +1179,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1169
1179
|
lastName: string | null;
|
|
1170
1180
|
} | null;
|
|
1171
1181
|
stats: {
|
|
1172
|
-
like: number | null;
|
|
1173
1182
|
support: number | null;
|
|
1183
|
+
like: number | null;
|
|
1174
1184
|
love: number | null;
|
|
1175
1185
|
insight: number | null;
|
|
1176
1186
|
celebrate: number | null;
|
|
@@ -1179,16 +1189,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1179
1189
|
reposts: number | null;
|
|
1180
1190
|
totalReactions: number | null;
|
|
1181
1191
|
} | null;
|
|
1182
|
-
media: {
|
|
1183
|
-
type: string | null;
|
|
1184
|
-
url: string | null;
|
|
1185
|
-
images: {
|
|
1186
|
-
url: string | null;
|
|
1187
|
-
width: number | null;
|
|
1188
|
-
height: number | null;
|
|
1189
|
-
}[] | null;
|
|
1190
|
-
thumbnail: string | null;
|
|
1191
|
-
} | null;
|
|
1192
1192
|
postedAt: {
|
|
1193
1193
|
date: string | null;
|
|
1194
1194
|
timestamp: number | null;
|
|
@@ -1198,6 +1198,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1198
1198
|
} | null;
|
|
1199
1199
|
}, {
|
|
1200
1200
|
url: string | null;
|
|
1201
|
+
media: {
|
|
1202
|
+
type: string | null;
|
|
1203
|
+
url: string | null;
|
|
1204
|
+
images: {
|
|
1205
|
+
url: string | null;
|
|
1206
|
+
width: number | null;
|
|
1207
|
+
height: number | null;
|
|
1208
|
+
}[] | null;
|
|
1209
|
+
thumbnail: string | null;
|
|
1210
|
+
} | null;
|
|
1201
1211
|
text: string | null;
|
|
1202
1212
|
document: {
|
|
1203
1213
|
title: string | null;
|
|
@@ -1215,8 +1225,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1215
1225
|
lastName: string | null;
|
|
1216
1226
|
} | null;
|
|
1217
1227
|
stats: {
|
|
1218
|
-
like: number | null;
|
|
1219
1228
|
support: number | null;
|
|
1229
|
+
like: number | null;
|
|
1220
1230
|
love: number | null;
|
|
1221
1231
|
insight: number | null;
|
|
1222
1232
|
celebrate: number | null;
|
|
@@ -1225,16 +1235,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1225
1235
|
reposts: number | null;
|
|
1226
1236
|
totalReactions: number | null;
|
|
1227
1237
|
} | null;
|
|
1228
|
-
media: {
|
|
1229
|
-
type: string | null;
|
|
1230
|
-
url: string | null;
|
|
1231
|
-
images: {
|
|
1232
|
-
url: string | null;
|
|
1233
|
-
width: number | null;
|
|
1234
|
-
height: number | null;
|
|
1235
|
-
}[] | null;
|
|
1236
|
-
thumbnail: string | null;
|
|
1237
|
-
} | null;
|
|
1238
1238
|
article: {
|
|
1239
1239
|
title: string | null;
|
|
1240
1240
|
url: string | null;
|
|
@@ -1250,6 +1250,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1250
1250
|
postType: string | null;
|
|
1251
1251
|
resharedPost: {
|
|
1252
1252
|
url: string | null;
|
|
1253
|
+
media: {
|
|
1254
|
+
type: string | null;
|
|
1255
|
+
url: string | null;
|
|
1256
|
+
images: {
|
|
1257
|
+
url: string | null;
|
|
1258
|
+
width: number | null;
|
|
1259
|
+
height: number | null;
|
|
1260
|
+
}[] | null;
|
|
1261
|
+
thumbnail: string | null;
|
|
1262
|
+
} | null;
|
|
1253
1263
|
text: string | null;
|
|
1254
1264
|
urn: string | null;
|
|
1255
1265
|
author: {
|
|
@@ -1261,8 +1271,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1261
1271
|
lastName: string | null;
|
|
1262
1272
|
} | null;
|
|
1263
1273
|
stats: {
|
|
1264
|
-
like: number | null;
|
|
1265
1274
|
support: number | null;
|
|
1275
|
+
like: number | null;
|
|
1266
1276
|
love: number | null;
|
|
1267
1277
|
insight: number | null;
|
|
1268
1278
|
celebrate: number | null;
|
|
@@ -1271,16 +1281,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1271
1281
|
reposts: number | null;
|
|
1272
1282
|
totalReactions: number | null;
|
|
1273
1283
|
} | null;
|
|
1274
|
-
media: {
|
|
1275
|
-
type: string | null;
|
|
1276
|
-
url: string | null;
|
|
1277
|
-
images: {
|
|
1278
|
-
url: string | null;
|
|
1279
|
-
width: number | null;
|
|
1280
|
-
height: number | null;
|
|
1281
|
-
}[] | null;
|
|
1282
|
-
thumbnail: string | null;
|
|
1283
|
-
} | null;
|
|
1284
1284
|
postedAt: {
|
|
1285
1285
|
date: string | null;
|
|
1286
1286
|
timestamp: number | null;
|
|
@@ -1298,11 +1298,21 @@ 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";
|
|
1301
1302
|
success: boolean;
|
|
1302
1303
|
error: string;
|
|
1303
|
-
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1304
1304
|
posts: {
|
|
1305
1305
|
url: string | null;
|
|
1306
|
+
media: {
|
|
1307
|
+
type: string | null;
|
|
1308
|
+
url: string | null;
|
|
1309
|
+
images: {
|
|
1310
|
+
url: string | null;
|
|
1311
|
+
width: number | null;
|
|
1312
|
+
height: number | null;
|
|
1313
|
+
}[] | null;
|
|
1314
|
+
thumbnail: string | null;
|
|
1315
|
+
} | null;
|
|
1306
1316
|
text: string | null;
|
|
1307
1317
|
document: {
|
|
1308
1318
|
title: string | null;
|
|
@@ -1320,8 +1330,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1320
1330
|
lastName: string | null;
|
|
1321
1331
|
} | null;
|
|
1322
1332
|
stats: {
|
|
1323
|
-
like: number | null;
|
|
1324
1333
|
support: number | null;
|
|
1334
|
+
like: number | null;
|
|
1325
1335
|
love: number | null;
|
|
1326
1336
|
insight: number | null;
|
|
1327
1337
|
celebrate: number | null;
|
|
@@ -1330,16 +1340,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1330
1340
|
reposts: number | null;
|
|
1331
1341
|
totalReactions: number | null;
|
|
1332
1342
|
} | null;
|
|
1333
|
-
media: {
|
|
1334
|
-
type: string | null;
|
|
1335
|
-
url: string | null;
|
|
1336
|
-
images: {
|
|
1337
|
-
url: string | null;
|
|
1338
|
-
width: number | null;
|
|
1339
|
-
height: number | null;
|
|
1340
|
-
}[] | null;
|
|
1341
|
-
thumbnail: string | null;
|
|
1342
|
-
} | null;
|
|
1343
1343
|
article: {
|
|
1344
1344
|
title: string | null;
|
|
1345
1345
|
url: string | null;
|
|
@@ -1355,6 +1355,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1355
1355
|
postType: string | null;
|
|
1356
1356
|
resharedPost: {
|
|
1357
1357
|
url: string | null;
|
|
1358
|
+
media: {
|
|
1359
|
+
type: string | null;
|
|
1360
|
+
url: string | null;
|
|
1361
|
+
images: {
|
|
1362
|
+
url: string | null;
|
|
1363
|
+
width: number | null;
|
|
1364
|
+
height: number | null;
|
|
1365
|
+
}[] | null;
|
|
1366
|
+
thumbnail: string | null;
|
|
1367
|
+
} | null;
|
|
1358
1368
|
text: string | null;
|
|
1359
1369
|
urn: string | null;
|
|
1360
1370
|
author: {
|
|
@@ -1366,8 +1376,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1366
1376
|
lastName: string | null;
|
|
1367
1377
|
} | null;
|
|
1368
1378
|
stats: {
|
|
1369
|
-
like: number | null;
|
|
1370
1379
|
support: number | null;
|
|
1380
|
+
like: number | null;
|
|
1371
1381
|
love: number | null;
|
|
1372
1382
|
insight: number | null;
|
|
1373
1383
|
celebrate: number | null;
|
|
@@ -1376,16 +1386,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1376
1386
|
reposts: number | null;
|
|
1377
1387
|
totalReactions: number | null;
|
|
1378
1388
|
} | null;
|
|
1379
|
-
media: {
|
|
1380
|
-
type: string | null;
|
|
1381
|
-
url: string | null;
|
|
1382
|
-
images: {
|
|
1383
|
-
url: string | null;
|
|
1384
|
-
width: number | null;
|
|
1385
|
-
height: number | null;
|
|
1386
|
-
}[] | null;
|
|
1387
|
-
thumbnail: string | null;
|
|
1388
|
-
} | null;
|
|
1389
1389
|
postedAt: {
|
|
1390
1390
|
date: string | null;
|
|
1391
1391
|
timestamp: number | null;
|
|
@@ -1400,16 +1400,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1400
1400
|
jobs?: {
|
|
1401
1401
|
description: string | null;
|
|
1402
1402
|
title: string | null;
|
|
1403
|
-
location: string | null;
|
|
1404
|
-
skills: string[] | null;
|
|
1405
1403
|
url: string | null;
|
|
1406
|
-
|
|
1404
|
+
id: string | null;
|
|
1407
1405
|
company: {
|
|
1408
1406
|
name: string | null;
|
|
1409
1407
|
url: string | null;
|
|
1410
1408
|
logo: string | null;
|
|
1411
1409
|
} | null;
|
|
1412
|
-
|
|
1410
|
+
location: string | null;
|
|
1411
|
+
skills: string[] | null;
|
|
1412
|
+
seniorityLevel: string | null;
|
|
1413
1413
|
postedAt: string | null;
|
|
1414
1414
|
applyUrl: string | null;
|
|
1415
1415
|
salary: {
|
|
@@ -1424,11 +1424,21 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1424
1424
|
paginationToken?: string | null | undefined;
|
|
1425
1425
|
hasNextPage?: boolean | null | undefined;
|
|
1426
1426
|
}, {
|
|
1427
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1427
1428
|
success: boolean;
|
|
1428
1429
|
error: string;
|
|
1429
|
-
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1430
1430
|
posts: {
|
|
1431
1431
|
url: string | null;
|
|
1432
|
+
media: {
|
|
1433
|
+
type: string | null;
|
|
1434
|
+
url: string | null;
|
|
1435
|
+
images: {
|
|
1436
|
+
url: string | null;
|
|
1437
|
+
width: number | null;
|
|
1438
|
+
height: number | null;
|
|
1439
|
+
}[] | null;
|
|
1440
|
+
thumbnail: string | null;
|
|
1441
|
+
} | null;
|
|
1432
1442
|
text: string | null;
|
|
1433
1443
|
document: {
|
|
1434
1444
|
title: string | null;
|
|
@@ -1446,8 +1456,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1446
1456
|
lastName: string | null;
|
|
1447
1457
|
} | null;
|
|
1448
1458
|
stats: {
|
|
1449
|
-
like: number | null;
|
|
1450
1459
|
support: number | null;
|
|
1460
|
+
like: number | null;
|
|
1451
1461
|
love: number | null;
|
|
1452
1462
|
insight: number | null;
|
|
1453
1463
|
celebrate: number | null;
|
|
@@ -1456,16 +1466,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1456
1466
|
reposts: number | null;
|
|
1457
1467
|
totalReactions: number | null;
|
|
1458
1468
|
} | null;
|
|
1459
|
-
media: {
|
|
1460
|
-
type: string | null;
|
|
1461
|
-
url: string | null;
|
|
1462
|
-
images: {
|
|
1463
|
-
url: string | null;
|
|
1464
|
-
width: number | null;
|
|
1465
|
-
height: number | null;
|
|
1466
|
-
}[] | null;
|
|
1467
|
-
thumbnail: string | null;
|
|
1468
|
-
} | null;
|
|
1469
1469
|
article: {
|
|
1470
1470
|
title: string | null;
|
|
1471
1471
|
url: string | null;
|
|
@@ -1481,6 +1481,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1481
1481
|
postType: string | null;
|
|
1482
1482
|
resharedPost: {
|
|
1483
1483
|
url: string | null;
|
|
1484
|
+
media: {
|
|
1485
|
+
type: string | null;
|
|
1486
|
+
url: string | null;
|
|
1487
|
+
images: {
|
|
1488
|
+
url: string | null;
|
|
1489
|
+
width: number | null;
|
|
1490
|
+
height: number | null;
|
|
1491
|
+
}[] | null;
|
|
1492
|
+
thumbnail: string | null;
|
|
1493
|
+
} | null;
|
|
1484
1494
|
text: string | null;
|
|
1485
1495
|
urn: string | null;
|
|
1486
1496
|
author: {
|
|
@@ -1492,8 +1502,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1492
1502
|
lastName: string | null;
|
|
1493
1503
|
} | null;
|
|
1494
1504
|
stats: {
|
|
1495
|
-
like: number | null;
|
|
1496
1505
|
support: number | null;
|
|
1506
|
+
like: number | null;
|
|
1497
1507
|
love: number | null;
|
|
1498
1508
|
insight: number | null;
|
|
1499
1509
|
celebrate: number | null;
|
|
@@ -1502,16 +1512,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1502
1512
|
reposts: number | null;
|
|
1503
1513
|
totalReactions: number | null;
|
|
1504
1514
|
} | null;
|
|
1505
|
-
media: {
|
|
1506
|
-
type: string | null;
|
|
1507
|
-
url: string | null;
|
|
1508
|
-
images: {
|
|
1509
|
-
url: string | null;
|
|
1510
|
-
width: number | null;
|
|
1511
|
-
height: number | null;
|
|
1512
|
-
}[] | null;
|
|
1513
|
-
thumbnail: string | null;
|
|
1514
|
-
} | null;
|
|
1515
1515
|
postedAt: {
|
|
1516
1516
|
date: string | null;
|
|
1517
1517
|
timestamp: number | null;
|
|
@@ -1526,16 +1526,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1526
1526
|
jobs?: {
|
|
1527
1527
|
description: string | null;
|
|
1528
1528
|
title: string | null;
|
|
1529
|
-
location: string | null;
|
|
1530
|
-
skills: string[] | null;
|
|
1531
1529
|
url: string | null;
|
|
1532
|
-
|
|
1530
|
+
id: string | null;
|
|
1533
1531
|
company: {
|
|
1534
1532
|
name: string | null;
|
|
1535
1533
|
url: string | null;
|
|
1536
1534
|
logo: string | null;
|
|
1537
1535
|
} | null;
|
|
1538
|
-
|
|
1536
|
+
location: string | null;
|
|
1537
|
+
skills: string[] | null;
|
|
1538
|
+
seniorityLevel: string | null;
|
|
1539
1539
|
postedAt: string | null;
|
|
1540
1540
|
applyUrl: string | null;
|
|
1541
1541
|
salary: {
|
|
@@ -1589,29 +1589,29 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1589
1589
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1590
1590
|
}, "strip", z.ZodTypeAny, {
|
|
1591
1591
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1592
|
-
location?: string | undefined;
|
|
1593
1592
|
limit?: number | undefined;
|
|
1594
1593
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1594
|
+
location?: string | undefined;
|
|
1595
1595
|
username?: string | undefined;
|
|
1596
1596
|
pageNumber?: number | 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?: ("
|
|
1601
|
+
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
1602
1602
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1603
1603
|
}, {
|
|
1604
1604
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1605
|
-
location?: string | undefined;
|
|
1606
1605
|
limit?: number | undefined;
|
|
1607
1606
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1607
|
+
location?: string | undefined;
|
|
1608
1608
|
username?: string | undefined;
|
|
1609
1609
|
pageNumber?: number | 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?: ("
|
|
1614
|
+
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
1615
1615
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1616
1616
|
}>;
|
|
1617
1617
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -1659,16 +1659,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1659
1659
|
}, "strip", z.ZodTypeAny, {
|
|
1660
1660
|
description: string | null;
|
|
1661
1661
|
title: string | null;
|
|
1662
|
-
location: string | null;
|
|
1663
|
-
skills: string[] | null;
|
|
1664
1662
|
url: string | null;
|
|
1665
|
-
|
|
1663
|
+
id: string | null;
|
|
1666
1664
|
company: {
|
|
1667
1665
|
name: string | null;
|
|
1668
1666
|
url: string | null;
|
|
1669
1667
|
logo: string | null;
|
|
1670
1668
|
} | null;
|
|
1671
|
-
|
|
1669
|
+
location: string | null;
|
|
1670
|
+
skills: string[] | null;
|
|
1671
|
+
seniorityLevel: string | null;
|
|
1672
1672
|
postedAt: string | null;
|
|
1673
1673
|
applyUrl: string | null;
|
|
1674
1674
|
salary: {
|
|
@@ -1681,16 +1681,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1681
1681
|
}, {
|
|
1682
1682
|
description: string | null;
|
|
1683
1683
|
title: string | null;
|
|
1684
|
-
location: string | null;
|
|
1685
|
-
skills: string[] | null;
|
|
1686
1684
|
url: string | null;
|
|
1687
|
-
|
|
1685
|
+
id: string | null;
|
|
1688
1686
|
company: {
|
|
1689
1687
|
name: string | null;
|
|
1690
1688
|
url: string | null;
|
|
1691
1689
|
logo: string | null;
|
|
1692
1690
|
} | null;
|
|
1693
|
-
|
|
1691
|
+
location: string | null;
|
|
1692
|
+
skills: string[] | null;
|
|
1693
|
+
seniorityLevel: string | null;
|
|
1694
1694
|
postedAt: string | null;
|
|
1695
1695
|
applyUrl: string | null;
|
|
1696
1696
|
salary: {
|
|
@@ -1753,8 +1753,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1753
1753
|
comments: z.ZodNullable<z.ZodNumber>;
|
|
1754
1754
|
reposts: z.ZodNullable<z.ZodNumber>;
|
|
1755
1755
|
}, "strip", z.ZodTypeAny, {
|
|
1756
|
-
like: number | null;
|
|
1757
1756
|
support: number | null;
|
|
1757
|
+
like: number | null;
|
|
1758
1758
|
love: number | null;
|
|
1759
1759
|
insight: number | null;
|
|
1760
1760
|
celebrate: number | null;
|
|
@@ -1763,8 +1763,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1763
1763
|
reposts: number | null;
|
|
1764
1764
|
totalReactions: number | null;
|
|
1765
1765
|
}, {
|
|
1766
|
-
like: number | null;
|
|
1767
1766
|
support: number | null;
|
|
1767
|
+
like: number | null;
|
|
1768
1768
|
love: number | null;
|
|
1769
1769
|
insight: number | null;
|
|
1770
1770
|
celebrate: number | null;
|
|
@@ -1892,8 +1892,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1892
1892
|
comments: z.ZodNullable<z.ZodNumber>;
|
|
1893
1893
|
reposts: z.ZodNullable<z.ZodNumber>;
|
|
1894
1894
|
}, "strip", z.ZodTypeAny, {
|
|
1895
|
-
like: number | null;
|
|
1896
1895
|
support: number | null;
|
|
1896
|
+
like: number | null;
|
|
1897
1897
|
love: number | null;
|
|
1898
1898
|
insight: number | null;
|
|
1899
1899
|
celebrate: number | null;
|
|
@@ -1902,8 +1902,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1902
1902
|
reposts: number | null;
|
|
1903
1903
|
totalReactions: number | null;
|
|
1904
1904
|
}, {
|
|
1905
|
-
like: number | null;
|
|
1906
1905
|
support: number | null;
|
|
1906
|
+
like: number | null;
|
|
1907
1907
|
love: number | null;
|
|
1908
1908
|
insight: number | null;
|
|
1909
1909
|
celebrate: number | null;
|
|
@@ -1950,6 +1950,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1950
1950
|
}>>;
|
|
1951
1951
|
}, "strip", z.ZodTypeAny, {
|
|
1952
1952
|
url: string | null;
|
|
1953
|
+
media: {
|
|
1954
|
+
type: string | null;
|
|
1955
|
+
url: string | null;
|
|
1956
|
+
images: {
|
|
1957
|
+
url: string | null;
|
|
1958
|
+
width: number | null;
|
|
1959
|
+
height: number | null;
|
|
1960
|
+
}[] | null;
|
|
1961
|
+
thumbnail: string | null;
|
|
1962
|
+
} | null;
|
|
1953
1963
|
text: string | null;
|
|
1954
1964
|
urn: string | null;
|
|
1955
1965
|
author: {
|
|
@@ -1961,8 +1971,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1961
1971
|
lastName: string | null;
|
|
1962
1972
|
} | null;
|
|
1963
1973
|
stats: {
|
|
1964
|
-
like: number | null;
|
|
1965
1974
|
support: number | null;
|
|
1975
|
+
like: number | null;
|
|
1966
1976
|
love: number | null;
|
|
1967
1977
|
insight: number | null;
|
|
1968
1978
|
celebrate: number | null;
|
|
@@ -1971,6 +1981,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1971
1981
|
reposts: number | null;
|
|
1972
1982
|
totalReactions: number | null;
|
|
1973
1983
|
} | null;
|
|
1984
|
+
postedAt: {
|
|
1985
|
+
date: string | null;
|
|
1986
|
+
timestamp: number | null;
|
|
1987
|
+
relative: string | null;
|
|
1988
|
+
} | null;
|
|
1989
|
+
postType: string | null;
|
|
1990
|
+
}, {
|
|
1991
|
+
url: string | null;
|
|
1974
1992
|
media: {
|
|
1975
1993
|
type: string | null;
|
|
1976
1994
|
url: string | null;
|
|
@@ -1981,14 +1999,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1981
1999
|
}[] | null;
|
|
1982
2000
|
thumbnail: string | null;
|
|
1983
2001
|
} | null;
|
|
1984
|
-
postedAt: {
|
|
1985
|
-
date: string | null;
|
|
1986
|
-
timestamp: number | null;
|
|
1987
|
-
relative: string | null;
|
|
1988
|
-
} | null;
|
|
1989
|
-
postType: string | null;
|
|
1990
|
-
}, {
|
|
1991
|
-
url: string | null;
|
|
1992
2002
|
text: string | null;
|
|
1993
2003
|
urn: string | null;
|
|
1994
2004
|
author: {
|
|
@@ -2000,8 +2010,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2000
2010
|
lastName: string | null;
|
|
2001
2011
|
} | null;
|
|
2002
2012
|
stats: {
|
|
2003
|
-
like: number | null;
|
|
2004
2013
|
support: number | null;
|
|
2014
|
+
like: number | null;
|
|
2005
2015
|
love: number | null;
|
|
2006
2016
|
insight: number | null;
|
|
2007
2017
|
celebrate: number | null;
|
|
@@ -2010,16 +2020,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2010
2020
|
reposts: number | null;
|
|
2011
2021
|
totalReactions: number | null;
|
|
2012
2022
|
} | null;
|
|
2013
|
-
media: {
|
|
2014
|
-
type: string | null;
|
|
2015
|
-
url: string | null;
|
|
2016
|
-
images: {
|
|
2017
|
-
url: string | null;
|
|
2018
|
-
width: number | null;
|
|
2019
|
-
height: number | null;
|
|
2020
|
-
}[] | null;
|
|
2021
|
-
thumbnail: string | null;
|
|
2022
|
-
} | null;
|
|
2023
2023
|
postedAt: {
|
|
2024
2024
|
date: string | null;
|
|
2025
2025
|
timestamp: number | null;
|
|
@@ -2029,6 +2029,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2029
2029
|
}>>;
|
|
2030
2030
|
}, "strip", z.ZodTypeAny, {
|
|
2031
2031
|
url: string | null;
|
|
2032
|
+
media: {
|
|
2033
|
+
type: string | null;
|
|
2034
|
+
url: string | null;
|
|
2035
|
+
images: {
|
|
2036
|
+
url: string | null;
|
|
2037
|
+
width: number | null;
|
|
2038
|
+
height: number | null;
|
|
2039
|
+
}[] | null;
|
|
2040
|
+
thumbnail: string | null;
|
|
2041
|
+
} | null;
|
|
2032
2042
|
text: string | null;
|
|
2033
2043
|
document: {
|
|
2034
2044
|
title: string | null;
|
|
@@ -2046,8 +2056,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2046
2056
|
lastName: string | null;
|
|
2047
2057
|
} | null;
|
|
2048
2058
|
stats: {
|
|
2049
|
-
like: number | null;
|
|
2050
2059
|
support: number | null;
|
|
2060
|
+
like: number | null;
|
|
2051
2061
|
love: number | null;
|
|
2052
2062
|
insight: number | null;
|
|
2053
2063
|
celebrate: number | null;
|
|
@@ -2056,16 +2066,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2056
2066
|
reposts: number | null;
|
|
2057
2067
|
totalReactions: number | null;
|
|
2058
2068
|
} | null;
|
|
2059
|
-
media: {
|
|
2060
|
-
type: string | null;
|
|
2061
|
-
url: string | null;
|
|
2062
|
-
images: {
|
|
2063
|
-
url: string | null;
|
|
2064
|
-
width: number | null;
|
|
2065
|
-
height: number | null;
|
|
2066
|
-
}[] | null;
|
|
2067
|
-
thumbnail: string | null;
|
|
2068
|
-
} | null;
|
|
2069
2069
|
article: {
|
|
2070
2070
|
title: string | null;
|
|
2071
2071
|
url: string | null;
|
|
@@ -2081,6 +2081,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2081
2081
|
postType: string | null;
|
|
2082
2082
|
resharedPost: {
|
|
2083
2083
|
url: string | null;
|
|
2084
|
+
media: {
|
|
2085
|
+
type: string | null;
|
|
2086
|
+
url: string | null;
|
|
2087
|
+
images: {
|
|
2088
|
+
url: string | null;
|
|
2089
|
+
width: number | null;
|
|
2090
|
+
height: number | null;
|
|
2091
|
+
}[] | null;
|
|
2092
|
+
thumbnail: string | null;
|
|
2093
|
+
} | null;
|
|
2084
2094
|
text: string | null;
|
|
2085
2095
|
urn: string | null;
|
|
2086
2096
|
author: {
|
|
@@ -2092,8 +2102,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2092
2102
|
lastName: string | null;
|
|
2093
2103
|
} | null;
|
|
2094
2104
|
stats: {
|
|
2095
|
-
like: number | null;
|
|
2096
2105
|
support: number | null;
|
|
2106
|
+
like: number | null;
|
|
2097
2107
|
love: number | null;
|
|
2098
2108
|
insight: number | null;
|
|
2099
2109
|
celebrate: number | null;
|
|
@@ -2102,16 +2112,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2102
2112
|
reposts: number | null;
|
|
2103
2113
|
totalReactions: number | null;
|
|
2104
2114
|
} | null;
|
|
2105
|
-
media: {
|
|
2106
|
-
type: string | null;
|
|
2107
|
-
url: string | null;
|
|
2108
|
-
images: {
|
|
2109
|
-
url: string | null;
|
|
2110
|
-
width: number | null;
|
|
2111
|
-
height: number | null;
|
|
2112
|
-
}[] | null;
|
|
2113
|
-
thumbnail: string | null;
|
|
2114
|
-
} | null;
|
|
2115
2115
|
postedAt: {
|
|
2116
2116
|
date: string | null;
|
|
2117
2117
|
timestamp: number | null;
|
|
@@ -2121,6 +2121,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2121
2121
|
} | null;
|
|
2122
2122
|
}, {
|
|
2123
2123
|
url: string | null;
|
|
2124
|
+
media: {
|
|
2125
|
+
type: string | null;
|
|
2126
|
+
url: string | null;
|
|
2127
|
+
images: {
|
|
2128
|
+
url: string | null;
|
|
2129
|
+
width: number | null;
|
|
2130
|
+
height: number | null;
|
|
2131
|
+
}[] | null;
|
|
2132
|
+
thumbnail: string | null;
|
|
2133
|
+
} | null;
|
|
2124
2134
|
text: string | null;
|
|
2125
2135
|
document: {
|
|
2126
2136
|
title: string | null;
|
|
@@ -2138,8 +2148,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2138
2148
|
lastName: string | null;
|
|
2139
2149
|
} | null;
|
|
2140
2150
|
stats: {
|
|
2141
|
-
like: number | null;
|
|
2142
2151
|
support: number | null;
|
|
2152
|
+
like: number | null;
|
|
2143
2153
|
love: number | null;
|
|
2144
2154
|
insight: number | null;
|
|
2145
2155
|
celebrate: number | null;
|
|
@@ -2148,16 +2158,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2148
2158
|
reposts: number | null;
|
|
2149
2159
|
totalReactions: number | null;
|
|
2150
2160
|
} | null;
|
|
2151
|
-
media: {
|
|
2152
|
-
type: string | null;
|
|
2153
|
-
url: string | null;
|
|
2154
|
-
images: {
|
|
2155
|
-
url: string | null;
|
|
2156
|
-
width: number | null;
|
|
2157
|
-
height: number | null;
|
|
2158
|
-
}[] | null;
|
|
2159
|
-
thumbnail: string | null;
|
|
2160
|
-
} | null;
|
|
2161
2161
|
article: {
|
|
2162
2162
|
title: string | null;
|
|
2163
2163
|
url: string | null;
|
|
@@ -2173,6 +2173,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2173
2173
|
postType: string | null;
|
|
2174
2174
|
resharedPost: {
|
|
2175
2175
|
url: string | null;
|
|
2176
|
+
media: {
|
|
2177
|
+
type: string | null;
|
|
2178
|
+
url: string | null;
|
|
2179
|
+
images: {
|
|
2180
|
+
url: string | null;
|
|
2181
|
+
width: number | null;
|
|
2182
|
+
height: number | null;
|
|
2183
|
+
}[] | null;
|
|
2184
|
+
thumbnail: string | null;
|
|
2185
|
+
} | null;
|
|
2176
2186
|
text: string | null;
|
|
2177
2187
|
urn: string | null;
|
|
2178
2188
|
author: {
|
|
@@ -2184,8 +2194,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2184
2194
|
lastName: string | null;
|
|
2185
2195
|
} | null;
|
|
2186
2196
|
stats: {
|
|
2187
|
-
like: number | null;
|
|
2188
2197
|
support: number | null;
|
|
2198
|
+
like: number | null;
|
|
2189
2199
|
love: number | null;
|
|
2190
2200
|
insight: number | null;
|
|
2191
2201
|
celebrate: number | null;
|
|
@@ -2194,16 +2204,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2194
2204
|
reposts: number | null;
|
|
2195
2205
|
totalReactions: number | null;
|
|
2196
2206
|
} | null;
|
|
2197
|
-
media: {
|
|
2198
|
-
type: string | null;
|
|
2199
|
-
url: string | null;
|
|
2200
|
-
images: {
|
|
2201
|
-
url: string | null;
|
|
2202
|
-
width: number | null;
|
|
2203
|
-
height: number | null;
|
|
2204
|
-
}[] | null;
|
|
2205
|
-
thumbnail: string | null;
|
|
2206
|
-
} | null;
|
|
2207
2207
|
postedAt: {
|
|
2208
2208
|
date: string | null;
|
|
2209
2209
|
timestamp: number | null;
|
|
@@ -2221,11 +2221,21 @@ 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";
|
|
2224
2225
|
success: boolean;
|
|
2225
2226
|
error: string;
|
|
2226
|
-
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2227
2227
|
posts: {
|
|
2228
2228
|
url: string | null;
|
|
2229
|
+
media: {
|
|
2230
|
+
type: string | null;
|
|
2231
|
+
url: string | null;
|
|
2232
|
+
images: {
|
|
2233
|
+
url: string | null;
|
|
2234
|
+
width: number | null;
|
|
2235
|
+
height: number | null;
|
|
2236
|
+
}[] | null;
|
|
2237
|
+
thumbnail: string | null;
|
|
2238
|
+
} | null;
|
|
2229
2239
|
text: string | null;
|
|
2230
2240
|
document: {
|
|
2231
2241
|
title: string | null;
|
|
@@ -2243,8 +2253,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2243
2253
|
lastName: string | null;
|
|
2244
2254
|
} | null;
|
|
2245
2255
|
stats: {
|
|
2246
|
-
like: number | null;
|
|
2247
2256
|
support: number | null;
|
|
2257
|
+
like: number | null;
|
|
2248
2258
|
love: number | null;
|
|
2249
2259
|
insight: number | null;
|
|
2250
2260
|
celebrate: number | null;
|
|
@@ -2253,16 +2263,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2253
2263
|
reposts: number | null;
|
|
2254
2264
|
totalReactions: number | null;
|
|
2255
2265
|
} | null;
|
|
2256
|
-
media: {
|
|
2257
|
-
type: string | null;
|
|
2258
|
-
url: string | null;
|
|
2259
|
-
images: {
|
|
2260
|
-
url: string | null;
|
|
2261
|
-
width: number | null;
|
|
2262
|
-
height: number | null;
|
|
2263
|
-
}[] | null;
|
|
2264
|
-
thumbnail: string | null;
|
|
2265
|
-
} | null;
|
|
2266
2266
|
article: {
|
|
2267
2267
|
title: string | null;
|
|
2268
2268
|
url: string | null;
|
|
@@ -2278,6 +2278,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2278
2278
|
postType: string | null;
|
|
2279
2279
|
resharedPost: {
|
|
2280
2280
|
url: string | null;
|
|
2281
|
+
media: {
|
|
2282
|
+
type: string | null;
|
|
2283
|
+
url: string | null;
|
|
2284
|
+
images: {
|
|
2285
|
+
url: string | null;
|
|
2286
|
+
width: number | null;
|
|
2287
|
+
height: number | null;
|
|
2288
|
+
}[] | null;
|
|
2289
|
+
thumbnail: string | null;
|
|
2290
|
+
} | null;
|
|
2281
2291
|
text: string | null;
|
|
2282
2292
|
urn: string | null;
|
|
2283
2293
|
author: {
|
|
@@ -2289,8 +2299,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2289
2299
|
lastName: string | null;
|
|
2290
2300
|
} | null;
|
|
2291
2301
|
stats: {
|
|
2292
|
-
like: number | null;
|
|
2293
2302
|
support: number | null;
|
|
2303
|
+
like: number | null;
|
|
2294
2304
|
love: number | null;
|
|
2295
2305
|
insight: number | null;
|
|
2296
2306
|
celebrate: number | null;
|
|
@@ -2299,16 +2309,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2299
2309
|
reposts: number | null;
|
|
2300
2310
|
totalReactions: number | null;
|
|
2301
2311
|
} | null;
|
|
2302
|
-
media: {
|
|
2303
|
-
type: string | null;
|
|
2304
|
-
url: string | null;
|
|
2305
|
-
images: {
|
|
2306
|
-
url: string | null;
|
|
2307
|
-
width: number | null;
|
|
2308
|
-
height: number | null;
|
|
2309
|
-
}[] | null;
|
|
2310
|
-
thumbnail: string | null;
|
|
2311
|
-
} | null;
|
|
2312
2312
|
postedAt: {
|
|
2313
2313
|
date: string | null;
|
|
2314
2314
|
timestamp: number | null;
|
|
@@ -2323,16 +2323,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2323
2323
|
jobs?: {
|
|
2324
2324
|
description: string | null;
|
|
2325
2325
|
title: string | null;
|
|
2326
|
-
location: string | null;
|
|
2327
|
-
skills: string[] | null;
|
|
2328
2326
|
url: string | null;
|
|
2329
|
-
|
|
2327
|
+
id: string | null;
|
|
2330
2328
|
company: {
|
|
2331
2329
|
name: string | null;
|
|
2332
2330
|
url: string | null;
|
|
2333
2331
|
logo: string | null;
|
|
2334
2332
|
} | null;
|
|
2335
|
-
|
|
2333
|
+
location: string | null;
|
|
2334
|
+
skills: string[] | null;
|
|
2335
|
+
seniorityLevel: string | null;
|
|
2336
2336
|
postedAt: string | null;
|
|
2337
2337
|
applyUrl: string | null;
|
|
2338
2338
|
salary: {
|
|
@@ -2347,11 +2347,21 @@ 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";
|
|
2350
2351
|
success: boolean;
|
|
2351
2352
|
error: string;
|
|
2352
|
-
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2353
2353
|
posts: {
|
|
2354
2354
|
url: string | null;
|
|
2355
|
+
media: {
|
|
2356
|
+
type: string | null;
|
|
2357
|
+
url: string | null;
|
|
2358
|
+
images: {
|
|
2359
|
+
url: string | null;
|
|
2360
|
+
width: number | null;
|
|
2361
|
+
height: number | null;
|
|
2362
|
+
}[] | null;
|
|
2363
|
+
thumbnail: string | null;
|
|
2364
|
+
} | null;
|
|
2355
2365
|
text: string | null;
|
|
2356
2366
|
document: {
|
|
2357
2367
|
title: string | null;
|
|
@@ -2369,8 +2379,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2369
2379
|
lastName: string | null;
|
|
2370
2380
|
} | null;
|
|
2371
2381
|
stats: {
|
|
2372
|
-
like: number | null;
|
|
2373
2382
|
support: number | null;
|
|
2383
|
+
like: number | null;
|
|
2374
2384
|
love: number | null;
|
|
2375
2385
|
insight: number | null;
|
|
2376
2386
|
celebrate: number | null;
|
|
@@ -2379,16 +2389,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2379
2389
|
reposts: number | null;
|
|
2380
2390
|
totalReactions: number | null;
|
|
2381
2391
|
} | null;
|
|
2382
|
-
media: {
|
|
2383
|
-
type: string | null;
|
|
2384
|
-
url: string | null;
|
|
2385
|
-
images: {
|
|
2386
|
-
url: string | null;
|
|
2387
|
-
width: number | null;
|
|
2388
|
-
height: number | null;
|
|
2389
|
-
}[] | null;
|
|
2390
|
-
thumbnail: string | null;
|
|
2391
|
-
} | null;
|
|
2392
2392
|
article: {
|
|
2393
2393
|
title: string | null;
|
|
2394
2394
|
url: string | null;
|
|
@@ -2404,6 +2404,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2404
2404
|
postType: string | null;
|
|
2405
2405
|
resharedPost: {
|
|
2406
2406
|
url: string | null;
|
|
2407
|
+
media: {
|
|
2408
|
+
type: string | null;
|
|
2409
|
+
url: string | null;
|
|
2410
|
+
images: {
|
|
2411
|
+
url: string | null;
|
|
2412
|
+
width: number | null;
|
|
2413
|
+
height: number | null;
|
|
2414
|
+
}[] | null;
|
|
2415
|
+
thumbnail: string | null;
|
|
2416
|
+
} | null;
|
|
2407
2417
|
text: string | null;
|
|
2408
2418
|
urn: string | null;
|
|
2409
2419
|
author: {
|
|
@@ -2415,8 +2425,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2415
2425
|
lastName: string | null;
|
|
2416
2426
|
} | null;
|
|
2417
2427
|
stats: {
|
|
2418
|
-
like: number | null;
|
|
2419
2428
|
support: number | null;
|
|
2429
|
+
like: number | null;
|
|
2420
2430
|
love: number | null;
|
|
2421
2431
|
insight: number | null;
|
|
2422
2432
|
celebrate: number | null;
|
|
@@ -2425,16 +2435,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2425
2435
|
reposts: number | null;
|
|
2426
2436
|
totalReactions: number | null;
|
|
2427
2437
|
} | null;
|
|
2428
|
-
media: {
|
|
2429
|
-
type: string | null;
|
|
2430
|
-
url: string | null;
|
|
2431
|
-
images: {
|
|
2432
|
-
url: string | null;
|
|
2433
|
-
width: number | null;
|
|
2434
|
-
height: number | null;
|
|
2435
|
-
}[] | null;
|
|
2436
|
-
thumbnail: string | null;
|
|
2437
|
-
} | null;
|
|
2438
2438
|
postedAt: {
|
|
2439
2439
|
date: string | null;
|
|
2440
2440
|
timestamp: number | null;
|
|
@@ -2449,16 +2449,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2449
2449
|
jobs?: {
|
|
2450
2450
|
description: string | null;
|
|
2451
2451
|
title: string | null;
|
|
2452
|
-
location: string | null;
|
|
2453
|
-
skills: string[] | null;
|
|
2454
2452
|
url: string | null;
|
|
2455
|
-
|
|
2453
|
+
id: string | null;
|
|
2456
2454
|
company: {
|
|
2457
2455
|
name: string | null;
|
|
2458
2456
|
url: string | null;
|
|
2459
2457
|
logo: string | null;
|
|
2460
2458
|
} | null;
|
|
2461
|
-
|
|
2459
|
+
location: string | null;
|
|
2460
|
+
skills: string[] | null;
|
|
2461
|
+
seniorityLevel: string | null;
|
|
2462
2462
|
postedAt: string | null;
|
|
2463
2463
|
applyUrl: string | null;
|
|
2464
2464
|
salary: {
|