@bubblelab/bubble-core 0.1.55 → 0.1.57
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 +102 -102
- package/dist/bubbles/service-bubble/agi-inc.d.ts +60 -60
- package/dist/bubbles/service-bubble/ai-agent.d.ts +68 -68
- package/dist/bubbles/service-bubble/airtable.d.ts +86 -86
- package/dist/bubbles/service-bubble/apify/apify.d.ts +24 -24
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +128 -128
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +180 -180
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +28 -28
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +118 -118
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +879 -879
- package/dist/bubbles/service-bubble/followupboss.d.ts +254 -254
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +233 -233
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
- package/dist/bubbles/service-bubble/github.d.ts +112 -112
- package/dist/bubbles/service-bubble/gmail.d.ts +555 -555
- package/dist/bubbles/service-bubble/google-calendar.d.ts +20 -20
- package/dist/bubbles/service-bubble/google-drive.d.ts +16 -16
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +10 -10
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +35 -35
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +37 -37
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1365 -1365
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +320 -320
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +91 -91
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +107 -107
- package/dist/bubbles/service-bubble/telegram.d.ts +1491 -1491
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +16 -16
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +126 -126
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +10 -10
- 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 +6 -6
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +421 -421
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +150 -150
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +146 -146
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +86 -86
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -10,15 +10,15 @@ declare const LinkedInAuthorSchema: z.ZodObject<{
|
|
|
10
10
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
11
11
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
12
12
|
}, "strip", z.ZodTypeAny, {
|
|
13
|
-
headline: string | null;
|
|
14
13
|
username: string | null;
|
|
14
|
+
headline: string | null;
|
|
15
15
|
profileUrl: string | null;
|
|
16
16
|
profilePicture: string | null;
|
|
17
17
|
firstName: string | null;
|
|
18
18
|
lastName: string | null;
|
|
19
19
|
}, {
|
|
20
|
-
headline: string | null;
|
|
21
20
|
username: string | null;
|
|
21
|
+
headline: string | null;
|
|
22
22
|
profileUrl: string | null;
|
|
23
23
|
profilePicture: string | null;
|
|
24
24
|
firstName: string | null;
|
|
@@ -82,15 +82,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
82
82
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
83
83
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
84
84
|
}, "strip", z.ZodTypeAny, {
|
|
85
|
-
headline: string | null;
|
|
86
85
|
username: string | null;
|
|
86
|
+
headline: string | null;
|
|
87
87
|
profileUrl: string | null;
|
|
88
88
|
profilePicture: string | null;
|
|
89
89
|
firstName: string | null;
|
|
90
90
|
lastName: string | null;
|
|
91
91
|
}, {
|
|
92
|
-
headline: string | null;
|
|
93
92
|
username: string | null;
|
|
93
|
+
headline: string | null;
|
|
94
94
|
profileUrl: string | null;
|
|
95
95
|
profilePicture: string | null;
|
|
96
96
|
firstName: string | null;
|
|
@@ -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
|
-
subtitle: string | null;
|
|
175
174
|
thumbnail: string | null;
|
|
175
|
+
subtitle: string | null;
|
|
176
176
|
}, {
|
|
177
177
|
title: string | null;
|
|
178
178
|
url: string | null;
|
|
179
|
-
subtitle: string | null;
|
|
180
179
|
thumbnail: string | null;
|
|
180
|
+
subtitle: string | null;
|
|
181
181
|
}>>;
|
|
182
182
|
document: z.ZodNullable<z.ZodObject<{
|
|
183
183
|
title: z.ZodNullable<z.ZodString>;
|
|
@@ -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
|
-
pageCount: number | null;
|
|
191
190
|
thumbnail: string | null;
|
|
191
|
+
pageCount: number | null;
|
|
192
192
|
}, {
|
|
193
193
|
title: string | null;
|
|
194
194
|
url: string | null;
|
|
195
|
-
pageCount: number | null;
|
|
196
195
|
thumbnail: string | null;
|
|
196
|
+
pageCount: number | null;
|
|
197
197
|
}>>;
|
|
198
198
|
resharedPost: z.ZodNullable<z.ZodObject<{
|
|
199
199
|
urn: z.ZodNullable<z.ZodString>;
|
|
@@ -221,15 +221,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
221
221
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
222
222
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
223
223
|
}, "strip", z.ZodTypeAny, {
|
|
224
|
-
headline: string | null;
|
|
225
224
|
username: string | null;
|
|
225
|
+
headline: string | null;
|
|
226
226
|
profileUrl: string | null;
|
|
227
227
|
profilePicture: string | null;
|
|
228
228
|
firstName: string | null;
|
|
229
229
|
lastName: string | null;
|
|
230
230
|
}, {
|
|
231
|
-
headline: string | null;
|
|
232
231
|
username: string | null;
|
|
232
|
+
headline: string | null;
|
|
233
233
|
profileUrl: string | null;
|
|
234
234
|
profilePicture: string | null;
|
|
235
235
|
firstName: string | null;
|
|
@@ -303,17 +303,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
303
303
|
thumbnail: string | null;
|
|
304
304
|
}>>;
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
|
-
url: string | null;
|
|
307
|
-
text: string | null;
|
|
308
|
-
urn: string | null;
|
|
309
|
-
author: {
|
|
310
|
-
headline: string | null;
|
|
311
|
-
username: string | null;
|
|
312
|
-
profileUrl: string | null;
|
|
313
|
-
profilePicture: string | null;
|
|
314
|
-
firstName: string | null;
|
|
315
|
-
lastName: string | null;
|
|
316
|
-
} | null;
|
|
317
306
|
stats: {
|
|
318
307
|
like: number | null;
|
|
319
308
|
support: number | null;
|
|
@@ -325,6 +314,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
325
314
|
reposts: number | null;
|
|
326
315
|
totalReactions: number | null;
|
|
327
316
|
} | null;
|
|
317
|
+
url: string | null;
|
|
318
|
+
text: string | null;
|
|
319
|
+
urn: string | null;
|
|
320
|
+
author: {
|
|
321
|
+
username: string | null;
|
|
322
|
+
headline: string | null;
|
|
323
|
+
profileUrl: string | null;
|
|
324
|
+
profilePicture: string | null;
|
|
325
|
+
firstName: string | null;
|
|
326
|
+
lastName: string | null;
|
|
327
|
+
} | null;
|
|
328
328
|
media: {
|
|
329
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
|
-
url: string | null;
|
|
346
|
-
text: string | null;
|
|
347
|
-
urn: string | null;
|
|
348
|
-
author: {
|
|
349
|
-
headline: string | null;
|
|
350
|
-
username: string | null;
|
|
351
|
-
profileUrl: string | null;
|
|
352
|
-
profilePicture: string | null;
|
|
353
|
-
firstName: string | null;
|
|
354
|
-
lastName: string | null;
|
|
355
|
-
} | null;
|
|
356
345
|
stats: {
|
|
357
346
|
like: number | null;
|
|
358
347
|
support: number | null;
|
|
@@ -364,6 +353,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
364
353
|
reposts: number | null;
|
|
365
354
|
totalReactions: number | null;
|
|
366
355
|
} | null;
|
|
356
|
+
url: string | null;
|
|
357
|
+
text: string | null;
|
|
358
|
+
urn: string | null;
|
|
359
|
+
author: {
|
|
360
|
+
username: string | null;
|
|
361
|
+
headline: string | null;
|
|
362
|
+
profileUrl: string | null;
|
|
363
|
+
profilePicture: string | null;
|
|
364
|
+
firstName: string | null;
|
|
365
|
+
lastName: string | null;
|
|
366
|
+
} | null;
|
|
367
367
|
media: {
|
|
368
368
|
type: string | null;
|
|
369
369
|
url: string | null;
|
|
@@ -382,34 +382,34 @@ 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;
|
|
385
396
|
url: string | null;
|
|
386
397
|
text: string | null;
|
|
387
398
|
document: {
|
|
388
399
|
title: string | null;
|
|
389
400
|
url: string | null;
|
|
390
|
-
pageCount: number | null;
|
|
391
401
|
thumbnail: string | null;
|
|
402
|
+
pageCount: number | null;
|
|
392
403
|
} | null;
|
|
393
404
|
urn: string | null;
|
|
394
405
|
author: {
|
|
395
|
-
headline: string | null;
|
|
396
406
|
username: string | null;
|
|
407
|
+
headline: string | null;
|
|
397
408
|
profileUrl: string | null;
|
|
398
409
|
profilePicture: string | null;
|
|
399
410
|
firstName: string | null;
|
|
400
411
|
lastName: string | null;
|
|
401
412
|
} | 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
|
-
subtitle: string | null;
|
|
427
426
|
thumbnail: string | null;
|
|
427
|
+
subtitle: string | null;
|
|
428
428
|
} | null;
|
|
429
429
|
postedAt: {
|
|
430
430
|
date: string | null;
|
|
@@ -434,17 +434,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
434
434
|
fullUrn: string | null;
|
|
435
435
|
postType: string | null;
|
|
436
436
|
resharedPost: {
|
|
437
|
-
url: string | null;
|
|
438
|
-
text: string | null;
|
|
439
|
-
urn: string | null;
|
|
440
|
-
author: {
|
|
441
|
-
headline: string | null;
|
|
442
|
-
username: string | null;
|
|
443
|
-
profileUrl: string | null;
|
|
444
|
-
profilePicture: string | null;
|
|
445
|
-
firstName: string | null;
|
|
446
|
-
lastName: string | null;
|
|
447
|
-
} | null;
|
|
448
437
|
stats: {
|
|
449
438
|
like: number | null;
|
|
450
439
|
support: number | null;
|
|
@@ -456,6 +445,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
456
445
|
reposts: number | null;
|
|
457
446
|
totalReactions: number | null;
|
|
458
447
|
} | null;
|
|
448
|
+
url: string | null;
|
|
449
|
+
text: string | null;
|
|
450
|
+
urn: string | null;
|
|
451
|
+
author: {
|
|
452
|
+
username: string | null;
|
|
453
|
+
headline: string | null;
|
|
454
|
+
profileUrl: string | null;
|
|
455
|
+
profilePicture: string | null;
|
|
456
|
+
firstName: string | null;
|
|
457
|
+
lastName: string | null;
|
|
458
|
+
} | null;
|
|
459
459
|
media: {
|
|
460
460
|
type: string | null;
|
|
461
461
|
url: string | null;
|
|
@@ -474,34 +474,34 @@ 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;
|
|
477
488
|
url: string | null;
|
|
478
489
|
text: string | null;
|
|
479
490
|
document: {
|
|
480
491
|
title: string | null;
|
|
481
492
|
url: string | null;
|
|
482
|
-
pageCount: number | null;
|
|
483
493
|
thumbnail: string | null;
|
|
494
|
+
pageCount: number | null;
|
|
484
495
|
} | null;
|
|
485
496
|
urn: string | null;
|
|
486
497
|
author: {
|
|
487
|
-
headline: string | null;
|
|
488
498
|
username: string | null;
|
|
499
|
+
headline: string | null;
|
|
489
500
|
profileUrl: string | null;
|
|
490
501
|
profilePicture: string | null;
|
|
491
502
|
firstName: string | null;
|
|
492
503
|
lastName: string | null;
|
|
493
504
|
} | 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
|
-
subtitle: string | null;
|
|
519
518
|
thumbnail: string | null;
|
|
519
|
+
subtitle: string | null;
|
|
520
520
|
} | null;
|
|
521
521
|
postedAt: {
|
|
522
522
|
date: string | null;
|
|
@@ -526,17 +526,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
526
526
|
fullUrn: string | null;
|
|
527
527
|
postType: string | null;
|
|
528
528
|
resharedPost: {
|
|
529
|
-
url: string | null;
|
|
530
|
-
text: string | null;
|
|
531
|
-
urn: string | null;
|
|
532
|
-
author: {
|
|
533
|
-
headline: string | null;
|
|
534
|
-
username: string | null;
|
|
535
|
-
profileUrl: string | null;
|
|
536
|
-
profilePicture: string | null;
|
|
537
|
-
firstName: string | null;
|
|
538
|
-
lastName: string | null;
|
|
539
|
-
} | null;
|
|
540
529
|
stats: {
|
|
541
530
|
like: number | null;
|
|
542
531
|
support: number | null;
|
|
@@ -548,6 +537,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
548
537
|
reposts: number | null;
|
|
549
538
|
totalReactions: number | null;
|
|
550
539
|
} | null;
|
|
540
|
+
url: string | null;
|
|
541
|
+
text: string | null;
|
|
542
|
+
urn: string | null;
|
|
543
|
+
author: {
|
|
544
|
+
username: string | null;
|
|
545
|
+
headline: string | null;
|
|
546
|
+
profileUrl: string | null;
|
|
547
|
+
profilePicture: string | null;
|
|
548
|
+
firstName: string | null;
|
|
549
|
+
lastName: string | null;
|
|
550
|
+
} | null;
|
|
551
551
|
media: {
|
|
552
552
|
type: string | null;
|
|
553
553
|
url: string | null;
|
|
@@ -595,14 +595,14 @@ 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
|
-
currency: string | null;
|
|
599
598
|
from: number | null;
|
|
600
599
|
to: number | null;
|
|
600
|
+
currency: string | null;
|
|
601
601
|
period: string | null;
|
|
602
602
|
}, {
|
|
603
|
-
currency: string | null;
|
|
604
603
|
from: number | null;
|
|
605
604
|
to: number | null;
|
|
605
|
+
currency: string | null;
|
|
606
606
|
period: string | null;
|
|
607
607
|
}>>;
|
|
608
608
|
skills: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -612,21 +612,21 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
612
612
|
url: string | null;
|
|
613
613
|
id: string | null;
|
|
614
614
|
location: string | null;
|
|
615
|
-
company: {
|
|
616
|
-
name: string | null;
|
|
617
|
-
url: string | null;
|
|
618
|
-
logo: string | null;
|
|
619
|
-
} | null;
|
|
620
615
|
postedAt: string | null;
|
|
621
616
|
applyUrl: string | null;
|
|
622
617
|
salary: {
|
|
623
|
-
currency: string | null;
|
|
624
618
|
from: number | null;
|
|
625
619
|
to: number | null;
|
|
620
|
+
currency: string | null;
|
|
626
621
|
period: string | null;
|
|
627
622
|
} | null;
|
|
628
623
|
seniorityLevel: string | null;
|
|
629
624
|
employmentType: string | null;
|
|
625
|
+
company: {
|
|
626
|
+
name: string | null;
|
|
627
|
+
url: string | null;
|
|
628
|
+
logo: string | null;
|
|
629
|
+
} | null;
|
|
630
630
|
skills: string[] | null;
|
|
631
631
|
}, {
|
|
632
632
|
description: string | null;
|
|
@@ -634,21 +634,21 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
634
634
|
url: string | null;
|
|
635
635
|
id: string | null;
|
|
636
636
|
location: string | null;
|
|
637
|
-
company: {
|
|
638
|
-
name: string | null;
|
|
639
|
-
url: string | null;
|
|
640
|
-
logo: string | null;
|
|
641
|
-
} | null;
|
|
642
637
|
postedAt: string | null;
|
|
643
638
|
applyUrl: string | null;
|
|
644
639
|
salary: {
|
|
645
|
-
currency: string | null;
|
|
646
640
|
from: number | null;
|
|
647
641
|
to: number | null;
|
|
642
|
+
currency: string | null;
|
|
648
643
|
period: string | null;
|
|
649
644
|
} | null;
|
|
650
645
|
seniorityLevel: string | null;
|
|
651
646
|
employmentType: string | null;
|
|
647
|
+
company: {
|
|
648
|
+
name: string | null;
|
|
649
|
+
url: string | null;
|
|
650
|
+
logo: string | null;
|
|
651
|
+
} | null;
|
|
652
652
|
skills: string[] | null;
|
|
653
653
|
}>;
|
|
654
654
|
declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
@@ -667,28 +667,28 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
667
667
|
}, "strip", z.ZodTypeAny, {
|
|
668
668
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
669
669
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
670
|
-
location?: string | undefined;
|
|
671
|
-
limit?: number | undefined;
|
|
672
670
|
username?: string | undefined;
|
|
671
|
+
limit?: number | undefined;
|
|
673
672
|
pageNumber?: number | undefined;
|
|
673
|
+
location?: string | undefined;
|
|
674
674
|
keyword?: string | undefined;
|
|
675
675
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
676
676
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
677
677
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
678
|
-
experienceLevel?: ("
|
|
678
|
+
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
679
679
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
680
680
|
}, {
|
|
681
681
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
682
682
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
683
|
-
location?: string | undefined;
|
|
684
|
-
limit?: number | undefined;
|
|
685
683
|
username?: string | undefined;
|
|
684
|
+
limit?: number | undefined;
|
|
686
685
|
pageNumber?: number | undefined;
|
|
686
|
+
location?: string | undefined;
|
|
687
687
|
keyword?: string | undefined;
|
|
688
688
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
689
689
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
690
690
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
691
|
-
experienceLevel?: ("
|
|
691
|
+
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
692
692
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
693
693
|
}>;
|
|
694
694
|
declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
@@ -722,14 +722,14 @@ 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
|
-
currency: string | null;
|
|
726
725
|
from: number | null;
|
|
727
726
|
to: number | null;
|
|
727
|
+
currency: string | null;
|
|
728
728
|
period: string | null;
|
|
729
729
|
}, {
|
|
730
|
-
currency: string | null;
|
|
731
730
|
from: number | null;
|
|
732
731
|
to: number | null;
|
|
732
|
+
currency: string | null;
|
|
733
733
|
period: string | null;
|
|
734
734
|
}>>;
|
|
735
735
|
skills: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -739,21 +739,21 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
739
739
|
url: string | null;
|
|
740
740
|
id: string | null;
|
|
741
741
|
location: string | null;
|
|
742
|
-
company: {
|
|
743
|
-
name: string | null;
|
|
744
|
-
url: string | null;
|
|
745
|
-
logo: string | null;
|
|
746
|
-
} | null;
|
|
747
742
|
postedAt: string | null;
|
|
748
743
|
applyUrl: string | null;
|
|
749
744
|
salary: {
|
|
750
|
-
currency: string | null;
|
|
751
745
|
from: number | null;
|
|
752
746
|
to: number | null;
|
|
747
|
+
currency: string | null;
|
|
753
748
|
period: string | null;
|
|
754
749
|
} | null;
|
|
755
750
|
seniorityLevel: string | null;
|
|
756
751
|
employmentType: string | null;
|
|
752
|
+
company: {
|
|
753
|
+
name: string | null;
|
|
754
|
+
url: string | null;
|
|
755
|
+
logo: string | null;
|
|
756
|
+
} | null;
|
|
757
757
|
skills: string[] | null;
|
|
758
758
|
}, {
|
|
759
759
|
description: string | null;
|
|
@@ -761,21 +761,21 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
761
761
|
url: string | null;
|
|
762
762
|
id: string | null;
|
|
763
763
|
location: string | null;
|
|
764
|
-
company: {
|
|
765
|
-
name: string | null;
|
|
766
|
-
url: string | null;
|
|
767
|
-
logo: string | null;
|
|
768
|
-
} | null;
|
|
769
764
|
postedAt: string | null;
|
|
770
765
|
applyUrl: string | null;
|
|
771
766
|
salary: {
|
|
772
|
-
currency: string | null;
|
|
773
767
|
from: number | null;
|
|
774
768
|
to: number | null;
|
|
769
|
+
currency: string | null;
|
|
775
770
|
period: string | null;
|
|
776
771
|
} | null;
|
|
777
772
|
seniorityLevel: string | null;
|
|
778
773
|
employmentType: string | null;
|
|
774
|
+
company: {
|
|
775
|
+
name: string | null;
|
|
776
|
+
url: string | null;
|
|
777
|
+
logo: string | null;
|
|
778
|
+
} | null;
|
|
779
779
|
skills: string[] | null;
|
|
780
780
|
}>, "many">>;
|
|
781
781
|
posts: z.ZodArray<z.ZodObject<{
|
|
@@ -805,15 +805,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
805
805
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
806
806
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
807
807
|
}, "strip", z.ZodTypeAny, {
|
|
808
|
-
headline: string | null;
|
|
809
808
|
username: string | null;
|
|
809
|
+
headline: string | null;
|
|
810
810
|
profileUrl: string | null;
|
|
811
811
|
profilePicture: string | null;
|
|
812
812
|
firstName: string | null;
|
|
813
813
|
lastName: string | null;
|
|
814
814
|
}, {
|
|
815
|
-
headline: string | null;
|
|
816
815
|
username: string | null;
|
|
816
|
+
headline: string | null;
|
|
817
817
|
profileUrl: string | null;
|
|
818
818
|
profilePicture: string | null;
|
|
819
819
|
firstName: string | 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
|
-
subtitle: string | null;
|
|
898
897
|
thumbnail: string | null;
|
|
898
|
+
subtitle: string | null;
|
|
899
899
|
}, {
|
|
900
900
|
title: string | null;
|
|
901
901
|
url: string | null;
|
|
902
|
-
subtitle: string | null;
|
|
903
902
|
thumbnail: string | null;
|
|
903
|
+
subtitle: string | null;
|
|
904
904
|
}>>;
|
|
905
905
|
document: z.ZodNullable<z.ZodObject<{
|
|
906
906
|
title: z.ZodNullable<z.ZodString>;
|
|
@@ -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
|
-
pageCount: number | null;
|
|
914
913
|
thumbnail: string | null;
|
|
914
|
+
pageCount: number | null;
|
|
915
915
|
}, {
|
|
916
916
|
title: string | null;
|
|
917
917
|
url: string | null;
|
|
918
|
-
pageCount: number | null;
|
|
919
918
|
thumbnail: string | null;
|
|
919
|
+
pageCount: number | null;
|
|
920
920
|
}>>;
|
|
921
921
|
resharedPost: z.ZodNullable<z.ZodObject<{
|
|
922
922
|
urn: z.ZodNullable<z.ZodString>;
|
|
@@ -944,15 +944,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
944
944
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
945
945
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
946
946
|
}, "strip", z.ZodTypeAny, {
|
|
947
|
-
headline: string | null;
|
|
948
947
|
username: string | null;
|
|
948
|
+
headline: string | null;
|
|
949
949
|
profileUrl: string | null;
|
|
950
950
|
profilePicture: string | null;
|
|
951
951
|
firstName: string | null;
|
|
952
952
|
lastName: string | null;
|
|
953
953
|
}, {
|
|
954
|
-
headline: string | null;
|
|
955
954
|
username: string | null;
|
|
955
|
+
headline: string | null;
|
|
956
956
|
profileUrl: string | null;
|
|
957
957
|
profilePicture: string | null;
|
|
958
958
|
firstName: string | null;
|
|
@@ -1026,17 +1026,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1026
1026
|
thumbnail: string | null;
|
|
1027
1027
|
}>>;
|
|
1028
1028
|
}, "strip", z.ZodTypeAny, {
|
|
1029
|
-
url: string | null;
|
|
1030
|
-
text: string | null;
|
|
1031
|
-
urn: string | null;
|
|
1032
|
-
author: {
|
|
1033
|
-
headline: string | null;
|
|
1034
|
-
username: string | null;
|
|
1035
|
-
profileUrl: string | null;
|
|
1036
|
-
profilePicture: string | null;
|
|
1037
|
-
firstName: string | null;
|
|
1038
|
-
lastName: string | null;
|
|
1039
|
-
} | null;
|
|
1040
1029
|
stats: {
|
|
1041
1030
|
like: number | null;
|
|
1042
1031
|
support: number | null;
|
|
@@ -1048,7 +1037,18 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1048
1037
|
reposts: number | null;
|
|
1049
1038
|
totalReactions: number | null;
|
|
1050
1039
|
} | null;
|
|
1051
|
-
|
|
1040
|
+
url: string | null;
|
|
1041
|
+
text: string | null;
|
|
1042
|
+
urn: string | null;
|
|
1043
|
+
author: {
|
|
1044
|
+
username: string | null;
|
|
1045
|
+
headline: string | null;
|
|
1046
|
+
profileUrl: string | null;
|
|
1047
|
+
profilePicture: string | null;
|
|
1048
|
+
firstName: string | null;
|
|
1049
|
+
lastName: string | null;
|
|
1050
|
+
} | null;
|
|
1051
|
+
media: {
|
|
1052
1052
|
type: string | null;
|
|
1053
1053
|
url: string | null;
|
|
1054
1054
|
images: {
|
|
@@ -1065,17 +1065,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1065
1065
|
} | null;
|
|
1066
1066
|
postType: string | null;
|
|
1067
1067
|
}, {
|
|
1068
|
-
url: string | null;
|
|
1069
|
-
text: string | null;
|
|
1070
|
-
urn: string | null;
|
|
1071
|
-
author: {
|
|
1072
|
-
headline: string | null;
|
|
1073
|
-
username: string | null;
|
|
1074
|
-
profileUrl: string | null;
|
|
1075
|
-
profilePicture: string | null;
|
|
1076
|
-
firstName: string | null;
|
|
1077
|
-
lastName: string | null;
|
|
1078
|
-
} | null;
|
|
1079
1068
|
stats: {
|
|
1080
1069
|
like: number | null;
|
|
1081
1070
|
support: number | null;
|
|
@@ -1087,6 +1076,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1087
1076
|
reposts: number | null;
|
|
1088
1077
|
totalReactions: number | null;
|
|
1089
1078
|
} | null;
|
|
1079
|
+
url: string | null;
|
|
1080
|
+
text: string | null;
|
|
1081
|
+
urn: string | null;
|
|
1082
|
+
author: {
|
|
1083
|
+
username: string | null;
|
|
1084
|
+
headline: string | null;
|
|
1085
|
+
profileUrl: string | null;
|
|
1086
|
+
profilePicture: string | null;
|
|
1087
|
+
firstName: string | null;
|
|
1088
|
+
lastName: string | null;
|
|
1089
|
+
} | null;
|
|
1090
1090
|
media: {
|
|
1091
1091
|
type: string | null;
|
|
1092
1092
|
url: string | null;
|
|
@@ -1105,34 +1105,34 @@ 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;
|
|
1108
1119
|
url: string | null;
|
|
1109
1120
|
text: string | null;
|
|
1110
1121
|
document: {
|
|
1111
1122
|
title: string | null;
|
|
1112
1123
|
url: string | null;
|
|
1113
|
-
pageCount: number | null;
|
|
1114
1124
|
thumbnail: string | null;
|
|
1125
|
+
pageCount: number | null;
|
|
1115
1126
|
} | null;
|
|
1116
1127
|
urn: string | null;
|
|
1117
1128
|
author: {
|
|
1118
|
-
headline: string | null;
|
|
1119
1129
|
username: string | null;
|
|
1130
|
+
headline: string | null;
|
|
1120
1131
|
profileUrl: string | null;
|
|
1121
1132
|
profilePicture: string | null;
|
|
1122
1133
|
firstName: string | null;
|
|
1123
1134
|
lastName: string | null;
|
|
1124
1135
|
} | 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
|
-
subtitle: string | null;
|
|
1150
1149
|
thumbnail: string | null;
|
|
1150
|
+
subtitle: string | null;
|
|
1151
1151
|
} | null;
|
|
1152
1152
|
postedAt: {
|
|
1153
1153
|
date: string | null;
|
|
@@ -1157,17 +1157,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1157
1157
|
fullUrn: string | null;
|
|
1158
1158
|
postType: string | null;
|
|
1159
1159
|
resharedPost: {
|
|
1160
|
-
url: string | null;
|
|
1161
|
-
text: string | null;
|
|
1162
|
-
urn: string | null;
|
|
1163
|
-
author: {
|
|
1164
|
-
headline: string | null;
|
|
1165
|
-
username: string | null;
|
|
1166
|
-
profileUrl: string | null;
|
|
1167
|
-
profilePicture: string | null;
|
|
1168
|
-
firstName: string | null;
|
|
1169
|
-
lastName: string | null;
|
|
1170
|
-
} | null;
|
|
1171
1160
|
stats: {
|
|
1172
1161
|
like: number | null;
|
|
1173
1162
|
support: number | null;
|
|
@@ -1179,6 +1168,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1179
1168
|
reposts: number | null;
|
|
1180
1169
|
totalReactions: number | null;
|
|
1181
1170
|
} | null;
|
|
1171
|
+
url: string | null;
|
|
1172
|
+
text: string | null;
|
|
1173
|
+
urn: string | null;
|
|
1174
|
+
author: {
|
|
1175
|
+
username: string | null;
|
|
1176
|
+
headline: string | null;
|
|
1177
|
+
profileUrl: string | null;
|
|
1178
|
+
profilePicture: string | null;
|
|
1179
|
+
firstName: string | null;
|
|
1180
|
+
lastName: string | null;
|
|
1181
|
+
} | null;
|
|
1182
1182
|
media: {
|
|
1183
1183
|
type: string | null;
|
|
1184
1184
|
url: string | null;
|
|
@@ -1197,34 +1197,34 @@ 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;
|
|
1200
1211
|
url: string | null;
|
|
1201
1212
|
text: string | null;
|
|
1202
1213
|
document: {
|
|
1203
1214
|
title: string | null;
|
|
1204
1215
|
url: string | null;
|
|
1205
|
-
pageCount: number | null;
|
|
1206
1216
|
thumbnail: string | null;
|
|
1217
|
+
pageCount: number | null;
|
|
1207
1218
|
} | null;
|
|
1208
1219
|
urn: string | null;
|
|
1209
1220
|
author: {
|
|
1210
|
-
headline: string | null;
|
|
1211
1221
|
username: string | null;
|
|
1222
|
+
headline: string | null;
|
|
1212
1223
|
profileUrl: string | null;
|
|
1213
1224
|
profilePicture: string | null;
|
|
1214
1225
|
firstName: string | null;
|
|
1215
1226
|
lastName: string | null;
|
|
1216
1227
|
} | 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
|
-
subtitle: string | null;
|
|
1242
1241
|
thumbnail: string | null;
|
|
1242
|
+
subtitle: string | null;
|
|
1243
1243
|
} | null;
|
|
1244
1244
|
postedAt: {
|
|
1245
1245
|
date: string | null;
|
|
@@ -1249,17 +1249,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1249
1249
|
fullUrn: string | null;
|
|
1250
1250
|
postType: string | null;
|
|
1251
1251
|
resharedPost: {
|
|
1252
|
-
url: string | null;
|
|
1253
|
-
text: string | null;
|
|
1254
|
-
urn: string | null;
|
|
1255
|
-
author: {
|
|
1256
|
-
headline: string | null;
|
|
1257
|
-
username: string | null;
|
|
1258
|
-
profileUrl: string | null;
|
|
1259
|
-
profilePicture: string | null;
|
|
1260
|
-
firstName: string | null;
|
|
1261
|
-
lastName: string | null;
|
|
1262
|
-
} | null;
|
|
1263
1252
|
stats: {
|
|
1264
1253
|
like: number | null;
|
|
1265
1254
|
support: number | null;
|
|
@@ -1271,6 +1260,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1271
1260
|
reposts: number | null;
|
|
1272
1261
|
totalReactions: number | null;
|
|
1273
1262
|
} | null;
|
|
1263
|
+
url: string | null;
|
|
1264
|
+
text: string | null;
|
|
1265
|
+
urn: string | null;
|
|
1266
|
+
author: {
|
|
1267
|
+
username: string | null;
|
|
1268
|
+
headline: string | null;
|
|
1269
|
+
profileUrl: string | null;
|
|
1270
|
+
profilePicture: string | null;
|
|
1271
|
+
firstName: string | null;
|
|
1272
|
+
lastName: string | null;
|
|
1273
|
+
} | null;
|
|
1274
1274
|
media: {
|
|
1275
1275
|
type: string | null;
|
|
1276
1276
|
url: string | null;
|
|
@@ -1302,34 +1302,34 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1302
1302
|
success: boolean;
|
|
1303
1303
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
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;
|
|
1305
1316
|
url: string | null;
|
|
1306
1317
|
text: string | null;
|
|
1307
1318
|
document: {
|
|
1308
1319
|
title: string | null;
|
|
1309
1320
|
url: string | null;
|
|
1310
|
-
pageCount: number | null;
|
|
1311
1321
|
thumbnail: string | null;
|
|
1322
|
+
pageCount: number | null;
|
|
1312
1323
|
} | null;
|
|
1313
1324
|
urn: string | null;
|
|
1314
1325
|
author: {
|
|
1315
|
-
headline: string | null;
|
|
1316
1326
|
username: string | null;
|
|
1327
|
+
headline: string | null;
|
|
1317
1328
|
profileUrl: string | null;
|
|
1318
1329
|
profilePicture: string | null;
|
|
1319
1330
|
firstName: string | null;
|
|
1320
1331
|
lastName: string | null;
|
|
1321
1332
|
} | 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
|
-
subtitle: string | null;
|
|
1347
1346
|
thumbnail: string | null;
|
|
1347
|
+
subtitle: 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
|
-
url: string | null;
|
|
1358
|
-
text: string | null;
|
|
1359
|
-
urn: string | null;
|
|
1360
|
-
author: {
|
|
1361
|
-
headline: string | null;
|
|
1362
|
-
username: string | null;
|
|
1363
|
-
profileUrl: string | null;
|
|
1364
|
-
profilePicture: string | null;
|
|
1365
|
-
firstName: string | null;
|
|
1366
|
-
lastName: string | null;
|
|
1367
|
-
} | null;
|
|
1368
1357
|
stats: {
|
|
1369
1358
|
like: number | null;
|
|
1370
1359
|
support: number | null;
|
|
@@ -1376,6 +1365,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1376
1365
|
reposts: number | null;
|
|
1377
1366
|
totalReactions: number | null;
|
|
1378
1367
|
} | null;
|
|
1368
|
+
url: string | null;
|
|
1369
|
+
text: string | null;
|
|
1370
|
+
urn: string | null;
|
|
1371
|
+
author: {
|
|
1372
|
+
username: string | null;
|
|
1373
|
+
headline: string | null;
|
|
1374
|
+
profileUrl: string | null;
|
|
1375
|
+
profilePicture: string | null;
|
|
1376
|
+
firstName: string | null;
|
|
1377
|
+
lastName: string | null;
|
|
1378
|
+
} | null;
|
|
1379
1379
|
media: {
|
|
1380
1380
|
type: string | null;
|
|
1381
1381
|
url: string | null;
|
|
@@ -1403,21 +1403,21 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1403
1403
|
url: string | null;
|
|
1404
1404
|
id: string | null;
|
|
1405
1405
|
location: string | null;
|
|
1406
|
-
company: {
|
|
1407
|
-
name: string | null;
|
|
1408
|
-
url: string | null;
|
|
1409
|
-
logo: string | null;
|
|
1410
|
-
} | null;
|
|
1411
1406
|
postedAt: string | null;
|
|
1412
1407
|
applyUrl: string | null;
|
|
1413
1408
|
salary: {
|
|
1414
|
-
currency: string | null;
|
|
1415
1409
|
from: number | null;
|
|
1416
1410
|
to: number | null;
|
|
1411
|
+
currency: string | null;
|
|
1417
1412
|
period: string | null;
|
|
1418
1413
|
} | null;
|
|
1419
1414
|
seniorityLevel: string | null;
|
|
1420
1415
|
employmentType: string | null;
|
|
1416
|
+
company: {
|
|
1417
|
+
name: string | null;
|
|
1418
|
+
url: string | null;
|
|
1419
|
+
logo: string | null;
|
|
1420
|
+
} | null;
|
|
1421
1421
|
skills: string[] | null;
|
|
1422
1422
|
}[] | undefined;
|
|
1423
1423
|
totalResults?: number | null | undefined;
|
|
@@ -1428,34 +1428,34 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1428
1428
|
success: boolean;
|
|
1429
1429
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
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;
|
|
1431
1442
|
url: string | null;
|
|
1432
1443
|
text: string | null;
|
|
1433
1444
|
document: {
|
|
1434
1445
|
title: string | null;
|
|
1435
1446
|
url: string | null;
|
|
1436
|
-
pageCount: number | null;
|
|
1437
1447
|
thumbnail: string | null;
|
|
1448
|
+
pageCount: number | null;
|
|
1438
1449
|
} | null;
|
|
1439
1450
|
urn: string | null;
|
|
1440
1451
|
author: {
|
|
1441
|
-
headline: string | null;
|
|
1442
1452
|
username: string | null;
|
|
1453
|
+
headline: string | null;
|
|
1443
1454
|
profileUrl: string | null;
|
|
1444
1455
|
profilePicture: string | null;
|
|
1445
1456
|
firstName: string | null;
|
|
1446
1457
|
lastName: string | null;
|
|
1447
1458
|
} | 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
|
-
subtitle: string | null;
|
|
1473
1472
|
thumbnail: string | null;
|
|
1473
|
+
subtitle: 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
|
-
url: string | null;
|
|
1484
|
-
text: string | null;
|
|
1485
|
-
urn: string | null;
|
|
1486
|
-
author: {
|
|
1487
|
-
headline: string | null;
|
|
1488
|
-
username: string | null;
|
|
1489
|
-
profileUrl: string | null;
|
|
1490
|
-
profilePicture: string | null;
|
|
1491
|
-
firstName: string | null;
|
|
1492
|
-
lastName: string | null;
|
|
1493
|
-
} | null;
|
|
1494
1483
|
stats: {
|
|
1495
1484
|
like: number | null;
|
|
1496
1485
|
support: number | null;
|
|
@@ -1502,6 +1491,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1502
1491
|
reposts: number | null;
|
|
1503
1492
|
totalReactions: number | null;
|
|
1504
1493
|
} | null;
|
|
1494
|
+
url: string | null;
|
|
1495
|
+
text: string | null;
|
|
1496
|
+
urn: string | null;
|
|
1497
|
+
author: {
|
|
1498
|
+
username: string | null;
|
|
1499
|
+
headline: string | null;
|
|
1500
|
+
profileUrl: string | null;
|
|
1501
|
+
profilePicture: string | null;
|
|
1502
|
+
firstName: string | null;
|
|
1503
|
+
lastName: string | null;
|
|
1504
|
+
} | null;
|
|
1505
1505
|
media: {
|
|
1506
1506
|
type: string | null;
|
|
1507
1507
|
url: string | null;
|
|
@@ -1529,21 +1529,21 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1529
1529
|
url: string | null;
|
|
1530
1530
|
id: string | null;
|
|
1531
1531
|
location: string | null;
|
|
1532
|
-
company: {
|
|
1533
|
-
name: string | null;
|
|
1534
|
-
url: string | null;
|
|
1535
|
-
logo: string | null;
|
|
1536
|
-
} | null;
|
|
1537
1532
|
postedAt: string | null;
|
|
1538
1533
|
applyUrl: string | null;
|
|
1539
1534
|
salary: {
|
|
1540
|
-
currency: string | null;
|
|
1541
1535
|
from: number | null;
|
|
1542
1536
|
to: number | null;
|
|
1537
|
+
currency: string | null;
|
|
1543
1538
|
period: string | null;
|
|
1544
1539
|
} | null;
|
|
1545
1540
|
seniorityLevel: string | null;
|
|
1546
1541
|
employmentType: string | null;
|
|
1542
|
+
company: {
|
|
1543
|
+
name: string | null;
|
|
1544
|
+
url: string | null;
|
|
1545
|
+
logo: string | null;
|
|
1546
|
+
} | null;
|
|
1547
1547
|
skills: string[] | null;
|
|
1548
1548
|
}[] | undefined;
|
|
1549
1549
|
totalResults?: number | null | undefined;
|
|
@@ -1590,28 +1590,28 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1590
1590
|
}, "strip", z.ZodTypeAny, {
|
|
1591
1591
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1592
1592
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1593
|
-
location?: string | undefined;
|
|
1594
|
-
limit?: number | undefined;
|
|
1595
1593
|
username?: string | undefined;
|
|
1594
|
+
limit?: number | undefined;
|
|
1596
1595
|
pageNumber?: number | undefined;
|
|
1596
|
+
location?: string | undefined;
|
|
1597
1597
|
keyword?: string | undefined;
|
|
1598
1598
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
1599
1599
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
1600
1600
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
1601
|
-
experienceLevel?: ("
|
|
1601
|
+
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
1602
1602
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1603
1603
|
}, {
|
|
1604
1604
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1605
1605
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1606
|
-
location?: string | undefined;
|
|
1607
|
-
limit?: number | undefined;
|
|
1608
1606
|
username?: string | undefined;
|
|
1607
|
+
limit?: number | undefined;
|
|
1609
1608
|
pageNumber?: number | undefined;
|
|
1609
|
+
location?: string | undefined;
|
|
1610
1610
|
keyword?: string | undefined;
|
|
1611
1611
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
1612
1612
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
1613
1613
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
1614
|
-
experienceLevel?: ("
|
|
1614
|
+
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
1615
1615
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1616
1616
|
}>;
|
|
1617
1617
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -1645,14 +1645,14 @@ 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
|
-
currency: string | null;
|
|
1649
1648
|
from: number | null;
|
|
1650
1649
|
to: number | null;
|
|
1650
|
+
currency: string | null;
|
|
1651
1651
|
period: string | null;
|
|
1652
1652
|
}, {
|
|
1653
|
-
currency: string | null;
|
|
1654
1653
|
from: number | null;
|
|
1655
1654
|
to: number | null;
|
|
1655
|
+
currency: string | null;
|
|
1656
1656
|
period: string | null;
|
|
1657
1657
|
}>>;
|
|
1658
1658
|
skills: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
@@ -1662,21 +1662,21 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1662
1662
|
url: string | null;
|
|
1663
1663
|
id: string | null;
|
|
1664
1664
|
location: string | null;
|
|
1665
|
-
company: {
|
|
1666
|
-
name: string | null;
|
|
1667
|
-
url: string | null;
|
|
1668
|
-
logo: string | null;
|
|
1669
|
-
} | null;
|
|
1670
1665
|
postedAt: string | null;
|
|
1671
1666
|
applyUrl: string | null;
|
|
1672
1667
|
salary: {
|
|
1673
|
-
currency: string | null;
|
|
1674
1668
|
from: number | null;
|
|
1675
1669
|
to: number | null;
|
|
1670
|
+
currency: string | null;
|
|
1676
1671
|
period: string | null;
|
|
1677
1672
|
} | null;
|
|
1678
1673
|
seniorityLevel: string | null;
|
|
1679
1674
|
employmentType: string | null;
|
|
1675
|
+
company: {
|
|
1676
|
+
name: string | null;
|
|
1677
|
+
url: string | null;
|
|
1678
|
+
logo: string | null;
|
|
1679
|
+
} | null;
|
|
1680
1680
|
skills: string[] | null;
|
|
1681
1681
|
}, {
|
|
1682
1682
|
description: string | null;
|
|
@@ -1684,21 +1684,21 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1684
1684
|
url: string | null;
|
|
1685
1685
|
id: string | null;
|
|
1686
1686
|
location: string | null;
|
|
1687
|
-
company: {
|
|
1688
|
-
name: string | null;
|
|
1689
|
-
url: string | null;
|
|
1690
|
-
logo: string | null;
|
|
1691
|
-
} | null;
|
|
1692
1687
|
postedAt: string | null;
|
|
1693
1688
|
applyUrl: string | null;
|
|
1694
1689
|
salary: {
|
|
1695
|
-
currency: string | null;
|
|
1696
1690
|
from: number | null;
|
|
1697
1691
|
to: number | null;
|
|
1692
|
+
currency: string | null;
|
|
1698
1693
|
period: string | null;
|
|
1699
1694
|
} | null;
|
|
1700
1695
|
seniorityLevel: string | null;
|
|
1701
1696
|
employmentType: string | null;
|
|
1697
|
+
company: {
|
|
1698
|
+
name: string | null;
|
|
1699
|
+
url: string | null;
|
|
1700
|
+
logo: string | null;
|
|
1701
|
+
} | null;
|
|
1702
1702
|
skills: string[] | null;
|
|
1703
1703
|
}>, "many">>;
|
|
1704
1704
|
posts: z.ZodArray<z.ZodObject<{
|
|
@@ -1728,15 +1728,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1728
1728
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
1729
1729
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
1730
1730
|
}, "strip", z.ZodTypeAny, {
|
|
1731
|
-
headline: string | null;
|
|
1732
1731
|
username: string | null;
|
|
1732
|
+
headline: string | null;
|
|
1733
1733
|
profileUrl: string | null;
|
|
1734
1734
|
profilePicture: string | null;
|
|
1735
1735
|
firstName: string | null;
|
|
1736
1736
|
lastName: string | null;
|
|
1737
1737
|
}, {
|
|
1738
|
-
headline: string | null;
|
|
1739
1738
|
username: string | null;
|
|
1739
|
+
headline: string | null;
|
|
1740
1740
|
profileUrl: string | null;
|
|
1741
1741
|
profilePicture: string | null;
|
|
1742
1742
|
firstName: string | 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
|
-
subtitle: string | null;
|
|
1821
1820
|
thumbnail: string | null;
|
|
1821
|
+
subtitle: string | null;
|
|
1822
1822
|
}, {
|
|
1823
1823
|
title: string | null;
|
|
1824
1824
|
url: string | null;
|
|
1825
|
-
subtitle: string | null;
|
|
1826
1825
|
thumbnail: string | null;
|
|
1826
|
+
subtitle: string | null;
|
|
1827
1827
|
}>>;
|
|
1828
1828
|
document: z.ZodNullable<z.ZodObject<{
|
|
1829
1829
|
title: z.ZodNullable<z.ZodString>;
|
|
@@ -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
|
-
pageCount: number | null;
|
|
1837
1836
|
thumbnail: string | null;
|
|
1837
|
+
pageCount: number | null;
|
|
1838
1838
|
}, {
|
|
1839
1839
|
title: string | null;
|
|
1840
1840
|
url: string | null;
|
|
1841
|
-
pageCount: number | null;
|
|
1842
1841
|
thumbnail: string | null;
|
|
1842
|
+
pageCount: number | null;
|
|
1843
1843
|
}>>;
|
|
1844
1844
|
resharedPost: z.ZodNullable<z.ZodObject<{
|
|
1845
1845
|
urn: z.ZodNullable<z.ZodString>;
|
|
@@ -1867,15 +1867,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1867
1867
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
1868
1868
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
1869
1869
|
}, "strip", z.ZodTypeAny, {
|
|
1870
|
-
headline: string | null;
|
|
1871
1870
|
username: string | null;
|
|
1871
|
+
headline: string | null;
|
|
1872
1872
|
profileUrl: string | null;
|
|
1873
1873
|
profilePicture: string | null;
|
|
1874
1874
|
firstName: string | null;
|
|
1875
1875
|
lastName: string | null;
|
|
1876
1876
|
}, {
|
|
1877
|
-
headline: string | null;
|
|
1878
1877
|
username: string | null;
|
|
1878
|
+
headline: string | null;
|
|
1879
1879
|
profileUrl: string | null;
|
|
1880
1880
|
profilePicture: string | null;
|
|
1881
1881
|
firstName: string | null;
|
|
@@ -1949,17 +1949,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1949
1949
|
thumbnail: string | null;
|
|
1950
1950
|
}>>;
|
|
1951
1951
|
}, "strip", z.ZodTypeAny, {
|
|
1952
|
-
url: string | null;
|
|
1953
|
-
text: string | null;
|
|
1954
|
-
urn: string | null;
|
|
1955
|
-
author: {
|
|
1956
|
-
headline: string | null;
|
|
1957
|
-
username: string | null;
|
|
1958
|
-
profileUrl: string | null;
|
|
1959
|
-
profilePicture: string | null;
|
|
1960
|
-
firstName: string | null;
|
|
1961
|
-
lastName: string | null;
|
|
1962
|
-
} | null;
|
|
1963
1952
|
stats: {
|
|
1964
1953
|
like: number | null;
|
|
1965
1954
|
support: number | null;
|
|
@@ -1971,6 +1960,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1971
1960
|
reposts: number | null;
|
|
1972
1961
|
totalReactions: number | null;
|
|
1973
1962
|
} | null;
|
|
1963
|
+
url: string | null;
|
|
1964
|
+
text: string | null;
|
|
1965
|
+
urn: string | null;
|
|
1966
|
+
author: {
|
|
1967
|
+
username: string | null;
|
|
1968
|
+
headline: string | null;
|
|
1969
|
+
profileUrl: string | null;
|
|
1970
|
+
profilePicture: string | null;
|
|
1971
|
+
firstName: string | null;
|
|
1972
|
+
lastName: string | null;
|
|
1973
|
+
} | null;
|
|
1974
1974
|
media: {
|
|
1975
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
|
-
url: string | null;
|
|
1992
|
-
text: string | null;
|
|
1993
|
-
urn: string | null;
|
|
1994
|
-
author: {
|
|
1995
|
-
headline: string | null;
|
|
1996
|
-
username: string | null;
|
|
1997
|
-
profileUrl: string | null;
|
|
1998
|
-
profilePicture: string | null;
|
|
1999
|
-
firstName: string | null;
|
|
2000
|
-
lastName: string | null;
|
|
2001
|
-
} | null;
|
|
2002
1991
|
stats: {
|
|
2003
1992
|
like: number | null;
|
|
2004
1993
|
support: number | null;
|
|
@@ -2010,6 +1999,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2010
1999
|
reposts: number | null;
|
|
2011
2000
|
totalReactions: number | null;
|
|
2012
2001
|
} | null;
|
|
2002
|
+
url: string | null;
|
|
2003
|
+
text: string | null;
|
|
2004
|
+
urn: string | null;
|
|
2005
|
+
author: {
|
|
2006
|
+
username: string | null;
|
|
2007
|
+
headline: string | null;
|
|
2008
|
+
profileUrl: string | null;
|
|
2009
|
+
profilePicture: string | null;
|
|
2010
|
+
firstName: string | null;
|
|
2011
|
+
lastName: string | null;
|
|
2012
|
+
} | null;
|
|
2013
2013
|
media: {
|
|
2014
2014
|
type: string | null;
|
|
2015
2015
|
url: string | null;
|
|
@@ -2028,34 +2028,34 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2028
2028
|
postType: string | null;
|
|
2029
2029
|
}>>;
|
|
2030
2030
|
}, "strip", z.ZodTypeAny, {
|
|
2031
|
+
stats: {
|
|
2032
|
+
like: number | null;
|
|
2033
|
+
support: number | null;
|
|
2034
|
+
love: number | null;
|
|
2035
|
+
insight: number | null;
|
|
2036
|
+
celebrate: number | null;
|
|
2037
|
+
funny: number | null;
|
|
2038
|
+
comments: number | null;
|
|
2039
|
+
reposts: number | null;
|
|
2040
|
+
totalReactions: number | null;
|
|
2041
|
+
} | null;
|
|
2031
2042
|
url: string | null;
|
|
2032
2043
|
text: string | null;
|
|
2033
2044
|
document: {
|
|
2034
2045
|
title: string | null;
|
|
2035
2046
|
url: string | null;
|
|
2036
|
-
pageCount: number | null;
|
|
2037
2047
|
thumbnail: string | null;
|
|
2048
|
+
pageCount: number | null;
|
|
2038
2049
|
} | null;
|
|
2039
2050
|
urn: string | null;
|
|
2040
2051
|
author: {
|
|
2041
|
-
headline: string | null;
|
|
2042
2052
|
username: string | null;
|
|
2053
|
+
headline: string | null;
|
|
2043
2054
|
profileUrl: string | null;
|
|
2044
2055
|
profilePicture: string | null;
|
|
2045
2056
|
firstName: string | null;
|
|
2046
2057
|
lastName: string | null;
|
|
2047
2058
|
} | 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
|
-
subtitle: string | null;
|
|
2073
2072
|
thumbnail: string | null;
|
|
2073
|
+
subtitle: string | null;
|
|
2074
2074
|
} | null;
|
|
2075
2075
|
postedAt: {
|
|
2076
2076
|
date: string | null;
|
|
@@ -2080,17 +2080,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2080
2080
|
fullUrn: string | null;
|
|
2081
2081
|
postType: string | null;
|
|
2082
2082
|
resharedPost: {
|
|
2083
|
-
url: string | null;
|
|
2084
|
-
text: string | null;
|
|
2085
|
-
urn: string | null;
|
|
2086
|
-
author: {
|
|
2087
|
-
headline: string | null;
|
|
2088
|
-
username: string | null;
|
|
2089
|
-
profileUrl: string | null;
|
|
2090
|
-
profilePicture: string | null;
|
|
2091
|
-
firstName: string | null;
|
|
2092
|
-
lastName: string | null;
|
|
2093
|
-
} | null;
|
|
2094
2083
|
stats: {
|
|
2095
2084
|
like: number | null;
|
|
2096
2085
|
support: number | null;
|
|
@@ -2102,6 +2091,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2102
2091
|
reposts: number | null;
|
|
2103
2092
|
totalReactions: number | null;
|
|
2104
2093
|
} | null;
|
|
2094
|
+
url: string | null;
|
|
2095
|
+
text: string | null;
|
|
2096
|
+
urn: string | null;
|
|
2097
|
+
author: {
|
|
2098
|
+
username: string | null;
|
|
2099
|
+
headline: string | null;
|
|
2100
|
+
profileUrl: string | null;
|
|
2101
|
+
profilePicture: string | null;
|
|
2102
|
+
firstName: string | null;
|
|
2103
|
+
lastName: string | null;
|
|
2104
|
+
} | null;
|
|
2105
2105
|
media: {
|
|
2106
2106
|
type: string | null;
|
|
2107
2107
|
url: string | null;
|
|
@@ -2120,34 +2120,34 @@ 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;
|
|
2123
2134
|
url: string | null;
|
|
2124
2135
|
text: string | null;
|
|
2125
2136
|
document: {
|
|
2126
2137
|
title: string | null;
|
|
2127
2138
|
url: string | null;
|
|
2128
|
-
pageCount: number | null;
|
|
2129
2139
|
thumbnail: string | null;
|
|
2140
|
+
pageCount: number | null;
|
|
2130
2141
|
} | null;
|
|
2131
2142
|
urn: string | null;
|
|
2132
2143
|
author: {
|
|
2133
|
-
headline: string | null;
|
|
2134
2144
|
username: string | null;
|
|
2145
|
+
headline: string | null;
|
|
2135
2146
|
profileUrl: string | null;
|
|
2136
2147
|
profilePicture: string | null;
|
|
2137
2148
|
firstName: string | null;
|
|
2138
2149
|
lastName: string | null;
|
|
2139
2150
|
} | 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
|
-
subtitle: string | null;
|
|
2165
2164
|
thumbnail: string | null;
|
|
2165
|
+
subtitle: string | null;
|
|
2166
2166
|
} | null;
|
|
2167
2167
|
postedAt: {
|
|
2168
2168
|
date: string | null;
|
|
@@ -2172,17 +2172,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2172
2172
|
fullUrn: string | null;
|
|
2173
2173
|
postType: string | null;
|
|
2174
2174
|
resharedPost: {
|
|
2175
|
-
url: string | null;
|
|
2176
|
-
text: string | null;
|
|
2177
|
-
urn: string | null;
|
|
2178
|
-
author: {
|
|
2179
|
-
headline: string | null;
|
|
2180
|
-
username: string | null;
|
|
2181
|
-
profileUrl: string | null;
|
|
2182
|
-
profilePicture: string | null;
|
|
2183
|
-
firstName: string | null;
|
|
2184
|
-
lastName: string | null;
|
|
2185
|
-
} | null;
|
|
2186
2175
|
stats: {
|
|
2187
2176
|
like: number | null;
|
|
2188
2177
|
support: number | null;
|
|
@@ -2194,6 +2183,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2194
2183
|
reposts: number | null;
|
|
2195
2184
|
totalReactions: number | null;
|
|
2196
2185
|
} | null;
|
|
2186
|
+
url: string | null;
|
|
2187
|
+
text: string | null;
|
|
2188
|
+
urn: string | null;
|
|
2189
|
+
author: {
|
|
2190
|
+
username: string | null;
|
|
2191
|
+
headline: string | null;
|
|
2192
|
+
profileUrl: string | null;
|
|
2193
|
+
profilePicture: string | null;
|
|
2194
|
+
firstName: string | null;
|
|
2195
|
+
lastName: string | null;
|
|
2196
|
+
} | null;
|
|
2197
2197
|
media: {
|
|
2198
2198
|
type: string | null;
|
|
2199
2199
|
url: string | null;
|
|
@@ -2225,34 +2225,34 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2225
2225
|
success: boolean;
|
|
2226
2226
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
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;
|
|
2228
2239
|
url: string | null;
|
|
2229
2240
|
text: string | null;
|
|
2230
2241
|
document: {
|
|
2231
2242
|
title: string | null;
|
|
2232
2243
|
url: string | null;
|
|
2233
|
-
pageCount: number | null;
|
|
2234
2244
|
thumbnail: string | null;
|
|
2245
|
+
pageCount: number | null;
|
|
2235
2246
|
} | null;
|
|
2236
2247
|
urn: string | null;
|
|
2237
2248
|
author: {
|
|
2238
|
-
headline: string | null;
|
|
2239
2249
|
username: string | null;
|
|
2250
|
+
headline: string | null;
|
|
2240
2251
|
profileUrl: string | null;
|
|
2241
2252
|
profilePicture: string | null;
|
|
2242
2253
|
firstName: string | null;
|
|
2243
2254
|
lastName: string | null;
|
|
2244
2255
|
} | 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
|
-
subtitle: string | null;
|
|
2270
2269
|
thumbnail: string | null;
|
|
2270
|
+
subtitle: 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
|
-
url: string | null;
|
|
2281
|
-
text: string | null;
|
|
2282
|
-
urn: string | null;
|
|
2283
|
-
author: {
|
|
2284
|
-
headline: string | null;
|
|
2285
|
-
username: string | null;
|
|
2286
|
-
profileUrl: string | null;
|
|
2287
|
-
profilePicture: string | null;
|
|
2288
|
-
firstName: string | null;
|
|
2289
|
-
lastName: string | null;
|
|
2290
|
-
} | null;
|
|
2291
2280
|
stats: {
|
|
2292
2281
|
like: number | null;
|
|
2293
2282
|
support: number | null;
|
|
@@ -2299,6 +2288,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2299
2288
|
reposts: number | null;
|
|
2300
2289
|
totalReactions: number | null;
|
|
2301
2290
|
} | null;
|
|
2291
|
+
url: string | null;
|
|
2292
|
+
text: string | null;
|
|
2293
|
+
urn: string | null;
|
|
2294
|
+
author: {
|
|
2295
|
+
username: string | null;
|
|
2296
|
+
headline: string | null;
|
|
2297
|
+
profileUrl: string | null;
|
|
2298
|
+
profilePicture: string | null;
|
|
2299
|
+
firstName: string | null;
|
|
2300
|
+
lastName: string | null;
|
|
2301
|
+
} | null;
|
|
2302
2302
|
media: {
|
|
2303
2303
|
type: string | null;
|
|
2304
2304
|
url: string | null;
|
|
@@ -2326,21 +2326,21 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2326
2326
|
url: string | null;
|
|
2327
2327
|
id: string | null;
|
|
2328
2328
|
location: string | null;
|
|
2329
|
-
company: {
|
|
2330
|
-
name: string | null;
|
|
2331
|
-
url: string | null;
|
|
2332
|
-
logo: string | null;
|
|
2333
|
-
} | null;
|
|
2334
2329
|
postedAt: string | null;
|
|
2335
2330
|
applyUrl: string | null;
|
|
2336
2331
|
salary: {
|
|
2337
|
-
currency: string | null;
|
|
2338
2332
|
from: number | null;
|
|
2339
2333
|
to: number | null;
|
|
2334
|
+
currency: string | null;
|
|
2340
2335
|
period: string | null;
|
|
2341
2336
|
} | null;
|
|
2342
2337
|
seniorityLevel: string | null;
|
|
2343
2338
|
employmentType: string | null;
|
|
2339
|
+
company: {
|
|
2340
|
+
name: string | null;
|
|
2341
|
+
url: string | null;
|
|
2342
|
+
logo: string | null;
|
|
2343
|
+
} | null;
|
|
2344
2344
|
skills: string[] | null;
|
|
2345
2345
|
}[] | undefined;
|
|
2346
2346
|
totalResults?: number | null | undefined;
|
|
@@ -2351,34 +2351,34 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2351
2351
|
success: boolean;
|
|
2352
2352
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
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;
|
|
2354
2365
|
url: string | null;
|
|
2355
2366
|
text: string | null;
|
|
2356
2367
|
document: {
|
|
2357
2368
|
title: string | null;
|
|
2358
2369
|
url: string | null;
|
|
2359
|
-
pageCount: number | null;
|
|
2360
2370
|
thumbnail: string | null;
|
|
2371
|
+
pageCount: number | null;
|
|
2361
2372
|
} | null;
|
|
2362
2373
|
urn: string | null;
|
|
2363
2374
|
author: {
|
|
2364
|
-
headline: string | null;
|
|
2365
2375
|
username: string | null;
|
|
2376
|
+
headline: string | null;
|
|
2366
2377
|
profileUrl: string | null;
|
|
2367
2378
|
profilePicture: string | null;
|
|
2368
2379
|
firstName: string | null;
|
|
2369
2380
|
lastName: string | null;
|
|
2370
2381
|
} | 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
|
-
subtitle: string | null;
|
|
2396
2395
|
thumbnail: string | null;
|
|
2396
|
+
subtitle: 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
|
-
url: string | null;
|
|
2407
|
-
text: string | null;
|
|
2408
|
-
urn: string | null;
|
|
2409
|
-
author: {
|
|
2410
|
-
headline: string | null;
|
|
2411
|
-
username: string | null;
|
|
2412
|
-
profileUrl: string | null;
|
|
2413
|
-
profilePicture: string | null;
|
|
2414
|
-
firstName: string | null;
|
|
2415
|
-
lastName: string | null;
|
|
2416
|
-
} | null;
|
|
2417
2406
|
stats: {
|
|
2418
2407
|
like: number | null;
|
|
2419
2408
|
support: number | null;
|
|
@@ -2425,6 +2414,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2425
2414
|
reposts: number | null;
|
|
2426
2415
|
totalReactions: number | null;
|
|
2427
2416
|
} | null;
|
|
2417
|
+
url: string | null;
|
|
2418
|
+
text: string | null;
|
|
2419
|
+
urn: string | null;
|
|
2420
|
+
author: {
|
|
2421
|
+
username: string | null;
|
|
2422
|
+
headline: string | null;
|
|
2423
|
+
profileUrl: string | null;
|
|
2424
|
+
profilePicture: string | null;
|
|
2425
|
+
firstName: string | null;
|
|
2426
|
+
lastName: string | null;
|
|
2427
|
+
} | null;
|
|
2428
2428
|
media: {
|
|
2429
2429
|
type: string | null;
|
|
2430
2430
|
url: string | null;
|
|
@@ -2452,21 +2452,21 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2452
2452
|
url: string | null;
|
|
2453
2453
|
id: string | null;
|
|
2454
2454
|
location: string | null;
|
|
2455
|
-
company: {
|
|
2456
|
-
name: string | null;
|
|
2457
|
-
url: string | null;
|
|
2458
|
-
logo: string | null;
|
|
2459
|
-
} | null;
|
|
2460
2455
|
postedAt: string | null;
|
|
2461
2456
|
applyUrl: string | null;
|
|
2462
2457
|
salary: {
|
|
2463
|
-
currency: string | null;
|
|
2464
2458
|
from: number | null;
|
|
2465
2459
|
to: number | null;
|
|
2460
|
+
currency: string | null;
|
|
2466
2461
|
period: string | null;
|
|
2467
2462
|
} | null;
|
|
2468
2463
|
seniorityLevel: string | null;
|
|
2469
2464
|
employmentType: string | null;
|
|
2465
|
+
company: {
|
|
2466
|
+
name: string | null;
|
|
2467
|
+
url: string | null;
|
|
2468
|
+
logo: string | null;
|
|
2469
|
+
} | null;
|
|
2470
2470
|
skills: string[] | null;
|
|
2471
2471
|
}[] | undefined;
|
|
2472
2472
|
totalResults?: number | null | undefined;
|