@bubblelab/bubble-core 0.1.25 → 0.1.27
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 +84 -68
- package/dist/bubbles/service-bubble/ai-agent.d.ts +18 -18
- package/dist/bubbles/service-bubble/airtable.d.ts +132 -132
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +8 -8
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +102 -102
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/firecrawl.d.ts +288 -288
- package/dist/bubbles/service-bubble/followupboss.d.ts +264 -264
- package/dist/bubbles/service-bubble/github.d.ts +64 -64
- package/dist/bubbles/service-bubble/gmail.d.ts +108 -108
- package/dist/bubbles/service-bubble/google-calendar.d.ts +16 -16
- package/dist/bubbles/service-bubble/google-drive.d.ts +20 -20
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +33 -33
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +79 -79
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.js +15 -19
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/hello-world.d.ts +2 -2
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/notion/notion.d.ts +601 -601
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +168 -168
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +602 -602
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +82 -82
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +132 -132
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +104 -104
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-tool.js +55 -10
- package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +20 -20
- 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 +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/web-scrape-tool.js +1 -1
- package/dist/bubbles/tool-bubble/web-scrape-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +36 -36
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
- package/dist/bubbles.json +52057 -9
- package/dist/types/available-tools.d.ts +1 -1
- package/dist/types/available-tools.d.ts.map +1 -1
- package/dist/types/available-tools.js +1 -0
- package/dist/types/available-tools.js.map +1 -1
- package/package.json +3 -3
|
@@ -92,13 +92,13 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
92
92
|
line: z.ZodNumber;
|
|
93
93
|
column: z.ZodNumber;
|
|
94
94
|
}, "strip", z.ZodTypeAny, {
|
|
95
|
-
name: string;
|
|
96
95
|
type: string;
|
|
96
|
+
name: string;
|
|
97
97
|
column: number;
|
|
98
98
|
line: number;
|
|
99
99
|
}, {
|
|
100
|
-
name: string;
|
|
101
100
|
type: string;
|
|
101
|
+
name: string;
|
|
102
102
|
column: number;
|
|
103
103
|
line: number;
|
|
104
104
|
}>, "many">>;
|
|
@@ -136,8 +136,8 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
136
136
|
}[] | undefined;
|
|
137
137
|
errors?: string[] | undefined;
|
|
138
138
|
variableTypes?: {
|
|
139
|
-
name: string;
|
|
140
139
|
type: string;
|
|
140
|
+
name: string;
|
|
141
141
|
column: number;
|
|
142
142
|
line: number;
|
|
143
143
|
}[] | undefined;
|
|
@@ -161,8 +161,8 @@ declare const BubbleFlowValidationToolResultSchema: z.ZodObject<{
|
|
|
161
161
|
}[] | undefined;
|
|
162
162
|
errors?: string[] | undefined;
|
|
163
163
|
variableTypes?: {
|
|
164
|
-
name: string;
|
|
165
164
|
type: string;
|
|
165
|
+
name: string;
|
|
166
166
|
column: number;
|
|
167
167
|
line: number;
|
|
168
168
|
}[] | undefined;
|
|
@@ -241,13 +241,13 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
241
241
|
line: z.ZodNumber;
|
|
242
242
|
column: z.ZodNumber;
|
|
243
243
|
}, "strip", z.ZodTypeAny, {
|
|
244
|
-
name: string;
|
|
245
244
|
type: string;
|
|
245
|
+
name: string;
|
|
246
246
|
column: number;
|
|
247
247
|
line: number;
|
|
248
248
|
}, {
|
|
249
|
-
name: string;
|
|
250
249
|
type: string;
|
|
250
|
+
name: string;
|
|
251
251
|
column: number;
|
|
252
252
|
line: number;
|
|
253
253
|
}>, "many">>;
|
|
@@ -285,8 +285,8 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
285
285
|
}[] | undefined;
|
|
286
286
|
errors?: string[] | undefined;
|
|
287
287
|
variableTypes?: {
|
|
288
|
-
name: string;
|
|
289
288
|
type: string;
|
|
289
|
+
name: string;
|
|
290
290
|
column: number;
|
|
291
291
|
line: number;
|
|
292
292
|
}[] | undefined;
|
|
@@ -310,8 +310,8 @@ export declare class BubbleFlowValidationTool extends ToolBubble<BubbleFlowValid
|
|
|
310
310
|
}[] | undefined;
|
|
311
311
|
errors?: string[] | undefined;
|
|
312
312
|
variableTypes?: {
|
|
313
|
-
name: string;
|
|
314
313
|
type: string;
|
|
314
|
+
name: string;
|
|
315
315
|
column: number;
|
|
316
316
|
line: number;
|
|
317
317
|
}[] | undefined;
|
|
@@ -22,14 +22,14 @@ declare const ContactSchema: z.ZodObject<{
|
|
|
22
22
|
startDate: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
23
23
|
description: z.ZodNullable<z.ZodString>;
|
|
24
24
|
}, "strip", z.ZodTypeAny, {
|
|
25
|
-
title: string | null;
|
|
26
25
|
description: string | null;
|
|
26
|
+
title: string | null;
|
|
27
27
|
companyName: string | null;
|
|
28
28
|
companyLinkedinUrl: string | null;
|
|
29
29
|
startDate: string | number | null;
|
|
30
30
|
}, {
|
|
31
|
-
title: string | null;
|
|
32
31
|
description: string | null;
|
|
32
|
+
title: string | null;
|
|
33
33
|
companyName: string | null;
|
|
34
34
|
companyLinkedinUrl: string | null;
|
|
35
35
|
startDate: string | number | null;
|
|
@@ -64,14 +64,15 @@ declare const ContactSchema: z.ZodObject<{
|
|
|
64
64
|
fieldOfStudy: string | null;
|
|
65
65
|
}>, "many">>;
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
67
|
+
title: string | null;
|
|
67
68
|
name: string | null;
|
|
68
|
-
|
|
69
|
+
summary: string | null;
|
|
70
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
69
71
|
location: string | null;
|
|
70
|
-
|
|
72
|
+
headline: string | null;
|
|
71
73
|
emails: string[] | null;
|
|
72
|
-
skills: string[] | null;
|
|
73
74
|
languages: string[] | null;
|
|
74
|
-
|
|
75
|
+
skills: string[] | null;
|
|
75
76
|
education: {
|
|
76
77
|
instituteName: string | null;
|
|
77
78
|
degreeName: string | null;
|
|
@@ -80,10 +81,9 @@ declare const ContactSchema: z.ZodObject<{
|
|
|
80
81
|
linkedinUrl: string | null;
|
|
81
82
|
profilePictureUrl: string | null;
|
|
82
83
|
twitterHandle: string | null;
|
|
83
|
-
role: "cxo" | "decision_maker" | "founder";
|
|
84
84
|
currentEmployment: {
|
|
85
|
-
title: string | null;
|
|
86
85
|
description: string | null;
|
|
86
|
+
title: string | null;
|
|
87
87
|
companyName: string | null;
|
|
88
88
|
companyLinkedinUrl: string | null;
|
|
89
89
|
startDate: string | number | null;
|
|
@@ -95,14 +95,15 @@ declare const ContactSchema: z.ZodObject<{
|
|
|
95
95
|
endDate: string | number | null;
|
|
96
96
|
}[] | null;
|
|
97
97
|
}, {
|
|
98
|
+
title: string | null;
|
|
98
99
|
name: string | null;
|
|
99
|
-
|
|
100
|
+
summary: string | null;
|
|
101
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
100
102
|
location: string | null;
|
|
101
|
-
|
|
103
|
+
headline: string | null;
|
|
102
104
|
emails: string[] | null;
|
|
103
|
-
skills: string[] | null;
|
|
104
105
|
languages: string[] | null;
|
|
105
|
-
|
|
106
|
+
skills: string[] | null;
|
|
106
107
|
education: {
|
|
107
108
|
instituteName: string | null;
|
|
108
109
|
degreeName: string | null;
|
|
@@ -111,10 +112,9 @@ declare const ContactSchema: z.ZodObject<{
|
|
|
111
112
|
linkedinUrl: string | null;
|
|
112
113
|
profilePictureUrl: string | null;
|
|
113
114
|
twitterHandle: string | null;
|
|
114
|
-
role: "cxo" | "decision_maker" | "founder";
|
|
115
115
|
currentEmployment: {
|
|
116
|
-
title: string | null;
|
|
117
116
|
description: string | null;
|
|
117
|
+
title: string | null;
|
|
118
118
|
companyName: string | null;
|
|
119
119
|
companyLinkedinUrl: string | null;
|
|
120
120
|
startDate: string | number | null;
|
|
@@ -160,14 +160,14 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
160
160
|
startDate: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
161
161
|
description: z.ZodNullable<z.ZodString>;
|
|
162
162
|
}, "strip", z.ZodTypeAny, {
|
|
163
|
-
title: string | null;
|
|
164
163
|
description: string | null;
|
|
164
|
+
title: string | null;
|
|
165
165
|
companyName: string | null;
|
|
166
166
|
companyLinkedinUrl: string | null;
|
|
167
167
|
startDate: string | number | null;
|
|
168
168
|
}, {
|
|
169
|
-
title: string | null;
|
|
170
169
|
description: string | null;
|
|
170
|
+
title: string | null;
|
|
171
171
|
companyName: string | null;
|
|
172
172
|
companyLinkedinUrl: string | null;
|
|
173
173
|
startDate: string | number | null;
|
|
@@ -202,14 +202,15 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
202
202
|
fieldOfStudy: string | null;
|
|
203
203
|
}>, "many">>;
|
|
204
204
|
}, "strip", z.ZodTypeAny, {
|
|
205
|
+
title: string | null;
|
|
205
206
|
name: string | null;
|
|
206
|
-
|
|
207
|
+
summary: string | null;
|
|
208
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
207
209
|
location: string | null;
|
|
208
|
-
|
|
210
|
+
headline: string | null;
|
|
209
211
|
emails: string[] | null;
|
|
210
|
-
skills: string[] | null;
|
|
211
212
|
languages: string[] | null;
|
|
212
|
-
|
|
213
|
+
skills: string[] | null;
|
|
213
214
|
education: {
|
|
214
215
|
instituteName: string | null;
|
|
215
216
|
degreeName: string | null;
|
|
@@ -218,10 +219,9 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
218
219
|
linkedinUrl: string | null;
|
|
219
220
|
profilePictureUrl: string | null;
|
|
220
221
|
twitterHandle: string | null;
|
|
221
|
-
role: "cxo" | "decision_maker" | "founder";
|
|
222
222
|
currentEmployment: {
|
|
223
|
-
title: string | null;
|
|
224
223
|
description: string | null;
|
|
224
|
+
title: string | null;
|
|
225
225
|
companyName: string | null;
|
|
226
226
|
companyLinkedinUrl: string | null;
|
|
227
227
|
startDate: string | number | null;
|
|
@@ -233,14 +233,15 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
233
233
|
endDate: string | number | null;
|
|
234
234
|
}[] | null;
|
|
235
235
|
}, {
|
|
236
|
+
title: string | null;
|
|
236
237
|
name: string | null;
|
|
237
|
-
|
|
238
|
+
summary: string | null;
|
|
239
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
238
240
|
location: string | null;
|
|
239
|
-
|
|
241
|
+
headline: string | null;
|
|
240
242
|
emails: string[] | null;
|
|
241
|
-
skills: string[] | null;
|
|
242
243
|
languages: string[] | null;
|
|
243
|
-
|
|
244
|
+
skills: string[] | null;
|
|
244
245
|
education: {
|
|
245
246
|
instituteName: string | null;
|
|
246
247
|
degreeName: string | null;
|
|
@@ -249,10 +250,9 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
249
250
|
linkedinUrl: string | null;
|
|
250
251
|
profilePictureUrl: string | null;
|
|
251
252
|
twitterHandle: string | null;
|
|
252
|
-
role: "cxo" | "decision_maker" | "founder";
|
|
253
253
|
currentEmployment: {
|
|
254
|
-
title: string | null;
|
|
255
254
|
description: string | null;
|
|
255
|
+
title: string | null;
|
|
256
256
|
companyName: string | null;
|
|
257
257
|
companyLinkedinUrl: string | null;
|
|
258
258
|
startDate: string | number | null;
|
|
@@ -277,24 +277,24 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
277
277
|
fundingStage: z.ZodNullable<z.ZodString>;
|
|
278
278
|
totalFunding: z.ZodNullable<z.ZodString>;
|
|
279
279
|
}, "strip", z.ZodTypeAny, {
|
|
280
|
-
name: string | null;
|
|
281
280
|
description: string | null;
|
|
281
|
+
name: string | null;
|
|
282
|
+
website: string | null;
|
|
282
283
|
headcount: number | null;
|
|
283
284
|
industry: string | null;
|
|
284
285
|
linkedinUrl: string | null;
|
|
285
|
-
website: string | null;
|
|
286
286
|
hqCity: string | null;
|
|
287
287
|
hqCountry: string | null;
|
|
288
288
|
yearFounded: number | null;
|
|
289
289
|
fundingStage: string | null;
|
|
290
290
|
totalFunding: string | null;
|
|
291
291
|
}, {
|
|
292
|
-
name: string | null;
|
|
293
292
|
description: string | null;
|
|
293
|
+
name: string | null;
|
|
294
|
+
website: string | null;
|
|
294
295
|
headcount: number | null;
|
|
295
296
|
industry: string | null;
|
|
296
297
|
linkedinUrl: string | null;
|
|
297
|
-
website: string | null;
|
|
298
298
|
hqCity: string | null;
|
|
299
299
|
hqCountry: string | null;
|
|
300
300
|
yearFounded: number | null;
|
|
@@ -308,12 +308,12 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
308
308
|
success: boolean;
|
|
309
309
|
error: string;
|
|
310
310
|
company: {
|
|
311
|
-
name: string | null;
|
|
312
311
|
description: string | null;
|
|
312
|
+
name: string | null;
|
|
313
|
+
website: string | null;
|
|
313
314
|
headcount: number | null;
|
|
314
315
|
industry: string | null;
|
|
315
316
|
linkedinUrl: string | null;
|
|
316
|
-
website: string | null;
|
|
317
317
|
hqCity: string | null;
|
|
318
318
|
hqCountry: string | null;
|
|
319
319
|
yearFounded: number | null;
|
|
@@ -321,14 +321,15 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
321
321
|
totalFunding: string | null;
|
|
322
322
|
} | null;
|
|
323
323
|
contacts: {
|
|
324
|
+
title: string | null;
|
|
324
325
|
name: string | null;
|
|
325
|
-
|
|
326
|
+
summary: string | null;
|
|
327
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
326
328
|
location: string | null;
|
|
327
|
-
|
|
329
|
+
headline: string | null;
|
|
328
330
|
emails: string[] | null;
|
|
329
|
-
skills: string[] | null;
|
|
330
331
|
languages: string[] | null;
|
|
331
|
-
|
|
332
|
+
skills: string[] | null;
|
|
332
333
|
education: {
|
|
333
334
|
instituteName: string | null;
|
|
334
335
|
degreeName: string | null;
|
|
@@ -337,10 +338,9 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
337
338
|
linkedinUrl: string | null;
|
|
338
339
|
profilePictureUrl: string | null;
|
|
339
340
|
twitterHandle: string | null;
|
|
340
|
-
role: "cxo" | "decision_maker" | "founder";
|
|
341
341
|
currentEmployment: {
|
|
342
|
-
title: string | null;
|
|
343
342
|
description: string | null;
|
|
343
|
+
title: string | null;
|
|
344
344
|
companyName: string | null;
|
|
345
345
|
companyLinkedinUrl: string | null;
|
|
346
346
|
startDate: string | number | null;
|
|
@@ -357,12 +357,12 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
357
357
|
success: boolean;
|
|
358
358
|
error: string;
|
|
359
359
|
company: {
|
|
360
|
-
name: string | null;
|
|
361
360
|
description: string | null;
|
|
361
|
+
name: string | null;
|
|
362
|
+
website: string | null;
|
|
362
363
|
headcount: number | null;
|
|
363
364
|
industry: string | null;
|
|
364
365
|
linkedinUrl: string | null;
|
|
365
|
-
website: string | null;
|
|
366
366
|
hqCity: string | null;
|
|
367
367
|
hqCountry: string | null;
|
|
368
368
|
yearFounded: number | null;
|
|
@@ -370,14 +370,15 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
370
370
|
totalFunding: string | null;
|
|
371
371
|
} | null;
|
|
372
372
|
contacts: {
|
|
373
|
+
title: string | null;
|
|
373
374
|
name: string | null;
|
|
374
|
-
|
|
375
|
+
summary: string | null;
|
|
376
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
375
377
|
location: string | null;
|
|
376
|
-
|
|
378
|
+
headline: string | null;
|
|
377
379
|
emails: string[] | null;
|
|
378
|
-
skills: string[] | null;
|
|
379
380
|
languages: string[] | null;
|
|
380
|
-
|
|
381
|
+
skills: string[] | null;
|
|
381
382
|
education: {
|
|
382
383
|
instituteName: string | null;
|
|
383
384
|
degreeName: string | null;
|
|
@@ -386,10 +387,9 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
386
387
|
linkedinUrl: string | null;
|
|
387
388
|
profilePictureUrl: string | null;
|
|
388
389
|
twitterHandle: string | null;
|
|
389
|
-
role: "cxo" | "decision_maker" | "founder";
|
|
390
390
|
currentEmployment: {
|
|
391
|
-
title: string | null;
|
|
392
391
|
description: string | null;
|
|
392
|
+
title: string | null;
|
|
393
393
|
companyName: string | null;
|
|
394
394
|
companyLinkedinUrl: string | null;
|
|
395
395
|
startDate: string | number | null;
|
|
@@ -461,14 +461,14 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
461
461
|
startDate: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
462
462
|
description: z.ZodNullable<z.ZodString>;
|
|
463
463
|
}, "strip", z.ZodTypeAny, {
|
|
464
|
-
title: string | null;
|
|
465
464
|
description: string | null;
|
|
465
|
+
title: string | null;
|
|
466
466
|
companyName: string | null;
|
|
467
467
|
companyLinkedinUrl: string | null;
|
|
468
468
|
startDate: string | number | null;
|
|
469
469
|
}, {
|
|
470
|
-
title: string | null;
|
|
471
470
|
description: string | null;
|
|
471
|
+
title: string | null;
|
|
472
472
|
companyName: string | null;
|
|
473
473
|
companyLinkedinUrl: string | null;
|
|
474
474
|
startDate: string | number | null;
|
|
@@ -503,14 +503,15 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
503
503
|
fieldOfStudy: string | null;
|
|
504
504
|
}>, "many">>;
|
|
505
505
|
}, "strip", z.ZodTypeAny, {
|
|
506
|
+
title: string | null;
|
|
506
507
|
name: string | null;
|
|
507
|
-
|
|
508
|
+
summary: string | null;
|
|
509
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
508
510
|
location: string | null;
|
|
509
|
-
|
|
511
|
+
headline: string | null;
|
|
510
512
|
emails: string[] | null;
|
|
511
|
-
skills: string[] | null;
|
|
512
513
|
languages: string[] | null;
|
|
513
|
-
|
|
514
|
+
skills: string[] | null;
|
|
514
515
|
education: {
|
|
515
516
|
instituteName: string | null;
|
|
516
517
|
degreeName: string | null;
|
|
@@ -519,10 +520,9 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
519
520
|
linkedinUrl: string | null;
|
|
520
521
|
profilePictureUrl: string | null;
|
|
521
522
|
twitterHandle: string | null;
|
|
522
|
-
role: "cxo" | "decision_maker" | "founder";
|
|
523
523
|
currentEmployment: {
|
|
524
|
-
title: string | null;
|
|
525
524
|
description: string | null;
|
|
525
|
+
title: string | null;
|
|
526
526
|
companyName: string | null;
|
|
527
527
|
companyLinkedinUrl: string | null;
|
|
528
528
|
startDate: string | number | null;
|
|
@@ -534,14 +534,15 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
534
534
|
endDate: string | number | null;
|
|
535
535
|
}[] | null;
|
|
536
536
|
}, {
|
|
537
|
+
title: string | null;
|
|
537
538
|
name: string | null;
|
|
538
|
-
|
|
539
|
+
summary: string | null;
|
|
540
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
539
541
|
location: string | null;
|
|
540
|
-
|
|
542
|
+
headline: string | null;
|
|
541
543
|
emails: string[] | null;
|
|
542
|
-
skills: string[] | null;
|
|
543
544
|
languages: string[] | null;
|
|
544
|
-
|
|
545
|
+
skills: string[] | null;
|
|
545
546
|
education: {
|
|
546
547
|
instituteName: string | null;
|
|
547
548
|
degreeName: string | null;
|
|
@@ -550,10 +551,9 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
550
551
|
linkedinUrl: string | null;
|
|
551
552
|
profilePictureUrl: string | null;
|
|
552
553
|
twitterHandle: string | null;
|
|
553
|
-
role: "cxo" | "decision_maker" | "founder";
|
|
554
554
|
currentEmployment: {
|
|
555
|
-
title: string | null;
|
|
556
555
|
description: string | null;
|
|
556
|
+
title: string | null;
|
|
557
557
|
companyName: string | null;
|
|
558
558
|
companyLinkedinUrl: string | null;
|
|
559
559
|
startDate: string | number | null;
|
|
@@ -578,24 +578,24 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
578
578
|
fundingStage: z.ZodNullable<z.ZodString>;
|
|
579
579
|
totalFunding: z.ZodNullable<z.ZodString>;
|
|
580
580
|
}, "strip", z.ZodTypeAny, {
|
|
581
|
-
name: string | null;
|
|
582
581
|
description: string | null;
|
|
582
|
+
name: string | null;
|
|
583
|
+
website: string | null;
|
|
583
584
|
headcount: number | null;
|
|
584
585
|
industry: string | null;
|
|
585
586
|
linkedinUrl: string | null;
|
|
586
|
-
website: string | null;
|
|
587
587
|
hqCity: string | null;
|
|
588
588
|
hqCountry: string | null;
|
|
589
589
|
yearFounded: number | null;
|
|
590
590
|
fundingStage: string | null;
|
|
591
591
|
totalFunding: string | null;
|
|
592
592
|
}, {
|
|
593
|
-
name: string | null;
|
|
594
593
|
description: string | null;
|
|
594
|
+
name: string | null;
|
|
595
|
+
website: string | null;
|
|
595
596
|
headcount: number | null;
|
|
596
597
|
industry: string | null;
|
|
597
598
|
linkedinUrl: string | null;
|
|
598
|
-
website: string | null;
|
|
599
599
|
hqCity: string | null;
|
|
600
600
|
hqCountry: string | null;
|
|
601
601
|
yearFounded: number | null;
|
|
@@ -609,12 +609,12 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
609
609
|
success: boolean;
|
|
610
610
|
error: string;
|
|
611
611
|
company: {
|
|
612
|
-
name: string | null;
|
|
613
612
|
description: string | null;
|
|
613
|
+
name: string | null;
|
|
614
|
+
website: string | null;
|
|
614
615
|
headcount: number | null;
|
|
615
616
|
industry: string | null;
|
|
616
617
|
linkedinUrl: string | null;
|
|
617
|
-
website: string | null;
|
|
618
618
|
hqCity: string | null;
|
|
619
619
|
hqCountry: string | null;
|
|
620
620
|
yearFounded: number | null;
|
|
@@ -622,14 +622,15 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
622
622
|
totalFunding: string | null;
|
|
623
623
|
} | null;
|
|
624
624
|
contacts: {
|
|
625
|
+
title: string | null;
|
|
625
626
|
name: string | null;
|
|
626
|
-
|
|
627
|
+
summary: string | null;
|
|
628
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
627
629
|
location: string | null;
|
|
628
|
-
|
|
630
|
+
headline: string | null;
|
|
629
631
|
emails: string[] | null;
|
|
630
|
-
skills: string[] | null;
|
|
631
632
|
languages: string[] | null;
|
|
632
|
-
|
|
633
|
+
skills: string[] | null;
|
|
633
634
|
education: {
|
|
634
635
|
instituteName: string | null;
|
|
635
636
|
degreeName: string | null;
|
|
@@ -638,10 +639,9 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
638
639
|
linkedinUrl: string | null;
|
|
639
640
|
profilePictureUrl: string | null;
|
|
640
641
|
twitterHandle: string | null;
|
|
641
|
-
role: "cxo" | "decision_maker" | "founder";
|
|
642
642
|
currentEmployment: {
|
|
643
|
-
title: string | null;
|
|
644
643
|
description: string | null;
|
|
644
|
+
title: string | null;
|
|
645
645
|
companyName: string | null;
|
|
646
646
|
companyLinkedinUrl: string | null;
|
|
647
647
|
startDate: string | number | null;
|
|
@@ -658,12 +658,12 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
658
658
|
success: boolean;
|
|
659
659
|
error: string;
|
|
660
660
|
company: {
|
|
661
|
-
name: string | null;
|
|
662
661
|
description: string | null;
|
|
662
|
+
name: string | null;
|
|
663
|
+
website: string | null;
|
|
663
664
|
headcount: number | null;
|
|
664
665
|
industry: string | null;
|
|
665
666
|
linkedinUrl: string | null;
|
|
666
|
-
website: string | null;
|
|
667
667
|
hqCity: string | null;
|
|
668
668
|
hqCountry: string | null;
|
|
669
669
|
yearFounded: number | null;
|
|
@@ -671,14 +671,15 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
671
671
|
totalFunding: string | null;
|
|
672
672
|
} | null;
|
|
673
673
|
contacts: {
|
|
674
|
+
title: string | null;
|
|
674
675
|
name: string | null;
|
|
675
|
-
|
|
676
|
+
summary: string | null;
|
|
677
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
676
678
|
location: string | null;
|
|
677
|
-
|
|
679
|
+
headline: string | null;
|
|
678
680
|
emails: string[] | null;
|
|
679
|
-
skills: string[] | null;
|
|
680
681
|
languages: string[] | null;
|
|
681
|
-
|
|
682
|
+
skills: string[] | null;
|
|
682
683
|
education: {
|
|
683
684
|
instituteName: string | null;
|
|
684
685
|
degreeName: string | null;
|
|
@@ -687,10 +688,9 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
687
688
|
linkedinUrl: string | null;
|
|
688
689
|
profilePictureUrl: string | null;
|
|
689
690
|
twitterHandle: string | null;
|
|
690
|
-
role: "cxo" | "decision_maker" | "founder";
|
|
691
691
|
currentEmployment: {
|
|
692
|
-
title: string | null;
|
|
693
692
|
description: string | null;
|
|
693
|
+
title: string | null;
|
|
694
694
|
companyName: string | null;
|
|
695
695
|
companyLinkedinUrl: string | null;
|
|
696
696
|
startDate: string | number | null;
|