@bubblelab/bubble-core 0.1.95 → 0.1.97
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 +112 -112
- package/dist/bubble-factory.d.ts +10 -0
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +30 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +140 -140
- package/dist/bubbles/service-bubble/ai-agent.d.ts +72 -72
- package/dist/bubbles/service-bubble/airtable.d.ts +154 -154
- package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +88 -88
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +51 -51
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +134 -134
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +760 -760
- package/dist/bubbles/service-bubble/followupboss.d.ts +282 -282
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +84 -84
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +12 -12
- package/dist/bubbles/service-bubble/github.d.ts +196 -196
- package/dist/bubbles/service-bubble/gmail.d.ts +344 -344
- package/dist/bubbles/service-bubble/gmail.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/gmail.js +10 -4
- package/dist/bubbles/service-bubble/gmail.js.map +1 -1
- package/dist/bubbles/service-bubble/google-calendar.d.ts +164 -164
- package/dist/bubbles/service-bubble/google-drive.d.ts +152 -152
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +62 -62
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +22 -22
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +14 -14
- package/dist/bubbles/service-bubble/insforge-db.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.d.ts +78 -78
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/notion/notion.d.ts +999 -999
- package/dist/bubbles/service-bubble/postgresql.d.ts +20 -20
- package/dist/bubbles/service-bubble/resend.d.ts +50 -50
- package/dist/bubbles/service-bubble/slack/slack.d.ts +594 -594
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +121 -121
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/telegram.d.ts +1600 -1600
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +29 -29
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +14 -14
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +62 -62
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +349 -349
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +122 -122
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +80 -80
- package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +164 -164
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +98 -98
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +92 -92
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
- package/dist/bubbles.json +6 -6
- 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,17 +303,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
303
303
|
thumbnail: string | null;
|
|
304
304
|
}>>;
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
|
-
stats: {
|
|
307
|
-
like: number | null;
|
|
308
|
-
support: number | null;
|
|
309
|
-
love: number | null;
|
|
310
|
-
insight: number | null;
|
|
311
|
-
celebrate: number | null;
|
|
312
|
-
funny: number | null;
|
|
313
|
-
comments: number | null;
|
|
314
|
-
reposts: number | null;
|
|
315
|
-
totalReactions: number | null;
|
|
316
|
-
} | null;
|
|
317
306
|
url: string | null;
|
|
318
307
|
text: string | null;
|
|
319
308
|
urn: string | null;
|
|
@@ -325,6 +314,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
325
314
|
firstName: string | null;
|
|
326
315
|
lastName: string | null;
|
|
327
316
|
} | null;
|
|
317
|
+
stats: {
|
|
318
|
+
like: number | null;
|
|
319
|
+
support: number | null;
|
|
320
|
+
love: number | null;
|
|
321
|
+
insight: number | null;
|
|
322
|
+
celebrate: number | null;
|
|
323
|
+
funny: number | null;
|
|
324
|
+
comments: number | null;
|
|
325
|
+
reposts: number | null;
|
|
326
|
+
totalReactions: number | null;
|
|
327
|
+
} | null;
|
|
328
328
|
media: {
|
|
329
329
|
type: string | null;
|
|
330
330
|
url: string | null;
|
|
@@ -342,17 +342,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
342
342
|
} | null;
|
|
343
343
|
postType: string | null;
|
|
344
344
|
}, {
|
|
345
|
-
stats: {
|
|
346
|
-
like: number | null;
|
|
347
|
-
support: number | null;
|
|
348
|
-
love: number | null;
|
|
349
|
-
insight: number | null;
|
|
350
|
-
celebrate: number | null;
|
|
351
|
-
funny: number | null;
|
|
352
|
-
comments: number | null;
|
|
353
|
-
reposts: number | null;
|
|
354
|
-
totalReactions: number | null;
|
|
355
|
-
} | null;
|
|
356
345
|
url: string | null;
|
|
357
346
|
text: string | null;
|
|
358
347
|
urn: string | null;
|
|
@@ -364,6 +353,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
364
353
|
firstName: string | null;
|
|
365
354
|
lastName: string | null;
|
|
366
355
|
} | null;
|
|
356
|
+
stats: {
|
|
357
|
+
like: number | null;
|
|
358
|
+
support: number | null;
|
|
359
|
+
love: number | null;
|
|
360
|
+
insight: number | null;
|
|
361
|
+
celebrate: number | null;
|
|
362
|
+
funny: number | null;
|
|
363
|
+
comments: number | null;
|
|
364
|
+
reposts: number | null;
|
|
365
|
+
totalReactions: number | 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
|
-
stats: {
|
|
386
|
-
like: number | null;
|
|
387
|
-
support: number | null;
|
|
388
|
-
love: number | null;
|
|
389
|
-
insight: number | null;
|
|
390
|
-
celebrate: number | null;
|
|
391
|
-
funny: number | null;
|
|
392
|
-
comments: number | null;
|
|
393
|
-
reposts: number | null;
|
|
394
|
-
totalReactions: number | null;
|
|
395
|
-
} | null;
|
|
396
385
|
url: string | null;
|
|
397
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
|
firstName: string | null;
|
|
411
400
|
lastName: string | null;
|
|
412
401
|
} | null;
|
|
402
|
+
stats: {
|
|
403
|
+
like: number | null;
|
|
404
|
+
support: number | null;
|
|
405
|
+
love: number | null;
|
|
406
|
+
insight: number | null;
|
|
407
|
+
celebrate: number | null;
|
|
408
|
+
funny: number | null;
|
|
409
|
+
comments: number | null;
|
|
410
|
+
reposts: number | null;
|
|
411
|
+
totalReactions: number | null;
|
|
412
|
+
} | null;
|
|
413
413
|
media: {
|
|
414
414
|
type: string | null;
|
|
415
415
|
url: string | null;
|
|
@@ -423,8 +423,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
423
423
|
article: {
|
|
424
424
|
title: string | null;
|
|
425
425
|
url: string | null;
|
|
426
|
-
thumbnail: string | null;
|
|
427
426
|
subtitle: string | null;
|
|
427
|
+
thumbnail: string | null;
|
|
428
428
|
} | null;
|
|
429
429
|
postedAt: {
|
|
430
430
|
date: string | null;
|
|
@@ -434,17 +434,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
434
434
|
fullUrn: string | null;
|
|
435
435
|
postType: string | null;
|
|
436
436
|
resharedPost: {
|
|
437
|
-
stats: {
|
|
438
|
-
like: number | null;
|
|
439
|
-
support: number | null;
|
|
440
|
-
love: number | null;
|
|
441
|
-
insight: number | null;
|
|
442
|
-
celebrate: number | null;
|
|
443
|
-
funny: number | null;
|
|
444
|
-
comments: number | null;
|
|
445
|
-
reposts: number | null;
|
|
446
|
-
totalReactions: number | null;
|
|
447
|
-
} | null;
|
|
448
437
|
url: string | null;
|
|
449
438
|
text: string | null;
|
|
450
439
|
urn: string | null;
|
|
@@ -456,6 +445,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
456
445
|
firstName: string | null;
|
|
457
446
|
lastName: string | null;
|
|
458
447
|
} | null;
|
|
448
|
+
stats: {
|
|
449
|
+
like: number | null;
|
|
450
|
+
support: number | null;
|
|
451
|
+
love: number | null;
|
|
452
|
+
insight: number | null;
|
|
453
|
+
celebrate: number | null;
|
|
454
|
+
funny: number | null;
|
|
455
|
+
comments: number | null;
|
|
456
|
+
reposts: number | null;
|
|
457
|
+
totalReactions: number | 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
|
-
stats: {
|
|
478
|
-
like: number | null;
|
|
479
|
-
support: number | null;
|
|
480
|
-
love: number | null;
|
|
481
|
-
insight: number | null;
|
|
482
|
-
celebrate: number | null;
|
|
483
|
-
funny: number | null;
|
|
484
|
-
comments: number | null;
|
|
485
|
-
reposts: number | null;
|
|
486
|
-
totalReactions: number | null;
|
|
487
|
-
} | null;
|
|
488
477
|
url: string | null;
|
|
489
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
|
firstName: string | null;
|
|
503
492
|
lastName: string | null;
|
|
504
493
|
} | null;
|
|
494
|
+
stats: {
|
|
495
|
+
like: number | null;
|
|
496
|
+
support: number | null;
|
|
497
|
+
love: number | null;
|
|
498
|
+
insight: number | null;
|
|
499
|
+
celebrate: number | null;
|
|
500
|
+
funny: number | null;
|
|
501
|
+
comments: number | null;
|
|
502
|
+
reposts: number | null;
|
|
503
|
+
totalReactions: number | null;
|
|
504
|
+
} | null;
|
|
505
505
|
media: {
|
|
506
506
|
type: string | null;
|
|
507
507
|
url: string | null;
|
|
@@ -515,8 +515,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
515
515
|
article: {
|
|
516
516
|
title: string | null;
|
|
517
517
|
url: string | null;
|
|
518
|
-
thumbnail: string | null;
|
|
519
518
|
subtitle: string | null;
|
|
519
|
+
thumbnail: string | null;
|
|
520
520
|
} | null;
|
|
521
521
|
postedAt: {
|
|
522
522
|
date: string | null;
|
|
@@ -526,17 +526,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
526
526
|
fullUrn: string | null;
|
|
527
527
|
postType: string | null;
|
|
528
528
|
resharedPost: {
|
|
529
|
-
stats: {
|
|
530
|
-
like: number | null;
|
|
531
|
-
support: number | null;
|
|
532
|
-
love: number | null;
|
|
533
|
-
insight: number | null;
|
|
534
|
-
celebrate: number | null;
|
|
535
|
-
funny: number | null;
|
|
536
|
-
comments: number | null;
|
|
537
|
-
reposts: number | null;
|
|
538
|
-
totalReactions: number | null;
|
|
539
|
-
} | null;
|
|
540
529
|
url: string | null;
|
|
541
530
|
text: string | null;
|
|
542
531
|
urn: string | null;
|
|
@@ -548,6 +537,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
548
537
|
firstName: string | null;
|
|
549
538
|
lastName: string | null;
|
|
550
539
|
} | null;
|
|
540
|
+
stats: {
|
|
541
|
+
like: number | null;
|
|
542
|
+
support: number | null;
|
|
543
|
+
love: number | null;
|
|
544
|
+
insight: number | null;
|
|
545
|
+
celebrate: number | null;
|
|
546
|
+
funny: number | null;
|
|
547
|
+
comments: number | null;
|
|
548
|
+
reposts: number | null;
|
|
549
|
+
totalReactions: number | null;
|
|
550
|
+
} | null;
|
|
551
551
|
media: {
|
|
552
552
|
type: string | null;
|
|
553
553
|
url: string | null;
|
|
@@ -595,13 +595,13 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
595
595
|
currency: z.ZodNullable<z.ZodString>;
|
|
596
596
|
period: z.ZodNullable<z.ZodString>;
|
|
597
597
|
}, "strip", z.ZodTypeAny, {
|
|
598
|
-
from: number | null;
|
|
599
598
|
to: number | null;
|
|
599
|
+
from: number | null;
|
|
600
600
|
currency: string | null;
|
|
601
601
|
period: string | null;
|
|
602
602
|
}, {
|
|
603
|
-
from: number | null;
|
|
604
603
|
to: number | null;
|
|
604
|
+
from: number | null;
|
|
605
605
|
currency: string | null;
|
|
606
606
|
period: string | null;
|
|
607
607
|
}>>;
|
|
@@ -615,8 +615,8 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
615
615
|
postedAt: string | null;
|
|
616
616
|
applyUrl: string | null;
|
|
617
617
|
salary: {
|
|
618
|
-
from: number | null;
|
|
619
618
|
to: number | null;
|
|
619
|
+
from: number | null;
|
|
620
620
|
currency: string | null;
|
|
621
621
|
period: string | null;
|
|
622
622
|
} | null;
|
|
@@ -637,8 +637,8 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
637
637
|
postedAt: string | null;
|
|
638
638
|
applyUrl: string | null;
|
|
639
639
|
salary: {
|
|
640
|
-
from: number | null;
|
|
641
640
|
to: number | null;
|
|
641
|
+
from: number | null;
|
|
642
642
|
currency: string | null;
|
|
643
643
|
period: string | null;
|
|
644
644
|
} | null;
|
|
@@ -675,7 +675,7 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
675
675
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
676
676
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
677
677
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
678
|
-
experienceLevel?: ("
|
|
678
|
+
experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
|
|
679
679
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
680
680
|
}, {
|
|
681
681
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
@@ -688,7 +688,7 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
688
688
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
689
689
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
690
690
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
691
|
-
experienceLevel?: ("
|
|
691
|
+
experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
|
|
692
692
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
693
693
|
}>;
|
|
694
694
|
declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
@@ -722,13 +722,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
722
722
|
currency: z.ZodNullable<z.ZodString>;
|
|
723
723
|
period: z.ZodNullable<z.ZodString>;
|
|
724
724
|
}, "strip", z.ZodTypeAny, {
|
|
725
|
-
from: number | null;
|
|
726
725
|
to: number | null;
|
|
726
|
+
from: number | null;
|
|
727
727
|
currency: string | null;
|
|
728
728
|
period: string | null;
|
|
729
729
|
}, {
|
|
730
|
-
from: number | null;
|
|
731
730
|
to: number | null;
|
|
731
|
+
from: number | null;
|
|
732
732
|
currency: string | null;
|
|
733
733
|
period: string | null;
|
|
734
734
|
}>>;
|
|
@@ -742,8 +742,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
742
742
|
postedAt: string | null;
|
|
743
743
|
applyUrl: string | null;
|
|
744
744
|
salary: {
|
|
745
|
-
from: number | null;
|
|
746
745
|
to: number | null;
|
|
746
|
+
from: number | null;
|
|
747
747
|
currency: string | null;
|
|
748
748
|
period: string | null;
|
|
749
749
|
} | null;
|
|
@@ -764,8 +764,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
764
764
|
postedAt: string | null;
|
|
765
765
|
applyUrl: string | null;
|
|
766
766
|
salary: {
|
|
767
|
-
from: number | null;
|
|
768
767
|
to: number | null;
|
|
768
|
+
from: number | null;
|
|
769
769
|
currency: string | null;
|
|
770
770
|
period: string | null;
|
|
771
771
|
} | null;
|
|
@@ -894,13 +894,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
894
894
|
}, "strip", z.ZodTypeAny, {
|
|
895
895
|
title: string | null;
|
|
896
896
|
url: string | null;
|
|
897
|
-
thumbnail: string | null;
|
|
898
897
|
subtitle: string | null;
|
|
898
|
+
thumbnail: string | null;
|
|
899
899
|
}, {
|
|
900
900
|
title: string | null;
|
|
901
901
|
url: string | null;
|
|
902
|
-
thumbnail: string | null;
|
|
903
902
|
subtitle: string | null;
|
|
903
|
+
thumbnail: string | null;
|
|
904
904
|
}>>;
|
|
905
905
|
document: z.ZodNullable<z.ZodObject<{
|
|
906
906
|
title: z.ZodNullable<z.ZodString>;
|
|
@@ -910,13 +910,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
910
910
|
}, "strip", z.ZodTypeAny, {
|
|
911
911
|
title: string | null;
|
|
912
912
|
url: string | null;
|
|
913
|
-
thumbnail: string | null;
|
|
914
913
|
pageCount: number | null;
|
|
914
|
+
thumbnail: string | null;
|
|
915
915
|
}, {
|
|
916
916
|
title: string | null;
|
|
917
917
|
url: string | null;
|
|
918
|
-
thumbnail: string | null;
|
|
919
918
|
pageCount: number | null;
|
|
919
|
+
thumbnail: string | null;
|
|
920
920
|
}>>;
|
|
921
921
|
resharedPost: z.ZodNullable<z.ZodObject<{
|
|
922
922
|
urn: z.ZodNullable<z.ZodString>;
|
|
@@ -1026,17 +1026,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1026
1026
|
thumbnail: string | null;
|
|
1027
1027
|
}>>;
|
|
1028
1028
|
}, "strip", z.ZodTypeAny, {
|
|
1029
|
-
stats: {
|
|
1030
|
-
like: number | null;
|
|
1031
|
-
support: number | null;
|
|
1032
|
-
love: number | null;
|
|
1033
|
-
insight: number | null;
|
|
1034
|
-
celebrate: number | null;
|
|
1035
|
-
funny: number | null;
|
|
1036
|
-
comments: number | null;
|
|
1037
|
-
reposts: number | null;
|
|
1038
|
-
totalReactions: number | null;
|
|
1039
|
-
} | null;
|
|
1040
1029
|
url: string | null;
|
|
1041
1030
|
text: string | null;
|
|
1042
1031
|
urn: string | null;
|
|
@@ -1048,6 +1037,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1048
1037
|
firstName: string | null;
|
|
1049
1038
|
lastName: string | null;
|
|
1050
1039
|
} | null;
|
|
1040
|
+
stats: {
|
|
1041
|
+
like: number | null;
|
|
1042
|
+
support: number | null;
|
|
1043
|
+
love: number | null;
|
|
1044
|
+
insight: number | null;
|
|
1045
|
+
celebrate: number | null;
|
|
1046
|
+
funny: number | null;
|
|
1047
|
+
comments: number | null;
|
|
1048
|
+
reposts: number | null;
|
|
1049
|
+
totalReactions: number | null;
|
|
1050
|
+
} | null;
|
|
1051
1051
|
media: {
|
|
1052
1052
|
type: string | null;
|
|
1053
1053
|
url: string | null;
|
|
@@ -1065,17 +1065,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1065
1065
|
} | null;
|
|
1066
1066
|
postType: string | null;
|
|
1067
1067
|
}, {
|
|
1068
|
-
stats: {
|
|
1069
|
-
like: number | null;
|
|
1070
|
-
support: number | null;
|
|
1071
|
-
love: number | null;
|
|
1072
|
-
insight: number | null;
|
|
1073
|
-
celebrate: number | null;
|
|
1074
|
-
funny: number | null;
|
|
1075
|
-
comments: number | null;
|
|
1076
|
-
reposts: number | null;
|
|
1077
|
-
totalReactions: number | null;
|
|
1078
|
-
} | null;
|
|
1079
1068
|
url: string | null;
|
|
1080
1069
|
text: string | null;
|
|
1081
1070
|
urn: string | null;
|
|
@@ -1087,6 +1076,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1087
1076
|
firstName: string | null;
|
|
1088
1077
|
lastName: string | null;
|
|
1089
1078
|
} | null;
|
|
1079
|
+
stats: {
|
|
1080
|
+
like: number | null;
|
|
1081
|
+
support: number | null;
|
|
1082
|
+
love: number | null;
|
|
1083
|
+
insight: number | null;
|
|
1084
|
+
celebrate: number | null;
|
|
1085
|
+
funny: number | null;
|
|
1086
|
+
comments: number | null;
|
|
1087
|
+
reposts: number | null;
|
|
1088
|
+
totalReactions: number | null;
|
|
1089
|
+
} | null;
|
|
1090
1090
|
media: {
|
|
1091
1091
|
type: string | null;
|
|
1092
1092
|
url: string | null;
|
|
@@ -1105,24 +1105,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1105
1105
|
postType: string | null;
|
|
1106
1106
|
}>>;
|
|
1107
1107
|
}, "strip", z.ZodTypeAny, {
|
|
1108
|
-
stats: {
|
|
1109
|
-
like: number | null;
|
|
1110
|
-
support: number | null;
|
|
1111
|
-
love: number | null;
|
|
1112
|
-
insight: number | null;
|
|
1113
|
-
celebrate: number | null;
|
|
1114
|
-
funny: number | null;
|
|
1115
|
-
comments: number | null;
|
|
1116
|
-
reposts: number | null;
|
|
1117
|
-
totalReactions: number | null;
|
|
1118
|
-
} | null;
|
|
1119
1108
|
url: string | null;
|
|
1120
1109
|
text: string | null;
|
|
1121
1110
|
document: {
|
|
1122
1111
|
title: string | null;
|
|
1123
1112
|
url: string | null;
|
|
1124
|
-
thumbnail: string | null;
|
|
1125
1113
|
pageCount: number | null;
|
|
1114
|
+
thumbnail: string | null;
|
|
1126
1115
|
} | null;
|
|
1127
1116
|
urn: string | null;
|
|
1128
1117
|
author: {
|
|
@@ -1133,6 +1122,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1133
1122
|
firstName: string | null;
|
|
1134
1123
|
lastName: string | null;
|
|
1135
1124
|
} | null;
|
|
1125
|
+
stats: {
|
|
1126
|
+
like: number | null;
|
|
1127
|
+
support: number | null;
|
|
1128
|
+
love: number | null;
|
|
1129
|
+
insight: number | null;
|
|
1130
|
+
celebrate: number | null;
|
|
1131
|
+
funny: number | null;
|
|
1132
|
+
comments: number | null;
|
|
1133
|
+
reposts: number | null;
|
|
1134
|
+
totalReactions: number | null;
|
|
1135
|
+
} | null;
|
|
1136
1136
|
media: {
|
|
1137
1137
|
type: string | null;
|
|
1138
1138
|
url: string | null;
|
|
@@ -1146,8 +1146,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1146
1146
|
article: {
|
|
1147
1147
|
title: string | null;
|
|
1148
1148
|
url: string | null;
|
|
1149
|
-
thumbnail: string | null;
|
|
1150
1149
|
subtitle: string | null;
|
|
1150
|
+
thumbnail: string | null;
|
|
1151
1151
|
} | null;
|
|
1152
1152
|
postedAt: {
|
|
1153
1153
|
date: string | null;
|
|
@@ -1157,17 +1157,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1157
1157
|
fullUrn: string | null;
|
|
1158
1158
|
postType: string | null;
|
|
1159
1159
|
resharedPost: {
|
|
1160
|
-
stats: {
|
|
1161
|
-
like: number | null;
|
|
1162
|
-
support: number | null;
|
|
1163
|
-
love: number | null;
|
|
1164
|
-
insight: number | null;
|
|
1165
|
-
celebrate: number | null;
|
|
1166
|
-
funny: number | null;
|
|
1167
|
-
comments: number | null;
|
|
1168
|
-
reposts: number | null;
|
|
1169
|
-
totalReactions: number | null;
|
|
1170
|
-
} | null;
|
|
1171
1160
|
url: string | null;
|
|
1172
1161
|
text: string | null;
|
|
1173
1162
|
urn: string | null;
|
|
@@ -1179,9 +1168,20 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1179
1168
|
firstName: string | null;
|
|
1180
1169
|
lastName: string | null;
|
|
1181
1170
|
} | null;
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1171
|
+
stats: {
|
|
1172
|
+
like: number | null;
|
|
1173
|
+
support: number | null;
|
|
1174
|
+
love: number | null;
|
|
1175
|
+
insight: number | null;
|
|
1176
|
+
celebrate: number | null;
|
|
1177
|
+
funny: number | null;
|
|
1178
|
+
comments: number | null;
|
|
1179
|
+
reposts: number | null;
|
|
1180
|
+
totalReactions: number | null;
|
|
1181
|
+
} | null;
|
|
1182
|
+
media: {
|
|
1183
|
+
type: string | null;
|
|
1184
|
+
url: string | null;
|
|
1185
1185
|
images: {
|
|
1186
1186
|
url: string | null;
|
|
1187
1187
|
width: number | null;
|
|
@@ -1197,24 +1197,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1197
1197
|
postType: string | null;
|
|
1198
1198
|
} | null;
|
|
1199
1199
|
}, {
|
|
1200
|
-
stats: {
|
|
1201
|
-
like: number | null;
|
|
1202
|
-
support: number | null;
|
|
1203
|
-
love: number | null;
|
|
1204
|
-
insight: number | null;
|
|
1205
|
-
celebrate: number | null;
|
|
1206
|
-
funny: number | null;
|
|
1207
|
-
comments: number | null;
|
|
1208
|
-
reposts: number | null;
|
|
1209
|
-
totalReactions: number | null;
|
|
1210
|
-
} | null;
|
|
1211
1200
|
url: string | null;
|
|
1212
1201
|
text: string | null;
|
|
1213
1202
|
document: {
|
|
1214
1203
|
title: string | null;
|
|
1215
1204
|
url: string | null;
|
|
1216
|
-
thumbnail: string | null;
|
|
1217
1205
|
pageCount: number | null;
|
|
1206
|
+
thumbnail: string | null;
|
|
1218
1207
|
} | null;
|
|
1219
1208
|
urn: string | null;
|
|
1220
1209
|
author: {
|
|
@@ -1225,6 +1214,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1225
1214
|
firstName: string | null;
|
|
1226
1215
|
lastName: string | null;
|
|
1227
1216
|
} | null;
|
|
1217
|
+
stats: {
|
|
1218
|
+
like: number | null;
|
|
1219
|
+
support: number | null;
|
|
1220
|
+
love: number | null;
|
|
1221
|
+
insight: number | null;
|
|
1222
|
+
celebrate: number | null;
|
|
1223
|
+
funny: number | null;
|
|
1224
|
+
comments: number | null;
|
|
1225
|
+
reposts: number | null;
|
|
1226
|
+
totalReactions: number | null;
|
|
1227
|
+
} | null;
|
|
1228
1228
|
media: {
|
|
1229
1229
|
type: string | null;
|
|
1230
1230
|
url: string | null;
|
|
@@ -1238,8 +1238,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1238
1238
|
article: {
|
|
1239
1239
|
title: string | null;
|
|
1240
1240
|
url: string | null;
|
|
1241
|
-
thumbnail: string | null;
|
|
1242
1241
|
subtitle: string | null;
|
|
1242
|
+
thumbnail: string | null;
|
|
1243
1243
|
} | null;
|
|
1244
1244
|
postedAt: {
|
|
1245
1245
|
date: string | null;
|
|
@@ -1249,17 +1249,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1249
1249
|
fullUrn: string | null;
|
|
1250
1250
|
postType: string | null;
|
|
1251
1251
|
resharedPost: {
|
|
1252
|
-
stats: {
|
|
1253
|
-
like: number | null;
|
|
1254
|
-
support: number | null;
|
|
1255
|
-
love: number | null;
|
|
1256
|
-
insight: number | null;
|
|
1257
|
-
celebrate: number | null;
|
|
1258
|
-
funny: number | null;
|
|
1259
|
-
comments: number | null;
|
|
1260
|
-
reposts: number | null;
|
|
1261
|
-
totalReactions: number | null;
|
|
1262
|
-
} | null;
|
|
1263
1252
|
url: string | null;
|
|
1264
1253
|
text: string | null;
|
|
1265
1254
|
urn: string | null;
|
|
@@ -1271,6 +1260,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1271
1260
|
firstName: string | null;
|
|
1272
1261
|
lastName: string | null;
|
|
1273
1262
|
} | null;
|
|
1263
|
+
stats: {
|
|
1264
|
+
like: number | null;
|
|
1265
|
+
support: number | null;
|
|
1266
|
+
love: number | null;
|
|
1267
|
+
insight: number | null;
|
|
1268
|
+
celebrate: number | null;
|
|
1269
|
+
funny: number | null;
|
|
1270
|
+
comments: number | null;
|
|
1271
|
+
reposts: number | null;
|
|
1272
|
+
totalReactions: number | null;
|
|
1273
|
+
} | null;
|
|
1274
1274
|
media: {
|
|
1275
1275
|
type: string | null;
|
|
1276
1276
|
url: string | null;
|
|
@@ -1298,28 +1298,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1298
1298
|
success: z.ZodBoolean;
|
|
1299
1299
|
error: z.ZodString;
|
|
1300
1300
|
}, "strip", z.ZodTypeAny, {
|
|
1301
|
-
error: string;
|
|
1302
|
-
success: boolean;
|
|
1303
1301
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1302
|
+
success: boolean;
|
|
1303
|
+
error: string;
|
|
1304
1304
|
posts: {
|
|
1305
|
-
stats: {
|
|
1306
|
-
like: number | null;
|
|
1307
|
-
support: number | null;
|
|
1308
|
-
love: number | null;
|
|
1309
|
-
insight: number | null;
|
|
1310
|
-
celebrate: number | null;
|
|
1311
|
-
funny: number | null;
|
|
1312
|
-
comments: number | null;
|
|
1313
|
-
reposts: number | null;
|
|
1314
|
-
totalReactions: number | null;
|
|
1315
|
-
} | null;
|
|
1316
1305
|
url: string | null;
|
|
1317
1306
|
text: string | null;
|
|
1318
1307
|
document: {
|
|
1319
1308
|
title: string | null;
|
|
1320
1309
|
url: string | null;
|
|
1321
|
-
thumbnail: string | null;
|
|
1322
1310
|
pageCount: number | null;
|
|
1311
|
+
thumbnail: string | null;
|
|
1323
1312
|
} | null;
|
|
1324
1313
|
urn: string | null;
|
|
1325
1314
|
author: {
|
|
@@ -1330,6 +1319,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1330
1319
|
firstName: string | null;
|
|
1331
1320
|
lastName: string | null;
|
|
1332
1321
|
} | null;
|
|
1322
|
+
stats: {
|
|
1323
|
+
like: number | null;
|
|
1324
|
+
support: number | null;
|
|
1325
|
+
love: number | null;
|
|
1326
|
+
insight: number | null;
|
|
1327
|
+
celebrate: number | null;
|
|
1328
|
+
funny: number | null;
|
|
1329
|
+
comments: number | null;
|
|
1330
|
+
reposts: number | null;
|
|
1331
|
+
totalReactions: number | null;
|
|
1332
|
+
} | null;
|
|
1333
1333
|
media: {
|
|
1334
1334
|
type: string | null;
|
|
1335
1335
|
url: string | null;
|
|
@@ -1343,8 +1343,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1343
1343
|
article: {
|
|
1344
1344
|
title: string | null;
|
|
1345
1345
|
url: string | null;
|
|
1346
|
-
thumbnail: string | null;
|
|
1347
1346
|
subtitle: string | null;
|
|
1347
|
+
thumbnail: string | null;
|
|
1348
1348
|
} | null;
|
|
1349
1349
|
postedAt: {
|
|
1350
1350
|
date: string | null;
|
|
@@ -1354,17 +1354,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1354
1354
|
fullUrn: string | null;
|
|
1355
1355
|
postType: string | null;
|
|
1356
1356
|
resharedPost: {
|
|
1357
|
-
stats: {
|
|
1358
|
-
like: number | null;
|
|
1359
|
-
support: number | null;
|
|
1360
|
-
love: number | null;
|
|
1361
|
-
insight: number | null;
|
|
1362
|
-
celebrate: number | null;
|
|
1363
|
-
funny: number | null;
|
|
1364
|
-
comments: number | null;
|
|
1365
|
-
reposts: number | null;
|
|
1366
|
-
totalReactions: number | null;
|
|
1367
|
-
} | null;
|
|
1368
1357
|
url: string | null;
|
|
1369
1358
|
text: string | null;
|
|
1370
1359
|
urn: string | null;
|
|
@@ -1376,6 +1365,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1376
1365
|
firstName: string | null;
|
|
1377
1366
|
lastName: string | null;
|
|
1378
1367
|
} | null;
|
|
1368
|
+
stats: {
|
|
1369
|
+
like: number | null;
|
|
1370
|
+
support: number | null;
|
|
1371
|
+
love: number | null;
|
|
1372
|
+
insight: number | null;
|
|
1373
|
+
celebrate: number | null;
|
|
1374
|
+
funny: number | null;
|
|
1375
|
+
comments: number | null;
|
|
1376
|
+
reposts: number | null;
|
|
1377
|
+
totalReactions: number | null;
|
|
1378
|
+
} | null;
|
|
1379
1379
|
media: {
|
|
1380
1380
|
type: string | null;
|
|
1381
1381
|
url: string | null;
|
|
@@ -1406,8 +1406,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1406
1406
|
postedAt: string | null;
|
|
1407
1407
|
applyUrl: string | null;
|
|
1408
1408
|
salary: {
|
|
1409
|
-
from: number | null;
|
|
1410
1409
|
to: number | null;
|
|
1410
|
+
from: number | null;
|
|
1411
1411
|
currency: string | null;
|
|
1412
1412
|
period: string | null;
|
|
1413
1413
|
} | null;
|
|
@@ -1424,28 +1424,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1424
1424
|
paginationToken?: string | null | undefined;
|
|
1425
1425
|
hasNextPage?: boolean | null | undefined;
|
|
1426
1426
|
}, {
|
|
1427
|
-
error: string;
|
|
1428
|
-
success: boolean;
|
|
1429
1427
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1428
|
+
success: boolean;
|
|
1429
|
+
error: string;
|
|
1430
1430
|
posts: {
|
|
1431
|
-
stats: {
|
|
1432
|
-
like: number | null;
|
|
1433
|
-
support: number | null;
|
|
1434
|
-
love: number | null;
|
|
1435
|
-
insight: number | null;
|
|
1436
|
-
celebrate: number | null;
|
|
1437
|
-
funny: number | null;
|
|
1438
|
-
comments: number | null;
|
|
1439
|
-
reposts: number | null;
|
|
1440
|
-
totalReactions: number | null;
|
|
1441
|
-
} | null;
|
|
1442
1431
|
url: string | null;
|
|
1443
1432
|
text: string | null;
|
|
1444
1433
|
document: {
|
|
1445
1434
|
title: string | null;
|
|
1446
1435
|
url: string | null;
|
|
1447
|
-
thumbnail: string | null;
|
|
1448
1436
|
pageCount: number | null;
|
|
1437
|
+
thumbnail: string | null;
|
|
1449
1438
|
} | null;
|
|
1450
1439
|
urn: string | null;
|
|
1451
1440
|
author: {
|
|
@@ -1456,6 +1445,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1456
1445
|
firstName: string | null;
|
|
1457
1446
|
lastName: string | null;
|
|
1458
1447
|
} | null;
|
|
1448
|
+
stats: {
|
|
1449
|
+
like: number | null;
|
|
1450
|
+
support: number | null;
|
|
1451
|
+
love: number | null;
|
|
1452
|
+
insight: number | null;
|
|
1453
|
+
celebrate: number | null;
|
|
1454
|
+
funny: number | null;
|
|
1455
|
+
comments: number | null;
|
|
1456
|
+
reposts: number | null;
|
|
1457
|
+
totalReactions: number | null;
|
|
1458
|
+
} | null;
|
|
1459
1459
|
media: {
|
|
1460
1460
|
type: string | null;
|
|
1461
1461
|
url: string | null;
|
|
@@ -1469,8 +1469,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1469
1469
|
article: {
|
|
1470
1470
|
title: string | null;
|
|
1471
1471
|
url: string | null;
|
|
1472
|
-
thumbnail: string | null;
|
|
1473
1472
|
subtitle: string | null;
|
|
1473
|
+
thumbnail: string | null;
|
|
1474
1474
|
} | null;
|
|
1475
1475
|
postedAt: {
|
|
1476
1476
|
date: string | null;
|
|
@@ -1480,17 +1480,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1480
1480
|
fullUrn: string | null;
|
|
1481
1481
|
postType: string | null;
|
|
1482
1482
|
resharedPost: {
|
|
1483
|
-
stats: {
|
|
1484
|
-
like: number | null;
|
|
1485
|
-
support: number | null;
|
|
1486
|
-
love: number | null;
|
|
1487
|
-
insight: number | null;
|
|
1488
|
-
celebrate: number | null;
|
|
1489
|
-
funny: number | null;
|
|
1490
|
-
comments: number | null;
|
|
1491
|
-
reposts: number | null;
|
|
1492
|
-
totalReactions: number | null;
|
|
1493
|
-
} | null;
|
|
1494
1483
|
url: string | null;
|
|
1495
1484
|
text: string | null;
|
|
1496
1485
|
urn: string | null;
|
|
@@ -1502,6 +1491,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1502
1491
|
firstName: string | null;
|
|
1503
1492
|
lastName: string | null;
|
|
1504
1493
|
} | null;
|
|
1494
|
+
stats: {
|
|
1495
|
+
like: number | null;
|
|
1496
|
+
support: number | null;
|
|
1497
|
+
love: number | null;
|
|
1498
|
+
insight: number | null;
|
|
1499
|
+
celebrate: number | null;
|
|
1500
|
+
funny: number | null;
|
|
1501
|
+
comments: number | null;
|
|
1502
|
+
reposts: number | null;
|
|
1503
|
+
totalReactions: number | null;
|
|
1504
|
+
} | null;
|
|
1505
1505
|
media: {
|
|
1506
1506
|
type: string | null;
|
|
1507
1507
|
url: string | null;
|
|
@@ -1532,8 +1532,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1532
1532
|
postedAt: string | null;
|
|
1533
1533
|
applyUrl: string | null;
|
|
1534
1534
|
salary: {
|
|
1535
|
-
from: number | null;
|
|
1536
1535
|
to: number | null;
|
|
1536
|
+
from: number | null;
|
|
1537
1537
|
currency: string | null;
|
|
1538
1538
|
period: string | null;
|
|
1539
1539
|
} | null;
|
|
@@ -1598,7 +1598,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1598
1598
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
1599
1599
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
1600
1600
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
1601
|
-
experienceLevel?: ("
|
|
1601
|
+
experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
|
|
1602
1602
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1603
1603
|
}, {
|
|
1604
1604
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
@@ -1611,7 +1611,7 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1611
1611
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
1612
1612
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
1613
1613
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
1614
|
-
experienceLevel?: ("
|
|
1614
|
+
experienceLevel?: ("internship" | "entry-level" | "associate" | "mid-senior" | "director" | "executive")[] | undefined;
|
|
1615
1615
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1616
1616
|
}>;
|
|
1617
1617
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -1645,13 +1645,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1645
1645
|
currency: z.ZodNullable<z.ZodString>;
|
|
1646
1646
|
period: z.ZodNullable<z.ZodString>;
|
|
1647
1647
|
}, "strip", z.ZodTypeAny, {
|
|
1648
|
-
from: number | null;
|
|
1649
1648
|
to: number | null;
|
|
1649
|
+
from: number | null;
|
|
1650
1650
|
currency: string | null;
|
|
1651
1651
|
period: string | null;
|
|
1652
1652
|
}, {
|
|
1653
|
-
from: number | null;
|
|
1654
1653
|
to: number | null;
|
|
1654
|
+
from: number | null;
|
|
1655
1655
|
currency: string | null;
|
|
1656
1656
|
period: string | null;
|
|
1657
1657
|
}>>;
|
|
@@ -1665,8 +1665,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1665
1665
|
postedAt: string | null;
|
|
1666
1666
|
applyUrl: string | null;
|
|
1667
1667
|
salary: {
|
|
1668
|
-
from: number | null;
|
|
1669
1668
|
to: number | null;
|
|
1669
|
+
from: number | null;
|
|
1670
1670
|
currency: string | null;
|
|
1671
1671
|
period: string | null;
|
|
1672
1672
|
} | null;
|
|
@@ -1687,8 +1687,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1687
1687
|
postedAt: string | null;
|
|
1688
1688
|
applyUrl: string | null;
|
|
1689
1689
|
salary: {
|
|
1690
|
-
from: number | null;
|
|
1691
1690
|
to: number | null;
|
|
1691
|
+
from: number | null;
|
|
1692
1692
|
currency: string | null;
|
|
1693
1693
|
period: string | null;
|
|
1694
1694
|
} | null;
|
|
@@ -1817,13 +1817,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1817
1817
|
}, "strip", z.ZodTypeAny, {
|
|
1818
1818
|
title: string | null;
|
|
1819
1819
|
url: string | null;
|
|
1820
|
-
thumbnail: string | null;
|
|
1821
1820
|
subtitle: string | null;
|
|
1821
|
+
thumbnail: string | null;
|
|
1822
1822
|
}, {
|
|
1823
1823
|
title: string | null;
|
|
1824
1824
|
url: string | null;
|
|
1825
|
-
thumbnail: string | null;
|
|
1826
1825
|
subtitle: string | null;
|
|
1826
|
+
thumbnail: string | null;
|
|
1827
1827
|
}>>;
|
|
1828
1828
|
document: z.ZodNullable<z.ZodObject<{
|
|
1829
1829
|
title: z.ZodNullable<z.ZodString>;
|
|
@@ -1833,13 +1833,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1833
1833
|
}, "strip", z.ZodTypeAny, {
|
|
1834
1834
|
title: string | null;
|
|
1835
1835
|
url: string | null;
|
|
1836
|
-
thumbnail: string | null;
|
|
1837
1836
|
pageCount: number | null;
|
|
1837
|
+
thumbnail: string | null;
|
|
1838
1838
|
}, {
|
|
1839
1839
|
title: string | null;
|
|
1840
1840
|
url: string | null;
|
|
1841
|
-
thumbnail: string | null;
|
|
1842
1841
|
pageCount: number | null;
|
|
1842
|
+
thumbnail: string | null;
|
|
1843
1843
|
}>>;
|
|
1844
1844
|
resharedPost: z.ZodNullable<z.ZodObject<{
|
|
1845
1845
|
urn: z.ZodNullable<z.ZodString>;
|
|
@@ -1949,17 +1949,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1949
1949
|
thumbnail: string | null;
|
|
1950
1950
|
}>>;
|
|
1951
1951
|
}, "strip", z.ZodTypeAny, {
|
|
1952
|
-
stats: {
|
|
1953
|
-
like: number | null;
|
|
1954
|
-
support: number | null;
|
|
1955
|
-
love: number | null;
|
|
1956
|
-
insight: number | null;
|
|
1957
|
-
celebrate: number | null;
|
|
1958
|
-
funny: number | null;
|
|
1959
|
-
comments: number | null;
|
|
1960
|
-
reposts: number | null;
|
|
1961
|
-
totalReactions: number | null;
|
|
1962
|
-
} | null;
|
|
1963
1952
|
url: string | null;
|
|
1964
1953
|
text: string | null;
|
|
1965
1954
|
urn: string | null;
|
|
@@ -1971,6 +1960,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1971
1960
|
firstName: string | null;
|
|
1972
1961
|
lastName: string | null;
|
|
1973
1962
|
} | null;
|
|
1963
|
+
stats: {
|
|
1964
|
+
like: number | null;
|
|
1965
|
+
support: number | null;
|
|
1966
|
+
love: number | null;
|
|
1967
|
+
insight: number | null;
|
|
1968
|
+
celebrate: number | null;
|
|
1969
|
+
funny: number | null;
|
|
1970
|
+
comments: number | null;
|
|
1971
|
+
reposts: number | null;
|
|
1972
|
+
totalReactions: number | null;
|
|
1973
|
+
} | null;
|
|
1974
1974
|
media: {
|
|
1975
1975
|
type: string | null;
|
|
1976
1976
|
url: string | null;
|
|
@@ -1988,17 +1988,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1988
1988
|
} | null;
|
|
1989
1989
|
postType: string | null;
|
|
1990
1990
|
}, {
|
|
1991
|
-
stats: {
|
|
1992
|
-
like: number | null;
|
|
1993
|
-
support: number | null;
|
|
1994
|
-
love: number | null;
|
|
1995
|
-
insight: number | null;
|
|
1996
|
-
celebrate: number | null;
|
|
1997
|
-
funny: number | null;
|
|
1998
|
-
comments: number | null;
|
|
1999
|
-
reposts: number | null;
|
|
2000
|
-
totalReactions: number | null;
|
|
2001
|
-
} | null;
|
|
2002
1991
|
url: string | null;
|
|
2003
1992
|
text: string | null;
|
|
2004
1993
|
urn: string | null;
|
|
@@ -2010,6 +1999,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2010
1999
|
firstName: string | null;
|
|
2011
2000
|
lastName: string | null;
|
|
2012
2001
|
} | null;
|
|
2002
|
+
stats: {
|
|
2003
|
+
like: number | null;
|
|
2004
|
+
support: number | null;
|
|
2005
|
+
love: number | null;
|
|
2006
|
+
insight: number | null;
|
|
2007
|
+
celebrate: number | null;
|
|
2008
|
+
funny: number | null;
|
|
2009
|
+
comments: number | null;
|
|
2010
|
+
reposts: number | null;
|
|
2011
|
+
totalReactions: number | null;
|
|
2012
|
+
} | null;
|
|
2013
2013
|
media: {
|
|
2014
2014
|
type: string | null;
|
|
2015
2015
|
url: string | null;
|
|
@@ -2028,24 +2028,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2028
2028
|
postType: string | null;
|
|
2029
2029
|
}>>;
|
|
2030
2030
|
}, "strip", z.ZodTypeAny, {
|
|
2031
|
-
stats: {
|
|
2032
|
-
like: number | null;
|
|
2033
|
-
support: number | null;
|
|
2034
|
-
love: number | null;
|
|
2035
|
-
insight: number | null;
|
|
2036
|
-
celebrate: number | null;
|
|
2037
|
-
funny: number | null;
|
|
2038
|
-
comments: number | null;
|
|
2039
|
-
reposts: number | null;
|
|
2040
|
-
totalReactions: number | null;
|
|
2041
|
-
} | null;
|
|
2042
2031
|
url: string | null;
|
|
2043
2032
|
text: string | null;
|
|
2044
2033
|
document: {
|
|
2045
2034
|
title: string | null;
|
|
2046
2035
|
url: string | null;
|
|
2047
|
-
thumbnail: string | null;
|
|
2048
2036
|
pageCount: number | null;
|
|
2037
|
+
thumbnail: string | null;
|
|
2049
2038
|
} | null;
|
|
2050
2039
|
urn: string | null;
|
|
2051
2040
|
author: {
|
|
@@ -2056,6 +2045,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2056
2045
|
firstName: string | null;
|
|
2057
2046
|
lastName: string | null;
|
|
2058
2047
|
} | null;
|
|
2048
|
+
stats: {
|
|
2049
|
+
like: number | null;
|
|
2050
|
+
support: number | null;
|
|
2051
|
+
love: number | null;
|
|
2052
|
+
insight: number | null;
|
|
2053
|
+
celebrate: number | null;
|
|
2054
|
+
funny: number | null;
|
|
2055
|
+
comments: number | null;
|
|
2056
|
+
reposts: number | null;
|
|
2057
|
+
totalReactions: number | null;
|
|
2058
|
+
} | null;
|
|
2059
2059
|
media: {
|
|
2060
2060
|
type: string | null;
|
|
2061
2061
|
url: string | null;
|
|
@@ -2069,8 +2069,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2069
2069
|
article: {
|
|
2070
2070
|
title: string | null;
|
|
2071
2071
|
url: string | null;
|
|
2072
|
-
thumbnail: string | null;
|
|
2073
2072
|
subtitle: string | null;
|
|
2073
|
+
thumbnail: string | null;
|
|
2074
2074
|
} | null;
|
|
2075
2075
|
postedAt: {
|
|
2076
2076
|
date: string | null;
|
|
@@ -2080,17 +2080,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2080
2080
|
fullUrn: string | null;
|
|
2081
2081
|
postType: string | null;
|
|
2082
2082
|
resharedPost: {
|
|
2083
|
-
stats: {
|
|
2084
|
-
like: number | null;
|
|
2085
|
-
support: number | null;
|
|
2086
|
-
love: number | null;
|
|
2087
|
-
insight: number | null;
|
|
2088
|
-
celebrate: number | null;
|
|
2089
|
-
funny: number | null;
|
|
2090
|
-
comments: number | null;
|
|
2091
|
-
reposts: number | null;
|
|
2092
|
-
totalReactions: number | null;
|
|
2093
|
-
} | null;
|
|
2094
2083
|
url: string | null;
|
|
2095
2084
|
text: string | null;
|
|
2096
2085
|
urn: string | null;
|
|
@@ -2102,6 +2091,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2102
2091
|
firstName: string | null;
|
|
2103
2092
|
lastName: string | null;
|
|
2104
2093
|
} | null;
|
|
2094
|
+
stats: {
|
|
2095
|
+
like: number | null;
|
|
2096
|
+
support: number | null;
|
|
2097
|
+
love: number | null;
|
|
2098
|
+
insight: number | null;
|
|
2099
|
+
celebrate: number | null;
|
|
2100
|
+
funny: number | null;
|
|
2101
|
+
comments: number | null;
|
|
2102
|
+
reposts: number | null;
|
|
2103
|
+
totalReactions: number | null;
|
|
2104
|
+
} | null;
|
|
2105
2105
|
media: {
|
|
2106
2106
|
type: string | null;
|
|
2107
2107
|
url: string | null;
|
|
@@ -2120,24 +2120,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2120
2120
|
postType: string | null;
|
|
2121
2121
|
} | null;
|
|
2122
2122
|
}, {
|
|
2123
|
-
stats: {
|
|
2124
|
-
like: number | null;
|
|
2125
|
-
support: number | null;
|
|
2126
|
-
love: number | null;
|
|
2127
|
-
insight: number | null;
|
|
2128
|
-
celebrate: number | null;
|
|
2129
|
-
funny: number | null;
|
|
2130
|
-
comments: number | null;
|
|
2131
|
-
reposts: number | null;
|
|
2132
|
-
totalReactions: number | null;
|
|
2133
|
-
} | null;
|
|
2134
2123
|
url: string | null;
|
|
2135
2124
|
text: string | null;
|
|
2136
2125
|
document: {
|
|
2137
2126
|
title: string | null;
|
|
2138
2127
|
url: string | null;
|
|
2139
|
-
thumbnail: string | null;
|
|
2140
2128
|
pageCount: number | null;
|
|
2129
|
+
thumbnail: string | null;
|
|
2141
2130
|
} | null;
|
|
2142
2131
|
urn: string | null;
|
|
2143
2132
|
author: {
|
|
@@ -2148,6 +2137,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2148
2137
|
firstName: string | null;
|
|
2149
2138
|
lastName: string | null;
|
|
2150
2139
|
} | null;
|
|
2140
|
+
stats: {
|
|
2141
|
+
like: number | null;
|
|
2142
|
+
support: number | null;
|
|
2143
|
+
love: number | null;
|
|
2144
|
+
insight: number | null;
|
|
2145
|
+
celebrate: number | null;
|
|
2146
|
+
funny: number | null;
|
|
2147
|
+
comments: number | null;
|
|
2148
|
+
reposts: number | null;
|
|
2149
|
+
totalReactions: number | null;
|
|
2150
|
+
} | null;
|
|
2151
2151
|
media: {
|
|
2152
2152
|
type: string | null;
|
|
2153
2153
|
url: string | null;
|
|
@@ -2161,8 +2161,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2161
2161
|
article: {
|
|
2162
2162
|
title: string | null;
|
|
2163
2163
|
url: string | null;
|
|
2164
|
-
thumbnail: string | null;
|
|
2165
2164
|
subtitle: string | null;
|
|
2165
|
+
thumbnail: string | null;
|
|
2166
2166
|
} | null;
|
|
2167
2167
|
postedAt: {
|
|
2168
2168
|
date: string | null;
|
|
@@ -2172,17 +2172,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2172
2172
|
fullUrn: string | null;
|
|
2173
2173
|
postType: string | null;
|
|
2174
2174
|
resharedPost: {
|
|
2175
|
-
stats: {
|
|
2176
|
-
like: number | null;
|
|
2177
|
-
support: number | null;
|
|
2178
|
-
love: number | null;
|
|
2179
|
-
insight: number | null;
|
|
2180
|
-
celebrate: number | null;
|
|
2181
|
-
funny: number | null;
|
|
2182
|
-
comments: number | null;
|
|
2183
|
-
reposts: number | null;
|
|
2184
|
-
totalReactions: number | null;
|
|
2185
|
-
} | null;
|
|
2186
2175
|
url: string | null;
|
|
2187
2176
|
text: string | null;
|
|
2188
2177
|
urn: string | null;
|
|
@@ -2194,6 +2183,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2194
2183
|
firstName: string | null;
|
|
2195
2184
|
lastName: string | null;
|
|
2196
2185
|
} | null;
|
|
2186
|
+
stats: {
|
|
2187
|
+
like: number | null;
|
|
2188
|
+
support: number | null;
|
|
2189
|
+
love: number | null;
|
|
2190
|
+
insight: number | null;
|
|
2191
|
+
celebrate: number | null;
|
|
2192
|
+
funny: number | null;
|
|
2193
|
+
comments: number | null;
|
|
2194
|
+
reposts: number | null;
|
|
2195
|
+
totalReactions: number | null;
|
|
2196
|
+
} | null;
|
|
2197
2197
|
media: {
|
|
2198
2198
|
type: string | null;
|
|
2199
2199
|
url: string | null;
|
|
@@ -2221,28 +2221,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2221
2221
|
success: z.ZodBoolean;
|
|
2222
2222
|
error: z.ZodString;
|
|
2223
2223
|
}, "strip", z.ZodTypeAny, {
|
|
2224
|
-
error: string;
|
|
2225
|
-
success: boolean;
|
|
2226
2224
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2225
|
+
success: boolean;
|
|
2226
|
+
error: string;
|
|
2227
2227
|
posts: {
|
|
2228
|
-
stats: {
|
|
2229
|
-
like: number | null;
|
|
2230
|
-
support: number | null;
|
|
2231
|
-
love: number | null;
|
|
2232
|
-
insight: number | null;
|
|
2233
|
-
celebrate: number | null;
|
|
2234
|
-
funny: number | null;
|
|
2235
|
-
comments: number | null;
|
|
2236
|
-
reposts: number | null;
|
|
2237
|
-
totalReactions: number | null;
|
|
2238
|
-
} | null;
|
|
2239
2228
|
url: string | null;
|
|
2240
2229
|
text: string | null;
|
|
2241
2230
|
document: {
|
|
2242
2231
|
title: string | null;
|
|
2243
2232
|
url: string | null;
|
|
2244
|
-
thumbnail: string | null;
|
|
2245
2233
|
pageCount: number | null;
|
|
2234
|
+
thumbnail: string | null;
|
|
2246
2235
|
} | null;
|
|
2247
2236
|
urn: string | null;
|
|
2248
2237
|
author: {
|
|
@@ -2253,6 +2242,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2253
2242
|
firstName: string | null;
|
|
2254
2243
|
lastName: string | null;
|
|
2255
2244
|
} | null;
|
|
2245
|
+
stats: {
|
|
2246
|
+
like: number | null;
|
|
2247
|
+
support: number | null;
|
|
2248
|
+
love: number | null;
|
|
2249
|
+
insight: number | null;
|
|
2250
|
+
celebrate: number | null;
|
|
2251
|
+
funny: number | null;
|
|
2252
|
+
comments: number | null;
|
|
2253
|
+
reposts: number | null;
|
|
2254
|
+
totalReactions: number | null;
|
|
2255
|
+
} | null;
|
|
2256
2256
|
media: {
|
|
2257
2257
|
type: string | null;
|
|
2258
2258
|
url: string | null;
|
|
@@ -2266,8 +2266,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2266
2266
|
article: {
|
|
2267
2267
|
title: string | null;
|
|
2268
2268
|
url: string | null;
|
|
2269
|
-
thumbnail: string | null;
|
|
2270
2269
|
subtitle: string | null;
|
|
2270
|
+
thumbnail: string | null;
|
|
2271
2271
|
} | null;
|
|
2272
2272
|
postedAt: {
|
|
2273
2273
|
date: string | null;
|
|
@@ -2277,17 +2277,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2277
2277
|
fullUrn: string | null;
|
|
2278
2278
|
postType: string | null;
|
|
2279
2279
|
resharedPost: {
|
|
2280
|
-
stats: {
|
|
2281
|
-
like: number | null;
|
|
2282
|
-
support: number | null;
|
|
2283
|
-
love: number | null;
|
|
2284
|
-
insight: number | null;
|
|
2285
|
-
celebrate: number | null;
|
|
2286
|
-
funny: number | null;
|
|
2287
|
-
comments: number | null;
|
|
2288
|
-
reposts: number | null;
|
|
2289
|
-
totalReactions: number | null;
|
|
2290
|
-
} | null;
|
|
2291
2280
|
url: string | null;
|
|
2292
2281
|
text: string | null;
|
|
2293
2282
|
urn: string | null;
|
|
@@ -2299,6 +2288,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2299
2288
|
firstName: string | null;
|
|
2300
2289
|
lastName: string | null;
|
|
2301
2290
|
} | null;
|
|
2291
|
+
stats: {
|
|
2292
|
+
like: number | null;
|
|
2293
|
+
support: number | null;
|
|
2294
|
+
love: number | null;
|
|
2295
|
+
insight: number | null;
|
|
2296
|
+
celebrate: number | null;
|
|
2297
|
+
funny: number | null;
|
|
2298
|
+
comments: number | null;
|
|
2299
|
+
reposts: number | null;
|
|
2300
|
+
totalReactions: number | null;
|
|
2301
|
+
} | null;
|
|
2302
2302
|
media: {
|
|
2303
2303
|
type: string | null;
|
|
2304
2304
|
url: string | null;
|
|
@@ -2329,8 +2329,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2329
2329
|
postedAt: string | null;
|
|
2330
2330
|
applyUrl: string | null;
|
|
2331
2331
|
salary: {
|
|
2332
|
-
from: number | null;
|
|
2333
2332
|
to: number | null;
|
|
2333
|
+
from: number | null;
|
|
2334
2334
|
currency: string | null;
|
|
2335
2335
|
period: string | null;
|
|
2336
2336
|
} | null;
|
|
@@ -2347,28 +2347,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2347
2347
|
paginationToken?: string | null | undefined;
|
|
2348
2348
|
hasNextPage?: boolean | null | undefined;
|
|
2349
2349
|
}, {
|
|
2350
|
-
error: string;
|
|
2351
|
-
success: boolean;
|
|
2352
2350
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2351
|
+
success: boolean;
|
|
2352
|
+
error: string;
|
|
2353
2353
|
posts: {
|
|
2354
|
-
stats: {
|
|
2355
|
-
like: number | null;
|
|
2356
|
-
support: number | null;
|
|
2357
|
-
love: number | null;
|
|
2358
|
-
insight: number | null;
|
|
2359
|
-
celebrate: number | null;
|
|
2360
|
-
funny: number | null;
|
|
2361
|
-
comments: number | null;
|
|
2362
|
-
reposts: number | null;
|
|
2363
|
-
totalReactions: number | null;
|
|
2364
|
-
} | null;
|
|
2365
2354
|
url: string | null;
|
|
2366
2355
|
text: string | null;
|
|
2367
2356
|
document: {
|
|
2368
2357
|
title: string | null;
|
|
2369
2358
|
url: string | null;
|
|
2370
|
-
thumbnail: string | null;
|
|
2371
2359
|
pageCount: number | null;
|
|
2360
|
+
thumbnail: string | null;
|
|
2372
2361
|
} | null;
|
|
2373
2362
|
urn: string | null;
|
|
2374
2363
|
author: {
|
|
@@ -2379,6 +2368,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2379
2368
|
firstName: string | null;
|
|
2380
2369
|
lastName: string | null;
|
|
2381
2370
|
} | null;
|
|
2371
|
+
stats: {
|
|
2372
|
+
like: number | null;
|
|
2373
|
+
support: number | null;
|
|
2374
|
+
love: number | null;
|
|
2375
|
+
insight: number | null;
|
|
2376
|
+
celebrate: number | null;
|
|
2377
|
+
funny: number | null;
|
|
2378
|
+
comments: number | null;
|
|
2379
|
+
reposts: number | null;
|
|
2380
|
+
totalReactions: number | null;
|
|
2381
|
+
} | null;
|
|
2382
2382
|
media: {
|
|
2383
2383
|
type: string | null;
|
|
2384
2384
|
url: string | null;
|
|
@@ -2392,8 +2392,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2392
2392
|
article: {
|
|
2393
2393
|
title: string | null;
|
|
2394
2394
|
url: string | null;
|
|
2395
|
-
thumbnail: string | null;
|
|
2396
2395
|
subtitle: string | null;
|
|
2396
|
+
thumbnail: string | null;
|
|
2397
2397
|
} | null;
|
|
2398
2398
|
postedAt: {
|
|
2399
2399
|
date: string | null;
|
|
@@ -2403,17 +2403,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2403
2403
|
fullUrn: string | null;
|
|
2404
2404
|
postType: string | null;
|
|
2405
2405
|
resharedPost: {
|
|
2406
|
-
stats: {
|
|
2407
|
-
like: number | null;
|
|
2408
|
-
support: number | null;
|
|
2409
|
-
love: number | null;
|
|
2410
|
-
insight: number | null;
|
|
2411
|
-
celebrate: number | null;
|
|
2412
|
-
funny: number | null;
|
|
2413
|
-
comments: number | null;
|
|
2414
|
-
reposts: number | null;
|
|
2415
|
-
totalReactions: number | null;
|
|
2416
|
-
} | null;
|
|
2417
2406
|
url: string | null;
|
|
2418
2407
|
text: string | null;
|
|
2419
2408
|
urn: string | null;
|
|
@@ -2425,6 +2414,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2425
2414
|
firstName: string | null;
|
|
2426
2415
|
lastName: string | null;
|
|
2427
2416
|
} | null;
|
|
2417
|
+
stats: {
|
|
2418
|
+
like: number | null;
|
|
2419
|
+
support: number | null;
|
|
2420
|
+
love: number | null;
|
|
2421
|
+
insight: number | null;
|
|
2422
|
+
celebrate: number | null;
|
|
2423
|
+
funny: number | null;
|
|
2424
|
+
comments: number | null;
|
|
2425
|
+
reposts: number | null;
|
|
2426
|
+
totalReactions: number | null;
|
|
2427
|
+
} | null;
|
|
2428
2428
|
media: {
|
|
2429
2429
|
type: string | null;
|
|
2430
2430
|
url: string | null;
|
|
@@ -2455,8 +2455,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2455
2455
|
postedAt: string | null;
|
|
2456
2456
|
applyUrl: string | null;
|
|
2457
2457
|
salary: {
|
|
2458
|
-
from: number | null;
|
|
2459
2458
|
to: number | null;
|
|
2459
|
+
from: number | null;
|
|
2460
2460
|
currency: string | null;
|
|
2461
2461
|
period: string | null;
|
|
2462
2462
|
} | null;
|