@bubblelab/bubble-core 0.1.141 → 0.1.143
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 +181 -118
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +9 -1
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.d.ts +4 -0
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js +1 -0
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +140 -140
- package/dist/bubbles/service-bubble/ai-agent.d.ts +4 -4
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +7 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +158 -158
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +806 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js +256 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +813 -6
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +8 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.d.ts +13 -13
- package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.js +1 -0
- package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +64 -64
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +44 -37
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.js +66 -3
- package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +59 -16
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js +19 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +96 -96
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +244 -244
- package/dist/bubbles/service-bubble/followupboss.d.ts +152 -152
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +62 -62
- package/dist/bubbles/service-bubble/github.d.ts +148 -148
- package/dist/bubbles/service-bubble/gmail.d.ts +556 -556
- package/dist/bubbles/service-bubble/google-calendar.d.ts +34 -34
- package/dist/bubbles/service-bubble/google-drive.d.ts +102 -102
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/jira/jira.d.ts +92 -92
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/notion/notion.d.ts +647 -647
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/slack.d.ts +496 -496
- package/dist/bubbles/service-bubble/slack/slack.js +2 -2
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +87 -87
- package/dist/bubbles/service-bubble/telegram.d.ts +108 -108
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +126 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js +34 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts +22 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js +57 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.d.ts +5 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.js +5 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +158 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js +33 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +161 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js +310 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +165 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js +45 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +171 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js +364 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +160 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js +24 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +160 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js +334 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +152 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js +23 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +155 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js +233 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +1634 -196
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.js +300 -56
- package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +108 -108
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +14 -14
- 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 +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +32 -32
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +58 -58
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +46 -46
- package/dist/bubbles.json +1148 -75
- package/dist/index.d.ts +4 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -59,23 +59,23 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
59
59
|
companyName: string | null;
|
|
60
60
|
companyLinkedinUrl: string | null;
|
|
61
61
|
seniorityLevel: string | null;
|
|
62
|
-
|
|
62
|
+
startDate: string | number | null;
|
|
63
63
|
companyDomainUrl: string | null;
|
|
64
64
|
functionCategory: string | null;
|
|
65
|
-
startDate: string | number | null;
|
|
66
65
|
yearsAtCompany: number | null;
|
|
67
66
|
companyHeadcount: number | null;
|
|
67
|
+
companyIndustries: string[] | null;
|
|
68
68
|
}, {
|
|
69
69
|
title: string | null;
|
|
70
70
|
companyName: string | null;
|
|
71
71
|
companyLinkedinUrl: string | null;
|
|
72
72
|
seniorityLevel: string | null;
|
|
73
|
-
|
|
73
|
+
startDate: string | number | null;
|
|
74
74
|
companyDomainUrl: string | null;
|
|
75
75
|
functionCategory: string | null;
|
|
76
|
-
startDate: string | number | null;
|
|
77
76
|
yearsAtCompany: number | null;
|
|
78
77
|
companyHeadcount: number | null;
|
|
78
|
+
companyIndustries: string[] | null;
|
|
79
79
|
}>, "many">>;
|
|
80
80
|
pastEmployers: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
81
81
|
title: z.ZodNullable<z.ZodString>;
|
|
@@ -98,13 +98,13 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
98
98
|
degreeName: z.ZodNullable<z.ZodString>;
|
|
99
99
|
fieldOfStudy: z.ZodNullable<z.ZodString>;
|
|
100
100
|
}, "strip", z.ZodTypeAny, {
|
|
101
|
+
fieldOfStudy: string | null;
|
|
101
102
|
instituteName: string | null;
|
|
102
103
|
degreeName: string | null;
|
|
103
|
-
fieldOfStudy: string | null;
|
|
104
104
|
}, {
|
|
105
|
+
fieldOfStudy: string | null;
|
|
105
106
|
instituteName: string | null;
|
|
106
107
|
degreeName: string | null;
|
|
107
|
-
fieldOfStudy: string | null;
|
|
108
108
|
}>, "many">>;
|
|
109
109
|
}, "strip", z.ZodTypeAny, {
|
|
110
110
|
title: string | null;
|
|
@@ -113,20 +113,20 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
113
113
|
location: string | null;
|
|
114
114
|
headline: string | null;
|
|
115
115
|
seniorityLevel: string | null;
|
|
116
|
-
|
|
117
|
-
languages: string[] | null;
|
|
116
|
+
linkedinUrl: string | null;
|
|
118
117
|
skills: string[] | null;
|
|
119
118
|
education: {
|
|
119
|
+
fieldOfStudy: string | null;
|
|
120
120
|
instituteName: string | null;
|
|
121
121
|
degreeName: string | null;
|
|
122
|
-
fieldOfStudy: string | null;
|
|
123
122
|
}[] | null;
|
|
123
|
+
languages: string[] | null;
|
|
124
|
+
emails: string[] | null;
|
|
124
125
|
websites: string[] | null;
|
|
125
|
-
recentlyChangedJobs: boolean | null;
|
|
126
|
-
linkedinUrl: string | null;
|
|
127
126
|
profilePictureUrl: string | null;
|
|
128
127
|
twitterHandle: string | null;
|
|
129
128
|
yearsOfExperience: number | null;
|
|
129
|
+
recentlyChangedJobs: boolean | null;
|
|
130
130
|
locationCity: string | null;
|
|
131
131
|
locationCountry: string | null;
|
|
132
132
|
numConnections: number | null;
|
|
@@ -135,12 +135,12 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
135
135
|
companyName: string | null;
|
|
136
136
|
companyLinkedinUrl: string | null;
|
|
137
137
|
seniorityLevel: string | null;
|
|
138
|
-
|
|
138
|
+
startDate: string | number | null;
|
|
139
139
|
companyDomainUrl: string | null;
|
|
140
140
|
functionCategory: string | null;
|
|
141
|
-
startDate: string | number | null;
|
|
142
141
|
yearsAtCompany: number | null;
|
|
143
142
|
companyHeadcount: number | null;
|
|
143
|
+
companyIndustries: string[] | null;
|
|
144
144
|
}[] | null;
|
|
145
145
|
pastEmployers: {
|
|
146
146
|
title: string | null;
|
|
@@ -165,20 +165,20 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
165
165
|
location: string | null;
|
|
166
166
|
headline: string | null;
|
|
167
167
|
seniorityLevel: string | null;
|
|
168
|
-
|
|
169
|
-
languages: string[] | null;
|
|
168
|
+
linkedinUrl: string | null;
|
|
170
169
|
skills: string[] | null;
|
|
171
170
|
education: {
|
|
171
|
+
fieldOfStudy: string | null;
|
|
172
172
|
instituteName: string | null;
|
|
173
173
|
degreeName: string | null;
|
|
174
|
-
fieldOfStudy: string | null;
|
|
175
174
|
}[] | null;
|
|
175
|
+
languages: string[] | null;
|
|
176
|
+
emails: string[] | null;
|
|
176
177
|
websites: string[] | null;
|
|
177
|
-
recentlyChangedJobs: boolean | null;
|
|
178
|
-
linkedinUrl: string | null;
|
|
179
178
|
profilePictureUrl: string | null;
|
|
180
179
|
twitterHandle: string | null;
|
|
181
180
|
yearsOfExperience: number | null;
|
|
181
|
+
recentlyChangedJobs: boolean | null;
|
|
182
182
|
locationCity: string | null;
|
|
183
183
|
locationCountry: string | null;
|
|
184
184
|
numConnections: number | null;
|
|
@@ -187,12 +187,12 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
187
187
|
companyName: string | null;
|
|
188
188
|
companyLinkedinUrl: string | null;
|
|
189
189
|
seniorityLevel: string | null;
|
|
190
|
-
|
|
190
|
+
startDate: string | number | null;
|
|
191
191
|
companyDomainUrl: string | null;
|
|
192
192
|
functionCategory: string | null;
|
|
193
|
-
startDate: string | number | null;
|
|
194
193
|
yearsAtCompany: number | null;
|
|
195
194
|
companyHeadcount: number | null;
|
|
195
|
+
companyIndustries: string[] | null;
|
|
196
196
|
}[] | null;
|
|
197
197
|
pastEmployers: {
|
|
198
198
|
title: string | null;
|
|
@@ -260,10 +260,13 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
|
|
|
260
260
|
location?: string | undefined;
|
|
261
261
|
companyName?: string | undefined;
|
|
262
262
|
companyLinkedinUrl?: string | undefined;
|
|
263
|
-
city?: string | undefined;
|
|
264
263
|
country?: string | undefined;
|
|
265
|
-
|
|
264
|
+
city?: string | undefined;
|
|
266
265
|
skills?: string[] | undefined;
|
|
266
|
+
schoolName?: string | undefined;
|
|
267
|
+
languages?: string[] | undefined;
|
|
268
|
+
recentlyChangedJobs?: boolean | undefined;
|
|
269
|
+
companyIndustries?: string[] | undefined;
|
|
267
270
|
jobTitle?: string | undefined;
|
|
268
271
|
jobTitles?: string[] | undefined;
|
|
269
272
|
locationRadius?: {
|
|
@@ -274,14 +277,11 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
|
|
|
274
277
|
maxYearsExperience?: number | undefined;
|
|
275
278
|
seniorityLevels?: string[] | undefined;
|
|
276
279
|
functionCategories?: string[] | undefined;
|
|
277
|
-
companyIndustries?: string[] | undefined;
|
|
278
280
|
minCompanyHeadcount?: number | undefined;
|
|
279
281
|
maxCompanyHeadcount?: number | undefined;
|
|
280
282
|
minYearsAtCompany?: number | undefined;
|
|
281
283
|
pastCompanyName?: string | undefined;
|
|
282
284
|
pastJobTitle?: string | undefined;
|
|
283
|
-
schoolName?: string | undefined;
|
|
284
|
-
recentlyChangedJobs?: boolean | undefined;
|
|
285
285
|
minConnections?: number | undefined;
|
|
286
286
|
excludeCompanies?: string[] | undefined;
|
|
287
287
|
excludeProfiles?: string[] | undefined;
|
|
@@ -292,10 +292,13 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
|
|
|
292
292
|
location?: string | undefined;
|
|
293
293
|
companyName?: string | undefined;
|
|
294
294
|
companyLinkedinUrl?: string | undefined;
|
|
295
|
-
city?: string | undefined;
|
|
296
295
|
country?: string | undefined;
|
|
297
|
-
|
|
296
|
+
city?: string | undefined;
|
|
298
297
|
skills?: string[] | undefined;
|
|
298
|
+
schoolName?: string | undefined;
|
|
299
|
+
languages?: string[] | undefined;
|
|
300
|
+
recentlyChangedJobs?: boolean | undefined;
|
|
301
|
+
companyIndustries?: string[] | undefined;
|
|
299
302
|
jobTitle?: string | undefined;
|
|
300
303
|
jobTitles?: string[] | undefined;
|
|
301
304
|
locationRadius?: {
|
|
@@ -306,14 +309,11 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
|
|
|
306
309
|
maxYearsExperience?: number | undefined;
|
|
307
310
|
seniorityLevels?: string[] | undefined;
|
|
308
311
|
functionCategories?: string[] | undefined;
|
|
309
|
-
companyIndustries?: string[] | undefined;
|
|
310
312
|
minCompanyHeadcount?: number | undefined;
|
|
311
313
|
maxCompanyHeadcount?: number | undefined;
|
|
312
314
|
minYearsAtCompany?: number | undefined;
|
|
313
315
|
pastCompanyName?: string | undefined;
|
|
314
316
|
pastJobTitle?: string | undefined;
|
|
315
|
-
schoolName?: string | undefined;
|
|
316
|
-
recentlyChangedJobs?: boolean | undefined;
|
|
317
317
|
minConnections?: number | undefined;
|
|
318
318
|
excludeCompanies?: string[] | undefined;
|
|
319
319
|
excludeProfiles?: string[] | undefined;
|
|
@@ -378,23 +378,23 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
378
378
|
companyName: string | null;
|
|
379
379
|
companyLinkedinUrl: string | null;
|
|
380
380
|
seniorityLevel: string | null;
|
|
381
|
-
|
|
381
|
+
startDate: string | number | null;
|
|
382
382
|
companyDomainUrl: string | null;
|
|
383
383
|
functionCategory: string | null;
|
|
384
|
-
startDate: string | number | null;
|
|
385
384
|
yearsAtCompany: number | null;
|
|
386
385
|
companyHeadcount: number | null;
|
|
386
|
+
companyIndustries: string[] | null;
|
|
387
387
|
}, {
|
|
388
388
|
title: string | null;
|
|
389
389
|
companyName: string | null;
|
|
390
390
|
companyLinkedinUrl: string | null;
|
|
391
391
|
seniorityLevel: string | null;
|
|
392
|
-
|
|
392
|
+
startDate: string | number | null;
|
|
393
393
|
companyDomainUrl: string | null;
|
|
394
394
|
functionCategory: string | null;
|
|
395
|
-
startDate: string | number | null;
|
|
396
395
|
yearsAtCompany: number | null;
|
|
397
396
|
companyHeadcount: number | null;
|
|
397
|
+
companyIndustries: string[] | null;
|
|
398
398
|
}>, "many">>;
|
|
399
399
|
pastEmployers: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
400
400
|
title: z.ZodNullable<z.ZodString>;
|
|
@@ -417,13 +417,13 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
417
417
|
degreeName: z.ZodNullable<z.ZodString>;
|
|
418
418
|
fieldOfStudy: z.ZodNullable<z.ZodString>;
|
|
419
419
|
}, "strip", z.ZodTypeAny, {
|
|
420
|
+
fieldOfStudy: string | null;
|
|
420
421
|
instituteName: string | null;
|
|
421
422
|
degreeName: string | null;
|
|
422
|
-
fieldOfStudy: string | null;
|
|
423
423
|
}, {
|
|
424
|
+
fieldOfStudy: string | null;
|
|
424
425
|
instituteName: string | null;
|
|
425
426
|
degreeName: string | null;
|
|
426
|
-
fieldOfStudy: string | null;
|
|
427
427
|
}>, "many">>;
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
429
|
title: string | null;
|
|
@@ -432,20 +432,20 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
432
432
|
location: string | null;
|
|
433
433
|
headline: string | null;
|
|
434
434
|
seniorityLevel: string | null;
|
|
435
|
-
|
|
436
|
-
languages: string[] | null;
|
|
435
|
+
linkedinUrl: string | null;
|
|
437
436
|
skills: string[] | null;
|
|
438
437
|
education: {
|
|
438
|
+
fieldOfStudy: string | null;
|
|
439
439
|
instituteName: string | null;
|
|
440
440
|
degreeName: string | null;
|
|
441
|
-
fieldOfStudy: string | null;
|
|
442
441
|
}[] | null;
|
|
442
|
+
languages: string[] | null;
|
|
443
|
+
emails: string[] | null;
|
|
443
444
|
websites: string[] | null;
|
|
444
|
-
recentlyChangedJobs: boolean | null;
|
|
445
|
-
linkedinUrl: string | null;
|
|
446
445
|
profilePictureUrl: string | null;
|
|
447
446
|
twitterHandle: string | null;
|
|
448
447
|
yearsOfExperience: number | null;
|
|
448
|
+
recentlyChangedJobs: boolean | null;
|
|
449
449
|
locationCity: string | null;
|
|
450
450
|
locationCountry: string | null;
|
|
451
451
|
numConnections: number | null;
|
|
@@ -454,12 +454,12 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
454
454
|
companyName: string | null;
|
|
455
455
|
companyLinkedinUrl: string | null;
|
|
456
456
|
seniorityLevel: string | null;
|
|
457
|
-
|
|
457
|
+
startDate: string | number | null;
|
|
458
458
|
companyDomainUrl: string | null;
|
|
459
459
|
functionCategory: string | null;
|
|
460
|
-
startDate: string | number | null;
|
|
461
460
|
yearsAtCompany: number | null;
|
|
462
461
|
companyHeadcount: number | null;
|
|
462
|
+
companyIndustries: string[] | null;
|
|
463
463
|
}[] | null;
|
|
464
464
|
pastEmployers: {
|
|
465
465
|
title: string | null;
|
|
@@ -484,20 +484,20 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
484
484
|
location: string | null;
|
|
485
485
|
headline: string | null;
|
|
486
486
|
seniorityLevel: string | null;
|
|
487
|
-
|
|
488
|
-
languages: string[] | null;
|
|
487
|
+
linkedinUrl: string | null;
|
|
489
488
|
skills: string[] | null;
|
|
490
489
|
education: {
|
|
490
|
+
fieldOfStudy: string | null;
|
|
491
491
|
instituteName: string | null;
|
|
492
492
|
degreeName: string | null;
|
|
493
|
-
fieldOfStudy: string | null;
|
|
494
493
|
}[] | null;
|
|
494
|
+
languages: string[] | null;
|
|
495
|
+
emails: string[] | null;
|
|
495
496
|
websites: string[] | null;
|
|
496
|
-
recentlyChangedJobs: boolean | null;
|
|
497
|
-
linkedinUrl: string | null;
|
|
498
497
|
profilePictureUrl: string | null;
|
|
499
498
|
twitterHandle: string | null;
|
|
500
499
|
yearsOfExperience: number | null;
|
|
500
|
+
recentlyChangedJobs: boolean | null;
|
|
501
501
|
locationCity: string | null;
|
|
502
502
|
locationCountry: string | null;
|
|
503
503
|
numConnections: number | null;
|
|
@@ -506,12 +506,12 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
506
506
|
companyName: string | null;
|
|
507
507
|
companyLinkedinUrl: string | null;
|
|
508
508
|
seniorityLevel: string | null;
|
|
509
|
-
|
|
509
|
+
startDate: string | number | null;
|
|
510
510
|
companyDomainUrl: string | null;
|
|
511
511
|
functionCategory: string | null;
|
|
512
|
-
startDate: string | number | null;
|
|
513
512
|
yearsAtCompany: number | null;
|
|
514
513
|
companyHeadcount: number | null;
|
|
514
|
+
companyIndustries: string[] | null;
|
|
515
515
|
}[] | null;
|
|
516
516
|
pastEmployers: {
|
|
517
517
|
title: string | null;
|
|
@@ -544,20 +544,20 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
544
544
|
location: string | null;
|
|
545
545
|
headline: string | null;
|
|
546
546
|
seniorityLevel: string | null;
|
|
547
|
-
|
|
548
|
-
languages: string[] | null;
|
|
547
|
+
linkedinUrl: string | null;
|
|
549
548
|
skills: string[] | null;
|
|
550
549
|
education: {
|
|
550
|
+
fieldOfStudy: string | null;
|
|
551
551
|
instituteName: string | null;
|
|
552
552
|
degreeName: string | null;
|
|
553
|
-
fieldOfStudy: string | null;
|
|
554
553
|
}[] | null;
|
|
554
|
+
languages: string[] | null;
|
|
555
|
+
emails: string[] | null;
|
|
555
556
|
websites: string[] | null;
|
|
556
|
-
recentlyChangedJobs: boolean | null;
|
|
557
|
-
linkedinUrl: string | null;
|
|
558
557
|
profilePictureUrl: string | null;
|
|
559
558
|
twitterHandle: string | null;
|
|
560
559
|
yearsOfExperience: number | null;
|
|
560
|
+
recentlyChangedJobs: boolean | null;
|
|
561
561
|
locationCity: string | null;
|
|
562
562
|
locationCountry: string | null;
|
|
563
563
|
numConnections: number | null;
|
|
@@ -566,12 +566,12 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
566
566
|
companyName: string | null;
|
|
567
567
|
companyLinkedinUrl: string | null;
|
|
568
568
|
seniorityLevel: string | null;
|
|
569
|
-
|
|
569
|
+
startDate: string | number | null;
|
|
570
570
|
companyDomainUrl: string | null;
|
|
571
571
|
functionCategory: string | null;
|
|
572
|
-
startDate: string | number | null;
|
|
573
572
|
yearsAtCompany: number | null;
|
|
574
573
|
companyHeadcount: number | null;
|
|
574
|
+
companyIndustries: string[] | null;
|
|
575
575
|
}[] | null;
|
|
576
576
|
pastEmployers: {
|
|
577
577
|
title: string | null;
|
|
@@ -602,20 +602,20 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
602
602
|
location: string | null;
|
|
603
603
|
headline: string | null;
|
|
604
604
|
seniorityLevel: string | null;
|
|
605
|
-
|
|
606
|
-
languages: string[] | null;
|
|
605
|
+
linkedinUrl: string | null;
|
|
607
606
|
skills: string[] | null;
|
|
608
607
|
education: {
|
|
608
|
+
fieldOfStudy: string | null;
|
|
609
609
|
instituteName: string | null;
|
|
610
610
|
degreeName: string | null;
|
|
611
|
-
fieldOfStudy: string | null;
|
|
612
611
|
}[] | null;
|
|
612
|
+
languages: string[] | null;
|
|
613
|
+
emails: string[] | null;
|
|
613
614
|
websites: string[] | null;
|
|
614
|
-
recentlyChangedJobs: boolean | null;
|
|
615
|
-
linkedinUrl: string | null;
|
|
616
615
|
profilePictureUrl: string | null;
|
|
617
616
|
twitterHandle: string | null;
|
|
618
617
|
yearsOfExperience: number | null;
|
|
618
|
+
recentlyChangedJobs: boolean | null;
|
|
619
619
|
locationCity: string | null;
|
|
620
620
|
locationCountry: string | null;
|
|
621
621
|
numConnections: number | null;
|
|
@@ -624,12 +624,12 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
624
624
|
companyName: string | null;
|
|
625
625
|
companyLinkedinUrl: string | null;
|
|
626
626
|
seniorityLevel: string | null;
|
|
627
|
-
|
|
627
|
+
startDate: string | number | null;
|
|
628
628
|
companyDomainUrl: string | null;
|
|
629
629
|
functionCategory: string | null;
|
|
630
|
-
startDate: string | number | null;
|
|
631
630
|
yearsAtCompany: number | null;
|
|
632
631
|
companyHeadcount: number | null;
|
|
632
|
+
companyIndustries: string[] | null;
|
|
633
633
|
}[] | null;
|
|
634
634
|
pastEmployers: {
|
|
635
635
|
title: string | null;
|
|
@@ -729,10 +729,13 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
729
729
|
location?: string | undefined;
|
|
730
730
|
companyName?: string | undefined;
|
|
731
731
|
companyLinkedinUrl?: string | undefined;
|
|
732
|
-
city?: string | undefined;
|
|
733
732
|
country?: string | undefined;
|
|
734
|
-
|
|
733
|
+
city?: string | undefined;
|
|
735
734
|
skills?: string[] | undefined;
|
|
735
|
+
schoolName?: string | undefined;
|
|
736
|
+
languages?: string[] | undefined;
|
|
737
|
+
recentlyChangedJobs?: boolean | undefined;
|
|
738
|
+
companyIndustries?: string[] | undefined;
|
|
736
739
|
jobTitle?: string | undefined;
|
|
737
740
|
jobTitles?: string[] | undefined;
|
|
738
741
|
locationRadius?: {
|
|
@@ -743,14 +746,11 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
743
746
|
maxYearsExperience?: number | undefined;
|
|
744
747
|
seniorityLevels?: string[] | undefined;
|
|
745
748
|
functionCategories?: string[] | undefined;
|
|
746
|
-
companyIndustries?: string[] | undefined;
|
|
747
749
|
minCompanyHeadcount?: number | undefined;
|
|
748
750
|
maxCompanyHeadcount?: number | undefined;
|
|
749
751
|
minYearsAtCompany?: number | undefined;
|
|
750
752
|
pastCompanyName?: string | undefined;
|
|
751
753
|
pastJobTitle?: string | undefined;
|
|
752
|
-
schoolName?: string | undefined;
|
|
753
|
-
recentlyChangedJobs?: boolean | undefined;
|
|
754
754
|
minConnections?: number | undefined;
|
|
755
755
|
excludeCompanies?: string[] | undefined;
|
|
756
756
|
excludeProfiles?: string[] | undefined;
|
|
@@ -761,10 +761,13 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
761
761
|
location?: string | undefined;
|
|
762
762
|
companyName?: string | undefined;
|
|
763
763
|
companyLinkedinUrl?: string | undefined;
|
|
764
|
-
city?: string | undefined;
|
|
765
764
|
country?: string | undefined;
|
|
766
|
-
|
|
765
|
+
city?: string | undefined;
|
|
767
766
|
skills?: string[] | undefined;
|
|
767
|
+
schoolName?: string | undefined;
|
|
768
|
+
languages?: string[] | undefined;
|
|
769
|
+
recentlyChangedJobs?: boolean | undefined;
|
|
770
|
+
companyIndustries?: string[] | undefined;
|
|
768
771
|
jobTitle?: string | undefined;
|
|
769
772
|
jobTitles?: string[] | undefined;
|
|
770
773
|
locationRadius?: {
|
|
@@ -775,14 +778,11 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
775
778
|
maxYearsExperience?: number | undefined;
|
|
776
779
|
seniorityLevels?: string[] | undefined;
|
|
777
780
|
functionCategories?: string[] | undefined;
|
|
778
|
-
companyIndustries?: string[] | undefined;
|
|
779
781
|
minCompanyHeadcount?: number | undefined;
|
|
780
782
|
maxCompanyHeadcount?: number | undefined;
|
|
781
783
|
minYearsAtCompany?: number | undefined;
|
|
782
784
|
pastCompanyName?: string | undefined;
|
|
783
785
|
pastJobTitle?: string | undefined;
|
|
784
|
-
schoolName?: string | undefined;
|
|
785
|
-
recentlyChangedJobs?: boolean | undefined;
|
|
786
786
|
minConnections?: number | undefined;
|
|
787
787
|
excludeCompanies?: string[] | undefined;
|
|
788
788
|
excludeProfiles?: string[] | undefined;
|
|
@@ -847,23 +847,23 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
847
847
|
companyName: string | null;
|
|
848
848
|
companyLinkedinUrl: string | null;
|
|
849
849
|
seniorityLevel: string | null;
|
|
850
|
-
|
|
850
|
+
startDate: string | number | null;
|
|
851
851
|
companyDomainUrl: string | null;
|
|
852
852
|
functionCategory: string | null;
|
|
853
|
-
startDate: string | number | null;
|
|
854
853
|
yearsAtCompany: number | null;
|
|
855
854
|
companyHeadcount: number | null;
|
|
855
|
+
companyIndustries: string[] | null;
|
|
856
856
|
}, {
|
|
857
857
|
title: string | null;
|
|
858
858
|
companyName: string | null;
|
|
859
859
|
companyLinkedinUrl: string | null;
|
|
860
860
|
seniorityLevel: string | null;
|
|
861
|
-
|
|
861
|
+
startDate: string | number | null;
|
|
862
862
|
companyDomainUrl: string | null;
|
|
863
863
|
functionCategory: string | null;
|
|
864
|
-
startDate: string | number | null;
|
|
865
864
|
yearsAtCompany: number | null;
|
|
866
865
|
companyHeadcount: number | null;
|
|
866
|
+
companyIndustries: string[] | null;
|
|
867
867
|
}>, "many">>;
|
|
868
868
|
pastEmployers: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
869
869
|
title: z.ZodNullable<z.ZodString>;
|
|
@@ -886,13 +886,13 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
886
886
|
degreeName: z.ZodNullable<z.ZodString>;
|
|
887
887
|
fieldOfStudy: z.ZodNullable<z.ZodString>;
|
|
888
888
|
}, "strip", z.ZodTypeAny, {
|
|
889
|
+
fieldOfStudy: string | null;
|
|
889
890
|
instituteName: string | null;
|
|
890
891
|
degreeName: string | null;
|
|
891
|
-
fieldOfStudy: string | null;
|
|
892
892
|
}, {
|
|
893
|
+
fieldOfStudy: string | null;
|
|
893
894
|
instituteName: string | null;
|
|
894
895
|
degreeName: string | null;
|
|
895
|
-
fieldOfStudy: string | null;
|
|
896
896
|
}>, "many">>;
|
|
897
897
|
}, "strip", z.ZodTypeAny, {
|
|
898
898
|
title: string | null;
|
|
@@ -901,20 +901,20 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
901
901
|
location: string | null;
|
|
902
902
|
headline: string | null;
|
|
903
903
|
seniorityLevel: string | null;
|
|
904
|
-
|
|
905
|
-
languages: string[] | null;
|
|
904
|
+
linkedinUrl: string | null;
|
|
906
905
|
skills: string[] | null;
|
|
907
906
|
education: {
|
|
907
|
+
fieldOfStudy: string | null;
|
|
908
908
|
instituteName: string | null;
|
|
909
909
|
degreeName: string | null;
|
|
910
|
-
fieldOfStudy: string | null;
|
|
911
910
|
}[] | null;
|
|
911
|
+
languages: string[] | null;
|
|
912
|
+
emails: string[] | null;
|
|
912
913
|
websites: string[] | null;
|
|
913
|
-
recentlyChangedJobs: boolean | null;
|
|
914
|
-
linkedinUrl: string | null;
|
|
915
914
|
profilePictureUrl: string | null;
|
|
916
915
|
twitterHandle: string | null;
|
|
917
916
|
yearsOfExperience: number | null;
|
|
917
|
+
recentlyChangedJobs: boolean | null;
|
|
918
918
|
locationCity: string | null;
|
|
919
919
|
locationCountry: string | null;
|
|
920
920
|
numConnections: number | null;
|
|
@@ -923,12 +923,12 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
923
923
|
companyName: string | null;
|
|
924
924
|
companyLinkedinUrl: string | null;
|
|
925
925
|
seniorityLevel: string | null;
|
|
926
|
-
|
|
926
|
+
startDate: string | number | null;
|
|
927
927
|
companyDomainUrl: string | null;
|
|
928
928
|
functionCategory: string | null;
|
|
929
|
-
startDate: string | number | null;
|
|
930
929
|
yearsAtCompany: number | null;
|
|
931
930
|
companyHeadcount: number | null;
|
|
931
|
+
companyIndustries: string[] | null;
|
|
932
932
|
}[] | null;
|
|
933
933
|
pastEmployers: {
|
|
934
934
|
title: string | null;
|
|
@@ -953,20 +953,20 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
953
953
|
location: string | null;
|
|
954
954
|
headline: string | null;
|
|
955
955
|
seniorityLevel: string | null;
|
|
956
|
-
|
|
957
|
-
languages: string[] | null;
|
|
956
|
+
linkedinUrl: string | null;
|
|
958
957
|
skills: string[] | null;
|
|
959
958
|
education: {
|
|
959
|
+
fieldOfStudy: string | null;
|
|
960
960
|
instituteName: string | null;
|
|
961
961
|
degreeName: string | null;
|
|
962
|
-
fieldOfStudy: string | null;
|
|
963
962
|
}[] | null;
|
|
963
|
+
languages: string[] | null;
|
|
964
|
+
emails: string[] | null;
|
|
964
965
|
websites: string[] | null;
|
|
965
|
-
recentlyChangedJobs: boolean | null;
|
|
966
|
-
linkedinUrl: string | null;
|
|
967
966
|
profilePictureUrl: string | null;
|
|
968
967
|
twitterHandle: string | null;
|
|
969
968
|
yearsOfExperience: number | null;
|
|
969
|
+
recentlyChangedJobs: boolean | null;
|
|
970
970
|
locationCity: string | null;
|
|
971
971
|
locationCountry: string | null;
|
|
972
972
|
numConnections: number | null;
|
|
@@ -975,12 +975,12 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
975
975
|
companyName: string | null;
|
|
976
976
|
companyLinkedinUrl: string | null;
|
|
977
977
|
seniorityLevel: string | null;
|
|
978
|
-
|
|
978
|
+
startDate: string | number | null;
|
|
979
979
|
companyDomainUrl: string | null;
|
|
980
980
|
functionCategory: string | null;
|
|
981
|
-
startDate: string | number | null;
|
|
982
981
|
yearsAtCompany: number | null;
|
|
983
982
|
companyHeadcount: number | null;
|
|
983
|
+
companyIndustries: string[] | null;
|
|
984
984
|
}[] | null;
|
|
985
985
|
pastEmployers: {
|
|
986
986
|
title: string | null;
|
|
@@ -1013,20 +1013,20 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1013
1013
|
location: string | null;
|
|
1014
1014
|
headline: string | null;
|
|
1015
1015
|
seniorityLevel: string | null;
|
|
1016
|
-
|
|
1017
|
-
languages: string[] | null;
|
|
1016
|
+
linkedinUrl: string | null;
|
|
1018
1017
|
skills: string[] | null;
|
|
1019
1018
|
education: {
|
|
1019
|
+
fieldOfStudy: string | null;
|
|
1020
1020
|
instituteName: string | null;
|
|
1021
1021
|
degreeName: string | null;
|
|
1022
|
-
fieldOfStudy: string | null;
|
|
1023
1022
|
}[] | null;
|
|
1023
|
+
languages: string[] | null;
|
|
1024
|
+
emails: string[] | null;
|
|
1024
1025
|
websites: string[] | null;
|
|
1025
|
-
recentlyChangedJobs: boolean | null;
|
|
1026
|
-
linkedinUrl: string | null;
|
|
1027
1026
|
profilePictureUrl: string | null;
|
|
1028
1027
|
twitterHandle: string | null;
|
|
1029
1028
|
yearsOfExperience: number | null;
|
|
1029
|
+
recentlyChangedJobs: boolean | null;
|
|
1030
1030
|
locationCity: string | null;
|
|
1031
1031
|
locationCountry: string | null;
|
|
1032
1032
|
numConnections: number | null;
|
|
@@ -1035,12 +1035,12 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1035
1035
|
companyName: string | null;
|
|
1036
1036
|
companyLinkedinUrl: string | null;
|
|
1037
1037
|
seniorityLevel: string | null;
|
|
1038
|
-
|
|
1038
|
+
startDate: string | number | null;
|
|
1039
1039
|
companyDomainUrl: string | null;
|
|
1040
1040
|
functionCategory: string | null;
|
|
1041
|
-
startDate: string | number | null;
|
|
1042
1041
|
yearsAtCompany: number | null;
|
|
1043
1042
|
companyHeadcount: number | null;
|
|
1043
|
+
companyIndustries: string[] | null;
|
|
1044
1044
|
}[] | null;
|
|
1045
1045
|
pastEmployers: {
|
|
1046
1046
|
title: string | null;
|
|
@@ -1071,20 +1071,20 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1071
1071
|
location: string | null;
|
|
1072
1072
|
headline: string | null;
|
|
1073
1073
|
seniorityLevel: string | null;
|
|
1074
|
-
|
|
1075
|
-
languages: string[] | null;
|
|
1074
|
+
linkedinUrl: string | null;
|
|
1076
1075
|
skills: string[] | null;
|
|
1077
1076
|
education: {
|
|
1077
|
+
fieldOfStudy: string | null;
|
|
1078
1078
|
instituteName: string | null;
|
|
1079
1079
|
degreeName: string | null;
|
|
1080
|
-
fieldOfStudy: string | null;
|
|
1081
1080
|
}[] | null;
|
|
1081
|
+
languages: string[] | null;
|
|
1082
|
+
emails: string[] | null;
|
|
1082
1083
|
websites: string[] | null;
|
|
1083
|
-
recentlyChangedJobs: boolean | null;
|
|
1084
|
-
linkedinUrl: string | null;
|
|
1085
1084
|
profilePictureUrl: string | null;
|
|
1086
1085
|
twitterHandle: string | null;
|
|
1087
1086
|
yearsOfExperience: number | null;
|
|
1087
|
+
recentlyChangedJobs: boolean | null;
|
|
1088
1088
|
locationCity: string | null;
|
|
1089
1089
|
locationCountry: string | null;
|
|
1090
1090
|
numConnections: number | null;
|
|
@@ -1093,12 +1093,12 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1093
1093
|
companyName: string | null;
|
|
1094
1094
|
companyLinkedinUrl: string | null;
|
|
1095
1095
|
seniorityLevel: string | null;
|
|
1096
|
-
|
|
1096
|
+
startDate: string | number | null;
|
|
1097
1097
|
companyDomainUrl: string | null;
|
|
1098
1098
|
functionCategory: string | null;
|
|
1099
|
-
startDate: string | number | null;
|
|
1100
1099
|
yearsAtCompany: number | null;
|
|
1101
1100
|
companyHeadcount: number | null;
|
|
1101
|
+
companyIndustries: string[] | null;
|
|
1102
1102
|
}[] | null;
|
|
1103
1103
|
pastEmployers: {
|
|
1104
1104
|
title: string | null;
|