@bubblelab/bubble-core 0.1.99 → 0.1.101
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 +166 -126
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +56 -56
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +68 -68
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +92 -92
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +155 -155
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
- package/dist/bubbles/service-bubble/firecrawl.d.ts +388 -388
- package/dist/bubbles/service-bubble/followupboss.d.ts +376 -376
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +78 -78
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/github.d.ts +140 -140
- package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
- package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +32 -32
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +36 -36
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
- package/dist/bubbles/service-bubble/notion/notion.d.ts +126 -126
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +12 -12
- package/dist/bubbles/service-bubble/slack/slack.d.ts +633 -633
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +68 -68
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +141 -141
- package/dist/bubbles/service-bubble/telegram.d.ts +976 -976
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +15 -15
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
- 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 +40 -40
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +38 -38
- 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 +475 -475
- 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 +166 -166
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +42 -42
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +194 -194
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +516 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js +317 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +244 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -145,8 +145,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
145
145
|
height: number | null;
|
|
146
146
|
}>, "many">>;
|
|
147
147
|
}, "strip", z.ZodTypeAny, {
|
|
148
|
-
type: string | null;
|
|
149
148
|
url: string | null;
|
|
149
|
+
type: string | null;
|
|
150
150
|
images: {
|
|
151
151
|
url: string | null;
|
|
152
152
|
width: number | null;
|
|
@@ -154,8 +154,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
154
154
|
}[] | null;
|
|
155
155
|
thumbnail: string | null;
|
|
156
156
|
}, {
|
|
157
|
-
type: string | null;
|
|
158
157
|
url: string | null;
|
|
158
|
+
type: string | null;
|
|
159
159
|
images: {
|
|
160
160
|
url: string | null;
|
|
161
161
|
width: number | null;
|
|
@@ -169,15 +169,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
169
169
|
subtitle: z.ZodNullable<z.ZodString>;
|
|
170
170
|
thumbnail: z.ZodNullable<z.ZodString>;
|
|
171
171
|
}, "strip", z.ZodTypeAny, {
|
|
172
|
-
title: string | null;
|
|
173
172
|
url: string | null;
|
|
174
|
-
|
|
173
|
+
title: string | null;
|
|
175
174
|
subtitle: string | null;
|
|
175
|
+
thumbnail: string | null;
|
|
176
176
|
}, {
|
|
177
|
-
title: string | null;
|
|
178
177
|
url: string | null;
|
|
179
|
-
|
|
178
|
+
title: 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>;
|
|
@@ -185,13 +185,13 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
185
185
|
url: z.ZodNullable<z.ZodString>;
|
|
186
186
|
thumbnail: z.ZodNullable<z.ZodString>;
|
|
187
187
|
}, "strip", z.ZodTypeAny, {
|
|
188
|
-
title: string | null;
|
|
189
188
|
url: string | null;
|
|
189
|
+
title: string | null;
|
|
190
190
|
thumbnail: string | null;
|
|
191
191
|
pageCount: number | null;
|
|
192
192
|
}, {
|
|
193
|
-
title: string | null;
|
|
194
193
|
url: string | null;
|
|
194
|
+
title: string | null;
|
|
195
195
|
thumbnail: string | null;
|
|
196
196
|
pageCount: number | null;
|
|
197
197
|
}>>;
|
|
@@ -284,8 +284,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
284
284
|
height: number | null;
|
|
285
285
|
}>, "many">>;
|
|
286
286
|
}, "strip", z.ZodTypeAny, {
|
|
287
|
-
type: string | null;
|
|
288
287
|
url: string | null;
|
|
288
|
+
type: string | null;
|
|
289
289
|
images: {
|
|
290
290
|
url: string | null;
|
|
291
291
|
width: number | null;
|
|
@@ -293,8 +293,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
293
293
|
}[] | null;
|
|
294
294
|
thumbnail: string | null;
|
|
295
295
|
}, {
|
|
296
|
-
type: string | null;
|
|
297
296
|
url: string | null;
|
|
297
|
+
type: string | null;
|
|
298
298
|
images: {
|
|
299
299
|
url: string | null;
|
|
300
300
|
width: number | null;
|
|
@@ -303,6 +303,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
303
303
|
thumbnail: string | null;
|
|
304
304
|
}>>;
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
|
+
url: string | null;
|
|
307
|
+
urn: string | null;
|
|
308
|
+
text: string | null;
|
|
309
|
+
author: {
|
|
310
|
+
username: string | null;
|
|
311
|
+
headline: string | null;
|
|
312
|
+
profileUrl: string | null;
|
|
313
|
+
profilePicture: string | null;
|
|
314
|
+
firstName: string | null;
|
|
315
|
+
lastName: string | null;
|
|
316
|
+
} | null;
|
|
306
317
|
stats: {
|
|
307
318
|
like: number | null;
|
|
308
319
|
support: number | null;
|
|
@@ -314,20 +325,9 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
314
325
|
reposts: number | null;
|
|
315
326
|
totalReactions: number | null;
|
|
316
327
|
} | 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
|
-
type: string | null;
|
|
330
329
|
url: string | null;
|
|
330
|
+
type: string | null;
|
|
331
331
|
images: {
|
|
332
332
|
url: string | null;
|
|
333
333
|
width: number | null;
|
|
@@ -342,6 +342,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
342
342
|
} | null;
|
|
343
343
|
postType: string | null;
|
|
344
344
|
}, {
|
|
345
|
+
url: string | null;
|
|
346
|
+
urn: string | null;
|
|
347
|
+
text: string | null;
|
|
348
|
+
author: {
|
|
349
|
+
username: string | null;
|
|
350
|
+
headline: string | null;
|
|
351
|
+
profileUrl: string | null;
|
|
352
|
+
profilePicture: string | null;
|
|
353
|
+
firstName: string | null;
|
|
354
|
+
lastName: string | null;
|
|
355
|
+
} | null;
|
|
345
356
|
stats: {
|
|
346
357
|
like: number | null;
|
|
347
358
|
support: number | null;
|
|
@@ -353,20 +364,9 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
353
364
|
reposts: number | null;
|
|
354
365
|
totalReactions: number | null;
|
|
355
366
|
} | 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
|
-
type: string | null;
|
|
369
368
|
url: string | null;
|
|
369
|
+
type: string | null;
|
|
370
370
|
images: {
|
|
371
371
|
url: string | null;
|
|
372
372
|
width: number | null;
|
|
@@ -382,6 +382,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
382
382
|
postType: string | null;
|
|
383
383
|
}>>;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
|
+
url: string | null;
|
|
386
|
+
urn: string | null;
|
|
387
|
+
text: string | null;
|
|
388
|
+
author: {
|
|
389
|
+
username: string | null;
|
|
390
|
+
headline: string | null;
|
|
391
|
+
profileUrl: string | null;
|
|
392
|
+
profilePicture: string | null;
|
|
393
|
+
firstName: string | null;
|
|
394
|
+
lastName: string | null;
|
|
395
|
+
} | null;
|
|
385
396
|
stats: {
|
|
386
397
|
like: number | null;
|
|
387
398
|
support: number | null;
|
|
@@ -393,26 +404,9 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
393
404
|
reposts: number | null;
|
|
394
405
|
totalReactions: number | null;
|
|
395
406
|
} | null;
|
|
396
|
-
url: string | null;
|
|
397
|
-
text: string | null;
|
|
398
|
-
document: {
|
|
399
|
-
title: string | null;
|
|
400
|
-
url: string | null;
|
|
401
|
-
thumbnail: string | null;
|
|
402
|
-
pageCount: number | null;
|
|
403
|
-
} | null;
|
|
404
|
-
urn: string | null;
|
|
405
|
-
author: {
|
|
406
|
-
username: string | null;
|
|
407
|
-
headline: string | null;
|
|
408
|
-
profileUrl: string | null;
|
|
409
|
-
profilePicture: string | null;
|
|
410
|
-
firstName: string | null;
|
|
411
|
-
lastName: string | null;
|
|
412
|
-
} | null;
|
|
413
407
|
media: {
|
|
414
|
-
type: string | null;
|
|
415
408
|
url: string | null;
|
|
409
|
+
type: string | null;
|
|
416
410
|
images: {
|
|
417
411
|
url: string | null;
|
|
418
412
|
width: number | null;
|
|
@@ -421,10 +415,16 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
421
415
|
thumbnail: string | null;
|
|
422
416
|
} | null;
|
|
423
417
|
article: {
|
|
418
|
+
url: string | null;
|
|
424
419
|
title: string | null;
|
|
420
|
+
subtitle: string | null;
|
|
421
|
+
thumbnail: string | null;
|
|
422
|
+
} | null;
|
|
423
|
+
document: {
|
|
425
424
|
url: string | null;
|
|
425
|
+
title: string | null;
|
|
426
426
|
thumbnail: string | null;
|
|
427
|
-
|
|
427
|
+
pageCount: number | null;
|
|
428
428
|
} | null;
|
|
429
429
|
postedAt: {
|
|
430
430
|
date: string | null;
|
|
@@ -434,6 +434,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
434
434
|
fullUrn: string | null;
|
|
435
435
|
postType: string | null;
|
|
436
436
|
resharedPost: {
|
|
437
|
+
url: string | null;
|
|
438
|
+
urn: string | null;
|
|
439
|
+
text: string | null;
|
|
440
|
+
author: {
|
|
441
|
+
username: string | null;
|
|
442
|
+
headline: string | null;
|
|
443
|
+
profileUrl: string | null;
|
|
444
|
+
profilePicture: string | null;
|
|
445
|
+
firstName: string | null;
|
|
446
|
+
lastName: string | null;
|
|
447
|
+
} | null;
|
|
437
448
|
stats: {
|
|
438
449
|
like: number | null;
|
|
439
450
|
support: number | null;
|
|
@@ -445,20 +456,9 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
445
456
|
reposts: number | null;
|
|
446
457
|
totalReactions: number | null;
|
|
447
458
|
} | 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
|
-
type: string | null;
|
|
461
460
|
url: string | null;
|
|
461
|
+
type: string | null;
|
|
462
462
|
images: {
|
|
463
463
|
url: string | null;
|
|
464
464
|
width: number | null;
|
|
@@ -474,6 +474,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
474
474
|
postType: string | null;
|
|
475
475
|
} | null;
|
|
476
476
|
}, {
|
|
477
|
+
url: string | null;
|
|
478
|
+
urn: string | null;
|
|
479
|
+
text: string | null;
|
|
480
|
+
author: {
|
|
481
|
+
username: string | null;
|
|
482
|
+
headline: string | null;
|
|
483
|
+
profileUrl: string | null;
|
|
484
|
+
profilePicture: string | null;
|
|
485
|
+
firstName: string | null;
|
|
486
|
+
lastName: string | null;
|
|
487
|
+
} | null;
|
|
477
488
|
stats: {
|
|
478
489
|
like: number | null;
|
|
479
490
|
support: number | null;
|
|
@@ -485,26 +496,9 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
485
496
|
reposts: number | null;
|
|
486
497
|
totalReactions: number | null;
|
|
487
498
|
} | null;
|
|
488
|
-
url: string | null;
|
|
489
|
-
text: string | null;
|
|
490
|
-
document: {
|
|
491
|
-
title: string | null;
|
|
492
|
-
url: string | null;
|
|
493
|
-
thumbnail: string | null;
|
|
494
|
-
pageCount: number | null;
|
|
495
|
-
} | null;
|
|
496
|
-
urn: string | null;
|
|
497
|
-
author: {
|
|
498
|
-
username: string | null;
|
|
499
|
-
headline: string | null;
|
|
500
|
-
profileUrl: string | null;
|
|
501
|
-
profilePicture: string | null;
|
|
502
|
-
firstName: string | null;
|
|
503
|
-
lastName: string | null;
|
|
504
|
-
} | null;
|
|
505
499
|
media: {
|
|
506
|
-
type: string | null;
|
|
507
500
|
url: string | null;
|
|
501
|
+
type: string | null;
|
|
508
502
|
images: {
|
|
509
503
|
url: string | null;
|
|
510
504
|
width: number | null;
|
|
@@ -513,10 +507,16 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
513
507
|
thumbnail: string | null;
|
|
514
508
|
} | null;
|
|
515
509
|
article: {
|
|
510
|
+
url: string | null;
|
|
516
511
|
title: string | null;
|
|
512
|
+
subtitle: string | null;
|
|
513
|
+
thumbnail: string | null;
|
|
514
|
+
} | null;
|
|
515
|
+
document: {
|
|
517
516
|
url: string | null;
|
|
517
|
+
title: string | null;
|
|
518
518
|
thumbnail: string | null;
|
|
519
|
-
|
|
519
|
+
pageCount: number | null;
|
|
520
520
|
} | null;
|
|
521
521
|
postedAt: {
|
|
522
522
|
date: string | null;
|
|
@@ -526,6 +526,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
526
526
|
fullUrn: string | null;
|
|
527
527
|
postType: string | null;
|
|
528
528
|
resharedPost: {
|
|
529
|
+
url: string | null;
|
|
530
|
+
urn: string | null;
|
|
531
|
+
text: string | null;
|
|
532
|
+
author: {
|
|
533
|
+
username: string | null;
|
|
534
|
+
headline: string | null;
|
|
535
|
+
profileUrl: string | null;
|
|
536
|
+
profilePicture: string | null;
|
|
537
|
+
firstName: string | null;
|
|
538
|
+
lastName: string | null;
|
|
539
|
+
} | null;
|
|
529
540
|
stats: {
|
|
530
541
|
like: number | null;
|
|
531
542
|
support: number | null;
|
|
@@ -537,20 +548,9 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
537
548
|
reposts: number | null;
|
|
538
549
|
totalReactions: number | null;
|
|
539
550
|
} | 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
|
-
type: string | null;
|
|
553
552
|
url: string | null;
|
|
553
|
+
type: string | null;
|
|
554
554
|
images: {
|
|
555
555
|
url: string | null;
|
|
556
556
|
width: number | null;
|
|
@@ -574,12 +574,12 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
574
574
|
url: z.ZodNullable<z.ZodString>;
|
|
575
575
|
logo: z.ZodNullable<z.ZodString>;
|
|
576
576
|
}, "strip", z.ZodTypeAny, {
|
|
577
|
-
name: string | null;
|
|
578
577
|
url: string | null;
|
|
578
|
+
name: string | null;
|
|
579
579
|
logo: string | null;
|
|
580
580
|
}, {
|
|
581
|
-
name: string | null;
|
|
582
581
|
url: string | null;
|
|
582
|
+
name: string | null;
|
|
583
583
|
logo: string | null;
|
|
584
584
|
}>>;
|
|
585
585
|
location: z.ZodNullable<z.ZodString>;
|
|
@@ -595,58 +595,58 @@ 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
|
}>>;
|
|
608
608
|
skills: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
609
609
|
}, "strip", z.ZodTypeAny, {
|
|
610
|
+
url: string | null;
|
|
610
611
|
description: string | null;
|
|
611
612
|
title: string | null;
|
|
612
|
-
url: string | null;
|
|
613
613
|
id: string | null;
|
|
614
614
|
location: string | null;
|
|
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;
|
|
623
623
|
seniorityLevel: string | null;
|
|
624
624
|
employmentType: string | null;
|
|
625
625
|
company: {
|
|
626
|
-
name: string | null;
|
|
627
626
|
url: string | null;
|
|
627
|
+
name: string | null;
|
|
628
628
|
logo: string | null;
|
|
629
629
|
} | null;
|
|
630
630
|
skills: string[] | null;
|
|
631
631
|
}, {
|
|
632
|
+
url: string | null;
|
|
632
633
|
description: string | null;
|
|
633
634
|
title: string | null;
|
|
634
|
-
url: string | null;
|
|
635
635
|
id: string | null;
|
|
636
636
|
location: string | null;
|
|
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;
|
|
645
645
|
seniorityLevel: string | null;
|
|
646
646
|
employmentType: string | null;
|
|
647
647
|
company: {
|
|
648
|
-
name: string | null;
|
|
649
648
|
url: string | null;
|
|
649
|
+
name: string | null;
|
|
650
650
|
logo: string | null;
|
|
651
651
|
} | null;
|
|
652
652
|
skills: string[] | null;
|
|
@@ -667,12 +667,12 @@ 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
|
-
username?: string | undefined;
|
|
671
670
|
limit?: number | undefined;
|
|
672
|
-
|
|
671
|
+
username?: string | undefined;
|
|
673
672
|
location?: string | undefined;
|
|
674
673
|
keyword?: string | undefined;
|
|
675
674
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
675
|
+
pageNumber?: number | undefined;
|
|
676
676
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
677
677
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
678
678
|
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
@@ -680,12 +680,12 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
680
680
|
}, {
|
|
681
681
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
682
682
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
683
|
-
username?: string | undefined;
|
|
684
683
|
limit?: number | undefined;
|
|
685
|
-
|
|
684
|
+
username?: string | undefined;
|
|
686
685
|
location?: string | undefined;
|
|
687
686
|
keyword?: string | undefined;
|
|
688
687
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
688
|
+
pageNumber?: number | undefined;
|
|
689
689
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
690
690
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
691
691
|
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
@@ -701,12 +701,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
701
701
|
url: z.ZodNullable<z.ZodString>;
|
|
702
702
|
logo: z.ZodNullable<z.ZodString>;
|
|
703
703
|
}, "strip", z.ZodTypeAny, {
|
|
704
|
-
name: string | null;
|
|
705
704
|
url: string | null;
|
|
705
|
+
name: string | null;
|
|
706
706
|
logo: string | null;
|
|
707
707
|
}, {
|
|
708
|
-
name: string | null;
|
|
709
708
|
url: string | null;
|
|
709
|
+
name: string | null;
|
|
710
710
|
logo: string | null;
|
|
711
711
|
}>>;
|
|
712
712
|
location: z.ZodNullable<z.ZodString>;
|
|
@@ -722,58 +722,58 @@ 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
|
}>>;
|
|
735
735
|
skills: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
736
736
|
}, "strip", z.ZodTypeAny, {
|
|
737
|
+
url: string | null;
|
|
737
738
|
description: string | null;
|
|
738
739
|
title: string | null;
|
|
739
|
-
url: string | null;
|
|
740
740
|
id: string | null;
|
|
741
741
|
location: string | null;
|
|
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;
|
|
750
750
|
seniorityLevel: string | null;
|
|
751
751
|
employmentType: string | null;
|
|
752
752
|
company: {
|
|
753
|
-
name: string | null;
|
|
754
753
|
url: string | null;
|
|
754
|
+
name: string | null;
|
|
755
755
|
logo: string | null;
|
|
756
756
|
} | null;
|
|
757
757
|
skills: string[] | null;
|
|
758
758
|
}, {
|
|
759
|
+
url: string | null;
|
|
759
760
|
description: string | null;
|
|
760
761
|
title: string | null;
|
|
761
|
-
url: string | null;
|
|
762
762
|
id: string | null;
|
|
763
763
|
location: string | null;
|
|
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;
|
|
772
772
|
seniorityLevel: string | null;
|
|
773
773
|
employmentType: string | null;
|
|
774
774
|
company: {
|
|
775
|
-
name: string | null;
|
|
776
775
|
url: string | null;
|
|
776
|
+
name: string | null;
|
|
777
777
|
logo: string | null;
|
|
778
778
|
} | null;
|
|
779
779
|
skills: string[] | null;
|
|
@@ -868,8 +868,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
868
868
|
height: number | null;
|
|
869
869
|
}>, "many">>;
|
|
870
870
|
}, "strip", z.ZodTypeAny, {
|
|
871
|
-
type: string | null;
|
|
872
871
|
url: string | null;
|
|
872
|
+
type: string | null;
|
|
873
873
|
images: {
|
|
874
874
|
url: string | null;
|
|
875
875
|
width: number | null;
|
|
@@ -877,8 +877,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
877
877
|
}[] | null;
|
|
878
878
|
thumbnail: string | null;
|
|
879
879
|
}, {
|
|
880
|
-
type: string | null;
|
|
881
880
|
url: string | null;
|
|
881
|
+
type: string | null;
|
|
882
882
|
images: {
|
|
883
883
|
url: string | null;
|
|
884
884
|
width: number | null;
|
|
@@ -892,15 +892,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
892
892
|
subtitle: z.ZodNullable<z.ZodString>;
|
|
893
893
|
thumbnail: z.ZodNullable<z.ZodString>;
|
|
894
894
|
}, "strip", z.ZodTypeAny, {
|
|
895
|
-
title: string | null;
|
|
896
895
|
url: string | null;
|
|
897
|
-
|
|
896
|
+
title: string | null;
|
|
898
897
|
subtitle: string | null;
|
|
898
|
+
thumbnail: string | null;
|
|
899
899
|
}, {
|
|
900
|
-
title: string | null;
|
|
901
900
|
url: string | null;
|
|
902
|
-
|
|
901
|
+
title: 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>;
|
|
@@ -908,13 +908,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
908
908
|
url: z.ZodNullable<z.ZodString>;
|
|
909
909
|
thumbnail: z.ZodNullable<z.ZodString>;
|
|
910
910
|
}, "strip", z.ZodTypeAny, {
|
|
911
|
-
title: string | null;
|
|
912
911
|
url: string | null;
|
|
912
|
+
title: string | null;
|
|
913
913
|
thumbnail: string | null;
|
|
914
914
|
pageCount: number | null;
|
|
915
915
|
}, {
|
|
916
|
-
title: string | null;
|
|
917
916
|
url: string | null;
|
|
917
|
+
title: string | null;
|
|
918
918
|
thumbnail: string | null;
|
|
919
919
|
pageCount: number | null;
|
|
920
920
|
}>>;
|
|
@@ -1007,8 +1007,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1007
1007
|
height: number | null;
|
|
1008
1008
|
}>, "many">>;
|
|
1009
1009
|
}, "strip", z.ZodTypeAny, {
|
|
1010
|
-
type: string | null;
|
|
1011
1010
|
url: string | null;
|
|
1011
|
+
type: string | null;
|
|
1012
1012
|
images: {
|
|
1013
1013
|
url: string | null;
|
|
1014
1014
|
width: number | null;
|
|
@@ -1016,8 +1016,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1016
1016
|
}[] | null;
|
|
1017
1017
|
thumbnail: string | null;
|
|
1018
1018
|
}, {
|
|
1019
|
-
type: string | null;
|
|
1020
1019
|
url: string | null;
|
|
1020
|
+
type: string | null;
|
|
1021
1021
|
images: {
|
|
1022
1022
|
url: string | null;
|
|
1023
1023
|
width: number | null;
|
|
@@ -1026,6 +1026,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1026
1026
|
thumbnail: string | null;
|
|
1027
1027
|
}>>;
|
|
1028
1028
|
}, "strip", z.ZodTypeAny, {
|
|
1029
|
+
url: string | null;
|
|
1030
|
+
urn: string | null;
|
|
1031
|
+
text: string | null;
|
|
1032
|
+
author: {
|
|
1033
|
+
username: string | null;
|
|
1034
|
+
headline: string | null;
|
|
1035
|
+
profileUrl: string | null;
|
|
1036
|
+
profilePicture: string | null;
|
|
1037
|
+
firstName: string | null;
|
|
1038
|
+
lastName: string | null;
|
|
1039
|
+
} | null;
|
|
1029
1040
|
stats: {
|
|
1030
1041
|
like: number | null;
|
|
1031
1042
|
support: number | null;
|
|
@@ -1037,20 +1048,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1037
1048
|
reposts: number | null;
|
|
1038
1049
|
totalReactions: number | null;
|
|
1039
1050
|
} | null;
|
|
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
1051
|
media: {
|
|
1052
|
-
type: string | null;
|
|
1053
1052
|
url: string | null;
|
|
1053
|
+
type: string | null;
|
|
1054
1054
|
images: {
|
|
1055
1055
|
url: string | null;
|
|
1056
1056
|
width: number | null;
|
|
@@ -1065,6 +1065,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1065
1065
|
} | null;
|
|
1066
1066
|
postType: string | null;
|
|
1067
1067
|
}, {
|
|
1068
|
+
url: string | null;
|
|
1069
|
+
urn: string | null;
|
|
1070
|
+
text: string | null;
|
|
1071
|
+
author: {
|
|
1072
|
+
username: string | null;
|
|
1073
|
+
headline: string | null;
|
|
1074
|
+
profileUrl: string | null;
|
|
1075
|
+
profilePicture: string | null;
|
|
1076
|
+
firstName: string | null;
|
|
1077
|
+
lastName: string | null;
|
|
1078
|
+
} | null;
|
|
1068
1079
|
stats: {
|
|
1069
1080
|
like: number | null;
|
|
1070
1081
|
support: number | null;
|
|
@@ -1076,20 +1087,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1076
1087
|
reposts: number | null;
|
|
1077
1088
|
totalReactions: number | null;
|
|
1078
1089
|
} | 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
|
-
type: string | null;
|
|
1092
1091
|
url: string | null;
|
|
1092
|
+
type: string | null;
|
|
1093
1093
|
images: {
|
|
1094
1094
|
url: string | null;
|
|
1095
1095
|
width: number | null;
|
|
@@ -1105,6 +1105,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1105
1105
|
postType: string | null;
|
|
1106
1106
|
}>>;
|
|
1107
1107
|
}, "strip", z.ZodTypeAny, {
|
|
1108
|
+
url: string | null;
|
|
1109
|
+
urn: string | null;
|
|
1110
|
+
text: string | null;
|
|
1111
|
+
author: {
|
|
1112
|
+
username: string | null;
|
|
1113
|
+
headline: string | null;
|
|
1114
|
+
profileUrl: string | null;
|
|
1115
|
+
profilePicture: string | null;
|
|
1116
|
+
firstName: string | null;
|
|
1117
|
+
lastName: string | null;
|
|
1118
|
+
} | null;
|
|
1108
1119
|
stats: {
|
|
1109
1120
|
like: number | null;
|
|
1110
1121
|
support: number | null;
|
|
@@ -1116,26 +1127,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1116
1127
|
reposts: number | null;
|
|
1117
1128
|
totalReactions: number | null;
|
|
1118
1129
|
} | null;
|
|
1119
|
-
url: string | null;
|
|
1120
|
-
text: string | null;
|
|
1121
|
-
document: {
|
|
1122
|
-
title: string | null;
|
|
1123
|
-
url: string | null;
|
|
1124
|
-
thumbnail: string | null;
|
|
1125
|
-
pageCount: number | null;
|
|
1126
|
-
} | null;
|
|
1127
|
-
urn: string | null;
|
|
1128
|
-
author: {
|
|
1129
|
-
username: string | null;
|
|
1130
|
-
headline: string | null;
|
|
1131
|
-
profileUrl: string | null;
|
|
1132
|
-
profilePicture: string | null;
|
|
1133
|
-
firstName: string | null;
|
|
1134
|
-
lastName: string | null;
|
|
1135
|
-
} | null;
|
|
1136
1130
|
media: {
|
|
1137
|
-
type: string | null;
|
|
1138
1131
|
url: string | null;
|
|
1132
|
+
type: string | null;
|
|
1139
1133
|
images: {
|
|
1140
1134
|
url: string | null;
|
|
1141
1135
|
width: number | null;
|
|
@@ -1144,10 +1138,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1144
1138
|
thumbnail: string | null;
|
|
1145
1139
|
} | null;
|
|
1146
1140
|
article: {
|
|
1141
|
+
url: string | null;
|
|
1147
1142
|
title: string | null;
|
|
1143
|
+
subtitle: string | null;
|
|
1144
|
+
thumbnail: string | null;
|
|
1145
|
+
} | null;
|
|
1146
|
+
document: {
|
|
1148
1147
|
url: string | null;
|
|
1148
|
+
title: string | null;
|
|
1149
1149
|
thumbnail: string | null;
|
|
1150
|
-
|
|
1150
|
+
pageCount: number | null;
|
|
1151
1151
|
} | null;
|
|
1152
1152
|
postedAt: {
|
|
1153
1153
|
date: string | null;
|
|
@@ -1157,6 +1157,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1157
1157
|
fullUrn: string | null;
|
|
1158
1158
|
postType: string | null;
|
|
1159
1159
|
resharedPost: {
|
|
1160
|
+
url: string | null;
|
|
1161
|
+
urn: string | null;
|
|
1162
|
+
text: string | null;
|
|
1163
|
+
author: {
|
|
1164
|
+
username: string | null;
|
|
1165
|
+
headline: string | null;
|
|
1166
|
+
profileUrl: string | null;
|
|
1167
|
+
profilePicture: string | null;
|
|
1168
|
+
firstName: string | null;
|
|
1169
|
+
lastName: string | null;
|
|
1170
|
+
} | null;
|
|
1160
1171
|
stats: {
|
|
1161
1172
|
like: number | null;
|
|
1162
1173
|
support: number | null;
|
|
@@ -1168,20 +1179,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1168
1179
|
reposts: number | null;
|
|
1169
1180
|
totalReactions: number | null;
|
|
1170
1181
|
} | 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
|
-
type: string | null;
|
|
1184
1183
|
url: string | null;
|
|
1184
|
+
type: string | null;
|
|
1185
1185
|
images: {
|
|
1186
1186
|
url: string | null;
|
|
1187
1187
|
width: number | null;
|
|
@@ -1197,6 +1197,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1197
1197
|
postType: string | null;
|
|
1198
1198
|
} | null;
|
|
1199
1199
|
}, {
|
|
1200
|
+
url: string | null;
|
|
1201
|
+
urn: string | null;
|
|
1202
|
+
text: string | null;
|
|
1203
|
+
author: {
|
|
1204
|
+
username: string | null;
|
|
1205
|
+
headline: string | null;
|
|
1206
|
+
profileUrl: string | null;
|
|
1207
|
+
profilePicture: string | null;
|
|
1208
|
+
firstName: string | null;
|
|
1209
|
+
lastName: string | null;
|
|
1210
|
+
} | null;
|
|
1200
1211
|
stats: {
|
|
1201
1212
|
like: number | null;
|
|
1202
1213
|
support: number | null;
|
|
@@ -1208,26 +1219,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1208
1219
|
reposts: number | null;
|
|
1209
1220
|
totalReactions: number | null;
|
|
1210
1221
|
} | null;
|
|
1211
|
-
url: string | null;
|
|
1212
|
-
text: string | null;
|
|
1213
|
-
document: {
|
|
1214
|
-
title: string | null;
|
|
1215
|
-
url: string | null;
|
|
1216
|
-
thumbnail: string | null;
|
|
1217
|
-
pageCount: number | null;
|
|
1218
|
-
} | null;
|
|
1219
|
-
urn: string | null;
|
|
1220
|
-
author: {
|
|
1221
|
-
username: string | null;
|
|
1222
|
-
headline: string | null;
|
|
1223
|
-
profileUrl: string | null;
|
|
1224
|
-
profilePicture: string | null;
|
|
1225
|
-
firstName: string | null;
|
|
1226
|
-
lastName: string | null;
|
|
1227
|
-
} | null;
|
|
1228
1222
|
media: {
|
|
1229
|
-
type: string | null;
|
|
1230
1223
|
url: string | null;
|
|
1224
|
+
type: string | null;
|
|
1231
1225
|
images: {
|
|
1232
1226
|
url: string | null;
|
|
1233
1227
|
width: number | null;
|
|
@@ -1236,10 +1230,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1236
1230
|
thumbnail: string | null;
|
|
1237
1231
|
} | null;
|
|
1238
1232
|
article: {
|
|
1233
|
+
url: string | null;
|
|
1239
1234
|
title: string | null;
|
|
1235
|
+
subtitle: string | null;
|
|
1236
|
+
thumbnail: string | null;
|
|
1237
|
+
} | null;
|
|
1238
|
+
document: {
|
|
1240
1239
|
url: string | null;
|
|
1240
|
+
title: string | null;
|
|
1241
1241
|
thumbnail: string | null;
|
|
1242
|
-
|
|
1242
|
+
pageCount: number | null;
|
|
1243
1243
|
} | null;
|
|
1244
1244
|
postedAt: {
|
|
1245
1245
|
date: string | null;
|
|
@@ -1249,6 +1249,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1249
1249
|
fullUrn: string | null;
|
|
1250
1250
|
postType: string | null;
|
|
1251
1251
|
resharedPost: {
|
|
1252
|
+
url: string | null;
|
|
1253
|
+
urn: string | null;
|
|
1254
|
+
text: string | null;
|
|
1255
|
+
author: {
|
|
1256
|
+
username: string | null;
|
|
1257
|
+
headline: string | null;
|
|
1258
|
+
profileUrl: string | null;
|
|
1259
|
+
profilePicture: string | null;
|
|
1260
|
+
firstName: string | null;
|
|
1261
|
+
lastName: string | null;
|
|
1262
|
+
} | null;
|
|
1252
1263
|
stats: {
|
|
1253
1264
|
like: number | null;
|
|
1254
1265
|
support: number | null;
|
|
@@ -1260,20 +1271,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1260
1271
|
reposts: number | null;
|
|
1261
1272
|
totalReactions: number | null;
|
|
1262
1273
|
} | 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
|
-
type: string | null;
|
|
1276
1275
|
url: string | null;
|
|
1276
|
+
type: string | null;
|
|
1277
1277
|
images: {
|
|
1278
1278
|
url: string | null;
|
|
1279
1279
|
width: number | null;
|
|
@@ -1298,10 +1298,20 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1298
1298
|
success: z.ZodBoolean;
|
|
1299
1299
|
error: z.ZodString;
|
|
1300
1300
|
}, "strip", z.ZodTypeAny, {
|
|
1301
|
-
error: string;
|
|
1302
1301
|
success: boolean;
|
|
1303
|
-
|
|
1302
|
+
error: string;
|
|
1304
1303
|
posts: {
|
|
1304
|
+
url: string | null;
|
|
1305
|
+
urn: string | null;
|
|
1306
|
+
text: string | null;
|
|
1307
|
+
author: {
|
|
1308
|
+
username: string | null;
|
|
1309
|
+
headline: string | null;
|
|
1310
|
+
profileUrl: string | null;
|
|
1311
|
+
profilePicture: string | null;
|
|
1312
|
+
firstName: string | null;
|
|
1313
|
+
lastName: string | null;
|
|
1314
|
+
} | null;
|
|
1305
1315
|
stats: {
|
|
1306
1316
|
like: number | null;
|
|
1307
1317
|
support: number | null;
|
|
@@ -1313,26 +1323,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1313
1323
|
reposts: number | null;
|
|
1314
1324
|
totalReactions: number | null;
|
|
1315
1325
|
} | null;
|
|
1316
|
-
url: string | null;
|
|
1317
|
-
text: string | null;
|
|
1318
|
-
document: {
|
|
1319
|
-
title: string | null;
|
|
1320
|
-
url: string | null;
|
|
1321
|
-
thumbnail: string | null;
|
|
1322
|
-
pageCount: number | null;
|
|
1323
|
-
} | null;
|
|
1324
|
-
urn: string | null;
|
|
1325
|
-
author: {
|
|
1326
|
-
username: string | null;
|
|
1327
|
-
headline: string | null;
|
|
1328
|
-
profileUrl: string | null;
|
|
1329
|
-
profilePicture: string | null;
|
|
1330
|
-
firstName: string | null;
|
|
1331
|
-
lastName: string | null;
|
|
1332
|
-
} | null;
|
|
1333
1326
|
media: {
|
|
1334
|
-
type: string | null;
|
|
1335
1327
|
url: string | null;
|
|
1328
|
+
type: string | null;
|
|
1336
1329
|
images: {
|
|
1337
1330
|
url: string | null;
|
|
1338
1331
|
width: number | null;
|
|
@@ -1341,10 +1334,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1341
1334
|
thumbnail: string | null;
|
|
1342
1335
|
} | null;
|
|
1343
1336
|
article: {
|
|
1337
|
+
url: string | null;
|
|
1344
1338
|
title: string | null;
|
|
1339
|
+
subtitle: string | null;
|
|
1340
|
+
thumbnail: string | null;
|
|
1341
|
+
} | null;
|
|
1342
|
+
document: {
|
|
1345
1343
|
url: string | null;
|
|
1344
|
+
title: string | null;
|
|
1346
1345
|
thumbnail: string | null;
|
|
1347
|
-
|
|
1346
|
+
pageCount: number | null;
|
|
1348
1347
|
} | null;
|
|
1349
1348
|
postedAt: {
|
|
1350
1349
|
date: string | null;
|
|
@@ -1354,6 +1353,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1354
1353
|
fullUrn: string | null;
|
|
1355
1354
|
postType: string | null;
|
|
1356
1355
|
resharedPost: {
|
|
1356
|
+
url: string | null;
|
|
1357
|
+
urn: string | null;
|
|
1358
|
+
text: string | null;
|
|
1359
|
+
author: {
|
|
1360
|
+
username: string | null;
|
|
1361
|
+
headline: string | null;
|
|
1362
|
+
profileUrl: string | null;
|
|
1363
|
+
profilePicture: string | null;
|
|
1364
|
+
firstName: string | null;
|
|
1365
|
+
lastName: string | null;
|
|
1366
|
+
} | null;
|
|
1357
1367
|
stats: {
|
|
1358
1368
|
like: number | null;
|
|
1359
1369
|
support: number | null;
|
|
@@ -1365,20 +1375,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1365
1375
|
reposts: number | null;
|
|
1366
1376
|
totalReactions: number | null;
|
|
1367
1377
|
} | 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
1378
|
media: {
|
|
1380
|
-
type: string | null;
|
|
1381
1379
|
url: string | null;
|
|
1380
|
+
type: string | null;
|
|
1382
1381
|
images: {
|
|
1383
1382
|
url: string | null;
|
|
1384
1383
|
width: number | null;
|
|
@@ -1394,28 +1393,29 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1394
1393
|
postType: string | null;
|
|
1395
1394
|
} | null;
|
|
1396
1395
|
}[];
|
|
1396
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1397
1397
|
totalPosts: number;
|
|
1398
1398
|
username?: string | undefined;
|
|
1399
1399
|
keyword?: string | undefined;
|
|
1400
1400
|
jobs?: {
|
|
1401
|
+
url: string | null;
|
|
1401
1402
|
description: string | null;
|
|
1402
1403
|
title: string | null;
|
|
1403
|
-
url: string | null;
|
|
1404
1404
|
id: string | null;
|
|
1405
1405
|
location: string | null;
|
|
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;
|
|
1414
1414
|
seniorityLevel: string | null;
|
|
1415
1415
|
employmentType: string | null;
|
|
1416
1416
|
company: {
|
|
1417
|
-
name: string | null;
|
|
1418
1417
|
url: string | null;
|
|
1418
|
+
name: string | null;
|
|
1419
1419
|
logo: string | null;
|
|
1420
1420
|
} | null;
|
|
1421
1421
|
skills: string[] | null;
|
|
@@ -1424,10 +1424,20 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1424
1424
|
paginationToken?: string | null | undefined;
|
|
1425
1425
|
hasNextPage?: boolean | null | undefined;
|
|
1426
1426
|
}, {
|
|
1427
|
-
error: string;
|
|
1428
1427
|
success: boolean;
|
|
1429
|
-
|
|
1428
|
+
error: string;
|
|
1430
1429
|
posts: {
|
|
1430
|
+
url: string | null;
|
|
1431
|
+
urn: string | null;
|
|
1432
|
+
text: string | null;
|
|
1433
|
+
author: {
|
|
1434
|
+
username: string | null;
|
|
1435
|
+
headline: string | null;
|
|
1436
|
+
profileUrl: string | null;
|
|
1437
|
+
profilePicture: string | null;
|
|
1438
|
+
firstName: string | null;
|
|
1439
|
+
lastName: string | null;
|
|
1440
|
+
} | null;
|
|
1431
1441
|
stats: {
|
|
1432
1442
|
like: number | null;
|
|
1433
1443
|
support: number | null;
|
|
@@ -1439,26 +1449,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1439
1449
|
reposts: number | null;
|
|
1440
1450
|
totalReactions: number | null;
|
|
1441
1451
|
} | null;
|
|
1442
|
-
url: string | null;
|
|
1443
|
-
text: string | null;
|
|
1444
|
-
document: {
|
|
1445
|
-
title: string | null;
|
|
1446
|
-
url: string | null;
|
|
1447
|
-
thumbnail: string | null;
|
|
1448
|
-
pageCount: number | null;
|
|
1449
|
-
} | null;
|
|
1450
|
-
urn: string | null;
|
|
1451
|
-
author: {
|
|
1452
|
-
username: string | null;
|
|
1453
|
-
headline: string | null;
|
|
1454
|
-
profileUrl: string | null;
|
|
1455
|
-
profilePicture: string | null;
|
|
1456
|
-
firstName: string | null;
|
|
1457
|
-
lastName: string | null;
|
|
1458
|
-
} | null;
|
|
1459
1452
|
media: {
|
|
1460
|
-
type: string | null;
|
|
1461
1453
|
url: string | null;
|
|
1454
|
+
type: string | null;
|
|
1462
1455
|
images: {
|
|
1463
1456
|
url: string | null;
|
|
1464
1457
|
width: number | null;
|
|
@@ -1467,10 +1460,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1467
1460
|
thumbnail: string | null;
|
|
1468
1461
|
} | null;
|
|
1469
1462
|
article: {
|
|
1463
|
+
url: string | null;
|
|
1470
1464
|
title: string | null;
|
|
1465
|
+
subtitle: string | null;
|
|
1466
|
+
thumbnail: string | null;
|
|
1467
|
+
} | null;
|
|
1468
|
+
document: {
|
|
1471
1469
|
url: string | null;
|
|
1470
|
+
title: string | null;
|
|
1472
1471
|
thumbnail: string | null;
|
|
1473
|
-
|
|
1472
|
+
pageCount: number | null;
|
|
1474
1473
|
} | null;
|
|
1475
1474
|
postedAt: {
|
|
1476
1475
|
date: string | null;
|
|
@@ -1480,6 +1479,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1480
1479
|
fullUrn: string | null;
|
|
1481
1480
|
postType: string | null;
|
|
1482
1481
|
resharedPost: {
|
|
1482
|
+
url: string | null;
|
|
1483
|
+
urn: string | null;
|
|
1484
|
+
text: string | null;
|
|
1485
|
+
author: {
|
|
1486
|
+
username: string | null;
|
|
1487
|
+
headline: string | null;
|
|
1488
|
+
profileUrl: string | null;
|
|
1489
|
+
profilePicture: string | null;
|
|
1490
|
+
firstName: string | null;
|
|
1491
|
+
lastName: string | null;
|
|
1492
|
+
} | null;
|
|
1483
1493
|
stats: {
|
|
1484
1494
|
like: number | null;
|
|
1485
1495
|
support: number | null;
|
|
@@ -1491,20 +1501,9 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1491
1501
|
reposts: number | null;
|
|
1492
1502
|
totalReactions: number | null;
|
|
1493
1503
|
} | 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
1504
|
media: {
|
|
1506
|
-
type: string | null;
|
|
1507
1505
|
url: string | null;
|
|
1506
|
+
type: string | null;
|
|
1508
1507
|
images: {
|
|
1509
1508
|
url: string | null;
|
|
1510
1509
|
width: number | null;
|
|
@@ -1520,28 +1519,29 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1520
1519
|
postType: string | null;
|
|
1521
1520
|
} | null;
|
|
1522
1521
|
}[];
|
|
1522
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1523
1523
|
totalPosts: number;
|
|
1524
1524
|
username?: string | undefined;
|
|
1525
1525
|
keyword?: string | undefined;
|
|
1526
1526
|
jobs?: {
|
|
1527
|
+
url: string | null;
|
|
1527
1528
|
description: string | null;
|
|
1528
1529
|
title: string | null;
|
|
1529
|
-
url: string | null;
|
|
1530
1530
|
id: string | null;
|
|
1531
1531
|
location: string | null;
|
|
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;
|
|
1540
1540
|
seniorityLevel: string | null;
|
|
1541
1541
|
employmentType: string | null;
|
|
1542
1542
|
company: {
|
|
1543
|
-
name: string | null;
|
|
1544
1543
|
url: string | null;
|
|
1544
|
+
name: string | null;
|
|
1545
1545
|
logo: string | null;
|
|
1546
1546
|
} | null;
|
|
1547
1547
|
skills: string[] | null;
|
|
@@ -1590,12 +1590,12 @@ 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
|
-
username?: string | undefined;
|
|
1594
1593
|
limit?: number | undefined;
|
|
1595
|
-
|
|
1594
|
+
username?: string | undefined;
|
|
1596
1595
|
location?: string | undefined;
|
|
1597
1596
|
keyword?: string | undefined;
|
|
1598
1597
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
1598
|
+
pageNumber?: number | undefined;
|
|
1599
1599
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
1600
1600
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
1601
1601
|
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
@@ -1603,12 +1603,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1603
1603
|
}, {
|
|
1604
1604
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1605
1605
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1606
|
-
username?: string | undefined;
|
|
1607
1606
|
limit?: number | undefined;
|
|
1608
|
-
|
|
1607
|
+
username?: string | undefined;
|
|
1609
1608
|
location?: string | undefined;
|
|
1610
1609
|
keyword?: string | undefined;
|
|
1611
1610
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
1611
|
+
pageNumber?: number | undefined;
|
|
1612
1612
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
1613
1613
|
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
1614
1614
|
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
@@ -1624,12 +1624,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1624
1624
|
url: z.ZodNullable<z.ZodString>;
|
|
1625
1625
|
logo: z.ZodNullable<z.ZodString>;
|
|
1626
1626
|
}, "strip", z.ZodTypeAny, {
|
|
1627
|
-
name: string | null;
|
|
1628
1627
|
url: string | null;
|
|
1628
|
+
name: string | null;
|
|
1629
1629
|
logo: string | null;
|
|
1630
1630
|
}, {
|
|
1631
|
-
name: string | null;
|
|
1632
1631
|
url: string | null;
|
|
1632
|
+
name: string | null;
|
|
1633
1633
|
logo: string | null;
|
|
1634
1634
|
}>>;
|
|
1635
1635
|
location: z.ZodNullable<z.ZodString>;
|
|
@@ -1645,58 +1645,58 @@ 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
|
}>>;
|
|
1658
1658
|
skills: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
|
|
1659
1659
|
}, "strip", z.ZodTypeAny, {
|
|
1660
|
+
url: string | null;
|
|
1660
1661
|
description: string | null;
|
|
1661
1662
|
title: string | null;
|
|
1662
|
-
url: string | null;
|
|
1663
1663
|
id: string | null;
|
|
1664
1664
|
location: string | null;
|
|
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;
|
|
1673
1673
|
seniorityLevel: string | null;
|
|
1674
1674
|
employmentType: string | null;
|
|
1675
1675
|
company: {
|
|
1676
|
-
name: string | null;
|
|
1677
1676
|
url: string | null;
|
|
1677
|
+
name: string | null;
|
|
1678
1678
|
logo: string | null;
|
|
1679
1679
|
} | null;
|
|
1680
1680
|
skills: string[] | null;
|
|
1681
1681
|
}, {
|
|
1682
|
+
url: string | null;
|
|
1682
1683
|
description: string | null;
|
|
1683
1684
|
title: string | null;
|
|
1684
|
-
url: string | null;
|
|
1685
1685
|
id: string | null;
|
|
1686
1686
|
location: string | null;
|
|
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;
|
|
1695
1695
|
seniorityLevel: string | null;
|
|
1696
1696
|
employmentType: string | null;
|
|
1697
1697
|
company: {
|
|
1698
|
-
name: string | null;
|
|
1699
1698
|
url: string | null;
|
|
1699
|
+
name: string | null;
|
|
1700
1700
|
logo: string | null;
|
|
1701
1701
|
} | null;
|
|
1702
1702
|
skills: string[] | null;
|
|
@@ -1791,8 +1791,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1791
1791
|
height: number | null;
|
|
1792
1792
|
}>, "many">>;
|
|
1793
1793
|
}, "strip", z.ZodTypeAny, {
|
|
1794
|
-
type: string | null;
|
|
1795
1794
|
url: string | null;
|
|
1795
|
+
type: string | null;
|
|
1796
1796
|
images: {
|
|
1797
1797
|
url: string | null;
|
|
1798
1798
|
width: number | null;
|
|
@@ -1800,8 +1800,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1800
1800
|
}[] | null;
|
|
1801
1801
|
thumbnail: string | null;
|
|
1802
1802
|
}, {
|
|
1803
|
-
type: string | null;
|
|
1804
1803
|
url: string | null;
|
|
1804
|
+
type: string | null;
|
|
1805
1805
|
images: {
|
|
1806
1806
|
url: string | null;
|
|
1807
1807
|
width: number | null;
|
|
@@ -1815,15 +1815,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1815
1815
|
subtitle: z.ZodNullable<z.ZodString>;
|
|
1816
1816
|
thumbnail: z.ZodNullable<z.ZodString>;
|
|
1817
1817
|
}, "strip", z.ZodTypeAny, {
|
|
1818
|
-
title: string | null;
|
|
1819
1818
|
url: string | null;
|
|
1820
|
-
|
|
1819
|
+
title: string | null;
|
|
1821
1820
|
subtitle: string | null;
|
|
1821
|
+
thumbnail: string | null;
|
|
1822
1822
|
}, {
|
|
1823
|
-
title: string | null;
|
|
1824
1823
|
url: string | null;
|
|
1825
|
-
|
|
1824
|
+
title: 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>;
|
|
@@ -1831,13 +1831,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1831
1831
|
url: z.ZodNullable<z.ZodString>;
|
|
1832
1832
|
thumbnail: z.ZodNullable<z.ZodString>;
|
|
1833
1833
|
}, "strip", z.ZodTypeAny, {
|
|
1834
|
-
title: string | null;
|
|
1835
1834
|
url: string | null;
|
|
1835
|
+
title: string | null;
|
|
1836
1836
|
thumbnail: string | null;
|
|
1837
1837
|
pageCount: number | null;
|
|
1838
1838
|
}, {
|
|
1839
|
-
title: string | null;
|
|
1840
1839
|
url: string | null;
|
|
1840
|
+
title: string | null;
|
|
1841
1841
|
thumbnail: string | null;
|
|
1842
1842
|
pageCount: number | null;
|
|
1843
1843
|
}>>;
|
|
@@ -1930,8 +1930,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1930
1930
|
height: number | null;
|
|
1931
1931
|
}>, "many">>;
|
|
1932
1932
|
}, "strip", z.ZodTypeAny, {
|
|
1933
|
-
type: string | null;
|
|
1934
1933
|
url: string | null;
|
|
1934
|
+
type: string | null;
|
|
1935
1935
|
images: {
|
|
1936
1936
|
url: string | null;
|
|
1937
1937
|
width: number | null;
|
|
@@ -1939,8 +1939,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1939
1939
|
}[] | null;
|
|
1940
1940
|
thumbnail: string | null;
|
|
1941
1941
|
}, {
|
|
1942
|
-
type: string | null;
|
|
1943
1942
|
url: string | null;
|
|
1943
|
+
type: string | null;
|
|
1944
1944
|
images: {
|
|
1945
1945
|
url: string | null;
|
|
1946
1946
|
width: number | null;
|
|
@@ -1949,6 +1949,17 @@ 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
|
+
urn: string | null;
|
|
1954
|
+
text: string | null;
|
|
1955
|
+
author: {
|
|
1956
|
+
username: string | null;
|
|
1957
|
+
headline: string | null;
|
|
1958
|
+
profileUrl: string | null;
|
|
1959
|
+
profilePicture: string | null;
|
|
1960
|
+
firstName: string | null;
|
|
1961
|
+
lastName: string | null;
|
|
1962
|
+
} | null;
|
|
1952
1963
|
stats: {
|
|
1953
1964
|
like: number | null;
|
|
1954
1965
|
support: number | null;
|
|
@@ -1960,20 +1971,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1960
1971
|
reposts: number | null;
|
|
1961
1972
|
totalReactions: number | null;
|
|
1962
1973
|
} | 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
|
-
type: string | null;
|
|
1976
1975
|
url: string | null;
|
|
1976
|
+
type: string | null;
|
|
1977
1977
|
images: {
|
|
1978
1978
|
url: string | null;
|
|
1979
1979
|
width: number | null;
|
|
@@ -1988,6 +1988,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1988
1988
|
} | null;
|
|
1989
1989
|
postType: string | null;
|
|
1990
1990
|
}, {
|
|
1991
|
+
url: string | null;
|
|
1992
|
+
urn: string | null;
|
|
1993
|
+
text: string | null;
|
|
1994
|
+
author: {
|
|
1995
|
+
username: string | null;
|
|
1996
|
+
headline: string | null;
|
|
1997
|
+
profileUrl: string | null;
|
|
1998
|
+
profilePicture: string | null;
|
|
1999
|
+
firstName: string | null;
|
|
2000
|
+
lastName: string | null;
|
|
2001
|
+
} | null;
|
|
1991
2002
|
stats: {
|
|
1992
2003
|
like: number | null;
|
|
1993
2004
|
support: number | null;
|
|
@@ -1999,20 +2010,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1999
2010
|
reposts: number | null;
|
|
2000
2011
|
totalReactions: number | null;
|
|
2001
2012
|
} | 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
|
-
type: string | null;
|
|
2015
2014
|
url: string | null;
|
|
2015
|
+
type: string | null;
|
|
2016
2016
|
images: {
|
|
2017
2017
|
url: string | null;
|
|
2018
2018
|
width: number | null;
|
|
@@ -2025,29 +2025,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2025
2025
|
timestamp: number | null;
|
|
2026
2026
|
relative: string | null;
|
|
2027
2027
|
} | null;
|
|
2028
|
-
postType: string | null;
|
|
2029
|
-
}>>;
|
|
2030
|
-
}, "strip", z.ZodTypeAny, {
|
|
2031
|
-
|
|
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
|
-
url: string | null;
|
|
2043
|
-
text: string | null;
|
|
2044
|
-
document: {
|
|
2045
|
-
title: string | null;
|
|
2046
|
-
url: string | null;
|
|
2047
|
-
thumbnail: string | null;
|
|
2048
|
-
pageCount: number | null;
|
|
2049
|
-
} | null;
|
|
2028
|
+
postType: string | null;
|
|
2029
|
+
}>>;
|
|
2030
|
+
}, "strip", z.ZodTypeAny, {
|
|
2031
|
+
url: string | null;
|
|
2050
2032
|
urn: string | null;
|
|
2033
|
+
text: string | null;
|
|
2051
2034
|
author: {
|
|
2052
2035
|
username: string | null;
|
|
2053
2036
|
headline: string | null;
|
|
@@ -2056,9 +2039,20 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2056
2039
|
firstName: string | null;
|
|
2057
2040
|
lastName: string | null;
|
|
2058
2041
|
} | null;
|
|
2042
|
+
stats: {
|
|
2043
|
+
like: number | null;
|
|
2044
|
+
support: number | null;
|
|
2045
|
+
love: number | null;
|
|
2046
|
+
insight: number | null;
|
|
2047
|
+
celebrate: number | null;
|
|
2048
|
+
funny: number | null;
|
|
2049
|
+
comments: number | null;
|
|
2050
|
+
reposts: number | null;
|
|
2051
|
+
totalReactions: number | null;
|
|
2052
|
+
} | null;
|
|
2059
2053
|
media: {
|
|
2060
|
-
type: string | null;
|
|
2061
2054
|
url: string | null;
|
|
2055
|
+
type: string | null;
|
|
2062
2056
|
images: {
|
|
2063
2057
|
url: string | null;
|
|
2064
2058
|
width: number | null;
|
|
@@ -2067,10 +2061,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2067
2061
|
thumbnail: string | null;
|
|
2068
2062
|
} | null;
|
|
2069
2063
|
article: {
|
|
2064
|
+
url: string | null;
|
|
2070
2065
|
title: string | null;
|
|
2066
|
+
subtitle: string | null;
|
|
2067
|
+
thumbnail: string | null;
|
|
2068
|
+
} | null;
|
|
2069
|
+
document: {
|
|
2071
2070
|
url: string | null;
|
|
2071
|
+
title: string | null;
|
|
2072
2072
|
thumbnail: string | null;
|
|
2073
|
-
|
|
2073
|
+
pageCount: number | null;
|
|
2074
2074
|
} | null;
|
|
2075
2075
|
postedAt: {
|
|
2076
2076
|
date: string | null;
|
|
@@ -2080,6 +2080,17 @@ 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
|
+
urn: string | null;
|
|
2085
|
+
text: string | null;
|
|
2086
|
+
author: {
|
|
2087
|
+
username: string | null;
|
|
2088
|
+
headline: string | null;
|
|
2089
|
+
profileUrl: string | null;
|
|
2090
|
+
profilePicture: string | null;
|
|
2091
|
+
firstName: string | null;
|
|
2092
|
+
lastName: string | null;
|
|
2093
|
+
} | null;
|
|
2083
2094
|
stats: {
|
|
2084
2095
|
like: number | null;
|
|
2085
2096
|
support: number | null;
|
|
@@ -2091,20 +2102,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2091
2102
|
reposts: number | null;
|
|
2092
2103
|
totalReactions: number | null;
|
|
2093
2104
|
} | 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
|
-
type: string | null;
|
|
2107
2106
|
url: string | null;
|
|
2107
|
+
type: string | null;
|
|
2108
2108
|
images: {
|
|
2109
2109
|
url: string | null;
|
|
2110
2110
|
width: number | null;
|
|
@@ -2120,6 +2120,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2120
2120
|
postType: string | null;
|
|
2121
2121
|
} | null;
|
|
2122
2122
|
}, {
|
|
2123
|
+
url: string | null;
|
|
2124
|
+
urn: string | null;
|
|
2125
|
+
text: string | null;
|
|
2126
|
+
author: {
|
|
2127
|
+
username: string | null;
|
|
2128
|
+
headline: string | null;
|
|
2129
|
+
profileUrl: string | null;
|
|
2130
|
+
profilePicture: string | null;
|
|
2131
|
+
firstName: string | null;
|
|
2132
|
+
lastName: string | null;
|
|
2133
|
+
} | null;
|
|
2123
2134
|
stats: {
|
|
2124
2135
|
like: number | null;
|
|
2125
2136
|
support: number | null;
|
|
@@ -2131,26 +2142,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2131
2142
|
reposts: number | null;
|
|
2132
2143
|
totalReactions: number | null;
|
|
2133
2144
|
} | null;
|
|
2134
|
-
url: string | null;
|
|
2135
|
-
text: string | null;
|
|
2136
|
-
document: {
|
|
2137
|
-
title: string | null;
|
|
2138
|
-
url: string | null;
|
|
2139
|
-
thumbnail: string | null;
|
|
2140
|
-
pageCount: number | null;
|
|
2141
|
-
} | null;
|
|
2142
|
-
urn: string | null;
|
|
2143
|
-
author: {
|
|
2144
|
-
username: string | null;
|
|
2145
|
-
headline: string | null;
|
|
2146
|
-
profileUrl: string | null;
|
|
2147
|
-
profilePicture: string | null;
|
|
2148
|
-
firstName: string | null;
|
|
2149
|
-
lastName: string | null;
|
|
2150
|
-
} | null;
|
|
2151
2145
|
media: {
|
|
2152
|
-
type: string | null;
|
|
2153
2146
|
url: string | null;
|
|
2147
|
+
type: string | null;
|
|
2154
2148
|
images: {
|
|
2155
2149
|
url: string | null;
|
|
2156
2150
|
width: number | null;
|
|
@@ -2159,10 +2153,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2159
2153
|
thumbnail: string | null;
|
|
2160
2154
|
} | null;
|
|
2161
2155
|
article: {
|
|
2156
|
+
url: string | null;
|
|
2162
2157
|
title: string | null;
|
|
2158
|
+
subtitle: string | null;
|
|
2159
|
+
thumbnail: string | null;
|
|
2160
|
+
} | null;
|
|
2161
|
+
document: {
|
|
2163
2162
|
url: string | null;
|
|
2163
|
+
title: string | null;
|
|
2164
2164
|
thumbnail: string | null;
|
|
2165
|
-
|
|
2165
|
+
pageCount: number | null;
|
|
2166
2166
|
} | null;
|
|
2167
2167
|
postedAt: {
|
|
2168
2168
|
date: string | null;
|
|
@@ -2172,6 +2172,17 @@ 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
|
+
urn: string | null;
|
|
2177
|
+
text: string | null;
|
|
2178
|
+
author: {
|
|
2179
|
+
username: string | null;
|
|
2180
|
+
headline: string | null;
|
|
2181
|
+
profileUrl: string | null;
|
|
2182
|
+
profilePicture: string | null;
|
|
2183
|
+
firstName: string | null;
|
|
2184
|
+
lastName: string | null;
|
|
2185
|
+
} | null;
|
|
2175
2186
|
stats: {
|
|
2176
2187
|
like: number | null;
|
|
2177
2188
|
support: number | null;
|
|
@@ -2183,20 +2194,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2183
2194
|
reposts: number | null;
|
|
2184
2195
|
totalReactions: number | null;
|
|
2185
2196
|
} | 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
|
-
type: string | null;
|
|
2199
2198
|
url: string | null;
|
|
2199
|
+
type: string | null;
|
|
2200
2200
|
images: {
|
|
2201
2201
|
url: string | null;
|
|
2202
2202
|
width: number | null;
|
|
@@ -2221,10 +2221,20 @@ 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
2224
|
success: boolean;
|
|
2226
|
-
|
|
2225
|
+
error: string;
|
|
2227
2226
|
posts: {
|
|
2227
|
+
url: string | null;
|
|
2228
|
+
urn: string | null;
|
|
2229
|
+
text: string | null;
|
|
2230
|
+
author: {
|
|
2231
|
+
username: string | null;
|
|
2232
|
+
headline: string | null;
|
|
2233
|
+
profileUrl: string | null;
|
|
2234
|
+
profilePicture: string | null;
|
|
2235
|
+
firstName: string | null;
|
|
2236
|
+
lastName: string | null;
|
|
2237
|
+
} | null;
|
|
2228
2238
|
stats: {
|
|
2229
2239
|
like: number | null;
|
|
2230
2240
|
support: number | null;
|
|
@@ -2236,26 +2246,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2236
2246
|
reposts: number | null;
|
|
2237
2247
|
totalReactions: number | null;
|
|
2238
2248
|
} | null;
|
|
2239
|
-
url: string | null;
|
|
2240
|
-
text: string | null;
|
|
2241
|
-
document: {
|
|
2242
|
-
title: string | null;
|
|
2243
|
-
url: string | null;
|
|
2244
|
-
thumbnail: string | null;
|
|
2245
|
-
pageCount: number | null;
|
|
2246
|
-
} | null;
|
|
2247
|
-
urn: string | null;
|
|
2248
|
-
author: {
|
|
2249
|
-
username: string | null;
|
|
2250
|
-
headline: string | null;
|
|
2251
|
-
profileUrl: string | null;
|
|
2252
|
-
profilePicture: string | null;
|
|
2253
|
-
firstName: string | null;
|
|
2254
|
-
lastName: string | null;
|
|
2255
|
-
} | null;
|
|
2256
2249
|
media: {
|
|
2257
|
-
type: string | null;
|
|
2258
2250
|
url: string | null;
|
|
2251
|
+
type: string | null;
|
|
2259
2252
|
images: {
|
|
2260
2253
|
url: string | null;
|
|
2261
2254
|
width: number | null;
|
|
@@ -2264,10 +2257,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2264
2257
|
thumbnail: string | null;
|
|
2265
2258
|
} | null;
|
|
2266
2259
|
article: {
|
|
2260
|
+
url: string | null;
|
|
2267
2261
|
title: string | null;
|
|
2262
|
+
subtitle: string | null;
|
|
2263
|
+
thumbnail: string | null;
|
|
2264
|
+
} | null;
|
|
2265
|
+
document: {
|
|
2268
2266
|
url: string | null;
|
|
2267
|
+
title: string | null;
|
|
2269
2268
|
thumbnail: string | null;
|
|
2270
|
-
|
|
2269
|
+
pageCount: number | null;
|
|
2271
2270
|
} | null;
|
|
2272
2271
|
postedAt: {
|
|
2273
2272
|
date: string | null;
|
|
@@ -2277,6 +2276,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2277
2276
|
fullUrn: string | null;
|
|
2278
2277
|
postType: string | null;
|
|
2279
2278
|
resharedPost: {
|
|
2279
|
+
url: string | null;
|
|
2280
|
+
urn: string | null;
|
|
2281
|
+
text: string | null;
|
|
2282
|
+
author: {
|
|
2283
|
+
username: string | null;
|
|
2284
|
+
headline: string | null;
|
|
2285
|
+
profileUrl: string | null;
|
|
2286
|
+
profilePicture: string | null;
|
|
2287
|
+
firstName: string | null;
|
|
2288
|
+
lastName: string | null;
|
|
2289
|
+
} | null;
|
|
2280
2290
|
stats: {
|
|
2281
2291
|
like: number | null;
|
|
2282
2292
|
support: number | null;
|
|
@@ -2288,20 +2298,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2288
2298
|
reposts: number | null;
|
|
2289
2299
|
totalReactions: number | null;
|
|
2290
2300
|
} | 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
2301
|
media: {
|
|
2303
|
-
type: string | null;
|
|
2304
2302
|
url: string | null;
|
|
2303
|
+
type: string | null;
|
|
2305
2304
|
images: {
|
|
2306
2305
|
url: string | null;
|
|
2307
2306
|
width: number | null;
|
|
@@ -2317,28 +2316,29 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2317
2316
|
postType: string | null;
|
|
2318
2317
|
} | null;
|
|
2319
2318
|
}[];
|
|
2319
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2320
2320
|
totalPosts: number;
|
|
2321
2321
|
username?: string | undefined;
|
|
2322
2322
|
keyword?: string | undefined;
|
|
2323
2323
|
jobs?: {
|
|
2324
|
+
url: string | null;
|
|
2324
2325
|
description: string | null;
|
|
2325
2326
|
title: string | null;
|
|
2326
|
-
url: string | null;
|
|
2327
2327
|
id: string | null;
|
|
2328
2328
|
location: string | null;
|
|
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;
|
|
2337
2337
|
seniorityLevel: string | null;
|
|
2338
2338
|
employmentType: string | null;
|
|
2339
2339
|
company: {
|
|
2340
|
-
name: string | null;
|
|
2341
2340
|
url: string | null;
|
|
2341
|
+
name: string | null;
|
|
2342
2342
|
logo: string | null;
|
|
2343
2343
|
} | null;
|
|
2344
2344
|
skills: string[] | null;
|
|
@@ -2347,10 +2347,20 @@ 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
2350
|
success: boolean;
|
|
2352
|
-
|
|
2351
|
+
error: string;
|
|
2353
2352
|
posts: {
|
|
2353
|
+
url: string | null;
|
|
2354
|
+
urn: string | null;
|
|
2355
|
+
text: string | null;
|
|
2356
|
+
author: {
|
|
2357
|
+
username: string | null;
|
|
2358
|
+
headline: string | null;
|
|
2359
|
+
profileUrl: string | null;
|
|
2360
|
+
profilePicture: string | null;
|
|
2361
|
+
firstName: string | null;
|
|
2362
|
+
lastName: string | null;
|
|
2363
|
+
} | null;
|
|
2354
2364
|
stats: {
|
|
2355
2365
|
like: number | null;
|
|
2356
2366
|
support: number | null;
|
|
@@ -2362,26 +2372,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2362
2372
|
reposts: number | null;
|
|
2363
2373
|
totalReactions: number | null;
|
|
2364
2374
|
} | null;
|
|
2365
|
-
url: string | null;
|
|
2366
|
-
text: string | null;
|
|
2367
|
-
document: {
|
|
2368
|
-
title: string | null;
|
|
2369
|
-
url: string | null;
|
|
2370
|
-
thumbnail: string | null;
|
|
2371
|
-
pageCount: number | null;
|
|
2372
|
-
} | null;
|
|
2373
|
-
urn: string | null;
|
|
2374
|
-
author: {
|
|
2375
|
-
username: string | null;
|
|
2376
|
-
headline: string | null;
|
|
2377
|
-
profileUrl: string | null;
|
|
2378
|
-
profilePicture: string | null;
|
|
2379
|
-
firstName: string | null;
|
|
2380
|
-
lastName: string | null;
|
|
2381
|
-
} | null;
|
|
2382
2375
|
media: {
|
|
2383
|
-
type: string | null;
|
|
2384
2376
|
url: string | null;
|
|
2377
|
+
type: string | null;
|
|
2385
2378
|
images: {
|
|
2386
2379
|
url: string | null;
|
|
2387
2380
|
width: number | null;
|
|
@@ -2390,10 +2383,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2390
2383
|
thumbnail: string | null;
|
|
2391
2384
|
} | null;
|
|
2392
2385
|
article: {
|
|
2386
|
+
url: string | null;
|
|
2393
2387
|
title: string | null;
|
|
2388
|
+
subtitle: string | null;
|
|
2389
|
+
thumbnail: string | null;
|
|
2390
|
+
} | null;
|
|
2391
|
+
document: {
|
|
2394
2392
|
url: string | null;
|
|
2393
|
+
title: string | null;
|
|
2395
2394
|
thumbnail: string | null;
|
|
2396
|
-
|
|
2395
|
+
pageCount: number | null;
|
|
2397
2396
|
} | null;
|
|
2398
2397
|
postedAt: {
|
|
2399
2398
|
date: string | null;
|
|
@@ -2403,6 +2402,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2403
2402
|
fullUrn: string | null;
|
|
2404
2403
|
postType: string | null;
|
|
2405
2404
|
resharedPost: {
|
|
2405
|
+
url: string | null;
|
|
2406
|
+
urn: string | null;
|
|
2407
|
+
text: string | null;
|
|
2408
|
+
author: {
|
|
2409
|
+
username: string | null;
|
|
2410
|
+
headline: string | null;
|
|
2411
|
+
profileUrl: string | null;
|
|
2412
|
+
profilePicture: string | null;
|
|
2413
|
+
firstName: string | null;
|
|
2414
|
+
lastName: string | null;
|
|
2415
|
+
} | null;
|
|
2406
2416
|
stats: {
|
|
2407
2417
|
like: number | null;
|
|
2408
2418
|
support: number | null;
|
|
@@ -2414,20 +2424,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2414
2424
|
reposts: number | null;
|
|
2415
2425
|
totalReactions: number | null;
|
|
2416
2426
|
} | 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
2427
|
media: {
|
|
2429
|
-
type: string | null;
|
|
2430
2428
|
url: string | null;
|
|
2429
|
+
type: string | null;
|
|
2431
2430
|
images: {
|
|
2432
2431
|
url: string | null;
|
|
2433
2432
|
width: number | null;
|
|
@@ -2443,28 +2442,29 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2443
2442
|
postType: string | null;
|
|
2444
2443
|
} | null;
|
|
2445
2444
|
}[];
|
|
2445
|
+
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2446
2446
|
totalPosts: number;
|
|
2447
2447
|
username?: string | undefined;
|
|
2448
2448
|
keyword?: string | undefined;
|
|
2449
2449
|
jobs?: {
|
|
2450
|
+
url: string | null;
|
|
2450
2451
|
description: string | null;
|
|
2451
2452
|
title: string | null;
|
|
2452
|
-
url: string | null;
|
|
2453
2453
|
id: string | null;
|
|
2454
2454
|
location: string | null;
|
|
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;
|
|
2463
2463
|
seniorityLevel: string | null;
|
|
2464
2464
|
employmentType: string | null;
|
|
2465
2465
|
company: {
|
|
2466
|
-
name: string | null;
|
|
2467
2466
|
url: string | null;
|
|
2467
|
+
name: string | null;
|
|
2468
2468
|
logo: string | null;
|
|
2469
2469
|
} | null;
|
|
2470
2470
|
skills: string[] | null;
|