@bubblelab/bubble-core 0.1.146 → 0.1.147
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 +76 -76
- package/dist/bubbles/service-bubble/agi-inc.d.ts +28 -28
- package/dist/bubbles/service-bubble/ai-agent.d.ts +60 -60
- package/dist/bubbles/service-bubble/airtable.d.ts +112 -112
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +37 -37
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +21 -21
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +394 -394
- package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +60 -60
- package/dist/bubbles/service-bubble/github.d.ts +210 -210
- package/dist/bubbles/service-bubble/gmail.d.ts +410 -410
- package/dist/bubbles/service-bubble/google-calendar.d.ts +2 -2
- package/dist/bubbles/service-bubble/google-drive.d.ts +48 -48
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
- package/dist/bubbles/service-bubble/jira/jira.d.ts +18 -18
- package/dist/bubbles/service-bubble/notion/notion.d.ts +13738 -9223
- package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.js +55 -2
- package/dist/bubbles/service-bubble/notion/notion.js.map +1 -1
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +504 -504
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +25 -25
- package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +7 -7
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +386 -386
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +108 -108
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +46 -46
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +44 -44
- package/dist/bubbles.json +732 -3
- package/package.json +2 -2
|
@@ -35,23 +35,23 @@ declare const LinkedInStatsSchema: z.ZodObject<{
|
|
|
35
35
|
comments: z.ZodNullable<z.ZodNumber>;
|
|
36
36
|
reposts: z.ZodNullable<z.ZodNumber>;
|
|
37
37
|
}, "strip", z.ZodTypeAny, {
|
|
38
|
+
comments: number | null;
|
|
38
39
|
like: number | null;
|
|
39
40
|
support: number | null;
|
|
40
41
|
love: number | null;
|
|
41
42
|
insight: number | null;
|
|
42
43
|
celebrate: number | null;
|
|
43
44
|
funny: number | null;
|
|
44
|
-
comments: number | null;
|
|
45
45
|
reposts: number | null;
|
|
46
46
|
totalReactions: number | null;
|
|
47
47
|
}, {
|
|
48
|
+
comments: number | null;
|
|
48
49
|
like: number | null;
|
|
49
50
|
support: number | null;
|
|
50
51
|
love: number | null;
|
|
51
52
|
insight: number | null;
|
|
52
53
|
celebrate: number | null;
|
|
53
54
|
funny: number | null;
|
|
54
|
-
comments: number | null;
|
|
55
55
|
reposts: number | null;
|
|
56
56
|
totalReactions: number | null;
|
|
57
57
|
}>;
|
|
@@ -64,12 +64,12 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
64
64
|
timestamp: z.ZodNullable<z.ZodNumber>;
|
|
65
65
|
}, "strip", z.ZodTypeAny, {
|
|
66
66
|
date: string | null;
|
|
67
|
-
relative: string | null;
|
|
68
67
|
timestamp: number | null;
|
|
68
|
+
relative: string | null;
|
|
69
69
|
}, {
|
|
70
70
|
date: string | null;
|
|
71
|
-
relative: string | null;
|
|
72
71
|
timestamp: number | null;
|
|
72
|
+
relative: string | null;
|
|
73
73
|
}>>;
|
|
74
74
|
text: z.ZodNullable<z.ZodString>;
|
|
75
75
|
url: z.ZodNullable<z.ZodString>;
|
|
@@ -107,23 +107,23 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
107
107
|
comments: z.ZodNullable<z.ZodNumber>;
|
|
108
108
|
reposts: z.ZodNullable<z.ZodNumber>;
|
|
109
109
|
}, "strip", z.ZodTypeAny, {
|
|
110
|
+
comments: number | null;
|
|
110
111
|
like: number | null;
|
|
111
112
|
support: number | null;
|
|
112
113
|
love: number | null;
|
|
113
114
|
insight: number | null;
|
|
114
115
|
celebrate: number | null;
|
|
115
116
|
funny: number | null;
|
|
116
|
-
comments: number | null;
|
|
117
117
|
reposts: number | null;
|
|
118
118
|
totalReactions: number | null;
|
|
119
119
|
}, {
|
|
120
|
+
comments: number | null;
|
|
120
121
|
like: number | null;
|
|
121
122
|
support: number | null;
|
|
122
123
|
love: number | null;
|
|
123
124
|
insight: number | null;
|
|
124
125
|
celebrate: number | null;
|
|
125
126
|
funny: number | null;
|
|
126
|
-
comments: number | null;
|
|
127
127
|
reposts: number | null;
|
|
128
128
|
totalReactions: number | null;
|
|
129
129
|
}>>;
|
|
@@ -203,12 +203,12 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
203
203
|
timestamp: z.ZodNullable<z.ZodNumber>;
|
|
204
204
|
}, "strip", z.ZodTypeAny, {
|
|
205
205
|
date: string | null;
|
|
206
|
-
relative: string | null;
|
|
207
206
|
timestamp: number | null;
|
|
207
|
+
relative: string | null;
|
|
208
208
|
}, {
|
|
209
209
|
date: string | null;
|
|
210
|
-
relative: string | null;
|
|
211
210
|
timestamp: number | null;
|
|
211
|
+
relative: string | null;
|
|
212
212
|
}>>;
|
|
213
213
|
text: z.ZodNullable<z.ZodString>;
|
|
214
214
|
url: z.ZodNullable<z.ZodString>;
|
|
@@ -246,23 +246,23 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
246
246
|
comments: z.ZodNullable<z.ZodNumber>;
|
|
247
247
|
reposts: z.ZodNullable<z.ZodNumber>;
|
|
248
248
|
}, "strip", z.ZodTypeAny, {
|
|
249
|
+
comments: number | null;
|
|
249
250
|
like: number | null;
|
|
250
251
|
support: number | null;
|
|
251
252
|
love: number | null;
|
|
252
253
|
insight: number | null;
|
|
253
254
|
celebrate: number | null;
|
|
254
255
|
funny: number | null;
|
|
255
|
-
comments: number | null;
|
|
256
256
|
reposts: number | null;
|
|
257
257
|
totalReactions: number | null;
|
|
258
258
|
}, {
|
|
259
|
+
comments: number | null;
|
|
259
260
|
like: number | null;
|
|
260
261
|
support: number | null;
|
|
261
262
|
love: number | null;
|
|
262
263
|
insight: number | null;
|
|
263
264
|
celebrate: number | null;
|
|
264
265
|
funny: number | null;
|
|
265
|
-
comments: number | null;
|
|
266
266
|
reposts: number | null;
|
|
267
267
|
totalReactions: number | null;
|
|
268
268
|
}>>;
|
|
@@ -305,26 +305,26 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
306
|
url: string | null;
|
|
307
307
|
text: string | null;
|
|
308
|
+
urn: string | null;
|
|
309
|
+
author: {
|
|
310
|
+
username: string | null;
|
|
311
|
+
headline: string | null;
|
|
312
|
+
firstName: string | null;
|
|
313
|
+
lastName: string | null;
|
|
314
|
+
profileUrl: string | null;
|
|
315
|
+
profilePicture: string | null;
|
|
316
|
+
} | null;
|
|
308
317
|
stats: {
|
|
318
|
+
comments: number | null;
|
|
309
319
|
like: number | null;
|
|
310
320
|
support: number | null;
|
|
311
321
|
love: number | null;
|
|
312
322
|
insight: number | null;
|
|
313
323
|
celebrate: number | null;
|
|
314
324
|
funny: number | null;
|
|
315
|
-
comments: number | null;
|
|
316
325
|
reposts: number | null;
|
|
317
326
|
totalReactions: number | null;
|
|
318
327
|
} | null;
|
|
319
|
-
urn: string | null;
|
|
320
|
-
author: {
|
|
321
|
-
username: string | null;
|
|
322
|
-
headline: string | null;
|
|
323
|
-
firstName: string | null;
|
|
324
|
-
lastName: string | null;
|
|
325
|
-
profileUrl: string | null;
|
|
326
|
-
profilePicture: string | null;
|
|
327
|
-
} | null;
|
|
328
328
|
media: {
|
|
329
329
|
type: string | null;
|
|
330
330
|
url: string | null;
|
|
@@ -337,33 +337,33 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
337
337
|
} | null;
|
|
338
338
|
postedAt: {
|
|
339
339
|
date: string | null;
|
|
340
|
-
relative: string | null;
|
|
341
340
|
timestamp: number | null;
|
|
341
|
+
relative: string | null;
|
|
342
342
|
} | null;
|
|
343
343
|
postType: string | null;
|
|
344
344
|
}, {
|
|
345
345
|
url: string | null;
|
|
346
346
|
text: string | null;
|
|
347
|
+
urn: string | null;
|
|
348
|
+
author: {
|
|
349
|
+
username: string | null;
|
|
350
|
+
headline: string | null;
|
|
351
|
+
firstName: string | null;
|
|
352
|
+
lastName: string | null;
|
|
353
|
+
profileUrl: string | null;
|
|
354
|
+
profilePicture: string | null;
|
|
355
|
+
} | null;
|
|
347
356
|
stats: {
|
|
357
|
+
comments: number | null;
|
|
348
358
|
like: number | null;
|
|
349
359
|
support: number | null;
|
|
350
360
|
love: number | null;
|
|
351
361
|
insight: number | null;
|
|
352
362
|
celebrate: number | null;
|
|
353
363
|
funny: number | null;
|
|
354
|
-
comments: number | null;
|
|
355
364
|
reposts: number | null;
|
|
356
365
|
totalReactions: number | null;
|
|
357
366
|
} | null;
|
|
358
|
-
urn: string | null;
|
|
359
|
-
author: {
|
|
360
|
-
username: string | null;
|
|
361
|
-
headline: string | null;
|
|
362
|
-
firstName: string | null;
|
|
363
|
-
lastName: string | null;
|
|
364
|
-
profileUrl: string | null;
|
|
365
|
-
profilePicture: string | null;
|
|
366
|
-
} | null;
|
|
367
367
|
media: {
|
|
368
368
|
type: string | null;
|
|
369
369
|
url: string | null;
|
|
@@ -376,25 +376,14 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
376
376
|
} | null;
|
|
377
377
|
postedAt: {
|
|
378
378
|
date: string | null;
|
|
379
|
-
relative: string | null;
|
|
380
379
|
timestamp: number | null;
|
|
380
|
+
relative: string | null;
|
|
381
381
|
} | null;
|
|
382
382
|
postType: string | null;
|
|
383
383
|
}>>;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
385
|
url: string | null;
|
|
386
386
|
text: string | null;
|
|
387
|
-
stats: {
|
|
388
|
-
like: number | null;
|
|
389
|
-
support: number | null;
|
|
390
|
-
love: number | null;
|
|
391
|
-
insight: number | null;
|
|
392
|
-
celebrate: number | null;
|
|
393
|
-
funny: number | null;
|
|
394
|
-
comments: number | null;
|
|
395
|
-
reposts: number | null;
|
|
396
|
-
totalReactions: number | null;
|
|
397
|
-
} | null;
|
|
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
|
+
comments: number | null;
|
|
404
|
+
like: number | null;
|
|
405
|
+
support: number | null;
|
|
406
|
+
love: number | null;
|
|
407
|
+
insight: number | null;
|
|
408
|
+
celebrate: number | null;
|
|
409
|
+
funny: 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;
|
|
@@ -428,34 +428,34 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
428
428
|
} | null;
|
|
429
429
|
postedAt: {
|
|
430
430
|
date: string | null;
|
|
431
|
-
relative: string | null;
|
|
432
431
|
timestamp: number | null;
|
|
432
|
+
relative: string | null;
|
|
433
433
|
} | null;
|
|
434
434
|
fullUrn: string | null;
|
|
435
435
|
postType: string | null;
|
|
436
436
|
resharedPost: {
|
|
437
437
|
url: string | null;
|
|
438
438
|
text: string | null;
|
|
439
|
+
urn: string | null;
|
|
440
|
+
author: {
|
|
441
|
+
username: string | null;
|
|
442
|
+
headline: string | null;
|
|
443
|
+
firstName: string | null;
|
|
444
|
+
lastName: string | null;
|
|
445
|
+
profileUrl: string | null;
|
|
446
|
+
profilePicture: string | null;
|
|
447
|
+
} | null;
|
|
439
448
|
stats: {
|
|
449
|
+
comments: number | null;
|
|
440
450
|
like: number | null;
|
|
441
451
|
support: number | null;
|
|
442
452
|
love: number | null;
|
|
443
453
|
insight: number | null;
|
|
444
454
|
celebrate: number | null;
|
|
445
455
|
funny: number | null;
|
|
446
|
-
comments: number | null;
|
|
447
456
|
reposts: number | null;
|
|
448
457
|
totalReactions: number | null;
|
|
449
458
|
} | null;
|
|
450
|
-
urn: string | null;
|
|
451
|
-
author: {
|
|
452
|
-
username: string | null;
|
|
453
|
-
headline: string | null;
|
|
454
|
-
firstName: string | null;
|
|
455
|
-
lastName: string | null;
|
|
456
|
-
profileUrl: string | null;
|
|
457
|
-
profilePicture: string | null;
|
|
458
|
-
} | null;
|
|
459
459
|
media: {
|
|
460
460
|
type: string | null;
|
|
461
461
|
url: string | null;
|
|
@@ -468,25 +468,14 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
468
468
|
} | null;
|
|
469
469
|
postedAt: {
|
|
470
470
|
date: string | null;
|
|
471
|
-
relative: string | null;
|
|
472
471
|
timestamp: number | null;
|
|
472
|
+
relative: string | null;
|
|
473
473
|
} | null;
|
|
474
474
|
postType: string | null;
|
|
475
475
|
} | null;
|
|
476
476
|
}, {
|
|
477
477
|
url: string | null;
|
|
478
478
|
text: string | null;
|
|
479
|
-
stats: {
|
|
480
|
-
like: number | null;
|
|
481
|
-
support: number | null;
|
|
482
|
-
love: number | null;
|
|
483
|
-
insight: number | null;
|
|
484
|
-
celebrate: number | null;
|
|
485
|
-
funny: number | null;
|
|
486
|
-
comments: number | null;
|
|
487
|
-
reposts: number | null;
|
|
488
|
-
totalReactions: number | null;
|
|
489
|
-
} | null;
|
|
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
|
+
comments: number | null;
|
|
496
|
+
like: number | null;
|
|
497
|
+
support: number | null;
|
|
498
|
+
love: number | null;
|
|
499
|
+
insight: number | null;
|
|
500
|
+
celebrate: number | null;
|
|
501
|
+
funny: 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;
|
|
@@ -520,34 +520,34 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
520
520
|
} | null;
|
|
521
521
|
postedAt: {
|
|
522
522
|
date: string | null;
|
|
523
|
-
relative: string | null;
|
|
524
523
|
timestamp: number | null;
|
|
524
|
+
relative: string | null;
|
|
525
525
|
} | null;
|
|
526
526
|
fullUrn: string | null;
|
|
527
527
|
postType: string | null;
|
|
528
528
|
resharedPost: {
|
|
529
529
|
url: string | null;
|
|
530
530
|
text: string | null;
|
|
531
|
+
urn: string | null;
|
|
532
|
+
author: {
|
|
533
|
+
username: string | null;
|
|
534
|
+
headline: string | null;
|
|
535
|
+
firstName: string | null;
|
|
536
|
+
lastName: string | null;
|
|
537
|
+
profileUrl: string | null;
|
|
538
|
+
profilePicture: string | null;
|
|
539
|
+
} | null;
|
|
531
540
|
stats: {
|
|
541
|
+
comments: number | null;
|
|
532
542
|
like: number | null;
|
|
533
543
|
support: number | null;
|
|
534
544
|
love: number | null;
|
|
535
545
|
insight: number | null;
|
|
536
546
|
celebrate: number | null;
|
|
537
547
|
funny: number | null;
|
|
538
|
-
comments: number | null;
|
|
539
548
|
reposts: number | null;
|
|
540
549
|
totalReactions: number | null;
|
|
541
550
|
} | null;
|
|
542
|
-
urn: string | null;
|
|
543
|
-
author: {
|
|
544
|
-
username: string | null;
|
|
545
|
-
headline: string | null;
|
|
546
|
-
firstName: string | null;
|
|
547
|
-
lastName: string | null;
|
|
548
|
-
profileUrl: string | null;
|
|
549
|
-
profilePicture: string | null;
|
|
550
|
-
} | null;
|
|
551
551
|
media: {
|
|
552
552
|
type: string | null;
|
|
553
553
|
url: string | null;
|
|
@@ -560,8 +560,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
560
560
|
} | null;
|
|
561
561
|
postedAt: {
|
|
562
562
|
date: string | null;
|
|
563
|
-
relative: string | null;
|
|
564
563
|
timestamp: number | null;
|
|
564
|
+
relative: string | null;
|
|
565
565
|
} | null;
|
|
566
566
|
postType: string | null;
|
|
567
567
|
} | 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>;
|
|
@@ -624,8 +624,8 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
624
624
|
employmentType: string | null;
|
|
625
625
|
skills: string[] | null;
|
|
626
626
|
company: {
|
|
627
|
-
name: string | null;
|
|
628
627
|
url: string | null;
|
|
628
|
+
name: string | null;
|
|
629
629
|
logo: string | null;
|
|
630
630
|
} | null;
|
|
631
631
|
}, {
|
|
@@ -646,8 +646,8 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
646
646
|
employmentType: string | null;
|
|
647
647
|
skills: string[] | null;
|
|
648
648
|
company: {
|
|
649
|
-
name: string | null;
|
|
650
649
|
url: string | null;
|
|
650
|
+
name: string | null;
|
|
651
651
|
logo: string | null;
|
|
652
652
|
} | null;
|
|
653
653
|
}>;
|
|
@@ -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;
|
|
677
674
|
text: string | null;
|
|
678
675
|
countryCode: string | null;
|
|
679
|
-
}, {
|
|
680
|
-
city: string | null;
|
|
681
|
-
state: string | null;
|
|
682
676
|
country: string | null;
|
|
677
|
+
state: string | null;
|
|
678
|
+
city: string | null;
|
|
679
|
+
}, {
|
|
683
680
|
text: string | null;
|
|
684
681
|
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>;
|
|
@@ -871,11 +871,11 @@ declare const LinkedInProfileSchema: z.ZodObject<{
|
|
|
871
871
|
photo: string | null;
|
|
872
872
|
verified: boolean | null;
|
|
873
873
|
location: {
|
|
874
|
-
city: string | null;
|
|
875
|
-
state: string | null;
|
|
876
|
-
country: string | null;
|
|
877
874
|
text: string | null;
|
|
878
875
|
countryCode: string | null;
|
|
876
|
+
country: string | null;
|
|
877
|
+
state: string | null;
|
|
878
|
+
city: string | null;
|
|
879
879
|
} | null;
|
|
880
880
|
headline: string | null;
|
|
881
881
|
publicIdentifier: string | null;
|
|
@@ -948,11 +948,11 @@ declare const LinkedInProfileSchema: z.ZodObject<{
|
|
|
948
948
|
photo: string | null;
|
|
949
949
|
verified: boolean | null;
|
|
950
950
|
location: {
|
|
951
|
-
city: string | null;
|
|
952
|
-
state: string | null;
|
|
953
|
-
country: string | null;
|
|
954
951
|
text: string | null;
|
|
955
952
|
countryCode: string | null;
|
|
953
|
+
country: string | null;
|
|
954
|
+
state: string | null;
|
|
955
|
+
city: string | null;
|
|
956
956
|
} | null;
|
|
957
957
|
headline: string | null;
|
|
958
958
|
publicIdentifier: string | null;
|
|
@@ -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;
|
|
1092
1089
|
text: string | null;
|
|
1093
1090
|
countryCode: string | null;
|
|
1094
|
-
}, {
|
|
1095
|
-
city: string | null;
|
|
1096
|
-
state: string | null;
|
|
1097
1091
|
country: string | null;
|
|
1092
|
+
state: string | null;
|
|
1093
|
+
city: string | null;
|
|
1094
|
+
}, {
|
|
1098
1095
|
text: string | null;
|
|
1099
1096
|
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>;
|
|
@@ -1286,11 +1286,11 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1286
1286
|
photo: string | null;
|
|
1287
1287
|
verified: boolean | null;
|
|
1288
1288
|
location: {
|
|
1289
|
-
city: string | null;
|
|
1290
|
-
state: string | null;
|
|
1291
|
-
country: string | null;
|
|
1292
1289
|
text: string | null;
|
|
1293
1290
|
countryCode: string | null;
|
|
1291
|
+
country: string | null;
|
|
1292
|
+
state: string | null;
|
|
1293
|
+
city: string | null;
|
|
1294
1294
|
} | null;
|
|
1295
1295
|
headline: string | null;
|
|
1296
1296
|
publicIdentifier: string | null;
|
|
@@ -1363,11 +1363,11 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1363
1363
|
photo: string | null;
|
|
1364
1364
|
verified: boolean | null;
|
|
1365
1365
|
location: {
|
|
1366
|
-
city: string | null;
|
|
1367
|
-
state: string | null;
|
|
1368
|
-
country: string | null;
|
|
1369
1366
|
text: string | null;
|
|
1370
1367
|
countryCode: string | null;
|
|
1368
|
+
country: string | null;
|
|
1369
|
+
state: string | null;
|
|
1370
|
+
city: string | null;
|
|
1371
1371
|
} | null;
|
|
1372
1372
|
headline: string | null;
|
|
1373
1373
|
publicIdentifier: string | null;
|
|
@@ -1444,12 +1444,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1444
1444
|
url: z.ZodNullable<z.ZodString>;
|
|
1445
1445
|
logo: z.ZodNullable<z.ZodString>;
|
|
1446
1446
|
}, "strip", z.ZodTypeAny, {
|
|
1447
|
-
name: string | null;
|
|
1448
1447
|
url: string | null;
|
|
1448
|
+
name: string | null;
|
|
1449
1449
|
logo: string | null;
|
|
1450
1450
|
}, {
|
|
1451
|
-
name: string | null;
|
|
1452
1451
|
url: string | null;
|
|
1452
|
+
name: string | null;
|
|
1453
1453
|
logo: string | null;
|
|
1454
1454
|
}>>;
|
|
1455
1455
|
location: z.ZodNullable<z.ZodString>;
|
|
@@ -1494,8 +1494,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1494
1494
|
employmentType: string | null;
|
|
1495
1495
|
skills: string[] | null;
|
|
1496
1496
|
company: {
|
|
1497
|
-
name: string | null;
|
|
1498
1497
|
url: string | null;
|
|
1498
|
+
name: string | null;
|
|
1499
1499
|
logo: string | null;
|
|
1500
1500
|
} | null;
|
|
1501
1501
|
}, {
|
|
@@ -1516,8 +1516,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1516
1516
|
employmentType: string | null;
|
|
1517
1517
|
skills: string[] | null;
|
|
1518
1518
|
company: {
|
|
1519
|
-
name: string | null;
|
|
1520
1519
|
url: string | null;
|
|
1520
|
+
name: string | null;
|
|
1521
1521
|
logo: string | null;
|
|
1522
1522
|
} | null;
|
|
1523
1523
|
}>, "many">>;
|
|
@@ -1530,12 +1530,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1530
1530
|
timestamp: z.ZodNullable<z.ZodNumber>;
|
|
1531
1531
|
}, "strip", z.ZodTypeAny, {
|
|
1532
1532
|
date: string | null;
|
|
1533
|
-
relative: string | null;
|
|
1534
1533
|
timestamp: number | null;
|
|
1534
|
+
relative: string | null;
|
|
1535
1535
|
}, {
|
|
1536
1536
|
date: string | null;
|
|
1537
|
-
relative: string | null;
|
|
1538
1537
|
timestamp: number | null;
|
|
1538
|
+
relative: string | null;
|
|
1539
1539
|
}>>;
|
|
1540
1540
|
text: z.ZodNullable<z.ZodString>;
|
|
1541
1541
|
url: z.ZodNullable<z.ZodString>;
|
|
@@ -1573,23 +1573,23 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1573
1573
|
comments: z.ZodNullable<z.ZodNumber>;
|
|
1574
1574
|
reposts: z.ZodNullable<z.ZodNumber>;
|
|
1575
1575
|
}, "strip", z.ZodTypeAny, {
|
|
1576
|
+
comments: number | null;
|
|
1576
1577
|
like: number | null;
|
|
1577
1578
|
support: number | null;
|
|
1578
1579
|
love: number | null;
|
|
1579
1580
|
insight: number | null;
|
|
1580
1581
|
celebrate: number | null;
|
|
1581
1582
|
funny: number | null;
|
|
1582
|
-
comments: number | null;
|
|
1583
1583
|
reposts: number | null;
|
|
1584
1584
|
totalReactions: number | null;
|
|
1585
1585
|
}, {
|
|
1586
|
+
comments: number | null;
|
|
1586
1587
|
like: number | null;
|
|
1587
1588
|
support: number | null;
|
|
1588
1589
|
love: number | null;
|
|
1589
1590
|
insight: number | null;
|
|
1590
1591
|
celebrate: number | null;
|
|
1591
1592
|
funny: number | null;
|
|
1592
|
-
comments: number | null;
|
|
1593
1593
|
reposts: number | null;
|
|
1594
1594
|
totalReactions: number | null;
|
|
1595
1595
|
}>>;
|
|
@@ -1669,12 +1669,12 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1669
1669
|
timestamp: z.ZodNullable<z.ZodNumber>;
|
|
1670
1670
|
}, "strip", z.ZodTypeAny, {
|
|
1671
1671
|
date: string | null;
|
|
1672
|
-
relative: string | null;
|
|
1673
1672
|
timestamp: number | null;
|
|
1673
|
+
relative: string | null;
|
|
1674
1674
|
}, {
|
|
1675
1675
|
date: string | null;
|
|
1676
|
-
relative: string | null;
|
|
1677
1676
|
timestamp: number | null;
|
|
1677
|
+
relative: string | null;
|
|
1678
1678
|
}>>;
|
|
1679
1679
|
text: z.ZodNullable<z.ZodString>;
|
|
1680
1680
|
url: z.ZodNullable<z.ZodString>;
|
|
@@ -1712,23 +1712,23 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1712
1712
|
comments: z.ZodNullable<z.ZodNumber>;
|
|
1713
1713
|
reposts: z.ZodNullable<z.ZodNumber>;
|
|
1714
1714
|
}, "strip", z.ZodTypeAny, {
|
|
1715
|
+
comments: number | null;
|
|
1715
1716
|
like: number | null;
|
|
1716
1717
|
support: number | null;
|
|
1717
1718
|
love: number | null;
|
|
1718
1719
|
insight: number | null;
|
|
1719
1720
|
celebrate: number | null;
|
|
1720
1721
|
funny: number | null;
|
|
1721
|
-
comments: number | null;
|
|
1722
1722
|
reposts: number | null;
|
|
1723
1723
|
totalReactions: number | null;
|
|
1724
1724
|
}, {
|
|
1725
|
+
comments: number | null;
|
|
1725
1726
|
like: number | null;
|
|
1726
1727
|
support: number | null;
|
|
1727
1728
|
love: number | null;
|
|
1728
1729
|
insight: number | null;
|
|
1729
1730
|
celebrate: number | null;
|
|
1730
1731
|
funny: number | null;
|
|
1731
|
-
comments: number | null;
|
|
1732
1732
|
reposts: number | null;
|
|
1733
1733
|
totalReactions: number | null;
|
|
1734
1734
|
}>>;
|
|
@@ -1771,26 +1771,26 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1771
1771
|
}, "strip", z.ZodTypeAny, {
|
|
1772
1772
|
url: string | null;
|
|
1773
1773
|
text: string | null;
|
|
1774
|
+
urn: string | null;
|
|
1775
|
+
author: {
|
|
1776
|
+
username: string | null;
|
|
1777
|
+
headline: string | null;
|
|
1778
|
+
firstName: string | null;
|
|
1779
|
+
lastName: string | null;
|
|
1780
|
+
profileUrl: string | null;
|
|
1781
|
+
profilePicture: string | null;
|
|
1782
|
+
} | null;
|
|
1774
1783
|
stats: {
|
|
1784
|
+
comments: number | null;
|
|
1775
1785
|
like: number | null;
|
|
1776
1786
|
support: number | null;
|
|
1777
1787
|
love: number | null;
|
|
1778
1788
|
insight: number | null;
|
|
1779
1789
|
celebrate: number | null;
|
|
1780
1790
|
funny: number | null;
|
|
1781
|
-
comments: number | null;
|
|
1782
1791
|
reposts: number | null;
|
|
1783
1792
|
totalReactions: number | null;
|
|
1784
1793
|
} | null;
|
|
1785
|
-
urn: string | null;
|
|
1786
|
-
author: {
|
|
1787
|
-
username: string | null;
|
|
1788
|
-
headline: string | null;
|
|
1789
|
-
firstName: string | null;
|
|
1790
|
-
lastName: string | null;
|
|
1791
|
-
profileUrl: string | null;
|
|
1792
|
-
profilePicture: string | null;
|
|
1793
|
-
} | null;
|
|
1794
1794
|
media: {
|
|
1795
1795
|
type: string | null;
|
|
1796
1796
|
url: string | null;
|
|
@@ -1803,33 +1803,33 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1803
1803
|
} | null;
|
|
1804
1804
|
postedAt: {
|
|
1805
1805
|
date: string | null;
|
|
1806
|
-
relative: string | null;
|
|
1807
1806
|
timestamp: number | null;
|
|
1807
|
+
relative: string | null;
|
|
1808
1808
|
} | null;
|
|
1809
1809
|
postType: string | null;
|
|
1810
1810
|
}, {
|
|
1811
1811
|
url: string | null;
|
|
1812
1812
|
text: string | null;
|
|
1813
|
+
urn: string | null;
|
|
1814
|
+
author: {
|
|
1815
|
+
username: string | null;
|
|
1816
|
+
headline: string | null;
|
|
1817
|
+
firstName: string | null;
|
|
1818
|
+
lastName: string | null;
|
|
1819
|
+
profileUrl: string | null;
|
|
1820
|
+
profilePicture: string | null;
|
|
1821
|
+
} | null;
|
|
1813
1822
|
stats: {
|
|
1823
|
+
comments: number | null;
|
|
1814
1824
|
like: number | null;
|
|
1815
1825
|
support: number | null;
|
|
1816
1826
|
love: number | null;
|
|
1817
1827
|
insight: number | null;
|
|
1818
1828
|
celebrate: number | null;
|
|
1819
1829
|
funny: number | null;
|
|
1820
|
-
comments: number | null;
|
|
1821
1830
|
reposts: number | null;
|
|
1822
1831
|
totalReactions: number | null;
|
|
1823
1832
|
} | null;
|
|
1824
|
-
urn: string | null;
|
|
1825
|
-
author: {
|
|
1826
|
-
username: string | null;
|
|
1827
|
-
headline: string | null;
|
|
1828
|
-
firstName: string | null;
|
|
1829
|
-
lastName: string | null;
|
|
1830
|
-
profileUrl: string | null;
|
|
1831
|
-
profilePicture: string | null;
|
|
1832
|
-
} | null;
|
|
1833
1833
|
media: {
|
|
1834
1834
|
type: string | null;
|
|
1835
1835
|
url: string | null;
|
|
@@ -1842,25 +1842,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1842
1842
|
} | null;
|
|
1843
1843
|
postedAt: {
|
|
1844
1844
|
date: string | null;
|
|
1845
|
-
relative: string | null;
|
|
1846
1845
|
timestamp: number | null;
|
|
1846
|
+
relative: string | null;
|
|
1847
1847
|
} | null;
|
|
1848
1848
|
postType: string | null;
|
|
1849
1849
|
}>>;
|
|
1850
1850
|
}, "strip", z.ZodTypeAny, {
|
|
1851
1851
|
url: string | null;
|
|
1852
1852
|
text: string | null;
|
|
1853
|
-
stats: {
|
|
1854
|
-
like: number | null;
|
|
1855
|
-
support: number | null;
|
|
1856
|
-
love: number | null;
|
|
1857
|
-
insight: number | null;
|
|
1858
|
-
celebrate: number | null;
|
|
1859
|
-
funny: number | null;
|
|
1860
|
-
comments: number | null;
|
|
1861
|
-
reposts: number | null;
|
|
1862
|
-
totalReactions: number | null;
|
|
1863
|
-
} | null;
|
|
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
|
+
comments: number | null;
|
|
1870
|
+
like: number | null;
|
|
1871
|
+
support: number | null;
|
|
1872
|
+
love: number | null;
|
|
1873
|
+
insight: number | null;
|
|
1874
|
+
celebrate: number | null;
|
|
1875
|
+
funny: 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;
|
|
@@ -1894,34 +1894,34 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1894
1894
|
} | null;
|
|
1895
1895
|
postedAt: {
|
|
1896
1896
|
date: string | null;
|
|
1897
|
-
relative: string | null;
|
|
1898
1897
|
timestamp: number | null;
|
|
1898
|
+
relative: string | null;
|
|
1899
1899
|
} | null;
|
|
1900
1900
|
fullUrn: string | null;
|
|
1901
1901
|
postType: string | null;
|
|
1902
1902
|
resharedPost: {
|
|
1903
1903
|
url: string | null;
|
|
1904
1904
|
text: string | null;
|
|
1905
|
+
urn: string | null;
|
|
1906
|
+
author: {
|
|
1907
|
+
username: string | null;
|
|
1908
|
+
headline: string | null;
|
|
1909
|
+
firstName: string | null;
|
|
1910
|
+
lastName: string | null;
|
|
1911
|
+
profileUrl: string | null;
|
|
1912
|
+
profilePicture: string | null;
|
|
1913
|
+
} | null;
|
|
1905
1914
|
stats: {
|
|
1915
|
+
comments: number | null;
|
|
1906
1916
|
like: number | null;
|
|
1907
1917
|
support: number | null;
|
|
1908
1918
|
love: number | null;
|
|
1909
1919
|
insight: number | null;
|
|
1910
1920
|
celebrate: number | null;
|
|
1911
1921
|
funny: number | null;
|
|
1912
|
-
comments: number | null;
|
|
1913
1922
|
reposts: number | null;
|
|
1914
1923
|
totalReactions: number | null;
|
|
1915
1924
|
} | null;
|
|
1916
|
-
urn: string | null;
|
|
1917
|
-
author: {
|
|
1918
|
-
username: string | null;
|
|
1919
|
-
headline: string | null;
|
|
1920
|
-
firstName: string | null;
|
|
1921
|
-
lastName: string | null;
|
|
1922
|
-
profileUrl: string | null;
|
|
1923
|
-
profilePicture: string | null;
|
|
1924
|
-
} | null;
|
|
1925
1925
|
media: {
|
|
1926
1926
|
type: string | null;
|
|
1927
1927
|
url: string | null;
|
|
@@ -1934,25 +1934,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1934
1934
|
} | null;
|
|
1935
1935
|
postedAt: {
|
|
1936
1936
|
date: string | null;
|
|
1937
|
-
relative: string | null;
|
|
1938
1937
|
timestamp: number | null;
|
|
1938
|
+
relative: string | null;
|
|
1939
1939
|
} | null;
|
|
1940
1940
|
postType: string | null;
|
|
1941
1941
|
} | null;
|
|
1942
1942
|
}, {
|
|
1943
1943
|
url: string | null;
|
|
1944
1944
|
text: string | null;
|
|
1945
|
-
stats: {
|
|
1946
|
-
like: number | null;
|
|
1947
|
-
support: number | null;
|
|
1948
|
-
love: number | null;
|
|
1949
|
-
insight: number | null;
|
|
1950
|
-
celebrate: number | null;
|
|
1951
|
-
funny: number | null;
|
|
1952
|
-
comments: number | null;
|
|
1953
|
-
reposts: number | null;
|
|
1954
|
-
totalReactions: number | null;
|
|
1955
|
-
} | null;
|
|
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
|
+
comments: number | null;
|
|
1962
|
+
like: number | null;
|
|
1963
|
+
support: number | null;
|
|
1964
|
+
love: number | null;
|
|
1965
|
+
insight: number | null;
|
|
1966
|
+
celebrate: number | null;
|
|
1967
|
+
funny: 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;
|
|
@@ -1986,34 +1986,34 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1986
1986
|
} | null;
|
|
1987
1987
|
postedAt: {
|
|
1988
1988
|
date: string | null;
|
|
1989
|
-
relative: string | null;
|
|
1990
1989
|
timestamp: number | null;
|
|
1990
|
+
relative: string | null;
|
|
1991
1991
|
} | null;
|
|
1992
1992
|
fullUrn: string | null;
|
|
1993
1993
|
postType: string | null;
|
|
1994
1994
|
resharedPost: {
|
|
1995
1995
|
url: string | null;
|
|
1996
1996
|
text: string | null;
|
|
1997
|
+
urn: string | null;
|
|
1998
|
+
author: {
|
|
1999
|
+
username: string | null;
|
|
2000
|
+
headline: string | null;
|
|
2001
|
+
firstName: string | null;
|
|
2002
|
+
lastName: string | null;
|
|
2003
|
+
profileUrl: string | null;
|
|
2004
|
+
profilePicture: string | null;
|
|
2005
|
+
} | null;
|
|
1997
2006
|
stats: {
|
|
2007
|
+
comments: number | null;
|
|
1998
2008
|
like: number | null;
|
|
1999
2009
|
support: number | null;
|
|
2000
2010
|
love: number | null;
|
|
2001
2011
|
insight: number | null;
|
|
2002
2012
|
celebrate: number | null;
|
|
2003
2013
|
funny: number | null;
|
|
2004
|
-
comments: number | null;
|
|
2005
2014
|
reposts: number | null;
|
|
2006
2015
|
totalReactions: number | null;
|
|
2007
2016
|
} | null;
|
|
2008
|
-
urn: string | null;
|
|
2009
|
-
author: {
|
|
2010
|
-
username: string | null;
|
|
2011
|
-
headline: string | null;
|
|
2012
|
-
firstName: string | null;
|
|
2013
|
-
lastName: string | null;
|
|
2014
|
-
profileUrl: string | null;
|
|
2015
|
-
profilePicture: string | null;
|
|
2016
|
-
} | null;
|
|
2017
2017
|
media: {
|
|
2018
2018
|
type: string | null;
|
|
2019
2019
|
url: string | null;
|
|
@@ -2026,8 +2026,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2026
2026
|
} | null;
|
|
2027
2027
|
postedAt: {
|
|
2028
2028
|
date: string | null;
|
|
2029
|
-
relative: string | null;
|
|
2030
2029
|
timestamp: number | null;
|
|
2030
|
+
relative: string | null;
|
|
2031
2031
|
} | null;
|
|
2032
2032
|
postType: string | null;
|
|
2033
2033
|
} | null;
|
|
@@ -2047,17 +2047,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2047
2047
|
posts: {
|
|
2048
2048
|
url: string | null;
|
|
2049
2049
|
text: string | null;
|
|
2050
|
-
stats: {
|
|
2051
|
-
like: number | null;
|
|
2052
|
-
support: number | null;
|
|
2053
|
-
love: number | null;
|
|
2054
|
-
insight: number | null;
|
|
2055
|
-
celebrate: number | null;
|
|
2056
|
-
funny: number | null;
|
|
2057
|
-
comments: number | null;
|
|
2058
|
-
reposts: number | null;
|
|
2059
|
-
totalReactions: number | null;
|
|
2060
|
-
} | null;
|
|
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
|
+
comments: number | null;
|
|
2067
|
+
like: number | null;
|
|
2068
|
+
support: number | null;
|
|
2069
|
+
love: number | null;
|
|
2070
|
+
insight: number | null;
|
|
2071
|
+
celebrate: number | null;
|
|
2072
|
+
funny: 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;
|
|
@@ -2091,34 +2091,34 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2091
2091
|
} | null;
|
|
2092
2092
|
postedAt: {
|
|
2093
2093
|
date: string | null;
|
|
2094
|
-
relative: string | null;
|
|
2095
2094
|
timestamp: number | null;
|
|
2095
|
+
relative: string | null;
|
|
2096
2096
|
} | null;
|
|
2097
2097
|
fullUrn: string | null;
|
|
2098
2098
|
postType: string | null;
|
|
2099
2099
|
resharedPost: {
|
|
2100
2100
|
url: string | null;
|
|
2101
2101
|
text: string | null;
|
|
2102
|
+
urn: string | null;
|
|
2103
|
+
author: {
|
|
2104
|
+
username: string | null;
|
|
2105
|
+
headline: string | null;
|
|
2106
|
+
firstName: string | null;
|
|
2107
|
+
lastName: string | null;
|
|
2108
|
+
profileUrl: string | null;
|
|
2109
|
+
profilePicture: string | null;
|
|
2110
|
+
} | null;
|
|
2102
2111
|
stats: {
|
|
2112
|
+
comments: number | null;
|
|
2103
2113
|
like: number | null;
|
|
2104
2114
|
support: number | null;
|
|
2105
2115
|
love: number | null;
|
|
2106
2116
|
insight: number | null;
|
|
2107
2117
|
celebrate: number | null;
|
|
2108
2118
|
funny: number | null;
|
|
2109
|
-
comments: number | null;
|
|
2110
2119
|
reposts: number | null;
|
|
2111
2120
|
totalReactions: number | null;
|
|
2112
2121
|
} | null;
|
|
2113
|
-
urn: string | null;
|
|
2114
|
-
author: {
|
|
2115
|
-
username: string | null;
|
|
2116
|
-
headline: string | null;
|
|
2117
|
-
firstName: string | null;
|
|
2118
|
-
lastName: string | null;
|
|
2119
|
-
profileUrl: string | null;
|
|
2120
|
-
profilePicture: string | null;
|
|
2121
|
-
} | null;
|
|
2122
2122
|
media: {
|
|
2123
2123
|
type: string | null;
|
|
2124
2124
|
url: string | null;
|
|
@@ -2131,8 +2131,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2131
2131
|
} | null;
|
|
2132
2132
|
postedAt: {
|
|
2133
2133
|
date: string | null;
|
|
2134
|
-
relative: string | null;
|
|
2135
2134
|
timestamp: number | null;
|
|
2135
|
+
relative: string | null;
|
|
2136
2136
|
} | null;
|
|
2137
2137
|
postType: string | null;
|
|
2138
2138
|
} | null;
|
|
@@ -2144,11 +2144,11 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2144
2144
|
photo: string | null;
|
|
2145
2145
|
verified: boolean | null;
|
|
2146
2146
|
location: {
|
|
2147
|
-
city: string | null;
|
|
2148
|
-
state: string | null;
|
|
2149
|
-
country: string | null;
|
|
2150
2147
|
text: string | null;
|
|
2151
2148
|
countryCode: string | null;
|
|
2149
|
+
country: string | null;
|
|
2150
|
+
state: string | null;
|
|
2151
|
+
city: string | null;
|
|
2152
2152
|
} | null;
|
|
2153
2153
|
headline: string | null;
|
|
2154
2154
|
publicIdentifier: string | null;
|
|
@@ -2236,8 +2236,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2236
2236
|
employmentType: string | null;
|
|
2237
2237
|
skills: string[] | null;
|
|
2238
2238
|
company: {
|
|
2239
|
-
name: string | null;
|
|
2240
2239
|
url: string | null;
|
|
2240
|
+
name: string | null;
|
|
2241
2241
|
logo: string | null;
|
|
2242
2242
|
} | null;
|
|
2243
2243
|
}[] | undefined;
|
|
@@ -2251,17 +2251,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2251
2251
|
posts: {
|
|
2252
2252
|
url: string | null;
|
|
2253
2253
|
text: string | null;
|
|
2254
|
-
stats: {
|
|
2255
|
-
like: number | null;
|
|
2256
|
-
support: number | null;
|
|
2257
|
-
love: number | null;
|
|
2258
|
-
insight: number | null;
|
|
2259
|
-
celebrate: number | null;
|
|
2260
|
-
funny: number | null;
|
|
2261
|
-
comments: number | null;
|
|
2262
|
-
reposts: number | null;
|
|
2263
|
-
totalReactions: number | null;
|
|
2264
|
-
} | null;
|
|
2265
2254
|
document: {
|
|
2266
2255
|
title: string | null;
|
|
2267
2256
|
url: string | null;
|
|
@@ -2277,6 +2266,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2277
2266
|
profileUrl: string | null;
|
|
2278
2267
|
profilePicture: string | null;
|
|
2279
2268
|
} | null;
|
|
2269
|
+
stats: {
|
|
2270
|
+
comments: number | null;
|
|
2271
|
+
like: number | null;
|
|
2272
|
+
support: number | null;
|
|
2273
|
+
love: number | null;
|
|
2274
|
+
insight: number | null;
|
|
2275
|
+
celebrate: number | null;
|
|
2276
|
+
funny: number | null;
|
|
2277
|
+
reposts: number | null;
|
|
2278
|
+
totalReactions: number | null;
|
|
2279
|
+
} | null;
|
|
2280
2280
|
media: {
|
|
2281
2281
|
type: string | null;
|
|
2282
2282
|
url: string | null;
|
|
@@ -2295,34 +2295,34 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2295
2295
|
} | null;
|
|
2296
2296
|
postedAt: {
|
|
2297
2297
|
date: string | null;
|
|
2298
|
-
relative: string | null;
|
|
2299
2298
|
timestamp: number | null;
|
|
2299
|
+
relative: string | null;
|
|
2300
2300
|
} | null;
|
|
2301
2301
|
fullUrn: string | null;
|
|
2302
2302
|
postType: string | null;
|
|
2303
2303
|
resharedPost: {
|
|
2304
2304
|
url: string | null;
|
|
2305
2305
|
text: string | null;
|
|
2306
|
+
urn: string | null;
|
|
2307
|
+
author: {
|
|
2308
|
+
username: string | null;
|
|
2309
|
+
headline: string | null;
|
|
2310
|
+
firstName: string | null;
|
|
2311
|
+
lastName: string | null;
|
|
2312
|
+
profileUrl: string | null;
|
|
2313
|
+
profilePicture: string | null;
|
|
2314
|
+
} | null;
|
|
2306
2315
|
stats: {
|
|
2316
|
+
comments: number | null;
|
|
2307
2317
|
like: number | null;
|
|
2308
2318
|
support: number | null;
|
|
2309
2319
|
love: number | null;
|
|
2310
2320
|
insight: number | null;
|
|
2311
2321
|
celebrate: number | null;
|
|
2312
2322
|
funny: number | null;
|
|
2313
|
-
comments: number | null;
|
|
2314
2323
|
reposts: number | null;
|
|
2315
2324
|
totalReactions: number | null;
|
|
2316
2325
|
} | null;
|
|
2317
|
-
urn: string | null;
|
|
2318
|
-
author: {
|
|
2319
|
-
username: string | null;
|
|
2320
|
-
headline: string | null;
|
|
2321
|
-
firstName: string | null;
|
|
2322
|
-
lastName: string | null;
|
|
2323
|
-
profileUrl: string | null;
|
|
2324
|
-
profilePicture: string | null;
|
|
2325
|
-
} | null;
|
|
2326
2326
|
media: {
|
|
2327
2327
|
type: string | null;
|
|
2328
2328
|
url: string | null;
|
|
@@ -2335,8 +2335,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2335
2335
|
} | null;
|
|
2336
2336
|
postedAt: {
|
|
2337
2337
|
date: string | null;
|
|
2338
|
-
relative: string | null;
|
|
2339
2338
|
timestamp: number | null;
|
|
2339
|
+
relative: string | null;
|
|
2340
2340
|
} | null;
|
|
2341
2341
|
postType: string | null;
|
|
2342
2342
|
} | null;
|
|
@@ -2348,11 +2348,11 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2348
2348
|
photo: string | null;
|
|
2349
2349
|
verified: boolean | null;
|
|
2350
2350
|
location: {
|
|
2351
|
-
city: string | null;
|
|
2352
|
-
state: string | null;
|
|
2353
|
-
country: string | null;
|
|
2354
2351
|
text: string | null;
|
|
2355
2352
|
countryCode: string | null;
|
|
2353
|
+
country: string | null;
|
|
2354
|
+
state: string | null;
|
|
2355
|
+
city: string | null;
|
|
2356
2356
|
} | null;
|
|
2357
2357
|
headline: string | null;
|
|
2358
2358
|
publicIdentifier: string | null;
|
|
@@ -2440,8 +2440,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
2440
2440
|
employmentType: string | null;
|
|
2441
2441
|
skills: string[] | null;
|
|
2442
2442
|
company: {
|
|
2443
|
-
name: string | null;
|
|
2444
2443
|
url: string | null;
|
|
2444
|
+
name: string | null;
|
|
2445
2445
|
logo: string | null;
|
|
2446
2446
|
} | null;
|
|
2447
2447
|
}[] | 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;
|
|
2545
2542
|
text: string | null;
|
|
2546
2543
|
countryCode: string | null;
|
|
2547
|
-
}, {
|
|
2548
|
-
city: string | null;
|
|
2549
|
-
state: string | null;
|
|
2550
2544
|
country: string | null;
|
|
2545
|
+
state: string | null;
|
|
2546
|
+
city: string | null;
|
|
2547
|
+
}, {
|
|
2551
2548
|
text: string | null;
|
|
2552
2549
|
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>;
|
|
@@ -2739,11 +2739,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2739
2739
|
photo: string | null;
|
|
2740
2740
|
verified: boolean | null;
|
|
2741
2741
|
location: {
|
|
2742
|
-
city: string | null;
|
|
2743
|
-
state: string | null;
|
|
2744
|
-
country: string | null;
|
|
2745
2742
|
text: string | null;
|
|
2746
2743
|
countryCode: string | null;
|
|
2744
|
+
country: string | null;
|
|
2745
|
+
state: string | null;
|
|
2746
|
+
city: string | null;
|
|
2747
2747
|
} | null;
|
|
2748
2748
|
headline: string | null;
|
|
2749
2749
|
publicIdentifier: string | null;
|
|
@@ -2816,11 +2816,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2816
2816
|
photo: string | null;
|
|
2817
2817
|
verified: boolean | null;
|
|
2818
2818
|
location: {
|
|
2819
|
-
city: string | null;
|
|
2820
|
-
state: string | null;
|
|
2821
|
-
country: string | null;
|
|
2822
2819
|
text: string | null;
|
|
2823
2820
|
countryCode: string | null;
|
|
2821
|
+
country: string | null;
|
|
2822
|
+
state: string | null;
|
|
2823
|
+
city: string | null;
|
|
2824
2824
|
} | null;
|
|
2825
2825
|
headline: string | null;
|
|
2826
2826
|
publicIdentifier: string | null;
|
|
@@ -2897,12 +2897,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2897
2897
|
url: z.ZodNullable<z.ZodString>;
|
|
2898
2898
|
logo: z.ZodNullable<z.ZodString>;
|
|
2899
2899
|
}, "strip", z.ZodTypeAny, {
|
|
2900
|
-
name: string | null;
|
|
2901
2900
|
url: string | null;
|
|
2901
|
+
name: string | null;
|
|
2902
2902
|
logo: string | null;
|
|
2903
2903
|
}, {
|
|
2904
|
-
name: string | null;
|
|
2905
2904
|
url: string | null;
|
|
2905
|
+
name: string | null;
|
|
2906
2906
|
logo: string | null;
|
|
2907
2907
|
}>>;
|
|
2908
2908
|
location: z.ZodNullable<z.ZodString>;
|
|
@@ -2947,8 +2947,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2947
2947
|
employmentType: string | null;
|
|
2948
2948
|
skills: string[] | null;
|
|
2949
2949
|
company: {
|
|
2950
|
-
name: string | null;
|
|
2951
2950
|
url: string | null;
|
|
2951
|
+
name: string | null;
|
|
2952
2952
|
logo: string | null;
|
|
2953
2953
|
} | null;
|
|
2954
2954
|
}, {
|
|
@@ -2969,8 +2969,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2969
2969
|
employmentType: string | null;
|
|
2970
2970
|
skills: string[] | null;
|
|
2971
2971
|
company: {
|
|
2972
|
-
name: string | null;
|
|
2973
2972
|
url: string | null;
|
|
2973
|
+
name: string | null;
|
|
2974
2974
|
logo: string | null;
|
|
2975
2975
|
} | null;
|
|
2976
2976
|
}>, "many">>;
|
|
@@ -2983,12 +2983,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2983
2983
|
timestamp: z.ZodNullable<z.ZodNumber>;
|
|
2984
2984
|
}, "strip", z.ZodTypeAny, {
|
|
2985
2985
|
date: string | null;
|
|
2986
|
-
relative: string | null;
|
|
2987
2986
|
timestamp: number | null;
|
|
2987
|
+
relative: string | null;
|
|
2988
2988
|
}, {
|
|
2989
2989
|
date: string | null;
|
|
2990
|
-
relative: string | null;
|
|
2991
2990
|
timestamp: number | null;
|
|
2991
|
+
relative: string | null;
|
|
2992
2992
|
}>>;
|
|
2993
2993
|
text: z.ZodNullable<z.ZodString>;
|
|
2994
2994
|
url: z.ZodNullable<z.ZodString>;
|
|
@@ -3026,23 +3026,23 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3026
3026
|
comments: z.ZodNullable<z.ZodNumber>;
|
|
3027
3027
|
reposts: z.ZodNullable<z.ZodNumber>;
|
|
3028
3028
|
}, "strip", z.ZodTypeAny, {
|
|
3029
|
+
comments: number | null;
|
|
3029
3030
|
like: number | null;
|
|
3030
3031
|
support: number | null;
|
|
3031
3032
|
love: number | null;
|
|
3032
3033
|
insight: number | null;
|
|
3033
3034
|
celebrate: number | null;
|
|
3034
3035
|
funny: number | null;
|
|
3035
|
-
comments: number | null;
|
|
3036
3036
|
reposts: number | null;
|
|
3037
3037
|
totalReactions: number | null;
|
|
3038
3038
|
}, {
|
|
3039
|
+
comments: number | null;
|
|
3039
3040
|
like: number | null;
|
|
3040
3041
|
support: number | null;
|
|
3041
3042
|
love: number | null;
|
|
3042
3043
|
insight: number | null;
|
|
3043
3044
|
celebrate: number | null;
|
|
3044
3045
|
funny: number | null;
|
|
3045
|
-
comments: number | null;
|
|
3046
3046
|
reposts: number | null;
|
|
3047
3047
|
totalReactions: number | null;
|
|
3048
3048
|
}>>;
|
|
@@ -3122,12 +3122,12 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3122
3122
|
timestamp: z.ZodNullable<z.ZodNumber>;
|
|
3123
3123
|
}, "strip", z.ZodTypeAny, {
|
|
3124
3124
|
date: string | null;
|
|
3125
|
-
relative: string | null;
|
|
3126
3125
|
timestamp: number | null;
|
|
3126
|
+
relative: string | null;
|
|
3127
3127
|
}, {
|
|
3128
3128
|
date: string | null;
|
|
3129
|
-
relative: string | null;
|
|
3130
3129
|
timestamp: number | null;
|
|
3130
|
+
relative: string | null;
|
|
3131
3131
|
}>>;
|
|
3132
3132
|
text: z.ZodNullable<z.ZodString>;
|
|
3133
3133
|
url: z.ZodNullable<z.ZodString>;
|
|
@@ -3165,23 +3165,23 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3165
3165
|
comments: z.ZodNullable<z.ZodNumber>;
|
|
3166
3166
|
reposts: z.ZodNullable<z.ZodNumber>;
|
|
3167
3167
|
}, "strip", z.ZodTypeAny, {
|
|
3168
|
+
comments: number | null;
|
|
3168
3169
|
like: number | null;
|
|
3169
3170
|
support: number | null;
|
|
3170
3171
|
love: number | null;
|
|
3171
3172
|
insight: number | null;
|
|
3172
3173
|
celebrate: number | null;
|
|
3173
3174
|
funny: number | null;
|
|
3174
|
-
comments: number | null;
|
|
3175
3175
|
reposts: number | null;
|
|
3176
3176
|
totalReactions: number | null;
|
|
3177
3177
|
}, {
|
|
3178
|
+
comments: number | null;
|
|
3178
3179
|
like: number | null;
|
|
3179
3180
|
support: number | null;
|
|
3180
3181
|
love: number | null;
|
|
3181
3182
|
insight: number | null;
|
|
3182
3183
|
celebrate: number | null;
|
|
3183
3184
|
funny: number | null;
|
|
3184
|
-
comments: number | null;
|
|
3185
3185
|
reposts: number | null;
|
|
3186
3186
|
totalReactions: number | null;
|
|
3187
3187
|
}>>;
|
|
@@ -3224,26 +3224,26 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3224
3224
|
}, "strip", z.ZodTypeAny, {
|
|
3225
3225
|
url: string | null;
|
|
3226
3226
|
text: string | null;
|
|
3227
|
+
urn: string | null;
|
|
3228
|
+
author: {
|
|
3229
|
+
username: string | null;
|
|
3230
|
+
headline: string | null;
|
|
3231
|
+
firstName: string | null;
|
|
3232
|
+
lastName: string | null;
|
|
3233
|
+
profileUrl: string | null;
|
|
3234
|
+
profilePicture: string | null;
|
|
3235
|
+
} | null;
|
|
3227
3236
|
stats: {
|
|
3237
|
+
comments: number | null;
|
|
3228
3238
|
like: number | null;
|
|
3229
3239
|
support: number | null;
|
|
3230
3240
|
love: number | null;
|
|
3231
3241
|
insight: number | null;
|
|
3232
3242
|
celebrate: number | null;
|
|
3233
3243
|
funny: number | null;
|
|
3234
|
-
comments: number | null;
|
|
3235
3244
|
reposts: number | null;
|
|
3236
3245
|
totalReactions: number | null;
|
|
3237
3246
|
} | null;
|
|
3238
|
-
urn: string | null;
|
|
3239
|
-
author: {
|
|
3240
|
-
username: string | null;
|
|
3241
|
-
headline: string | null;
|
|
3242
|
-
firstName: string | null;
|
|
3243
|
-
lastName: string | null;
|
|
3244
|
-
profileUrl: string | null;
|
|
3245
|
-
profilePicture: string | null;
|
|
3246
|
-
} | null;
|
|
3247
3247
|
media: {
|
|
3248
3248
|
type: string | null;
|
|
3249
3249
|
url: string | null;
|
|
@@ -3256,33 +3256,33 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3256
3256
|
} | null;
|
|
3257
3257
|
postedAt: {
|
|
3258
3258
|
date: string | null;
|
|
3259
|
-
relative: string | null;
|
|
3260
3259
|
timestamp: number | null;
|
|
3260
|
+
relative: string | null;
|
|
3261
3261
|
} | null;
|
|
3262
3262
|
postType: string | null;
|
|
3263
3263
|
}, {
|
|
3264
3264
|
url: string | null;
|
|
3265
3265
|
text: string | null;
|
|
3266
|
+
urn: string | null;
|
|
3267
|
+
author: {
|
|
3268
|
+
username: string | null;
|
|
3269
|
+
headline: string | null;
|
|
3270
|
+
firstName: string | null;
|
|
3271
|
+
lastName: string | null;
|
|
3272
|
+
profileUrl: string | null;
|
|
3273
|
+
profilePicture: string | null;
|
|
3274
|
+
} | null;
|
|
3266
3275
|
stats: {
|
|
3276
|
+
comments: number | null;
|
|
3267
3277
|
like: number | null;
|
|
3268
3278
|
support: number | null;
|
|
3269
3279
|
love: number | null;
|
|
3270
3280
|
insight: number | null;
|
|
3271
3281
|
celebrate: number | null;
|
|
3272
3282
|
funny: number | null;
|
|
3273
|
-
comments: number | null;
|
|
3274
3283
|
reposts: number | null;
|
|
3275
3284
|
totalReactions: number | null;
|
|
3276
3285
|
} | null;
|
|
3277
|
-
urn: string | null;
|
|
3278
|
-
author: {
|
|
3279
|
-
username: string | null;
|
|
3280
|
-
headline: string | null;
|
|
3281
|
-
firstName: string | null;
|
|
3282
|
-
lastName: string | null;
|
|
3283
|
-
profileUrl: string | null;
|
|
3284
|
-
profilePicture: string | null;
|
|
3285
|
-
} | null;
|
|
3286
3286
|
media: {
|
|
3287
3287
|
type: string | null;
|
|
3288
3288
|
url: string | null;
|
|
@@ -3295,25 +3295,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3295
3295
|
} | null;
|
|
3296
3296
|
postedAt: {
|
|
3297
3297
|
date: string | null;
|
|
3298
|
-
relative: string | null;
|
|
3299
3298
|
timestamp: number | null;
|
|
3299
|
+
relative: string | null;
|
|
3300
3300
|
} | null;
|
|
3301
3301
|
postType: string | null;
|
|
3302
3302
|
}>>;
|
|
3303
3303
|
}, "strip", z.ZodTypeAny, {
|
|
3304
3304
|
url: string | null;
|
|
3305
3305
|
text: string | null;
|
|
3306
|
-
stats: {
|
|
3307
|
-
like: number | null;
|
|
3308
|
-
support: number | null;
|
|
3309
|
-
love: number | null;
|
|
3310
|
-
insight: number | null;
|
|
3311
|
-
celebrate: number | null;
|
|
3312
|
-
funny: number | null;
|
|
3313
|
-
comments: number | null;
|
|
3314
|
-
reposts: number | null;
|
|
3315
|
-
totalReactions: number | null;
|
|
3316
|
-
} | null;
|
|
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
|
+
comments: number | null;
|
|
3323
|
+
like: number | null;
|
|
3324
|
+
support: number | null;
|
|
3325
|
+
love: number | null;
|
|
3326
|
+
insight: number | null;
|
|
3327
|
+
celebrate: number | null;
|
|
3328
|
+
funny: 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;
|
|
@@ -3347,34 +3347,34 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3347
3347
|
} | null;
|
|
3348
3348
|
postedAt: {
|
|
3349
3349
|
date: string | null;
|
|
3350
|
-
relative: string | null;
|
|
3351
3350
|
timestamp: number | null;
|
|
3351
|
+
relative: string | null;
|
|
3352
3352
|
} | null;
|
|
3353
3353
|
fullUrn: string | null;
|
|
3354
3354
|
postType: string | null;
|
|
3355
3355
|
resharedPost: {
|
|
3356
3356
|
url: string | null;
|
|
3357
3357
|
text: string | null;
|
|
3358
|
+
urn: string | null;
|
|
3359
|
+
author: {
|
|
3360
|
+
username: string | null;
|
|
3361
|
+
headline: string | null;
|
|
3362
|
+
firstName: string | null;
|
|
3363
|
+
lastName: string | null;
|
|
3364
|
+
profileUrl: string | null;
|
|
3365
|
+
profilePicture: string | null;
|
|
3366
|
+
} | null;
|
|
3358
3367
|
stats: {
|
|
3368
|
+
comments: number | null;
|
|
3359
3369
|
like: number | null;
|
|
3360
3370
|
support: number | null;
|
|
3361
3371
|
love: number | null;
|
|
3362
3372
|
insight: number | null;
|
|
3363
3373
|
celebrate: number | null;
|
|
3364
3374
|
funny: number | null;
|
|
3365
|
-
comments: number | null;
|
|
3366
3375
|
reposts: number | null;
|
|
3367
3376
|
totalReactions: number | null;
|
|
3368
3377
|
} | null;
|
|
3369
|
-
urn: string | null;
|
|
3370
|
-
author: {
|
|
3371
|
-
username: string | null;
|
|
3372
|
-
headline: string | null;
|
|
3373
|
-
firstName: string | null;
|
|
3374
|
-
lastName: string | null;
|
|
3375
|
-
profileUrl: string | null;
|
|
3376
|
-
profilePicture: string | null;
|
|
3377
|
-
} | null;
|
|
3378
3378
|
media: {
|
|
3379
3379
|
type: string | null;
|
|
3380
3380
|
url: string | null;
|
|
@@ -3387,25 +3387,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3387
3387
|
} | null;
|
|
3388
3388
|
postedAt: {
|
|
3389
3389
|
date: string | null;
|
|
3390
|
-
relative: string | null;
|
|
3391
3390
|
timestamp: number | null;
|
|
3391
|
+
relative: string | null;
|
|
3392
3392
|
} | null;
|
|
3393
3393
|
postType: string | null;
|
|
3394
3394
|
} | null;
|
|
3395
3395
|
}, {
|
|
3396
3396
|
url: string | null;
|
|
3397
3397
|
text: string | null;
|
|
3398
|
-
stats: {
|
|
3399
|
-
like: number | null;
|
|
3400
|
-
support: number | null;
|
|
3401
|
-
love: number | null;
|
|
3402
|
-
insight: number | null;
|
|
3403
|
-
celebrate: number | null;
|
|
3404
|
-
funny: number | null;
|
|
3405
|
-
comments: number | null;
|
|
3406
|
-
reposts: number | null;
|
|
3407
|
-
totalReactions: number | null;
|
|
3408
|
-
} | null;
|
|
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
|
+
comments: number | null;
|
|
3415
|
+
like: number | null;
|
|
3416
|
+
support: number | null;
|
|
3417
|
+
love: number | null;
|
|
3418
|
+
insight: number | null;
|
|
3419
|
+
celebrate: number | null;
|
|
3420
|
+
funny: 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;
|
|
@@ -3439,34 +3439,34 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3439
3439
|
} | null;
|
|
3440
3440
|
postedAt: {
|
|
3441
3441
|
date: string | null;
|
|
3442
|
-
relative: string | null;
|
|
3443
3442
|
timestamp: number | null;
|
|
3443
|
+
relative: string | null;
|
|
3444
3444
|
} | null;
|
|
3445
3445
|
fullUrn: string | null;
|
|
3446
3446
|
postType: string | null;
|
|
3447
3447
|
resharedPost: {
|
|
3448
3448
|
url: string | null;
|
|
3449
3449
|
text: string | null;
|
|
3450
|
+
urn: string | null;
|
|
3451
|
+
author: {
|
|
3452
|
+
username: string | null;
|
|
3453
|
+
headline: string | null;
|
|
3454
|
+
firstName: string | null;
|
|
3455
|
+
lastName: string | null;
|
|
3456
|
+
profileUrl: string | null;
|
|
3457
|
+
profilePicture: string | null;
|
|
3458
|
+
} | null;
|
|
3450
3459
|
stats: {
|
|
3460
|
+
comments: number | null;
|
|
3451
3461
|
like: number | null;
|
|
3452
3462
|
support: number | null;
|
|
3453
3463
|
love: number | null;
|
|
3454
3464
|
insight: number | null;
|
|
3455
3465
|
celebrate: number | null;
|
|
3456
3466
|
funny: number | null;
|
|
3457
|
-
comments: number | null;
|
|
3458
3467
|
reposts: number | null;
|
|
3459
3468
|
totalReactions: number | null;
|
|
3460
3469
|
} | null;
|
|
3461
|
-
urn: string | null;
|
|
3462
|
-
author: {
|
|
3463
|
-
username: string | null;
|
|
3464
|
-
headline: string | null;
|
|
3465
|
-
firstName: string | null;
|
|
3466
|
-
lastName: string | null;
|
|
3467
|
-
profileUrl: string | null;
|
|
3468
|
-
profilePicture: string | null;
|
|
3469
|
-
} | null;
|
|
3470
3470
|
media: {
|
|
3471
3471
|
type: string | null;
|
|
3472
3472
|
url: string | null;
|
|
@@ -3479,8 +3479,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3479
3479
|
} | null;
|
|
3480
3480
|
postedAt: {
|
|
3481
3481
|
date: string | null;
|
|
3482
|
-
relative: string | null;
|
|
3483
3482
|
timestamp: number | null;
|
|
3483
|
+
relative: string | null;
|
|
3484
3484
|
} | null;
|
|
3485
3485
|
postType: string | null;
|
|
3486
3486
|
} | null;
|
|
@@ -3500,17 +3500,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3500
3500
|
posts: {
|
|
3501
3501
|
url: string | null;
|
|
3502
3502
|
text: string | null;
|
|
3503
|
-
stats: {
|
|
3504
|
-
like: number | null;
|
|
3505
|
-
support: number | null;
|
|
3506
|
-
love: number | null;
|
|
3507
|
-
insight: number | null;
|
|
3508
|
-
celebrate: number | null;
|
|
3509
|
-
funny: number | null;
|
|
3510
|
-
comments: number | null;
|
|
3511
|
-
reposts: number | null;
|
|
3512
|
-
totalReactions: number | null;
|
|
3513
|
-
} | null;
|
|
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
|
+
comments: number | null;
|
|
3520
|
+
like: number | null;
|
|
3521
|
+
support: number | null;
|
|
3522
|
+
love: number | null;
|
|
3523
|
+
insight: number | null;
|
|
3524
|
+
celebrate: number | null;
|
|
3525
|
+
funny: 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;
|
|
@@ -3544,34 +3544,34 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3544
3544
|
} | null;
|
|
3545
3545
|
postedAt: {
|
|
3546
3546
|
date: string | null;
|
|
3547
|
-
relative: string | null;
|
|
3548
3547
|
timestamp: number | null;
|
|
3548
|
+
relative: string | null;
|
|
3549
3549
|
} | null;
|
|
3550
3550
|
fullUrn: string | null;
|
|
3551
3551
|
postType: string | null;
|
|
3552
3552
|
resharedPost: {
|
|
3553
3553
|
url: string | null;
|
|
3554
3554
|
text: string | null;
|
|
3555
|
+
urn: string | null;
|
|
3556
|
+
author: {
|
|
3557
|
+
username: string | null;
|
|
3558
|
+
headline: string | null;
|
|
3559
|
+
firstName: string | null;
|
|
3560
|
+
lastName: string | null;
|
|
3561
|
+
profileUrl: string | null;
|
|
3562
|
+
profilePicture: string | null;
|
|
3563
|
+
} | null;
|
|
3555
3564
|
stats: {
|
|
3565
|
+
comments: number | null;
|
|
3556
3566
|
like: number | null;
|
|
3557
3567
|
support: number | null;
|
|
3558
3568
|
love: number | null;
|
|
3559
3569
|
insight: number | null;
|
|
3560
3570
|
celebrate: number | null;
|
|
3561
3571
|
funny: number | null;
|
|
3562
|
-
comments: number | null;
|
|
3563
3572
|
reposts: number | null;
|
|
3564
3573
|
totalReactions: number | null;
|
|
3565
3574
|
} | null;
|
|
3566
|
-
urn: string | null;
|
|
3567
|
-
author: {
|
|
3568
|
-
username: string | null;
|
|
3569
|
-
headline: string | null;
|
|
3570
|
-
firstName: string | null;
|
|
3571
|
-
lastName: string | null;
|
|
3572
|
-
profileUrl: string | null;
|
|
3573
|
-
profilePicture: string | null;
|
|
3574
|
-
} | null;
|
|
3575
3575
|
media: {
|
|
3576
3576
|
type: string | null;
|
|
3577
3577
|
url: string | null;
|
|
@@ -3584,8 +3584,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3584
3584
|
} | null;
|
|
3585
3585
|
postedAt: {
|
|
3586
3586
|
date: string | null;
|
|
3587
|
-
relative: string | null;
|
|
3588
3587
|
timestamp: number | null;
|
|
3588
|
+
relative: string | null;
|
|
3589
3589
|
} | null;
|
|
3590
3590
|
postType: string | null;
|
|
3591
3591
|
} | null;
|
|
@@ -3597,11 +3597,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3597
3597
|
photo: string | null;
|
|
3598
3598
|
verified: boolean | null;
|
|
3599
3599
|
location: {
|
|
3600
|
-
city: string | null;
|
|
3601
|
-
state: string | null;
|
|
3602
|
-
country: string | null;
|
|
3603
3600
|
text: string | null;
|
|
3604
3601
|
countryCode: string | null;
|
|
3602
|
+
country: string | null;
|
|
3603
|
+
state: string | null;
|
|
3604
|
+
city: string | null;
|
|
3605
3605
|
} | null;
|
|
3606
3606
|
headline: string | null;
|
|
3607
3607
|
publicIdentifier: string | null;
|
|
@@ -3689,8 +3689,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3689
3689
|
employmentType: string | null;
|
|
3690
3690
|
skills: string[] | null;
|
|
3691
3691
|
company: {
|
|
3692
|
-
name: string | null;
|
|
3693
3692
|
url: string | null;
|
|
3693
|
+
name: string | null;
|
|
3694
3694
|
logo: string | null;
|
|
3695
3695
|
} | null;
|
|
3696
3696
|
}[] | undefined;
|
|
@@ -3704,17 +3704,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3704
3704
|
posts: {
|
|
3705
3705
|
url: string | null;
|
|
3706
3706
|
text: string | null;
|
|
3707
|
-
stats: {
|
|
3708
|
-
like: number | null;
|
|
3709
|
-
support: number | null;
|
|
3710
|
-
love: number | null;
|
|
3711
|
-
insight: number | null;
|
|
3712
|
-
celebrate: number | null;
|
|
3713
|
-
funny: number | null;
|
|
3714
|
-
comments: number | null;
|
|
3715
|
-
reposts: number | null;
|
|
3716
|
-
totalReactions: number | null;
|
|
3717
|
-
} | null;
|
|
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
|
+
comments: number | null;
|
|
3724
|
+
like: number | null;
|
|
3725
|
+
support: number | null;
|
|
3726
|
+
love: number | null;
|
|
3727
|
+
insight: number | null;
|
|
3728
|
+
celebrate: number | null;
|
|
3729
|
+
funny: 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;
|
|
@@ -3748,34 +3748,34 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3748
3748
|
} | null;
|
|
3749
3749
|
postedAt: {
|
|
3750
3750
|
date: string | null;
|
|
3751
|
-
relative: string | null;
|
|
3752
3751
|
timestamp: number | null;
|
|
3752
|
+
relative: string | null;
|
|
3753
3753
|
} | null;
|
|
3754
3754
|
fullUrn: string | null;
|
|
3755
3755
|
postType: string | null;
|
|
3756
3756
|
resharedPost: {
|
|
3757
3757
|
url: string | null;
|
|
3758
3758
|
text: string | null;
|
|
3759
|
+
urn: string | null;
|
|
3760
|
+
author: {
|
|
3761
|
+
username: string | null;
|
|
3762
|
+
headline: string | null;
|
|
3763
|
+
firstName: string | null;
|
|
3764
|
+
lastName: string | null;
|
|
3765
|
+
profileUrl: string | null;
|
|
3766
|
+
profilePicture: string | null;
|
|
3767
|
+
} | null;
|
|
3759
3768
|
stats: {
|
|
3769
|
+
comments: number | null;
|
|
3760
3770
|
like: number | null;
|
|
3761
3771
|
support: number | null;
|
|
3762
3772
|
love: number | null;
|
|
3763
3773
|
insight: number | null;
|
|
3764
3774
|
celebrate: number | null;
|
|
3765
3775
|
funny: number | null;
|
|
3766
|
-
comments: number | null;
|
|
3767
3776
|
reposts: number | null;
|
|
3768
3777
|
totalReactions: number | null;
|
|
3769
3778
|
} | null;
|
|
3770
|
-
urn: string | null;
|
|
3771
|
-
author: {
|
|
3772
|
-
username: string | null;
|
|
3773
|
-
headline: string | null;
|
|
3774
|
-
firstName: string | null;
|
|
3775
|
-
lastName: string | null;
|
|
3776
|
-
profileUrl: string | null;
|
|
3777
|
-
profilePicture: string | null;
|
|
3778
|
-
} | null;
|
|
3779
3779
|
media: {
|
|
3780
3780
|
type: string | null;
|
|
3781
3781
|
url: string | null;
|
|
@@ -3788,8 +3788,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3788
3788
|
} | null;
|
|
3789
3789
|
postedAt: {
|
|
3790
3790
|
date: string | null;
|
|
3791
|
-
relative: string | null;
|
|
3792
3791
|
timestamp: number | null;
|
|
3792
|
+
relative: string | null;
|
|
3793
3793
|
} | null;
|
|
3794
3794
|
postType: string | null;
|
|
3795
3795
|
} | null;
|
|
@@ -3801,11 +3801,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3801
3801
|
photo: string | null;
|
|
3802
3802
|
verified: boolean | null;
|
|
3803
3803
|
location: {
|
|
3804
|
-
city: string | null;
|
|
3805
|
-
state: string | null;
|
|
3806
|
-
country: string | null;
|
|
3807
3804
|
text: string | null;
|
|
3808
3805
|
countryCode: string | null;
|
|
3806
|
+
country: string | null;
|
|
3807
|
+
state: string | null;
|
|
3808
|
+
city: string | null;
|
|
3809
3809
|
} | null;
|
|
3810
3810
|
headline: string | null;
|
|
3811
3811
|
publicIdentifier: string | null;
|
|
@@ -3893,8 +3893,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
3893
3893
|
employmentType: string | null;
|
|
3894
3894
|
skills: string[] | null;
|
|
3895
3895
|
company: {
|
|
3896
|
-
name: string | null;
|
|
3897
3896
|
url: string | null;
|
|
3897
|
+
name: string | null;
|
|
3898
3898
|
logo: string | null;
|
|
3899
3899
|
} | null;
|
|
3900
3900
|
}[] | undefined;
|