@bubblelab/bubble-core 0.1.39 → 0.1.41
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 +134 -113
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +22 -22
- package/dist/bubbles/service-bubble/ai-agent.d.ts +48 -48
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +5 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +76 -76
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +18 -18
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +100 -100
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +126 -126
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +450 -450
- package/dist/bubbles/service-bubble/followupboss.d.ts +218 -218
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +229 -229
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +128 -128
- package/dist/bubbles/service-bubble/github.d.ts +84 -84
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +26 -26
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +6 -6
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +17 -17
- package/dist/bubbles/service-bubble/notion/notion.d.ts +24 -24
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +232 -232
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +298 -298
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +5 -5
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +7 -7
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +56 -56
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +143 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +589 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +93 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +44 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +609 -609
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +94 -94
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +182 -182
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +74 -74
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +14 -14
- package/dist/bubbles.json +125 -40
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- 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
|
-
support: number | null;
|
|
39
38
|
like: number | null;
|
|
39
|
+
support: 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
|
-
support: number | null;
|
|
49
48
|
like: number | null;
|
|
49
|
+
support: 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
|
-
support: number | null;
|
|
111
110
|
like: number | null;
|
|
111
|
+
support: 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
|
-
support: number | null;
|
|
121
120
|
like: number | null;
|
|
121
|
+
support: 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
|
-
support: number | null;
|
|
250
249
|
like: number | null;
|
|
250
|
+
support: 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
|
-
support: number | null;
|
|
260
259
|
like: number | null;
|
|
260
|
+
support: number | null;
|
|
261
261
|
love: number | null;
|
|
262
262
|
insight: number | null;
|
|
263
263
|
celebrate: number | null;
|
|
@@ -304,29 +304,10 @@ 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;
|
|
317
307
|
text: string | null;
|
|
318
|
-
urn: string | null;
|
|
319
|
-
author: {
|
|
320
|
-
headline: string | null;
|
|
321
|
-
username: string | null;
|
|
322
|
-
profileUrl: string | null;
|
|
323
|
-
profilePicture: string | null;
|
|
324
|
-
firstName: string | null;
|
|
325
|
-
lastName: string | null;
|
|
326
|
-
} | null;
|
|
327
308
|
stats: {
|
|
328
|
-
support: number | null;
|
|
329
309
|
like: number | null;
|
|
310
|
+
support: number | null;
|
|
330
311
|
love: number | null;
|
|
331
312
|
insight: number | null;
|
|
332
313
|
celebrate: number | null;
|
|
@@ -335,14 +316,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
335
316
|
reposts: number | null;
|
|
336
317
|
totalReactions: number | null;
|
|
337
318
|
} | null;
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
319
|
+
urn: string | null;
|
|
320
|
+
author: {
|
|
321
|
+
headline: string | null;
|
|
322
|
+
username: string | null;
|
|
323
|
+
profileUrl: string | null;
|
|
324
|
+
profilePicture: string | null;
|
|
325
|
+
firstName: string | null;
|
|
326
|
+
lastName: string | null;
|
|
342
327
|
} | null;
|
|
343
|
-
postType: string | null;
|
|
344
|
-
}, {
|
|
345
|
-
url: string | null;
|
|
346
328
|
media: {
|
|
347
329
|
type: string | null;
|
|
348
330
|
url: string | null;
|
|
@@ -353,19 +335,18 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
353
335
|
}[] | null;
|
|
354
336
|
thumbnail: string | null;
|
|
355
337
|
} | null;
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
username: string | null;
|
|
361
|
-
profileUrl: string | null;
|
|
362
|
-
profilePicture: string | null;
|
|
363
|
-
firstName: string | null;
|
|
364
|
-
lastName: string | null;
|
|
338
|
+
postedAt: {
|
|
339
|
+
date: string | null;
|
|
340
|
+
timestamp: number | null;
|
|
341
|
+
relative: string | null;
|
|
365
342
|
} | null;
|
|
343
|
+
postType: string | null;
|
|
344
|
+
}, {
|
|
345
|
+
url: string | null;
|
|
346
|
+
text: string | null;
|
|
366
347
|
stats: {
|
|
367
|
-
support: number | null;
|
|
368
348
|
like: number | null;
|
|
349
|
+
support: number | null;
|
|
369
350
|
love: number | null;
|
|
370
351
|
insight: number | null;
|
|
371
352
|
celebrate: number | null;
|
|
@@ -374,6 +355,25 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
374
355
|
reposts: number | null;
|
|
375
356
|
totalReactions: number | null;
|
|
376
357
|
} | null;
|
|
358
|
+
urn: string | null;
|
|
359
|
+
author: {
|
|
360
|
+
headline: string | null;
|
|
361
|
+
username: string | null;
|
|
362
|
+
profileUrl: string | null;
|
|
363
|
+
profilePicture: string | null;
|
|
364
|
+
firstName: string | null;
|
|
365
|
+
lastName: string | null;
|
|
366
|
+
} | null;
|
|
367
|
+
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,17 +383,18 @@ 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;
|
|
396
386
|
text: string | null;
|
|
387
|
+
stats: {
|
|
388
|
+
like: number | null;
|
|
389
|
+
support: number | null;
|
|
390
|
+
love: number | null;
|
|
391
|
+
insight: number | null;
|
|
392
|
+
celebrate: number | null;
|
|
393
|
+
funny: number | null;
|
|
394
|
+
comments: number | null;
|
|
395
|
+
reposts: number | null;
|
|
396
|
+
totalReactions: number | null;
|
|
397
|
+
} | null;
|
|
397
398
|
document: {
|
|
398
399
|
title: string | null;
|
|
399
400
|
url: string | null;
|
|
@@ -409,16 +410,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
409
410
|
firstName: string | null;
|
|
410
411
|
lastName: string | null;
|
|
411
412
|
} | null;
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
totalReactions: number | 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
422
|
} | null;
|
|
423
423
|
article: {
|
|
424
424
|
title: string | null;
|
|
@@ -435,29 +435,10 @@ 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;
|
|
448
438
|
text: string | null;
|
|
449
|
-
urn: string | null;
|
|
450
|
-
author: {
|
|
451
|
-
headline: string | null;
|
|
452
|
-
username: string | null;
|
|
453
|
-
profileUrl: string | null;
|
|
454
|
-
profilePicture: string | null;
|
|
455
|
-
firstName: string | null;
|
|
456
|
-
lastName: string | null;
|
|
457
|
-
} | null;
|
|
458
439
|
stats: {
|
|
459
|
-
support: number | null;
|
|
460
440
|
like: number | null;
|
|
441
|
+
support: number | null;
|
|
461
442
|
love: number | null;
|
|
462
443
|
insight: number | null;
|
|
463
444
|
celebrate: number | null;
|
|
@@ -466,6 +447,25 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
466
447
|
reposts: number | null;
|
|
467
448
|
totalReactions: number | null;
|
|
468
449
|
} | null;
|
|
450
|
+
urn: string | null;
|
|
451
|
+
author: {
|
|
452
|
+
headline: string | null;
|
|
453
|
+
username: string | null;
|
|
454
|
+
profileUrl: string | null;
|
|
455
|
+
profilePicture: string | null;
|
|
456
|
+
firstName: string | null;
|
|
457
|
+
lastName: string | null;
|
|
458
|
+
} | null;
|
|
459
|
+
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,17 +475,18 @@ 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;
|
|
488
478
|
text: string | null;
|
|
479
|
+
stats: {
|
|
480
|
+
like: number | null;
|
|
481
|
+
support: number | null;
|
|
482
|
+
love: number | null;
|
|
483
|
+
insight: number | null;
|
|
484
|
+
celebrate: number | null;
|
|
485
|
+
funny: number | null;
|
|
486
|
+
comments: number | null;
|
|
487
|
+
reposts: number | null;
|
|
488
|
+
totalReactions: number | null;
|
|
489
|
+
} | null;
|
|
489
490
|
document: {
|
|
490
491
|
title: string | null;
|
|
491
492
|
url: string | null;
|
|
@@ -501,16 +502,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
501
502
|
firstName: string | null;
|
|
502
503
|
lastName: string | null;
|
|
503
504
|
} | null;
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
totalReactions: number | 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
514
|
} | null;
|
|
515
515
|
article: {
|
|
516
516
|
title: string | null;
|
|
@@ -527,29 +527,10 @@ 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;
|
|
540
530
|
text: string | null;
|
|
541
|
-
urn: string | null;
|
|
542
|
-
author: {
|
|
543
|
-
headline: string | null;
|
|
544
|
-
username: string | null;
|
|
545
|
-
profileUrl: string | null;
|
|
546
|
-
profilePicture: string | null;
|
|
547
|
-
firstName: string | null;
|
|
548
|
-
lastName: string | null;
|
|
549
|
-
} | null;
|
|
550
531
|
stats: {
|
|
551
|
-
support: number | null;
|
|
552
532
|
like: number | null;
|
|
533
|
+
support: number | null;
|
|
553
534
|
love: number | null;
|
|
554
535
|
insight: number | null;
|
|
555
536
|
celebrate: number | null;
|
|
@@ -558,6 +539,25 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
558
539
|
reposts: number | null;
|
|
559
540
|
totalReactions: number | null;
|
|
560
541
|
} | null;
|
|
542
|
+
urn: string | null;
|
|
543
|
+
author: {
|
|
544
|
+
headline: string | null;
|
|
545
|
+
username: string | null;
|
|
546
|
+
profileUrl: string | null;
|
|
547
|
+
profilePicture: string | null;
|
|
548
|
+
firstName: string | null;
|
|
549
|
+
lastName: string | null;
|
|
550
|
+
} | null;
|
|
551
|
+
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;
|
|
@@ -610,15 +610,8 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
610
610
|
description: string | null;
|
|
611
611
|
title: string | null;
|
|
612
612
|
url: string | null;
|
|
613
|
-
id: string | null;
|
|
614
|
-
company: {
|
|
615
|
-
name: string | null;
|
|
616
|
-
url: string | null;
|
|
617
|
-
logo: string | null;
|
|
618
|
-
} | null;
|
|
619
613
|
location: string | null;
|
|
620
|
-
|
|
621
|
-
seniorityLevel: string | null;
|
|
614
|
+
id: string | null;
|
|
622
615
|
postedAt: string | null;
|
|
623
616
|
applyUrl: string | null;
|
|
624
617
|
salary: {
|
|
@@ -627,20 +620,20 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
627
620
|
currency: string | null;
|
|
628
621
|
period: string | null;
|
|
629
622
|
} | null;
|
|
623
|
+
seniorityLevel: string | null;
|
|
630
624
|
employmentType: string | null;
|
|
631
|
-
}, {
|
|
632
|
-
description: string | null;
|
|
633
|
-
title: string | null;
|
|
634
|
-
url: string | null;
|
|
635
|
-
id: string | null;
|
|
636
625
|
company: {
|
|
637
626
|
name: string | null;
|
|
638
627
|
url: string | null;
|
|
639
628
|
logo: string | null;
|
|
640
629
|
} | null;
|
|
641
|
-
location: string | null;
|
|
642
630
|
skills: string[] | null;
|
|
643
|
-
|
|
631
|
+
}, {
|
|
632
|
+
description: string | null;
|
|
633
|
+
title: string | null;
|
|
634
|
+
url: string | null;
|
|
635
|
+
location: string | null;
|
|
636
|
+
id: string | null;
|
|
644
637
|
postedAt: string | null;
|
|
645
638
|
applyUrl: string | null;
|
|
646
639
|
salary: {
|
|
@@ -649,7 +642,14 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
649
642
|
currency: string | null;
|
|
650
643
|
period: string | null;
|
|
651
644
|
} | null;
|
|
645
|
+
seniorityLevel: string | null;
|
|
652
646
|
employmentType: string | null;
|
|
647
|
+
company: {
|
|
648
|
+
name: string | null;
|
|
649
|
+
url: string | null;
|
|
650
|
+
logo: string | null;
|
|
651
|
+
} | null;
|
|
652
|
+
skills: string[] | null;
|
|
653
653
|
}>;
|
|
654
654
|
declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
655
655
|
operation: z.ZodEnum<["scrapePosts", "searchPosts", "scrapeJobs"]>;
|
|
@@ -666,10 +666,10 @@ 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
|
-
limit?: number | undefined;
|
|
670
669
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
671
670
|
location?: string | undefined;
|
|
672
671
|
username?: string | undefined;
|
|
672
|
+
limit?: number | undefined;
|
|
673
673
|
pageNumber?: number | undefined;
|
|
674
674
|
keyword?: string | undefined;
|
|
675
675
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
@@ -679,10 +679,10 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
679
679
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
680
680
|
}, {
|
|
681
681
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
682
|
-
limit?: number | undefined;
|
|
683
682
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
684
683
|
location?: string | undefined;
|
|
685
684
|
username?: string | undefined;
|
|
685
|
+
limit?: number | undefined;
|
|
686
686
|
pageNumber?: number | undefined;
|
|
687
687
|
keyword?: string | undefined;
|
|
688
688
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
@@ -737,15 +737,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
737
737
|
description: string | null;
|
|
738
738
|
title: string | null;
|
|
739
739
|
url: string | null;
|
|
740
|
-
id: string | null;
|
|
741
|
-
company: {
|
|
742
|
-
name: string | null;
|
|
743
|
-
url: string | null;
|
|
744
|
-
logo: string | null;
|
|
745
|
-
} | null;
|
|
746
740
|
location: string | null;
|
|
747
|
-
|
|
748
|
-
seniorityLevel: string | null;
|
|
741
|
+
id: string | null;
|
|
749
742
|
postedAt: string | null;
|
|
750
743
|
applyUrl: string | null;
|
|
751
744
|
salary: {
|
|
@@ -754,20 +747,20 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
754
747
|
currency: string | null;
|
|
755
748
|
period: string | null;
|
|
756
749
|
} | null;
|
|
750
|
+
seniorityLevel: string | null;
|
|
757
751
|
employmentType: string | null;
|
|
758
|
-
}, {
|
|
759
|
-
description: string | null;
|
|
760
|
-
title: string | null;
|
|
761
|
-
url: string | null;
|
|
762
|
-
id: string | null;
|
|
763
752
|
company: {
|
|
764
753
|
name: string | null;
|
|
765
754
|
url: string | null;
|
|
766
755
|
logo: string | null;
|
|
767
756
|
} | null;
|
|
768
|
-
location: string | null;
|
|
769
757
|
skills: string[] | null;
|
|
770
|
-
|
|
758
|
+
}, {
|
|
759
|
+
description: string | null;
|
|
760
|
+
title: string | null;
|
|
761
|
+
url: string | null;
|
|
762
|
+
location: string | null;
|
|
763
|
+
id: string | null;
|
|
771
764
|
postedAt: string | null;
|
|
772
765
|
applyUrl: string | null;
|
|
773
766
|
salary: {
|
|
@@ -776,7 +769,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
776
769
|
currency: string | null;
|
|
777
770
|
period: string | null;
|
|
778
771
|
} | null;
|
|
772
|
+
seniorityLevel: string | null;
|
|
779
773
|
employmentType: string | null;
|
|
774
|
+
company: {
|
|
775
|
+
name: string | null;
|
|
776
|
+
url: string | null;
|
|
777
|
+
logo: string | null;
|
|
778
|
+
} | null;
|
|
779
|
+
skills: string[] | null;
|
|
780
780
|
}>, "many">>;
|
|
781
781
|
posts: z.ZodArray<z.ZodObject<{
|
|
782
782
|
urn: z.ZodNullable<z.ZodString>;
|
|
@@ -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
|
-
support: number | null;
|
|
834
833
|
like: number | null;
|
|
834
|
+
support: 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
|
-
support: number | null;
|
|
844
843
|
like: number | null;
|
|
844
|
+
support: 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
|
-
support: number | null;
|
|
973
972
|
like: number | null;
|
|
973
|
+
support: 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
|
-
support: number | null;
|
|
983
982
|
like: number | null;
|
|
983
|
+
support: number | null;
|
|
984
984
|
love: number | null;
|
|
985
985
|
insight: number | null;
|
|
986
986
|
celebrate: number | null;
|
|
@@ -1027,29 +1027,10 @@ 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;
|
|
1040
1030
|
text: string | null;
|
|
1041
|
-
urn: string | null;
|
|
1042
|
-
author: {
|
|
1043
|
-
headline: string | null;
|
|
1044
|
-
username: string | null;
|
|
1045
|
-
profileUrl: string | null;
|
|
1046
|
-
profilePicture: string | null;
|
|
1047
|
-
firstName: string | null;
|
|
1048
|
-
lastName: string | null;
|
|
1049
|
-
} | null;
|
|
1050
1031
|
stats: {
|
|
1051
|
-
support: number | null;
|
|
1052
1032
|
like: number | null;
|
|
1033
|
+
support: number | null;
|
|
1053
1034
|
love: number | null;
|
|
1054
1035
|
insight: number | null;
|
|
1055
1036
|
celebrate: number | null;
|
|
@@ -1058,14 +1039,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1058
1039
|
reposts: number | null;
|
|
1059
1040
|
totalReactions: number | null;
|
|
1060
1041
|
} | null;
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1042
|
+
urn: string | null;
|
|
1043
|
+
author: {
|
|
1044
|
+
headline: string | null;
|
|
1045
|
+
username: string | null;
|
|
1046
|
+
profileUrl: string | null;
|
|
1047
|
+
profilePicture: string | null;
|
|
1048
|
+
firstName: string | null;
|
|
1049
|
+
lastName: string | null;
|
|
1065
1050
|
} | null;
|
|
1066
|
-
postType: string | null;
|
|
1067
|
-
}, {
|
|
1068
|
-
url: string | null;
|
|
1069
1051
|
media: {
|
|
1070
1052
|
type: string | null;
|
|
1071
1053
|
url: string | null;
|
|
@@ -1076,19 +1058,18 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1076
1058
|
}[] | null;
|
|
1077
1059
|
thumbnail: string | null;
|
|
1078
1060
|
} | null;
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
username: string | null;
|
|
1084
|
-
profileUrl: string | null;
|
|
1085
|
-
profilePicture: string | null;
|
|
1086
|
-
firstName: string | null;
|
|
1087
|
-
lastName: string | null;
|
|
1061
|
+
postedAt: {
|
|
1062
|
+
date: string | null;
|
|
1063
|
+
timestamp: number | null;
|
|
1064
|
+
relative: string | null;
|
|
1088
1065
|
} | null;
|
|
1066
|
+
postType: string | null;
|
|
1067
|
+
}, {
|
|
1068
|
+
url: string | null;
|
|
1069
|
+
text: string | null;
|
|
1089
1070
|
stats: {
|
|
1090
|
-
support: number | null;
|
|
1091
1071
|
like: number | null;
|
|
1072
|
+
support: number | null;
|
|
1092
1073
|
love: number | null;
|
|
1093
1074
|
insight: number | null;
|
|
1094
1075
|
celebrate: number | null;
|
|
@@ -1097,6 +1078,25 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1097
1078
|
reposts: number | null;
|
|
1098
1079
|
totalReactions: number | null;
|
|
1099
1080
|
} | null;
|
|
1081
|
+
urn: string | null;
|
|
1082
|
+
author: {
|
|
1083
|
+
headline: string | null;
|
|
1084
|
+
username: string | null;
|
|
1085
|
+
profileUrl: string | null;
|
|
1086
|
+
profilePicture: string | null;
|
|
1087
|
+
firstName: string | null;
|
|
1088
|
+
lastName: string | null;
|
|
1089
|
+
} | null;
|
|
1090
|
+
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,17 +1106,18 @@ 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;
|
|
1119
1109
|
text: string | null;
|
|
1110
|
+
stats: {
|
|
1111
|
+
like: number | null;
|
|
1112
|
+
support: number | null;
|
|
1113
|
+
love: number | null;
|
|
1114
|
+
insight: number | null;
|
|
1115
|
+
celebrate: number | null;
|
|
1116
|
+
funny: number | null;
|
|
1117
|
+
comments: number | null;
|
|
1118
|
+
reposts: number | null;
|
|
1119
|
+
totalReactions: number | null;
|
|
1120
|
+
} | null;
|
|
1120
1121
|
document: {
|
|
1121
1122
|
title: string | null;
|
|
1122
1123
|
url: string | null;
|
|
@@ -1132,16 +1133,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1132
1133
|
firstName: string | null;
|
|
1133
1134
|
lastName: string | null;
|
|
1134
1135
|
} | null;
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
totalReactions: number | 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
1145
|
} | null;
|
|
1146
1146
|
article: {
|
|
1147
1147
|
title: string | null;
|
|
@@ -1158,29 +1158,10 @@ 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;
|
|
1171
1161
|
text: string | null;
|
|
1172
|
-
urn: string | null;
|
|
1173
|
-
author: {
|
|
1174
|
-
headline: string | null;
|
|
1175
|
-
username: string | null;
|
|
1176
|
-
profileUrl: string | null;
|
|
1177
|
-
profilePicture: string | null;
|
|
1178
|
-
firstName: string | null;
|
|
1179
|
-
lastName: string | null;
|
|
1180
|
-
} | null;
|
|
1181
1162
|
stats: {
|
|
1182
|
-
support: number | null;
|
|
1183
1163
|
like: number | null;
|
|
1164
|
+
support: number | null;
|
|
1184
1165
|
love: number | null;
|
|
1185
1166
|
insight: number | null;
|
|
1186
1167
|
celebrate: number | null;
|
|
@@ -1189,6 +1170,25 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1189
1170
|
reposts: number | null;
|
|
1190
1171
|
totalReactions: number | null;
|
|
1191
1172
|
} | null;
|
|
1173
|
+
urn: string | null;
|
|
1174
|
+
author: {
|
|
1175
|
+
headline: string | null;
|
|
1176
|
+
username: string | null;
|
|
1177
|
+
profileUrl: string | null;
|
|
1178
|
+
profilePicture: string | null;
|
|
1179
|
+
firstName: string | null;
|
|
1180
|
+
lastName: string | null;
|
|
1181
|
+
} | null;
|
|
1182
|
+
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,17 +1198,18 @@ 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;
|
|
1211
1201
|
text: string | null;
|
|
1202
|
+
stats: {
|
|
1203
|
+
like: number | null;
|
|
1204
|
+
support: number | null;
|
|
1205
|
+
love: number | null;
|
|
1206
|
+
insight: number | null;
|
|
1207
|
+
celebrate: number | null;
|
|
1208
|
+
funny: number | null;
|
|
1209
|
+
comments: number | null;
|
|
1210
|
+
reposts: number | null;
|
|
1211
|
+
totalReactions: number | null;
|
|
1212
|
+
} | null;
|
|
1212
1213
|
document: {
|
|
1213
1214
|
title: string | null;
|
|
1214
1215
|
url: string | null;
|
|
@@ -1224,16 +1225,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1224
1225
|
firstName: string | null;
|
|
1225
1226
|
lastName: string | null;
|
|
1226
1227
|
} | null;
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
totalReactions: number | 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
1237
|
} | null;
|
|
1238
1238
|
article: {
|
|
1239
1239
|
title: string | null;
|
|
@@ -1250,29 +1250,10 @@ 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;
|
|
1263
1253
|
text: string | null;
|
|
1264
|
-
urn: string | null;
|
|
1265
|
-
author: {
|
|
1266
|
-
headline: string | null;
|
|
1267
|
-
username: string | null;
|
|
1268
|
-
profileUrl: string | null;
|
|
1269
|
-
profilePicture: string | null;
|
|
1270
|
-
firstName: string | null;
|
|
1271
|
-
lastName: string | null;
|
|
1272
|
-
} | null;
|
|
1273
1254
|
stats: {
|
|
1274
|
-
support: number | null;
|
|
1275
1255
|
like: number | null;
|
|
1256
|
+
support: number | null;
|
|
1276
1257
|
love: number | null;
|
|
1277
1258
|
insight: number | null;
|
|
1278
1259
|
celebrate: number | null;
|
|
@@ -1281,6 +1262,25 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1281
1262
|
reposts: number | null;
|
|
1282
1263
|
totalReactions: number | null;
|
|
1283
1264
|
} | null;
|
|
1265
|
+
urn: string | null;
|
|
1266
|
+
author: {
|
|
1267
|
+
headline: string | null;
|
|
1268
|
+
username: string | null;
|
|
1269
|
+
profileUrl: string | null;
|
|
1270
|
+
profilePicture: string | null;
|
|
1271
|
+
firstName: string | null;
|
|
1272
|
+
lastName: string | null;
|
|
1273
|
+
} | null;
|
|
1274
|
+
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;
|
|
@@ -1303,17 +1303,18 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1303
1303
|
error: string;
|
|
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;
|
|
1316
1306
|
text: string | null;
|
|
1307
|
+
stats: {
|
|
1308
|
+
like: number | null;
|
|
1309
|
+
support: number | null;
|
|
1310
|
+
love: number | null;
|
|
1311
|
+
insight: number | null;
|
|
1312
|
+
celebrate: number | null;
|
|
1313
|
+
funny: number | null;
|
|
1314
|
+
comments: number | null;
|
|
1315
|
+
reposts: number | null;
|
|
1316
|
+
totalReactions: number | null;
|
|
1317
|
+
} | null;
|
|
1317
1318
|
document: {
|
|
1318
1319
|
title: string | null;
|
|
1319
1320
|
url: string | null;
|
|
@@ -1329,16 +1330,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1329
1330
|
firstName: string | null;
|
|
1330
1331
|
lastName: string | null;
|
|
1331
1332
|
} | null;
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
totalReactions: number | 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
1342
|
} | null;
|
|
1343
1343
|
article: {
|
|
1344
1344
|
title: string | null;
|
|
@@ -1355,29 +1355,10 @@ 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;
|
|
1368
1358
|
text: string | null;
|
|
1369
|
-
urn: string | null;
|
|
1370
|
-
author: {
|
|
1371
|
-
headline: string | null;
|
|
1372
|
-
username: string | null;
|
|
1373
|
-
profileUrl: string | null;
|
|
1374
|
-
profilePicture: string | null;
|
|
1375
|
-
firstName: string | null;
|
|
1376
|
-
lastName: string | null;
|
|
1377
|
-
} | null;
|
|
1378
1359
|
stats: {
|
|
1379
|
-
support: number | null;
|
|
1380
1360
|
like: number | null;
|
|
1361
|
+
support: number | null;
|
|
1381
1362
|
love: number | null;
|
|
1382
1363
|
insight: number | null;
|
|
1383
1364
|
celebrate: number | null;
|
|
@@ -1386,6 +1367,25 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1386
1367
|
reposts: number | null;
|
|
1387
1368
|
totalReactions: number | null;
|
|
1388
1369
|
} | null;
|
|
1370
|
+
urn: string | null;
|
|
1371
|
+
author: {
|
|
1372
|
+
headline: string | null;
|
|
1373
|
+
username: string | null;
|
|
1374
|
+
profileUrl: string | null;
|
|
1375
|
+
profilePicture: string | null;
|
|
1376
|
+
firstName: string | null;
|
|
1377
|
+
lastName: string | null;
|
|
1378
|
+
} | null;
|
|
1379
|
+
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;
|
|
@@ -1401,15 +1401,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1401
1401
|
description: string | null;
|
|
1402
1402
|
title: string | null;
|
|
1403
1403
|
url: string | null;
|
|
1404
|
-
id: string | null;
|
|
1405
|
-
company: {
|
|
1406
|
-
name: string | null;
|
|
1407
|
-
url: string | null;
|
|
1408
|
-
logo: string | null;
|
|
1409
|
-
} | null;
|
|
1410
1404
|
location: string | null;
|
|
1411
|
-
|
|
1412
|
-
seniorityLevel: string | null;
|
|
1405
|
+
id: string | null;
|
|
1413
1406
|
postedAt: string | null;
|
|
1414
1407
|
applyUrl: string | null;
|
|
1415
1408
|
salary: {
|
|
@@ -1418,7 +1411,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1418
1411
|
currency: string | null;
|
|
1419
1412
|
period: string | null;
|
|
1420
1413
|
} | null;
|
|
1414
|
+
seniorityLevel: string | null;
|
|
1421
1415
|
employmentType: string | null;
|
|
1416
|
+
company: {
|
|
1417
|
+
name: string | null;
|
|
1418
|
+
url: string | null;
|
|
1419
|
+
logo: string | null;
|
|
1420
|
+
} | null;
|
|
1421
|
+
skills: string[] | null;
|
|
1422
1422
|
}[] | undefined;
|
|
1423
1423
|
totalResults?: number | null | undefined;
|
|
1424
1424
|
paginationToken?: string | null | undefined;
|
|
@@ -1429,17 +1429,18 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1429
1429
|
error: string;
|
|
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;
|
|
1442
1432
|
text: string | null;
|
|
1433
|
+
stats: {
|
|
1434
|
+
like: number | null;
|
|
1435
|
+
support: number | null;
|
|
1436
|
+
love: number | null;
|
|
1437
|
+
insight: number | null;
|
|
1438
|
+
celebrate: number | null;
|
|
1439
|
+
funny: number | null;
|
|
1440
|
+
comments: number | null;
|
|
1441
|
+
reposts: number | null;
|
|
1442
|
+
totalReactions: number | null;
|
|
1443
|
+
} | null;
|
|
1443
1444
|
document: {
|
|
1444
1445
|
title: string | null;
|
|
1445
1446
|
url: string | null;
|
|
@@ -1455,16 +1456,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1455
1456
|
firstName: string | null;
|
|
1456
1457
|
lastName: string | null;
|
|
1457
1458
|
} | null;
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
|
|
1466
|
-
|
|
1467
|
-
totalReactions: number | 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
1468
|
} | null;
|
|
1469
1469
|
article: {
|
|
1470
1470
|
title: string | null;
|
|
@@ -1481,29 +1481,10 @@ 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;
|
|
1494
1484
|
text: string | null;
|
|
1495
|
-
urn: string | null;
|
|
1496
|
-
author: {
|
|
1497
|
-
headline: string | null;
|
|
1498
|
-
username: string | null;
|
|
1499
|
-
profileUrl: string | null;
|
|
1500
|
-
profilePicture: string | null;
|
|
1501
|
-
firstName: string | null;
|
|
1502
|
-
lastName: string | null;
|
|
1503
|
-
} | null;
|
|
1504
1485
|
stats: {
|
|
1505
|
-
support: number | null;
|
|
1506
1486
|
like: number | null;
|
|
1487
|
+
support: number | null;
|
|
1507
1488
|
love: number | null;
|
|
1508
1489
|
insight: number | null;
|
|
1509
1490
|
celebrate: number | null;
|
|
@@ -1512,6 +1493,25 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1512
1493
|
reposts: number | null;
|
|
1513
1494
|
totalReactions: number | null;
|
|
1514
1495
|
} | null;
|
|
1496
|
+
urn: string | null;
|
|
1497
|
+
author: {
|
|
1498
|
+
headline: string | null;
|
|
1499
|
+
username: string | null;
|
|
1500
|
+
profileUrl: string | null;
|
|
1501
|
+
profilePicture: string | null;
|
|
1502
|
+
firstName: string | null;
|
|
1503
|
+
lastName: string | null;
|
|
1504
|
+
} | null;
|
|
1505
|
+
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;
|
|
@@ -1527,15 +1527,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1527
1527
|
description: string | null;
|
|
1528
1528
|
title: string | null;
|
|
1529
1529
|
url: string | null;
|
|
1530
|
-
id: string | null;
|
|
1531
|
-
company: {
|
|
1532
|
-
name: string | null;
|
|
1533
|
-
url: string | null;
|
|
1534
|
-
logo: string | null;
|
|
1535
|
-
} | null;
|
|
1536
1530
|
location: string | null;
|
|
1537
|
-
|
|
1538
|
-
seniorityLevel: string | null;
|
|
1531
|
+
id: string | null;
|
|
1539
1532
|
postedAt: string | null;
|
|
1540
1533
|
applyUrl: string | null;
|
|
1541
1534
|
salary: {
|
|
@@ -1544,7 +1537,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1544
1537
|
currency: string | null;
|
|
1545
1538
|
period: string | null;
|
|
1546
1539
|
} | null;
|
|
1540
|
+
seniorityLevel: string | null;
|
|
1547
1541
|
employmentType: string | null;
|
|
1542
|
+
company: {
|
|
1543
|
+
name: string | null;
|
|
1544
|
+
url: string | null;
|
|
1545
|
+
logo: string | null;
|
|
1546
|
+
} | null;
|
|
1547
|
+
skills: string[] | null;
|
|
1548
1548
|
}[] | undefined;
|
|
1549
1549
|
totalResults?: number | null | undefined;
|
|
1550
1550
|
paginationToken?: string | null | undefined;
|
|
@@ -1589,10 +1589,10 @@ 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
|
-
limit?: number | undefined;
|
|
1593
1592
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1594
1593
|
location?: string | undefined;
|
|
1595
1594
|
username?: string | undefined;
|
|
1595
|
+
limit?: number | undefined;
|
|
1596
1596
|
pageNumber?: number | undefined;
|
|
1597
1597
|
keyword?: string | undefined;
|
|
1598
1598
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
@@ -1602,10 +1602,10 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1602
1602
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1603
1603
|
}, {
|
|
1604
1604
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1605
|
-
limit?: number | undefined;
|
|
1606
1605
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1607
1606
|
location?: string | undefined;
|
|
1608
1607
|
username?: string | undefined;
|
|
1608
|
+
limit?: number | undefined;
|
|
1609
1609
|
pageNumber?: number | undefined;
|
|
1610
1610
|
keyword?: string | undefined;
|
|
1611
1611
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
@@ -1660,15 +1660,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1660
1660
|
description: string | null;
|
|
1661
1661
|
title: string | null;
|
|
1662
1662
|
url: string | null;
|
|
1663
|
-
id: string | null;
|
|
1664
|
-
company: {
|
|
1665
|
-
name: string | null;
|
|
1666
|
-
url: string | null;
|
|
1667
|
-
logo: string | null;
|
|
1668
|
-
} | null;
|
|
1669
1663
|
location: string | null;
|
|
1670
|
-
|
|
1671
|
-
seniorityLevel: string | null;
|
|
1664
|
+
id: string | null;
|
|
1672
1665
|
postedAt: string | null;
|
|
1673
1666
|
applyUrl: string | null;
|
|
1674
1667
|
salary: {
|
|
@@ -1677,29 +1670,36 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1677
1670
|
currency: string | null;
|
|
1678
1671
|
period: string | null;
|
|
1679
1672
|
} | null;
|
|
1673
|
+
seniorityLevel: string | null;
|
|
1680
1674
|
employmentType: string | null;
|
|
1681
|
-
}, {
|
|
1682
|
-
description: string | null;
|
|
1683
|
-
title: string | null;
|
|
1684
|
-
url: string | null;
|
|
1685
|
-
id: string | null;
|
|
1686
1675
|
company: {
|
|
1687
1676
|
name: string | null;
|
|
1688
1677
|
url: string | null;
|
|
1689
1678
|
logo: string | null;
|
|
1690
1679
|
} | null;
|
|
1691
|
-
location: string | null;
|
|
1692
1680
|
skills: string[] | null;
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1681
|
+
}, {
|
|
1682
|
+
description: string | null;
|
|
1683
|
+
title: string | null;
|
|
1684
|
+
url: string | null;
|
|
1685
|
+
location: string | null;
|
|
1686
|
+
id: string | null;
|
|
1687
|
+
postedAt: string | null;
|
|
1688
|
+
applyUrl: string | null;
|
|
1689
|
+
salary: {
|
|
1697
1690
|
from: number | null;
|
|
1698
1691
|
to: number | null;
|
|
1699
1692
|
currency: string | null;
|
|
1700
1693
|
period: string | null;
|
|
1701
1694
|
} | null;
|
|
1695
|
+
seniorityLevel: string | null;
|
|
1702
1696
|
employmentType: string | null;
|
|
1697
|
+
company: {
|
|
1698
|
+
name: string | null;
|
|
1699
|
+
url: string | null;
|
|
1700
|
+
logo: string | null;
|
|
1701
|
+
} | null;
|
|
1702
|
+
skills: string[] | null;
|
|
1703
1703
|
}>, "many">>;
|
|
1704
1704
|
posts: z.ZodArray<z.ZodObject<{
|
|
1705
1705
|
urn: z.ZodNullable<z.ZodString>;
|
|
@@ -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
|
-
support: number | null;
|
|
1757
1756
|
like: number | null;
|
|
1757
|
+
support: 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
|
-
support: number | null;
|
|
1767
1766
|
like: number | null;
|
|
1767
|
+
support: 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
|
-
support: number | null;
|
|
1896
1895
|
like: number | null;
|
|
1896
|
+
support: 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
|
-
support: number | null;
|
|
1906
1905
|
like: number | null;
|
|
1906
|
+
support: number | null;
|
|
1907
1907
|
love: number | null;
|
|
1908
1908
|
insight: number | null;
|
|
1909
1909
|
celebrate: number | null;
|
|
@@ -1950,29 +1950,10 @@ 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;
|
|
1963
1953
|
text: string | null;
|
|
1964
|
-
urn: string | null;
|
|
1965
|
-
author: {
|
|
1966
|
-
headline: string | null;
|
|
1967
|
-
username: string | null;
|
|
1968
|
-
profileUrl: string | null;
|
|
1969
|
-
profilePicture: string | null;
|
|
1970
|
-
firstName: string | null;
|
|
1971
|
-
lastName: string | null;
|
|
1972
|
-
} | null;
|
|
1973
1954
|
stats: {
|
|
1974
|
-
support: number | null;
|
|
1975
1955
|
like: number | null;
|
|
1956
|
+
support: number | null;
|
|
1976
1957
|
love: number | null;
|
|
1977
1958
|
insight: number | null;
|
|
1978
1959
|
celebrate: number | null;
|
|
@@ -1981,14 +1962,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1981
1962
|
reposts: number | null;
|
|
1982
1963
|
totalReactions: number | null;
|
|
1983
1964
|
} | null;
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1965
|
+
urn: string | null;
|
|
1966
|
+
author: {
|
|
1967
|
+
headline: string | null;
|
|
1968
|
+
username: string | null;
|
|
1969
|
+
profileUrl: string | null;
|
|
1970
|
+
profilePicture: string | null;
|
|
1971
|
+
firstName: string | null;
|
|
1972
|
+
lastName: string | null;
|
|
1988
1973
|
} | null;
|
|
1989
|
-
postType: string | null;
|
|
1990
|
-
}, {
|
|
1991
|
-
url: string | null;
|
|
1992
1974
|
media: {
|
|
1993
1975
|
type: string | null;
|
|
1994
1976
|
url: string | null;
|
|
@@ -1999,19 +1981,18 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1999
1981
|
}[] | null;
|
|
2000
1982
|
thumbnail: string | null;
|
|
2001
1983
|
} | null;
|
|
2002
|
-
|
|
2003
|
-
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
username: string | null;
|
|
2007
|
-
profileUrl: string | null;
|
|
2008
|
-
profilePicture: string | null;
|
|
2009
|
-
firstName: string | null;
|
|
2010
|
-
lastName: string | null;
|
|
1984
|
+
postedAt: {
|
|
1985
|
+
date: string | null;
|
|
1986
|
+
timestamp: number | null;
|
|
1987
|
+
relative: string | null;
|
|
2011
1988
|
} | null;
|
|
1989
|
+
postType: string | null;
|
|
1990
|
+
}, {
|
|
1991
|
+
url: string | null;
|
|
1992
|
+
text: string | null;
|
|
2012
1993
|
stats: {
|
|
2013
|
-
support: number | null;
|
|
2014
1994
|
like: number | null;
|
|
1995
|
+
support: number | null;
|
|
2015
1996
|
love: number | null;
|
|
2016
1997
|
insight: number | null;
|
|
2017
1998
|
celebrate: number | null;
|
|
@@ -2020,6 +2001,25 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2020
2001
|
reposts: number | null;
|
|
2021
2002
|
totalReactions: number | null;
|
|
2022
2003
|
} | null;
|
|
2004
|
+
urn: string | null;
|
|
2005
|
+
author: {
|
|
2006
|
+
headline: string | null;
|
|
2007
|
+
username: string | null;
|
|
2008
|
+
profileUrl: string | null;
|
|
2009
|
+
profilePicture: string | null;
|
|
2010
|
+
firstName: string | null;
|
|
2011
|
+
lastName: string | null;
|
|
2012
|
+
} | null;
|
|
2013
|
+
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,17 +2029,18 @@ 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;
|
|
2042
2032
|
text: string | null;
|
|
2033
|
+
stats: {
|
|
2034
|
+
like: number | null;
|
|
2035
|
+
support: number | null;
|
|
2036
|
+
love: number | null;
|
|
2037
|
+
insight: number | null;
|
|
2038
|
+
celebrate: number | null;
|
|
2039
|
+
funny: number | null;
|
|
2040
|
+
comments: number | null;
|
|
2041
|
+
reposts: number | null;
|
|
2042
|
+
totalReactions: number | null;
|
|
2043
|
+
} | null;
|
|
2043
2044
|
document: {
|
|
2044
2045
|
title: string | null;
|
|
2045
2046
|
url: string | null;
|
|
@@ -2055,16 +2056,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2055
2056
|
firstName: string | null;
|
|
2056
2057
|
lastName: string | null;
|
|
2057
2058
|
} | null;
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
totalReactions: number | 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
2068
|
} | null;
|
|
2069
2069
|
article: {
|
|
2070
2070
|
title: string | null;
|
|
@@ -2081,29 +2081,10 @@ 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;
|
|
2094
2084
|
text: string | null;
|
|
2095
|
-
urn: string | null;
|
|
2096
|
-
author: {
|
|
2097
|
-
headline: string | null;
|
|
2098
|
-
username: string | null;
|
|
2099
|
-
profileUrl: string | null;
|
|
2100
|
-
profilePicture: string | null;
|
|
2101
|
-
firstName: string | null;
|
|
2102
|
-
lastName: string | null;
|
|
2103
|
-
} | null;
|
|
2104
2085
|
stats: {
|
|
2105
|
-
support: number | null;
|
|
2106
2086
|
like: number | null;
|
|
2087
|
+
support: number | null;
|
|
2107
2088
|
love: number | null;
|
|
2108
2089
|
insight: number | null;
|
|
2109
2090
|
celebrate: number | null;
|
|
@@ -2112,6 +2093,25 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2112
2093
|
reposts: number | null;
|
|
2113
2094
|
totalReactions: number | null;
|
|
2114
2095
|
} | null;
|
|
2096
|
+
urn: string | null;
|
|
2097
|
+
author: {
|
|
2098
|
+
headline: string | null;
|
|
2099
|
+
username: string | null;
|
|
2100
|
+
profileUrl: string | null;
|
|
2101
|
+
profilePicture: string | null;
|
|
2102
|
+
firstName: string | null;
|
|
2103
|
+
lastName: string | null;
|
|
2104
|
+
} | null;
|
|
2105
|
+
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,17 +2121,18 @@ 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;
|
|
2134
2124
|
text: string | null;
|
|
2125
|
+
stats: {
|
|
2126
|
+
like: number | null;
|
|
2127
|
+
support: number | null;
|
|
2128
|
+
love: number | null;
|
|
2129
|
+
insight: number | null;
|
|
2130
|
+
celebrate: number | null;
|
|
2131
|
+
funny: number | null;
|
|
2132
|
+
comments: number | null;
|
|
2133
|
+
reposts: number | null;
|
|
2134
|
+
totalReactions: number | null;
|
|
2135
|
+
} | null;
|
|
2135
2136
|
document: {
|
|
2136
2137
|
title: string | null;
|
|
2137
2138
|
url: string | null;
|
|
@@ -2147,16 +2148,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2147
2148
|
firstName: string | null;
|
|
2148
2149
|
lastName: string | null;
|
|
2149
2150
|
} | null;
|
|
2150
|
-
|
|
2151
|
-
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
|
|
2155
|
-
|
|
2156
|
-
|
|
2157
|
-
|
|
2158
|
-
|
|
2159
|
-
totalReactions: number | 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
2160
|
} | null;
|
|
2161
2161
|
article: {
|
|
2162
2162
|
title: string | null;
|
|
@@ -2173,29 +2173,10 @@ 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;
|
|
2186
2176
|
text: string | null;
|
|
2187
|
-
urn: string | null;
|
|
2188
|
-
author: {
|
|
2189
|
-
headline: string | null;
|
|
2190
|
-
username: string | null;
|
|
2191
|
-
profileUrl: string | null;
|
|
2192
|
-
profilePicture: string | null;
|
|
2193
|
-
firstName: string | null;
|
|
2194
|
-
lastName: string | null;
|
|
2195
|
-
} | null;
|
|
2196
2177
|
stats: {
|
|
2197
|
-
support: number | null;
|
|
2198
2178
|
like: number | null;
|
|
2179
|
+
support: number | null;
|
|
2199
2180
|
love: number | null;
|
|
2200
2181
|
insight: number | null;
|
|
2201
2182
|
celebrate: number | null;
|
|
@@ -2204,6 +2185,25 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2204
2185
|
reposts: number | null;
|
|
2205
2186
|
totalReactions: number | null;
|
|
2206
2187
|
} | null;
|
|
2188
|
+
urn: string | null;
|
|
2189
|
+
author: {
|
|
2190
|
+
headline: string | null;
|
|
2191
|
+
username: string | null;
|
|
2192
|
+
profileUrl: string | null;
|
|
2193
|
+
profilePicture: string | null;
|
|
2194
|
+
firstName: string | null;
|
|
2195
|
+
lastName: string | null;
|
|
2196
|
+
} | null;
|
|
2197
|
+
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;
|
|
@@ -2226,17 +2226,18 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2226
2226
|
error: string;
|
|
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;
|
|
2239
2229
|
text: string | null;
|
|
2230
|
+
stats: {
|
|
2231
|
+
like: number | null;
|
|
2232
|
+
support: number | null;
|
|
2233
|
+
love: number | null;
|
|
2234
|
+
insight: number | null;
|
|
2235
|
+
celebrate: number | null;
|
|
2236
|
+
funny: number | null;
|
|
2237
|
+
comments: number | null;
|
|
2238
|
+
reposts: number | null;
|
|
2239
|
+
totalReactions: number | null;
|
|
2240
|
+
} | null;
|
|
2240
2241
|
document: {
|
|
2241
2242
|
title: string | null;
|
|
2242
2243
|
url: string | null;
|
|
@@ -2252,16 +2253,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2252
2253
|
firstName: string | null;
|
|
2253
2254
|
lastName: string | null;
|
|
2254
2255
|
} | null;
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2261
|
-
|
|
2262
|
-
|
|
2263
|
-
|
|
2264
|
-
totalReactions: number | 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
2265
|
} | null;
|
|
2266
2266
|
article: {
|
|
2267
2267
|
title: string | null;
|
|
@@ -2278,29 +2278,10 @@ 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;
|
|
2291
2281
|
text: string | null;
|
|
2292
|
-
urn: string | null;
|
|
2293
|
-
author: {
|
|
2294
|
-
headline: string | null;
|
|
2295
|
-
username: string | null;
|
|
2296
|
-
profileUrl: string | null;
|
|
2297
|
-
profilePicture: string | null;
|
|
2298
|
-
firstName: string | null;
|
|
2299
|
-
lastName: string | null;
|
|
2300
|
-
} | null;
|
|
2301
2282
|
stats: {
|
|
2302
|
-
support: number | null;
|
|
2303
2283
|
like: number | null;
|
|
2284
|
+
support: number | null;
|
|
2304
2285
|
love: number | null;
|
|
2305
2286
|
insight: number | null;
|
|
2306
2287
|
celebrate: number | null;
|
|
@@ -2309,6 +2290,25 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2309
2290
|
reposts: number | null;
|
|
2310
2291
|
totalReactions: number | null;
|
|
2311
2292
|
} | null;
|
|
2293
|
+
urn: string | null;
|
|
2294
|
+
author: {
|
|
2295
|
+
headline: string | null;
|
|
2296
|
+
username: string | null;
|
|
2297
|
+
profileUrl: string | null;
|
|
2298
|
+
profilePicture: string | null;
|
|
2299
|
+
firstName: string | null;
|
|
2300
|
+
lastName: string | null;
|
|
2301
|
+
} | null;
|
|
2302
|
+
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;
|
|
@@ -2324,15 +2324,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2324
2324
|
description: string | null;
|
|
2325
2325
|
title: string | null;
|
|
2326
2326
|
url: string | null;
|
|
2327
|
-
id: string | null;
|
|
2328
|
-
company: {
|
|
2329
|
-
name: string | null;
|
|
2330
|
-
url: string | null;
|
|
2331
|
-
logo: string | null;
|
|
2332
|
-
} | null;
|
|
2333
2327
|
location: string | null;
|
|
2334
|
-
|
|
2335
|
-
seniorityLevel: string | null;
|
|
2328
|
+
id: string | null;
|
|
2336
2329
|
postedAt: string | null;
|
|
2337
2330
|
applyUrl: string | null;
|
|
2338
2331
|
salary: {
|
|
@@ -2341,7 +2334,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2341
2334
|
currency: string | null;
|
|
2342
2335
|
period: string | null;
|
|
2343
2336
|
} | null;
|
|
2337
|
+
seniorityLevel: string | null;
|
|
2344
2338
|
employmentType: string | null;
|
|
2339
|
+
company: {
|
|
2340
|
+
name: string | null;
|
|
2341
|
+
url: string | null;
|
|
2342
|
+
logo: string | null;
|
|
2343
|
+
} | null;
|
|
2344
|
+
skills: string[] | null;
|
|
2345
2345
|
}[] | undefined;
|
|
2346
2346
|
totalResults?: number | null | undefined;
|
|
2347
2347
|
paginationToken?: string | null | undefined;
|
|
@@ -2352,17 +2352,18 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2352
2352
|
error: string;
|
|
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;
|
|
2365
2355
|
text: string | null;
|
|
2356
|
+
stats: {
|
|
2357
|
+
like: number | null;
|
|
2358
|
+
support: number | null;
|
|
2359
|
+
love: number | null;
|
|
2360
|
+
insight: number | null;
|
|
2361
|
+
celebrate: number | null;
|
|
2362
|
+
funny: number | null;
|
|
2363
|
+
comments: number | null;
|
|
2364
|
+
reposts: number | null;
|
|
2365
|
+
totalReactions: number | null;
|
|
2366
|
+
} | null;
|
|
2366
2367
|
document: {
|
|
2367
2368
|
title: string | null;
|
|
2368
2369
|
url: string | null;
|
|
@@ -2378,16 +2379,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2378
2379
|
firstName: string | null;
|
|
2379
2380
|
lastName: string | null;
|
|
2380
2381
|
} | null;
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
totalReactions: number | 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
2391
|
} | null;
|
|
2392
2392
|
article: {
|
|
2393
2393
|
title: string | null;
|
|
@@ -2404,29 +2404,10 @@ 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;
|
|
2417
2407
|
text: string | null;
|
|
2418
|
-
urn: string | null;
|
|
2419
|
-
author: {
|
|
2420
|
-
headline: string | null;
|
|
2421
|
-
username: string | null;
|
|
2422
|
-
profileUrl: string | null;
|
|
2423
|
-
profilePicture: string | null;
|
|
2424
|
-
firstName: string | null;
|
|
2425
|
-
lastName: string | null;
|
|
2426
|
-
} | null;
|
|
2427
2408
|
stats: {
|
|
2428
|
-
support: number | null;
|
|
2429
2409
|
like: number | null;
|
|
2410
|
+
support: number | null;
|
|
2430
2411
|
love: number | null;
|
|
2431
2412
|
insight: number | null;
|
|
2432
2413
|
celebrate: number | null;
|
|
@@ -2435,6 +2416,25 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2435
2416
|
reposts: number | null;
|
|
2436
2417
|
totalReactions: number | null;
|
|
2437
2418
|
} | null;
|
|
2419
|
+
urn: string | null;
|
|
2420
|
+
author: {
|
|
2421
|
+
headline: string | null;
|
|
2422
|
+
username: string | null;
|
|
2423
|
+
profileUrl: string | null;
|
|
2424
|
+
profilePicture: string | null;
|
|
2425
|
+
firstName: string | null;
|
|
2426
|
+
lastName: string | null;
|
|
2427
|
+
} | null;
|
|
2428
|
+
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;
|
|
@@ -2450,15 +2450,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2450
2450
|
description: string | null;
|
|
2451
2451
|
title: string | null;
|
|
2452
2452
|
url: string | null;
|
|
2453
|
-
id: string | null;
|
|
2454
|
-
company: {
|
|
2455
|
-
name: string | null;
|
|
2456
|
-
url: string | null;
|
|
2457
|
-
logo: string | null;
|
|
2458
|
-
} | null;
|
|
2459
2453
|
location: string | null;
|
|
2460
|
-
|
|
2461
|
-
seniorityLevel: string | null;
|
|
2454
|
+
id: string | null;
|
|
2462
2455
|
postedAt: string | null;
|
|
2463
2456
|
applyUrl: string | null;
|
|
2464
2457
|
salary: {
|
|
@@ -2467,7 +2460,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2467
2460
|
currency: string | null;
|
|
2468
2461
|
period: string | null;
|
|
2469
2462
|
} | null;
|
|
2463
|
+
seniorityLevel: string | null;
|
|
2470
2464
|
employmentType: string | null;
|
|
2465
|
+
company: {
|
|
2466
|
+
name: string | null;
|
|
2467
|
+
url: string | null;
|
|
2468
|
+
logo: string | null;
|
|
2469
|
+
} | null;
|
|
2470
|
+
skills: string[] | null;
|
|
2471
2471
|
}[] | undefined;
|
|
2472
2472
|
totalResults?: number | null | undefined;
|
|
2473
2473
|
paginationToken?: string | null | undefined;
|