@bubblelab/bubble-core 0.1.68 → 0.1.69
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 +85 -85
- package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
- package/dist/bubbles/service-bubble/ai-agent.d.ts +72 -72
- package/dist/bubbles/service-bubble/airtable.d.ts +156 -156
- package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +140 -140
- package/dist/bubbles/service-bubble/ashby/ashby.js +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +51 -51
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +32 -32
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +60 -60
- package/dist/bubbles/service-bubble/firecrawl.d.ts +396 -396
- package/dist/bubbles/service-bubble/followupboss.d.ts +492 -492
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +116 -116
- package/dist/bubbles/service-bubble/github.d.ts +152 -152
- package/dist/bubbles/service-bubble/gmail.d.ts +576 -576
- package/dist/bubbles/service-bubble/google-calendar.d.ts +232 -232
- package/dist/bubbles/service-bubble/google-drive.d.ts +422 -156
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +282 -30
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +78 -78
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
- package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
- package/dist/bubbles/service-bubble/notion/notion.d.ts +624 -624
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +20 -20
- package/dist/bubbles/service-bubble/slack/slack.d.ts +304 -304
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +72 -72
- package/dist/bubbles/service-bubble/telegram.d.ts +938 -938
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +31 -25
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +116 -116
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +38 -38
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +46 -46
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +90 -90
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +50 -50
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +290 -74
- package/package.json +2 -2
|
@@ -10,15 +10,15 @@ declare const LinkedInAuthorSchema: z.ZodObject<{
|
|
|
10
10
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
11
11
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
12
12
|
}, "strip", z.ZodTypeAny, {
|
|
13
|
-
username: string | null;
|
|
14
13
|
headline: string | null;
|
|
14
|
+
username: string | null;
|
|
15
15
|
profileUrl: string | null;
|
|
16
16
|
profilePicture: string | null;
|
|
17
17
|
firstName: string | null;
|
|
18
18
|
lastName: string | null;
|
|
19
19
|
}, {
|
|
20
|
-
username: string | null;
|
|
21
20
|
headline: string | null;
|
|
21
|
+
username: string | null;
|
|
22
22
|
profileUrl: string | null;
|
|
23
23
|
profilePicture: string | null;
|
|
24
24
|
firstName: string | null;
|
|
@@ -82,15 +82,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
82
82
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
83
83
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
84
84
|
}, "strip", z.ZodTypeAny, {
|
|
85
|
-
username: string | null;
|
|
86
85
|
headline: string | null;
|
|
86
|
+
username: string | null;
|
|
87
87
|
profileUrl: string | null;
|
|
88
88
|
profilePicture: string | null;
|
|
89
89
|
firstName: string | null;
|
|
90
90
|
lastName: string | null;
|
|
91
91
|
}, {
|
|
92
|
-
username: string | null;
|
|
93
92
|
headline: string | null;
|
|
93
|
+
username: string | null;
|
|
94
94
|
profileUrl: string | null;
|
|
95
95
|
profilePicture: string | null;
|
|
96
96
|
firstName: string | null;
|
|
@@ -221,15 +221,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
221
221
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
222
222
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
223
223
|
}, "strip", z.ZodTypeAny, {
|
|
224
|
-
username: string | null;
|
|
225
224
|
headline: string | null;
|
|
225
|
+
username: string | null;
|
|
226
226
|
profileUrl: string | null;
|
|
227
227
|
profilePicture: string | null;
|
|
228
228
|
firstName: string | null;
|
|
229
229
|
lastName: string | null;
|
|
230
230
|
}, {
|
|
231
|
-
username: string | null;
|
|
232
231
|
headline: string | null;
|
|
232
|
+
username: string | null;
|
|
233
233
|
profileUrl: string | null;
|
|
234
234
|
profilePicture: string | null;
|
|
235
235
|
firstName: string | null;
|
|
@@ -307,8 +307,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
307
307
|
text: string | null;
|
|
308
308
|
urn: string | null;
|
|
309
309
|
author: {
|
|
310
|
-
username: string | null;
|
|
311
310
|
headline: string | null;
|
|
311
|
+
username: string | null;
|
|
312
312
|
profileUrl: string | null;
|
|
313
313
|
profilePicture: string | null;
|
|
314
314
|
firstName: string | null;
|
|
@@ -346,8 +346,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
346
346
|
text: string | null;
|
|
347
347
|
urn: string | null;
|
|
348
348
|
author: {
|
|
349
|
-
username: string | null;
|
|
350
349
|
headline: string | null;
|
|
350
|
+
username: string | null;
|
|
351
351
|
profileUrl: string | null;
|
|
352
352
|
profilePicture: string | null;
|
|
353
353
|
firstName: string | null;
|
|
@@ -383,17 +383,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
383
383
|
}>>;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
385
|
url: string | null;
|
|
386
|
-
text: string | null;
|
|
387
386
|
document: {
|
|
388
387
|
title: string | null;
|
|
389
388
|
url: string | null;
|
|
390
389
|
thumbnail: string | null;
|
|
391
390
|
pageCount: number | null;
|
|
392
391
|
} | null;
|
|
392
|
+
text: string | null;
|
|
393
393
|
urn: string | null;
|
|
394
394
|
author: {
|
|
395
|
-
username: string | null;
|
|
396
395
|
headline: string | null;
|
|
396
|
+
username: string | null;
|
|
397
397
|
profileUrl: string | null;
|
|
398
398
|
profilePicture: string | null;
|
|
399
399
|
firstName: string | null;
|
|
@@ -438,8 +438,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
438
438
|
text: string | null;
|
|
439
439
|
urn: string | null;
|
|
440
440
|
author: {
|
|
441
|
-
username: string | null;
|
|
442
441
|
headline: string | null;
|
|
442
|
+
username: string | null;
|
|
443
443
|
profileUrl: string | null;
|
|
444
444
|
profilePicture: string | null;
|
|
445
445
|
firstName: string | null;
|
|
@@ -475,17 +475,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
475
475
|
} | null;
|
|
476
476
|
}, {
|
|
477
477
|
url: string | null;
|
|
478
|
-
text: string | null;
|
|
479
478
|
document: {
|
|
480
479
|
title: string | null;
|
|
481
480
|
url: string | null;
|
|
482
481
|
thumbnail: string | null;
|
|
483
482
|
pageCount: number | null;
|
|
484
483
|
} | null;
|
|
484
|
+
text: string | null;
|
|
485
485
|
urn: string | null;
|
|
486
486
|
author: {
|
|
487
|
-
username: string | null;
|
|
488
487
|
headline: string | null;
|
|
488
|
+
username: string | null;
|
|
489
489
|
profileUrl: string | null;
|
|
490
490
|
profilePicture: string | null;
|
|
491
491
|
firstName: string | null;
|
|
@@ -530,8 +530,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
530
530
|
text: string | null;
|
|
531
531
|
urn: string | null;
|
|
532
532
|
author: {
|
|
533
|
-
username: string | null;
|
|
534
533
|
headline: string | null;
|
|
534
|
+
username: string | null;
|
|
535
535
|
profileUrl: string | null;
|
|
536
536
|
profilePicture: string | null;
|
|
537
537
|
firstName: string | null;
|
|
@@ -612,6 +612,11 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
612
612
|
url: string | null;
|
|
613
613
|
id: string | null;
|
|
614
614
|
location: string | null;
|
|
615
|
+
company: {
|
|
616
|
+
name: string | null;
|
|
617
|
+
url: string | null;
|
|
618
|
+
logo: string | null;
|
|
619
|
+
} | null;
|
|
615
620
|
postedAt: string | null;
|
|
616
621
|
applyUrl: string | null;
|
|
617
622
|
salary: {
|
|
@@ -622,11 +627,6 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
622
627
|
} | null;
|
|
623
628
|
seniorityLevel: string | null;
|
|
624
629
|
employmentType: string | null;
|
|
625
|
-
company: {
|
|
626
|
-
name: string | null;
|
|
627
|
-
url: string | null;
|
|
628
|
-
logo: string | null;
|
|
629
|
-
} | null;
|
|
630
630
|
skills: string[] | null;
|
|
631
631
|
}, {
|
|
632
632
|
description: string | null;
|
|
@@ -634,6 +634,11 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
634
634
|
url: string | null;
|
|
635
635
|
id: string | null;
|
|
636
636
|
location: string | null;
|
|
637
|
+
company: {
|
|
638
|
+
name: string | null;
|
|
639
|
+
url: string | null;
|
|
640
|
+
logo: string | null;
|
|
641
|
+
} | null;
|
|
637
642
|
postedAt: string | null;
|
|
638
643
|
applyUrl: string | null;
|
|
639
644
|
salary: {
|
|
@@ -644,11 +649,6 @@ declare const LinkedInJobSchema: z.ZodObject<{
|
|
|
644
649
|
} | null;
|
|
645
650
|
seniorityLevel: string | null;
|
|
646
651
|
employmentType: string | null;
|
|
647
|
-
company: {
|
|
648
|
-
name: string | null;
|
|
649
|
-
url: string | null;
|
|
650
|
-
logo: string | null;
|
|
651
|
-
} | null;
|
|
652
652
|
skills: string[] | null;
|
|
653
653
|
}>;
|
|
654
654
|
declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
@@ -667,10 +667,10 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
667
667
|
}, "strip", z.ZodTypeAny, {
|
|
668
668
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
669
669
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
670
|
-
|
|
670
|
+
location?: string | undefined;
|
|
671
671
|
limit?: number | undefined;
|
|
672
|
+
username?: string | undefined;
|
|
672
673
|
pageNumber?: number | undefined;
|
|
673
|
-
location?: string | undefined;
|
|
674
674
|
keyword?: string | undefined;
|
|
675
675
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
676
676
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
@@ -680,10 +680,10 @@ declare const LinkedInToolParamsSchema: z.ZodObject<{
|
|
|
680
680
|
}, {
|
|
681
681
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
682
682
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
683
|
-
|
|
683
|
+
location?: string | undefined;
|
|
684
684
|
limit?: number | undefined;
|
|
685
|
+
username?: string | undefined;
|
|
685
686
|
pageNumber?: number | undefined;
|
|
686
|
-
location?: string | undefined;
|
|
687
687
|
keyword?: string | undefined;
|
|
688
688
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
689
689
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
@@ -739,6 +739,11 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
739
739
|
url: string | null;
|
|
740
740
|
id: string | null;
|
|
741
741
|
location: string | null;
|
|
742
|
+
company: {
|
|
743
|
+
name: string | null;
|
|
744
|
+
url: string | null;
|
|
745
|
+
logo: string | null;
|
|
746
|
+
} | null;
|
|
742
747
|
postedAt: string | null;
|
|
743
748
|
applyUrl: string | null;
|
|
744
749
|
salary: {
|
|
@@ -749,11 +754,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
749
754
|
} | null;
|
|
750
755
|
seniorityLevel: string | null;
|
|
751
756
|
employmentType: string | null;
|
|
752
|
-
company: {
|
|
753
|
-
name: string | null;
|
|
754
|
-
url: string | null;
|
|
755
|
-
logo: string | null;
|
|
756
|
-
} | null;
|
|
757
757
|
skills: string[] | null;
|
|
758
758
|
}, {
|
|
759
759
|
description: string | null;
|
|
@@ -761,6 +761,11 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
761
761
|
url: string | null;
|
|
762
762
|
id: string | null;
|
|
763
763
|
location: string | null;
|
|
764
|
+
company: {
|
|
765
|
+
name: string | null;
|
|
766
|
+
url: string | null;
|
|
767
|
+
logo: string | null;
|
|
768
|
+
} | null;
|
|
764
769
|
postedAt: string | null;
|
|
765
770
|
applyUrl: string | null;
|
|
766
771
|
salary: {
|
|
@@ -771,11 +776,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
771
776
|
} | null;
|
|
772
777
|
seniorityLevel: string | null;
|
|
773
778
|
employmentType: string | null;
|
|
774
|
-
company: {
|
|
775
|
-
name: string | null;
|
|
776
|
-
url: string | null;
|
|
777
|
-
logo: string | null;
|
|
778
|
-
} | null;
|
|
779
779
|
skills: string[] | null;
|
|
780
780
|
}>, "many">>;
|
|
781
781
|
posts: z.ZodArray<z.ZodObject<{
|
|
@@ -805,15 +805,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
805
805
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
806
806
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
807
807
|
}, "strip", z.ZodTypeAny, {
|
|
808
|
-
username: string | null;
|
|
809
808
|
headline: string | null;
|
|
809
|
+
username: string | null;
|
|
810
810
|
profileUrl: string | null;
|
|
811
811
|
profilePicture: string | null;
|
|
812
812
|
firstName: string | null;
|
|
813
813
|
lastName: string | null;
|
|
814
814
|
}, {
|
|
815
|
-
username: string | null;
|
|
816
815
|
headline: string | null;
|
|
816
|
+
username: string | null;
|
|
817
817
|
profileUrl: string | null;
|
|
818
818
|
profilePicture: string | null;
|
|
819
819
|
firstName: string | null;
|
|
@@ -944,15 +944,15 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
944
944
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
945
945
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
946
946
|
}, "strip", z.ZodTypeAny, {
|
|
947
|
-
username: string | null;
|
|
948
947
|
headline: string | null;
|
|
948
|
+
username: string | null;
|
|
949
949
|
profileUrl: string | null;
|
|
950
950
|
profilePicture: string | null;
|
|
951
951
|
firstName: string | null;
|
|
952
952
|
lastName: string | null;
|
|
953
953
|
}, {
|
|
954
|
-
username: string | null;
|
|
955
954
|
headline: string | null;
|
|
955
|
+
username: string | null;
|
|
956
956
|
profileUrl: string | null;
|
|
957
957
|
profilePicture: string | null;
|
|
958
958
|
firstName: string | null;
|
|
@@ -1030,8 +1030,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1030
1030
|
text: string | null;
|
|
1031
1031
|
urn: string | null;
|
|
1032
1032
|
author: {
|
|
1033
|
-
username: string | null;
|
|
1034
1033
|
headline: string | null;
|
|
1034
|
+
username: string | null;
|
|
1035
1035
|
profileUrl: string | null;
|
|
1036
1036
|
profilePicture: string | null;
|
|
1037
1037
|
firstName: string | null;
|
|
@@ -1069,8 +1069,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1069
1069
|
text: string | null;
|
|
1070
1070
|
urn: string | null;
|
|
1071
1071
|
author: {
|
|
1072
|
-
username: string | null;
|
|
1073
1072
|
headline: string | null;
|
|
1073
|
+
username: string | null;
|
|
1074
1074
|
profileUrl: string | null;
|
|
1075
1075
|
profilePicture: string | null;
|
|
1076
1076
|
firstName: string | null;
|
|
@@ -1106,17 +1106,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1106
1106
|
}>>;
|
|
1107
1107
|
}, "strip", z.ZodTypeAny, {
|
|
1108
1108
|
url: string | null;
|
|
1109
|
-
text: string | null;
|
|
1110
1109
|
document: {
|
|
1111
1110
|
title: string | null;
|
|
1112
1111
|
url: string | null;
|
|
1113
1112
|
thumbnail: string | null;
|
|
1114
1113
|
pageCount: number | null;
|
|
1115
1114
|
} | null;
|
|
1115
|
+
text: string | null;
|
|
1116
1116
|
urn: string | null;
|
|
1117
1117
|
author: {
|
|
1118
|
-
username: string | null;
|
|
1119
1118
|
headline: string | null;
|
|
1119
|
+
username: string | null;
|
|
1120
1120
|
profileUrl: string | null;
|
|
1121
1121
|
profilePicture: string | null;
|
|
1122
1122
|
firstName: string | null;
|
|
@@ -1161,8 +1161,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1161
1161
|
text: string | null;
|
|
1162
1162
|
urn: string | null;
|
|
1163
1163
|
author: {
|
|
1164
|
-
username: string | null;
|
|
1165
1164
|
headline: string | null;
|
|
1165
|
+
username: string | null;
|
|
1166
1166
|
profileUrl: string | null;
|
|
1167
1167
|
profilePicture: string | null;
|
|
1168
1168
|
firstName: string | null;
|
|
@@ -1198,17 +1198,17 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1198
1198
|
} | null;
|
|
1199
1199
|
}, {
|
|
1200
1200
|
url: string | null;
|
|
1201
|
-
text: string | null;
|
|
1202
1201
|
document: {
|
|
1203
1202
|
title: string | null;
|
|
1204
1203
|
url: string | null;
|
|
1205
1204
|
thumbnail: string | null;
|
|
1206
1205
|
pageCount: number | null;
|
|
1207
1206
|
} | null;
|
|
1207
|
+
text: string | null;
|
|
1208
1208
|
urn: string | null;
|
|
1209
1209
|
author: {
|
|
1210
|
-
username: string | null;
|
|
1211
1210
|
headline: string | null;
|
|
1211
|
+
username: string | null;
|
|
1212
1212
|
profileUrl: string | null;
|
|
1213
1213
|
profilePicture: string | null;
|
|
1214
1214
|
firstName: string | null;
|
|
@@ -1253,8 +1253,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1253
1253
|
text: string | null;
|
|
1254
1254
|
urn: string | null;
|
|
1255
1255
|
author: {
|
|
1256
|
-
username: string | null;
|
|
1257
1256
|
headline: string | null;
|
|
1257
|
+
username: string | null;
|
|
1258
1258
|
profileUrl: string | null;
|
|
1259
1259
|
profilePicture: string | null;
|
|
1260
1260
|
firstName: string | null;
|
|
@@ -1298,22 +1298,22 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1298
1298
|
success: z.ZodBoolean;
|
|
1299
1299
|
error: z.ZodString;
|
|
1300
1300
|
}, "strip", z.ZodTypeAny, {
|
|
1301
|
-
error: string;
|
|
1302
|
-
success: boolean;
|
|
1303
1301
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1302
|
+
success: boolean;
|
|
1303
|
+
error: string;
|
|
1304
1304
|
posts: {
|
|
1305
1305
|
url: string | null;
|
|
1306
|
-
text: string | null;
|
|
1307
1306
|
document: {
|
|
1308
1307
|
title: string | null;
|
|
1309
1308
|
url: string | null;
|
|
1310
1309
|
thumbnail: string | null;
|
|
1311
1310
|
pageCount: number | null;
|
|
1312
1311
|
} | null;
|
|
1312
|
+
text: string | null;
|
|
1313
1313
|
urn: string | null;
|
|
1314
1314
|
author: {
|
|
1315
|
-
username: string | null;
|
|
1316
1315
|
headline: string | null;
|
|
1316
|
+
username: string | null;
|
|
1317
1317
|
profileUrl: string | null;
|
|
1318
1318
|
profilePicture: string | null;
|
|
1319
1319
|
firstName: string | null;
|
|
@@ -1358,8 +1358,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1358
1358
|
text: string | null;
|
|
1359
1359
|
urn: string | null;
|
|
1360
1360
|
author: {
|
|
1361
|
-
username: string | null;
|
|
1362
1361
|
headline: string | null;
|
|
1362
|
+
username: string | null;
|
|
1363
1363
|
profileUrl: string | null;
|
|
1364
1364
|
profilePicture: string | null;
|
|
1365
1365
|
firstName: string | null;
|
|
@@ -1403,6 +1403,11 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1403
1403
|
url: string | null;
|
|
1404
1404
|
id: string | null;
|
|
1405
1405
|
location: string | null;
|
|
1406
|
+
company: {
|
|
1407
|
+
name: string | null;
|
|
1408
|
+
url: string | null;
|
|
1409
|
+
logo: string | null;
|
|
1410
|
+
} | null;
|
|
1406
1411
|
postedAt: string | null;
|
|
1407
1412
|
applyUrl: string | null;
|
|
1408
1413
|
salary: {
|
|
@@ -1413,33 +1418,28 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1413
1418
|
} | null;
|
|
1414
1419
|
seniorityLevel: string | null;
|
|
1415
1420
|
employmentType: string | null;
|
|
1416
|
-
company: {
|
|
1417
|
-
name: string | null;
|
|
1418
|
-
url: string | null;
|
|
1419
|
-
logo: string | null;
|
|
1420
|
-
} | null;
|
|
1421
1421
|
skills: string[] | null;
|
|
1422
1422
|
}[] | undefined;
|
|
1423
1423
|
totalResults?: number | null | undefined;
|
|
1424
1424
|
paginationToken?: string | null | undefined;
|
|
1425
1425
|
hasNextPage?: boolean | null | undefined;
|
|
1426
1426
|
}, {
|
|
1427
|
-
error: string;
|
|
1428
|
-
success: boolean;
|
|
1429
1427
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1428
|
+
success: boolean;
|
|
1429
|
+
error: string;
|
|
1430
1430
|
posts: {
|
|
1431
1431
|
url: string | null;
|
|
1432
|
-
text: string | null;
|
|
1433
1432
|
document: {
|
|
1434
1433
|
title: string | null;
|
|
1435
1434
|
url: string | null;
|
|
1436
1435
|
thumbnail: string | null;
|
|
1437
1436
|
pageCount: number | null;
|
|
1438
1437
|
} | null;
|
|
1438
|
+
text: string | null;
|
|
1439
1439
|
urn: string | null;
|
|
1440
1440
|
author: {
|
|
1441
|
-
username: string | null;
|
|
1442
1441
|
headline: string | null;
|
|
1442
|
+
username: string | null;
|
|
1443
1443
|
profileUrl: string | null;
|
|
1444
1444
|
profilePicture: string | null;
|
|
1445
1445
|
firstName: string | null;
|
|
@@ -1484,8 +1484,8 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1484
1484
|
text: string | null;
|
|
1485
1485
|
urn: string | null;
|
|
1486
1486
|
author: {
|
|
1487
|
-
username: string | null;
|
|
1488
1487
|
headline: string | null;
|
|
1488
|
+
username: string | null;
|
|
1489
1489
|
profileUrl: string | null;
|
|
1490
1490
|
profilePicture: string | null;
|
|
1491
1491
|
firstName: string | null;
|
|
@@ -1529,6 +1529,11 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1529
1529
|
url: string | null;
|
|
1530
1530
|
id: string | null;
|
|
1531
1531
|
location: string | null;
|
|
1532
|
+
company: {
|
|
1533
|
+
name: string | null;
|
|
1534
|
+
url: string | null;
|
|
1535
|
+
logo: string | null;
|
|
1536
|
+
} | null;
|
|
1532
1537
|
postedAt: string | null;
|
|
1533
1538
|
applyUrl: string | null;
|
|
1534
1539
|
salary: {
|
|
@@ -1539,11 +1544,6 @@ declare const LinkedInToolResultSchema: z.ZodObject<{
|
|
|
1539
1544
|
} | null;
|
|
1540
1545
|
seniorityLevel: string | null;
|
|
1541
1546
|
employmentType: string | null;
|
|
1542
|
-
company: {
|
|
1543
|
-
name: string | null;
|
|
1544
|
-
url: string | null;
|
|
1545
|
-
logo: string | null;
|
|
1546
|
-
} | null;
|
|
1547
1547
|
skills: string[] | null;
|
|
1548
1548
|
}[] | undefined;
|
|
1549
1549
|
totalResults?: number | null | undefined;
|
|
@@ -1590,10 +1590,10 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1590
1590
|
}, "strip", z.ZodTypeAny, {
|
|
1591
1591
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1592
1592
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1593
|
-
|
|
1593
|
+
location?: string | undefined;
|
|
1594
1594
|
limit?: number | undefined;
|
|
1595
|
+
username?: string | undefined;
|
|
1595
1596
|
pageNumber?: number | undefined;
|
|
1596
|
-
location?: string | undefined;
|
|
1597
1597
|
keyword?: string | undefined;
|
|
1598
1598
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
1599
1599
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
@@ -1603,10 +1603,10 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1603
1603
|
}, {
|
|
1604
1604
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
1605
1605
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
1606
|
-
|
|
1606
|
+
location?: string | undefined;
|
|
1607
1607
|
limit?: number | undefined;
|
|
1608
|
+
username?: string | undefined;
|
|
1608
1609
|
pageNumber?: number | undefined;
|
|
1609
|
-
location?: string | undefined;
|
|
1610
1610
|
keyword?: string | undefined;
|
|
1611
1611
|
dateFilter?: "past-24h" | "past-week" | "past-month" | undefined;
|
|
1612
1612
|
jobType?: ("full-time" | "part-time" | "contract" | "temporary" | "internship")[] | undefined;
|
|
@@ -1662,6 +1662,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1662
1662
|
url: string | null;
|
|
1663
1663
|
id: string | null;
|
|
1664
1664
|
location: string | null;
|
|
1665
|
+
company: {
|
|
1666
|
+
name: string | null;
|
|
1667
|
+
url: string | null;
|
|
1668
|
+
logo: string | null;
|
|
1669
|
+
} | null;
|
|
1665
1670
|
postedAt: string | null;
|
|
1666
1671
|
applyUrl: string | null;
|
|
1667
1672
|
salary: {
|
|
@@ -1672,11 +1677,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1672
1677
|
} | null;
|
|
1673
1678
|
seniorityLevel: string | null;
|
|
1674
1679
|
employmentType: string | null;
|
|
1675
|
-
company: {
|
|
1676
|
-
name: string | null;
|
|
1677
|
-
url: string | null;
|
|
1678
|
-
logo: string | null;
|
|
1679
|
-
} | null;
|
|
1680
1680
|
skills: string[] | null;
|
|
1681
1681
|
}, {
|
|
1682
1682
|
description: string | null;
|
|
@@ -1684,6 +1684,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1684
1684
|
url: string | null;
|
|
1685
1685
|
id: string | null;
|
|
1686
1686
|
location: string | null;
|
|
1687
|
+
company: {
|
|
1688
|
+
name: string | null;
|
|
1689
|
+
url: string | null;
|
|
1690
|
+
logo: string | null;
|
|
1691
|
+
} | null;
|
|
1687
1692
|
postedAt: string | null;
|
|
1688
1693
|
applyUrl: string | null;
|
|
1689
1694
|
salary: {
|
|
@@ -1694,11 +1699,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1694
1699
|
} | null;
|
|
1695
1700
|
seniorityLevel: string | null;
|
|
1696
1701
|
employmentType: string | null;
|
|
1697
|
-
company: {
|
|
1698
|
-
name: string | null;
|
|
1699
|
-
url: string | null;
|
|
1700
|
-
logo: string | null;
|
|
1701
|
-
} | null;
|
|
1702
1702
|
skills: string[] | null;
|
|
1703
1703
|
}>, "many">>;
|
|
1704
1704
|
posts: z.ZodArray<z.ZodObject<{
|
|
@@ -1728,15 +1728,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1728
1728
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
1729
1729
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
1730
1730
|
}, "strip", z.ZodTypeAny, {
|
|
1731
|
-
username: string | null;
|
|
1732
1731
|
headline: string | null;
|
|
1732
|
+
username: string | null;
|
|
1733
1733
|
profileUrl: string | null;
|
|
1734
1734
|
profilePicture: string | null;
|
|
1735
1735
|
firstName: string | null;
|
|
1736
1736
|
lastName: string | null;
|
|
1737
1737
|
}, {
|
|
1738
|
-
username: string | null;
|
|
1739
1738
|
headline: string | null;
|
|
1739
|
+
username: string | null;
|
|
1740
1740
|
profileUrl: string | null;
|
|
1741
1741
|
profilePicture: string | null;
|
|
1742
1742
|
firstName: string | null;
|
|
@@ -1867,15 +1867,15 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1867
1867
|
profileUrl: z.ZodNullable<z.ZodString>;
|
|
1868
1868
|
profilePicture: z.ZodNullable<z.ZodString>;
|
|
1869
1869
|
}, "strip", z.ZodTypeAny, {
|
|
1870
|
-
username: string | null;
|
|
1871
1870
|
headline: string | null;
|
|
1871
|
+
username: string | null;
|
|
1872
1872
|
profileUrl: string | null;
|
|
1873
1873
|
profilePicture: string | null;
|
|
1874
1874
|
firstName: string | null;
|
|
1875
1875
|
lastName: string | null;
|
|
1876
1876
|
}, {
|
|
1877
|
-
username: string | null;
|
|
1878
1877
|
headline: string | null;
|
|
1878
|
+
username: string | null;
|
|
1879
1879
|
profileUrl: string | null;
|
|
1880
1880
|
profilePicture: string | null;
|
|
1881
1881
|
firstName: string | null;
|
|
@@ -1953,8 +1953,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1953
1953
|
text: string | null;
|
|
1954
1954
|
urn: string | null;
|
|
1955
1955
|
author: {
|
|
1956
|
-
username: string | null;
|
|
1957
1956
|
headline: string | null;
|
|
1957
|
+
username: string | null;
|
|
1958
1958
|
profileUrl: string | null;
|
|
1959
1959
|
profilePicture: string | null;
|
|
1960
1960
|
firstName: string | null;
|
|
@@ -1992,8 +1992,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
1992
1992
|
text: string | null;
|
|
1993
1993
|
urn: string | null;
|
|
1994
1994
|
author: {
|
|
1995
|
-
username: string | null;
|
|
1996
1995
|
headline: string | null;
|
|
1996
|
+
username: string | null;
|
|
1997
1997
|
profileUrl: string | null;
|
|
1998
1998
|
profilePicture: string | null;
|
|
1999
1999
|
firstName: string | null;
|
|
@@ -2029,17 +2029,17 @@ 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
2032
|
document: {
|
|
2034
2033
|
title: string | null;
|
|
2035
2034
|
url: string | null;
|
|
2036
2035
|
thumbnail: string | null;
|
|
2037
2036
|
pageCount: number | null;
|
|
2038
2037
|
} | null;
|
|
2038
|
+
text: string | null;
|
|
2039
2039
|
urn: string | null;
|
|
2040
2040
|
author: {
|
|
2041
|
-
username: string | null;
|
|
2042
2041
|
headline: string | null;
|
|
2042
|
+
username: string | null;
|
|
2043
2043
|
profileUrl: string | null;
|
|
2044
2044
|
profilePicture: string | null;
|
|
2045
2045
|
firstName: string | null;
|
|
@@ -2084,8 +2084,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2084
2084
|
text: string | null;
|
|
2085
2085
|
urn: string | null;
|
|
2086
2086
|
author: {
|
|
2087
|
-
username: string | null;
|
|
2088
2087
|
headline: string | null;
|
|
2088
|
+
username: string | null;
|
|
2089
2089
|
profileUrl: string | null;
|
|
2090
2090
|
profilePicture: string | null;
|
|
2091
2091
|
firstName: string | null;
|
|
@@ -2121,17 +2121,17 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2121
2121
|
} | null;
|
|
2122
2122
|
}, {
|
|
2123
2123
|
url: string | null;
|
|
2124
|
-
text: string | null;
|
|
2125
2124
|
document: {
|
|
2126
2125
|
title: string | null;
|
|
2127
2126
|
url: string | null;
|
|
2128
2127
|
thumbnail: string | null;
|
|
2129
2128
|
pageCount: number | null;
|
|
2130
2129
|
} | null;
|
|
2130
|
+
text: string | null;
|
|
2131
2131
|
urn: string | null;
|
|
2132
2132
|
author: {
|
|
2133
|
-
username: string | null;
|
|
2134
2133
|
headline: string | null;
|
|
2134
|
+
username: string | null;
|
|
2135
2135
|
profileUrl: string | null;
|
|
2136
2136
|
profilePicture: string | null;
|
|
2137
2137
|
firstName: string | null;
|
|
@@ -2176,8 +2176,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2176
2176
|
text: string | null;
|
|
2177
2177
|
urn: string | null;
|
|
2178
2178
|
author: {
|
|
2179
|
-
username: string | null;
|
|
2180
2179
|
headline: string | null;
|
|
2180
|
+
username: string | null;
|
|
2181
2181
|
profileUrl: string | null;
|
|
2182
2182
|
profilePicture: string | null;
|
|
2183
2183
|
firstName: string | null;
|
|
@@ -2221,22 +2221,22 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2221
2221
|
success: z.ZodBoolean;
|
|
2222
2222
|
error: z.ZodString;
|
|
2223
2223
|
}, "strip", z.ZodTypeAny, {
|
|
2224
|
-
error: string;
|
|
2225
|
-
success: boolean;
|
|
2226
2224
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2225
|
+
success: boolean;
|
|
2226
|
+
error: string;
|
|
2227
2227
|
posts: {
|
|
2228
2228
|
url: string | null;
|
|
2229
|
-
text: string | null;
|
|
2230
2229
|
document: {
|
|
2231
2230
|
title: string | null;
|
|
2232
2231
|
url: string | null;
|
|
2233
2232
|
thumbnail: string | null;
|
|
2234
2233
|
pageCount: number | null;
|
|
2235
2234
|
} | null;
|
|
2235
|
+
text: string | null;
|
|
2236
2236
|
urn: string | null;
|
|
2237
2237
|
author: {
|
|
2238
|
-
username: string | null;
|
|
2239
2238
|
headline: string | null;
|
|
2239
|
+
username: string | null;
|
|
2240
2240
|
profileUrl: string | null;
|
|
2241
2241
|
profilePicture: string | null;
|
|
2242
2242
|
firstName: string | null;
|
|
@@ -2281,8 +2281,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2281
2281
|
text: string | null;
|
|
2282
2282
|
urn: string | null;
|
|
2283
2283
|
author: {
|
|
2284
|
-
username: string | null;
|
|
2285
2284
|
headline: string | null;
|
|
2285
|
+
username: string | null;
|
|
2286
2286
|
profileUrl: string | null;
|
|
2287
2287
|
profilePicture: string | null;
|
|
2288
2288
|
firstName: string | null;
|
|
@@ -2326,6 +2326,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2326
2326
|
url: string | null;
|
|
2327
2327
|
id: string | null;
|
|
2328
2328
|
location: string | null;
|
|
2329
|
+
company: {
|
|
2330
|
+
name: string | null;
|
|
2331
|
+
url: string | null;
|
|
2332
|
+
logo: string | null;
|
|
2333
|
+
} | null;
|
|
2329
2334
|
postedAt: string | null;
|
|
2330
2335
|
applyUrl: string | null;
|
|
2331
2336
|
salary: {
|
|
@@ -2336,33 +2341,28 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2336
2341
|
} | null;
|
|
2337
2342
|
seniorityLevel: string | null;
|
|
2338
2343
|
employmentType: string | null;
|
|
2339
|
-
company: {
|
|
2340
|
-
name: string | null;
|
|
2341
|
-
url: string | null;
|
|
2342
|
-
logo: string | null;
|
|
2343
|
-
} | null;
|
|
2344
2344
|
skills: string[] | null;
|
|
2345
2345
|
}[] | undefined;
|
|
2346
2346
|
totalResults?: number | null | undefined;
|
|
2347
2347
|
paginationToken?: string | null | undefined;
|
|
2348
2348
|
hasNextPage?: boolean | null | undefined;
|
|
2349
2349
|
}, {
|
|
2350
|
-
error: string;
|
|
2351
|
-
success: boolean;
|
|
2352
2350
|
operation: "scrapePosts" | "searchPosts" | "scrapeJobs";
|
|
2351
|
+
success: boolean;
|
|
2352
|
+
error: string;
|
|
2353
2353
|
posts: {
|
|
2354
2354
|
url: string | null;
|
|
2355
|
-
text: string | null;
|
|
2356
2355
|
document: {
|
|
2357
2356
|
title: string | null;
|
|
2358
2357
|
url: string | null;
|
|
2359
2358
|
thumbnail: string | null;
|
|
2360
2359
|
pageCount: number | null;
|
|
2361
2360
|
} | null;
|
|
2361
|
+
text: string | null;
|
|
2362
2362
|
urn: string | null;
|
|
2363
2363
|
author: {
|
|
2364
|
-
username: string | null;
|
|
2365
2364
|
headline: string | null;
|
|
2365
|
+
username: string | null;
|
|
2366
2366
|
profileUrl: string | null;
|
|
2367
2367
|
profilePicture: string | null;
|
|
2368
2368
|
firstName: string | null;
|
|
@@ -2407,8 +2407,8 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2407
2407
|
text: string | null;
|
|
2408
2408
|
urn: string | null;
|
|
2409
2409
|
author: {
|
|
2410
|
-
username: string | null;
|
|
2411
2410
|
headline: string | null;
|
|
2411
|
+
username: string | null;
|
|
2412
2412
|
profileUrl: string | null;
|
|
2413
2413
|
profilePicture: string | null;
|
|
2414
2414
|
firstName: string | null;
|
|
@@ -2452,6 +2452,11 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2452
2452
|
url: string | null;
|
|
2453
2453
|
id: string | null;
|
|
2454
2454
|
location: string | null;
|
|
2455
|
+
company: {
|
|
2456
|
+
name: string | null;
|
|
2457
|
+
url: string | null;
|
|
2458
|
+
logo: string | null;
|
|
2459
|
+
} | null;
|
|
2455
2460
|
postedAt: string | null;
|
|
2456
2461
|
applyUrl: string | null;
|
|
2457
2462
|
salary: {
|
|
@@ -2462,11 +2467,6 @@ export declare class LinkedInTool extends ToolBubble<LinkedInToolParams, LinkedI
|
|
|
2462
2467
|
} | null;
|
|
2463
2468
|
seniorityLevel: string | null;
|
|
2464
2469
|
employmentType: string | null;
|
|
2465
|
-
company: {
|
|
2466
|
-
name: string | null;
|
|
2467
|
-
url: string | null;
|
|
2468
|
-
logo: string | null;
|
|
2469
|
-
} | null;
|
|
2470
2470
|
skills: string[] | null;
|
|
2471
2471
|
}[] | undefined;
|
|
2472
2472
|
totalResults?: number | null | undefined;
|