@bubblelab/bubble-core 0.1.27 → 0.1.30
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 +160 -91
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +8 -8
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +16 -16
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +31 -31
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +153 -153
- package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +128 -128
- package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
- package/dist/bubbles/service-bubble/github.d.ts +120 -120
- package/dist/bubbles/service-bubble/gmail.d.ts +411 -411
- package/dist/bubbles/service-bubble/google-calendar.d.ts +184 -184
- package/dist/bubbles/service-bubble/google-drive.d.ts +48 -48
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +33 -33
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +79 -79
- package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets.js +904 -0
- package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/index.d.ts +5 -0
- package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/index.js +5 -0
- package/dist/bubbles/service-bubble/jira/index.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts +2695 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts +38 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js +358 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.js +535 -0
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +3659 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js +502 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts +141 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js +428 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts +148 -148
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +142 -142
- package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack.js +1536 -0
- package/dist/bubbles/service-bubble/slack.js.map +1 -0
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +6 -6
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +198 -198
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- 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 +44 -44
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +88 -88
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +42 -42
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
- package/dist/bubbles.json +1791 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -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
|
}>;
|
|
@@ -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
|
}>>;
|
|
@@ -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
|
}>>;
|
|
@@ -303,9 +303,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
303
303
|
thumbnail: string | null;
|
|
304
304
|
}>>;
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
|
-
url: string | null;
|
|
307
|
-
text: string | null;
|
|
308
|
-
urn: string | null;
|
|
309
306
|
author: {
|
|
310
307
|
username: string | null;
|
|
311
308
|
headline: string | null;
|
|
@@ -314,14 +311,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
314
311
|
firstName: string | null;
|
|
315
312
|
lastName: string | null;
|
|
316
313
|
} | null;
|
|
314
|
+
url: string | null;
|
|
315
|
+
text: string | null;
|
|
316
|
+
urn: string | null;
|
|
317
317
|
stats: {
|
|
318
|
+
comments: number | null;
|
|
318
319
|
like: number | null;
|
|
319
320
|
support: number | null;
|
|
320
321
|
love: number | null;
|
|
321
322
|
insight: number | null;
|
|
322
323
|
celebrate: number | null;
|
|
323
324
|
funny: number | null;
|
|
324
|
-
comments: number | null;
|
|
325
325
|
reposts: number | null;
|
|
326
326
|
totalReactions: number | null;
|
|
327
327
|
} | null;
|
|
@@ -342,9 +342,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
342
342
|
} | null;
|
|
343
343
|
postType: string | null;
|
|
344
344
|
}, {
|
|
345
|
-
url: string | null;
|
|
346
|
-
text: string | null;
|
|
347
|
-
urn: string | null;
|
|
348
345
|
author: {
|
|
349
346
|
username: string | null;
|
|
350
347
|
headline: string | null;
|
|
@@ -353,14 +350,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
353
350
|
firstName: string | null;
|
|
354
351
|
lastName: string | null;
|
|
355
352
|
} | null;
|
|
353
|
+
url: string | null;
|
|
354
|
+
text: string | null;
|
|
355
|
+
urn: string | null;
|
|
356
356
|
stats: {
|
|
357
|
+
comments: number | null;
|
|
357
358
|
like: number | null;
|
|
358
359
|
support: number | null;
|
|
359
360
|
love: number | null;
|
|
360
361
|
insight: number | null;
|
|
361
362
|
celebrate: number | null;
|
|
362
363
|
funny: number | null;
|
|
363
|
-
comments: number | null;
|
|
364
364
|
reposts: number | null;
|
|
365
365
|
totalReactions: number | null;
|
|
366
366
|
} | null;
|
|
@@ -382,6 +382,14 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
382
382
|
postType: string | null;
|
|
383
383
|
}>>;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
|
+
author: {
|
|
386
|
+
username: string | null;
|
|
387
|
+
headline: string | null;
|
|
388
|
+
profileUrl: string | null;
|
|
389
|
+
profilePicture: string | null;
|
|
390
|
+
firstName: string | null;
|
|
391
|
+
lastName: string | null;
|
|
392
|
+
} | null;
|
|
385
393
|
url: string | null;
|
|
386
394
|
text: string | null;
|
|
387
395
|
document: {
|
|
@@ -391,22 +399,14 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
391
399
|
pageCount: number | null;
|
|
392
400
|
} | null;
|
|
393
401
|
urn: string | null;
|
|
394
|
-
author: {
|
|
395
|
-
username: string | null;
|
|
396
|
-
headline: string | null;
|
|
397
|
-
profileUrl: string | null;
|
|
398
|
-
profilePicture: string | null;
|
|
399
|
-
firstName: string | null;
|
|
400
|
-
lastName: string | null;
|
|
401
|
-
} | null;
|
|
402
402
|
stats: {
|
|
403
|
+
comments: number | null;
|
|
403
404
|
like: number | null;
|
|
404
405
|
support: number | null;
|
|
405
406
|
love: number | null;
|
|
406
407
|
insight: number | null;
|
|
407
408
|
celebrate: number | null;
|
|
408
409
|
funny: number | null;
|
|
409
|
-
comments: number | null;
|
|
410
410
|
reposts: number | null;
|
|
411
411
|
totalReactions: number | null;
|
|
412
412
|
} | null;
|
|
@@ -434,9 +434,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
434
434
|
fullUrn: string | null;
|
|
435
435
|
postType: string | null;
|
|
436
436
|
resharedPost: {
|
|
437
|
-
url: string | null;
|
|
438
|
-
text: string | null;
|
|
439
|
-
urn: string | null;
|
|
440
437
|
author: {
|
|
441
438
|
username: string | null;
|
|
442
439
|
headline: string | null;
|
|
@@ -445,14 +442,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
445
442
|
firstName: string | null;
|
|
446
443
|
lastName: string | null;
|
|
447
444
|
} | null;
|
|
445
|
+
url: string | null;
|
|
446
|
+
text: string | null;
|
|
447
|
+
urn: string | null;
|
|
448
448
|
stats: {
|
|
449
|
+
comments: number | null;
|
|
449
450
|
like: number | null;
|
|
450
451
|
support: number | null;
|
|
451
452
|
love: number | null;
|
|
452
453
|
insight: number | null;
|
|
453
454
|
celebrate: number | null;
|
|
454
455
|
funny: number | null;
|
|
455
|
-
comments: number | null;
|
|
456
456
|
reposts: number | null;
|
|
457
457
|
totalReactions: number | null;
|
|
458
458
|
} | null;
|
|
@@ -474,6 +474,14 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
474
474
|
postType: string | null;
|
|
475
475
|
} | null;
|
|
476
476
|
}, {
|
|
477
|
+
author: {
|
|
478
|
+
username: string | null;
|
|
479
|
+
headline: string | null;
|
|
480
|
+
profileUrl: string | null;
|
|
481
|
+
profilePicture: string | null;
|
|
482
|
+
firstName: string | null;
|
|
483
|
+
lastName: string | null;
|
|
484
|
+
} | null;
|
|
477
485
|
url: string | null;
|
|
478
486
|
text: string | null;
|
|
479
487
|
document: {
|
|
@@ -483,22 +491,14 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
483
491
|
pageCount: number | null;
|
|
484
492
|
} | null;
|
|
485
493
|
urn: string | null;
|
|
486
|
-
author: {
|
|
487
|
-
username: string | null;
|
|
488
|
-
headline: string | null;
|
|
489
|
-
profileUrl: string | null;
|
|
490
|
-
profilePicture: string | null;
|
|
491
|
-
firstName: string | null;
|
|
492
|
-
lastName: string | null;
|
|
493
|
-
} | null;
|
|
494
494
|
stats: {
|
|
495
|
+
comments: number | null;
|
|
495
496
|
like: number | null;
|
|
496
497
|
support: number | null;
|
|
497
498
|
love: number | null;
|
|
498
499
|
insight: number | null;
|
|
499
500
|
celebrate: number | null;
|
|
500
501
|
funny: number | null;
|
|
501
|
-
comments: number | null;
|
|
502
502
|
reposts: number | null;
|
|
503
503
|
totalReactions: number | null;
|
|
504
504
|
} | null;
|
|
@@ -526,9 +526,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
526
526
|
fullUrn: string | null;
|
|
527
527
|
postType: string | null;
|
|
528
528
|
resharedPost: {
|
|
529
|
-
url: string | null;
|
|
530
|
-
text: string | null;
|
|
531
|
-
urn: string | null;
|
|
532
529
|
author: {
|
|
533
530
|
username: string | null;
|
|
534
531
|
headline: string | null;
|
|
@@ -537,14 +534,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
537
534
|
firstName: string | null;
|
|
538
535
|
lastName: string | null;
|
|
539
536
|
} | null;
|
|
537
|
+
url: string | null;
|
|
538
|
+
text: string | null;
|
|
539
|
+
urn: string | null;
|
|
540
540
|
stats: {
|
|
541
|
+
comments: number | null;
|
|
541
542
|
like: number | null;
|
|
542
543
|
support: number | null;
|
|
543
544
|
love: number | null;
|
|
544
545
|
insight: number | null;
|
|
545
546
|
celebrate: number | null;
|
|
546
547
|
funny: number | null;
|
|
547
|
-
comments: number | null;
|
|
548
548
|
reposts: number | null;
|
|
549
549
|
totalReactions: number | null;
|
|
550
550
|
} | null;
|
|
@@ -595,13 +595,13 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
595
595
|
currency: z.ZodNullable<z.ZodString>;
|
|
596
596
|
period: z.ZodNullable<z.ZodString>;
|
|
597
597
|
}, "strip", z.ZodTypeAny, {
|
|
598
|
-
from: number | null;
|
|
599
598
|
to: number | null;
|
|
599
|
+
from: number | null;
|
|
600
600
|
currency: string | null;
|
|
601
601
|
period: string | null;
|
|
602
602
|
}, {
|
|
603
|
-
from: number | null;
|
|
604
603
|
to: number | null;
|
|
604
|
+
from: number | null;
|
|
605
605
|
currency: string | null;
|
|
606
606
|
period: string | null;
|
|
607
607
|
}>>;
|
|
@@ -609,14 +609,14 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
609
609
|
}, "strip", z.ZodTypeAny, {
|
|
610
610
|
description: string | null;
|
|
611
611
|
title: string | null;
|
|
612
|
-
url: string | null;
|
|
613
612
|
id: string | null;
|
|
613
|
+
url: string | null;
|
|
614
614
|
location: string | null;
|
|
615
615
|
postedAt: string | null;
|
|
616
616
|
applyUrl: string | null;
|
|
617
617
|
salary: {
|
|
618
|
-
from: number | null;
|
|
619
618
|
to: number | null;
|
|
619
|
+
from: number | null;
|
|
620
620
|
currency: string | null;
|
|
621
621
|
period: string | null;
|
|
622
622
|
} | null;
|
|
@@ -631,14 +631,14 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
631
631
|
}, {
|
|
632
632
|
description: string | null;
|
|
633
633
|
title: string | null;
|
|
634
|
-
url: string | null;
|
|
635
634
|
id: string | null;
|
|
635
|
+
url: string | null;
|
|
636
636
|
location: string | null;
|
|
637
637
|
postedAt: string | null;
|
|
638
638
|
applyUrl: string | null;
|
|
639
639
|
salary: {
|
|
640
|
-
from: number | null;
|
|
641
640
|
to: number | null;
|
|
641
|
+
from: number | null;
|
|
642
642
|
currency: string | null;
|
|
643
643
|
period: string | null;
|
|
644
644
|
} | null;
|
|
@@ -666,9 +666,9 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
666
666
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
667
667
|
}, "strip", z.ZodTypeAny, {
|
|
668
668
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
669
|
+
limit?: number | undefined;
|
|
669
670
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
670
671
|
username?: string | undefined;
|
|
671
|
-
limit?: number | undefined;
|
|
672
672
|
pageNumber?: number | undefined;
|
|
673
673
|
location?: string | undefined;
|
|
674
674
|
keyword?: string | undefined;
|
|
@@ -679,9 +679,9 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
679
679
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
680
680
|
}, {
|
|
681
681
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
682
|
+
limit?: number | undefined;
|
|
682
683
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
683
684
|
username?: string | undefined;
|
|
684
|
-
limit?: number | undefined;
|
|
685
685
|
pageNumber?: number | undefined;
|
|
686
686
|
location?: string | undefined;
|
|
687
687
|
keyword?: string | undefined;
|
|
@@ -722,13 +722,13 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
722
722
|
currency: z.ZodNullable<z.ZodString>;
|
|
723
723
|
period: z.ZodNullable<z.ZodString>;
|
|
724
724
|
}, "strip", z.ZodTypeAny, {
|
|
725
|
-
from: number | null;
|
|
726
725
|
to: number | null;
|
|
726
|
+
from: number | null;
|
|
727
727
|
currency: string | null;
|
|
728
728
|
period: string | null;
|
|
729
729
|
}, {
|
|
730
|
-
from: number | null;
|
|
731
730
|
to: number | null;
|
|
731
|
+
from: number | null;
|
|
732
732
|
currency: string | null;
|
|
733
733
|
period: string | null;
|
|
734
734
|
}>>;
|
|
@@ -736,14 +736,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
736
736
|
}, "strip", z.ZodTypeAny, {
|
|
737
737
|
description: string | null;
|
|
738
738
|
title: string | null;
|
|
739
|
-
url: string | null;
|
|
740
739
|
id: string | null;
|
|
740
|
+
url: string | null;
|
|
741
741
|
location: string | null;
|
|
742
742
|
postedAt: string | null;
|
|
743
743
|
applyUrl: string | null;
|
|
744
744
|
salary: {
|
|
745
|
-
from: number | null;
|
|
746
745
|
to: number | null;
|
|
746
|
+
from: number | null;
|
|
747
747
|
currency: string | null;
|
|
748
748
|
period: string | null;
|
|
749
749
|
} | null;
|
|
@@ -758,14 +758,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
758
758
|
}, {
|
|
759
759
|
description: string | null;
|
|
760
760
|
title: string | null;
|
|
761
|
-
url: string | null;
|
|
762
761
|
id: string | null;
|
|
762
|
+
url: string | null;
|
|
763
763
|
location: string | null;
|
|
764
764
|
postedAt: string | null;
|
|
765
765
|
applyUrl: string | null;
|
|
766
766
|
salary: {
|
|
767
|
-
from: number | null;
|
|
768
767
|
to: number | null;
|
|
768
|
+
from: number | null;
|
|
769
769
|
currency: string | null;
|
|
770
770
|
period: string | null;
|
|
771
771
|
} | null;
|
|
@@ -830,23 +830,23 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
830
830
|
comments: z.ZodNullable<z.ZodNumber>;
|
|
831
831
|
reposts: z.ZodNullable<z.ZodNumber>;
|
|
832
832
|
}, "strip", z.ZodTypeAny, {
|
|
833
|
+
comments: number | null;
|
|
833
834
|
like: number | null;
|
|
834
835
|
support: number | null;
|
|
835
836
|
love: number | null;
|
|
836
837
|
insight: number | null;
|
|
837
838
|
celebrate: number | null;
|
|
838
839
|
funny: number | null;
|
|
839
|
-
comments: number | null;
|
|
840
840
|
reposts: number | null;
|
|
841
841
|
totalReactions: number | null;
|
|
842
842
|
}, {
|
|
843
|
+
comments: number | null;
|
|
843
844
|
like: number | null;
|
|
844
845
|
support: number | null;
|
|
845
846
|
love: number | null;
|
|
846
847
|
insight: number | null;
|
|
847
848
|
celebrate: number | null;
|
|
848
849
|
funny: number | null;
|
|
849
|
-
comments: number | null;
|
|
850
850
|
reposts: number | null;
|
|
851
851
|
totalReactions: number | null;
|
|
852
852
|
}>>;
|
|
@@ -969,23 +969,23 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
969
969
|
comments: z.ZodNullable<z.ZodNumber>;
|
|
970
970
|
reposts: z.ZodNullable<z.ZodNumber>;
|
|
971
971
|
}, "strip", z.ZodTypeAny, {
|
|
972
|
+
comments: number | null;
|
|
972
973
|
like: number | null;
|
|
973
974
|
support: number | null;
|
|
974
975
|
love: number | null;
|
|
975
976
|
insight: number | null;
|
|
976
977
|
celebrate: number | null;
|
|
977
978
|
funny: number | null;
|
|
978
|
-
comments: number | null;
|
|
979
979
|
reposts: number | null;
|
|
980
980
|
totalReactions: number | null;
|
|
981
981
|
}, {
|
|
982
|
+
comments: number | null;
|
|
982
983
|
like: number | null;
|
|
983
984
|
support: number | null;
|
|
984
985
|
love: number | null;
|
|
985
986
|
insight: number | null;
|
|
986
987
|
celebrate: number | null;
|
|
987
988
|
funny: number | null;
|
|
988
|
-
comments: number | null;
|
|
989
989
|
reposts: number | null;
|
|
990
990
|
totalReactions: number | null;
|
|
991
991
|
}>>;
|
|
@@ -1026,9 +1026,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1026
1026
|
thumbnail: string | null;
|
|
1027
1027
|
}>>;
|
|
1028
1028
|
}, "strip", z.ZodTypeAny, {
|
|
1029
|
-
url: string | null;
|
|
1030
|
-
text: string | null;
|
|
1031
|
-
urn: string | null;
|
|
1032
1029
|
author: {
|
|
1033
1030
|
username: string | null;
|
|
1034
1031
|
headline: string | null;
|
|
@@ -1037,14 +1034,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1037
1034
|
firstName: string | null;
|
|
1038
1035
|
lastName: string | null;
|
|
1039
1036
|
} | null;
|
|
1037
|
+
url: string | null;
|
|
1038
|
+
text: string | null;
|
|
1039
|
+
urn: string | null;
|
|
1040
1040
|
stats: {
|
|
1041
|
+
comments: number | null;
|
|
1041
1042
|
like: number | null;
|
|
1042
1043
|
support: number | null;
|
|
1043
1044
|
love: number | null;
|
|
1044
1045
|
insight: number | null;
|
|
1045
1046
|
celebrate: number | null;
|
|
1046
1047
|
funny: number | null;
|
|
1047
|
-
comments: number | null;
|
|
1048
1048
|
reposts: number | null;
|
|
1049
1049
|
totalReactions: number | null;
|
|
1050
1050
|
} | null;
|
|
@@ -1065,9 +1065,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1065
1065
|
} | null;
|
|
1066
1066
|
postType: string | null;
|
|
1067
1067
|
}, {
|
|
1068
|
-
url: string | null;
|
|
1069
|
-
text: string | null;
|
|
1070
|
-
urn: string | null;
|
|
1071
1068
|
author: {
|
|
1072
1069
|
username: string | null;
|
|
1073
1070
|
headline: string | null;
|
|
@@ -1076,14 +1073,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1076
1073
|
firstName: string | null;
|
|
1077
1074
|
lastName: string | null;
|
|
1078
1075
|
} | null;
|
|
1076
|
+
url: string | null;
|
|
1077
|
+
text: string | null;
|
|
1078
|
+
urn: string | null;
|
|
1079
1079
|
stats: {
|
|
1080
|
+
comments: number | null;
|
|
1080
1081
|
like: number | null;
|
|
1081
1082
|
support: number | null;
|
|
1082
1083
|
love: number | null;
|
|
1083
1084
|
insight: number | null;
|
|
1084
1085
|
celebrate: number | null;
|
|
1085
1086
|
funny: number | null;
|
|
1086
|
-
comments: number | null;
|
|
1087
1087
|
reposts: number | null;
|
|
1088
1088
|
totalReactions: number | null;
|
|
1089
1089
|
} | null;
|
|
@@ -1105,6 +1105,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1105
1105
|
postType: string | null;
|
|
1106
1106
|
}>>;
|
|
1107
1107
|
}, "strip", z.ZodTypeAny, {
|
|
1108
|
+
author: {
|
|
1109
|
+
username: string | null;
|
|
1110
|
+
headline: string | null;
|
|
1111
|
+
profileUrl: string | null;
|
|
1112
|
+
profilePicture: string | null;
|
|
1113
|
+
firstName: string | null;
|
|
1114
|
+
lastName: string | null;
|
|
1115
|
+
} | null;
|
|
1108
1116
|
url: string | null;
|
|
1109
1117
|
text: string | null;
|
|
1110
1118
|
document: {
|
|
@@ -1114,22 +1122,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1114
1122
|
pageCount: number | null;
|
|
1115
1123
|
} | null;
|
|
1116
1124
|
urn: string | null;
|
|
1117
|
-
author: {
|
|
1118
|
-
username: string | null;
|
|
1119
|
-
headline: string | null;
|
|
1120
|
-
profileUrl: string | null;
|
|
1121
|
-
profilePicture: string | null;
|
|
1122
|
-
firstName: string | null;
|
|
1123
|
-
lastName: string | null;
|
|
1124
|
-
} | null;
|
|
1125
1125
|
stats: {
|
|
1126
|
+
comments: number | null;
|
|
1126
1127
|
like: number | null;
|
|
1127
1128
|
support: number | null;
|
|
1128
1129
|
love: number | null;
|
|
1129
1130
|
insight: number | null;
|
|
1130
1131
|
celebrate: number | null;
|
|
1131
1132
|
funny: number | null;
|
|
1132
|
-
comments: number | null;
|
|
1133
1133
|
reposts: number | null;
|
|
1134
1134
|
totalReactions: number | null;
|
|
1135
1135
|
} | null;
|
|
@@ -1157,9 +1157,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1157
1157
|
fullUrn: string | null;
|
|
1158
1158
|
postType: string | null;
|
|
1159
1159
|
resharedPost: {
|
|
1160
|
-
url: string | null;
|
|
1161
|
-
text: string | null;
|
|
1162
|
-
urn: string | null;
|
|
1163
1160
|
author: {
|
|
1164
1161
|
username: string | null;
|
|
1165
1162
|
headline: string | null;
|
|
@@ -1168,14 +1165,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1168
1165
|
firstName: string | null;
|
|
1169
1166
|
lastName: string | null;
|
|
1170
1167
|
} | null;
|
|
1168
|
+
url: string | null;
|
|
1169
|
+
text: string | null;
|
|
1170
|
+
urn: string | null;
|
|
1171
1171
|
stats: {
|
|
1172
|
+
comments: number | null;
|
|
1172
1173
|
like: number | null;
|
|
1173
1174
|
support: number | null;
|
|
1174
1175
|
love: number | null;
|
|
1175
1176
|
insight: number | null;
|
|
1176
1177
|
celebrate: number | null;
|
|
1177
1178
|
funny: number | null;
|
|
1178
|
-
comments: number | null;
|
|
1179
1179
|
reposts: number | null;
|
|
1180
1180
|
totalReactions: number | null;
|
|
1181
1181
|
} | null;
|
|
@@ -1197,6 +1197,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1197
1197
|
postType: string | null;
|
|
1198
1198
|
} | null;
|
|
1199
1199
|
}, {
|
|
1200
|
+
author: {
|
|
1201
|
+
username: string | null;
|
|
1202
|
+
headline: string | null;
|
|
1203
|
+
profileUrl: string | null;
|
|
1204
|
+
profilePicture: string | null;
|
|
1205
|
+
firstName: string | null;
|
|
1206
|
+
lastName: string | null;
|
|
1207
|
+
} | null;
|
|
1200
1208
|
url: string | null;
|
|
1201
1209
|
text: string | null;
|
|
1202
1210
|
document: {
|
|
@@ -1206,22 +1214,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1206
1214
|
pageCount: number | null;
|
|
1207
1215
|
} | null;
|
|
1208
1216
|
urn: string | null;
|
|
1209
|
-
author: {
|
|
1210
|
-
username: string | null;
|
|
1211
|
-
headline: string | null;
|
|
1212
|
-
profileUrl: string | null;
|
|
1213
|
-
profilePicture: string | null;
|
|
1214
|
-
firstName: string | null;
|
|
1215
|
-
lastName: string | null;
|
|
1216
|
-
} | null;
|
|
1217
1217
|
stats: {
|
|
1218
|
+
comments: number | null;
|
|
1218
1219
|
like: number | null;
|
|
1219
1220
|
support: number | null;
|
|
1220
1221
|
love: number | null;
|
|
1221
1222
|
insight: number | null;
|
|
1222
1223
|
celebrate: number | null;
|
|
1223
1224
|
funny: number | null;
|
|
1224
|
-
comments: number | null;
|
|
1225
1225
|
reposts: number | null;
|
|
1226
1226
|
totalReactions: number | null;
|
|
1227
1227
|
} | null;
|
|
@@ -1249,9 +1249,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1249
1249
|
fullUrn: string | null;
|
|
1250
1250
|
postType: string | null;
|
|
1251
1251
|
resharedPost: {
|
|
1252
|
-
url: string | null;
|
|
1253
|
-
text: string | null;
|
|
1254
|
-
urn: string | null;
|
|
1255
1252
|
author: {
|
|
1256
1253
|
username: string | null;
|
|
1257
1254
|
headline: string | null;
|
|
@@ -1260,14 +1257,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1260
1257
|
firstName: string | null;
|
|
1261
1258
|
lastName: string | null;
|
|
1262
1259
|
} | null;
|
|
1260
|
+
url: string | null;
|
|
1261
|
+
text: string | null;
|
|
1262
|
+
urn: string | null;
|
|
1263
1263
|
stats: {
|
|
1264
|
+
comments: number | null;
|
|
1264
1265
|
like: number | null;
|
|
1265
1266
|
support: number | null;
|
|
1266
1267
|
love: number | null;
|
|
1267
1268
|
insight: number | null;
|
|
1268
1269
|
celebrate: number | null;
|
|
1269
1270
|
funny: number | null;
|
|
1270
|
-
comments: number | null;
|
|
1271
1271
|
reposts: number | null;
|
|
1272
1272
|
totalReactions: number | null;
|
|
1273
1273
|
} | null;
|
|
@@ -1302,6 +1302,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1302
1302
|
success: boolean;
|
|
1303
1303
|
error: string;
|
|
1304
1304
|
posts: {
|
|
1305
|
+
author: {
|
|
1306
|
+
username: string | null;
|
|
1307
|
+
headline: string | null;
|
|
1308
|
+
profileUrl: string | null;
|
|
1309
|
+
profilePicture: string | null;
|
|
1310
|
+
firstName: string | null;
|
|
1311
|
+
lastName: string | null;
|
|
1312
|
+
} | null;
|
|
1305
1313
|
url: string | null;
|
|
1306
1314
|
text: string | null;
|
|
1307
1315
|
document: {
|
|
@@ -1311,22 +1319,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1311
1319
|
pageCount: number | null;
|
|
1312
1320
|
} | null;
|
|
1313
1321
|
urn: string | null;
|
|
1314
|
-
author: {
|
|
1315
|
-
username: string | null;
|
|
1316
|
-
headline: string | null;
|
|
1317
|
-
profileUrl: string | null;
|
|
1318
|
-
profilePicture: string | null;
|
|
1319
|
-
firstName: string | null;
|
|
1320
|
-
lastName: string | null;
|
|
1321
|
-
} | null;
|
|
1322
1322
|
stats: {
|
|
1323
|
+
comments: number | null;
|
|
1323
1324
|
like: number | null;
|
|
1324
1325
|
support: number | null;
|
|
1325
1326
|
love: number | null;
|
|
1326
1327
|
insight: number | null;
|
|
1327
1328
|
celebrate: number | null;
|
|
1328
1329
|
funny: number | null;
|
|
1329
|
-
comments: number | null;
|
|
1330
1330
|
reposts: number | null;
|
|
1331
1331
|
totalReactions: number | null;
|
|
1332
1332
|
} | null;
|
|
@@ -1354,9 +1354,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1354
1354
|
fullUrn: string | null;
|
|
1355
1355
|
postType: string | null;
|
|
1356
1356
|
resharedPost: {
|
|
1357
|
-
url: string | null;
|
|
1358
|
-
text: string | null;
|
|
1359
|
-
urn: string | null;
|
|
1360
1357
|
author: {
|
|
1361
1358
|
username: string | null;
|
|
1362
1359
|
headline: string | null;
|
|
@@ -1365,14 +1362,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1365
1362
|
firstName: string | null;
|
|
1366
1363
|
lastName: string | null;
|
|
1367
1364
|
} | null;
|
|
1365
|
+
url: string | null;
|
|
1366
|
+
text: string | null;
|
|
1367
|
+
urn: string | null;
|
|
1368
1368
|
stats: {
|
|
1369
|
+
comments: number | null;
|
|
1369
1370
|
like: number | null;
|
|
1370
1371
|
support: number | null;
|
|
1371
1372
|
love: number | null;
|
|
1372
1373
|
insight: number | null;
|
|
1373
1374
|
celebrate: number | null;
|
|
1374
1375
|
funny: number | null;
|
|
1375
|
-
comments: number | null;
|
|
1376
1376
|
reposts: number | null;
|
|
1377
1377
|
totalReactions: number | null;
|
|
1378
1378
|
} | null;
|
|
@@ -1400,14 +1400,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1400
1400
|
jobs?: {
|
|
1401
1401
|
description: string | null;
|
|
1402
1402
|
title: string | null;
|
|
1403
|
-
url: string | null;
|
|
1404
1403
|
id: string | null;
|
|
1404
|
+
url: string | null;
|
|
1405
1405
|
location: string | null;
|
|
1406
1406
|
postedAt: string | null;
|
|
1407
1407
|
applyUrl: string | null;
|
|
1408
1408
|
salary: {
|
|
1409
|
-
from: number | null;
|
|
1410
1409
|
to: number | null;
|
|
1410
|
+
from: number | null;
|
|
1411
1411
|
currency: string | null;
|
|
1412
1412
|
period: string | null;
|
|
1413
1413
|
} | null;
|
|
@@ -1428,6 +1428,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1428
1428
|
success: boolean;
|
|
1429
1429
|
error: string;
|
|
1430
1430
|
posts: {
|
|
1431
|
+
author: {
|
|
1432
|
+
username: string | null;
|
|
1433
|
+
headline: string | null;
|
|
1434
|
+
profileUrl: string | null;
|
|
1435
|
+
profilePicture: string | null;
|
|
1436
|
+
firstName: string | null;
|
|
1437
|
+
lastName: string | null;
|
|
1438
|
+
} | null;
|
|
1431
1439
|
url: string | null;
|
|
1432
1440
|
text: string | null;
|
|
1433
1441
|
document: {
|
|
@@ -1437,22 +1445,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1437
1445
|
pageCount: number | null;
|
|
1438
1446
|
} | null;
|
|
1439
1447
|
urn: string | null;
|
|
1440
|
-
author: {
|
|
1441
|
-
username: string | null;
|
|
1442
|
-
headline: string | null;
|
|
1443
|
-
profileUrl: string | null;
|
|
1444
|
-
profilePicture: string | null;
|
|
1445
|
-
firstName: string | null;
|
|
1446
|
-
lastName: string | null;
|
|
1447
|
-
} | null;
|
|
1448
1448
|
stats: {
|
|
1449
|
+
comments: number | null;
|
|
1449
1450
|
like: number | null;
|
|
1450
1451
|
support: number | null;
|
|
1451
1452
|
love: number | null;
|
|
1452
1453
|
insight: number | null;
|
|
1453
1454
|
celebrate: number | null;
|
|
1454
1455
|
funny: number | null;
|
|
1455
|
-
comments: number | null;
|
|
1456
1456
|
reposts: number | null;
|
|
1457
1457
|
totalReactions: number | null;
|
|
1458
1458
|
} | null;
|
|
@@ -1480,9 +1480,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1480
1480
|
fullUrn: string | null;
|
|
1481
1481
|
postType: string | null;
|
|
1482
1482
|
resharedPost: {
|
|
1483
|
-
url: string | null;
|
|
1484
|
-
text: string | null;
|
|
1485
|
-
urn: string | null;
|
|
1486
1483
|
author: {
|
|
1487
1484
|
username: string | null;
|
|
1488
1485
|
headline: string | null;
|
|
@@ -1491,14 +1488,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1491
1488
|
firstName: string | null;
|
|
1492
1489
|
lastName: string | null;
|
|
1493
1490
|
} | null;
|
|
1491
|
+
url: string | null;
|
|
1492
|
+
text: string | null;
|
|
1493
|
+
urn: string | null;
|
|
1494
1494
|
stats: {
|
|
1495
|
+
comments: number | null;
|
|
1495
1496
|
like: number | null;
|
|
1496
1497
|
support: number | null;
|
|
1497
1498
|
love: number | null;
|
|
1498
1499
|
insight: number | null;
|
|
1499
1500
|
celebrate: number | null;
|
|
1500
1501
|
funny: number | null;
|
|
1501
|
-
comments: number | null;
|
|
1502
1502
|
reposts: number | null;
|
|
1503
1503
|
totalReactions: number | null;
|
|
1504
1504
|
} | null;
|
|
@@ -1526,14 +1526,14 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1526
1526
|
jobs?: {
|
|
1527
1527
|
description: string | null;
|
|
1528
1528
|
title: string | null;
|
|
1529
|
-
url: string | null;
|
|
1530
1529
|
id: string | null;
|
|
1530
|
+
url: string | null;
|
|
1531
1531
|
location: string | null;
|
|
1532
1532
|
postedAt: string | null;
|
|
1533
1533
|
applyUrl: string | null;
|
|
1534
1534
|
salary: {
|
|
1535
|
-
from: number | null;
|
|
1536
1535
|
to: number | null;
|
|
1536
|
+
from: number | null;
|
|
1537
1537
|
currency: string | null;
|
|
1538
1538
|
period: string | null;
|
|
1539
1539
|
} | null;
|
|
@@ -1589,9 +1589,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1589
1589
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
1590
1590
|
}, "strip", z.ZodTypeAny, {
|
|
1591
1591
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1592
|
+
limit?: number | undefined;
|
|
1592
1593
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1593
1594
|
username?: string | undefined;
|
|
1594
|
-
limit?: number | undefined;
|
|
1595
1595
|
pageNumber?: number | undefined;
|
|
1596
1596
|
location?: string | undefined;
|
|
1597
1597
|
keyword?: string | undefined;
|
|
@@ -1602,9 +1602,9 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1602
1602
|
sortBy?: "relevance" | "date_posted" | undefined;
|
|
1603
1603
|
}, {
|
|
1604
1604
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1605
|
+
limit?: number | undefined;
|
|
1605
1606
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1606
1607
|
username?: string | undefined;
|
|
1607
|
-
limit?: number | undefined;
|
|
1608
1608
|
pageNumber?: number | undefined;
|
|
1609
1609
|
location?: string | undefined;
|
|
1610
1610
|
keyword?: string | undefined;
|
|
@@ -1645,13 +1645,13 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1645
1645
|
currency: z.ZodNullable<z.ZodString>;
|
|
1646
1646
|
period: z.ZodNullable<z.ZodString>;
|
|
1647
1647
|
}, "strip", z.ZodTypeAny, {
|
|
1648
|
-
from: number | null;
|
|
1649
1648
|
to: number | null;
|
|
1649
|
+
from: number | null;
|
|
1650
1650
|
currency: string | null;
|
|
1651
1651
|
period: string | null;
|
|
1652
1652
|
}, {
|
|
1653
|
-
from: number | null;
|
|
1654
1653
|
to: number | null;
|
|
1654
|
+
from: number | null;
|
|
1655
1655
|
currency: string | null;
|
|
1656
1656
|
period: string | null;
|
|
1657
1657
|
}>>;
|
|
@@ -1659,14 +1659,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1659
1659
|
}, "strip", z.ZodTypeAny, {
|
|
1660
1660
|
description: string | null;
|
|
1661
1661
|
title: string | null;
|
|
1662
|
-
url: string | null;
|
|
1663
1662
|
id: string | null;
|
|
1663
|
+
url: string | null;
|
|
1664
1664
|
location: string | null;
|
|
1665
1665
|
postedAt: string | null;
|
|
1666
1666
|
applyUrl: string | null;
|
|
1667
1667
|
salary: {
|
|
1668
|
-
from: number | null;
|
|
1669
1668
|
to: number | null;
|
|
1669
|
+
from: number | null;
|
|
1670
1670
|
currency: string | null;
|
|
1671
1671
|
period: string | null;
|
|
1672
1672
|
} | null;
|
|
@@ -1681,14 +1681,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1681
1681
|
}, {
|
|
1682
1682
|
description: string | null;
|
|
1683
1683
|
title: string | null;
|
|
1684
|
-
url: string | null;
|
|
1685
1684
|
id: string | null;
|
|
1685
|
+
url: string | null;
|
|
1686
1686
|
location: string | null;
|
|
1687
1687
|
postedAt: string | null;
|
|
1688
1688
|
applyUrl: string | null;
|
|
1689
1689
|
salary: {
|
|
1690
|
-
from: number | null;
|
|
1691
1690
|
to: number | null;
|
|
1691
|
+
from: number | null;
|
|
1692
1692
|
currency: string | null;
|
|
1693
1693
|
period: string | null;
|
|
1694
1694
|
} | null;
|
|
@@ -1753,23 +1753,23 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1753
1753
|
comments: z.ZodNullable<z.ZodNumber>;
|
|
1754
1754
|
reposts: z.ZodNullable<z.ZodNumber>;
|
|
1755
1755
|
}, "strip", z.ZodTypeAny, {
|
|
1756
|
+
comments: number | null;
|
|
1756
1757
|
like: number | null;
|
|
1757
1758
|
support: number | null;
|
|
1758
1759
|
love: number | null;
|
|
1759
1760
|
insight: number | null;
|
|
1760
1761
|
celebrate: number | null;
|
|
1761
1762
|
funny: number | null;
|
|
1762
|
-
comments: number | null;
|
|
1763
1763
|
reposts: number | null;
|
|
1764
1764
|
totalReactions: number | null;
|
|
1765
1765
|
}, {
|
|
1766
|
+
comments: number | null;
|
|
1766
1767
|
like: number | null;
|
|
1767
1768
|
support: number | null;
|
|
1768
1769
|
love: number | null;
|
|
1769
1770
|
insight: number | null;
|
|
1770
1771
|
celebrate: number | null;
|
|
1771
1772
|
funny: number | null;
|
|
1772
|
-
comments: number | null;
|
|
1773
1773
|
reposts: number | null;
|
|
1774
1774
|
totalReactions: number | null;
|
|
1775
1775
|
}>>;
|
|
@@ -1892,23 +1892,23 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1892
1892
|
comments: z.ZodNullable<z.ZodNumber>;
|
|
1893
1893
|
reposts: z.ZodNullable<z.ZodNumber>;
|
|
1894
1894
|
}, "strip", z.ZodTypeAny, {
|
|
1895
|
+
comments: number | null;
|
|
1895
1896
|
like: number | null;
|
|
1896
1897
|
support: number | null;
|
|
1897
1898
|
love: number | null;
|
|
1898
1899
|
insight: number | null;
|
|
1899
1900
|
celebrate: number | null;
|
|
1900
1901
|
funny: number | null;
|
|
1901
|
-
comments: number | null;
|
|
1902
1902
|
reposts: number | null;
|
|
1903
1903
|
totalReactions: number | null;
|
|
1904
1904
|
}, {
|
|
1905
|
+
comments: number | null;
|
|
1905
1906
|
like: number | null;
|
|
1906
1907
|
support: number | null;
|
|
1907
1908
|
love: number | null;
|
|
1908
1909
|
insight: number | null;
|
|
1909
1910
|
celebrate: number | null;
|
|
1910
1911
|
funny: number | null;
|
|
1911
|
-
comments: number | null;
|
|
1912
1912
|
reposts: number | null;
|
|
1913
1913
|
totalReactions: number | null;
|
|
1914
1914
|
}>>;
|
|
@@ -1949,9 +1949,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1949
1949
|
thumbnail: string | null;
|
|
1950
1950
|
}>>;
|
|
1951
1951
|
}, "strip", z.ZodTypeAny, {
|
|
1952
|
-
url: string | null;
|
|
1953
|
-
text: string | null;
|
|
1954
|
-
urn: string | null;
|
|
1955
1952
|
author: {
|
|
1956
1953
|
username: string | null;
|
|
1957
1954
|
headline: string | null;
|
|
@@ -1960,14 +1957,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1960
1957
|
firstName: string | null;
|
|
1961
1958
|
lastName: string | null;
|
|
1962
1959
|
} | null;
|
|
1960
|
+
url: string | null;
|
|
1961
|
+
text: string | null;
|
|
1962
|
+
urn: string | null;
|
|
1963
1963
|
stats: {
|
|
1964
|
+
comments: number | null;
|
|
1964
1965
|
like: number | null;
|
|
1965
1966
|
support: number | null;
|
|
1966
1967
|
love: number | null;
|
|
1967
1968
|
insight: number | null;
|
|
1968
1969
|
celebrate: number | null;
|
|
1969
1970
|
funny: number | null;
|
|
1970
|
-
comments: number | null;
|
|
1971
1971
|
reposts: number | null;
|
|
1972
1972
|
totalReactions: number | null;
|
|
1973
1973
|
} | null;
|
|
@@ -1988,9 +1988,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1988
1988
|
} | null;
|
|
1989
1989
|
postType: string | null;
|
|
1990
1990
|
}, {
|
|
1991
|
-
url: string | null;
|
|
1992
|
-
text: string | null;
|
|
1993
|
-
urn: string | null;
|
|
1994
1991
|
author: {
|
|
1995
1992
|
username: string | null;
|
|
1996
1993
|
headline: string | null;
|
|
@@ -1999,14 +1996,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1999
1996
|
firstName: string | null;
|
|
2000
1997
|
lastName: string | null;
|
|
2001
1998
|
} | null;
|
|
1999
|
+
url: string | null;
|
|
2000
|
+
text: string | null;
|
|
2001
|
+
urn: string | null;
|
|
2002
2002
|
stats: {
|
|
2003
|
+
comments: number | null;
|
|
2003
2004
|
like: number | null;
|
|
2004
2005
|
support: number | null;
|
|
2005
2006
|
love: number | null;
|
|
2006
2007
|
insight: number | null;
|
|
2007
2008
|
celebrate: number | null;
|
|
2008
2009
|
funny: number | null;
|
|
2009
|
-
comments: number | null;
|
|
2010
2010
|
reposts: number | null;
|
|
2011
2011
|
totalReactions: number | null;
|
|
2012
2012
|
} | null;
|
|
@@ -2028,6 +2028,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2028
2028
|
postType: string | null;
|
|
2029
2029
|
}>>;
|
|
2030
2030
|
}, "strip", z.ZodTypeAny, {
|
|
2031
|
+
author: {
|
|
2032
|
+
username: string | null;
|
|
2033
|
+
headline: string | null;
|
|
2034
|
+
profileUrl: string | null;
|
|
2035
|
+
profilePicture: string | null;
|
|
2036
|
+
firstName: string | null;
|
|
2037
|
+
lastName: string | null;
|
|
2038
|
+
} | null;
|
|
2031
2039
|
url: string | null;
|
|
2032
2040
|
text: string | null;
|
|
2033
2041
|
document: {
|
|
@@ -2037,22 +2045,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2037
2045
|
pageCount: number | null;
|
|
2038
2046
|
} | null;
|
|
2039
2047
|
urn: string | null;
|
|
2040
|
-
author: {
|
|
2041
|
-
username: string | null;
|
|
2042
|
-
headline: string | null;
|
|
2043
|
-
profileUrl: string | null;
|
|
2044
|
-
profilePicture: string | null;
|
|
2045
|
-
firstName: string | null;
|
|
2046
|
-
lastName: string | null;
|
|
2047
|
-
} | null;
|
|
2048
2048
|
stats: {
|
|
2049
|
+
comments: number | null;
|
|
2049
2050
|
like: number | null;
|
|
2050
2051
|
support: number | null;
|
|
2051
2052
|
love: number | null;
|
|
2052
2053
|
insight: number | null;
|
|
2053
2054
|
celebrate: number | null;
|
|
2054
2055
|
funny: number | null;
|
|
2055
|
-
comments: number | null;
|
|
2056
2056
|
reposts: number | null;
|
|
2057
2057
|
totalReactions: number | null;
|
|
2058
2058
|
} | null;
|
|
@@ -2080,9 +2080,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2080
2080
|
fullUrn: string | null;
|
|
2081
2081
|
postType: string | null;
|
|
2082
2082
|
resharedPost: {
|
|
2083
|
-
url: string | null;
|
|
2084
|
-
text: string | null;
|
|
2085
|
-
urn: string | null;
|
|
2086
2083
|
author: {
|
|
2087
2084
|
username: string | null;
|
|
2088
2085
|
headline: string | null;
|
|
@@ -2091,14 +2088,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2091
2088
|
firstName: string | null;
|
|
2092
2089
|
lastName: string | null;
|
|
2093
2090
|
} | null;
|
|
2091
|
+
url: string | null;
|
|
2092
|
+
text: string | null;
|
|
2093
|
+
urn: string | null;
|
|
2094
2094
|
stats: {
|
|
2095
|
+
comments: number | null;
|
|
2095
2096
|
like: number | null;
|
|
2096
2097
|
support: number | null;
|
|
2097
2098
|
love: number | null;
|
|
2098
2099
|
insight: number | null;
|
|
2099
2100
|
celebrate: number | null;
|
|
2100
2101
|
funny: number | null;
|
|
2101
|
-
comments: number | null;
|
|
2102
2102
|
reposts: number | null;
|
|
2103
2103
|
totalReactions: number | null;
|
|
2104
2104
|
} | null;
|
|
@@ -2120,6 +2120,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2120
2120
|
postType: string | null;
|
|
2121
2121
|
} | null;
|
|
2122
2122
|
}, {
|
|
2123
|
+
author: {
|
|
2124
|
+
username: string | null;
|
|
2125
|
+
headline: string | null;
|
|
2126
|
+
profileUrl: string | null;
|
|
2127
|
+
profilePicture: string | null;
|
|
2128
|
+
firstName: string | null;
|
|
2129
|
+
lastName: string | null;
|
|
2130
|
+
} | null;
|
|
2123
2131
|
url: string | null;
|
|
2124
2132
|
text: string | null;
|
|
2125
2133
|
document: {
|
|
@@ -2129,22 +2137,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2129
2137
|
pageCount: number | null;
|
|
2130
2138
|
} | null;
|
|
2131
2139
|
urn: string | null;
|
|
2132
|
-
author: {
|
|
2133
|
-
username: string | null;
|
|
2134
|
-
headline: string | null;
|
|
2135
|
-
profileUrl: string | null;
|
|
2136
|
-
profilePicture: string | null;
|
|
2137
|
-
firstName: string | null;
|
|
2138
|
-
lastName: string | null;
|
|
2139
|
-
} | null;
|
|
2140
2140
|
stats: {
|
|
2141
|
+
comments: number | null;
|
|
2141
2142
|
like: number | null;
|
|
2142
2143
|
support: number | null;
|
|
2143
2144
|
love: number | null;
|
|
2144
2145
|
insight: number | null;
|
|
2145
2146
|
celebrate: number | null;
|
|
2146
2147
|
funny: number | null;
|
|
2147
|
-
comments: number | null;
|
|
2148
2148
|
reposts: number | null;
|
|
2149
2149
|
totalReactions: number | null;
|
|
2150
2150
|
} | null;
|
|
@@ -2172,9 +2172,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2172
2172
|
fullUrn: string | null;
|
|
2173
2173
|
postType: string | null;
|
|
2174
2174
|
resharedPost: {
|
|
2175
|
-
url: string | null;
|
|
2176
|
-
text: string | null;
|
|
2177
|
-
urn: string | null;
|
|
2178
2175
|
author: {
|
|
2179
2176
|
username: string | null;
|
|
2180
2177
|
headline: string | null;
|
|
@@ -2183,14 +2180,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2183
2180
|
firstName: string | null;
|
|
2184
2181
|
lastName: string | null;
|
|
2185
2182
|
} | null;
|
|
2183
|
+
url: string | null;
|
|
2184
|
+
text: string | null;
|
|
2185
|
+
urn: string | null;
|
|
2186
2186
|
stats: {
|
|
2187
|
+
comments: number | null;
|
|
2187
2188
|
like: number | null;
|
|
2188
2189
|
support: number | null;
|
|
2189
2190
|
love: number | null;
|
|
2190
2191
|
insight: number | null;
|
|
2191
2192
|
celebrate: number | null;
|
|
2192
2193
|
funny: number | null;
|
|
2193
|
-
comments: number | null;
|
|
2194
2194
|
reposts: number | null;
|
|
2195
2195
|
totalReactions: number | null;
|
|
2196
2196
|
} | null;
|
|
@@ -2225,6 +2225,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2225
2225
|
success: boolean;
|
|
2226
2226
|
error: string;
|
|
2227
2227
|
posts: {
|
|
2228
|
+
author: {
|
|
2229
|
+
username: string | null;
|
|
2230
|
+
headline: string | null;
|
|
2231
|
+
profileUrl: string | null;
|
|
2232
|
+
profilePicture: string | null;
|
|
2233
|
+
firstName: string | null;
|
|
2234
|
+
lastName: string | null;
|
|
2235
|
+
} | null;
|
|
2228
2236
|
url: string | null;
|
|
2229
2237
|
text: string | null;
|
|
2230
2238
|
document: {
|
|
@@ -2234,22 +2242,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2234
2242
|
pageCount: number | null;
|
|
2235
2243
|
} | null;
|
|
2236
2244
|
urn: string | null;
|
|
2237
|
-
author: {
|
|
2238
|
-
username: string | null;
|
|
2239
|
-
headline: string | null;
|
|
2240
|
-
profileUrl: string | null;
|
|
2241
|
-
profilePicture: string | null;
|
|
2242
|
-
firstName: string | null;
|
|
2243
|
-
lastName: string | null;
|
|
2244
|
-
} | null;
|
|
2245
2245
|
stats: {
|
|
2246
|
+
comments: number | null;
|
|
2246
2247
|
like: number | null;
|
|
2247
2248
|
support: number | null;
|
|
2248
2249
|
love: number | null;
|
|
2249
2250
|
insight: number | null;
|
|
2250
2251
|
celebrate: number | null;
|
|
2251
2252
|
funny: number | null;
|
|
2252
|
-
comments: number | null;
|
|
2253
2253
|
reposts: number | null;
|
|
2254
2254
|
totalReactions: number | null;
|
|
2255
2255
|
} | null;
|
|
@@ -2277,9 +2277,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2277
2277
|
fullUrn: string | null;
|
|
2278
2278
|
postType: string | null;
|
|
2279
2279
|
resharedPost: {
|
|
2280
|
-
url: string | null;
|
|
2281
|
-
text: string | null;
|
|
2282
|
-
urn: string | null;
|
|
2283
2280
|
author: {
|
|
2284
2281
|
username: string | null;
|
|
2285
2282
|
headline: string | null;
|
|
@@ -2288,14 +2285,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2288
2285
|
firstName: string | null;
|
|
2289
2286
|
lastName: string | null;
|
|
2290
2287
|
} | null;
|
|
2288
|
+
url: string | null;
|
|
2289
|
+
text: string | null;
|
|
2290
|
+
urn: string | null;
|
|
2291
2291
|
stats: {
|
|
2292
|
+
comments: number | null;
|
|
2292
2293
|
like: number | null;
|
|
2293
2294
|
support: number | null;
|
|
2294
2295
|
love: number | null;
|
|
2295
2296
|
insight: number | null;
|
|
2296
2297
|
celebrate: number | null;
|
|
2297
2298
|
funny: number | null;
|
|
2298
|
-
comments: number | null;
|
|
2299
2299
|
reposts: number | null;
|
|
2300
2300
|
totalReactions: number | null;
|
|
2301
2301
|
} | null;
|
|
@@ -2323,14 +2323,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2323
2323
|
jobs?: {
|
|
2324
2324
|
description: string | null;
|
|
2325
2325
|
title: string | null;
|
|
2326
|
-
url: string | null;
|
|
2327
2326
|
id: string | null;
|
|
2327
|
+
url: string | null;
|
|
2328
2328
|
location: string | null;
|
|
2329
2329
|
postedAt: string | null;
|
|
2330
2330
|
applyUrl: string | null;
|
|
2331
2331
|
salary: {
|
|
2332
|
-
from: number | null;
|
|
2333
2332
|
to: number | null;
|
|
2333
|
+
from: number | null;
|
|
2334
2334
|
currency: string | null;
|
|
2335
2335
|
period: string | null;
|
|
2336
2336
|
} | null;
|
|
@@ -2351,6 +2351,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2351
2351
|
success: boolean;
|
|
2352
2352
|
error: string;
|
|
2353
2353
|
posts: {
|
|
2354
|
+
author: {
|
|
2355
|
+
username: string | null;
|
|
2356
|
+
headline: string | null;
|
|
2357
|
+
profileUrl: string | null;
|
|
2358
|
+
profilePicture: string | null;
|
|
2359
|
+
firstName: string | null;
|
|
2360
|
+
lastName: string | null;
|
|
2361
|
+
} | null;
|
|
2354
2362
|
url: string | null;
|
|
2355
2363
|
text: string | null;
|
|
2356
2364
|
document: {
|
|
@@ -2360,22 +2368,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2360
2368
|
pageCount: number | null;
|
|
2361
2369
|
} | null;
|
|
2362
2370
|
urn: string | null;
|
|
2363
|
-
author: {
|
|
2364
|
-
username: string | null;
|
|
2365
|
-
headline: string | null;
|
|
2366
|
-
profileUrl: string | null;
|
|
2367
|
-
profilePicture: string | null;
|
|
2368
|
-
firstName: string | null;
|
|
2369
|
-
lastName: string | null;
|
|
2370
|
-
} | null;
|
|
2371
2371
|
stats: {
|
|
2372
|
+
comments: number | null;
|
|
2372
2373
|
like: number | null;
|
|
2373
2374
|
support: number | null;
|
|
2374
2375
|
love: number | null;
|
|
2375
2376
|
insight: number | null;
|
|
2376
2377
|
celebrate: number | null;
|
|
2377
2378
|
funny: number | null;
|
|
2378
|
-
comments: number | null;
|
|
2379
2379
|
reposts: number | null;
|
|
2380
2380
|
totalReactions: number | null;
|
|
2381
2381
|
} | null;
|
|
@@ -2403,9 +2403,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2403
2403
|
fullUrn: string | null;
|
|
2404
2404
|
postType: string | null;
|
|
2405
2405
|
resharedPost: {
|
|
2406
|
-
url: string | null;
|
|
2407
|
-
text: string | null;
|
|
2408
|
-
urn: string | null;
|
|
2409
2406
|
author: {
|
|
2410
2407
|
username: string | null;
|
|
2411
2408
|
headline: string | null;
|
|
@@ -2414,14 +2411,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2414
2411
|
firstName: string | null;
|
|
2415
2412
|
lastName: string | null;
|
|
2416
2413
|
} | null;
|
|
2414
|
+
url: string | null;
|
|
2415
|
+
text: string | null;
|
|
2416
|
+
urn: string | null;
|
|
2417
2417
|
stats: {
|
|
2418
|
+
comments: number | null;
|
|
2418
2419
|
like: number | null;
|
|
2419
2420
|
support: number | null;
|
|
2420
2421
|
love: number | null;
|
|
2421
2422
|
insight: number | null;
|
|
2422
2423
|
celebrate: number | null;
|
|
2423
2424
|
funny: number | null;
|
|
2424
|
-
comments: number | null;
|
|
2425
2425
|
reposts: number | null;
|
|
2426
2426
|
totalReactions: number | null;
|
|
2427
2427
|
} | null;
|
|
@@ -2449,14 +2449,14 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2449
2449
|
jobs?: {
|
|
2450
2450
|
description: string | null;
|
|
2451
2451
|
title: string | null;
|
|
2452
|
-
url: string | null;
|
|
2453
2452
|
id: string | null;
|
|
2453
|
+
url: string | null;
|
|
2454
2454
|
location: string | null;
|
|
2455
2455
|
postedAt: string | null;
|
|
2456
2456
|
applyUrl: string | null;
|
|
2457
2457
|
salary: {
|
|
2458
|
-
from: number | null;
|
|
2459
2458
|
to: number | null;
|
|
2459
|
+
from: number | null;
|
|
2460
2460
|
currency: string | null;
|
|
2461
2461
|
period: string | null;
|
|
2462
2462
|
} | null;
|