@bubblelab/bubble-core 0.1.25 → 0.1.26
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 +82 -66
- package/dist/bubbles/service-bubble/agi-inc.d.ts +56 -56
- package/dist/bubbles/service-bubble/ai-agent.d.ts +18 -18
- package/dist/bubbles/service-bubble/airtable.d.ts +116 -116
- package/dist/bubbles/service-bubble/apify/apify.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +30 -30
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +64 -64
- package/dist/bubbles/service-bubble/followupboss.d.ts +176 -176
- package/dist/bubbles/service-bubble/github.d.ts +80 -80
- 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 +56 -56
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/hello-world.d.ts +2 -2
- package/dist/bubbles/service-bubble/notion/notion.d.ts +874 -874
- package/dist/bubbles/service-bubble/resend.d.ts +16 -16
- package/dist/bubbles/service-bubble/slack/slack.d.ts +144 -144
- package/dist/bubbles/service-bubble/storage.d.ts +30 -30
- package/dist/bubbles/service-bubble/telegram.d.ts +208 -208
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +138 -138
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +38 -38
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +173 -173
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-tool.js +22 -6
- package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +52 -52
- package/dist/bubbles.json +52054 -6
- 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
|
@@ -22,16 +22,16 @@ 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
|
-
description: string | null;
|
|
27
25
|
companyName: string | null;
|
|
28
26
|
companyLinkedinUrl: string | null;
|
|
27
|
+
description: string | null;
|
|
28
|
+
title: string | null;
|
|
29
29
|
startDate: string | number | null;
|
|
30
30
|
}, {
|
|
31
|
-
title: string | null;
|
|
32
|
-
description: string | null;
|
|
33
31
|
companyName: string | null;
|
|
34
32
|
companyLinkedinUrl: string | null;
|
|
33
|
+
description: string | null;
|
|
34
|
+
title: string | null;
|
|
35
35
|
startDate: string | number | null;
|
|
36
36
|
}>, "many">>;
|
|
37
37
|
pastEmployment: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -40,13 +40,13 @@ declare const ContactSchema: z.ZodObject<{
|
|
|
40
40
|
startDate: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
41
41
|
endDate: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
42
42
|
}, "strip", z.ZodTypeAny, {
|
|
43
|
-
title: string | null;
|
|
44
43
|
companyName: string | null;
|
|
44
|
+
title: string | null;
|
|
45
45
|
startDate: string | number | null;
|
|
46
46
|
endDate: string | number | null;
|
|
47
47
|
}, {
|
|
48
|
-
title: string | null;
|
|
49
48
|
companyName: string | null;
|
|
49
|
+
title: string | null;
|
|
50
50
|
startDate: string | number | null;
|
|
51
51
|
endDate: string | number | null;
|
|
52
52
|
}>, "many">>;
|
|
@@ -64,64 +64,64 @@ declare const ContactSchema: z.ZodObject<{
|
|
|
64
64
|
fieldOfStudy: string | null;
|
|
65
65
|
}>, "many">>;
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
67
|
-
name: string | null;
|
|
68
|
-
headline: string | null;
|
|
69
|
-
location: string | null;
|
|
70
67
|
title: string | null;
|
|
71
|
-
|
|
68
|
+
location: string | null;
|
|
72
69
|
skills: string[] | null;
|
|
73
70
|
languages: string[] | null;
|
|
71
|
+
name: string | null;
|
|
72
|
+
headline: string | null;
|
|
73
|
+
linkedinUrl: string | null;
|
|
74
|
+
profilePictureUrl: string | null;
|
|
75
|
+
emails: string[] | null;
|
|
76
|
+
twitterHandle: string | null;
|
|
74
77
|
summary: string | null;
|
|
75
78
|
education: {
|
|
76
79
|
instituteName: string | null;
|
|
77
80
|
degreeName: string | null;
|
|
78
81
|
fieldOfStudy: string | null;
|
|
79
82
|
}[] | null;
|
|
80
|
-
linkedinUrl: string | null;
|
|
81
|
-
profilePictureUrl: string | null;
|
|
82
|
-
twitterHandle: string | null;
|
|
83
83
|
role: "cxo" | "decision_maker" | "founder";
|
|
84
84
|
currentEmployment: {
|
|
85
|
-
title: string | null;
|
|
86
|
-
description: string | null;
|
|
87
85
|
companyName: string | null;
|
|
88
86
|
companyLinkedinUrl: string | null;
|
|
87
|
+
description: string | null;
|
|
88
|
+
title: string | null;
|
|
89
89
|
startDate: string | number | null;
|
|
90
90
|
}[] | null;
|
|
91
91
|
pastEmployment: {
|
|
92
|
-
title: string | null;
|
|
93
92
|
companyName: string | null;
|
|
93
|
+
title: string | null;
|
|
94
94
|
startDate: string | number | null;
|
|
95
95
|
endDate: string | number | null;
|
|
96
96
|
}[] | null;
|
|
97
97
|
}, {
|
|
98
|
-
name: string | null;
|
|
99
|
-
headline: string | null;
|
|
100
|
-
location: string | null;
|
|
101
98
|
title: string | null;
|
|
102
|
-
|
|
99
|
+
location: string | null;
|
|
103
100
|
skills: string[] | null;
|
|
104
101
|
languages: string[] | null;
|
|
102
|
+
name: string | null;
|
|
103
|
+
headline: string | null;
|
|
104
|
+
linkedinUrl: string | null;
|
|
105
|
+
profilePictureUrl: string | null;
|
|
106
|
+
emails: string[] | null;
|
|
107
|
+
twitterHandle: string | null;
|
|
105
108
|
summary: string | null;
|
|
106
109
|
education: {
|
|
107
110
|
instituteName: string | null;
|
|
108
111
|
degreeName: string | null;
|
|
109
112
|
fieldOfStudy: string | null;
|
|
110
113
|
}[] | null;
|
|
111
|
-
linkedinUrl: string | null;
|
|
112
|
-
profilePictureUrl: string | null;
|
|
113
|
-
twitterHandle: string | null;
|
|
114
114
|
role: "cxo" | "decision_maker" | "founder";
|
|
115
115
|
currentEmployment: {
|
|
116
|
-
title: string | null;
|
|
117
|
-
description: string | null;
|
|
118
116
|
companyName: string | null;
|
|
119
117
|
companyLinkedinUrl: string | null;
|
|
118
|
+
description: string | null;
|
|
119
|
+
title: string | null;
|
|
120
120
|
startDate: string | number | null;
|
|
121
121
|
}[] | null;
|
|
122
122
|
pastEmployment: {
|
|
123
|
-
title: string | null;
|
|
124
123
|
companyName: string | null;
|
|
124
|
+
title: string | null;
|
|
125
125
|
startDate: string | number | null;
|
|
126
126
|
endDate: string | number | null;
|
|
127
127
|
}[] | null;
|
|
@@ -132,12 +132,12 @@ declare const CompanyEnrichmentToolParamsSchema: z.ZodObject<{
|
|
|
132
132
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
133
133
|
}, "strip", z.ZodTypeAny, {
|
|
134
134
|
companyIdentifier: string;
|
|
135
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
136
135
|
limit?: number | undefined;
|
|
136
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
137
137
|
}, {
|
|
138
138
|
companyIdentifier: string;
|
|
139
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
140
139
|
limit?: number | undefined;
|
|
140
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
141
141
|
}>;
|
|
142
142
|
declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
143
143
|
contacts: z.ZodArray<z.ZodObject<{
|
|
@@ -160,16 +160,16 @@ 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
|
-
description: string | null;
|
|
165
163
|
companyName: string | null;
|
|
166
164
|
companyLinkedinUrl: string | null;
|
|
165
|
+
description: string | null;
|
|
166
|
+
title: string | null;
|
|
167
167
|
startDate: string | number | null;
|
|
168
168
|
}, {
|
|
169
|
-
title: string | null;
|
|
170
|
-
description: string | null;
|
|
171
169
|
companyName: string | null;
|
|
172
170
|
companyLinkedinUrl: string | null;
|
|
171
|
+
description: string | null;
|
|
172
|
+
title: string | null;
|
|
173
173
|
startDate: string | number | null;
|
|
174
174
|
}>, "many">>;
|
|
175
175
|
pastEmployment: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -178,13 +178,13 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
178
178
|
startDate: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
179
179
|
endDate: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
180
180
|
}, "strip", z.ZodTypeAny, {
|
|
181
|
-
title: string | null;
|
|
182
181
|
companyName: string | null;
|
|
182
|
+
title: string | null;
|
|
183
183
|
startDate: string | number | null;
|
|
184
184
|
endDate: string | number | null;
|
|
185
185
|
}, {
|
|
186
|
-
title: string | null;
|
|
187
186
|
companyName: string | null;
|
|
187
|
+
title: string | null;
|
|
188
188
|
startDate: string | number | null;
|
|
189
189
|
endDate: string | number | null;
|
|
190
190
|
}>, "many">>;
|
|
@@ -202,64 +202,64 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
202
202
|
fieldOfStudy: string | null;
|
|
203
203
|
}>, "many">>;
|
|
204
204
|
}, "strip", z.ZodTypeAny, {
|
|
205
|
-
name: string | null;
|
|
206
|
-
headline: string | null;
|
|
207
|
-
location: string | null;
|
|
208
205
|
title: string | null;
|
|
209
|
-
|
|
206
|
+
location: string | null;
|
|
210
207
|
skills: string[] | null;
|
|
211
208
|
languages: string[] | null;
|
|
209
|
+
name: string | null;
|
|
210
|
+
headline: string | null;
|
|
211
|
+
linkedinUrl: string | null;
|
|
212
|
+
profilePictureUrl: string | null;
|
|
213
|
+
emails: string[] | null;
|
|
214
|
+
twitterHandle: string | null;
|
|
212
215
|
summary: string | null;
|
|
213
216
|
education: {
|
|
214
217
|
instituteName: string | null;
|
|
215
218
|
degreeName: string | null;
|
|
216
219
|
fieldOfStudy: string | null;
|
|
217
220
|
}[] | null;
|
|
218
|
-
linkedinUrl: string | null;
|
|
219
|
-
profilePictureUrl: string | null;
|
|
220
|
-
twitterHandle: string | null;
|
|
221
221
|
role: "cxo" | "decision_maker" | "founder";
|
|
222
222
|
currentEmployment: {
|
|
223
|
-
title: string | null;
|
|
224
|
-
description: string | null;
|
|
225
223
|
companyName: string | null;
|
|
226
224
|
companyLinkedinUrl: string | null;
|
|
225
|
+
description: string | null;
|
|
226
|
+
title: string | null;
|
|
227
227
|
startDate: string | number | null;
|
|
228
228
|
}[] | null;
|
|
229
229
|
pastEmployment: {
|
|
230
|
-
title: string | null;
|
|
231
230
|
companyName: string | null;
|
|
231
|
+
title: string | null;
|
|
232
232
|
startDate: string | number | null;
|
|
233
233
|
endDate: string | number | null;
|
|
234
234
|
}[] | null;
|
|
235
235
|
}, {
|
|
236
|
-
name: string | null;
|
|
237
|
-
headline: string | null;
|
|
238
|
-
location: string | null;
|
|
239
236
|
title: string | null;
|
|
240
|
-
|
|
237
|
+
location: string | null;
|
|
241
238
|
skills: string[] | null;
|
|
242
239
|
languages: string[] | null;
|
|
240
|
+
name: string | null;
|
|
241
|
+
headline: string | null;
|
|
242
|
+
linkedinUrl: string | null;
|
|
243
|
+
profilePictureUrl: string | null;
|
|
244
|
+
emails: string[] | null;
|
|
245
|
+
twitterHandle: string | null;
|
|
243
246
|
summary: string | null;
|
|
244
247
|
education: {
|
|
245
248
|
instituteName: string | null;
|
|
246
249
|
degreeName: string | null;
|
|
247
250
|
fieldOfStudy: string | null;
|
|
248
251
|
}[] | null;
|
|
249
|
-
linkedinUrl: string | null;
|
|
250
|
-
profilePictureUrl: string | null;
|
|
251
|
-
twitterHandle: string | null;
|
|
252
252
|
role: "cxo" | "decision_maker" | "founder";
|
|
253
253
|
currentEmployment: {
|
|
254
|
-
title: string | null;
|
|
255
|
-
description: string | null;
|
|
256
254
|
companyName: string | null;
|
|
257
255
|
companyLinkedinUrl: string | null;
|
|
256
|
+
description: string | null;
|
|
257
|
+
title: string | null;
|
|
258
258
|
startDate: string | number | null;
|
|
259
259
|
}[] | null;
|
|
260
260
|
pastEmployment: {
|
|
261
|
-
title: string | null;
|
|
262
261
|
companyName: string | null;
|
|
262
|
+
title: string | null;
|
|
263
263
|
startDate: string | number | null;
|
|
264
264
|
endDate: string | number | null;
|
|
265
265
|
}[] | null;
|
|
@@ -277,11 +277,11 @@ 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
|
+
linkedinUrl: string | null;
|
|
282
283
|
headcount: number | null;
|
|
283
284
|
industry: string | null;
|
|
284
|
-
linkedinUrl: string | null;
|
|
285
285
|
website: string | null;
|
|
286
286
|
hqCity: string | null;
|
|
287
287
|
hqCountry: string | null;
|
|
@@ -289,11 +289,11 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
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
|
+
linkedinUrl: string | null;
|
|
294
295
|
headcount: number | null;
|
|
295
296
|
industry: string | null;
|
|
296
|
-
linkedinUrl: string | null;
|
|
297
297
|
website: string | null;
|
|
298
298
|
hqCity: string | null;
|
|
299
299
|
hqCountry: string | null;
|
|
@@ -308,11 +308,11 @@ 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
|
+
linkedinUrl: string | null;
|
|
313
314
|
headcount: number | null;
|
|
314
315
|
industry: string | null;
|
|
315
|
-
linkedinUrl: string | null;
|
|
316
316
|
website: string | null;
|
|
317
317
|
hqCity: string | null;
|
|
318
318
|
hqCountry: string | null;
|
|
@@ -321,33 +321,33 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
321
321
|
totalFunding: string | null;
|
|
322
322
|
} | null;
|
|
323
323
|
contacts: {
|
|
324
|
-
name: string | null;
|
|
325
|
-
headline: string | null;
|
|
326
|
-
location: string | null;
|
|
327
324
|
title: string | null;
|
|
328
|
-
|
|
325
|
+
location: string | null;
|
|
329
326
|
skills: string[] | null;
|
|
330
327
|
languages: string[] | null;
|
|
328
|
+
name: string | null;
|
|
329
|
+
headline: string | null;
|
|
330
|
+
linkedinUrl: string | null;
|
|
331
|
+
profilePictureUrl: string | null;
|
|
332
|
+
emails: string[] | null;
|
|
333
|
+
twitterHandle: string | null;
|
|
331
334
|
summary: string | null;
|
|
332
335
|
education: {
|
|
333
336
|
instituteName: string | null;
|
|
334
337
|
degreeName: string | null;
|
|
335
338
|
fieldOfStudy: string | null;
|
|
336
339
|
}[] | null;
|
|
337
|
-
linkedinUrl: string | null;
|
|
338
|
-
profilePictureUrl: string | null;
|
|
339
|
-
twitterHandle: string | null;
|
|
340
340
|
role: "cxo" | "decision_maker" | "founder";
|
|
341
341
|
currentEmployment: {
|
|
342
|
-
title: string | null;
|
|
343
|
-
description: string | null;
|
|
344
342
|
companyName: string | null;
|
|
345
343
|
companyLinkedinUrl: string | null;
|
|
344
|
+
description: string | null;
|
|
345
|
+
title: string | null;
|
|
346
346
|
startDate: string | number | null;
|
|
347
347
|
}[] | null;
|
|
348
348
|
pastEmployment: {
|
|
349
|
-
title: string | null;
|
|
350
349
|
companyName: string | null;
|
|
350
|
+
title: string | null;
|
|
351
351
|
startDate: string | number | null;
|
|
352
352
|
endDate: string | number | null;
|
|
353
353
|
}[] | null;
|
|
@@ -357,11 +357,11 @@ 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
|
+
linkedinUrl: string | null;
|
|
362
363
|
headcount: number | null;
|
|
363
364
|
industry: string | null;
|
|
364
|
-
linkedinUrl: string | null;
|
|
365
365
|
website: string | null;
|
|
366
366
|
hqCity: string | null;
|
|
367
367
|
hqCountry: string | null;
|
|
@@ -370,33 +370,33 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
370
370
|
totalFunding: string | null;
|
|
371
371
|
} | null;
|
|
372
372
|
contacts: {
|
|
373
|
-
name: string | null;
|
|
374
|
-
headline: string | null;
|
|
375
|
-
location: string | null;
|
|
376
373
|
title: string | null;
|
|
377
|
-
|
|
374
|
+
location: string | null;
|
|
378
375
|
skills: string[] | null;
|
|
379
376
|
languages: string[] | null;
|
|
377
|
+
name: string | null;
|
|
378
|
+
headline: string | null;
|
|
379
|
+
linkedinUrl: string | null;
|
|
380
|
+
profilePictureUrl: string | null;
|
|
381
|
+
emails: string[] | null;
|
|
382
|
+
twitterHandle: string | null;
|
|
380
383
|
summary: string | null;
|
|
381
384
|
education: {
|
|
382
385
|
instituteName: string | null;
|
|
383
386
|
degreeName: string | null;
|
|
384
387
|
fieldOfStudy: string | null;
|
|
385
388
|
}[] | null;
|
|
386
|
-
linkedinUrl: string | null;
|
|
387
|
-
profilePictureUrl: string | null;
|
|
388
|
-
twitterHandle: string | null;
|
|
389
389
|
role: "cxo" | "decision_maker" | "founder";
|
|
390
390
|
currentEmployment: {
|
|
391
|
-
title: string | null;
|
|
392
|
-
description: string | null;
|
|
393
391
|
companyName: string | null;
|
|
394
392
|
companyLinkedinUrl: string | null;
|
|
393
|
+
description: string | null;
|
|
394
|
+
title: string | null;
|
|
395
395
|
startDate: string | number | null;
|
|
396
396
|
}[] | null;
|
|
397
397
|
pastEmployment: {
|
|
398
|
-
title: string | null;
|
|
399
398
|
companyName: string | null;
|
|
399
|
+
title: string | null;
|
|
400
400
|
startDate: string | number | null;
|
|
401
401
|
endDate: string | number | null;
|
|
402
402
|
}[] | null;
|
|
@@ -433,12 +433,12 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
433
433
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
434
434
|
}, "strip", z.ZodTypeAny, {
|
|
435
435
|
companyIdentifier: string;
|
|
436
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
437
436
|
limit?: number | undefined;
|
|
437
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
438
438
|
}, {
|
|
439
439
|
companyIdentifier: string;
|
|
440
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
441
440
|
limit?: number | undefined;
|
|
441
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
442
442
|
}>;
|
|
443
443
|
static readonly resultSchema: z.ZodObject<{
|
|
444
444
|
contacts: z.ZodArray<z.ZodObject<{
|
|
@@ -461,16 +461,16 @@ 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
|
-
description: string | null;
|
|
466
464
|
companyName: string | null;
|
|
467
465
|
companyLinkedinUrl: string | null;
|
|
466
|
+
description: string | null;
|
|
467
|
+
title: string | null;
|
|
468
468
|
startDate: string | number | null;
|
|
469
469
|
}, {
|
|
470
|
-
title: string | null;
|
|
471
|
-
description: string | null;
|
|
472
470
|
companyName: string | null;
|
|
473
471
|
companyLinkedinUrl: string | null;
|
|
472
|
+
description: string | null;
|
|
473
|
+
title: string | null;
|
|
474
474
|
startDate: string | number | null;
|
|
475
475
|
}>, "many">>;
|
|
476
476
|
pastEmployment: z.ZodNullable<z.ZodArray<z.ZodObject<{
|
|
@@ -479,13 +479,13 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
479
479
|
startDate: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
480
480
|
endDate: z.ZodNullable<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
481
481
|
}, "strip", z.ZodTypeAny, {
|
|
482
|
-
title: string | null;
|
|
483
482
|
companyName: string | null;
|
|
483
|
+
title: string | null;
|
|
484
484
|
startDate: string | number | null;
|
|
485
485
|
endDate: string | number | null;
|
|
486
486
|
}, {
|
|
487
|
-
title: string | null;
|
|
488
487
|
companyName: string | null;
|
|
488
|
+
title: string | null;
|
|
489
489
|
startDate: string | number | null;
|
|
490
490
|
endDate: string | number | null;
|
|
491
491
|
}>, "many">>;
|
|
@@ -503,64 +503,64 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
503
503
|
fieldOfStudy: string | null;
|
|
504
504
|
}>, "many">>;
|
|
505
505
|
}, "strip", z.ZodTypeAny, {
|
|
506
|
-
name: string | null;
|
|
507
|
-
headline: string | null;
|
|
508
|
-
location: string | null;
|
|
509
506
|
title: string | null;
|
|
510
|
-
|
|
507
|
+
location: string | null;
|
|
511
508
|
skills: string[] | null;
|
|
512
509
|
languages: string[] | null;
|
|
510
|
+
name: string | null;
|
|
511
|
+
headline: string | null;
|
|
512
|
+
linkedinUrl: string | null;
|
|
513
|
+
profilePictureUrl: string | null;
|
|
514
|
+
emails: string[] | null;
|
|
515
|
+
twitterHandle: string | null;
|
|
513
516
|
summary: string | null;
|
|
514
517
|
education: {
|
|
515
518
|
instituteName: string | null;
|
|
516
519
|
degreeName: string | null;
|
|
517
520
|
fieldOfStudy: string | null;
|
|
518
521
|
}[] | null;
|
|
519
|
-
linkedinUrl: string | null;
|
|
520
|
-
profilePictureUrl: string | null;
|
|
521
|
-
twitterHandle: string | null;
|
|
522
522
|
role: "cxo" | "decision_maker" | "founder";
|
|
523
523
|
currentEmployment: {
|
|
524
|
-
title: string | null;
|
|
525
|
-
description: string | null;
|
|
526
524
|
companyName: string | null;
|
|
527
525
|
companyLinkedinUrl: string | null;
|
|
526
|
+
description: string | null;
|
|
527
|
+
title: string | null;
|
|
528
528
|
startDate: string | number | null;
|
|
529
529
|
}[] | null;
|
|
530
530
|
pastEmployment: {
|
|
531
|
-
title: string | null;
|
|
532
531
|
companyName: string | null;
|
|
532
|
+
title: string | null;
|
|
533
533
|
startDate: string | number | null;
|
|
534
534
|
endDate: string | number | null;
|
|
535
535
|
}[] | null;
|
|
536
536
|
}, {
|
|
537
|
-
name: string | null;
|
|
538
|
-
headline: string | null;
|
|
539
|
-
location: string | null;
|
|
540
537
|
title: string | null;
|
|
541
|
-
|
|
538
|
+
location: string | null;
|
|
542
539
|
skills: string[] | null;
|
|
543
540
|
languages: string[] | null;
|
|
541
|
+
name: string | null;
|
|
542
|
+
headline: string | null;
|
|
543
|
+
linkedinUrl: string | null;
|
|
544
|
+
profilePictureUrl: string | null;
|
|
545
|
+
emails: string[] | null;
|
|
546
|
+
twitterHandle: string | null;
|
|
544
547
|
summary: string | null;
|
|
545
548
|
education: {
|
|
546
549
|
instituteName: string | null;
|
|
547
550
|
degreeName: string | null;
|
|
548
551
|
fieldOfStudy: string | null;
|
|
549
552
|
}[] | null;
|
|
550
|
-
linkedinUrl: string | null;
|
|
551
|
-
profilePictureUrl: string | null;
|
|
552
|
-
twitterHandle: string | null;
|
|
553
553
|
role: "cxo" | "decision_maker" | "founder";
|
|
554
554
|
currentEmployment: {
|
|
555
|
-
title: string | null;
|
|
556
|
-
description: string | null;
|
|
557
555
|
companyName: string | null;
|
|
558
556
|
companyLinkedinUrl: string | null;
|
|
557
|
+
description: string | null;
|
|
558
|
+
title: string | null;
|
|
559
559
|
startDate: string | number | null;
|
|
560
560
|
}[] | null;
|
|
561
561
|
pastEmployment: {
|
|
562
|
-
title: string | null;
|
|
563
562
|
companyName: string | null;
|
|
563
|
+
title: string | null;
|
|
564
564
|
startDate: string | number | null;
|
|
565
565
|
endDate: string | number | null;
|
|
566
566
|
}[] | null;
|
|
@@ -578,11 +578,11 @@ 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
|
+
linkedinUrl: string | null;
|
|
583
584
|
headcount: number | null;
|
|
584
585
|
industry: string | null;
|
|
585
|
-
linkedinUrl: string | null;
|
|
586
586
|
website: string | null;
|
|
587
587
|
hqCity: string | null;
|
|
588
588
|
hqCountry: string | null;
|
|
@@ -590,11 +590,11 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
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
|
+
linkedinUrl: string | null;
|
|
595
596
|
headcount: number | null;
|
|
596
597
|
industry: string | null;
|
|
597
|
-
linkedinUrl: string | null;
|
|
598
598
|
website: string | null;
|
|
599
599
|
hqCity: string | null;
|
|
600
600
|
hqCountry: string | null;
|
|
@@ -609,11 +609,11 @@ 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
|
+
linkedinUrl: string | null;
|
|
614
615
|
headcount: number | null;
|
|
615
616
|
industry: string | null;
|
|
616
|
-
linkedinUrl: string | null;
|
|
617
617
|
website: string | null;
|
|
618
618
|
hqCity: string | null;
|
|
619
619
|
hqCountry: string | null;
|
|
@@ -622,33 +622,33 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
622
622
|
totalFunding: string | null;
|
|
623
623
|
} | null;
|
|
624
624
|
contacts: {
|
|
625
|
-
name: string | null;
|
|
626
|
-
headline: string | null;
|
|
627
|
-
location: string | null;
|
|
628
625
|
title: string | null;
|
|
629
|
-
|
|
626
|
+
location: string | null;
|
|
630
627
|
skills: string[] | null;
|
|
631
628
|
languages: string[] | null;
|
|
629
|
+
name: string | null;
|
|
630
|
+
headline: string | null;
|
|
631
|
+
linkedinUrl: string | null;
|
|
632
|
+
profilePictureUrl: string | null;
|
|
633
|
+
emails: string[] | null;
|
|
634
|
+
twitterHandle: string | null;
|
|
632
635
|
summary: string | null;
|
|
633
636
|
education: {
|
|
634
637
|
instituteName: string | null;
|
|
635
638
|
degreeName: string | null;
|
|
636
639
|
fieldOfStudy: string | null;
|
|
637
640
|
}[] | null;
|
|
638
|
-
linkedinUrl: string | null;
|
|
639
|
-
profilePictureUrl: string | null;
|
|
640
|
-
twitterHandle: string | null;
|
|
641
641
|
role: "cxo" | "decision_maker" | "founder";
|
|
642
642
|
currentEmployment: {
|
|
643
|
-
title: string | null;
|
|
644
|
-
description: string | null;
|
|
645
643
|
companyName: string | null;
|
|
646
644
|
companyLinkedinUrl: string | null;
|
|
645
|
+
description: string | null;
|
|
646
|
+
title: string | null;
|
|
647
647
|
startDate: string | number | null;
|
|
648
648
|
}[] | null;
|
|
649
649
|
pastEmployment: {
|
|
650
|
-
title: string | null;
|
|
651
650
|
companyName: string | null;
|
|
651
|
+
title: string | null;
|
|
652
652
|
startDate: string | number | null;
|
|
653
653
|
endDate: string | number | null;
|
|
654
654
|
}[] | null;
|
|
@@ -658,11 +658,11 @@ 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
|
+
linkedinUrl: string | null;
|
|
663
664
|
headcount: number | null;
|
|
664
665
|
industry: string | null;
|
|
665
|
-
linkedinUrl: string | null;
|
|
666
666
|
website: string | null;
|
|
667
667
|
hqCity: string | null;
|
|
668
668
|
hqCountry: string | null;
|
|
@@ -671,33 +671,33 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
671
671
|
totalFunding: string | null;
|
|
672
672
|
} | null;
|
|
673
673
|
contacts: {
|
|
674
|
-
name: string | null;
|
|
675
|
-
headline: string | null;
|
|
676
|
-
location: string | null;
|
|
677
674
|
title: string | null;
|
|
678
|
-
|
|
675
|
+
location: string | null;
|
|
679
676
|
skills: string[] | null;
|
|
680
677
|
languages: string[] | null;
|
|
678
|
+
name: string | null;
|
|
679
|
+
headline: string | null;
|
|
680
|
+
linkedinUrl: string | null;
|
|
681
|
+
profilePictureUrl: string | null;
|
|
682
|
+
emails: string[] | null;
|
|
683
|
+
twitterHandle: string | null;
|
|
681
684
|
summary: string | null;
|
|
682
685
|
education: {
|
|
683
686
|
instituteName: string | null;
|
|
684
687
|
degreeName: string | null;
|
|
685
688
|
fieldOfStudy: string | null;
|
|
686
689
|
}[] | null;
|
|
687
|
-
linkedinUrl: string | null;
|
|
688
|
-
profilePictureUrl: string | null;
|
|
689
|
-
twitterHandle: string | null;
|
|
690
690
|
role: "cxo" | "decision_maker" | "founder";
|
|
691
691
|
currentEmployment: {
|
|
692
|
-
title: string | null;
|
|
693
|
-
description: string | null;
|
|
694
692
|
companyName: string | null;
|
|
695
693
|
companyLinkedinUrl: string | null;
|
|
694
|
+
description: string | null;
|
|
695
|
+
title: string | null;
|
|
696
696
|
startDate: string | number | null;
|
|
697
697
|
}[] | null;
|
|
698
698
|
pastEmployment: {
|
|
699
|
-
title: string | null;
|
|
700
699
|
companyName: string | null;
|
|
700
|
+
title: string | null;
|
|
701
701
|
startDate: string | number | null;
|
|
702
702
|
endDate: string | number | null;
|
|
703
703
|
}[] | null;
|