@bubblelab/bubble-core 0.1.142 → 0.1.145
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 +189 -126
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +9 -1
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +128 -128
- package/dist/bubbles/service-bubble/ai-agent.d.ts +82 -82
- package/dist/bubbles/service-bubble/airtable.d.ts +194 -194
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
- package/dist/bubbles/service-bubble/apify/apify.d.ts +28 -28
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +74 -74
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +97 -90
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.js +66 -3
- package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +44 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js +19 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +43 -43
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +96 -96
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
- package/dist/bubbles/service-bubble/firecrawl.d.ts +542 -542
- package/dist/bubbles/service-bubble/followupboss.d.ts +308 -308
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +88 -88
- package/dist/bubbles/service-bubble/github.d.ts +136 -136
- package/dist/bubbles/service-bubble/gmail.d.ts +344 -344
- package/dist/bubbles/service-bubble/google-calendar.d.ts +152 -152
- package/dist/bubbles/service-bubble/google-drive.d.ts +136 -136
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
- package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
- package/dist/bubbles/service-bubble/http.d.ts +10 -10
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +86 -86
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1438 -1438
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +28 -28
- package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
- package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.d.ts +444 -444
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +111 -111
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +32 -32
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +126 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js +34 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts +22 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js +57 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.d.ts +5 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.js +5 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +158 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js +31 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +161 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js +310 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +165 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js +45 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +171 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js +364 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +160 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js +24 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +160 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js +334 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +152 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js +23 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +155 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js +233 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- 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 +20 -20
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +470 -470
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +56 -56
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- 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 +132 -132
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +40 -40
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +76 -76
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +668 -70
- package/dist/index.d.ts +4 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -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
|
+
text: string | null;
|
|
308
|
+
urn: string | null;
|
|
309
|
+
author: {
|
|
310
|
+
username: string | null;
|
|
311
|
+
headline: string | null;
|
|
312
|
+
firstName: string | null;
|
|
313
|
+
lastName: string | null;
|
|
314
|
+
profileUrl: string | null;
|
|
315
|
+
profilePicture: string | null;
|
|
316
|
+
} | null;
|
|
306
317
|
stats: {
|
|
307
318
|
like: number | null;
|
|
308
319
|
support: number | null;
|
|
@@ -314,17 +325,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
314
325
|
reposts: number | null;
|
|
315
326
|
totalReactions: number | null;
|
|
316
327
|
} | null;
|
|
317
|
-
text: string | null;
|
|
318
|
-
url: string | null;
|
|
319
|
-
urn: string | null;
|
|
320
|
-
author: {
|
|
321
|
-
username: string | null;
|
|
322
|
-
headline: string | null;
|
|
323
|
-
firstName: string | null;
|
|
324
|
-
lastName: string | null;
|
|
325
|
-
profileUrl: string | null;
|
|
326
|
-
profilePicture: string | null;
|
|
327
|
-
} | null;
|
|
328
328
|
media: {
|
|
329
329
|
type: string | null;
|
|
330
330
|
url: string | null;
|
|
@@ -342,6 +342,17 @@ 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
|
+
username: string | null;
|
|
350
|
+
headline: string | null;
|
|
351
|
+
firstName: string | null;
|
|
352
|
+
lastName: string | null;
|
|
353
|
+
profileUrl: string | null;
|
|
354
|
+
profilePicture: string | null;
|
|
355
|
+
} | null;
|
|
345
356
|
stats: {
|
|
346
357
|
like: number | null;
|
|
347
358
|
support: number | null;
|
|
@@ -353,17 +364,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
353
364
|
reposts: number | null;
|
|
354
365
|
totalReactions: number | null;
|
|
355
366
|
} | null;
|
|
356
|
-
text: string | null;
|
|
357
|
-
url: string | null;
|
|
358
|
-
urn: string | null;
|
|
359
|
-
author: {
|
|
360
|
-
username: string | null;
|
|
361
|
-
headline: string | null;
|
|
362
|
-
firstName: string | null;
|
|
363
|
-
lastName: string | null;
|
|
364
|
-
profileUrl: string | null;
|
|
365
|
-
profilePicture: string | null;
|
|
366
|
-
} | null;
|
|
367
367
|
media: {
|
|
368
368
|
type: string | null;
|
|
369
369
|
url: string | null;
|
|
@@ -382,19 +382,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
382
382
|
postType: string | null;
|
|
383
383
|
}>>;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
|
-
stats: {
|
|
386
|
-
like: number | null;
|
|
387
|
-
support: number | null;
|
|
388
|
-
love: number | null;
|
|
389
|
-
insight: number | null;
|
|
390
|
-
celebrate: number | null;
|
|
391
|
-
funny: number | null;
|
|
392
|
-
comments: number | null;
|
|
393
|
-
reposts: number | null;
|
|
394
|
-
totalReactions: number | null;
|
|
395
|
-
} | null;
|
|
396
|
-
text: string | null;
|
|
397
385
|
url: string | null;
|
|
386
|
+
text: string | null;
|
|
398
387
|
document: {
|
|
399
388
|
title: string | null;
|
|
400
389
|
url: string | null;
|
|
@@ -410,6 +399,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
410
399
|
profileUrl: string | null;
|
|
411
400
|
profilePicture: string | null;
|
|
412
401
|
} | null;
|
|
402
|
+
stats: {
|
|
403
|
+
like: number | null;
|
|
404
|
+
support: number | null;
|
|
405
|
+
love: number | null;
|
|
406
|
+
insight: number | null;
|
|
407
|
+
celebrate: number | null;
|
|
408
|
+
funny: number | null;
|
|
409
|
+
comments: number | null;
|
|
410
|
+
reposts: number | null;
|
|
411
|
+
totalReactions: number | null;
|
|
412
|
+
} | null;
|
|
413
413
|
media: {
|
|
414
414
|
type: string | null;
|
|
415
415
|
url: string | null;
|
|
@@ -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
|
+
text: string | null;
|
|
439
|
+
urn: string | null;
|
|
440
|
+
author: {
|
|
441
|
+
username: string | null;
|
|
442
|
+
headline: string | null;
|
|
443
|
+
firstName: string | null;
|
|
444
|
+
lastName: string | null;
|
|
445
|
+
profileUrl: string | null;
|
|
446
|
+
profilePicture: string | null;
|
|
447
|
+
} | null;
|
|
437
448
|
stats: {
|
|
438
449
|
like: number | null;
|
|
439
450
|
support: number | null;
|
|
@@ -445,17 +456,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
445
456
|
reposts: number | null;
|
|
446
457
|
totalReactions: number | null;
|
|
447
458
|
} | null;
|
|
448
|
-
text: string | null;
|
|
449
|
-
url: string | null;
|
|
450
|
-
urn: string | null;
|
|
451
|
-
author: {
|
|
452
|
-
username: string | null;
|
|
453
|
-
headline: string | null;
|
|
454
|
-
firstName: string | null;
|
|
455
|
-
lastName: string | null;
|
|
456
|
-
profileUrl: string | null;
|
|
457
|
-
profilePicture: string | null;
|
|
458
|
-
} | null;
|
|
459
459
|
media: {
|
|
460
460
|
type: string | null;
|
|
461
461
|
url: string | null;
|
|
@@ -474,19 +474,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
474
474
|
postType: string | null;
|
|
475
475
|
} | null;
|
|
476
476
|
}, {
|
|
477
|
-
stats: {
|
|
478
|
-
like: number | null;
|
|
479
|
-
support: number | null;
|
|
480
|
-
love: number | null;
|
|
481
|
-
insight: number | null;
|
|
482
|
-
celebrate: number | null;
|
|
483
|
-
funny: number | null;
|
|
484
|
-
comments: number | null;
|
|
485
|
-
reposts: number | null;
|
|
486
|
-
totalReactions: number | null;
|
|
487
|
-
} | null;
|
|
488
|
-
text: string | null;
|
|
489
477
|
url: string | null;
|
|
478
|
+
text: string | null;
|
|
490
479
|
document: {
|
|
491
480
|
title: string | null;
|
|
492
481
|
url: string | null;
|
|
@@ -502,6 +491,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
502
491
|
profileUrl: string | null;
|
|
503
492
|
profilePicture: string | null;
|
|
504
493
|
} | null;
|
|
494
|
+
stats: {
|
|
495
|
+
like: number | null;
|
|
496
|
+
support: number | null;
|
|
497
|
+
love: number | null;
|
|
498
|
+
insight: number | null;
|
|
499
|
+
celebrate: number | null;
|
|
500
|
+
funny: number | null;
|
|
501
|
+
comments: number | null;
|
|
502
|
+
reposts: number | null;
|
|
503
|
+
totalReactions: number | null;
|
|
504
|
+
} | null;
|
|
505
505
|
media: {
|
|
506
506
|
type: string | null;
|
|
507
507
|
url: string | null;
|
|
@@ -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
|
+
text: string | null;
|
|
531
|
+
urn: string | null;
|
|
532
|
+
author: {
|
|
533
|
+
username: string | null;
|
|
534
|
+
headline: string | null;
|
|
535
|
+
firstName: string | null;
|
|
536
|
+
lastName: string | null;
|
|
537
|
+
profileUrl: string | null;
|
|
538
|
+
profilePicture: string | null;
|
|
539
|
+
} | null;
|
|
529
540
|
stats: {
|
|
530
541
|
like: number | null;
|
|
531
542
|
support: number | null;
|
|
@@ -537,17 +548,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
537
548
|
reposts: number | null;
|
|
538
549
|
totalReactions: number | null;
|
|
539
550
|
} | null;
|
|
540
|
-
text: string | null;
|
|
541
|
-
url: string | null;
|
|
542
|
-
urn: string | null;
|
|
543
|
-
author: {
|
|
544
|
-
username: string | null;
|
|
545
|
-
headline: string | null;
|
|
546
|
-
firstName: string | null;
|
|
547
|
-
lastName: string | null;
|
|
548
|
-
profileUrl: string | null;
|
|
549
|
-
profilePicture: string | null;
|
|
550
|
-
} | null;
|
|
551
551
|
media: {
|
|
552
552
|
type: string | null;
|
|
553
553
|
url: string | null;
|
|
@@ -671,17 +671,17 @@ declare const LinkedInProfileSchema: z.ZodObject<{
|
|
|
671
671
|
state: z.ZodNullable<z.ZodString>;
|
|
672
672
|
city: z.ZodNullable<z.ZodString>;
|
|
673
673
|
}, "strip", z.ZodTypeAny, {
|
|
674
|
+
city: string | null;
|
|
675
|
+
state: string | null;
|
|
676
|
+
country: string | null;
|
|
674
677
|
text: string | null;
|
|
675
678
|
countryCode: string | null;
|
|
676
|
-
country: string | null;
|
|
677
|
-
state: string | null;
|
|
678
|
-
city: string | null;
|
|
679
679
|
}, {
|
|
680
|
+
city: string | null;
|
|
681
|
+
state: string | null;
|
|
682
|
+
country: string | null;
|
|
680
683
|
text: string | null;
|
|
681
684
|
countryCode: string | null;
|
|
682
|
-
country: string | null;
|
|
683
|
-
state: string | null;
|
|
684
|
-
city: string | null;
|
|
685
685
|
}>>;
|
|
686
686
|
verified: z.ZodNullable<z.ZodBoolean>;
|
|
687
687
|
topSkills: z.ZodNullable<z.ZodString>;
|
|
@@ -731,8 +731,8 @@ declare const LinkedInProfileSchema: z.ZodObject<{
|
|
|
731
731
|
month: string | null;
|
|
732
732
|
}>>;
|
|
733
733
|
}, "strip", z.ZodTypeAny, {
|
|
734
|
-
duration: string | null;
|
|
735
734
|
description: string | null;
|
|
735
|
+
duration: string | null;
|
|
736
736
|
location: string | null;
|
|
737
737
|
companyName: string | null;
|
|
738
738
|
companyLinkedinUrl: string | null;
|
|
@@ -751,8 +751,8 @@ declare const LinkedInProfileSchema: z.ZodObject<{
|
|
|
751
751
|
month: string | null;
|
|
752
752
|
} | null;
|
|
753
753
|
}, {
|
|
754
|
-
duration: string | null;
|
|
755
754
|
description: string | null;
|
|
755
|
+
duration: string | null;
|
|
756
756
|
location: string | null;
|
|
757
757
|
companyName: string | null;
|
|
758
758
|
companyLinkedinUrl: string | null;
|
|
@@ -868,23 +868,20 @@ declare const LinkedInProfileSchema: z.ZodObject<{
|
|
|
868
868
|
}>, "many">>;
|
|
869
869
|
}, "strip", z.ZodTypeAny, {
|
|
870
870
|
id: string | null;
|
|
871
|
-
|
|
872
|
-
verified: boolean | null;
|
|
871
|
+
headline: string | null;
|
|
873
872
|
location: {
|
|
873
|
+
city: string | null;
|
|
874
|
+
state: string | null;
|
|
875
|
+
country: string | null;
|
|
874
876
|
text: string | null;
|
|
875
877
|
countryCode: string | null;
|
|
876
|
-
country: string | null;
|
|
877
|
-
state: string | null;
|
|
878
|
-
city: string | null;
|
|
879
878
|
} | null;
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
name: string | null;
|
|
883
|
-
}[] | null;
|
|
884
|
-
firstName: string | null;
|
|
885
|
-
lastName: string | null;
|
|
879
|
+
photo: string | null;
|
|
880
|
+
verified: boolean | null;
|
|
886
881
|
publicIdentifier: string | null;
|
|
887
882
|
linkedinUrl: string | null;
|
|
883
|
+
firstName: string | null;
|
|
884
|
+
lastName: string | null;
|
|
888
885
|
about: string | null;
|
|
889
886
|
openToWork: boolean | null;
|
|
890
887
|
hiring: boolean | null;
|
|
@@ -896,9 +893,12 @@ declare const LinkedInProfileSchema: z.ZodObject<{
|
|
|
896
893
|
currentPosition: {
|
|
897
894
|
companyName: string | null;
|
|
898
895
|
}[] | null;
|
|
896
|
+
skills: {
|
|
897
|
+
name: string | null;
|
|
898
|
+
}[] | null;
|
|
899
899
|
experience: {
|
|
900
|
-
duration: string | null;
|
|
901
900
|
description: string | null;
|
|
901
|
+
duration: string | null;
|
|
902
902
|
location: string | null;
|
|
903
903
|
companyName: string | null;
|
|
904
904
|
companyLinkedinUrl: string | null;
|
|
@@ -945,23 +945,20 @@ declare const LinkedInProfileSchema: z.ZodObject<{
|
|
|
945
945
|
}[] | null;
|
|
946
946
|
}, {
|
|
947
947
|
id: string | null;
|
|
948
|
-
|
|
949
|
-
verified: boolean | null;
|
|
948
|
+
headline: string | null;
|
|
950
949
|
location: {
|
|
950
|
+
city: string | null;
|
|
951
|
+
state: string | null;
|
|
952
|
+
country: string | null;
|
|
951
953
|
text: string | null;
|
|
952
954
|
countryCode: string | null;
|
|
953
|
-
country: string | null;
|
|
954
|
-
state: string | null;
|
|
955
|
-
city: string | null;
|
|
956
955
|
} | null;
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
name: string | null;
|
|
960
|
-
}[] | null;
|
|
961
|
-
firstName: string | null;
|
|
962
|
-
lastName: string | null;
|
|
956
|
+
photo: string | null;
|
|
957
|
+
verified: boolean | null;
|
|
963
958
|
publicIdentifier: string | null;
|
|
964
959
|
linkedinUrl: string | null;
|
|
960
|
+
firstName: string | null;
|
|
961
|
+
lastName: string | null;
|
|
965
962
|
about: string | null;
|
|
966
963
|
openToWork: boolean | null;
|
|
967
964
|
hiring: boolean | null;
|
|
@@ -973,9 +970,12 @@ declare const LinkedInProfileSchema: z.ZodObject<{
|
|
|
973
970
|
currentPosition: {
|
|
974
971
|
companyName: string | null;
|
|
975
972
|
}[] | null;
|
|
973
|
+
skills: {
|
|
974
|
+
name: string | null;
|
|
975
|
+
}[] | null;
|
|
976
976
|
experience: {
|
|
977
|
-
duration: string | null;
|
|
978
977
|
description: string | null;
|
|
978
|
+
duration: string | null;
|
|
979
979
|
location: string | null;
|
|
980
980
|
companyName: string | null;
|
|
981
981
|
companyLinkedinUrl: string | null;
|
|
@@ -1037,28 +1037,28 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
1037
1037
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1038
1038
|
}, "strip", z.ZodTypeAny, {
|
|
1039
1039
|
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1040
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1041
1040
|
username?: string | undefined;
|
|
1041
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1042
|
+
location?: string | undefined;
|
|
1042
1043
|
limit?: number | undefined;
|
|
1043
1044
|
pageNumber?: number | undefined;
|
|
1044
|
-
location?: string | undefined;
|
|
1045
1045
|
keyword?: string | undefined;
|
|
1046
|
-
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
1047
1046
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
1047
|
+
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
1048
1048
|
profileUrl?: string | undefined;
|
|
1049
1049
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
1050
1050
|
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
1051
1051
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1052
1052
|
}, {
|
|
1053
1053
|
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1054
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1055
1054
|
username?: string | undefined;
|
|
1055
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1056
|
+
location?: string | undefined;
|
|
1056
1057
|
limit?: number | undefined;
|
|
1057
1058
|
pageNumber?: number | undefined;
|
|
1058
|
-
location?: string | undefined;
|
|
1059
1059
|
keyword?: string | undefined;
|
|
1060
|
-
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
1061
1060
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
1061
|
+
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
1062
1062
|
profileUrl?: string | undefined;
|
|
1063
1063
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
1064
1064
|
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
@@ -1086,17 +1086,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1086
1086
|
state: z.ZodNullable<z.ZodString>;
|
|
1087
1087
|
city: z.ZodNullable<z.ZodString>;
|
|
1088
1088
|
}, "strip", z.ZodTypeAny, {
|
|
1089
|
+
city: string | null;
|
|
1090
|
+
state: string | null;
|
|
1091
|
+
country: string | null;
|
|
1089
1092
|
text: string | null;
|
|
1090
1093
|
countryCode: string | null;
|
|
1091
|
-
country: string | null;
|
|
1092
|
-
state: string | null;
|
|
1093
|
-
city: string | null;
|
|
1094
1094
|
}, {
|
|
1095
|
+
city: string | null;
|
|
1096
|
+
state: string | null;
|
|
1097
|
+
country: string | null;
|
|
1095
1098
|
text: string | null;
|
|
1096
1099
|
countryCode: string | null;
|
|
1097
|
-
country: string | null;
|
|
1098
|
-
state: string | null;
|
|
1099
|
-
city: string | null;
|
|
1100
1100
|
}>>;
|
|
1101
1101
|
verified: z.ZodNullable<z.ZodBoolean>;
|
|
1102
1102
|
topSkills: z.ZodNullable<z.ZodString>;
|
|
@@ -1146,8 +1146,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1146
1146
|
month: string | null;
|
|
1147
1147
|
}>>;
|
|
1148
1148
|
}, "strip", z.ZodTypeAny, {
|
|
1149
|
-
duration: string | null;
|
|
1150
1149
|
description: string | null;
|
|
1150
|
+
duration: string | null;
|
|
1151
1151
|
location: string | null;
|
|
1152
1152
|
companyName: string | null;
|
|
1153
1153
|
companyLinkedinUrl: string | null;
|
|
@@ -1166,8 +1166,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1166
1166
|
month: string | null;
|
|
1167
1167
|
} | null;
|
|
1168
1168
|
}, {
|
|
1169
|
-
duration: string | null;
|
|
1170
1169
|
description: string | null;
|
|
1170
|
+
duration: string | null;
|
|
1171
1171
|
location: string | null;
|
|
1172
1172
|
companyName: string | null;
|
|
1173
1173
|
companyLinkedinUrl: string | null;
|
|
@@ -1283,23 +1283,20 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1283
1283
|
}>, "many">>;
|
|
1284
1284
|
}, "strip", z.ZodTypeAny, {
|
|
1285
1285
|
id: string | null;
|
|
1286
|
-
|
|
1287
|
-
verified: boolean | null;
|
|
1286
|
+
headline: string | null;
|
|
1288
1287
|
location: {
|
|
1288
|
+
city: string | null;
|
|
1289
|
+
state: string | null;
|
|
1290
|
+
country: string | null;
|
|
1289
1291
|
text: string | null;
|
|
1290
1292
|
countryCode: string | null;
|
|
1291
|
-
country: string | null;
|
|
1292
|
-
state: string | null;
|
|
1293
|
-
city: string | null;
|
|
1294
1293
|
} | null;
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
name: string | null;
|
|
1298
|
-
}[] | null;
|
|
1299
|
-
firstName: string | null;
|
|
1300
|
-
lastName: string | null;
|
|
1294
|
+
photo: string | null;
|
|
1295
|
+
verified: boolean | null;
|
|
1301
1296
|
publicIdentifier: string | null;
|
|
1302
1297
|
linkedinUrl: string | null;
|
|
1298
|
+
firstName: string | null;
|
|
1299
|
+
lastName: string | null;
|
|
1303
1300
|
about: string | null;
|
|
1304
1301
|
openToWork: boolean | null;
|
|
1305
1302
|
hiring: boolean | null;
|
|
@@ -1311,9 +1308,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1311
1308
|
currentPosition: {
|
|
1312
1309
|
companyName: string | null;
|
|
1313
1310
|
}[] | null;
|
|
1311
|
+
skills: {
|
|
1312
|
+
name: string | null;
|
|
1313
|
+
}[] | null;
|
|
1314
1314
|
experience: {
|
|
1315
|
-
duration: string | null;
|
|
1316
1315
|
description: string | null;
|
|
1316
|
+
duration: string | null;
|
|
1317
1317
|
location: string | null;
|
|
1318
1318
|
companyName: string | null;
|
|
1319
1319
|
companyLinkedinUrl: string | null;
|
|
@@ -1360,23 +1360,20 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1360
1360
|
}[] | null;
|
|
1361
1361
|
}, {
|
|
1362
1362
|
id: string | null;
|
|
1363
|
-
|
|
1364
|
-
verified: boolean | null;
|
|
1363
|
+
headline: string | null;
|
|
1365
1364
|
location: {
|
|
1366
|
-
text: string | null;
|
|
1367
|
-
countryCode: string | null;
|
|
1368
|
-
country: string | null;
|
|
1369
|
-
state: string | null;
|
|
1370
1365
|
city: string | null;
|
|
1366
|
+
state: string | null;
|
|
1367
|
+
country: string | null;
|
|
1368
|
+
text: string | null;
|
|
1369
|
+
countryCode: string | null;
|
|
1371
1370
|
} | null;
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
name: string | null;
|
|
1375
|
-
}[] | null;
|
|
1376
|
-
firstName: string | null;
|
|
1377
|
-
lastName: string | null;
|
|
1371
|
+
photo: string | null;
|
|
1372
|
+
verified: boolean | null;
|
|
1378
1373
|
publicIdentifier: string | null;
|
|
1379
1374
|
linkedinUrl: string | null;
|
|
1375
|
+
firstName: string | null;
|
|
1376
|
+
lastName: string | null;
|
|
1380
1377
|
about: string | null;
|
|
1381
1378
|
openToWork: boolean | null;
|
|
1382
1379
|
hiring: boolean | null;
|
|
@@ -1388,9 +1385,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1388
1385
|
currentPosition: {
|
|
1389
1386
|
companyName: string | null;
|
|
1390
1387
|
}[] | null;
|
|
1388
|
+
skills: {
|
|
1389
|
+
name: string | null;
|
|
1390
|
+
}[] | null;
|
|
1391
1391
|
experience: {
|
|
1392
|
-
duration: string | null;
|
|
1393
1392
|
description: string | null;
|
|
1393
|
+
duration: string | null;
|
|
1394
1394
|
location: string | null;
|
|
1395
1395
|
companyName: string | null;
|
|
1396
1396
|
companyLinkedinUrl: string | null;
|
|
@@ -1769,6 +1769,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1769
1769
|
thumbnail: string | null;
|
|
1770
1770
|
}>>;
|
|
1771
1771
|
}, "strip", z.ZodTypeAny, {
|
|
1772
|
+
url: string | null;
|
|
1773
|
+
text: string | null;
|
|
1774
|
+
urn: string | null;
|
|
1775
|
+
author: {
|
|
1776
|
+
username: string | null;
|
|
1777
|
+
headline: string | null;
|
|
1778
|
+
firstName: string | null;
|
|
1779
|
+
lastName: string | null;
|
|
1780
|
+
profileUrl: string | null;
|
|
1781
|
+
profilePicture: string | null;
|
|
1782
|
+
} | null;
|
|
1772
1783
|
stats: {
|
|
1773
1784
|
like: number | null;
|
|
1774
1785
|
support: number | null;
|
|
@@ -1780,17 +1791,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1780
1791
|
reposts: number | null;
|
|
1781
1792
|
totalReactions: number | null;
|
|
1782
1793
|
} | null;
|
|
1783
|
-
text: string | null;
|
|
1784
|
-
url: string | null;
|
|
1785
|
-
urn: string | null;
|
|
1786
|
-
author: {
|
|
1787
|
-
username: string | null;
|
|
1788
|
-
headline: string | null;
|
|
1789
|
-
firstName: string | null;
|
|
1790
|
-
lastName: string | null;
|
|
1791
|
-
profileUrl: string | null;
|
|
1792
|
-
profilePicture: string | null;
|
|
1793
|
-
} | null;
|
|
1794
1794
|
media: {
|
|
1795
1795
|
type: string | null;
|
|
1796
1796
|
url: string | null;
|
|
@@ -1808,6 +1808,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1808
1808
|
} | null;
|
|
1809
1809
|
postType: string | null;
|
|
1810
1810
|
}, {
|
|
1811
|
+
url: string | null;
|
|
1812
|
+
text: string | null;
|
|
1813
|
+
urn: string | null;
|
|
1814
|
+
author: {
|
|
1815
|
+
username: string | null;
|
|
1816
|
+
headline: string | null;
|
|
1817
|
+
firstName: string | null;
|
|
1818
|
+
lastName: string | null;
|
|
1819
|
+
profileUrl: string | null;
|
|
1820
|
+
profilePicture: string | null;
|
|
1821
|
+
} | null;
|
|
1811
1822
|
stats: {
|
|
1812
1823
|
like: number | null;
|
|
1813
1824
|
support: number | null;
|
|
@@ -1819,17 +1830,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1819
1830
|
reposts: number | null;
|
|
1820
1831
|
totalReactions: number | null;
|
|
1821
1832
|
} | null;
|
|
1822
|
-
text: string | null;
|
|
1823
|
-
url: string | null;
|
|
1824
|
-
urn: string | null;
|
|
1825
|
-
author: {
|
|
1826
|
-
username: string | null;
|
|
1827
|
-
headline: string | null;
|
|
1828
|
-
firstName: string | null;
|
|
1829
|
-
lastName: string | null;
|
|
1830
|
-
profileUrl: string | null;
|
|
1831
|
-
profilePicture: string | null;
|
|
1832
|
-
} | null;
|
|
1833
1833
|
media: {
|
|
1834
1834
|
type: string | null;
|
|
1835
1835
|
url: string | null;
|
|
@@ -1848,19 +1848,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1848
1848
|
postType: string | null;
|
|
1849
1849
|
}>>;
|
|
1850
1850
|
}, "strip", z.ZodTypeAny, {
|
|
1851
|
-
stats: {
|
|
1852
|
-
like: number | null;
|
|
1853
|
-
support: number | null;
|
|
1854
|
-
love: number | null;
|
|
1855
|
-
insight: number | null;
|
|
1856
|
-
celebrate: number | null;
|
|
1857
|
-
funny: number | null;
|
|
1858
|
-
comments: number | null;
|
|
1859
|
-
reposts: number | null;
|
|
1860
|
-
totalReactions: number | null;
|
|
1861
|
-
} | null;
|
|
1862
|
-
text: string | null;
|
|
1863
1851
|
url: string | null;
|
|
1852
|
+
text: string | null;
|
|
1864
1853
|
document: {
|
|
1865
1854
|
title: string | null;
|
|
1866
1855
|
url: string | null;
|
|
@@ -1876,6 +1865,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1876
1865
|
profileUrl: string | null;
|
|
1877
1866
|
profilePicture: string | null;
|
|
1878
1867
|
} | null;
|
|
1868
|
+
stats: {
|
|
1869
|
+
like: number | null;
|
|
1870
|
+
support: number | null;
|
|
1871
|
+
love: number | null;
|
|
1872
|
+
insight: number | null;
|
|
1873
|
+
celebrate: number | null;
|
|
1874
|
+
funny: number | null;
|
|
1875
|
+
comments: number | null;
|
|
1876
|
+
reposts: number | null;
|
|
1877
|
+
totalReactions: number | null;
|
|
1878
|
+
} | null;
|
|
1879
1879
|
media: {
|
|
1880
1880
|
type: string | null;
|
|
1881
1881
|
url: string | null;
|
|
@@ -1900,6 +1900,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1900
1900
|
fullUrn: string | null;
|
|
1901
1901
|
postType: string | null;
|
|
1902
1902
|
resharedPost: {
|
|
1903
|
+
url: string | null;
|
|
1904
|
+
text: string | null;
|
|
1905
|
+
urn: string | null;
|
|
1906
|
+
author: {
|
|
1907
|
+
username: string | null;
|
|
1908
|
+
headline: string | null;
|
|
1909
|
+
firstName: string | null;
|
|
1910
|
+
lastName: string | null;
|
|
1911
|
+
profileUrl: string | null;
|
|
1912
|
+
profilePicture: string | null;
|
|
1913
|
+
} | null;
|
|
1903
1914
|
stats: {
|
|
1904
1915
|
like: number | null;
|
|
1905
1916
|
support: number | null;
|
|
@@ -1911,17 +1922,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1911
1922
|
reposts: number | null;
|
|
1912
1923
|
totalReactions: number | null;
|
|
1913
1924
|
} | null;
|
|
1914
|
-
text: string | null;
|
|
1915
|
-
url: string | null;
|
|
1916
|
-
urn: string | null;
|
|
1917
|
-
author: {
|
|
1918
|
-
username: string | null;
|
|
1919
|
-
headline: string | null;
|
|
1920
|
-
firstName: string | null;
|
|
1921
|
-
lastName: string | null;
|
|
1922
|
-
profileUrl: string | null;
|
|
1923
|
-
profilePicture: string | null;
|
|
1924
|
-
} | null;
|
|
1925
1925
|
media: {
|
|
1926
1926
|
type: string | null;
|
|
1927
1927
|
url: string | null;
|
|
@@ -1940,19 +1940,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1940
1940
|
postType: string | null;
|
|
1941
1941
|
} | null;
|
|
1942
1942
|
}, {
|
|
1943
|
-
stats: {
|
|
1944
|
-
like: number | null;
|
|
1945
|
-
support: number | null;
|
|
1946
|
-
love: number | null;
|
|
1947
|
-
insight: number | null;
|
|
1948
|
-
celebrate: number | null;
|
|
1949
|
-
funny: number | null;
|
|
1950
|
-
comments: number | null;
|
|
1951
|
-
reposts: number | null;
|
|
1952
|
-
totalReactions: number | null;
|
|
1953
|
-
} | null;
|
|
1954
|
-
text: string | null;
|
|
1955
1943
|
url: string | null;
|
|
1944
|
+
text: string | null;
|
|
1956
1945
|
document: {
|
|
1957
1946
|
title: string | null;
|
|
1958
1947
|
url: string | null;
|
|
@@ -1968,6 +1957,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1968
1957
|
profileUrl: string | null;
|
|
1969
1958
|
profilePicture: string | null;
|
|
1970
1959
|
} | null;
|
|
1960
|
+
stats: {
|
|
1961
|
+
like: number | null;
|
|
1962
|
+
support: number | null;
|
|
1963
|
+
love: number | null;
|
|
1964
|
+
insight: number | null;
|
|
1965
|
+
celebrate: number | null;
|
|
1966
|
+
funny: number | null;
|
|
1967
|
+
comments: number | null;
|
|
1968
|
+
reposts: number | null;
|
|
1969
|
+
totalReactions: number | null;
|
|
1970
|
+
} | null;
|
|
1971
1971
|
media: {
|
|
1972
1972
|
type: string | null;
|
|
1973
1973
|
url: string | null;
|
|
@@ -1992,6 +1992,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1992
1992
|
fullUrn: string | null;
|
|
1993
1993
|
postType: string | null;
|
|
1994
1994
|
resharedPost: {
|
|
1995
|
+
url: string | null;
|
|
1996
|
+
text: string | null;
|
|
1997
|
+
urn: string | null;
|
|
1998
|
+
author: {
|
|
1999
|
+
username: string | null;
|
|
2000
|
+
headline: string | null;
|
|
2001
|
+
firstName: string | null;
|
|
2002
|
+
lastName: string | null;
|
|
2003
|
+
profileUrl: string | null;
|
|
2004
|
+
profilePicture: string | null;
|
|
2005
|
+
} | null;
|
|
1995
2006
|
stats: {
|
|
1996
2007
|
like: number | null;
|
|
1997
2008
|
support: number | null;
|
|
@@ -2003,17 +2014,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2003
2014
|
reposts: number | null;
|
|
2004
2015
|
totalReactions: number | null;
|
|
2005
2016
|
} | null;
|
|
2006
|
-
text: string | null;
|
|
2007
|
-
url: string | null;
|
|
2008
|
-
urn: string | null;
|
|
2009
|
-
author: {
|
|
2010
|
-
username: string | null;
|
|
2011
|
-
headline: string | null;
|
|
2012
|
-
firstName: string | null;
|
|
2013
|
-
lastName: string | null;
|
|
2014
|
-
profileUrl: string | null;
|
|
2015
|
-
profilePicture: string | null;
|
|
2016
|
-
} | null;
|
|
2017
2017
|
media: {
|
|
2018
2018
|
type: string | null;
|
|
2019
2019
|
url: string | null;
|
|
@@ -2041,23 +2041,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2041
2041
|
success: z.ZodBoolean;
|
|
2042
2042
|
error: z.ZodString;
|
|
2043
2043
|
}, "strip", z.ZodTypeAny, {
|
|
2044
|
-
error: string;
|
|
2045
|
-
success: boolean;
|
|
2046
2044
|
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2045
|
+
success: boolean;
|
|
2046
|
+
error: string;
|
|
2047
2047
|
posts: {
|
|
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
|
-
text: string | null;
|
|
2060
2048
|
url: string | null;
|
|
2049
|
+
text: string | null;
|
|
2061
2050
|
document: {
|
|
2062
2051
|
title: string | null;
|
|
2063
2052
|
url: string | null;
|
|
@@ -2073,6 +2062,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2073
2062
|
profileUrl: string | null;
|
|
2074
2063
|
profilePicture: string | null;
|
|
2075
2064
|
} | null;
|
|
2065
|
+
stats: {
|
|
2066
|
+
like: number | null;
|
|
2067
|
+
support: number | null;
|
|
2068
|
+
love: number | null;
|
|
2069
|
+
insight: number | null;
|
|
2070
|
+
celebrate: number | null;
|
|
2071
|
+
funny: number | null;
|
|
2072
|
+
comments: number | null;
|
|
2073
|
+
reposts: number | null;
|
|
2074
|
+
totalReactions: number | null;
|
|
2075
|
+
} | null;
|
|
2076
2076
|
media: {
|
|
2077
2077
|
type: string | null;
|
|
2078
2078
|
url: string | null;
|
|
@@ -2097,6 +2097,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2097
2097
|
fullUrn: string | null;
|
|
2098
2098
|
postType: string | null;
|
|
2099
2099
|
resharedPost: {
|
|
2100
|
+
url: string | null;
|
|
2101
|
+
text: string | null;
|
|
2102
|
+
urn: string | null;
|
|
2103
|
+
author: {
|
|
2104
|
+
username: string | null;
|
|
2105
|
+
headline: string | null;
|
|
2106
|
+
firstName: string | null;
|
|
2107
|
+
lastName: string | null;
|
|
2108
|
+
profileUrl: string | null;
|
|
2109
|
+
profilePicture: string | null;
|
|
2110
|
+
} | null;
|
|
2100
2111
|
stats: {
|
|
2101
2112
|
like: number | null;
|
|
2102
2113
|
support: number | null;
|
|
@@ -2108,17 +2119,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2108
2119
|
reposts: number | null;
|
|
2109
2120
|
totalReactions: number | null;
|
|
2110
2121
|
} | null;
|
|
2111
|
-
text: string | null;
|
|
2112
|
-
url: string | null;
|
|
2113
|
-
urn: string | null;
|
|
2114
|
-
author: {
|
|
2115
|
-
username: string | null;
|
|
2116
|
-
headline: string | null;
|
|
2117
|
-
firstName: string | null;
|
|
2118
|
-
lastName: string | null;
|
|
2119
|
-
profileUrl: string | null;
|
|
2120
|
-
profilePicture: string | null;
|
|
2121
|
-
} | null;
|
|
2122
2122
|
media: {
|
|
2123
2123
|
type: string | null;
|
|
2124
2124
|
url: string | null;
|
|
@@ -2138,25 +2138,23 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2138
2138
|
} | null;
|
|
2139
2139
|
}[];
|
|
2140
2140
|
totalPosts: number;
|
|
2141
|
+
username?: string | undefined;
|
|
2141
2142
|
profile?: {
|
|
2142
2143
|
id: string | null;
|
|
2143
|
-
|
|
2144
|
-
verified: boolean | null;
|
|
2144
|
+
headline: string | null;
|
|
2145
2145
|
location: {
|
|
2146
|
+
city: string | null;
|
|
2147
|
+
state: string | null;
|
|
2148
|
+
country: string | null;
|
|
2146
2149
|
text: string | null;
|
|
2147
2150
|
countryCode: string | null;
|
|
2148
|
-
country: string | null;
|
|
2149
|
-
state: string | null;
|
|
2150
|
-
city: string | null;
|
|
2151
2151
|
} | null;
|
|
2152
|
-
|
|
2153
|
-
|
|
2154
|
-
name: string | null;
|
|
2155
|
-
}[] | null;
|
|
2156
|
-
firstName: string | null;
|
|
2157
|
-
lastName: string | null;
|
|
2152
|
+
photo: string | null;
|
|
2153
|
+
verified: boolean | null;
|
|
2158
2154
|
publicIdentifier: string | null;
|
|
2159
2155
|
linkedinUrl: string | null;
|
|
2156
|
+
firstName: string | null;
|
|
2157
|
+
lastName: string | null;
|
|
2160
2158
|
about: string | null;
|
|
2161
2159
|
openToWork: boolean | null;
|
|
2162
2160
|
hiring: boolean | null;
|
|
@@ -2168,9 +2166,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2168
2166
|
currentPosition: {
|
|
2169
2167
|
companyName: string | null;
|
|
2170
2168
|
}[] | null;
|
|
2169
|
+
skills: {
|
|
2170
|
+
name: string | null;
|
|
2171
|
+
}[] | null;
|
|
2171
2172
|
experience: {
|
|
2172
|
-
duration: string | null;
|
|
2173
2173
|
description: string | null;
|
|
2174
|
+
duration: string | null;
|
|
2174
2175
|
location: string | null;
|
|
2175
2176
|
companyName: string | null;
|
|
2176
2177
|
companyLinkedinUrl: string | null;
|
|
@@ -2216,7 +2217,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2216
2217
|
proficiency: string | null;
|
|
2217
2218
|
}[] | null;
|
|
2218
2219
|
} | null | undefined;
|
|
2219
|
-
username?: string | undefined;
|
|
2220
2220
|
keyword?: string | undefined;
|
|
2221
2221
|
jobs?: {
|
|
2222
2222
|
description: string | null;
|
|
@@ -2245,23 +2245,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2245
2245
|
paginationToken?: string | null | undefined;
|
|
2246
2246
|
hasNextPage?: boolean | null | undefined;
|
|
2247
2247
|
}, {
|
|
2248
|
-
error: string;
|
|
2249
|
-
success: boolean;
|
|
2250
2248
|
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2249
|
+
success: boolean;
|
|
2250
|
+
error: string;
|
|
2251
2251
|
posts: {
|
|
2252
|
-
stats: {
|
|
2253
|
-
like: number | null;
|
|
2254
|
-
support: number | null;
|
|
2255
|
-
love: number | null;
|
|
2256
|
-
insight: number | null;
|
|
2257
|
-
celebrate: number | null;
|
|
2258
|
-
funny: number | null;
|
|
2259
|
-
comments: number | null;
|
|
2260
|
-
reposts: number | null;
|
|
2261
|
-
totalReactions: number | null;
|
|
2262
|
-
} | null;
|
|
2263
|
-
text: string | null;
|
|
2264
2252
|
url: string | null;
|
|
2253
|
+
text: string | null;
|
|
2265
2254
|
document: {
|
|
2266
2255
|
title: string | null;
|
|
2267
2256
|
url: string | null;
|
|
@@ -2277,11 +2266,22 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2277
2266
|
profileUrl: string | null;
|
|
2278
2267
|
profilePicture: string | null;
|
|
2279
2268
|
} | null;
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2269
|
+
stats: {
|
|
2270
|
+
like: number | null;
|
|
2271
|
+
support: number | null;
|
|
2272
|
+
love: number | null;
|
|
2273
|
+
insight: number | null;
|
|
2274
|
+
celebrate: number | null;
|
|
2275
|
+
funny: number | null;
|
|
2276
|
+
comments: number | null;
|
|
2277
|
+
reposts: number | null;
|
|
2278
|
+
totalReactions: number | null;
|
|
2279
|
+
} | null;
|
|
2280
|
+
media: {
|
|
2281
|
+
type: string | null;
|
|
2282
|
+
url: string | null;
|
|
2283
|
+
images: {
|
|
2284
|
+
url: string | null;
|
|
2285
2285
|
width: number | null;
|
|
2286
2286
|
height: number | null;
|
|
2287
2287
|
}[] | null;
|
|
@@ -2301,6 +2301,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2301
2301
|
fullUrn: string | null;
|
|
2302
2302
|
postType: string | null;
|
|
2303
2303
|
resharedPost: {
|
|
2304
|
+
url: string | null;
|
|
2305
|
+
text: string | null;
|
|
2306
|
+
urn: string | null;
|
|
2307
|
+
author: {
|
|
2308
|
+
username: string | null;
|
|
2309
|
+
headline: string | null;
|
|
2310
|
+
firstName: string | null;
|
|
2311
|
+
lastName: string | null;
|
|
2312
|
+
profileUrl: string | null;
|
|
2313
|
+
profilePicture: string | null;
|
|
2314
|
+
} | null;
|
|
2304
2315
|
stats: {
|
|
2305
2316
|
like: number | null;
|
|
2306
2317
|
support: number | null;
|
|
@@ -2312,17 +2323,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2312
2323
|
reposts: number | null;
|
|
2313
2324
|
totalReactions: number | null;
|
|
2314
2325
|
} | null;
|
|
2315
|
-
text: string | null;
|
|
2316
|
-
url: string | null;
|
|
2317
|
-
urn: string | null;
|
|
2318
|
-
author: {
|
|
2319
|
-
username: string | null;
|
|
2320
|
-
headline: string | null;
|
|
2321
|
-
firstName: string | null;
|
|
2322
|
-
lastName: string | null;
|
|
2323
|
-
profileUrl: string | null;
|
|
2324
|
-
profilePicture: string | null;
|
|
2325
|
-
} | null;
|
|
2326
2326
|
media: {
|
|
2327
2327
|
type: string | null;
|
|
2328
2328
|
url: string | null;
|
|
@@ -2342,25 +2342,23 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2342
2342
|
} | null;
|
|
2343
2343
|
}[];
|
|
2344
2344
|
totalPosts: number;
|
|
2345
|
+
username?: string | undefined;
|
|
2345
2346
|
profile?: {
|
|
2346
2347
|
id: string | null;
|
|
2347
|
-
|
|
2348
|
-
verified: boolean | null;
|
|
2348
|
+
headline: string | null;
|
|
2349
2349
|
location: {
|
|
2350
|
+
city: string | null;
|
|
2351
|
+
state: string | null;
|
|
2352
|
+
country: string | null;
|
|
2350
2353
|
text: string | null;
|
|
2351
2354
|
countryCode: string | null;
|
|
2352
|
-
country: string | null;
|
|
2353
|
-
state: string | null;
|
|
2354
|
-
city: string | null;
|
|
2355
2355
|
} | null;
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
name: string | null;
|
|
2359
|
-
}[] | null;
|
|
2360
|
-
firstName: string | null;
|
|
2361
|
-
lastName: string | null;
|
|
2356
|
+
photo: string | null;
|
|
2357
|
+
verified: boolean | null;
|
|
2362
2358
|
publicIdentifier: string | null;
|
|
2363
2359
|
linkedinUrl: string | null;
|
|
2360
|
+
firstName: string | null;
|
|
2361
|
+
lastName: string | null;
|
|
2364
2362
|
about: string | null;
|
|
2365
2363
|
openToWork: boolean | null;
|
|
2366
2364
|
hiring: boolean | null;
|
|
@@ -2372,9 +2370,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2372
2370
|
currentPosition: {
|
|
2373
2371
|
companyName: string | null;
|
|
2374
2372
|
}[] | null;
|
|
2373
|
+
skills: {
|
|
2374
|
+
name: string | null;
|
|
2375
|
+
}[] | null;
|
|
2375
2376
|
experience: {
|
|
2376
|
-
duration: string | null;
|
|
2377
2377
|
description: string | null;
|
|
2378
|
+
duration: string | null;
|
|
2378
2379
|
location: string | null;
|
|
2379
2380
|
companyName: string | null;
|
|
2380
2381
|
companyLinkedinUrl: string | null;
|
|
@@ -2420,7 +2421,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2420
2421
|
proficiency: string | null;
|
|
2421
2422
|
}[] | null;
|
|
2422
2423
|
} | null | undefined;
|
|
2423
|
-
username?: string | undefined;
|
|
2424
2424
|
keyword?: string | undefined;
|
|
2425
2425
|
jobs?: {
|
|
2426
2426
|
description: string | null;
|
|
@@ -2490,28 +2490,28 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2490
2490
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
2491
2491
|
}, "strip", z.ZodTypeAny, {
|
|
2492
2492
|
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2493
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2494
2493
|
username?: string | undefined;
|
|
2494
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2495
|
+
location?: string | undefined;
|
|
2495
2496
|
limit?: number | undefined;
|
|
2496
2497
|
pageNumber?: number | undefined;
|
|
2497
|
-
location?: string | undefined;
|
|
2498
2498
|
keyword?: string | undefined;
|
|
2499
|
-
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
2500
2499
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
2500
|
+
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
2501
2501
|
profileUrl?: string | undefined;
|
|
2502
2502
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
2503
2503
|
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
2504
2504
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
2505
2505
|
}, {
|
|
2506
2506
|
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2507
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2508
2507
|
username?: string | undefined;
|
|
2508
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
2509
|
+
location?: string | undefined;
|
|
2509
2510
|
limit?: number | undefined;
|
|
2510
2511
|
pageNumber?: number | undefined;
|
|
2511
|
-
location?: string | undefined;
|
|
2512
2512
|
keyword?: string | undefined;
|
|
2513
|
-
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
2514
2513
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
2514
|
+
workplaceType?: ("on-site" | "remote" | "hybrid")[] | undefined;
|
|
2515
2515
|
profileUrl?: string | undefined;
|
|
2516
2516
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
2517
2517
|
experienceLevel?: ("executive" | "associate" | "internship" | "entry-level" | "mid-senior" | "director")[] | undefined;
|
|
@@ -2539,17 +2539,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2539
2539
|
state: z.ZodNullable<z.ZodString>;
|
|
2540
2540
|
city: z.ZodNullable<z.ZodString>;
|
|
2541
2541
|
}, "strip", z.ZodTypeAny, {
|
|
2542
|
+
city: string | null;
|
|
2543
|
+
state: string | null;
|
|
2544
|
+
country: string | null;
|
|
2542
2545
|
text: string | null;
|
|
2543
2546
|
countryCode: string | null;
|
|
2544
|
-
country: string | null;
|
|
2545
|
-
state: string | null;
|
|
2546
|
-
city: string | null;
|
|
2547
2547
|
}, {
|
|
2548
|
+
city: string | null;
|
|
2549
|
+
state: string | null;
|
|
2550
|
+
country: string | null;
|
|
2548
2551
|
text: string | null;
|
|
2549
2552
|
countryCode: string | null;
|
|
2550
|
-
country: string | null;
|
|
2551
|
-
state: string | null;
|
|
2552
|
-
city: string | null;
|
|
2553
2553
|
}>>;
|
|
2554
2554
|
verified: z.ZodNullable<z.ZodBoolean>;
|
|
2555
2555
|
topSkills: z.ZodNullable<z.ZodString>;
|
|
@@ -2599,8 +2599,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2599
2599
|
month: string | null;
|
|
2600
2600
|
}>>;
|
|
2601
2601
|
}, "strip", z.ZodTypeAny, {
|
|
2602
|
-
duration: string | null;
|
|
2603
2602
|
description: string | null;
|
|
2603
|
+
duration: string | null;
|
|
2604
2604
|
location: string | null;
|
|
2605
2605
|
companyName: string | null;
|
|
2606
2606
|
companyLinkedinUrl: string | null;
|
|
@@ -2619,8 +2619,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2619
2619
|
month: string | null;
|
|
2620
2620
|
} | null;
|
|
2621
2621
|
}, {
|
|
2622
|
-
duration: string | null;
|
|
2623
2622
|
description: string | null;
|
|
2623
|
+
duration: string | null;
|
|
2624
2624
|
location: string | null;
|
|
2625
2625
|
companyName: string | null;
|
|
2626
2626
|
companyLinkedinUrl: string | null;
|
|
@@ -2736,23 +2736,20 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2736
2736
|
}>, "many">>;
|
|
2737
2737
|
}, "strip", z.ZodTypeAny, {
|
|
2738
2738
|
id: string | null;
|
|
2739
|
-
|
|
2740
|
-
verified: boolean | null;
|
|
2739
|
+
headline: string | null;
|
|
2741
2740
|
location: {
|
|
2741
|
+
city: string | null;
|
|
2742
|
+
state: string | null;
|
|
2743
|
+
country: string | null;
|
|
2742
2744
|
text: string | null;
|
|
2743
2745
|
countryCode: string | null;
|
|
2744
|
-
country: string | null;
|
|
2745
|
-
state: string | null;
|
|
2746
|
-
city: string | null;
|
|
2747
2746
|
} | null;
|
|
2748
|
-
|
|
2749
|
-
|
|
2750
|
-
name: string | null;
|
|
2751
|
-
}[] | null;
|
|
2752
|
-
firstName: string | null;
|
|
2753
|
-
lastName: string | null;
|
|
2747
|
+
photo: string | null;
|
|
2748
|
+
verified: boolean | null;
|
|
2754
2749
|
publicIdentifier: string | null;
|
|
2755
2750
|
linkedinUrl: string | null;
|
|
2751
|
+
firstName: string | null;
|
|
2752
|
+
lastName: string | null;
|
|
2756
2753
|
about: string | null;
|
|
2757
2754
|
openToWork: boolean | null;
|
|
2758
2755
|
hiring: boolean | null;
|
|
@@ -2764,9 +2761,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2764
2761
|
currentPosition: {
|
|
2765
2762
|
companyName: string | null;
|
|
2766
2763
|
}[] | null;
|
|
2764
|
+
skills: {
|
|
2765
|
+
name: string | null;
|
|
2766
|
+
}[] | null;
|
|
2767
2767
|
experience: {
|
|
2768
|
-
duration: string | null;
|
|
2769
2768
|
description: string | null;
|
|
2769
|
+
duration: string | null;
|
|
2770
2770
|
location: string | null;
|
|
2771
2771
|
companyName: string | null;
|
|
2772
2772
|
companyLinkedinUrl: string | null;
|
|
@@ -2813,23 +2813,20 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2813
2813
|
}[] | null;
|
|
2814
2814
|
}, {
|
|
2815
2815
|
id: string | null;
|
|
2816
|
-
|
|
2817
|
-
verified: boolean | null;
|
|
2816
|
+
headline: string | null;
|
|
2818
2817
|
location: {
|
|
2818
|
+
city: string | null;
|
|
2819
|
+
state: string | null;
|
|
2820
|
+
country: string | null;
|
|
2819
2821
|
text: string | null;
|
|
2820
2822
|
countryCode: string | null;
|
|
2821
|
-
country: string | null;
|
|
2822
|
-
state: string | null;
|
|
2823
|
-
city: string | null;
|
|
2824
2823
|
} | null;
|
|
2825
|
-
|
|
2826
|
-
|
|
2827
|
-
name: string | null;
|
|
2828
|
-
}[] | null;
|
|
2829
|
-
firstName: string | null;
|
|
2830
|
-
lastName: string | null;
|
|
2824
|
+
photo: string | null;
|
|
2825
|
+
verified: boolean | null;
|
|
2831
2826
|
publicIdentifier: string | null;
|
|
2832
2827
|
linkedinUrl: string | null;
|
|
2828
|
+
firstName: string | null;
|
|
2829
|
+
lastName: string | null;
|
|
2833
2830
|
about: string | null;
|
|
2834
2831
|
openToWork: boolean | null;
|
|
2835
2832
|
hiring: boolean | null;
|
|
@@ -2841,9 +2838,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2841
2838
|
currentPosition: {
|
|
2842
2839
|
companyName: string | null;
|
|
2843
2840
|
}[] | null;
|
|
2841
|
+
skills: {
|
|
2842
|
+
name: string | null;
|
|
2843
|
+
}[] | null;
|
|
2844
2844
|
experience: {
|
|
2845
|
-
duration: string | null;
|
|
2846
2845
|
description: string | null;
|
|
2846
|
+
duration: string | null;
|
|
2847
2847
|
location: string | null;
|
|
2848
2848
|
companyName: string | null;
|
|
2849
2849
|
companyLinkedinUrl: string | null;
|
|
@@ -3222,6 +3222,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3222
3222
|
thumbnail: string | null;
|
|
3223
3223
|
}>>;
|
|
3224
3224
|
}, "strip", z.ZodTypeAny, {
|
|
3225
|
+
url: string | null;
|
|
3226
|
+
text: string | null;
|
|
3227
|
+
urn: string | null;
|
|
3228
|
+
author: {
|
|
3229
|
+
username: string | null;
|
|
3230
|
+
headline: string | null;
|
|
3231
|
+
firstName: string | null;
|
|
3232
|
+
lastName: string | null;
|
|
3233
|
+
profileUrl: string | null;
|
|
3234
|
+
profilePicture: string | null;
|
|
3235
|
+
} | null;
|
|
3225
3236
|
stats: {
|
|
3226
3237
|
like: number | null;
|
|
3227
3238
|
support: number | null;
|
|
@@ -3233,17 +3244,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3233
3244
|
reposts: number | null;
|
|
3234
3245
|
totalReactions: number | null;
|
|
3235
3246
|
} | null;
|
|
3236
|
-
text: string | null;
|
|
3237
|
-
url: string | null;
|
|
3238
|
-
urn: string | null;
|
|
3239
|
-
author: {
|
|
3240
|
-
username: string | null;
|
|
3241
|
-
headline: string | null;
|
|
3242
|
-
firstName: string | null;
|
|
3243
|
-
lastName: string | null;
|
|
3244
|
-
profileUrl: string | null;
|
|
3245
|
-
profilePicture: string | null;
|
|
3246
|
-
} | null;
|
|
3247
3247
|
media: {
|
|
3248
3248
|
type: string | null;
|
|
3249
3249
|
url: string | null;
|
|
@@ -3261,6 +3261,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3261
3261
|
} | null;
|
|
3262
3262
|
postType: string | null;
|
|
3263
3263
|
}, {
|
|
3264
|
+
url: string | null;
|
|
3265
|
+
text: string | null;
|
|
3266
|
+
urn: string | null;
|
|
3267
|
+
author: {
|
|
3268
|
+
username: string | null;
|
|
3269
|
+
headline: string | null;
|
|
3270
|
+
firstName: string | null;
|
|
3271
|
+
lastName: string | null;
|
|
3272
|
+
profileUrl: string | null;
|
|
3273
|
+
profilePicture: string | null;
|
|
3274
|
+
} | null;
|
|
3264
3275
|
stats: {
|
|
3265
3276
|
like: number | null;
|
|
3266
3277
|
support: number | null;
|
|
@@ -3272,17 +3283,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3272
3283
|
reposts: number | null;
|
|
3273
3284
|
totalReactions: number | null;
|
|
3274
3285
|
} | null;
|
|
3275
|
-
text: string | null;
|
|
3276
|
-
url: string | null;
|
|
3277
|
-
urn: string | null;
|
|
3278
|
-
author: {
|
|
3279
|
-
username: string | null;
|
|
3280
|
-
headline: string | null;
|
|
3281
|
-
firstName: string | null;
|
|
3282
|
-
lastName: string | null;
|
|
3283
|
-
profileUrl: string | null;
|
|
3284
|
-
profilePicture: string | null;
|
|
3285
|
-
} | null;
|
|
3286
3286
|
media: {
|
|
3287
3287
|
type: string | null;
|
|
3288
3288
|
url: string | null;
|
|
@@ -3301,19 +3301,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3301
3301
|
postType: string | null;
|
|
3302
3302
|
}>>;
|
|
3303
3303
|
}, "strip", z.ZodTypeAny, {
|
|
3304
|
-
stats: {
|
|
3305
|
-
like: number | null;
|
|
3306
|
-
support: number | null;
|
|
3307
|
-
love: number | null;
|
|
3308
|
-
insight: number | null;
|
|
3309
|
-
celebrate: number | null;
|
|
3310
|
-
funny: number | null;
|
|
3311
|
-
comments: number | null;
|
|
3312
|
-
reposts: number | null;
|
|
3313
|
-
totalReactions: number | null;
|
|
3314
|
-
} | null;
|
|
3315
|
-
text: string | null;
|
|
3316
3304
|
url: string | null;
|
|
3305
|
+
text: string | null;
|
|
3317
3306
|
document: {
|
|
3318
3307
|
title: string | null;
|
|
3319
3308
|
url: string | null;
|
|
@@ -3329,6 +3318,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3329
3318
|
profileUrl: string | null;
|
|
3330
3319
|
profilePicture: string | null;
|
|
3331
3320
|
} | null;
|
|
3321
|
+
stats: {
|
|
3322
|
+
like: number | null;
|
|
3323
|
+
support: number | null;
|
|
3324
|
+
love: number | null;
|
|
3325
|
+
insight: number | null;
|
|
3326
|
+
celebrate: number | null;
|
|
3327
|
+
funny: number | null;
|
|
3328
|
+
comments: number | null;
|
|
3329
|
+
reposts: number | null;
|
|
3330
|
+
totalReactions: number | null;
|
|
3331
|
+
} | null;
|
|
3332
3332
|
media: {
|
|
3333
3333
|
type: string | null;
|
|
3334
3334
|
url: string | null;
|
|
@@ -3353,6 +3353,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3353
3353
|
fullUrn: string | null;
|
|
3354
3354
|
postType: string | null;
|
|
3355
3355
|
resharedPost: {
|
|
3356
|
+
url: string | null;
|
|
3357
|
+
text: string | null;
|
|
3358
|
+
urn: string | null;
|
|
3359
|
+
author: {
|
|
3360
|
+
username: string | null;
|
|
3361
|
+
headline: string | null;
|
|
3362
|
+
firstName: string | null;
|
|
3363
|
+
lastName: string | null;
|
|
3364
|
+
profileUrl: string | null;
|
|
3365
|
+
profilePicture: string | null;
|
|
3366
|
+
} | null;
|
|
3356
3367
|
stats: {
|
|
3357
3368
|
like: number | null;
|
|
3358
3369
|
support: number | null;
|
|
@@ -3364,17 +3375,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3364
3375
|
reposts: number | null;
|
|
3365
3376
|
totalReactions: number | null;
|
|
3366
3377
|
} | null;
|
|
3367
|
-
text: string | null;
|
|
3368
|
-
url: string | null;
|
|
3369
|
-
urn: string | null;
|
|
3370
|
-
author: {
|
|
3371
|
-
username: string | null;
|
|
3372
|
-
headline: string | null;
|
|
3373
|
-
firstName: string | null;
|
|
3374
|
-
lastName: string | null;
|
|
3375
|
-
profileUrl: string | null;
|
|
3376
|
-
profilePicture: string | null;
|
|
3377
|
-
} | null;
|
|
3378
3378
|
media: {
|
|
3379
3379
|
type: string | null;
|
|
3380
3380
|
url: string | null;
|
|
@@ -3393,19 +3393,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3393
3393
|
postType: string | null;
|
|
3394
3394
|
} | null;
|
|
3395
3395
|
}, {
|
|
3396
|
-
stats: {
|
|
3397
|
-
like: number | null;
|
|
3398
|
-
support: number | null;
|
|
3399
|
-
love: number | null;
|
|
3400
|
-
insight: number | null;
|
|
3401
|
-
celebrate: number | null;
|
|
3402
|
-
funny: number | null;
|
|
3403
|
-
comments: number | null;
|
|
3404
|
-
reposts: number | null;
|
|
3405
|
-
totalReactions: number | null;
|
|
3406
|
-
} | null;
|
|
3407
|
-
text: string | null;
|
|
3408
3396
|
url: string | null;
|
|
3397
|
+
text: string | null;
|
|
3409
3398
|
document: {
|
|
3410
3399
|
title: string | null;
|
|
3411
3400
|
url: string | null;
|
|
@@ -3421,6 +3410,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3421
3410
|
profileUrl: string | null;
|
|
3422
3411
|
profilePicture: string | null;
|
|
3423
3412
|
} | null;
|
|
3413
|
+
stats: {
|
|
3414
|
+
like: number | null;
|
|
3415
|
+
support: number | null;
|
|
3416
|
+
love: number | null;
|
|
3417
|
+
insight: number | null;
|
|
3418
|
+
celebrate: number | null;
|
|
3419
|
+
funny: number | null;
|
|
3420
|
+
comments: number | null;
|
|
3421
|
+
reposts: number | null;
|
|
3422
|
+
totalReactions: number | null;
|
|
3423
|
+
} | null;
|
|
3424
3424
|
media: {
|
|
3425
3425
|
type: string | null;
|
|
3426
3426
|
url: string | null;
|
|
@@ -3445,6 +3445,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3445
3445
|
fullUrn: string | null;
|
|
3446
3446
|
postType: string | null;
|
|
3447
3447
|
resharedPost: {
|
|
3448
|
+
url: string | null;
|
|
3449
|
+
text: string | null;
|
|
3450
|
+
urn: string | null;
|
|
3451
|
+
author: {
|
|
3452
|
+
username: string | null;
|
|
3453
|
+
headline: string | null;
|
|
3454
|
+
firstName: string | null;
|
|
3455
|
+
lastName: string | null;
|
|
3456
|
+
profileUrl: string | null;
|
|
3457
|
+
profilePicture: string | null;
|
|
3458
|
+
} | null;
|
|
3448
3459
|
stats: {
|
|
3449
3460
|
like: number | null;
|
|
3450
3461
|
support: number | null;
|
|
@@ -3456,17 +3467,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3456
3467
|
reposts: number | null;
|
|
3457
3468
|
totalReactions: number | null;
|
|
3458
3469
|
} | null;
|
|
3459
|
-
text: string | null;
|
|
3460
|
-
url: string | null;
|
|
3461
|
-
urn: string | null;
|
|
3462
|
-
author: {
|
|
3463
|
-
username: string | null;
|
|
3464
|
-
headline: string | null;
|
|
3465
|
-
firstName: string | null;
|
|
3466
|
-
lastName: string | null;
|
|
3467
|
-
profileUrl: string | null;
|
|
3468
|
-
profilePicture: string | null;
|
|
3469
|
-
} | null;
|
|
3470
3470
|
media: {
|
|
3471
3471
|
type: string | null;
|
|
3472
3472
|
url: string | null;
|
|
@@ -3494,23 +3494,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3494
3494
|
success: z.ZodBoolean;
|
|
3495
3495
|
error: z.ZodString;
|
|
3496
3496
|
}, "strip", z.ZodTypeAny, {
|
|
3497
|
-
error: string;
|
|
3498
|
-
success: boolean;
|
|
3499
3497
|
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
3498
|
+
success: boolean;
|
|
3499
|
+
error: string;
|
|
3500
3500
|
posts: {
|
|
3501
|
-
stats: {
|
|
3502
|
-
like: number | null;
|
|
3503
|
-
support: number | null;
|
|
3504
|
-
love: number | null;
|
|
3505
|
-
insight: number | null;
|
|
3506
|
-
celebrate: number | null;
|
|
3507
|
-
funny: number | null;
|
|
3508
|
-
comments: number | null;
|
|
3509
|
-
reposts: number | null;
|
|
3510
|
-
totalReactions: number | null;
|
|
3511
|
-
} | null;
|
|
3512
|
-
text: string | null;
|
|
3513
3501
|
url: string | null;
|
|
3502
|
+
text: string | null;
|
|
3514
3503
|
document: {
|
|
3515
3504
|
title: string | null;
|
|
3516
3505
|
url: string | null;
|
|
@@ -3526,6 +3515,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3526
3515
|
profileUrl: string | null;
|
|
3527
3516
|
profilePicture: string | null;
|
|
3528
3517
|
} | null;
|
|
3518
|
+
stats: {
|
|
3519
|
+
like: number | null;
|
|
3520
|
+
support: number | null;
|
|
3521
|
+
love: number | null;
|
|
3522
|
+
insight: number | null;
|
|
3523
|
+
celebrate: number | null;
|
|
3524
|
+
funny: number | null;
|
|
3525
|
+
comments: number | null;
|
|
3526
|
+
reposts: number | null;
|
|
3527
|
+
totalReactions: number | null;
|
|
3528
|
+
} | null;
|
|
3529
3529
|
media: {
|
|
3530
3530
|
type: string | null;
|
|
3531
3531
|
url: string | null;
|
|
@@ -3550,6 +3550,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3550
3550
|
fullUrn: string | null;
|
|
3551
3551
|
postType: string | null;
|
|
3552
3552
|
resharedPost: {
|
|
3553
|
+
url: string | null;
|
|
3554
|
+
text: string | null;
|
|
3555
|
+
urn: string | null;
|
|
3556
|
+
author: {
|
|
3557
|
+
username: string | null;
|
|
3558
|
+
headline: string | null;
|
|
3559
|
+
firstName: string | null;
|
|
3560
|
+
lastName: string | null;
|
|
3561
|
+
profileUrl: string | null;
|
|
3562
|
+
profilePicture: string | null;
|
|
3563
|
+
} | null;
|
|
3553
3564
|
stats: {
|
|
3554
3565
|
like: number | null;
|
|
3555
3566
|
support: number | null;
|
|
@@ -3561,17 +3572,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3561
3572
|
reposts: number | null;
|
|
3562
3573
|
totalReactions: number | null;
|
|
3563
3574
|
} | null;
|
|
3564
|
-
text: string | null;
|
|
3565
|
-
url: string | null;
|
|
3566
|
-
urn: string | null;
|
|
3567
|
-
author: {
|
|
3568
|
-
username: string | null;
|
|
3569
|
-
headline: string | null;
|
|
3570
|
-
firstName: string | null;
|
|
3571
|
-
lastName: string | null;
|
|
3572
|
-
profileUrl: string | null;
|
|
3573
|
-
profilePicture: string | null;
|
|
3574
|
-
} | null;
|
|
3575
3575
|
media: {
|
|
3576
3576
|
type: string | null;
|
|
3577
3577
|
url: string | null;
|
|
@@ -3591,25 +3591,23 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3591
3591
|
} | null;
|
|
3592
3592
|
}[];
|
|
3593
3593
|
totalPosts: number;
|
|
3594
|
+
username?: string | undefined;
|
|
3594
3595
|
profile?: {
|
|
3595
3596
|
id: string | null;
|
|
3596
|
-
|
|
3597
|
-
verified: boolean | null;
|
|
3597
|
+
headline: string | null;
|
|
3598
3598
|
location: {
|
|
3599
|
+
city: string | null;
|
|
3600
|
+
state: string | null;
|
|
3601
|
+
country: string | null;
|
|
3599
3602
|
text: string | null;
|
|
3600
3603
|
countryCode: string | null;
|
|
3601
|
-
country: string | null;
|
|
3602
|
-
state: string | null;
|
|
3603
|
-
city: string | null;
|
|
3604
3604
|
} | null;
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
name: string | null;
|
|
3608
|
-
}[] | null;
|
|
3609
|
-
firstName: string | null;
|
|
3610
|
-
lastName: string | null;
|
|
3605
|
+
photo: string | null;
|
|
3606
|
+
verified: boolean | null;
|
|
3611
3607
|
publicIdentifier: string | null;
|
|
3612
3608
|
linkedinUrl: string | null;
|
|
3609
|
+
firstName: string | null;
|
|
3610
|
+
lastName: string | null;
|
|
3613
3611
|
about: string | null;
|
|
3614
3612
|
openToWork: boolean | null;
|
|
3615
3613
|
hiring: boolean | null;
|
|
@@ -3621,9 +3619,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3621
3619
|
currentPosition: {
|
|
3622
3620
|
companyName: string | null;
|
|
3623
3621
|
}[] | null;
|
|
3622
|
+
skills: {
|
|
3623
|
+
name: string | null;
|
|
3624
|
+
}[] | null;
|
|
3624
3625
|
experience: {
|
|
3625
|
-
duration: string | null;
|
|
3626
3626
|
description: string | null;
|
|
3627
|
+
duration: string | null;
|
|
3627
3628
|
location: string | null;
|
|
3628
3629
|
companyName: string | null;
|
|
3629
3630
|
companyLinkedinUrl: string | null;
|
|
@@ -3669,7 +3670,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3669
3670
|
proficiency: string | null;
|
|
3670
3671
|
}[] | null;
|
|
3671
3672
|
} | null | undefined;
|
|
3672
|
-
username?: string | undefined;
|
|
3673
3673
|
keyword?: string | undefined;
|
|
3674
3674
|
jobs?: {
|
|
3675
3675
|
description: string | null;
|
|
@@ -3698,23 +3698,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3698
3698
|
paginationToken?: string | null | undefined;
|
|
3699
3699
|
hasNextPage?: boolean | null | undefined;
|
|
3700
3700
|
}, {
|
|
3701
|
-
error: string;
|
|
3702
|
-
success: boolean;
|
|
3703
3701
|
operation: "scrapeProfile" | "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
3702
|
+
success: boolean;
|
|
3703
|
+
error: string;
|
|
3704
3704
|
posts: {
|
|
3705
|
-
stats: {
|
|
3706
|
-
like: number | null;
|
|
3707
|
-
support: number | null;
|
|
3708
|
-
love: number | null;
|
|
3709
|
-
insight: number | null;
|
|
3710
|
-
celebrate: number | null;
|
|
3711
|
-
funny: number | null;
|
|
3712
|
-
comments: number | null;
|
|
3713
|
-
reposts: number | null;
|
|
3714
|
-
totalReactions: number | null;
|
|
3715
|
-
} | null;
|
|
3716
|
-
text: string | null;
|
|
3717
3705
|
url: string | null;
|
|
3706
|
+
text: string | null;
|
|
3718
3707
|
document: {
|
|
3719
3708
|
title: string | null;
|
|
3720
3709
|
url: string | null;
|
|
@@ -3730,6 +3719,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3730
3719
|
profileUrl: string | null;
|
|
3731
3720
|
profilePicture: string | null;
|
|
3732
3721
|
} | null;
|
|
3722
|
+
stats: {
|
|
3723
|
+
like: number | null;
|
|
3724
|
+
support: number | null;
|
|
3725
|
+
love: number | null;
|
|
3726
|
+
insight: number | null;
|
|
3727
|
+
celebrate: number | null;
|
|
3728
|
+
funny: number | null;
|
|
3729
|
+
comments: number | null;
|
|
3730
|
+
reposts: number | null;
|
|
3731
|
+
totalReactions: number | null;
|
|
3732
|
+
} | null;
|
|
3733
3733
|
media: {
|
|
3734
3734
|
type: string | null;
|
|
3735
3735
|
url: string | null;
|
|
@@ -3754,6 +3754,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3754
3754
|
fullUrn: string | null;
|
|
3755
3755
|
postType: string | null;
|
|
3756
3756
|
resharedPost: {
|
|
3757
|
+
url: string | null;
|
|
3758
|
+
text: string | null;
|
|
3759
|
+
urn: string | null;
|
|
3760
|
+
author: {
|
|
3761
|
+
username: string | null;
|
|
3762
|
+
headline: string | null;
|
|
3763
|
+
firstName: string | null;
|
|
3764
|
+
lastName: string | null;
|
|
3765
|
+
profileUrl: string | null;
|
|
3766
|
+
profilePicture: string | null;
|
|
3767
|
+
} | null;
|
|
3757
3768
|
stats: {
|
|
3758
3769
|
like: number | null;
|
|
3759
3770
|
support: number | null;
|
|
@@ -3765,17 +3776,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3765
3776
|
reposts: number | null;
|
|
3766
3777
|
totalReactions: number | null;
|
|
3767
3778
|
} | null;
|
|
3768
|
-
text: string | null;
|
|
3769
|
-
url: string | null;
|
|
3770
|
-
urn: string | null;
|
|
3771
|
-
author: {
|
|
3772
|
-
username: string | null;
|
|
3773
|
-
headline: string | null;
|
|
3774
|
-
firstName: string | null;
|
|
3775
|
-
lastName: string | null;
|
|
3776
|
-
profileUrl: string | null;
|
|
3777
|
-
profilePicture: string | null;
|
|
3778
|
-
} | null;
|
|
3779
3779
|
media: {
|
|
3780
3780
|
type: string | null;
|
|
3781
3781
|
url: string | null;
|
|
@@ -3795,25 +3795,23 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3795
3795
|
} | null;
|
|
3796
3796
|
}[];
|
|
3797
3797
|
totalPosts: number;
|
|
3798
|
+
username?: string | undefined;
|
|
3798
3799
|
profile?: {
|
|
3799
3800
|
id: string | null;
|
|
3800
|
-
|
|
3801
|
-
verified: boolean | null;
|
|
3801
|
+
headline: string | null;
|
|
3802
3802
|
location: {
|
|
3803
|
+
city: string | null;
|
|
3804
|
+
state: string | null;
|
|
3805
|
+
country: string | null;
|
|
3803
3806
|
text: string | null;
|
|
3804
3807
|
countryCode: string | null;
|
|
3805
|
-
country: string | null;
|
|
3806
|
-
state: string | null;
|
|
3807
|
-
city: string | null;
|
|
3808
3808
|
} | null;
|
|
3809
|
-
|
|
3810
|
-
|
|
3811
|
-
name: string | null;
|
|
3812
|
-
}[] | null;
|
|
3813
|
-
firstName: string | null;
|
|
3814
|
-
lastName: string | null;
|
|
3809
|
+
photo: string | null;
|
|
3810
|
+
verified: boolean | null;
|
|
3815
3811
|
publicIdentifier: string | null;
|
|
3816
3812
|
linkedinUrl: string | null;
|
|
3813
|
+
firstName: string | null;
|
|
3814
|
+
lastName: string | null;
|
|
3817
3815
|
about: string | null;
|
|
3818
3816
|
openToWork: boolean | null;
|
|
3819
3817
|
hiring: boolean | null;
|
|
@@ -3825,9 +3823,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3825
3823
|
currentPosition: {
|
|
3826
3824
|
companyName: string | null;
|
|
3827
3825
|
}[] | null;
|
|
3826
|
+
skills: {
|
|
3827
|
+
name: string | null;
|
|
3828
|
+
}[] | null;
|
|
3828
3829
|
experience: {
|
|
3829
|
-
duration: string | null;
|
|
3830
3830
|
description: string | null;
|
|
3831
|
+
duration: string | null;
|
|
3831
3832
|
location: string | null;
|
|
3832
3833
|
companyName: string | null;
|
|
3833
3834
|
companyLinkedinUrl: string | null;
|
|
@@ -3873,7 +3874,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3873
3874
|
proficiency: string | null;
|
|
3874
3875
|
}[] | null;
|
|
3875
3876
|
} | null | undefined;
|
|
3876
|
-
username?: string | undefined;
|
|
3877
3877
|
keyword?: string | undefined;
|
|
3878
3878
|
jobs?: {
|
|
3879
3879
|
description: string | null;
|