@bubblelab/bubble-core 0.1.154 → 0.1.155
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 +115 -115
- package/dist/bubbles/service-bubble/agi-inc.d.ts +44 -44
- package/dist/bubbles/service-bubble/ai-agent.d.ts +64 -64
- package/dist/bubbles/service-bubble/airtable.d.ts +92 -92
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +208 -208
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +50 -50
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +72 -72
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +11 -11
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +13 -13
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +2 -2
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +122 -122
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +154 -154
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +869 -869
- package/dist/bubbles/service-bubble/followupboss.d.ts +46 -46
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +60 -60
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +100 -100
- package/dist/bubbles/service-bubble/github.d.ts +152 -152
- package/dist/bubbles/service-bubble/gmail.d.ts +276 -276
- package/dist/bubbles/service-bubble/google-calendar.d.ts +110 -110
- package/dist/bubbles/service-bubble/google-drive.d.ts +54 -54
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +32 -32
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1234 -1234
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +208 -208
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +61 -61
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +75 -75
- package/dist/bubbles/service-bubble/telegram.d.ts +1488 -1488
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +7 -7
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +9 -9
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +428 -428
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +86 -86
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +158 -158
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +62 -62
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +110 -110
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +24 -24
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -171,13 +171,13 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
171
171
|
}, "strip", z.ZodTypeAny, {
|
|
172
172
|
title: string | null;
|
|
173
173
|
url: string | null;
|
|
174
|
-
thumbnail: string | null;
|
|
175
174
|
subtitle: string | null;
|
|
175
|
+
thumbnail: string | null;
|
|
176
176
|
}, {
|
|
177
177
|
title: string | null;
|
|
178
178
|
url: string | null;
|
|
179
|
-
thumbnail: string | null;
|
|
180
179
|
subtitle: string | null;
|
|
180
|
+
thumbnail: string | null;
|
|
181
181
|
}>>;
|
|
182
182
|
document: z.ZodNullable<z.ZodObject<{
|
|
183
183
|
title: z.ZodNullable<z.ZodString>;
|
|
@@ -187,13 +187,13 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
187
187
|
}, "strip", z.ZodTypeAny, {
|
|
188
188
|
title: string | null;
|
|
189
189
|
url: string | null;
|
|
190
|
-
thumbnail: string | null;
|
|
191
190
|
pageCount: number | null;
|
|
191
|
+
thumbnail: string | null;
|
|
192
192
|
}, {
|
|
193
193
|
title: string | null;
|
|
194
194
|
url: string | null;
|
|
195
|
-
thumbnail: string | null;
|
|
196
195
|
pageCount: number | null;
|
|
196
|
+
thumbnail: string | null;
|
|
197
197
|
}>>;
|
|
198
198
|
resharedPost: z.ZodNullable<z.ZodObject<{
|
|
199
199
|
urn: z.ZodNullable<z.ZodString>;
|
|
@@ -303,8 +303,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
303
303
|
thumbnail: string | null;
|
|
304
304
|
}>>;
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
|
-
text: string | null;
|
|
307
306
|
url: string | null;
|
|
307
|
+
text: string | null;
|
|
308
|
+
urn: string | null;
|
|
309
|
+
author: {
|
|
310
|
+
username: string | null;
|
|
311
|
+
headline: string | null;
|
|
312
|
+
firstName: string | null;
|
|
313
|
+
lastName: string | null;
|
|
314
|
+
profileUrl: string | null;
|
|
315
|
+
profilePicture: string | null;
|
|
316
|
+
} | null;
|
|
308
317
|
stats: {
|
|
309
318
|
like: number | null;
|
|
310
319
|
support: number | null;
|
|
@@ -316,15 +325,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
316
325
|
reposts: number | null;
|
|
317
326
|
totalReactions: number | null;
|
|
318
327
|
} | null;
|
|
319
|
-
urn: string | null;
|
|
320
|
-
author: {
|
|
321
|
-
username: string | null;
|
|
322
|
-
headline: string | null;
|
|
323
|
-
firstName: string | null;
|
|
324
|
-
lastName: string | null;
|
|
325
|
-
profileUrl: string | null;
|
|
326
|
-
profilePicture: string | null;
|
|
327
|
-
} | null;
|
|
328
328
|
media: {
|
|
329
329
|
type: string | null;
|
|
330
330
|
url: string | null;
|
|
@@ -342,8 +342,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
342
342
|
} | null;
|
|
343
343
|
postType: string | null;
|
|
344
344
|
}, {
|
|
345
|
-
text: string | null;
|
|
346
345
|
url: string | null;
|
|
346
|
+
text: string | null;
|
|
347
|
+
urn: string | null;
|
|
348
|
+
author: {
|
|
349
|
+
username: string | null;
|
|
350
|
+
headline: string | null;
|
|
351
|
+
firstName: string | null;
|
|
352
|
+
lastName: string | null;
|
|
353
|
+
profileUrl: string | null;
|
|
354
|
+
profilePicture: string | null;
|
|
355
|
+
} | null;
|
|
347
356
|
stats: {
|
|
348
357
|
like: number | null;
|
|
349
358
|
support: number | null;
|
|
@@ -355,15 +364,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
355
364
|
reposts: number | null;
|
|
356
365
|
totalReactions: number | null;
|
|
357
366
|
} | null;
|
|
358
|
-
urn: string | null;
|
|
359
|
-
author: {
|
|
360
|
-
username: string | null;
|
|
361
|
-
headline: string | null;
|
|
362
|
-
firstName: string | null;
|
|
363
|
-
lastName: string | null;
|
|
364
|
-
profileUrl: string | null;
|
|
365
|
-
profilePicture: string | null;
|
|
366
|
-
} | null;
|
|
367
367
|
media: {
|
|
368
368
|
type: string | null;
|
|
369
369
|
url: string | null;
|
|
@@ -382,24 +382,13 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
382
382
|
postType: string | null;
|
|
383
383
|
}>>;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
|
-
text: string | null;
|
|
386
385
|
url: string | null;
|
|
387
|
-
|
|
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;
|
|
386
|
+
text: string | null;
|
|
398
387
|
document: {
|
|
399
388
|
title: string | null;
|
|
400
389
|
url: string | null;
|
|
401
|
-
thumbnail: string | null;
|
|
402
390
|
pageCount: number | null;
|
|
391
|
+
thumbnail: string | null;
|
|
403
392
|
} | null;
|
|
404
393
|
urn: string | null;
|
|
405
394
|
author: {
|
|
@@ -410,6 +399,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
410
399
|
profileUrl: string | null;
|
|
411
400
|
profilePicture: string | null;
|
|
412
401
|
} | null;
|
|
402
|
+
stats: {
|
|
403
|
+
like: number | null;
|
|
404
|
+
support: number | null;
|
|
405
|
+
love: number | null;
|
|
406
|
+
insight: number | null;
|
|
407
|
+
celebrate: number | null;
|
|
408
|
+
funny: number | null;
|
|
409
|
+
comments: number | null;
|
|
410
|
+
reposts: number | null;
|
|
411
|
+
totalReactions: number | null;
|
|
412
|
+
} | null;
|
|
413
413
|
media: {
|
|
414
414
|
type: string | null;
|
|
415
415
|
url: string | null;
|
|
@@ -423,8 +423,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
423
423
|
article: {
|
|
424
424
|
title: string | null;
|
|
425
425
|
url: string | null;
|
|
426
|
-
thumbnail: string | null;
|
|
427
426
|
subtitle: string | null;
|
|
427
|
+
thumbnail: string | null;
|
|
428
428
|
} | null;
|
|
429
429
|
postedAt: {
|
|
430
430
|
date: string | null;
|
|
@@ -434,8 +434,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
434
434
|
fullUrn: string | null;
|
|
435
435
|
postType: string | null;
|
|
436
436
|
resharedPost: {
|
|
437
|
-
text: string | null;
|
|
438
437
|
url: string | null;
|
|
438
|
+
text: string | null;
|
|
439
|
+
urn: string | null;
|
|
440
|
+
author: {
|
|
441
|
+
username: string | null;
|
|
442
|
+
headline: string | null;
|
|
443
|
+
firstName: string | null;
|
|
444
|
+
lastName: string | null;
|
|
445
|
+
profileUrl: string | null;
|
|
446
|
+
profilePicture: string | null;
|
|
447
|
+
} | null;
|
|
439
448
|
stats: {
|
|
440
449
|
like: number | null;
|
|
441
450
|
support: number | null;
|
|
@@ -447,15 +456,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
447
456
|
reposts: number | null;
|
|
448
457
|
totalReactions: number | null;
|
|
449
458
|
} | null;
|
|
450
|
-
urn: string | null;
|
|
451
|
-
author: {
|
|
452
|
-
username: string | null;
|
|
453
|
-
headline: string | null;
|
|
454
|
-
firstName: string | null;
|
|
455
|
-
lastName: string | null;
|
|
456
|
-
profileUrl: string | null;
|
|
457
|
-
profilePicture: string | null;
|
|
458
|
-
} | null;
|
|
459
459
|
media: {
|
|
460
460
|
type: string | null;
|
|
461
461
|
url: string | null;
|
|
@@ -474,24 +474,13 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
474
474
|
postType: string | null;
|
|
475
475
|
} | null;
|
|
476
476
|
}, {
|
|
477
|
-
text: string | null;
|
|
478
477
|
url: string | null;
|
|
479
|
-
|
|
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;
|
|
478
|
+
text: string | null;
|
|
490
479
|
document: {
|
|
491
480
|
title: string | null;
|
|
492
481
|
url: string | null;
|
|
493
|
-
thumbnail: string | null;
|
|
494
482
|
pageCount: number | null;
|
|
483
|
+
thumbnail: string | null;
|
|
495
484
|
} | null;
|
|
496
485
|
urn: string | null;
|
|
497
486
|
author: {
|
|
@@ -502,6 +491,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
502
491
|
profileUrl: string | null;
|
|
503
492
|
profilePicture: string | null;
|
|
504
493
|
} | null;
|
|
494
|
+
stats: {
|
|
495
|
+
like: number | null;
|
|
496
|
+
support: number | null;
|
|
497
|
+
love: number | null;
|
|
498
|
+
insight: number | null;
|
|
499
|
+
celebrate: number | null;
|
|
500
|
+
funny: number | null;
|
|
501
|
+
comments: number | null;
|
|
502
|
+
reposts: number | null;
|
|
503
|
+
totalReactions: number | null;
|
|
504
|
+
} | null;
|
|
505
505
|
media: {
|
|
506
506
|
type: string | null;
|
|
507
507
|
url: string | null;
|
|
@@ -515,8 +515,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
515
515
|
article: {
|
|
516
516
|
title: string | null;
|
|
517
517
|
url: string | null;
|
|
518
|
-
thumbnail: string | null;
|
|
519
518
|
subtitle: string | null;
|
|
519
|
+
thumbnail: string | null;
|
|
520
520
|
} | null;
|
|
521
521
|
postedAt: {
|
|
522
522
|
date: string | null;
|
|
@@ -526,8 +526,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
526
526
|
fullUrn: string | null;
|
|
527
527
|
postType: string | null;
|
|
528
528
|
resharedPost: {
|
|
529
|
-
text: string | null;
|
|
530
529
|
url: string | null;
|
|
530
|
+
text: string | null;
|
|
531
|
+
urn: string | null;
|
|
532
|
+
author: {
|
|
533
|
+
username: string | null;
|
|
534
|
+
headline: string | null;
|
|
535
|
+
firstName: string | null;
|
|
536
|
+
lastName: string | null;
|
|
537
|
+
profileUrl: string | null;
|
|
538
|
+
profilePicture: string | null;
|
|
539
|
+
} | null;
|
|
531
540
|
stats: {
|
|
532
541
|
like: number | null;
|
|
533
542
|
support: number | null;
|
|
@@ -539,15 +548,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
539
548
|
reposts: number | null;
|
|
540
549
|
totalReactions: number | null;
|
|
541
550
|
} | null;
|
|
542
|
-
urn: string | null;
|
|
543
|
-
author: {
|
|
544
|
-
username: string | null;
|
|
545
|
-
headline: string | null;
|
|
546
|
-
firstName: string | null;
|
|
547
|
-
lastName: string | null;
|
|
548
|
-
profileUrl: string | null;
|
|
549
|
-
profilePicture: string | null;
|
|
550
|
-
} | null;
|
|
551
551
|
media: {
|
|
552
552
|
type: string | null;
|
|
553
553
|
url: string | null;
|
|
@@ -710,12 +710,12 @@ declare const LinkedInProfileSchema: z.ZodObject<{
|
|
|
710
710
|
text: z.ZodNullable<z.ZodString>;
|
|
711
711
|
}, "strip", z.ZodTypeAny, {
|
|
712
712
|
text: string | null;
|
|
713
|
-
year: number | null;
|
|
714
713
|
month: string | null;
|
|
714
|
+
year: number | null;
|
|
715
715
|
}, {
|
|
716
716
|
text: string | null;
|
|
717
|
-
year: number | null;
|
|
718
717
|
month: string | null;
|
|
718
|
+
year: number | null;
|
|
719
719
|
}>>;
|
|
720
720
|
endDate: z.ZodNullable<z.ZodObject<{
|
|
721
721
|
month: z.ZodNullable<z.ZodString>;
|
|
@@ -723,12 +723,12 @@ declare const LinkedInProfileSchema: z.ZodObject<{
|
|
|
723
723
|
text: z.ZodNullable<z.ZodString>;
|
|
724
724
|
}, "strip", z.ZodTypeAny, {
|
|
725
725
|
text: string | null;
|
|
726
|
-
year: number | null;
|
|
727
726
|
month: string | null;
|
|
727
|
+
year: number | null;
|
|
728
728
|
}, {
|
|
729
729
|
text: string | null;
|
|
730
|
-
year: number | null;
|
|
731
730
|
month: string | null;
|
|
731
|
+
year: number | null;
|
|
732
732
|
}>>;
|
|
733
733
|
}, "strip", z.ZodTypeAny, {
|
|
734
734
|
description: string | null;
|
|
@@ -742,13 +742,13 @@ declare const LinkedInProfileSchema: z.ZodObject<{
|
|
|
742
742
|
skills: string[] | null;
|
|
743
743
|
startDate: {
|
|
744
744
|
text: string | null;
|
|
745
|
-
year: number | null;
|
|
746
745
|
month: string | null;
|
|
746
|
+
year: number | null;
|
|
747
747
|
} | null;
|
|
748
748
|
endDate: {
|
|
749
749
|
text: string | null;
|
|
750
|
-
year: number | null;
|
|
751
750
|
month: string | null;
|
|
751
|
+
year: number | null;
|
|
752
752
|
} | null;
|
|
753
753
|
}, {
|
|
754
754
|
description: string | null;
|
|
@@ -762,13 +762,13 @@ declare const LinkedInProfileSchema: z.ZodObject<{
|
|
|
762
762
|
skills: string[] | null;
|
|
763
763
|
startDate: {
|
|
764
764
|
text: string | null;
|
|
765
|
-
year: number | null;
|
|
766
765
|
month: string | null;
|
|
766
|
+
year: number | null;
|
|
767
767
|
} | null;
|
|
768
768
|
endDate: {
|
|
769
769
|
text: string | null;
|
|
770
|
-
year: number | null;
|
|
771
770
|
month: string | null;
|
|
771
|
+
year: number | null;
|
|
772
772
|
} | null;
|
|
773
773
|
}>, "many">>;
|
|
774
774
|
education: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -782,12 +782,12 @@ declare const LinkedInProfileSchema: z.ZodObject<{
|
|
|
782
782
|
text: z.ZodNullable<z.ZodString>;
|
|
783
783
|
}, "strip", z.ZodTypeAny, {
|
|
784
784
|
text: string | null;
|
|
785
|
-
year: number | null;
|
|
786
785
|
month: string | null;
|
|
786
|
+
year: number | null;
|
|
787
787
|
}, {
|
|
788
788
|
text: string | null;
|
|
789
|
-
year: number | null;
|
|
790
789
|
month: string | null;
|
|
790
|
+
year: number | null;
|
|
791
791
|
}>>;
|
|
792
792
|
endDate: z.ZodNullable<z.ZodObject<{
|
|
793
793
|
month: z.ZodNullable<z.ZodString>;
|
|
@@ -795,24 +795,24 @@ declare const LinkedInProfileSchema: z.ZodObject<{
|
|
|
795
795
|
text: z.ZodNullable<z.ZodString>;
|
|
796
796
|
}, "strip", z.ZodTypeAny, {
|
|
797
797
|
text: string | null;
|
|
798
|
-
year: number | null;
|
|
799
798
|
month: string | null;
|
|
799
|
+
year: number | null;
|
|
800
800
|
}, {
|
|
801
801
|
text: string | null;
|
|
802
|
-
year: number | null;
|
|
803
802
|
month: string | null;
|
|
803
|
+
year: number | null;
|
|
804
804
|
}>>;
|
|
805
805
|
period: z.ZodNullable<z.ZodString>;
|
|
806
806
|
}, "strip", z.ZodTypeAny, {
|
|
807
807
|
startDate: {
|
|
808
808
|
text: string | null;
|
|
809
|
-
year: number | null;
|
|
810
809
|
month: string | null;
|
|
810
|
+
year: number | null;
|
|
811
811
|
} | null;
|
|
812
812
|
endDate: {
|
|
813
813
|
text: string | null;
|
|
814
|
-
year: number | null;
|
|
815
814
|
month: string | null;
|
|
815
|
+
year: number | null;
|
|
816
816
|
} | null;
|
|
817
817
|
schoolName: string | null;
|
|
818
818
|
schoolLinkedinUrl: string | null;
|
|
@@ -822,13 +822,13 @@ declare const LinkedInProfileSchema: z.ZodObject<{
|
|
|
822
822
|
}, {
|
|
823
823
|
startDate: {
|
|
824
824
|
text: string | null;
|
|
825
|
-
year: number | null;
|
|
826
825
|
month: string | null;
|
|
826
|
+
year: number | null;
|
|
827
827
|
} | null;
|
|
828
828
|
endDate: {
|
|
829
829
|
text: string | null;
|
|
830
|
-
year: number | null;
|
|
831
830
|
month: string | null;
|
|
831
|
+
year: number | null;
|
|
832
832
|
} | null;
|
|
833
833
|
schoolName: string | null;
|
|
834
834
|
schoolLinkedinUrl: string | null;
|
|
@@ -868,8 +868,6 @@ declare const LinkedInProfileSchema: z.ZodObject<{
|
|
|
868
868
|
}>, "many">>;
|
|
869
869
|
}, "strip", z.ZodTypeAny, {
|
|
870
870
|
id: string | null;
|
|
871
|
-
photo: string | null;
|
|
872
|
-
verified: boolean | null;
|
|
873
871
|
location: {
|
|
874
872
|
text: string | null;
|
|
875
873
|
countryCode: string | null;
|
|
@@ -877,6 +875,7 @@ declare const LinkedInProfileSchema: z.ZodObject<{
|
|
|
877
875
|
state: string | null;
|
|
878
876
|
city: string | null;
|
|
879
877
|
} | null;
|
|
878
|
+
verified: boolean | null;
|
|
880
879
|
headline: string | null;
|
|
881
880
|
publicIdentifier: string | null;
|
|
882
881
|
linkedinUrl: string | null;
|
|
@@ -885,6 +884,7 @@ declare const LinkedInProfileSchema: z.ZodObject<{
|
|
|
885
884
|
about: string | null;
|
|
886
885
|
openToWork: boolean | null;
|
|
887
886
|
hiring: boolean | null;
|
|
887
|
+
photo: string | null;
|
|
888
888
|
premium: boolean | null;
|
|
889
889
|
influencer: boolean | null;
|
|
890
890
|
topSkills: string | null;
|
|
@@ -908,25 +908,25 @@ declare const LinkedInProfileSchema: z.ZodObject<{
|
|
|
908
908
|
skills: string[] | null;
|
|
909
909
|
startDate: {
|
|
910
910
|
text: string | null;
|
|
911
|
-
year: number | null;
|
|
912
911
|
month: string | null;
|
|
912
|
+
year: number | null;
|
|
913
913
|
} | null;
|
|
914
914
|
endDate: {
|
|
915
915
|
text: string | null;
|
|
916
|
-
year: number | null;
|
|
917
916
|
month: string | null;
|
|
917
|
+
year: number | null;
|
|
918
918
|
} | null;
|
|
919
919
|
}[] | null;
|
|
920
920
|
education: {
|
|
921
921
|
startDate: {
|
|
922
922
|
text: string | null;
|
|
923
|
-
year: number | null;
|
|
924
923
|
month: string | null;
|
|
924
|
+
year: number | null;
|
|
925
925
|
} | null;
|
|
926
926
|
endDate: {
|
|
927
927
|
text: string | null;
|
|
928
|
-
year: number | null;
|
|
929
928
|
month: string | null;
|
|
929
|
+
year: number | null;
|
|
930
930
|
} | null;
|
|
931
931
|
schoolName: string | null;
|
|
932
932
|
schoolLinkedinUrl: string | null;
|
|
@@ -945,8 +945,6 @@ declare const LinkedInProfileSchema: z.ZodObject<{
|
|
|
945
945
|
}[] | null;
|
|
946
946
|
}, {
|
|
947
947
|
id: string | null;
|
|
948
|
-
photo: string | null;
|
|
949
|
-
verified: boolean | null;
|
|
950
948
|
location: {
|
|
951
949
|
text: string | null;
|
|
952
950
|
countryCode: string | null;
|
|
@@ -954,6 +952,7 @@ declare const LinkedInProfileSchema: z.ZodObject<{
|
|
|
954
952
|
state: string | null;
|
|
955
953
|
city: string | null;
|
|
956
954
|
} | null;
|
|
955
|
+
verified: boolean | null;
|
|
957
956
|
headline: string | null;
|
|
958
957
|
publicIdentifier: string | null;
|
|
959
958
|
linkedinUrl: string | null;
|
|
@@ -962,6 +961,7 @@ declare const LinkedInProfileSchema: z.ZodObject<{
|
|
|
962
961
|
about: string | null;
|
|
963
962
|
openToWork: boolean | null;
|
|
964
963
|
hiring: boolean | null;
|
|
964
|
+
photo: string | null;
|
|
965
965
|
premium: boolean | null;
|
|
966
966
|
influencer: boolean | null;
|
|
967
967
|
topSkills: string | null;
|
|
@@ -985,25 +985,25 @@ declare const LinkedInProfileSchema: z.ZodObject<{
|
|
|
985
985
|
skills: string[] | null;
|
|
986
986
|
startDate: {
|
|
987
987
|
text: string | null;
|
|
988
|
-
year: number | null;
|
|
989
988
|
month: string | null;
|
|
989
|
+
year: number | null;
|
|
990
990
|
} | null;
|
|
991
991
|
endDate: {
|
|
992
992
|
text: string | null;
|
|
993
|
-
year: number | null;
|
|
994
993
|
month: string | null;
|
|
994
|
+
year: number | null;
|
|
995
995
|
} | null;
|
|
996
996
|
}[] | null;
|
|
997
997
|
education: {
|
|
998
998
|
startDate: {
|
|
999
999
|
text: string | null;
|
|
1000
|
-
year: number | null;
|
|
1001
1000
|
month: string | null;
|
|
1001
|
+
year: number | null;
|
|
1002
1002
|
} | null;
|
|
1003
1003
|
endDate: {
|
|
1004
1004
|
text: string | null;
|
|
1005
|
-
year: number | null;
|
|
1006
1005
|
month: string | null;
|
|
1006
|
+
year: number | null;
|
|
1007
1007
|
} | null;
|
|
1008
1008
|
schoolName: string | null;
|
|
1009
1009
|
schoolLinkedinUrl: string | null;
|
|
@@ -1037,8 +1037,8 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
1037
1037
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1038
1038
|
}, "strip", z.ZodTypeAny, {
|
|
1039
1039
|
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1040
|
-
username?: string | undefined;
|
|
1041
1040
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1041
|
+
username?: string | undefined;
|
|
1042
1042
|
limit?: number | undefined;
|
|
1043
1043
|
pageNumber?: number | undefined;
|
|
1044
1044
|
location?: string | undefined;
|
|
@@ -1047,12 +1047,12 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
1047
1047
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
1048
1048
|
profileUrl?: string | undefined;
|
|
1049
1049
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
1050
|
-
experienceLevel?: ("
|
|
1050
|
+
experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
|
|
1051
1051
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1052
1052
|
}, {
|
|
1053
1053
|
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1054
|
-
username?: string | undefined;
|
|
1055
1054
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1055
|
+
username?: string | undefined;
|
|
1056
1056
|
limit?: number | undefined;
|
|
1057
1057
|
pageNumber?: number | undefined;
|
|
1058
1058
|
location?: string | undefined;
|
|
@@ -1061,7 +1061,7 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
1061
1061
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
1062
1062
|
profileUrl?: string | undefined;
|
|
1063
1063
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
1064
|
-
experienceLevel?: ("
|
|
1064
|
+
experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
|
|
1065
1065
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1066
1066
|
}>;
|
|
1067
1067
|
declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
@@ -1125,12 +1125,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1125
1125
|
text: z.ZodNullable<z.ZodString>;
|
|
1126
1126
|
}, "strip", z.ZodTypeAny, {
|
|
1127
1127
|
text: string | null;
|
|
1128
|
-
year: number | null;
|
|
1129
1128
|
month: string | null;
|
|
1129
|
+
year: number | null;
|
|
1130
1130
|
}, {
|
|
1131
1131
|
text: string | null;
|
|
1132
|
-
year: number | null;
|
|
1133
1132
|
month: string | null;
|
|
1133
|
+
year: number | null;
|
|
1134
1134
|
}>>;
|
|
1135
1135
|
endDate: z.ZodNullable<z.ZodObject<{
|
|
1136
1136
|
month: z.ZodNullable<z.ZodString>;
|
|
@@ -1138,12 +1138,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1138
1138
|
text: z.ZodNullable<z.ZodString>;
|
|
1139
1139
|
}, "strip", z.ZodTypeAny, {
|
|
1140
1140
|
text: string | null;
|
|
1141
|
-
year: number | null;
|
|
1142
1141
|
month: string | null;
|
|
1142
|
+
year: number | null;
|
|
1143
1143
|
}, {
|
|
1144
1144
|
text: string | null;
|
|
1145
|
-
year: number | null;
|
|
1146
1145
|
month: string | null;
|
|
1146
|
+
year: number | null;
|
|
1147
1147
|
}>>;
|
|
1148
1148
|
}, "strip", z.ZodTypeAny, {
|
|
1149
1149
|
description: string | null;
|
|
@@ -1157,13 +1157,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1157
1157
|
skills: string[] | null;
|
|
1158
1158
|
startDate: {
|
|
1159
1159
|
text: string | null;
|
|
1160
|
-
year: number | null;
|
|
1161
1160
|
month: string | null;
|
|
1161
|
+
year: number | null;
|
|
1162
1162
|
} | null;
|
|
1163
1163
|
endDate: {
|
|
1164
1164
|
text: string | null;
|
|
1165
|
-
year: number | null;
|
|
1166
1165
|
month: string | null;
|
|
1166
|
+
year: number | null;
|
|
1167
1167
|
} | null;
|
|
1168
1168
|
}, {
|
|
1169
1169
|
description: string | null;
|
|
@@ -1177,13 +1177,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1177
1177
|
skills: string[] | null;
|
|
1178
1178
|
startDate: {
|
|
1179
1179
|
text: string | null;
|
|
1180
|
-
year: number | null;
|
|
1181
1180
|
month: string | null;
|
|
1181
|
+
year: number | null;
|
|
1182
1182
|
} | null;
|
|
1183
1183
|
endDate: {
|
|
1184
1184
|
text: string | null;
|
|
1185
|
-
year: number | null;
|
|
1186
1185
|
month: string | null;
|
|
1186
|
+
year: number | null;
|
|
1187
1187
|
} | null;
|
|
1188
1188
|
}>, "many">>;
|
|
1189
1189
|
education: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -1197,12 +1197,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1197
1197
|
text: z.ZodNullable<z.ZodString>;
|
|
1198
1198
|
}, "strip", z.ZodTypeAny, {
|
|
1199
1199
|
text: string | null;
|
|
1200
|
-
year: number | null;
|
|
1201
1200
|
month: string | null;
|
|
1201
|
+
year: number | null;
|
|
1202
1202
|
}, {
|
|
1203
1203
|
text: string | null;
|
|
1204
|
-
year: number | null;
|
|
1205
1204
|
month: string | null;
|
|
1205
|
+
year: number | null;
|
|
1206
1206
|
}>>;
|
|
1207
1207
|
endDate: z.ZodNullable<z.ZodObject<{
|
|
1208
1208
|
month: z.ZodNullable<z.ZodString>;
|
|
@@ -1210,24 +1210,24 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1210
1210
|
text: z.ZodNullable<z.ZodString>;
|
|
1211
1211
|
}, "strip", z.ZodTypeAny, {
|
|
1212
1212
|
text: string | null;
|
|
1213
|
-
year: number | null;
|
|
1214
1213
|
month: string | null;
|
|
1214
|
+
year: number | null;
|
|
1215
1215
|
}, {
|
|
1216
1216
|
text: string | null;
|
|
1217
|
-
year: number | null;
|
|
1218
1217
|
month: string | null;
|
|
1218
|
+
year: number | null;
|
|
1219
1219
|
}>>;
|
|
1220
1220
|
period: z.ZodNullable<z.ZodString>;
|
|
1221
1221
|
}, "strip", z.ZodTypeAny, {
|
|
1222
1222
|
startDate: {
|
|
1223
1223
|
text: string | null;
|
|
1224
|
-
year: number | null;
|
|
1225
1224
|
month: string | null;
|
|
1225
|
+
year: number | null;
|
|
1226
1226
|
} | null;
|
|
1227
1227
|
endDate: {
|
|
1228
1228
|
text: string | null;
|
|
1229
|
-
year: number | null;
|
|
1230
1229
|
month: string | null;
|
|
1230
|
+
year: number | null;
|
|
1231
1231
|
} | null;
|
|
1232
1232
|
schoolName: string | null;
|
|
1233
1233
|
schoolLinkedinUrl: string | null;
|
|
@@ -1237,13 +1237,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1237
1237
|
}, {
|
|
1238
1238
|
startDate: {
|
|
1239
1239
|
text: string | null;
|
|
1240
|
-
year: number | null;
|
|
1241
1240
|
month: string | null;
|
|
1241
|
+
year: number | null;
|
|
1242
1242
|
} | null;
|
|
1243
1243
|
endDate: {
|
|
1244
1244
|
text: string | null;
|
|
1245
|
-
year: number | null;
|
|
1246
1245
|
month: string | null;
|
|
1246
|
+
year: number | null;
|
|
1247
1247
|
} | null;
|
|
1248
1248
|
schoolName: string | null;
|
|
1249
1249
|
schoolLinkedinUrl: string | null;
|
|
@@ -1283,8 +1283,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1283
1283
|
}>, "many">>;
|
|
1284
1284
|
}, "strip", z.ZodTypeAny, {
|
|
1285
1285
|
id: string | null;
|
|
1286
|
-
photo: string | null;
|
|
1287
|
-
verified: boolean | null;
|
|
1288
1286
|
location: {
|
|
1289
1287
|
text: string | null;
|
|
1290
1288
|
countryCode: string | null;
|
|
@@ -1292,6 +1290,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1292
1290
|
state: string | null;
|
|
1293
1291
|
city: string | null;
|
|
1294
1292
|
} | null;
|
|
1293
|
+
verified: boolean | null;
|
|
1295
1294
|
headline: string | null;
|
|
1296
1295
|
publicIdentifier: string | null;
|
|
1297
1296
|
linkedinUrl: string | null;
|
|
@@ -1300,6 +1299,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1300
1299
|
about: string | null;
|
|
1301
1300
|
openToWork: boolean | null;
|
|
1302
1301
|
hiring: boolean | null;
|
|
1302
|
+
photo: string | null;
|
|
1303
1303
|
premium: boolean | null;
|
|
1304
1304
|
influencer: boolean | null;
|
|
1305
1305
|
topSkills: string | null;
|
|
@@ -1323,25 +1323,25 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1323
1323
|
skills: string[] | null;
|
|
1324
1324
|
startDate: {
|
|
1325
1325
|
text: string | null;
|
|
1326
|
-
year: number | null;
|
|
1327
1326
|
month: string | null;
|
|
1327
|
+
year: number | null;
|
|
1328
1328
|
} | null;
|
|
1329
1329
|
endDate: {
|
|
1330
1330
|
text: string | null;
|
|
1331
|
-
year: number | null;
|
|
1332
1331
|
month: string | null;
|
|
1332
|
+
year: number | null;
|
|
1333
1333
|
} | null;
|
|
1334
1334
|
}[] | null;
|
|
1335
1335
|
education: {
|
|
1336
1336
|
startDate: {
|
|
1337
1337
|
text: string | null;
|
|
1338
|
-
year: number | null;
|
|
1339
1338
|
month: string | null;
|
|
1339
|
+
year: number | null;
|
|
1340
1340
|
} | null;
|
|
1341
1341
|
endDate: {
|
|
1342
1342
|
text: string | null;
|
|
1343
|
-
year: number | null;
|
|
1344
1343
|
month: string | null;
|
|
1344
|
+
year: number | null;
|
|
1345
1345
|
} | null;
|
|
1346
1346
|
schoolName: string | null;
|
|
1347
1347
|
schoolLinkedinUrl: string | null;
|
|
@@ -1360,8 +1360,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1360
1360
|
}[] | null;
|
|
1361
1361
|
}, {
|
|
1362
1362
|
id: string | null;
|
|
1363
|
-
photo: string | null;
|
|
1364
|
-
verified: boolean | null;
|
|
1365
1363
|
location: {
|
|
1366
1364
|
text: string | null;
|
|
1367
1365
|
countryCode: string | null;
|
|
@@ -1369,6 +1367,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1369
1367
|
state: string | null;
|
|
1370
1368
|
city: string | null;
|
|
1371
1369
|
} | null;
|
|
1370
|
+
verified: boolean | null;
|
|
1372
1371
|
headline: string | null;
|
|
1373
1372
|
publicIdentifier: string | null;
|
|
1374
1373
|
linkedinUrl: string | null;
|
|
@@ -1377,6 +1376,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1377
1376
|
about: string | null;
|
|
1378
1377
|
openToWork: boolean | null;
|
|
1379
1378
|
hiring: boolean | null;
|
|
1379
|
+
photo: string | null;
|
|
1380
1380
|
premium: boolean | null;
|
|
1381
1381
|
influencer: boolean | null;
|
|
1382
1382
|
topSkills: string | null;
|
|
@@ -1400,25 +1400,25 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1400
1400
|
skills: string[] | null;
|
|
1401
1401
|
startDate: {
|
|
1402
1402
|
text: string | null;
|
|
1403
|
-
year: number | null;
|
|
1404
1403
|
month: string | null;
|
|
1404
|
+
year: number | null;
|
|
1405
1405
|
} | null;
|
|
1406
1406
|
endDate: {
|
|
1407
1407
|
text: string | null;
|
|
1408
|
-
year: number | null;
|
|
1409
1408
|
month: string | null;
|
|
1409
|
+
year: number | null;
|
|
1410
1410
|
} | null;
|
|
1411
1411
|
}[] | null;
|
|
1412
1412
|
education: {
|
|
1413
1413
|
startDate: {
|
|
1414
1414
|
text: string | null;
|
|
1415
|
-
year: number | null;
|
|
1416
1415
|
month: string | null;
|
|
1416
|
+
year: number | null;
|
|
1417
1417
|
} | null;
|
|
1418
1418
|
endDate: {
|
|
1419
1419
|
text: string | null;
|
|
1420
|
-
year: number | null;
|
|
1421
1420
|
month: string | null;
|
|
1421
|
+
year: number | null;
|
|
1422
1422
|
} | null;
|
|
1423
1423
|
schoolName: string | null;
|
|
1424
1424
|
schoolLinkedinUrl: string | null;
|
|
@@ -1637,13 +1637,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1637
1637
|
}, "strip", z.ZodTypeAny, {
|
|
1638
1638
|
title: string | null;
|
|
1639
1639
|
url: string | null;
|
|
1640
|
-
thumbnail: string | null;
|
|
1641
1640
|
subtitle: string | null;
|
|
1641
|
+
thumbnail: string | null;
|
|
1642
1642
|
}, {
|
|
1643
1643
|
title: string | null;
|
|
1644
1644
|
url: string | null;
|
|
1645
|
-
thumbnail: string | null;
|
|
1646
1645
|
subtitle: string | null;
|
|
1646
|
+
thumbnail: string | null;
|
|
1647
1647
|
}>>;
|
|
1648
1648
|
document: z.ZodNullable<z.ZodObject<{
|
|
1649
1649
|
title: z.ZodNullable<z.ZodString>;
|
|
@@ -1653,13 +1653,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1653
1653
|
}, "strip", z.ZodTypeAny, {
|
|
1654
1654
|
title: string | null;
|
|
1655
1655
|
url: string | null;
|
|
1656
|
-
thumbnail: string | null;
|
|
1657
1656
|
pageCount: number | null;
|
|
1657
|
+
thumbnail: string | null;
|
|
1658
1658
|
}, {
|
|
1659
1659
|
title: string | null;
|
|
1660
1660
|
url: string | null;
|
|
1661
|
-
thumbnail: string | null;
|
|
1662
1661
|
pageCount: number | null;
|
|
1662
|
+
thumbnail: string | null;
|
|
1663
1663
|
}>>;
|
|
1664
1664
|
resharedPost: z.ZodNullable<z.ZodObject<{
|
|
1665
1665
|
urn: z.ZodNullable<z.ZodString>;
|
|
@@ -1769,8 +1769,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1769
1769
|
thumbnail: string | null;
|
|
1770
1770
|
}>>;
|
|
1771
1771
|
}, "strip", z.ZodTypeAny, {
|
|
1772
|
-
text: string | null;
|
|
1773
1772
|
url: string | null;
|
|
1773
|
+
text: string | null;
|
|
1774
|
+
urn: string | null;
|
|
1775
|
+
author: {
|
|
1776
|
+
username: string | null;
|
|
1777
|
+
headline: string | null;
|
|
1778
|
+
firstName: string | null;
|
|
1779
|
+
lastName: string | null;
|
|
1780
|
+
profileUrl: string | null;
|
|
1781
|
+
profilePicture: string | null;
|
|
1782
|
+
} | null;
|
|
1774
1783
|
stats: {
|
|
1775
1784
|
like: number | null;
|
|
1776
1785
|
support: number | null;
|
|
@@ -1782,15 +1791,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1782
1791
|
reposts: number | null;
|
|
1783
1792
|
totalReactions: number | null;
|
|
1784
1793
|
} | null;
|
|
1785
|
-
urn: string | null;
|
|
1786
|
-
author: {
|
|
1787
|
-
username: string | null;
|
|
1788
|
-
headline: string | null;
|
|
1789
|
-
firstName: string | null;
|
|
1790
|
-
lastName: string | null;
|
|
1791
|
-
profileUrl: string | null;
|
|
1792
|
-
profilePicture: string | null;
|
|
1793
|
-
} | null;
|
|
1794
1794
|
media: {
|
|
1795
1795
|
type: string | null;
|
|
1796
1796
|
url: string | null;
|
|
@@ -1808,8 +1808,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1808
1808
|
} | null;
|
|
1809
1809
|
postType: string | null;
|
|
1810
1810
|
}, {
|
|
1811
|
-
text: string | null;
|
|
1812
1811
|
url: string | null;
|
|
1812
|
+
text: string | null;
|
|
1813
|
+
urn: string | null;
|
|
1814
|
+
author: {
|
|
1815
|
+
username: string | null;
|
|
1816
|
+
headline: string | null;
|
|
1817
|
+
firstName: string | null;
|
|
1818
|
+
lastName: string | null;
|
|
1819
|
+
profileUrl: string | null;
|
|
1820
|
+
profilePicture: string | null;
|
|
1821
|
+
} | null;
|
|
1813
1822
|
stats: {
|
|
1814
1823
|
like: number | null;
|
|
1815
1824
|
support: number | null;
|
|
@@ -1821,15 +1830,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1821
1830
|
reposts: number | null;
|
|
1822
1831
|
totalReactions: number | null;
|
|
1823
1832
|
} | null;
|
|
1824
|
-
urn: string | null;
|
|
1825
|
-
author: {
|
|
1826
|
-
username: string | null;
|
|
1827
|
-
headline: string | null;
|
|
1828
|
-
firstName: string | null;
|
|
1829
|
-
lastName: string | null;
|
|
1830
|
-
profileUrl: string | null;
|
|
1831
|
-
profilePicture: string | null;
|
|
1832
|
-
} | null;
|
|
1833
1833
|
media: {
|
|
1834
1834
|
type: string | null;
|
|
1835
1835
|
url: string | null;
|
|
@@ -1848,24 +1848,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1848
1848
|
postType: string | null;
|
|
1849
1849
|
}>>;
|
|
1850
1850
|
}, "strip", z.ZodTypeAny, {
|
|
1851
|
-
text: string | null;
|
|
1852
1851
|
url: string | null;
|
|
1853
|
-
|
|
1854
|
-
like: number | null;
|
|
1855
|
-
support: number | null;
|
|
1856
|
-
love: number | null;
|
|
1857
|
-
insight: number | null;
|
|
1858
|
-
celebrate: number | null;
|
|
1859
|
-
funny: number | null;
|
|
1860
|
-
comments: number | null;
|
|
1861
|
-
reposts: number | null;
|
|
1862
|
-
totalReactions: number | null;
|
|
1863
|
-
} | null;
|
|
1852
|
+
text: string | null;
|
|
1864
1853
|
document: {
|
|
1865
1854
|
title: string | null;
|
|
1866
1855
|
url: string | null;
|
|
1867
|
-
thumbnail: string | null;
|
|
1868
1856
|
pageCount: number | null;
|
|
1857
|
+
thumbnail: string | null;
|
|
1869
1858
|
} | null;
|
|
1870
1859
|
urn: string | null;
|
|
1871
1860
|
author: {
|
|
@@ -1876,6 +1865,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1876
1865
|
profileUrl: string | null;
|
|
1877
1866
|
profilePicture: string | null;
|
|
1878
1867
|
} | null;
|
|
1868
|
+
stats: {
|
|
1869
|
+
like: number | null;
|
|
1870
|
+
support: number | null;
|
|
1871
|
+
love: number | null;
|
|
1872
|
+
insight: number | null;
|
|
1873
|
+
celebrate: number | null;
|
|
1874
|
+
funny: number | null;
|
|
1875
|
+
comments: number | null;
|
|
1876
|
+
reposts: number | null;
|
|
1877
|
+
totalReactions: number | null;
|
|
1878
|
+
} | null;
|
|
1879
1879
|
media: {
|
|
1880
1880
|
type: string | null;
|
|
1881
1881
|
url: string | null;
|
|
@@ -1889,8 +1889,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1889
1889
|
article: {
|
|
1890
1890
|
title: string | null;
|
|
1891
1891
|
url: string | null;
|
|
1892
|
-
thumbnail: string | null;
|
|
1893
1892
|
subtitle: string | null;
|
|
1893
|
+
thumbnail: string | null;
|
|
1894
1894
|
} | null;
|
|
1895
1895
|
postedAt: {
|
|
1896
1896
|
date: string | null;
|
|
@@ -1900,8 +1900,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1900
1900
|
fullUrn: string | null;
|
|
1901
1901
|
postType: string | null;
|
|
1902
1902
|
resharedPost: {
|
|
1903
|
-
text: string | null;
|
|
1904
1903
|
url: string | null;
|
|
1904
|
+
text: string | null;
|
|
1905
|
+
urn: string | null;
|
|
1906
|
+
author: {
|
|
1907
|
+
username: string | null;
|
|
1908
|
+
headline: string | null;
|
|
1909
|
+
firstName: string | null;
|
|
1910
|
+
lastName: string | null;
|
|
1911
|
+
profileUrl: string | null;
|
|
1912
|
+
profilePicture: string | null;
|
|
1913
|
+
} | null;
|
|
1905
1914
|
stats: {
|
|
1906
1915
|
like: number | null;
|
|
1907
1916
|
support: number | null;
|
|
@@ -1913,15 +1922,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1913
1922
|
reposts: number | null;
|
|
1914
1923
|
totalReactions: number | null;
|
|
1915
1924
|
} | null;
|
|
1916
|
-
urn: string | null;
|
|
1917
|
-
author: {
|
|
1918
|
-
username: string | null;
|
|
1919
|
-
headline: string | null;
|
|
1920
|
-
firstName: string | null;
|
|
1921
|
-
lastName: string | null;
|
|
1922
|
-
profileUrl: string | null;
|
|
1923
|
-
profilePicture: string | null;
|
|
1924
|
-
} | null;
|
|
1925
1925
|
media: {
|
|
1926
1926
|
type: string | null;
|
|
1927
1927
|
url: string | null;
|
|
@@ -1940,24 +1940,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1940
1940
|
postType: string | null;
|
|
1941
1941
|
} | null;
|
|
1942
1942
|
}, {
|
|
1943
|
-
text: string | null;
|
|
1944
1943
|
url: string | null;
|
|
1945
|
-
|
|
1946
|
-
like: number | null;
|
|
1947
|
-
support: number | null;
|
|
1948
|
-
love: number | null;
|
|
1949
|
-
insight: number | null;
|
|
1950
|
-
celebrate: number | null;
|
|
1951
|
-
funny: number | null;
|
|
1952
|
-
comments: number | null;
|
|
1953
|
-
reposts: number | null;
|
|
1954
|
-
totalReactions: number | null;
|
|
1955
|
-
} | null;
|
|
1944
|
+
text: string | null;
|
|
1956
1945
|
document: {
|
|
1957
1946
|
title: string | null;
|
|
1958
1947
|
url: string | null;
|
|
1959
|
-
thumbnail: string | null;
|
|
1960
1948
|
pageCount: number | null;
|
|
1949
|
+
thumbnail: string | null;
|
|
1961
1950
|
} | null;
|
|
1962
1951
|
urn: string | null;
|
|
1963
1952
|
author: {
|
|
@@ -1968,6 +1957,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1968
1957
|
profileUrl: string | null;
|
|
1969
1958
|
profilePicture: string | null;
|
|
1970
1959
|
} | null;
|
|
1960
|
+
stats: {
|
|
1961
|
+
like: number | null;
|
|
1962
|
+
support: number | null;
|
|
1963
|
+
love: number | null;
|
|
1964
|
+
insight: number | null;
|
|
1965
|
+
celebrate: number | null;
|
|
1966
|
+
funny: number | null;
|
|
1967
|
+
comments: number | null;
|
|
1968
|
+
reposts: number | null;
|
|
1969
|
+
totalReactions: number | null;
|
|
1970
|
+
} | null;
|
|
1971
1971
|
media: {
|
|
1972
1972
|
type: string | null;
|
|
1973
1973
|
url: string | null;
|
|
@@ -1981,8 +1981,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1981
1981
|
article: {
|
|
1982
1982
|
title: string | null;
|
|
1983
1983
|
url: string | null;
|
|
1984
|
-
thumbnail: string | null;
|
|
1985
1984
|
subtitle: string | null;
|
|
1985
|
+
thumbnail: string | null;
|
|
1986
1986
|
} | null;
|
|
1987
1987
|
postedAt: {
|
|
1988
1988
|
date: string | null;
|
|
@@ -1992,8 +1992,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1992
1992
|
fullUrn: string | null;
|
|
1993
1993
|
postType: string | null;
|
|
1994
1994
|
resharedPost: {
|
|
1995
|
-
text: string | null;
|
|
1996
1995
|
url: string | null;
|
|
1996
|
+
text: string | null;
|
|
1997
|
+
urn: string | null;
|
|
1998
|
+
author: {
|
|
1999
|
+
username: string | null;
|
|
2000
|
+
headline: string | null;
|
|
2001
|
+
firstName: string | null;
|
|
2002
|
+
lastName: string | null;
|
|
2003
|
+
profileUrl: string | null;
|
|
2004
|
+
profilePicture: string | null;
|
|
2005
|
+
} | null;
|
|
1997
2006
|
stats: {
|
|
1998
2007
|
like: number | null;
|
|
1999
2008
|
support: number | null;
|
|
@@ -2005,15 +2014,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2005
2014
|
reposts: number | null;
|
|
2006
2015
|
totalReactions: number | null;
|
|
2007
2016
|
} | null;
|
|
2008
|
-
urn: string | null;
|
|
2009
|
-
author: {
|
|
2010
|
-
username: string | null;
|
|
2011
|
-
headline: string | null;
|
|
2012
|
-
firstName: string | null;
|
|
2013
|
-
lastName: string | null;
|
|
2014
|
-
profileUrl: string | null;
|
|
2015
|
-
profilePicture: string | null;
|
|
2016
|
-
} | null;
|
|
2017
2017
|
media: {
|
|
2018
2018
|
type: string | null;
|
|
2019
2019
|
url: string | null;
|
|
@@ -2045,24 +2045,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2045
2045
|
error: string;
|
|
2046
2046
|
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2047
2047
|
posts: {
|
|
2048
|
-
text: string | null;
|
|
2049
2048
|
url: string | null;
|
|
2050
|
-
|
|
2051
|
-
like: number | null;
|
|
2052
|
-
support: number | null;
|
|
2053
|
-
love: number | null;
|
|
2054
|
-
insight: number | null;
|
|
2055
|
-
celebrate: number | null;
|
|
2056
|
-
funny: number | null;
|
|
2057
|
-
comments: number | null;
|
|
2058
|
-
reposts: number | null;
|
|
2059
|
-
totalReactions: number | null;
|
|
2060
|
-
} | null;
|
|
2049
|
+
text: string | null;
|
|
2061
2050
|
document: {
|
|
2062
2051
|
title: string | null;
|
|
2063
2052
|
url: string | null;
|
|
2064
|
-
thumbnail: string | null;
|
|
2065
2053
|
pageCount: number | null;
|
|
2054
|
+
thumbnail: string | null;
|
|
2066
2055
|
} | null;
|
|
2067
2056
|
urn: string | null;
|
|
2068
2057
|
author: {
|
|
@@ -2073,6 +2062,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2073
2062
|
profileUrl: string | null;
|
|
2074
2063
|
profilePicture: string | null;
|
|
2075
2064
|
} | null;
|
|
2065
|
+
stats: {
|
|
2066
|
+
like: number | null;
|
|
2067
|
+
support: number | null;
|
|
2068
|
+
love: number | null;
|
|
2069
|
+
insight: number | null;
|
|
2070
|
+
celebrate: number | null;
|
|
2071
|
+
funny: number | null;
|
|
2072
|
+
comments: number | null;
|
|
2073
|
+
reposts: number | null;
|
|
2074
|
+
totalReactions: number | null;
|
|
2075
|
+
} | null;
|
|
2076
2076
|
media: {
|
|
2077
2077
|
type: string | null;
|
|
2078
2078
|
url: string | null;
|
|
@@ -2086,8 +2086,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2086
2086
|
article: {
|
|
2087
2087
|
title: string | null;
|
|
2088
2088
|
url: string | null;
|
|
2089
|
-
thumbnail: string | null;
|
|
2090
2089
|
subtitle: string | null;
|
|
2090
|
+
thumbnail: string | null;
|
|
2091
2091
|
} | null;
|
|
2092
2092
|
postedAt: {
|
|
2093
2093
|
date: string | null;
|
|
@@ -2097,8 +2097,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2097
2097
|
fullUrn: string | null;
|
|
2098
2098
|
postType: string | null;
|
|
2099
2099
|
resharedPost: {
|
|
2100
|
-
text: string | null;
|
|
2101
2100
|
url: string | null;
|
|
2101
|
+
text: string | null;
|
|
2102
|
+
urn: string | null;
|
|
2103
|
+
author: {
|
|
2104
|
+
username: string | null;
|
|
2105
|
+
headline: string | null;
|
|
2106
|
+
firstName: string | null;
|
|
2107
|
+
lastName: string | null;
|
|
2108
|
+
profileUrl: string | null;
|
|
2109
|
+
profilePicture: string | null;
|
|
2110
|
+
} | null;
|
|
2102
2111
|
stats: {
|
|
2103
2112
|
like: number | null;
|
|
2104
2113
|
support: number | null;
|
|
@@ -2110,15 +2119,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2110
2119
|
reposts: number | null;
|
|
2111
2120
|
totalReactions: number | null;
|
|
2112
2121
|
} | null;
|
|
2113
|
-
urn: string | null;
|
|
2114
|
-
author: {
|
|
2115
|
-
username: string | null;
|
|
2116
|
-
headline: string | null;
|
|
2117
|
-
firstName: string | null;
|
|
2118
|
-
lastName: string | null;
|
|
2119
|
-
profileUrl: string | null;
|
|
2120
|
-
profilePicture: string | null;
|
|
2121
|
-
} | null;
|
|
2122
2122
|
media: {
|
|
2123
2123
|
type: string | null;
|
|
2124
2124
|
url: string | null;
|
|
@@ -2141,8 +2141,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2141
2141
|
username?: string | undefined;
|
|
2142
2142
|
profile?: {
|
|
2143
2143
|
id: string | null;
|
|
2144
|
-
photo: string | null;
|
|
2145
|
-
verified: boolean | null;
|
|
2146
2144
|
location: {
|
|
2147
2145
|
text: string | null;
|
|
2148
2146
|
countryCode: string | null;
|
|
@@ -2150,6 +2148,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2150
2148
|
state: string | null;
|
|
2151
2149
|
city: string | null;
|
|
2152
2150
|
} | null;
|
|
2151
|
+
verified: boolean | null;
|
|
2153
2152
|
headline: string | null;
|
|
2154
2153
|
publicIdentifier: string | null;
|
|
2155
2154
|
linkedinUrl: string | null;
|
|
@@ -2158,6 +2157,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2158
2157
|
about: string | null;
|
|
2159
2158
|
openToWork: boolean | null;
|
|
2160
2159
|
hiring: boolean | null;
|
|
2160
|
+
photo: string | null;
|
|
2161
2161
|
premium: boolean | null;
|
|
2162
2162
|
influencer: boolean | null;
|
|
2163
2163
|
topSkills: string | null;
|
|
@@ -2181,25 +2181,25 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2181
2181
|
skills: string[] | null;
|
|
2182
2182
|
startDate: {
|
|
2183
2183
|
text: string | null;
|
|
2184
|
-
year: number | null;
|
|
2185
2184
|
month: string | null;
|
|
2185
|
+
year: number | null;
|
|
2186
2186
|
} | null;
|
|
2187
2187
|
endDate: {
|
|
2188
2188
|
text: string | null;
|
|
2189
|
-
year: number | null;
|
|
2190
2189
|
month: string | null;
|
|
2190
|
+
year: number | null;
|
|
2191
2191
|
} | null;
|
|
2192
2192
|
}[] | null;
|
|
2193
2193
|
education: {
|
|
2194
2194
|
startDate: {
|
|
2195
2195
|
text: string | null;
|
|
2196
|
-
year: number | null;
|
|
2197
2196
|
month: string | null;
|
|
2197
|
+
year: number | null;
|
|
2198
2198
|
} | null;
|
|
2199
2199
|
endDate: {
|
|
2200
2200
|
text: string | null;
|
|
2201
|
-
year: number | null;
|
|
2202
2201
|
month: string | null;
|
|
2202
|
+
year: number | null;
|
|
2203
2203
|
} | null;
|
|
2204
2204
|
schoolName: string | null;
|
|
2205
2205
|
schoolLinkedinUrl: string | null;
|
|
@@ -2249,24 +2249,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2249
2249
|
error: string;
|
|
2250
2250
|
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2251
2251
|
posts: {
|
|
2252
|
-
text: string | null;
|
|
2253
2252
|
url: string | null;
|
|
2254
|
-
|
|
2255
|
-
like: number | null;
|
|
2256
|
-
support: number | null;
|
|
2257
|
-
love: number | null;
|
|
2258
|
-
insight: number | null;
|
|
2259
|
-
celebrate: number | null;
|
|
2260
|
-
funny: number | null;
|
|
2261
|
-
comments: number | null;
|
|
2262
|
-
reposts: number | null;
|
|
2263
|
-
totalReactions: number | null;
|
|
2264
|
-
} | null;
|
|
2253
|
+
text: string | null;
|
|
2265
2254
|
document: {
|
|
2266
2255
|
title: string | null;
|
|
2267
2256
|
url: string | null;
|
|
2268
|
-
thumbnail: string | null;
|
|
2269
2257
|
pageCount: number | null;
|
|
2258
|
+
thumbnail: string | null;
|
|
2270
2259
|
} | null;
|
|
2271
2260
|
urn: string | null;
|
|
2272
2261
|
author: {
|
|
@@ -2277,6 +2266,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2277
2266
|
profileUrl: string | null;
|
|
2278
2267
|
profilePicture: string | null;
|
|
2279
2268
|
} | null;
|
|
2269
|
+
stats: {
|
|
2270
|
+
like: number | null;
|
|
2271
|
+
support: number | null;
|
|
2272
|
+
love: number | null;
|
|
2273
|
+
insight: number | null;
|
|
2274
|
+
celebrate: number | null;
|
|
2275
|
+
funny: number | null;
|
|
2276
|
+
comments: number | null;
|
|
2277
|
+
reposts: number | null;
|
|
2278
|
+
totalReactions: number | null;
|
|
2279
|
+
} | null;
|
|
2280
2280
|
media: {
|
|
2281
2281
|
type: string | null;
|
|
2282
2282
|
url: string | null;
|
|
@@ -2290,8 +2290,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2290
2290
|
article: {
|
|
2291
2291
|
title: string | null;
|
|
2292
2292
|
url: string | null;
|
|
2293
|
-
thumbnail: string | null;
|
|
2294
2293
|
subtitle: string | null;
|
|
2294
|
+
thumbnail: string | null;
|
|
2295
2295
|
} | null;
|
|
2296
2296
|
postedAt: {
|
|
2297
2297
|
date: string | null;
|
|
@@ -2301,8 +2301,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2301
2301
|
fullUrn: string | null;
|
|
2302
2302
|
postType: string | null;
|
|
2303
2303
|
resharedPost: {
|
|
2304
|
-
text: string | null;
|
|
2305
2304
|
url: string | null;
|
|
2305
|
+
text: string | null;
|
|
2306
|
+
urn: string | null;
|
|
2307
|
+
author: {
|
|
2308
|
+
username: string | null;
|
|
2309
|
+
headline: string | null;
|
|
2310
|
+
firstName: string | null;
|
|
2311
|
+
lastName: string | null;
|
|
2312
|
+
profileUrl: string | null;
|
|
2313
|
+
profilePicture: string | null;
|
|
2314
|
+
} | null;
|
|
2306
2315
|
stats: {
|
|
2307
2316
|
like: number | null;
|
|
2308
2317
|
support: number | null;
|
|
@@ -2314,15 +2323,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2314
2323
|
reposts: number | null;
|
|
2315
2324
|
totalReactions: number | null;
|
|
2316
2325
|
} | null;
|
|
2317
|
-
urn: string | null;
|
|
2318
|
-
author: {
|
|
2319
|
-
username: string | null;
|
|
2320
|
-
headline: string | null;
|
|
2321
|
-
firstName: string | null;
|
|
2322
|
-
lastName: string | null;
|
|
2323
|
-
profileUrl: string | null;
|
|
2324
|
-
profilePicture: string | null;
|
|
2325
|
-
} | null;
|
|
2326
2326
|
media: {
|
|
2327
2327
|
type: string | null;
|
|
2328
2328
|
url: string | null;
|
|
@@ -2345,8 +2345,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2345
2345
|
username?: string | undefined;
|
|
2346
2346
|
profile?: {
|
|
2347
2347
|
id: string | null;
|
|
2348
|
-
photo: string | null;
|
|
2349
|
-
verified: boolean | null;
|
|
2350
2348
|
location: {
|
|
2351
2349
|
text: string | null;
|
|
2352
2350
|
countryCode: string | null;
|
|
@@ -2354,6 +2352,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2354
2352
|
state: string | null;
|
|
2355
2353
|
city: string | null;
|
|
2356
2354
|
} | null;
|
|
2355
|
+
verified: boolean | null;
|
|
2357
2356
|
headline: string | null;
|
|
2358
2357
|
publicIdentifier: string | null;
|
|
2359
2358
|
linkedinUrl: string | null;
|
|
@@ -2362,6 +2361,7 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2362
2361
|
about: string | null;
|
|
2363
2362
|
openToWork: boolean | null;
|
|
2364
2363
|
hiring: boolean | null;
|
|
2364
|
+
photo: string | null;
|
|
2365
2365
|
premium: boolean | null;
|
|
2366
2366
|
influencer: boolean | null;
|
|
2367
2367
|
topSkills: string | null;
|
|
@@ -2385,25 +2385,25 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2385
2385
|
skills: string[] | null;
|
|
2386
2386
|
startDate: {
|
|
2387
2387
|
text: string | null;
|
|
2388
|
-
year: number | null;
|
|
2389
2388
|
month: string | null;
|
|
2389
|
+
year: number | null;
|
|
2390
2390
|
} | null;
|
|
2391
2391
|
endDate: {
|
|
2392
2392
|
text: string | null;
|
|
2393
|
-
year: number | null;
|
|
2394
2393
|
month: string | null;
|
|
2394
|
+
year: number | null;
|
|
2395
2395
|
} | null;
|
|
2396
2396
|
}[] | null;
|
|
2397
2397
|
education: {
|
|
2398
2398
|
startDate: {
|
|
2399
2399
|
text: string | null;
|
|
2400
|
-
year: number | null;
|
|
2401
2400
|
month: string | null;
|
|
2401
|
+
year: number | null;
|
|
2402
2402
|
} | null;
|
|
2403
2403
|
endDate: {
|
|
2404
2404
|
text: string | null;
|
|
2405
|
-
year: number | null;
|
|
2406
2405
|
month: string | null;
|
|
2406
|
+
year: number | null;
|
|
2407
2407
|
} | null;
|
|
2408
2408
|
schoolName: string | null;
|
|
2409
2409
|
schoolLinkedinUrl: string | null;
|
|
@@ -2490,8 +2490,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2490
2490
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
2491
2491
|
}, "strip", z.ZodTypeAny, {
|
|
2492
2492
|
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2493
|
-
username?: string | undefined;
|
|
2494
2493
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2494
|
+
username?: string | undefined;
|
|
2495
2495
|
limit?: number | undefined;
|
|
2496
2496
|
pageNumber?: number | undefined;
|
|
2497
2497
|
location?: string | undefined;
|
|
@@ -2500,12 +2500,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2500
2500
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
2501
2501
|
profileUrl?: string | undefined;
|
|
2502
2502
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
2503
|
-
experienceLevel?: ("
|
|
2503
|
+
experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
|
|
2504
2504
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
2505
2505
|
}, {
|
|
2506
2506
|
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2507
|
-
username?: string | undefined;
|
|
2508
2507
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2508
|
+
username?: string | undefined;
|
|
2509
2509
|
limit?: number | undefined;
|
|
2510
2510
|
pageNumber?: number | undefined;
|
|
2511
2511
|
location?: string | undefined;
|
|
@@ -2514,7 +2514,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2514
2514
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
2515
2515
|
profileUrl?: string | undefined;
|
|
2516
2516
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
2517
|
-
experienceLevel?: ("
|
|
2517
|
+
experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
|
|
2518
2518
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
2519
2519
|
}>;
|
|
2520
2520
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -2578,12 +2578,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2578
2578
|
text: z.ZodNullable<z.ZodString>;
|
|
2579
2579
|
}, "strip", z.ZodTypeAny, {
|
|
2580
2580
|
text: string | null;
|
|
2581
|
-
year: number | null;
|
|
2582
2581
|
month: string | null;
|
|
2582
|
+
year: number | null;
|
|
2583
2583
|
}, {
|
|
2584
2584
|
text: string | null;
|
|
2585
|
-
year: number | null;
|
|
2586
2585
|
month: string | null;
|
|
2586
|
+
year: number | null;
|
|
2587
2587
|
}>>;
|
|
2588
2588
|
endDate: z.ZodNullable<z.ZodObject<{
|
|
2589
2589
|
month: z.ZodNullable<z.ZodString>;
|
|
@@ -2591,12 +2591,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2591
2591
|
text: z.ZodNullable<z.ZodString>;
|
|
2592
2592
|
}, "strip", z.ZodTypeAny, {
|
|
2593
2593
|
text: string | null;
|
|
2594
|
-
year: number | null;
|
|
2595
2594
|
month: string | null;
|
|
2595
|
+
year: number | null;
|
|
2596
2596
|
}, {
|
|
2597
2597
|
text: string | null;
|
|
2598
|
-
year: number | null;
|
|
2599
2598
|
month: string | null;
|
|
2599
|
+
year: number | null;
|
|
2600
2600
|
}>>;
|
|
2601
2601
|
}, "strip", z.ZodTypeAny, {
|
|
2602
2602
|
description: string | null;
|
|
@@ -2610,13 +2610,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2610
2610
|
skills: string[] | null;
|
|
2611
2611
|
startDate: {
|
|
2612
2612
|
text: string | null;
|
|
2613
|
-
year: number | null;
|
|
2614
2613
|
month: string | null;
|
|
2614
|
+
year: number | null;
|
|
2615
2615
|
} | null;
|
|
2616
2616
|
endDate: {
|
|
2617
2617
|
text: string | null;
|
|
2618
|
-
year: number | null;
|
|
2619
2618
|
month: string | null;
|
|
2619
|
+
year: number | null;
|
|
2620
2620
|
} | null;
|
|
2621
2621
|
}, {
|
|
2622
2622
|
description: string | null;
|
|
@@ -2630,13 +2630,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2630
2630
|
skills: string[] | null;
|
|
2631
2631
|
startDate: {
|
|
2632
2632
|
text: string | null;
|
|
2633
|
-
year: number | null;
|
|
2634
2633
|
month: string | null;
|
|
2634
|
+
year: number | null;
|
|
2635
2635
|
} | null;
|
|
2636
2636
|
endDate: {
|
|
2637
2637
|
text: string | null;
|
|
2638
|
-
year: number | null;
|
|
2639
2638
|
month: string | null;
|
|
2639
|
+
year: number | null;
|
|
2640
2640
|
} | null;
|
|
2641
2641
|
}>, "many">>;
|
|
2642
2642
|
education: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -2650,12 +2650,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2650
2650
|
text: z.ZodNullable<z.ZodString>;
|
|
2651
2651
|
}, "strip", z.ZodTypeAny, {
|
|
2652
2652
|
text: string | null;
|
|
2653
|
-
year: number | null;
|
|
2654
2653
|
month: string | null;
|
|
2654
|
+
year: number | null;
|
|
2655
2655
|
}, {
|
|
2656
2656
|
text: string | null;
|
|
2657
|
-
year: number | null;
|
|
2658
2657
|
month: string | null;
|
|
2658
|
+
year: number | null;
|
|
2659
2659
|
}>>;
|
|
2660
2660
|
endDate: z.ZodNullable<z.ZodObject<{
|
|
2661
2661
|
month: z.ZodNullable<z.ZodString>;
|
|
@@ -2663,24 +2663,24 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2663
2663
|
text: z.ZodNullable<z.ZodString>;
|
|
2664
2664
|
}, "strip", z.ZodTypeAny, {
|
|
2665
2665
|
text: string | null;
|
|
2666
|
-
year: number | null;
|
|
2667
2666
|
month: string | null;
|
|
2667
|
+
year: number | null;
|
|
2668
2668
|
}, {
|
|
2669
2669
|
text: string | null;
|
|
2670
|
-
year: number | null;
|
|
2671
2670
|
month: string | null;
|
|
2671
|
+
year: number | null;
|
|
2672
2672
|
}>>;
|
|
2673
2673
|
period: z.ZodNullable<z.ZodString>;
|
|
2674
2674
|
}, "strip", z.ZodTypeAny, {
|
|
2675
2675
|
startDate: {
|
|
2676
2676
|
text: string | null;
|
|
2677
|
-
year: number | null;
|
|
2678
2677
|
month: string | null;
|
|
2678
|
+
year: number | null;
|
|
2679
2679
|
} | null;
|
|
2680
2680
|
endDate: {
|
|
2681
2681
|
text: string | null;
|
|
2682
|
-
year: number | null;
|
|
2683
2682
|
month: string | null;
|
|
2683
|
+
year: number | null;
|
|
2684
2684
|
} | null;
|
|
2685
2685
|
schoolName: string | null;
|
|
2686
2686
|
schoolLinkedinUrl: string | null;
|
|
@@ -2690,13 +2690,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2690
2690
|
}, {
|
|
2691
2691
|
startDate: {
|
|
2692
2692
|
text: string | null;
|
|
2693
|
-
year: number | null;
|
|
2694
2693
|
month: string | null;
|
|
2694
|
+
year: number | null;
|
|
2695
2695
|
} | null;
|
|
2696
2696
|
endDate: {
|
|
2697
2697
|
text: string | null;
|
|
2698
|
-
year: number | null;
|
|
2699
2698
|
month: string | null;
|
|
2699
|
+
year: number | null;
|
|
2700
2700
|
} | null;
|
|
2701
2701
|
schoolName: string | null;
|
|
2702
2702
|
schoolLinkedinUrl: string | null;
|
|
@@ -2736,8 +2736,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2736
2736
|
}>, "many">>;
|
|
2737
2737
|
}, "strip", z.ZodTypeAny, {
|
|
2738
2738
|
id: string | null;
|
|
2739
|
-
photo: string | null;
|
|
2740
|
-
verified: boolean | null;
|
|
2741
2739
|
location: {
|
|
2742
2740
|
text: string | null;
|
|
2743
2741
|
countryCode: string | null;
|
|
@@ -2745,6 +2743,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2745
2743
|
state: string | null;
|
|
2746
2744
|
city: string | null;
|
|
2747
2745
|
} | null;
|
|
2746
|
+
verified: boolean | null;
|
|
2748
2747
|
headline: string | null;
|
|
2749
2748
|
publicIdentifier: string | null;
|
|
2750
2749
|
linkedinUrl: string | null;
|
|
@@ -2753,6 +2752,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2753
2752
|
about: string | null;
|
|
2754
2753
|
openToWork: boolean | null;
|
|
2755
2754
|
hiring: boolean | null;
|
|
2755
|
+
photo: string | null;
|
|
2756
2756
|
premium: boolean | null;
|
|
2757
2757
|
influencer: boolean | null;
|
|
2758
2758
|
topSkills: string | null;
|
|
@@ -2776,25 +2776,25 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2776
2776
|
skills: string[] | null;
|
|
2777
2777
|
startDate: {
|
|
2778
2778
|
text: string | null;
|
|
2779
|
-
year: number | null;
|
|
2780
2779
|
month: string | null;
|
|
2780
|
+
year: number | null;
|
|
2781
2781
|
} | null;
|
|
2782
2782
|
endDate: {
|
|
2783
2783
|
text: string | null;
|
|
2784
|
-
year: number | null;
|
|
2785
2784
|
month: string | null;
|
|
2785
|
+
year: number | null;
|
|
2786
2786
|
} | null;
|
|
2787
2787
|
}[] | null;
|
|
2788
2788
|
education: {
|
|
2789
2789
|
startDate: {
|
|
2790
2790
|
text: string | null;
|
|
2791
|
-
year: number | null;
|
|
2792
2791
|
month: string | null;
|
|
2792
|
+
year: number | null;
|
|
2793
2793
|
} | null;
|
|
2794
2794
|
endDate: {
|
|
2795
2795
|
text: string | null;
|
|
2796
|
-
year: number | null;
|
|
2797
2796
|
month: string | null;
|
|
2797
|
+
year: number | null;
|
|
2798
2798
|
} | null;
|
|
2799
2799
|
schoolName: string | null;
|
|
2800
2800
|
schoolLinkedinUrl: string | null;
|
|
@@ -2813,8 +2813,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2813
2813
|
}[] | null;
|
|
2814
2814
|
}, {
|
|
2815
2815
|
id: string | null;
|
|
2816
|
-
photo: string | null;
|
|
2817
|
-
verified: boolean | null;
|
|
2818
2816
|
location: {
|
|
2819
2817
|
text: string | null;
|
|
2820
2818
|
countryCode: string | null;
|
|
@@ -2822,6 +2820,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2822
2820
|
state: string | null;
|
|
2823
2821
|
city: string | null;
|
|
2824
2822
|
} | null;
|
|
2823
|
+
verified: boolean | null;
|
|
2825
2824
|
headline: string | null;
|
|
2826
2825
|
publicIdentifier: string | null;
|
|
2827
2826
|
linkedinUrl: string | null;
|
|
@@ -2830,6 +2829,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2830
2829
|
about: string | null;
|
|
2831
2830
|
openToWork: boolean | null;
|
|
2832
2831
|
hiring: boolean | null;
|
|
2832
|
+
photo: string | null;
|
|
2833
2833
|
premium: boolean | null;
|
|
2834
2834
|
influencer: boolean | null;
|
|
2835
2835
|
topSkills: string | null;
|
|
@@ -2853,25 +2853,25 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2853
2853
|
skills: string[] | null;
|
|
2854
2854
|
startDate: {
|
|
2855
2855
|
text: string | null;
|
|
2856
|
-
year: number | null;
|
|
2857
2856
|
month: string | null;
|
|
2857
|
+
year: number | null;
|
|
2858
2858
|
} | null;
|
|
2859
2859
|
endDate: {
|
|
2860
2860
|
text: string | null;
|
|
2861
|
-
year: number | null;
|
|
2862
2861
|
month: string | null;
|
|
2862
|
+
year: number | null;
|
|
2863
2863
|
} | null;
|
|
2864
2864
|
}[] | null;
|
|
2865
2865
|
education: {
|
|
2866
2866
|
startDate: {
|
|
2867
2867
|
text: string | null;
|
|
2868
|
-
year: number | null;
|
|
2869
2868
|
month: string | null;
|
|
2869
|
+
year: number | null;
|
|
2870
2870
|
} | null;
|
|
2871
2871
|
endDate: {
|
|
2872
2872
|
text: string | null;
|
|
2873
|
-
year: number | null;
|
|
2874
2873
|
month: string | null;
|
|
2874
|
+
year: number | null;
|
|
2875
2875
|
} | null;
|
|
2876
2876
|
schoolName: string | null;
|
|
2877
2877
|
schoolLinkedinUrl: string | null;
|
|
@@ -3090,13 +3090,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3090
3090
|
}, "strip", z.ZodTypeAny, {
|
|
3091
3091
|
title: string | null;
|
|
3092
3092
|
url: string | null;
|
|
3093
|
-
thumbnail: string | null;
|
|
3094
3093
|
subtitle: string | null;
|
|
3094
|
+
thumbnail: string | null;
|
|
3095
3095
|
}, {
|
|
3096
3096
|
title: string | null;
|
|
3097
3097
|
url: string | null;
|
|
3098
|
-
thumbnail: string | null;
|
|
3099
3098
|
subtitle: string | null;
|
|
3099
|
+
thumbnail: string | null;
|
|
3100
3100
|
}>>;
|
|
3101
3101
|
document: z.ZodNullable<z.ZodObject<{
|
|
3102
3102
|
title: z.ZodNullable<z.ZodString>;
|
|
@@ -3106,13 +3106,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3106
3106
|
}, "strip", z.ZodTypeAny, {
|
|
3107
3107
|
title: string | null;
|
|
3108
3108
|
url: string | null;
|
|
3109
|
-
thumbnail: string | null;
|
|
3110
3109
|
pageCount: number | null;
|
|
3110
|
+
thumbnail: string | null;
|
|
3111
3111
|
}, {
|
|
3112
3112
|
title: string | null;
|
|
3113
3113
|
url: string | null;
|
|
3114
|
-
thumbnail: string | null;
|
|
3115
3114
|
pageCount: number | null;
|
|
3115
|
+
thumbnail: string | null;
|
|
3116
3116
|
}>>;
|
|
3117
3117
|
resharedPost: z.ZodNullable<z.ZodObject<{
|
|
3118
3118
|
urn: z.ZodNullable<z.ZodString>;
|
|
@@ -3222,8 +3222,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3222
3222
|
thumbnail: string | null;
|
|
3223
3223
|
}>>;
|
|
3224
3224
|
}, "strip", z.ZodTypeAny, {
|
|
3225
|
-
text: string | null;
|
|
3226
3225
|
url: string | null;
|
|
3226
|
+
text: string | null;
|
|
3227
|
+
urn: string | null;
|
|
3228
|
+
author: {
|
|
3229
|
+
username: string | null;
|
|
3230
|
+
headline: string | null;
|
|
3231
|
+
firstName: string | null;
|
|
3232
|
+
lastName: string | null;
|
|
3233
|
+
profileUrl: string | null;
|
|
3234
|
+
profilePicture: string | null;
|
|
3235
|
+
} | null;
|
|
3227
3236
|
stats: {
|
|
3228
3237
|
like: number | null;
|
|
3229
3238
|
support: number | null;
|
|
@@ -3235,15 +3244,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3235
3244
|
reposts: number | null;
|
|
3236
3245
|
totalReactions: number | null;
|
|
3237
3246
|
} | null;
|
|
3238
|
-
urn: string | null;
|
|
3239
|
-
author: {
|
|
3240
|
-
username: string | null;
|
|
3241
|
-
headline: string | null;
|
|
3242
|
-
firstName: string | null;
|
|
3243
|
-
lastName: string | null;
|
|
3244
|
-
profileUrl: string | null;
|
|
3245
|
-
profilePicture: string | null;
|
|
3246
|
-
} | null;
|
|
3247
3247
|
media: {
|
|
3248
3248
|
type: string | null;
|
|
3249
3249
|
url: string | null;
|
|
@@ -3261,8 +3261,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3261
3261
|
} | null;
|
|
3262
3262
|
postType: string | null;
|
|
3263
3263
|
}, {
|
|
3264
|
-
text: string | null;
|
|
3265
3264
|
url: string | null;
|
|
3265
|
+
text: string | null;
|
|
3266
|
+
urn: string | null;
|
|
3267
|
+
author: {
|
|
3268
|
+
username: string | null;
|
|
3269
|
+
headline: string | null;
|
|
3270
|
+
firstName: string | null;
|
|
3271
|
+
lastName: string | null;
|
|
3272
|
+
profileUrl: string | null;
|
|
3273
|
+
profilePicture: string | null;
|
|
3274
|
+
} | null;
|
|
3266
3275
|
stats: {
|
|
3267
3276
|
like: number | null;
|
|
3268
3277
|
support: number | null;
|
|
@@ -3274,15 +3283,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3274
3283
|
reposts: number | null;
|
|
3275
3284
|
totalReactions: number | null;
|
|
3276
3285
|
} | null;
|
|
3277
|
-
urn: string | null;
|
|
3278
|
-
author: {
|
|
3279
|
-
username: string | null;
|
|
3280
|
-
headline: string | null;
|
|
3281
|
-
firstName: string | null;
|
|
3282
|
-
lastName: string | null;
|
|
3283
|
-
profileUrl: string | null;
|
|
3284
|
-
profilePicture: string | null;
|
|
3285
|
-
} | null;
|
|
3286
3286
|
media: {
|
|
3287
3287
|
type: string | null;
|
|
3288
3288
|
url: string | null;
|
|
@@ -3301,24 +3301,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3301
3301
|
postType: string | null;
|
|
3302
3302
|
}>>;
|
|
3303
3303
|
}, "strip", z.ZodTypeAny, {
|
|
3304
|
-
text: string | null;
|
|
3305
3304
|
url: string | null;
|
|
3306
|
-
|
|
3307
|
-
like: number | null;
|
|
3308
|
-
support: number | null;
|
|
3309
|
-
love: number | null;
|
|
3310
|
-
insight: number | null;
|
|
3311
|
-
celebrate: number | null;
|
|
3312
|
-
funny: number | null;
|
|
3313
|
-
comments: number | null;
|
|
3314
|
-
reposts: number | null;
|
|
3315
|
-
totalReactions: number | null;
|
|
3316
|
-
} | null;
|
|
3305
|
+
text: string | null;
|
|
3317
3306
|
document: {
|
|
3318
3307
|
title: string | null;
|
|
3319
3308
|
url: string | null;
|
|
3320
|
-
thumbnail: string | null;
|
|
3321
3309
|
pageCount: number | null;
|
|
3310
|
+
thumbnail: string | null;
|
|
3322
3311
|
} | null;
|
|
3323
3312
|
urn: string | null;
|
|
3324
3313
|
author: {
|
|
@@ -3329,6 +3318,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3329
3318
|
profileUrl: string | null;
|
|
3330
3319
|
profilePicture: string | null;
|
|
3331
3320
|
} | null;
|
|
3321
|
+
stats: {
|
|
3322
|
+
like: number | null;
|
|
3323
|
+
support: number | null;
|
|
3324
|
+
love: number | null;
|
|
3325
|
+
insight: number | null;
|
|
3326
|
+
celebrate: number | null;
|
|
3327
|
+
funny: number | null;
|
|
3328
|
+
comments: number | null;
|
|
3329
|
+
reposts: number | null;
|
|
3330
|
+
totalReactions: number | null;
|
|
3331
|
+
} | null;
|
|
3332
3332
|
media: {
|
|
3333
3333
|
type: string | null;
|
|
3334
3334
|
url: string | null;
|
|
@@ -3342,8 +3342,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3342
3342
|
article: {
|
|
3343
3343
|
title: string | null;
|
|
3344
3344
|
url: string | null;
|
|
3345
|
-
thumbnail: string | null;
|
|
3346
3345
|
subtitle: string | null;
|
|
3346
|
+
thumbnail: string | null;
|
|
3347
3347
|
} | null;
|
|
3348
3348
|
postedAt: {
|
|
3349
3349
|
date: string | null;
|
|
@@ -3353,8 +3353,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3353
3353
|
fullUrn: string | null;
|
|
3354
3354
|
postType: string | null;
|
|
3355
3355
|
resharedPost: {
|
|
3356
|
-
text: string | null;
|
|
3357
3356
|
url: string | null;
|
|
3357
|
+
text: string | null;
|
|
3358
|
+
urn: string | null;
|
|
3359
|
+
author: {
|
|
3360
|
+
username: string | null;
|
|
3361
|
+
headline: string | null;
|
|
3362
|
+
firstName: string | null;
|
|
3363
|
+
lastName: string | null;
|
|
3364
|
+
profileUrl: string | null;
|
|
3365
|
+
profilePicture: string | null;
|
|
3366
|
+
} | null;
|
|
3358
3367
|
stats: {
|
|
3359
3368
|
like: number | null;
|
|
3360
3369
|
support: number | null;
|
|
@@ -3366,15 +3375,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3366
3375
|
reposts: number | null;
|
|
3367
3376
|
totalReactions: number | null;
|
|
3368
3377
|
} | null;
|
|
3369
|
-
urn: string | null;
|
|
3370
|
-
author: {
|
|
3371
|
-
username: string | null;
|
|
3372
|
-
headline: string | null;
|
|
3373
|
-
firstName: string | null;
|
|
3374
|
-
lastName: string | null;
|
|
3375
|
-
profileUrl: string | null;
|
|
3376
|
-
profilePicture: string | null;
|
|
3377
|
-
} | null;
|
|
3378
3378
|
media: {
|
|
3379
3379
|
type: string | null;
|
|
3380
3380
|
url: string | null;
|
|
@@ -3393,24 +3393,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3393
3393
|
postType: string | null;
|
|
3394
3394
|
} | null;
|
|
3395
3395
|
}, {
|
|
3396
|
-
text: string | null;
|
|
3397
3396
|
url: string | null;
|
|
3398
|
-
|
|
3399
|
-
like: number | null;
|
|
3400
|
-
support: number | null;
|
|
3401
|
-
love: number | null;
|
|
3402
|
-
insight: number | null;
|
|
3403
|
-
celebrate: number | null;
|
|
3404
|
-
funny: number | null;
|
|
3405
|
-
comments: number | null;
|
|
3406
|
-
reposts: number | null;
|
|
3407
|
-
totalReactions: number | null;
|
|
3408
|
-
} | null;
|
|
3397
|
+
text: string | null;
|
|
3409
3398
|
document: {
|
|
3410
3399
|
title: string | null;
|
|
3411
3400
|
url: string | null;
|
|
3412
|
-
thumbnail: string | null;
|
|
3413
3401
|
pageCount: number | null;
|
|
3402
|
+
thumbnail: string | null;
|
|
3414
3403
|
} | null;
|
|
3415
3404
|
urn: string | null;
|
|
3416
3405
|
author: {
|
|
@@ -3421,6 +3410,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3421
3410
|
profileUrl: string | null;
|
|
3422
3411
|
profilePicture: string | null;
|
|
3423
3412
|
} | null;
|
|
3413
|
+
stats: {
|
|
3414
|
+
like: number | null;
|
|
3415
|
+
support: number | null;
|
|
3416
|
+
love: number | null;
|
|
3417
|
+
insight: number | null;
|
|
3418
|
+
celebrate: number | null;
|
|
3419
|
+
funny: number | null;
|
|
3420
|
+
comments: number | null;
|
|
3421
|
+
reposts: number | null;
|
|
3422
|
+
totalReactions: number | null;
|
|
3423
|
+
} | null;
|
|
3424
3424
|
media: {
|
|
3425
3425
|
type: string | null;
|
|
3426
3426
|
url: string | null;
|
|
@@ -3434,8 +3434,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3434
3434
|
article: {
|
|
3435
3435
|
title: string | null;
|
|
3436
3436
|
url: string | null;
|
|
3437
|
-
thumbnail: string | null;
|
|
3438
3437
|
subtitle: string | null;
|
|
3438
|
+
thumbnail: string | null;
|
|
3439
3439
|
} | null;
|
|
3440
3440
|
postedAt: {
|
|
3441
3441
|
date: string | null;
|
|
@@ -3445,8 +3445,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3445
3445
|
fullUrn: string | null;
|
|
3446
3446
|
postType: string | null;
|
|
3447
3447
|
resharedPost: {
|
|
3448
|
-
text: string | null;
|
|
3449
3448
|
url: string | null;
|
|
3449
|
+
text: string | null;
|
|
3450
|
+
urn: string | null;
|
|
3451
|
+
author: {
|
|
3452
|
+
username: string | null;
|
|
3453
|
+
headline: string | null;
|
|
3454
|
+
firstName: string | null;
|
|
3455
|
+
lastName: string | null;
|
|
3456
|
+
profileUrl: string | null;
|
|
3457
|
+
profilePicture: string | null;
|
|
3458
|
+
} | null;
|
|
3450
3459
|
stats: {
|
|
3451
3460
|
like: number | null;
|
|
3452
3461
|
support: number | null;
|
|
@@ -3458,15 +3467,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3458
3467
|
reposts: number | null;
|
|
3459
3468
|
totalReactions: number | null;
|
|
3460
3469
|
} | null;
|
|
3461
|
-
urn: string | null;
|
|
3462
|
-
author: {
|
|
3463
|
-
username: string | null;
|
|
3464
|
-
headline: string | null;
|
|
3465
|
-
firstName: string | null;
|
|
3466
|
-
lastName: string | null;
|
|
3467
|
-
profileUrl: string | null;
|
|
3468
|
-
profilePicture: string | null;
|
|
3469
|
-
} | null;
|
|
3470
3470
|
media: {
|
|
3471
3471
|
type: string | null;
|
|
3472
3472
|
url: string | null;
|
|
@@ -3498,24 +3498,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3498
3498
|
error: string;
|
|
3499
3499
|
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
3500
3500
|
posts: {
|
|
3501
|
-
text: string | null;
|
|
3502
3501
|
url: string | null;
|
|
3503
|
-
|
|
3504
|
-
like: number | null;
|
|
3505
|
-
support: number | null;
|
|
3506
|
-
love: number | null;
|
|
3507
|
-
insight: number | null;
|
|
3508
|
-
celebrate: number | null;
|
|
3509
|
-
funny: number | null;
|
|
3510
|
-
comments: number | null;
|
|
3511
|
-
reposts: number | null;
|
|
3512
|
-
totalReactions: number | null;
|
|
3513
|
-
} | null;
|
|
3502
|
+
text: string | null;
|
|
3514
3503
|
document: {
|
|
3515
3504
|
title: string | null;
|
|
3516
3505
|
url: string | null;
|
|
3517
|
-
thumbnail: string | null;
|
|
3518
3506
|
pageCount: number | null;
|
|
3507
|
+
thumbnail: string | null;
|
|
3519
3508
|
} | null;
|
|
3520
3509
|
urn: string | null;
|
|
3521
3510
|
author: {
|
|
@@ -3526,6 +3515,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3526
3515
|
profileUrl: string | null;
|
|
3527
3516
|
profilePicture: string | null;
|
|
3528
3517
|
} | null;
|
|
3518
|
+
stats: {
|
|
3519
|
+
like: number | null;
|
|
3520
|
+
support: number | null;
|
|
3521
|
+
love: number | null;
|
|
3522
|
+
insight: number | null;
|
|
3523
|
+
celebrate: number | null;
|
|
3524
|
+
funny: number | null;
|
|
3525
|
+
comments: number | null;
|
|
3526
|
+
reposts: number | null;
|
|
3527
|
+
totalReactions: number | null;
|
|
3528
|
+
} | null;
|
|
3529
3529
|
media: {
|
|
3530
3530
|
type: string | null;
|
|
3531
3531
|
url: string | null;
|
|
@@ -3539,8 +3539,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3539
3539
|
article: {
|
|
3540
3540
|
title: string | null;
|
|
3541
3541
|
url: string | null;
|
|
3542
|
-
thumbnail: string | null;
|
|
3543
3542
|
subtitle: string | null;
|
|
3543
|
+
thumbnail: string | null;
|
|
3544
3544
|
} | null;
|
|
3545
3545
|
postedAt: {
|
|
3546
3546
|
date: string | null;
|
|
@@ -3550,8 +3550,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3550
3550
|
fullUrn: string | null;
|
|
3551
3551
|
postType: string | null;
|
|
3552
3552
|
resharedPost: {
|
|
3553
|
-
text: string | null;
|
|
3554
3553
|
url: string | null;
|
|
3554
|
+
text: string | null;
|
|
3555
|
+
urn: string | null;
|
|
3556
|
+
author: {
|
|
3557
|
+
username: string | null;
|
|
3558
|
+
headline: string | null;
|
|
3559
|
+
firstName: string | null;
|
|
3560
|
+
lastName: string | null;
|
|
3561
|
+
profileUrl: string | null;
|
|
3562
|
+
profilePicture: string | null;
|
|
3563
|
+
} | null;
|
|
3555
3564
|
stats: {
|
|
3556
3565
|
like: number | null;
|
|
3557
3566
|
support: number | null;
|
|
@@ -3563,15 +3572,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3563
3572
|
reposts: number | null;
|
|
3564
3573
|
totalReactions: number | null;
|
|
3565
3574
|
} | null;
|
|
3566
|
-
urn: string | null;
|
|
3567
|
-
author: {
|
|
3568
|
-
username: string | null;
|
|
3569
|
-
headline: string | null;
|
|
3570
|
-
firstName: string | null;
|
|
3571
|
-
lastName: string | null;
|
|
3572
|
-
profileUrl: string | null;
|
|
3573
|
-
profilePicture: string | null;
|
|
3574
|
-
} | null;
|
|
3575
3575
|
media: {
|
|
3576
3576
|
type: string | null;
|
|
3577
3577
|
url: string | null;
|
|
@@ -3594,8 +3594,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3594
3594
|
username?: string | undefined;
|
|
3595
3595
|
profile?: {
|
|
3596
3596
|
id: string | null;
|
|
3597
|
-
photo: string | null;
|
|
3598
|
-
verified: boolean | null;
|
|
3599
3597
|
location: {
|
|
3600
3598
|
text: string | null;
|
|
3601
3599
|
countryCode: string | null;
|
|
@@ -3603,6 +3601,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3603
3601
|
state: string | null;
|
|
3604
3602
|
city: string | null;
|
|
3605
3603
|
} | null;
|
|
3604
|
+
verified: boolean | null;
|
|
3606
3605
|
headline: string | null;
|
|
3607
3606
|
publicIdentifier: string | null;
|
|
3608
3607
|
linkedinUrl: string | null;
|
|
@@ -3611,6 +3610,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3611
3610
|
about: string | null;
|
|
3612
3611
|
openToWork: boolean | null;
|
|
3613
3612
|
hiring: boolean | null;
|
|
3613
|
+
photo: string | null;
|
|
3614
3614
|
premium: boolean | null;
|
|
3615
3615
|
influencer: boolean | null;
|
|
3616
3616
|
topSkills: string | null;
|
|
@@ -3634,25 +3634,25 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3634
3634
|
skills: string[] | null;
|
|
3635
3635
|
startDate: {
|
|
3636
3636
|
text: string | null;
|
|
3637
|
-
year: number | null;
|
|
3638
3637
|
month: string | null;
|
|
3638
|
+
year: number | null;
|
|
3639
3639
|
} | null;
|
|
3640
3640
|
endDate: {
|
|
3641
3641
|
text: string | null;
|
|
3642
|
-
year: number | null;
|
|
3643
3642
|
month: string | null;
|
|
3643
|
+
year: number | null;
|
|
3644
3644
|
} | null;
|
|
3645
3645
|
}[] | null;
|
|
3646
3646
|
education: {
|
|
3647
3647
|
startDate: {
|
|
3648
3648
|
text: string | null;
|
|
3649
|
-
year: number | null;
|
|
3650
3649
|
month: string | null;
|
|
3650
|
+
year: number | null;
|
|
3651
3651
|
} | null;
|
|
3652
3652
|
endDate: {
|
|
3653
3653
|
text: string | null;
|
|
3654
|
-
year: number | null;
|
|
3655
3654
|
month: string | null;
|
|
3655
|
+
year: number | null;
|
|
3656
3656
|
} | null;
|
|
3657
3657
|
schoolName: string | null;
|
|
3658
3658
|
schoolLinkedinUrl: string | null;
|
|
@@ -3702,24 +3702,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3702
3702
|
error: string;
|
|
3703
3703
|
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
3704
3704
|
posts: {
|
|
3705
|
-
text: string | null;
|
|
3706
3705
|
url: string | null;
|
|
3707
|
-
|
|
3708
|
-
like: number | null;
|
|
3709
|
-
support: number | null;
|
|
3710
|
-
love: number | null;
|
|
3711
|
-
insight: number | null;
|
|
3712
|
-
celebrate: number | null;
|
|
3713
|
-
funny: number | null;
|
|
3714
|
-
comments: number | null;
|
|
3715
|
-
reposts: number | null;
|
|
3716
|
-
totalReactions: number | null;
|
|
3717
|
-
} | null;
|
|
3706
|
+
text: string | null;
|
|
3718
3707
|
document: {
|
|
3719
3708
|
title: string | null;
|
|
3720
3709
|
url: string | null;
|
|
3721
|
-
thumbnail: string | null;
|
|
3722
3710
|
pageCount: number | null;
|
|
3711
|
+
thumbnail: string | null;
|
|
3723
3712
|
} | null;
|
|
3724
3713
|
urn: string | null;
|
|
3725
3714
|
author: {
|
|
@@ -3730,6 +3719,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3730
3719
|
profileUrl: string | null;
|
|
3731
3720
|
profilePicture: string | null;
|
|
3732
3721
|
} | null;
|
|
3722
|
+
stats: {
|
|
3723
|
+
like: number | null;
|
|
3724
|
+
support: number | null;
|
|
3725
|
+
love: number | null;
|
|
3726
|
+
insight: number | null;
|
|
3727
|
+
celebrate: number | null;
|
|
3728
|
+
funny: number | null;
|
|
3729
|
+
comments: number | null;
|
|
3730
|
+
reposts: number | null;
|
|
3731
|
+
totalReactions: number | null;
|
|
3732
|
+
} | null;
|
|
3733
3733
|
media: {
|
|
3734
3734
|
type: string | null;
|
|
3735
3735
|
url: string | null;
|
|
@@ -3743,8 +3743,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3743
3743
|
article: {
|
|
3744
3744
|
title: string | null;
|
|
3745
3745
|
url: string | null;
|
|
3746
|
-
thumbnail: string | null;
|
|
3747
3746
|
subtitle: string | null;
|
|
3747
|
+
thumbnail: string | null;
|
|
3748
3748
|
} | null;
|
|
3749
3749
|
postedAt: {
|
|
3750
3750
|
date: string | null;
|
|
@@ -3754,8 +3754,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3754
3754
|
fullUrn: string | null;
|
|
3755
3755
|
postType: string | null;
|
|
3756
3756
|
resharedPost: {
|
|
3757
|
-
text: string | null;
|
|
3758
3757
|
url: string | null;
|
|
3758
|
+
text: string | null;
|
|
3759
|
+
urn: string | null;
|
|
3760
|
+
author: {
|
|
3761
|
+
username: string | null;
|
|
3762
|
+
headline: string | null;
|
|
3763
|
+
firstName: string | null;
|
|
3764
|
+
lastName: string | null;
|
|
3765
|
+
profileUrl: string | null;
|
|
3766
|
+
profilePicture: string | null;
|
|
3767
|
+
} | null;
|
|
3759
3768
|
stats: {
|
|
3760
3769
|
like: number | null;
|
|
3761
3770
|
support: number | null;
|
|
@@ -3767,15 +3776,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3767
3776
|
reposts: number | null;
|
|
3768
3777
|
totalReactions: number | null;
|
|
3769
3778
|
} | null;
|
|
3770
|
-
urn: string | null;
|
|
3771
|
-
author: {
|
|
3772
|
-
username: string | null;
|
|
3773
|
-
headline: string | null;
|
|
3774
|
-
firstName: string | null;
|
|
3775
|
-
lastName: string | null;
|
|
3776
|
-
profileUrl: string | null;
|
|
3777
|
-
profilePicture: string | null;
|
|
3778
|
-
} | null;
|
|
3779
3779
|
media: {
|
|
3780
3780
|
type: string | null;
|
|
3781
3781
|
url: string | null;
|
|
@@ -3798,8 +3798,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3798
3798
|
username?: string | undefined;
|
|
3799
3799
|
profile?: {
|
|
3800
3800
|
id: string | null;
|
|
3801
|
-
photo: string | null;
|
|
3802
|
-
verified: boolean | null;
|
|
3803
3801
|
location: {
|
|
3804
3802
|
text: string | null;
|
|
3805
3803
|
countryCode: string | null;
|
|
@@ -3807,6 +3805,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3807
3805
|
state: string | null;
|
|
3808
3806
|
city: string | null;
|
|
3809
3807
|
} | null;
|
|
3808
|
+
verified: boolean | null;
|
|
3810
3809
|
headline: string | null;
|
|
3811
3810
|
publicIdentifier: string | null;
|
|
3812
3811
|
linkedinUrl: string | null;
|
|
@@ -3815,6 +3814,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3815
3814
|
about: string | null;
|
|
3816
3815
|
openToWork: boolean | null;
|
|
3817
3816
|
hiring: boolean | null;
|
|
3817
|
+
photo: string | null;
|
|
3818
3818
|
premium: boolean | null;
|
|
3819
3819
|
influencer: boolean | null;
|
|
3820
3820
|
topSkills: string | null;
|
|
@@ -3838,25 +3838,25 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3838
3838
|
skills: string[] | null;
|
|
3839
3839
|
startDate: {
|
|
3840
3840
|
text: string | null;
|
|
3841
|
-
year: number | null;
|
|
3842
3841
|
month: string | null;
|
|
3842
|
+
year: number | null;
|
|
3843
3843
|
} | null;
|
|
3844
3844
|
endDate: {
|
|
3845
3845
|
text: string | null;
|
|
3846
|
-
year: number | null;
|
|
3847
3846
|
month: string | null;
|
|
3847
|
+
year: number | null;
|
|
3848
3848
|
} | null;
|
|
3849
3849
|
}[] | null;
|
|
3850
3850
|
education: {
|
|
3851
3851
|
startDate: {
|
|
3852
3852
|
text: string | null;
|
|
3853
|
-
year: number | null;
|
|
3854
3853
|
month: string | null;
|
|
3854
|
+
year: number | null;
|
|
3855
3855
|
} | null;
|
|
3856
3856
|
endDate: {
|
|
3857
3857
|
text: string | null;
|
|
3858
|
-
year: number | null;
|
|
3859
3858
|
month: string | null;
|
|
3859
|
+
year: number | null;
|
|
3860
3860
|
} | null;
|
|
3861
3861
|
schoolName: string | null;
|
|
3862
3862
|
schoolLinkedinUrl: string | null;
|