@bubblelab/bubble-core 0.1.28 → 0.1.31
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 +161 -92
- 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 +4 -4
- package/dist/bubbles/service-bubble/airtable.d.ts +94 -94
- 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 +4 -4
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- 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 +132 -132
- package/dist/bubbles/service-bubble/followupboss.d.ts +34 -34
- package/dist/bubbles/service-bubble/github.d.ts +122 -122
- package/dist/bubbles/service-bubble/gmail.d.ts +391 -391
- package/dist/bubbles/service-bubble/google-calendar.d.ts +96 -96
- package/dist/bubbles/service-bubble/google-drive.d.ts +46 -46
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +41 -41
- 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 +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- 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 +573 -0
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +3660 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js +499 -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 +4 -4
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +2 -2
- package/dist/bubbles/service-bubble/slack/slack.d.ts +114 -114
- 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 +2 -2
- 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 +172 -172
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +2 -2
- 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 +60 -60
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
- package/dist/bubbles.json +1795 -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
|
}>>;
|
|
@@ -304,8 +304,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
304
304
|
}>>;
|
|
305
305
|
}, "strip", z.ZodTypeAny, {
|
|
306
306
|
url: string | null;
|
|
307
|
-
text: string | null;
|
|
308
|
-
urn: string | null;
|
|
309
307
|
author: {
|
|
310
308
|
username: string | null;
|
|
311
309
|
headline: string | null;
|
|
@@ -314,14 +312,16 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
314
312
|
firstName: string | null;
|
|
315
313
|
lastName: string | null;
|
|
316
314
|
} | 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;
|
|
@@ -343,8 +343,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
343
343
|
postType: string | null;
|
|
344
344
|
}, {
|
|
345
345
|
url: string | null;
|
|
346
|
-
text: string | null;
|
|
347
|
-
urn: string | null;
|
|
348
346
|
author: {
|
|
349
347
|
username: string | null;
|
|
350
348
|
headline: string | null;
|
|
@@ -353,14 +351,16 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
353
351
|
firstName: string | null;
|
|
354
352
|
lastName: string | null;
|
|
355
353
|
} | 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;
|
|
@@ -383,14 +383,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
383
383
|
}>>;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
385
|
url: string | null;
|
|
386
|
-
text: string | null;
|
|
387
|
-
document: {
|
|
388
|
-
title: string | null;
|
|
389
|
-
url: string | null;
|
|
390
|
-
thumbnail: string | null;
|
|
391
|
-
pageCount: number | null;
|
|
392
|
-
} | null;
|
|
393
|
-
urn: string | null;
|
|
394
386
|
author: {
|
|
395
387
|
username: string | null;
|
|
396
388
|
headline: string | null;
|
|
@@ -399,14 +391,22 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
399
391
|
firstName: string | null;
|
|
400
392
|
lastName: string | null;
|
|
401
393
|
} | null;
|
|
394
|
+
text: string | null;
|
|
395
|
+
document: {
|
|
396
|
+
title: string | null;
|
|
397
|
+
url: string | null;
|
|
398
|
+
thumbnail: string | null;
|
|
399
|
+
pageCount: number | null;
|
|
400
|
+
} | null;
|
|
401
|
+
urn: string | 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;
|
|
@@ -435,8 +435,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
435
435
|
postType: string | null;
|
|
436
436
|
resharedPost: {
|
|
437
437
|
url: string | null;
|
|
438
|
-
text: string | null;
|
|
439
|
-
urn: string | null;
|
|
440
438
|
author: {
|
|
441
439
|
username: string | null;
|
|
442
440
|
headline: string | null;
|
|
@@ -445,14 +443,16 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
445
443
|
firstName: string | null;
|
|
446
444
|
lastName: string | null;
|
|
447
445
|
} | 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;
|
|
@@ -475,14 +475,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
475
475
|
} | null;
|
|
476
476
|
}, {
|
|
477
477
|
url: string | null;
|
|
478
|
-
text: string | null;
|
|
479
|
-
document: {
|
|
480
|
-
title: string | null;
|
|
481
|
-
url: string | null;
|
|
482
|
-
thumbnail: string | null;
|
|
483
|
-
pageCount: number | null;
|
|
484
|
-
} | null;
|
|
485
|
-
urn: string | null;
|
|
486
478
|
author: {
|
|
487
479
|
username: string | null;
|
|
488
480
|
headline: string | null;
|
|
@@ -491,14 +483,22 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
491
483
|
firstName: string | null;
|
|
492
484
|
lastName: string | null;
|
|
493
485
|
} | null;
|
|
486
|
+
text: string | null;
|
|
487
|
+
document: {
|
|
488
|
+
title: string | null;
|
|
489
|
+
url: string | null;
|
|
490
|
+
thumbnail: string | null;
|
|
491
|
+
pageCount: number | null;
|
|
492
|
+
} | null;
|
|
493
|
+
urn: string | 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;
|
|
@@ -527,8 +527,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
527
527
|
postType: string | null;
|
|
528
528
|
resharedPost: {
|
|
529
529
|
url: string | null;
|
|
530
|
-
text: string | null;
|
|
531
|
-
urn: string | null;
|
|
532
530
|
author: {
|
|
533
531
|
username: string | null;
|
|
534
532
|
headline: string | null;
|
|
@@ -537,14 +535,16 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
537
535
|
firstName: string | null;
|
|
538
536
|
lastName: string | null;
|
|
539
537
|
} | 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
|
}>>;
|
|
@@ -615,8 +615,8 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
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;
|
|
@@ -637,8 +637,8 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
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
|
}>>;
|
|
@@ -742,8 +742,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
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;
|
|
@@ -764,8 +764,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
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
|
}>>;
|
|
@@ -1027,8 +1027,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1027
1027
|
}>>;
|
|
1028
1028
|
}, "strip", z.ZodTypeAny, {
|
|
1029
1029
|
url: string | null;
|
|
1030
|
-
text: string | null;
|
|
1031
|
-
urn: string | null;
|
|
1032
1030
|
author: {
|
|
1033
1031
|
username: string | null;
|
|
1034
1032
|
headline: string | null;
|
|
@@ -1037,14 +1035,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1037
1035
|
firstName: string | null;
|
|
1038
1036
|
lastName: string | null;
|
|
1039
1037
|
} | 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;
|
|
@@ -1066,8 +1066,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1066
1066
|
postType: string | null;
|
|
1067
1067
|
}, {
|
|
1068
1068
|
url: string | null;
|
|
1069
|
-
text: string | null;
|
|
1070
|
-
urn: string | null;
|
|
1071
1069
|
author: {
|
|
1072
1070
|
username: string | null;
|
|
1073
1071
|
headline: string | null;
|
|
@@ -1076,14 +1074,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1076
1074
|
firstName: string | null;
|
|
1077
1075
|
lastName: string | null;
|
|
1078
1076
|
} | 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;
|
|
@@ -1106,14 +1106,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1106
1106
|
}>>;
|
|
1107
1107
|
}, "strip", z.ZodTypeAny, {
|
|
1108
1108
|
url: string | null;
|
|
1109
|
-
text: string | null;
|
|
1110
|
-
document: {
|
|
1111
|
-
title: string | null;
|
|
1112
|
-
url: string | null;
|
|
1113
|
-
thumbnail: string | null;
|
|
1114
|
-
pageCount: number | null;
|
|
1115
|
-
} | null;
|
|
1116
|
-
urn: string | null;
|
|
1117
1109
|
author: {
|
|
1118
1110
|
username: string | null;
|
|
1119
1111
|
headline: string | null;
|
|
@@ -1122,14 +1114,22 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1122
1114
|
firstName: string | null;
|
|
1123
1115
|
lastName: string | null;
|
|
1124
1116
|
} | null;
|
|
1117
|
+
text: string | null;
|
|
1118
|
+
document: {
|
|
1119
|
+
title: string | null;
|
|
1120
|
+
url: string | null;
|
|
1121
|
+
thumbnail: string | null;
|
|
1122
|
+
pageCount: number | null;
|
|
1123
|
+
} | null;
|
|
1124
|
+
urn: string | 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;
|
|
@@ -1158,8 +1158,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1158
1158
|
postType: string | null;
|
|
1159
1159
|
resharedPost: {
|
|
1160
1160
|
url: string | null;
|
|
1161
|
-
text: string | null;
|
|
1162
|
-
urn: string | null;
|
|
1163
1161
|
author: {
|
|
1164
1162
|
username: string | null;
|
|
1165
1163
|
headline: string | null;
|
|
@@ -1168,14 +1166,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1168
1166
|
firstName: string | null;
|
|
1169
1167
|
lastName: string | null;
|
|
1170
1168
|
} | 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;
|
|
@@ -1198,14 +1198,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1198
1198
|
} | null;
|
|
1199
1199
|
}, {
|
|
1200
1200
|
url: string | null;
|
|
1201
|
-
text: string | null;
|
|
1202
|
-
document: {
|
|
1203
|
-
title: string | null;
|
|
1204
|
-
url: string | null;
|
|
1205
|
-
thumbnail: string | null;
|
|
1206
|
-
pageCount: number | null;
|
|
1207
|
-
} | null;
|
|
1208
|
-
urn: string | null;
|
|
1209
1201
|
author: {
|
|
1210
1202
|
username: string | null;
|
|
1211
1203
|
headline: string | null;
|
|
@@ -1214,14 +1206,22 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1214
1206
|
firstName: string | null;
|
|
1215
1207
|
lastName: string | null;
|
|
1216
1208
|
} | null;
|
|
1209
|
+
text: string | null;
|
|
1210
|
+
document: {
|
|
1211
|
+
title: string | null;
|
|
1212
|
+
url: string | null;
|
|
1213
|
+
thumbnail: string | null;
|
|
1214
|
+
pageCount: number | null;
|
|
1215
|
+
} | null;
|
|
1216
|
+
urn: string | 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;
|
|
@@ -1250,8 +1250,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1250
1250
|
postType: string | null;
|
|
1251
1251
|
resharedPost: {
|
|
1252
1252
|
url: string | null;
|
|
1253
|
-
text: string | null;
|
|
1254
|
-
urn: string | null;
|
|
1255
1253
|
author: {
|
|
1256
1254
|
username: string | null;
|
|
1257
1255
|
headline: string | null;
|
|
@@ -1260,14 +1258,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1260
1258
|
firstName: string | null;
|
|
1261
1259
|
lastName: string | null;
|
|
1262
1260
|
} | 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;
|
|
@@ -1303,14 +1303,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1303
1303
|
error: string;
|
|
1304
1304
|
posts: {
|
|
1305
1305
|
url: string | null;
|
|
1306
|
-
text: string | null;
|
|
1307
|
-
document: {
|
|
1308
|
-
title: string | null;
|
|
1309
|
-
url: string | null;
|
|
1310
|
-
thumbnail: string | null;
|
|
1311
|
-
pageCount: number | null;
|
|
1312
|
-
} | null;
|
|
1313
|
-
urn: string | null;
|
|
1314
1306
|
author: {
|
|
1315
1307
|
username: string | null;
|
|
1316
1308
|
headline: string | null;
|
|
@@ -1319,14 +1311,22 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1319
1311
|
firstName: string | null;
|
|
1320
1312
|
lastName: string | null;
|
|
1321
1313
|
} | null;
|
|
1314
|
+
text: string | null;
|
|
1315
|
+
document: {
|
|
1316
|
+
title: string | null;
|
|
1317
|
+
url: string | null;
|
|
1318
|
+
thumbnail: string | null;
|
|
1319
|
+
pageCount: number | null;
|
|
1320
|
+
} | null;
|
|
1321
|
+
urn: string | 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;
|
|
@@ -1355,8 +1355,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1355
1355
|
postType: string | null;
|
|
1356
1356
|
resharedPost: {
|
|
1357
1357
|
url: string | null;
|
|
1358
|
-
text: string | null;
|
|
1359
|
-
urn: string | null;
|
|
1360
1358
|
author: {
|
|
1361
1359
|
username: string | null;
|
|
1362
1360
|
headline: string | null;
|
|
@@ -1365,14 +1363,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1365
1363
|
firstName: string | null;
|
|
1366
1364
|
lastName: string | null;
|
|
1367
1365
|
} | 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;
|
|
@@ -1406,8 +1406,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
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;
|
|
@@ -1429,14 +1429,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1429
1429
|
error: string;
|
|
1430
1430
|
posts: {
|
|
1431
1431
|
url: string | null;
|
|
1432
|
-
text: string | null;
|
|
1433
|
-
document: {
|
|
1434
|
-
title: string | null;
|
|
1435
|
-
url: string | null;
|
|
1436
|
-
thumbnail: string | null;
|
|
1437
|
-
pageCount: number | null;
|
|
1438
|
-
} | null;
|
|
1439
|
-
urn: string | null;
|
|
1440
1432
|
author: {
|
|
1441
1433
|
username: string | null;
|
|
1442
1434
|
headline: string | null;
|
|
@@ -1445,14 +1437,22 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1445
1437
|
firstName: string | null;
|
|
1446
1438
|
lastName: string | null;
|
|
1447
1439
|
} | null;
|
|
1440
|
+
text: string | null;
|
|
1441
|
+
document: {
|
|
1442
|
+
title: string | null;
|
|
1443
|
+
url: string | null;
|
|
1444
|
+
thumbnail: string | null;
|
|
1445
|
+
pageCount: number | null;
|
|
1446
|
+
} | null;
|
|
1447
|
+
urn: string | 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;
|
|
@@ -1481,8 +1481,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1481
1481
|
postType: string | null;
|
|
1482
1482
|
resharedPost: {
|
|
1483
1483
|
url: string | null;
|
|
1484
|
-
text: string | null;
|
|
1485
|
-
urn: string | null;
|
|
1486
1484
|
author: {
|
|
1487
1485
|
username: string | null;
|
|
1488
1486
|
headline: string | null;
|
|
@@ -1491,14 +1489,16 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1491
1489
|
firstName: string | null;
|
|
1492
1490
|
lastName: string | null;
|
|
1493
1491
|
} | 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;
|
|
@@ -1532,8 +1532,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
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
|
}>>;
|
|
@@ -1665,8 +1665,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
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;
|
|
@@ -1687,8 +1687,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
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
|
}>>;
|
|
@@ -1950,8 +1950,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1950
1950
|
}>>;
|
|
1951
1951
|
}, "strip", z.ZodTypeAny, {
|
|
1952
1952
|
url: string | null;
|
|
1953
|
-
text: string | null;
|
|
1954
|
-
urn: string | null;
|
|
1955
1953
|
author: {
|
|
1956
1954
|
username: string | null;
|
|
1957
1955
|
headline: string | null;
|
|
@@ -1960,14 +1958,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1960
1958
|
firstName: string | null;
|
|
1961
1959
|
lastName: string | null;
|
|
1962
1960
|
} | 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;
|
|
@@ -1989,8 +1989,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1989
1989
|
postType: string | null;
|
|
1990
1990
|
}, {
|
|
1991
1991
|
url: string | null;
|
|
1992
|
-
text: string | null;
|
|
1993
|
-
urn: string | null;
|
|
1994
1992
|
author: {
|
|
1995
1993
|
username: string | null;
|
|
1996
1994
|
headline: string | null;
|
|
@@ -1999,14 +1997,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1999
1997
|
firstName: string | null;
|
|
2000
1998
|
lastName: string | null;
|
|
2001
1999
|
} | 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;
|
|
@@ -2029,14 +2029,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2029
2029
|
}>>;
|
|
2030
2030
|
}, "strip", z.ZodTypeAny, {
|
|
2031
2031
|
url: string | null;
|
|
2032
|
-
text: string | null;
|
|
2033
|
-
document: {
|
|
2034
|
-
title: string | null;
|
|
2035
|
-
url: string | null;
|
|
2036
|
-
thumbnail: string | null;
|
|
2037
|
-
pageCount: number | null;
|
|
2038
|
-
} | null;
|
|
2039
|
-
urn: string | null;
|
|
2040
2032
|
author: {
|
|
2041
2033
|
username: string | null;
|
|
2042
2034
|
headline: string | null;
|
|
@@ -2045,14 +2037,22 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2045
2037
|
firstName: string | null;
|
|
2046
2038
|
lastName: string | null;
|
|
2047
2039
|
} | null;
|
|
2040
|
+
text: string | null;
|
|
2041
|
+
document: {
|
|
2042
|
+
title: string | null;
|
|
2043
|
+
url: string | null;
|
|
2044
|
+
thumbnail: string | null;
|
|
2045
|
+
pageCount: number | null;
|
|
2046
|
+
} | null;
|
|
2047
|
+
urn: string | 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;
|
|
@@ -2081,8 +2081,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2081
2081
|
postType: string | null;
|
|
2082
2082
|
resharedPost: {
|
|
2083
2083
|
url: string | null;
|
|
2084
|
-
text: string | null;
|
|
2085
|
-
urn: string | null;
|
|
2086
2084
|
author: {
|
|
2087
2085
|
username: string | null;
|
|
2088
2086
|
headline: string | null;
|
|
@@ -2091,14 +2089,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2091
2089
|
firstName: string | null;
|
|
2092
2090
|
lastName: string | null;
|
|
2093
2091
|
} | 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;
|
|
@@ -2121,14 +2121,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2121
2121
|
} | null;
|
|
2122
2122
|
}, {
|
|
2123
2123
|
url: string | null;
|
|
2124
|
-
text: string | null;
|
|
2125
|
-
document: {
|
|
2126
|
-
title: string | null;
|
|
2127
|
-
url: string | null;
|
|
2128
|
-
thumbnail: string | null;
|
|
2129
|
-
pageCount: number | null;
|
|
2130
|
-
} | null;
|
|
2131
|
-
urn: string | null;
|
|
2132
2124
|
author: {
|
|
2133
2125
|
username: string | null;
|
|
2134
2126
|
headline: string | null;
|
|
@@ -2137,14 +2129,22 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2137
2129
|
firstName: string | null;
|
|
2138
2130
|
lastName: string | null;
|
|
2139
2131
|
} | null;
|
|
2132
|
+
text: string | null;
|
|
2133
|
+
document: {
|
|
2134
|
+
title: string | null;
|
|
2135
|
+
url: string | null;
|
|
2136
|
+
thumbnail: string | null;
|
|
2137
|
+
pageCount: number | null;
|
|
2138
|
+
} | null;
|
|
2139
|
+
urn: string | 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;
|
|
@@ -2173,8 +2173,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2173
2173
|
postType: string | null;
|
|
2174
2174
|
resharedPost: {
|
|
2175
2175
|
url: string | null;
|
|
2176
|
-
text: string | null;
|
|
2177
|
-
urn: string | null;
|
|
2178
2176
|
author: {
|
|
2179
2177
|
username: string | null;
|
|
2180
2178
|
headline: string | null;
|
|
@@ -2183,14 +2181,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2183
2181
|
firstName: string | null;
|
|
2184
2182
|
lastName: string | null;
|
|
2185
2183
|
} | 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;
|
|
@@ -2226,14 +2226,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2226
2226
|
error: string;
|
|
2227
2227
|
posts: {
|
|
2228
2228
|
url: string | null;
|
|
2229
|
-
text: string | null;
|
|
2230
|
-
document: {
|
|
2231
|
-
title: string | null;
|
|
2232
|
-
url: string | null;
|
|
2233
|
-
thumbnail: string | null;
|
|
2234
|
-
pageCount: number | null;
|
|
2235
|
-
} | null;
|
|
2236
|
-
urn: string | null;
|
|
2237
2229
|
author: {
|
|
2238
2230
|
username: string | null;
|
|
2239
2231
|
headline: string | null;
|
|
@@ -2242,14 +2234,22 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2242
2234
|
firstName: string | null;
|
|
2243
2235
|
lastName: string | null;
|
|
2244
2236
|
} | null;
|
|
2237
|
+
text: string | null;
|
|
2238
|
+
document: {
|
|
2239
|
+
title: string | null;
|
|
2240
|
+
url: string | null;
|
|
2241
|
+
thumbnail: string | null;
|
|
2242
|
+
pageCount: number | null;
|
|
2243
|
+
} | null;
|
|
2244
|
+
urn: string | 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;
|
|
@@ -2278,8 +2278,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2278
2278
|
postType: string | null;
|
|
2279
2279
|
resharedPost: {
|
|
2280
2280
|
url: string | null;
|
|
2281
|
-
text: string | null;
|
|
2282
|
-
urn: string | null;
|
|
2283
2281
|
author: {
|
|
2284
2282
|
username: string | null;
|
|
2285
2283
|
headline: string | null;
|
|
@@ -2288,14 +2286,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2288
2286
|
firstName: string | null;
|
|
2289
2287
|
lastName: string | null;
|
|
2290
2288
|
} | 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;
|
|
@@ -2329,8 +2329,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
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;
|
|
@@ -2352,14 +2352,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2352
2352
|
error: string;
|
|
2353
2353
|
posts: {
|
|
2354
2354
|
url: string | null;
|
|
2355
|
-
text: string | null;
|
|
2356
|
-
document: {
|
|
2357
|
-
title: string | null;
|
|
2358
|
-
url: string | null;
|
|
2359
|
-
thumbnail: string | null;
|
|
2360
|
-
pageCount: number | null;
|
|
2361
|
-
} | null;
|
|
2362
|
-
urn: string | null;
|
|
2363
2355
|
author: {
|
|
2364
2356
|
username: string | null;
|
|
2365
2357
|
headline: string | null;
|
|
@@ -2368,14 +2360,22 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2368
2360
|
firstName: string | null;
|
|
2369
2361
|
lastName: string | null;
|
|
2370
2362
|
} | null;
|
|
2363
|
+
text: string | null;
|
|
2364
|
+
document: {
|
|
2365
|
+
title: string | null;
|
|
2366
|
+
url: string | null;
|
|
2367
|
+
thumbnail: string | null;
|
|
2368
|
+
pageCount: number | null;
|
|
2369
|
+
} | null;
|
|
2370
|
+
urn: string | 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;
|
|
@@ -2404,8 +2404,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2404
2404
|
postType: string | null;
|
|
2405
2405
|
resharedPost: {
|
|
2406
2406
|
url: string | null;
|
|
2407
|
-
text: string | null;
|
|
2408
|
-
urn: string | null;
|
|
2409
2407
|
author: {
|
|
2410
2408
|
username: string | null;
|
|
2411
2409
|
headline: string | null;
|
|
@@ -2414,14 +2412,16 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2414
2412
|
firstName: string | null;
|
|
2415
2413
|
lastName: string | null;
|
|
2416
2414
|
} | 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;
|
|
@@ -2455,8 +2455,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
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;
|