@bubblelab/bubble-core 0.1.99 → 0.1.101
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 +166 -126
- 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 +56 -56
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +68 -68
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +92 -92
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +155 -155
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
- package/dist/bubbles/service-bubble/firecrawl.d.ts +388 -388
- package/dist/bubbles/service-bubble/followupboss.d.ts +376 -376
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +78 -78
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/github.d.ts +140 -140
- package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
- package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +32 -32
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +36 -36
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
- package/dist/bubbles/service-bubble/notion/notion.d.ts +126 -126
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +12 -12
- package/dist/bubbles/service-bubble/slack/slack.d.ts +633 -633
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +68 -68
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +141 -141
- package/dist/bubbles/service-bubble/telegram.d.ts +976 -976
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +15 -15
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
- 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 +40 -40
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +38 -38
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +475 -475
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +166 -166
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +42 -42
- 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 +68 -68
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +194 -194
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +516 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js +317 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
- 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 +40 -40
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +244 -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
|
@@ -28,16 +28,16 @@ declare const ListAirtableBasesToolResultSchema: z.ZodObject<{
|
|
|
28
28
|
success: z.ZodBoolean;
|
|
29
29
|
error: z.ZodString;
|
|
30
30
|
}, "strip", z.ZodTypeAny, {
|
|
31
|
-
error: string;
|
|
32
31
|
success: boolean;
|
|
32
|
+
error: string;
|
|
33
33
|
bases?: {
|
|
34
34
|
name: string;
|
|
35
35
|
id: string;
|
|
36
36
|
permissionLevel: string;
|
|
37
37
|
}[] | undefined;
|
|
38
38
|
}, {
|
|
39
|
-
error: string;
|
|
40
39
|
success: boolean;
|
|
40
|
+
error: string;
|
|
41
41
|
bases?: {
|
|
42
42
|
name: string;
|
|
43
43
|
id: string;
|
|
@@ -76,16 +76,16 @@ export declare class ListAirtableBasesTool extends ToolBubble<ListAirtableBasesT
|
|
|
76
76
|
success: z.ZodBoolean;
|
|
77
77
|
error: z.ZodString;
|
|
78
78
|
}, "strip", z.ZodTypeAny, {
|
|
79
|
-
error: string;
|
|
80
79
|
success: boolean;
|
|
80
|
+
error: string;
|
|
81
81
|
bases?: {
|
|
82
82
|
name: string;
|
|
83
83
|
id: string;
|
|
84
84
|
permissionLevel: string;
|
|
85
85
|
}[] | undefined;
|
|
86
86
|
}, {
|
|
87
|
-
error: string;
|
|
88
87
|
success: boolean;
|
|
88
|
+
error: string;
|
|
89
89
|
bases?: {
|
|
90
90
|
name: string;
|
|
91
91
|
id: string;
|
|
@@ -56,8 +56,8 @@ declare const ListAirtableTablesToolResultSchema: z.ZodObject<{
|
|
|
56
56
|
success: z.ZodBoolean;
|
|
57
57
|
error: z.ZodString;
|
|
58
58
|
}, "strip", z.ZodTypeAny, {
|
|
59
|
-
error: string;
|
|
60
59
|
success: boolean;
|
|
60
|
+
error: string;
|
|
61
61
|
tables?: {
|
|
62
62
|
name: string;
|
|
63
63
|
id: string;
|
|
@@ -71,8 +71,8 @@ declare const ListAirtableTablesToolResultSchema: z.ZodObject<{
|
|
|
71
71
|
baseId?: string | undefined;
|
|
72
72
|
baseName?: string | undefined;
|
|
73
73
|
}, {
|
|
74
|
-
error: string;
|
|
75
74
|
success: boolean;
|
|
75
|
+
error: string;
|
|
76
76
|
tables?: {
|
|
77
77
|
name: string;
|
|
78
78
|
id: string;
|
|
@@ -146,8 +146,8 @@ export declare class ListAirtableTablesTool extends ToolBubble<ListAirtableTable
|
|
|
146
146
|
success: z.ZodBoolean;
|
|
147
147
|
error: z.ZodString;
|
|
148
148
|
}, "strip", z.ZodTypeAny, {
|
|
149
|
-
error: string;
|
|
150
149
|
success: boolean;
|
|
150
|
+
error: string;
|
|
151
151
|
tables?: {
|
|
152
152
|
name: string;
|
|
153
153
|
id: string;
|
|
@@ -161,8 +161,8 @@ export declare class ListAirtableTablesTool extends ToolBubble<ListAirtableTable
|
|
|
161
161
|
baseId?: string | undefined;
|
|
162
162
|
baseName?: string | undefined;
|
|
163
163
|
}, {
|
|
164
|
-
error: string;
|
|
165
164
|
success: boolean;
|
|
165
|
+
error: string;
|
|
166
166
|
tables?: {
|
|
167
167
|
name: string;
|
|
168
168
|
id: string;
|
|
@@ -29,8 +29,8 @@ declare const ListBubblesToolResultSchema: z.ZodObject<{
|
|
|
29
29
|
success: z.ZodBoolean;
|
|
30
30
|
error: z.ZodString;
|
|
31
31
|
}, "strip", z.ZodTypeAny, {
|
|
32
|
-
error: string;
|
|
33
32
|
success: boolean;
|
|
33
|
+
error: string;
|
|
34
34
|
bubbles: {
|
|
35
35
|
type: string;
|
|
36
36
|
name: string;
|
|
@@ -40,8 +40,8 @@ declare const ListBubblesToolResultSchema: z.ZodObject<{
|
|
|
40
40
|
}[];
|
|
41
41
|
totalCount: number;
|
|
42
42
|
}, {
|
|
43
|
-
error: string;
|
|
44
43
|
success: boolean;
|
|
44
|
+
error: string;
|
|
45
45
|
bubbles: {
|
|
46
46
|
type: string;
|
|
47
47
|
name: string;
|
|
@@ -78,8 +78,8 @@ export declare class ListBubblesTool extends ToolBubble<ListBubblesToolParams, L
|
|
|
78
78
|
success: z.ZodBoolean;
|
|
79
79
|
error: z.ZodString;
|
|
80
80
|
}, "strip", z.ZodTypeAny, {
|
|
81
|
-
error: string;
|
|
82
81
|
success: boolean;
|
|
82
|
+
error: string;
|
|
83
83
|
bubbles: {
|
|
84
84
|
type: string;
|
|
85
85
|
name: string;
|
|
@@ -89,8 +89,8 @@ export declare class ListBubblesTool extends ToolBubble<ListBubblesToolParams, L
|
|
|
89
89
|
}[];
|
|
90
90
|
totalCount: number;
|
|
91
91
|
}, {
|
|
92
|
-
error: string;
|
|
93
92
|
success: boolean;
|
|
93
|
+
error: string;
|
|
94
94
|
bubbles: {
|
|
95
95
|
type: string;
|
|
96
96
|
name: string;
|
|
@@ -109,12 +109,24 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
109
109
|
}, "strip", z.ZodTypeAny, {
|
|
110
110
|
title: string | null;
|
|
111
111
|
name: string | null;
|
|
112
|
-
|
|
112
|
+
currentEmployers: {
|
|
113
|
+
title: string | null;
|
|
114
|
+
companyName: string | null;
|
|
115
|
+
companyLinkedinUrl: string | null;
|
|
116
|
+
seniorityLevel: string | null;
|
|
117
|
+
companyDomainUrl: string | null;
|
|
118
|
+
functionCategory: string | null;
|
|
119
|
+
startDate: string | number | null;
|
|
120
|
+
yearsAtCompany: number | null;
|
|
121
|
+
companyHeadcount: number | null;
|
|
122
|
+
companyIndustries: string[] | null;
|
|
123
|
+
}[] | null;
|
|
124
|
+
linkedinUrl: string | null;
|
|
125
|
+
emails: string[] | null;
|
|
113
126
|
location: string | null;
|
|
114
127
|
headline: string | null;
|
|
115
128
|
seniorityLevel: string | null;
|
|
116
|
-
|
|
117
|
-
linkedinUrl: string | null;
|
|
129
|
+
summary: string | null;
|
|
118
130
|
languages: string[] | null;
|
|
119
131
|
skills: string[] | null;
|
|
120
132
|
education: {
|
|
@@ -130,18 +142,6 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
130
142
|
locationCity: string | null;
|
|
131
143
|
locationCountry: string | null;
|
|
132
144
|
numConnections: number | null;
|
|
133
|
-
currentEmployers: {
|
|
134
|
-
title: string | null;
|
|
135
|
-
companyName: string | null;
|
|
136
|
-
companyLinkedinUrl: string | null;
|
|
137
|
-
seniorityLevel: string | null;
|
|
138
|
-
companyDomainUrl: string | null;
|
|
139
|
-
functionCategory: string | null;
|
|
140
|
-
startDate: string | number | null;
|
|
141
|
-
yearsAtCompany: number | null;
|
|
142
|
-
companyHeadcount: number | null;
|
|
143
|
-
companyIndustries: string[] | null;
|
|
144
|
-
}[] | null;
|
|
145
145
|
pastEmployers: {
|
|
146
146
|
title: string | null;
|
|
147
147
|
companyName: string | null;
|
|
@@ -161,12 +161,24 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
161
161
|
}, {
|
|
162
162
|
title: string | null;
|
|
163
163
|
name: string | null;
|
|
164
|
-
|
|
164
|
+
currentEmployers: {
|
|
165
|
+
title: string | null;
|
|
166
|
+
companyName: string | null;
|
|
167
|
+
companyLinkedinUrl: string | null;
|
|
168
|
+
seniorityLevel: string | null;
|
|
169
|
+
companyDomainUrl: string | null;
|
|
170
|
+
functionCategory: string | null;
|
|
171
|
+
startDate: string | number | null;
|
|
172
|
+
yearsAtCompany: number | null;
|
|
173
|
+
companyHeadcount: number | null;
|
|
174
|
+
companyIndustries: string[] | null;
|
|
175
|
+
}[] | null;
|
|
176
|
+
linkedinUrl: string | null;
|
|
177
|
+
emails: string[] | null;
|
|
165
178
|
location: string | null;
|
|
166
179
|
headline: string | null;
|
|
167
180
|
seniorityLevel: string | null;
|
|
168
|
-
|
|
169
|
-
linkedinUrl: string | null;
|
|
181
|
+
summary: string | null;
|
|
170
182
|
languages: string[] | null;
|
|
171
183
|
skills: string[] | null;
|
|
172
184
|
education: {
|
|
@@ -182,18 +194,6 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
182
194
|
locationCity: string | null;
|
|
183
195
|
locationCountry: string | null;
|
|
184
196
|
numConnections: number | null;
|
|
185
|
-
currentEmployers: {
|
|
186
|
-
title: string | null;
|
|
187
|
-
companyName: string | null;
|
|
188
|
-
companyLinkedinUrl: string | null;
|
|
189
|
-
seniorityLevel: string | null;
|
|
190
|
-
companyDomainUrl: string | null;
|
|
191
|
-
functionCategory: string | null;
|
|
192
|
-
startDate: string | number | null;
|
|
193
|
-
yearsAtCompany: number | null;
|
|
194
|
-
companyHeadcount: number | null;
|
|
195
|
-
companyIndustries: string[] | null;
|
|
196
|
-
}[] | null;
|
|
197
197
|
pastEmployers: {
|
|
198
198
|
title: string | null;
|
|
199
199
|
companyName: string | null;
|
|
@@ -255,12 +255,12 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
|
|
|
255
255
|
enrichEmails: boolean;
|
|
256
256
|
includePersonalEmails: boolean;
|
|
257
257
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
258
|
+
companyName?: string | undefined;
|
|
258
259
|
limit?: number | undefined;
|
|
259
|
-
cursor?: string | undefined;
|
|
260
260
|
location?: string | undefined;
|
|
261
|
-
companyName?: string | undefined;
|
|
262
261
|
companyLinkedinUrl?: string | undefined;
|
|
263
262
|
city?: string | undefined;
|
|
263
|
+
cursor?: string | undefined;
|
|
264
264
|
country?: string | undefined;
|
|
265
265
|
languages?: string[] | undefined;
|
|
266
266
|
skills?: string[] | undefined;
|
|
@@ -287,12 +287,12 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
|
|
|
287
287
|
excludeProfiles?: string[] | undefined;
|
|
288
288
|
}, {
|
|
289
289
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
290
|
+
companyName?: string | undefined;
|
|
290
291
|
limit?: number | undefined;
|
|
291
|
-
cursor?: string | undefined;
|
|
292
292
|
location?: string | undefined;
|
|
293
|
-
companyName?: string | undefined;
|
|
294
293
|
companyLinkedinUrl?: string | undefined;
|
|
295
294
|
city?: string | undefined;
|
|
295
|
+
cursor?: string | undefined;
|
|
296
296
|
country?: string | undefined;
|
|
297
297
|
languages?: string[] | undefined;
|
|
298
298
|
skills?: string[] | undefined;
|
|
@@ -428,12 +428,24 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
428
428
|
}, "strip", z.ZodTypeAny, {
|
|
429
429
|
title: string | null;
|
|
430
430
|
name: string | null;
|
|
431
|
-
|
|
431
|
+
currentEmployers: {
|
|
432
|
+
title: string | null;
|
|
433
|
+
companyName: string | null;
|
|
434
|
+
companyLinkedinUrl: string | null;
|
|
435
|
+
seniorityLevel: string | null;
|
|
436
|
+
companyDomainUrl: string | null;
|
|
437
|
+
functionCategory: string | null;
|
|
438
|
+
startDate: string | number | null;
|
|
439
|
+
yearsAtCompany: number | null;
|
|
440
|
+
companyHeadcount: number | null;
|
|
441
|
+
companyIndustries: string[] | null;
|
|
442
|
+
}[] | null;
|
|
443
|
+
linkedinUrl: string | null;
|
|
444
|
+
emails: string[] | null;
|
|
432
445
|
location: string | null;
|
|
433
446
|
headline: string | null;
|
|
434
447
|
seniorityLevel: string | null;
|
|
435
|
-
|
|
436
|
-
linkedinUrl: string | null;
|
|
448
|
+
summary: string | null;
|
|
437
449
|
languages: string[] | null;
|
|
438
450
|
skills: string[] | null;
|
|
439
451
|
education: {
|
|
@@ -449,18 +461,6 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
449
461
|
locationCity: string | null;
|
|
450
462
|
locationCountry: string | null;
|
|
451
463
|
numConnections: number | null;
|
|
452
|
-
currentEmployers: {
|
|
453
|
-
title: string | null;
|
|
454
|
-
companyName: string | null;
|
|
455
|
-
companyLinkedinUrl: string | null;
|
|
456
|
-
seniorityLevel: string | null;
|
|
457
|
-
companyDomainUrl: string | null;
|
|
458
|
-
functionCategory: string | null;
|
|
459
|
-
startDate: string | number | null;
|
|
460
|
-
yearsAtCompany: number | null;
|
|
461
|
-
companyHeadcount: number | null;
|
|
462
|
-
companyIndustries: string[] | null;
|
|
463
|
-
}[] | null;
|
|
464
464
|
pastEmployers: {
|
|
465
465
|
title: string | null;
|
|
466
466
|
companyName: string | null;
|
|
@@ -480,12 +480,24 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
480
480
|
}, {
|
|
481
481
|
title: string | null;
|
|
482
482
|
name: string | null;
|
|
483
|
-
|
|
483
|
+
currentEmployers: {
|
|
484
|
+
title: string | null;
|
|
485
|
+
companyName: string | null;
|
|
486
|
+
companyLinkedinUrl: string | null;
|
|
487
|
+
seniorityLevel: string | null;
|
|
488
|
+
companyDomainUrl: string | null;
|
|
489
|
+
functionCategory: string | null;
|
|
490
|
+
startDate: string | number | null;
|
|
491
|
+
yearsAtCompany: number | null;
|
|
492
|
+
companyHeadcount: number | null;
|
|
493
|
+
companyIndustries: string[] | null;
|
|
494
|
+
}[] | null;
|
|
495
|
+
linkedinUrl: string | null;
|
|
496
|
+
emails: string[] | null;
|
|
484
497
|
location: string | null;
|
|
485
498
|
headline: string | null;
|
|
486
499
|
seniorityLevel: string | null;
|
|
487
|
-
|
|
488
|
-
linkedinUrl: string | null;
|
|
500
|
+
summary: string | null;
|
|
489
501
|
languages: string[] | null;
|
|
490
502
|
skills: string[] | null;
|
|
491
503
|
education: {
|
|
@@ -501,18 +513,6 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
501
513
|
locationCity: string | null;
|
|
502
514
|
locationCountry: string | null;
|
|
503
515
|
numConnections: number | null;
|
|
504
|
-
currentEmployers: {
|
|
505
|
-
title: string | null;
|
|
506
|
-
companyName: string | null;
|
|
507
|
-
companyLinkedinUrl: string | null;
|
|
508
|
-
seniorityLevel: string | null;
|
|
509
|
-
companyDomainUrl: string | null;
|
|
510
|
-
functionCategory: string | null;
|
|
511
|
-
startDate: string | number | null;
|
|
512
|
-
yearsAtCompany: number | null;
|
|
513
|
-
companyHeadcount: number | null;
|
|
514
|
-
companyIndustries: string[] | null;
|
|
515
|
-
}[] | null;
|
|
516
516
|
pastEmployers: {
|
|
517
517
|
title: string | null;
|
|
518
518
|
companyName: string | null;
|
|
@@ -535,17 +535,27 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
535
535
|
success: z.ZodBoolean;
|
|
536
536
|
error: z.ZodString;
|
|
537
537
|
}, "strip", z.ZodTypeAny, {
|
|
538
|
-
error: string;
|
|
539
|
-
success: boolean;
|
|
540
538
|
people: {
|
|
541
539
|
title: string | null;
|
|
542
540
|
name: string | null;
|
|
543
|
-
|
|
541
|
+
currentEmployers: {
|
|
542
|
+
title: string | null;
|
|
543
|
+
companyName: string | null;
|
|
544
|
+
companyLinkedinUrl: string | null;
|
|
545
|
+
seniorityLevel: string | null;
|
|
546
|
+
companyDomainUrl: string | null;
|
|
547
|
+
functionCategory: string | null;
|
|
548
|
+
startDate: string | number | null;
|
|
549
|
+
yearsAtCompany: number | null;
|
|
550
|
+
companyHeadcount: number | null;
|
|
551
|
+
companyIndustries: string[] | null;
|
|
552
|
+
}[] | null;
|
|
553
|
+
linkedinUrl: string | null;
|
|
554
|
+
emails: string[] | null;
|
|
544
555
|
location: string | null;
|
|
545
556
|
headline: string | null;
|
|
546
557
|
seniorityLevel: string | null;
|
|
547
|
-
|
|
548
|
-
linkedinUrl: string | null;
|
|
558
|
+
summary: string | null;
|
|
549
559
|
languages: string[] | null;
|
|
550
560
|
skills: string[] | null;
|
|
551
561
|
education: {
|
|
@@ -561,18 +571,6 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
561
571
|
locationCity: string | null;
|
|
562
572
|
locationCountry: string | null;
|
|
563
573
|
numConnections: number | null;
|
|
564
|
-
currentEmployers: {
|
|
565
|
-
title: string | null;
|
|
566
|
-
companyName: string | null;
|
|
567
|
-
companyLinkedinUrl: string | null;
|
|
568
|
-
seniorityLevel: string | null;
|
|
569
|
-
companyDomainUrl: string | null;
|
|
570
|
-
functionCategory: string | null;
|
|
571
|
-
startDate: string | number | null;
|
|
572
|
-
yearsAtCompany: number | null;
|
|
573
|
-
companyHeadcount: number | null;
|
|
574
|
-
companyIndustries: string[] | null;
|
|
575
|
-
}[] | null;
|
|
576
574
|
pastEmployers: {
|
|
577
575
|
title: string | null;
|
|
578
576
|
companyName: string | null;
|
|
@@ -590,20 +588,32 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
590
588
|
status?: string | undefined;
|
|
591
589
|
}[] | null | undefined;
|
|
592
590
|
}[];
|
|
591
|
+
success: boolean;
|
|
592
|
+
error: string;
|
|
593
593
|
totalCount: number;
|
|
594
594
|
nextCursor?: string | undefined;
|
|
595
595
|
}, {
|
|
596
|
-
error: string;
|
|
597
|
-
success: boolean;
|
|
598
596
|
people: {
|
|
599
597
|
title: string | null;
|
|
600
598
|
name: string | null;
|
|
601
|
-
|
|
599
|
+
currentEmployers: {
|
|
600
|
+
title: string | null;
|
|
601
|
+
companyName: string | null;
|
|
602
|
+
companyLinkedinUrl: string | null;
|
|
603
|
+
seniorityLevel: string | null;
|
|
604
|
+
companyDomainUrl: string | null;
|
|
605
|
+
functionCategory: string | null;
|
|
606
|
+
startDate: string | number | null;
|
|
607
|
+
yearsAtCompany: number | null;
|
|
608
|
+
companyHeadcount: number | null;
|
|
609
|
+
companyIndustries: string[] | null;
|
|
610
|
+
}[] | null;
|
|
611
|
+
linkedinUrl: string | null;
|
|
612
|
+
emails: string[] | null;
|
|
602
613
|
location: string | null;
|
|
603
614
|
headline: string | null;
|
|
604
615
|
seniorityLevel: string | null;
|
|
605
|
-
|
|
606
|
-
linkedinUrl: string | null;
|
|
616
|
+
summary: string | null;
|
|
607
617
|
languages: string[] | null;
|
|
608
618
|
skills: string[] | null;
|
|
609
619
|
education: {
|
|
@@ -619,18 +629,6 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
619
629
|
locationCity: string | null;
|
|
620
630
|
locationCountry: string | null;
|
|
621
631
|
numConnections: number | null;
|
|
622
|
-
currentEmployers: {
|
|
623
|
-
title: string | null;
|
|
624
|
-
companyName: string | null;
|
|
625
|
-
companyLinkedinUrl: string | null;
|
|
626
|
-
seniorityLevel: string | null;
|
|
627
|
-
companyDomainUrl: string | null;
|
|
628
|
-
functionCategory: string | null;
|
|
629
|
-
startDate: string | number | null;
|
|
630
|
-
yearsAtCompany: number | null;
|
|
631
|
-
companyHeadcount: number | null;
|
|
632
|
-
companyIndustries: string[] | null;
|
|
633
|
-
}[] | null;
|
|
634
632
|
pastEmployers: {
|
|
635
633
|
title: string | null;
|
|
636
634
|
companyName: string | null;
|
|
@@ -648,6 +646,8 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
648
646
|
status?: string | undefined;
|
|
649
647
|
}[] | null | undefined;
|
|
650
648
|
}[];
|
|
649
|
+
success: boolean;
|
|
650
|
+
error: string;
|
|
651
651
|
totalCount: number;
|
|
652
652
|
nextCursor?: string | undefined;
|
|
653
653
|
}>;
|
|
@@ -724,12 +724,12 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
724
724
|
enrichEmails: boolean;
|
|
725
725
|
includePersonalEmails: boolean;
|
|
726
726
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
727
|
+
companyName?: string | undefined;
|
|
727
728
|
limit?: number | undefined;
|
|
728
|
-
cursor?: string | undefined;
|
|
729
729
|
location?: string | undefined;
|
|
730
|
-
companyName?: string | undefined;
|
|
731
730
|
companyLinkedinUrl?: string | undefined;
|
|
732
731
|
city?: string | undefined;
|
|
732
|
+
cursor?: string | undefined;
|
|
733
733
|
country?: string | undefined;
|
|
734
734
|
languages?: string[] | undefined;
|
|
735
735
|
skills?: string[] | undefined;
|
|
@@ -756,12 +756,12 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
756
756
|
excludeProfiles?: string[] | undefined;
|
|
757
757
|
}, {
|
|
758
758
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
759
|
+
companyName?: string | undefined;
|
|
759
760
|
limit?: number | undefined;
|
|
760
|
-
cursor?: string | undefined;
|
|
761
761
|
location?: string | undefined;
|
|
762
|
-
companyName?: string | undefined;
|
|
763
762
|
companyLinkedinUrl?: string | undefined;
|
|
764
763
|
city?: string | undefined;
|
|
764
|
+
cursor?: string | undefined;
|
|
765
765
|
country?: string | undefined;
|
|
766
766
|
languages?: string[] | undefined;
|
|
767
767
|
skills?: string[] | undefined;
|
|
@@ -897,12 +897,24 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
897
897
|
}, "strip", z.ZodTypeAny, {
|
|
898
898
|
title: string | null;
|
|
899
899
|
name: string | null;
|
|
900
|
-
|
|
900
|
+
currentEmployers: {
|
|
901
|
+
title: string | null;
|
|
902
|
+
companyName: string | null;
|
|
903
|
+
companyLinkedinUrl: string | null;
|
|
904
|
+
seniorityLevel: string | null;
|
|
905
|
+
companyDomainUrl: string | null;
|
|
906
|
+
functionCategory: string | null;
|
|
907
|
+
startDate: string | number | null;
|
|
908
|
+
yearsAtCompany: number | null;
|
|
909
|
+
companyHeadcount: number | null;
|
|
910
|
+
companyIndustries: string[] | null;
|
|
911
|
+
}[] | null;
|
|
912
|
+
linkedinUrl: string | null;
|
|
913
|
+
emails: string[] | null;
|
|
901
914
|
location: string | null;
|
|
902
915
|
headline: string | null;
|
|
903
916
|
seniorityLevel: string | null;
|
|
904
|
-
|
|
905
|
-
linkedinUrl: string | null;
|
|
917
|
+
summary: string | null;
|
|
906
918
|
languages: string[] | null;
|
|
907
919
|
skills: string[] | null;
|
|
908
920
|
education: {
|
|
@@ -918,18 +930,6 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
918
930
|
locationCity: string | null;
|
|
919
931
|
locationCountry: string | null;
|
|
920
932
|
numConnections: number | null;
|
|
921
|
-
currentEmployers: {
|
|
922
|
-
title: string | null;
|
|
923
|
-
companyName: string | null;
|
|
924
|
-
companyLinkedinUrl: string | null;
|
|
925
|
-
seniorityLevel: string | null;
|
|
926
|
-
companyDomainUrl: string | null;
|
|
927
|
-
functionCategory: string | null;
|
|
928
|
-
startDate: string | number | null;
|
|
929
|
-
yearsAtCompany: number | null;
|
|
930
|
-
companyHeadcount: number | null;
|
|
931
|
-
companyIndustries: string[] | null;
|
|
932
|
-
}[] | null;
|
|
933
933
|
pastEmployers: {
|
|
934
934
|
title: string | null;
|
|
935
935
|
companyName: string | null;
|
|
@@ -949,12 +949,24 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
949
949
|
}, {
|
|
950
950
|
title: string | null;
|
|
951
951
|
name: string | null;
|
|
952
|
-
|
|
952
|
+
currentEmployers: {
|
|
953
|
+
title: string | null;
|
|
954
|
+
companyName: string | null;
|
|
955
|
+
companyLinkedinUrl: string | null;
|
|
956
|
+
seniorityLevel: string | null;
|
|
957
|
+
companyDomainUrl: string | null;
|
|
958
|
+
functionCategory: string | null;
|
|
959
|
+
startDate: string | number | null;
|
|
960
|
+
yearsAtCompany: number | null;
|
|
961
|
+
companyHeadcount: number | null;
|
|
962
|
+
companyIndustries: string[] | null;
|
|
963
|
+
}[] | null;
|
|
964
|
+
linkedinUrl: string | null;
|
|
965
|
+
emails: string[] | null;
|
|
953
966
|
location: string | null;
|
|
954
967
|
headline: string | null;
|
|
955
968
|
seniorityLevel: string | null;
|
|
956
|
-
|
|
957
|
-
linkedinUrl: string | null;
|
|
969
|
+
summary: string | null;
|
|
958
970
|
languages: string[] | null;
|
|
959
971
|
skills: string[] | null;
|
|
960
972
|
education: {
|
|
@@ -970,18 +982,6 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
970
982
|
locationCity: string | null;
|
|
971
983
|
locationCountry: string | null;
|
|
972
984
|
numConnections: number | null;
|
|
973
|
-
currentEmployers: {
|
|
974
|
-
title: string | null;
|
|
975
|
-
companyName: string | null;
|
|
976
|
-
companyLinkedinUrl: string | null;
|
|
977
|
-
seniorityLevel: string | null;
|
|
978
|
-
companyDomainUrl: string | null;
|
|
979
|
-
functionCategory: string | null;
|
|
980
|
-
startDate: string | number | null;
|
|
981
|
-
yearsAtCompany: number | null;
|
|
982
|
-
companyHeadcount: number | null;
|
|
983
|
-
companyIndustries: string[] | null;
|
|
984
|
-
}[] | null;
|
|
985
985
|
pastEmployers: {
|
|
986
986
|
title: string | null;
|
|
987
987
|
companyName: string | null;
|
|
@@ -1004,17 +1004,27 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1004
1004
|
success: z.ZodBoolean;
|
|
1005
1005
|
error: z.ZodString;
|
|
1006
1006
|
}, "strip", z.ZodTypeAny, {
|
|
1007
|
-
error: string;
|
|
1008
|
-
success: boolean;
|
|
1009
1007
|
people: {
|
|
1010
1008
|
title: string | null;
|
|
1011
1009
|
name: string | null;
|
|
1012
|
-
|
|
1010
|
+
currentEmployers: {
|
|
1011
|
+
title: string | null;
|
|
1012
|
+
companyName: string | null;
|
|
1013
|
+
companyLinkedinUrl: string | null;
|
|
1014
|
+
seniorityLevel: string | null;
|
|
1015
|
+
companyDomainUrl: string | null;
|
|
1016
|
+
functionCategory: string | null;
|
|
1017
|
+
startDate: string | number | null;
|
|
1018
|
+
yearsAtCompany: number | null;
|
|
1019
|
+
companyHeadcount: number | null;
|
|
1020
|
+
companyIndustries: string[] | null;
|
|
1021
|
+
}[] | null;
|
|
1022
|
+
linkedinUrl: string | null;
|
|
1023
|
+
emails: string[] | null;
|
|
1013
1024
|
location: string | null;
|
|
1014
1025
|
headline: string | null;
|
|
1015
1026
|
seniorityLevel: string | null;
|
|
1016
|
-
|
|
1017
|
-
linkedinUrl: string | null;
|
|
1027
|
+
summary: string | null;
|
|
1018
1028
|
languages: string[] | null;
|
|
1019
1029
|
skills: string[] | null;
|
|
1020
1030
|
education: {
|
|
@@ -1030,18 +1040,6 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1030
1040
|
locationCity: string | null;
|
|
1031
1041
|
locationCountry: string | null;
|
|
1032
1042
|
numConnections: number | null;
|
|
1033
|
-
currentEmployers: {
|
|
1034
|
-
title: string | null;
|
|
1035
|
-
companyName: string | null;
|
|
1036
|
-
companyLinkedinUrl: string | null;
|
|
1037
|
-
seniorityLevel: string | null;
|
|
1038
|
-
companyDomainUrl: string | null;
|
|
1039
|
-
functionCategory: string | null;
|
|
1040
|
-
startDate: string | number | null;
|
|
1041
|
-
yearsAtCompany: number | null;
|
|
1042
|
-
companyHeadcount: number | null;
|
|
1043
|
-
companyIndustries: string[] | null;
|
|
1044
|
-
}[] | null;
|
|
1045
1043
|
pastEmployers: {
|
|
1046
1044
|
title: string | null;
|
|
1047
1045
|
companyName: string | null;
|
|
@@ -1059,20 +1057,32 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1059
1057
|
status?: string | undefined;
|
|
1060
1058
|
}[] | null | undefined;
|
|
1061
1059
|
}[];
|
|
1060
|
+
success: boolean;
|
|
1061
|
+
error: string;
|
|
1062
1062
|
totalCount: number;
|
|
1063
1063
|
nextCursor?: string | undefined;
|
|
1064
1064
|
}, {
|
|
1065
|
-
error: string;
|
|
1066
|
-
success: boolean;
|
|
1067
1065
|
people: {
|
|
1068
1066
|
title: string | null;
|
|
1069
1067
|
name: string | null;
|
|
1070
|
-
|
|
1068
|
+
currentEmployers: {
|
|
1069
|
+
title: string | null;
|
|
1070
|
+
companyName: string | null;
|
|
1071
|
+
companyLinkedinUrl: string | null;
|
|
1072
|
+
seniorityLevel: string | null;
|
|
1073
|
+
companyDomainUrl: string | null;
|
|
1074
|
+
functionCategory: string | null;
|
|
1075
|
+
startDate: string | number | null;
|
|
1076
|
+
yearsAtCompany: number | null;
|
|
1077
|
+
companyHeadcount: number | null;
|
|
1078
|
+
companyIndustries: string[] | null;
|
|
1079
|
+
}[] | null;
|
|
1080
|
+
linkedinUrl: string | null;
|
|
1081
|
+
emails: string[] | null;
|
|
1071
1082
|
location: string | null;
|
|
1072
1083
|
headline: string | null;
|
|
1073
1084
|
seniorityLevel: string | null;
|
|
1074
|
-
|
|
1075
|
-
linkedinUrl: string | null;
|
|
1085
|
+
summary: string | null;
|
|
1076
1086
|
languages: string[] | null;
|
|
1077
1087
|
skills: string[] | null;
|
|
1078
1088
|
education: {
|
|
@@ -1088,18 +1098,6 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1088
1098
|
locationCity: string | null;
|
|
1089
1099
|
locationCountry: string | null;
|
|
1090
1100
|
numConnections: number | null;
|
|
1091
|
-
currentEmployers: {
|
|
1092
|
-
title: string | null;
|
|
1093
|
-
companyName: string | null;
|
|
1094
|
-
companyLinkedinUrl: string | null;
|
|
1095
|
-
seniorityLevel: string | null;
|
|
1096
|
-
companyDomainUrl: string | null;
|
|
1097
|
-
functionCategory: string | null;
|
|
1098
|
-
startDate: string | number | null;
|
|
1099
|
-
yearsAtCompany: number | null;
|
|
1100
|
-
companyHeadcount: number | null;
|
|
1101
|
-
companyIndustries: string[] | null;
|
|
1102
|
-
}[] | null;
|
|
1103
1101
|
pastEmployers: {
|
|
1104
1102
|
title: string | null;
|
|
1105
1103
|
companyName: string | null;
|
|
@@ -1117,6 +1115,8 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1117
1115
|
status?: string | undefined;
|
|
1118
1116
|
}[] | null | undefined;
|
|
1119
1117
|
}[];
|
|
1118
|
+
success: boolean;
|
|
1119
|
+
error: string;
|
|
1120
1120
|
totalCount: number;
|
|
1121
1121
|
nextCursor?: string | undefined;
|
|
1122
1122
|
}>;
|