@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
|
@@ -55,30 +55,30 @@ declare const ContactSchema: z.ZodObject<{
|
|
|
55
55
|
degreeName: z.ZodNullable<z.ZodString>;
|
|
56
56
|
fieldOfStudy: z.ZodNullable<z.ZodString>;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
58
|
+
fieldOfStudy: string | null;
|
|
58
59
|
instituteName: string | null;
|
|
59
60
|
degreeName: string | null;
|
|
60
|
-
fieldOfStudy: string | null;
|
|
61
61
|
}, {
|
|
62
|
+
fieldOfStudy: string | null;
|
|
62
63
|
instituteName: string | null;
|
|
63
64
|
degreeName: string | null;
|
|
64
|
-
fieldOfStudy: string | null;
|
|
65
65
|
}>, "many">>;
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
67
67
|
title: string | null;
|
|
68
68
|
name: string | null;
|
|
69
69
|
summary: string | null;
|
|
70
|
-
role: "
|
|
70
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
71
71
|
location: string | null;
|
|
72
72
|
headline: string | null;
|
|
73
|
-
|
|
74
|
-
languages: string[] | null;
|
|
73
|
+
linkedinUrl: string | null;
|
|
75
74
|
skills: string[] | null;
|
|
76
75
|
education: {
|
|
76
|
+
fieldOfStudy: string | null;
|
|
77
77
|
instituteName: string | null;
|
|
78
78
|
degreeName: string | null;
|
|
79
|
-
fieldOfStudy: string | null;
|
|
80
79
|
}[] | null;
|
|
81
|
-
|
|
80
|
+
languages: string[] | null;
|
|
81
|
+
emails: string[] | null;
|
|
82
82
|
profilePictureUrl: string | null;
|
|
83
83
|
twitterHandle: string | null;
|
|
84
84
|
currentEmployment: {
|
|
@@ -98,18 +98,18 @@ declare const ContactSchema: z.ZodObject<{
|
|
|
98
98
|
title: string | null;
|
|
99
99
|
name: string | null;
|
|
100
100
|
summary: string | null;
|
|
101
|
-
role: "
|
|
101
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
102
102
|
location: string | null;
|
|
103
103
|
headline: string | null;
|
|
104
|
-
|
|
105
|
-
languages: string[] | null;
|
|
104
|
+
linkedinUrl: string | null;
|
|
106
105
|
skills: string[] | null;
|
|
107
106
|
education: {
|
|
107
|
+
fieldOfStudy: string | null;
|
|
108
108
|
instituteName: string | null;
|
|
109
109
|
degreeName: string | null;
|
|
110
|
-
fieldOfStudy: string | null;
|
|
111
110
|
}[] | null;
|
|
112
|
-
|
|
111
|
+
languages: string[] | null;
|
|
112
|
+
emails: string[] | null;
|
|
113
113
|
profilePictureUrl: string | null;
|
|
114
114
|
twitterHandle: string | null;
|
|
115
115
|
currentEmployment: {
|
|
@@ -193,30 +193,30 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
193
193
|
degreeName: z.ZodNullable<z.ZodString>;
|
|
194
194
|
fieldOfStudy: z.ZodNullable<z.ZodString>;
|
|
195
195
|
}, "strip", z.ZodTypeAny, {
|
|
196
|
+
fieldOfStudy: string | null;
|
|
196
197
|
instituteName: string | null;
|
|
197
198
|
degreeName: string | null;
|
|
198
|
-
fieldOfStudy: string | null;
|
|
199
199
|
}, {
|
|
200
|
+
fieldOfStudy: string | null;
|
|
200
201
|
instituteName: string | null;
|
|
201
202
|
degreeName: string | null;
|
|
202
|
-
fieldOfStudy: string | null;
|
|
203
203
|
}>, "many">>;
|
|
204
204
|
}, "strip", z.ZodTypeAny, {
|
|
205
205
|
title: string | null;
|
|
206
206
|
name: string | null;
|
|
207
207
|
summary: string | null;
|
|
208
|
-
role: "
|
|
208
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
209
209
|
location: string | null;
|
|
210
210
|
headline: string | null;
|
|
211
|
-
|
|
212
|
-
languages: string[] | null;
|
|
211
|
+
linkedinUrl: string | null;
|
|
213
212
|
skills: string[] | null;
|
|
214
213
|
education: {
|
|
214
|
+
fieldOfStudy: string | null;
|
|
215
215
|
instituteName: string | null;
|
|
216
216
|
degreeName: string | null;
|
|
217
|
-
fieldOfStudy: string | null;
|
|
218
217
|
}[] | null;
|
|
219
|
-
|
|
218
|
+
languages: string[] | null;
|
|
219
|
+
emails: string[] | null;
|
|
220
220
|
profilePictureUrl: string | null;
|
|
221
221
|
twitterHandle: string | null;
|
|
222
222
|
currentEmployment: {
|
|
@@ -236,18 +236,18 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
236
236
|
title: string | null;
|
|
237
237
|
name: string | null;
|
|
238
238
|
summary: string | null;
|
|
239
|
-
role: "
|
|
239
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
240
240
|
location: string | null;
|
|
241
241
|
headline: string | null;
|
|
242
|
-
|
|
243
|
-
languages: string[] | null;
|
|
242
|
+
linkedinUrl: string | null;
|
|
244
243
|
skills: string[] | null;
|
|
245
244
|
education: {
|
|
245
|
+
fieldOfStudy: string | null;
|
|
246
246
|
instituteName: string | null;
|
|
247
247
|
degreeName: string | null;
|
|
248
|
-
fieldOfStudy: string | null;
|
|
249
248
|
}[] | null;
|
|
250
|
-
|
|
249
|
+
languages: string[] | null;
|
|
250
|
+
emails: string[] | null;
|
|
251
251
|
profilePictureUrl: string | null;
|
|
252
252
|
twitterHandle: string | null;
|
|
253
253
|
currentEmployment: {
|
|
@@ -279,10 +279,10 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
279
279
|
}, "strip", z.ZodTypeAny, {
|
|
280
280
|
description: string | null;
|
|
281
281
|
name: string | null;
|
|
282
|
+
linkedinUrl: string | null;
|
|
282
283
|
website: string | null;
|
|
283
284
|
industry: string | null;
|
|
284
285
|
headcount: number | null;
|
|
285
|
-
linkedinUrl: string | null;
|
|
286
286
|
hqCity: string | null;
|
|
287
287
|
hqCountry: string | null;
|
|
288
288
|
yearFounded: number | null;
|
|
@@ -291,10 +291,10 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
291
291
|
}, {
|
|
292
292
|
description: string | null;
|
|
293
293
|
name: string | null;
|
|
294
|
+
linkedinUrl: string | null;
|
|
294
295
|
website: string | null;
|
|
295
296
|
industry: string | null;
|
|
296
297
|
headcount: number | null;
|
|
297
|
-
linkedinUrl: string | null;
|
|
298
298
|
hqCity: string | null;
|
|
299
299
|
hqCountry: string | null;
|
|
300
300
|
yearFounded: number | null;
|
|
@@ -310,10 +310,10 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
310
310
|
company: {
|
|
311
311
|
description: string | null;
|
|
312
312
|
name: string | null;
|
|
313
|
+
linkedinUrl: string | null;
|
|
313
314
|
website: string | null;
|
|
314
315
|
industry: string | null;
|
|
315
316
|
headcount: number | null;
|
|
316
|
-
linkedinUrl: string | null;
|
|
317
317
|
hqCity: string | null;
|
|
318
318
|
hqCountry: string | null;
|
|
319
319
|
yearFounded: number | null;
|
|
@@ -324,18 +324,18 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
324
324
|
title: string | null;
|
|
325
325
|
name: string | null;
|
|
326
326
|
summary: string | null;
|
|
327
|
-
role: "
|
|
327
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
328
328
|
location: string | null;
|
|
329
329
|
headline: string | null;
|
|
330
|
-
|
|
331
|
-
languages: string[] | null;
|
|
330
|
+
linkedinUrl: string | null;
|
|
332
331
|
skills: string[] | null;
|
|
333
332
|
education: {
|
|
333
|
+
fieldOfStudy: string | null;
|
|
334
334
|
instituteName: string | null;
|
|
335
335
|
degreeName: string | null;
|
|
336
|
-
fieldOfStudy: string | null;
|
|
337
336
|
}[] | null;
|
|
338
|
-
|
|
337
|
+
languages: string[] | null;
|
|
338
|
+
emails: string[] | null;
|
|
339
339
|
profilePictureUrl: string | null;
|
|
340
340
|
twitterHandle: string | null;
|
|
341
341
|
currentEmployment: {
|
|
@@ -359,10 +359,10 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
359
359
|
company: {
|
|
360
360
|
description: string | null;
|
|
361
361
|
name: string | null;
|
|
362
|
+
linkedinUrl: string | null;
|
|
362
363
|
website: string | null;
|
|
363
364
|
industry: string | null;
|
|
364
365
|
headcount: number | null;
|
|
365
|
-
linkedinUrl: string | null;
|
|
366
366
|
hqCity: string | null;
|
|
367
367
|
hqCountry: string | null;
|
|
368
368
|
yearFounded: number | null;
|
|
@@ -373,18 +373,18 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
373
373
|
title: string | null;
|
|
374
374
|
name: string | null;
|
|
375
375
|
summary: string | null;
|
|
376
|
-
role: "
|
|
376
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
377
377
|
location: string | null;
|
|
378
378
|
headline: string | null;
|
|
379
|
-
|
|
380
|
-
languages: string[] | null;
|
|
379
|
+
linkedinUrl: string | null;
|
|
381
380
|
skills: string[] | null;
|
|
382
381
|
education: {
|
|
382
|
+
fieldOfStudy: string | null;
|
|
383
383
|
instituteName: string | null;
|
|
384
384
|
degreeName: string | null;
|
|
385
|
-
fieldOfStudy: string | null;
|
|
386
385
|
}[] | null;
|
|
387
|
-
|
|
386
|
+
languages: string[] | null;
|
|
387
|
+
emails: string[] | null;
|
|
388
388
|
profilePictureUrl: string | null;
|
|
389
389
|
twitterHandle: string | null;
|
|
390
390
|
currentEmployment: {
|
|
@@ -494,30 +494,30 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
494
494
|
degreeName: z.ZodNullable<z.ZodString>;
|
|
495
495
|
fieldOfStudy: z.ZodNullable<z.ZodString>;
|
|
496
496
|
}, "strip", z.ZodTypeAny, {
|
|
497
|
+
fieldOfStudy: string | null;
|
|
497
498
|
instituteName: string | null;
|
|
498
499
|
degreeName: string | null;
|
|
499
|
-
fieldOfStudy: string | null;
|
|
500
500
|
}, {
|
|
501
|
+
fieldOfStudy: string | null;
|
|
501
502
|
instituteName: string | null;
|
|
502
503
|
degreeName: string | null;
|
|
503
|
-
fieldOfStudy: string | null;
|
|
504
504
|
}>, "many">>;
|
|
505
505
|
}, "strip", z.ZodTypeAny, {
|
|
506
506
|
title: string | null;
|
|
507
507
|
name: string | null;
|
|
508
508
|
summary: string | null;
|
|
509
|
-
role: "
|
|
509
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
510
510
|
location: string | null;
|
|
511
511
|
headline: string | null;
|
|
512
|
-
|
|
513
|
-
languages: string[] | null;
|
|
512
|
+
linkedinUrl: string | null;
|
|
514
513
|
skills: string[] | null;
|
|
515
514
|
education: {
|
|
515
|
+
fieldOfStudy: string | null;
|
|
516
516
|
instituteName: string | null;
|
|
517
517
|
degreeName: string | null;
|
|
518
|
-
fieldOfStudy: string | null;
|
|
519
518
|
}[] | null;
|
|
520
|
-
|
|
519
|
+
languages: string[] | null;
|
|
520
|
+
emails: string[] | null;
|
|
521
521
|
profilePictureUrl: string | null;
|
|
522
522
|
twitterHandle: string | null;
|
|
523
523
|
currentEmployment: {
|
|
@@ -537,18 +537,18 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
537
537
|
title: string | null;
|
|
538
538
|
name: string | null;
|
|
539
539
|
summary: string | null;
|
|
540
|
-
role: "
|
|
540
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
541
541
|
location: string | null;
|
|
542
542
|
headline: string | null;
|
|
543
|
-
|
|
544
|
-
languages: string[] | null;
|
|
543
|
+
linkedinUrl: string | null;
|
|
545
544
|
skills: string[] | null;
|
|
546
545
|
education: {
|
|
546
|
+
fieldOfStudy: string | null;
|
|
547
547
|
instituteName: string | null;
|
|
548
548
|
degreeName: string | null;
|
|
549
|
-
fieldOfStudy: string | null;
|
|
550
549
|
}[] | null;
|
|
551
|
-
|
|
550
|
+
languages: string[] | null;
|
|
551
|
+
emails: string[] | null;
|
|
552
552
|
profilePictureUrl: string | null;
|
|
553
553
|
twitterHandle: string | null;
|
|
554
554
|
currentEmployment: {
|
|
@@ -580,10 +580,10 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
580
580
|
}, "strip", z.ZodTypeAny, {
|
|
581
581
|
description: string | null;
|
|
582
582
|
name: string | null;
|
|
583
|
+
linkedinUrl: string | null;
|
|
583
584
|
website: string | null;
|
|
584
585
|
industry: string | null;
|
|
585
586
|
headcount: number | null;
|
|
586
|
-
linkedinUrl: string | null;
|
|
587
587
|
hqCity: string | null;
|
|
588
588
|
hqCountry: string | null;
|
|
589
589
|
yearFounded: number | null;
|
|
@@ -592,10 +592,10 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
592
592
|
}, {
|
|
593
593
|
description: string | null;
|
|
594
594
|
name: string | null;
|
|
595
|
+
linkedinUrl: string | null;
|
|
595
596
|
website: string | null;
|
|
596
597
|
industry: string | null;
|
|
597
598
|
headcount: number | null;
|
|
598
|
-
linkedinUrl: string | null;
|
|
599
599
|
hqCity: string | null;
|
|
600
600
|
hqCountry: string | null;
|
|
601
601
|
yearFounded: number | null;
|
|
@@ -611,10 +611,10 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
611
611
|
company: {
|
|
612
612
|
description: string | null;
|
|
613
613
|
name: string | null;
|
|
614
|
+
linkedinUrl: string | null;
|
|
614
615
|
website: string | null;
|
|
615
616
|
industry: string | null;
|
|
616
617
|
headcount: number | null;
|
|
617
|
-
linkedinUrl: string | null;
|
|
618
618
|
hqCity: string | null;
|
|
619
619
|
hqCountry: string | null;
|
|
620
620
|
yearFounded: number | null;
|
|
@@ -625,18 +625,18 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
625
625
|
title: string | null;
|
|
626
626
|
name: string | null;
|
|
627
627
|
summary: string | null;
|
|
628
|
-
role: "
|
|
628
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
629
629
|
location: string | null;
|
|
630
630
|
headline: string | null;
|
|
631
|
-
|
|
632
|
-
languages: string[] | null;
|
|
631
|
+
linkedinUrl: string | null;
|
|
633
632
|
skills: string[] | null;
|
|
634
633
|
education: {
|
|
634
|
+
fieldOfStudy: string | null;
|
|
635
635
|
instituteName: string | null;
|
|
636
636
|
degreeName: string | null;
|
|
637
|
-
fieldOfStudy: string | null;
|
|
638
637
|
}[] | null;
|
|
639
|
-
|
|
638
|
+
languages: string[] | null;
|
|
639
|
+
emails: string[] | null;
|
|
640
640
|
profilePictureUrl: string | null;
|
|
641
641
|
twitterHandle: string | null;
|
|
642
642
|
currentEmployment: {
|
|
@@ -660,10 +660,10 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
660
660
|
company: {
|
|
661
661
|
description: string | null;
|
|
662
662
|
name: string | null;
|
|
663
|
+
linkedinUrl: string | null;
|
|
663
664
|
website: string | null;
|
|
664
665
|
industry: string | null;
|
|
665
666
|
headcount: number | null;
|
|
666
|
-
linkedinUrl: string | null;
|
|
667
667
|
hqCity: string | null;
|
|
668
668
|
hqCountry: string | null;
|
|
669
669
|
yearFounded: number | null;
|
|
@@ -674,18 +674,18 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
674
674
|
title: string | null;
|
|
675
675
|
name: string | null;
|
|
676
676
|
summary: string | null;
|
|
677
|
-
role: "
|
|
677
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
678
678
|
location: string | null;
|
|
679
679
|
headline: string | null;
|
|
680
|
-
|
|
681
|
-
languages: string[] | null;
|
|
680
|
+
linkedinUrl: string | null;
|
|
682
681
|
skills: string[] | null;
|
|
683
682
|
education: {
|
|
683
|
+
fieldOfStudy: string | null;
|
|
684
684
|
instituteName: string | null;
|
|
685
685
|
degreeName: string | null;
|
|
686
|
-
fieldOfStudy: string | null;
|
|
687
686
|
}[] | null;
|
|
688
|
-
|
|
687
|
+
languages: string[] | null;
|
|
688
|
+
emails: string[] | null;
|
|
689
689
|
profilePictureUrl: string | null;
|
|
690
690
|
twitterHandle: string | null;
|
|
691
691
|
currentEmployment: {
|
|
@@ -66,15 +66,15 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
66
66
|
likesCount: z.ZodNullable<z.ZodNumber>;
|
|
67
67
|
responseFromOwnerText: z.ZodNullable<z.ZodString>;
|
|
68
68
|
}, "strip", z.ZodTypeAny, {
|
|
69
|
-
name: string | null;
|
|
70
69
|
text: string | null;
|
|
70
|
+
name: string | null;
|
|
71
71
|
likesCount: number | null;
|
|
72
72
|
rating: number | null;
|
|
73
73
|
publishedAtDate: string | null;
|
|
74
74
|
responseFromOwnerText: string | null;
|
|
75
75
|
}, {
|
|
76
|
-
name: string | null;
|
|
77
76
|
text: string | null;
|
|
77
|
+
name: string | null;
|
|
78
78
|
likesCount: number | null;
|
|
79
79
|
rating: number | null;
|
|
80
80
|
publishedAtDate: string | null;
|
|
@@ -104,8 +104,8 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
104
104
|
isAdvertisement: boolean | null;
|
|
105
105
|
priceLevel: string | null;
|
|
106
106
|
reviews: {
|
|
107
|
-
name: string | null;
|
|
108
107
|
text: string | null;
|
|
108
|
+
name: string | null;
|
|
109
109
|
likesCount: number | null;
|
|
110
110
|
rating: number | null;
|
|
111
111
|
publishedAtDate: string | null;
|
|
@@ -134,8 +134,8 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
134
134
|
isAdvertisement: boolean | null;
|
|
135
135
|
priceLevel: string | null;
|
|
136
136
|
reviews: {
|
|
137
|
-
name: string | null;
|
|
138
137
|
text: string | null;
|
|
138
|
+
name: string | null;
|
|
139
139
|
likesCount: number | null;
|
|
140
140
|
rating: number | null;
|
|
141
141
|
publishedAtDate: string | null;
|
|
@@ -147,9 +147,9 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
147
147
|
success: z.ZodBoolean;
|
|
148
148
|
error: z.ZodString;
|
|
149
149
|
}, "strip", z.ZodTypeAny, {
|
|
150
|
+
operation: "search";
|
|
150
151
|
error: string;
|
|
151
152
|
success: boolean;
|
|
152
|
-
operation: "search";
|
|
153
153
|
places: {
|
|
154
154
|
title: string | null;
|
|
155
155
|
url: string | null;
|
|
@@ -172,8 +172,8 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
172
172
|
isAdvertisement: boolean | null;
|
|
173
173
|
priceLevel: string | null;
|
|
174
174
|
reviews: {
|
|
175
|
-
name: string | null;
|
|
176
175
|
text: string | null;
|
|
176
|
+
name: string | null;
|
|
177
177
|
likesCount: number | null;
|
|
178
178
|
rating: number | null;
|
|
179
179
|
publishedAtDate: string | null;
|
|
@@ -183,9 +183,9 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
183
183
|
}[];
|
|
184
184
|
totalPlaces: number;
|
|
185
185
|
}, {
|
|
186
|
+
operation: "search";
|
|
186
187
|
error: string;
|
|
187
188
|
success: boolean;
|
|
188
|
-
operation: "search";
|
|
189
189
|
places: {
|
|
190
190
|
title: string | null;
|
|
191
191
|
url: string | null;
|
|
@@ -208,8 +208,8 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
208
208
|
isAdvertisement: boolean | null;
|
|
209
209
|
priceLevel: string | null;
|
|
210
210
|
reviews: {
|
|
211
|
-
name: string | null;
|
|
212
211
|
text: string | null;
|
|
212
|
+
name: string | null;
|
|
213
213
|
likesCount: number | null;
|
|
214
214
|
rating: number | null;
|
|
215
215
|
publishedAtDate: string | null;
|
|
@@ -288,15 +288,15 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
288
288
|
likesCount: z.ZodNullable<z.ZodNumber>;
|
|
289
289
|
responseFromOwnerText: z.ZodNullable<z.ZodString>;
|
|
290
290
|
}, "strip", z.ZodTypeAny, {
|
|
291
|
-
name: string | null;
|
|
292
291
|
text: string | null;
|
|
292
|
+
name: string | null;
|
|
293
293
|
likesCount: number | null;
|
|
294
294
|
rating: number | null;
|
|
295
295
|
publishedAtDate: string | null;
|
|
296
296
|
responseFromOwnerText: string | null;
|
|
297
297
|
}, {
|
|
298
|
-
name: string | null;
|
|
299
298
|
text: string | null;
|
|
299
|
+
name: string | null;
|
|
300
300
|
likesCount: number | null;
|
|
301
301
|
rating: number | null;
|
|
302
302
|
publishedAtDate: string | null;
|
|
@@ -326,8 +326,8 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
326
326
|
isAdvertisement: boolean | null;
|
|
327
327
|
priceLevel: string | null;
|
|
328
328
|
reviews: {
|
|
329
|
-
name: string | null;
|
|
330
329
|
text: string | null;
|
|
330
|
+
name: string | null;
|
|
331
331
|
likesCount: number | null;
|
|
332
332
|
rating: number | null;
|
|
333
333
|
publishedAtDate: string | null;
|
|
@@ -356,8 +356,8 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
356
356
|
isAdvertisement: boolean | null;
|
|
357
357
|
priceLevel: string | null;
|
|
358
358
|
reviews: {
|
|
359
|
-
name: string | null;
|
|
360
359
|
text: string | null;
|
|
360
|
+
name: string | null;
|
|
361
361
|
likesCount: number | null;
|
|
362
362
|
rating: number | null;
|
|
363
363
|
publishedAtDate: string | null;
|
|
@@ -369,9 +369,9 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
369
369
|
success: z.ZodBoolean;
|
|
370
370
|
error: z.ZodString;
|
|
371
371
|
}, "strip", z.ZodTypeAny, {
|
|
372
|
+
operation: "search";
|
|
372
373
|
error: string;
|
|
373
374
|
success: boolean;
|
|
374
|
-
operation: "search";
|
|
375
375
|
places: {
|
|
376
376
|
title: string | null;
|
|
377
377
|
url: string | null;
|
|
@@ -394,8 +394,8 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
394
394
|
isAdvertisement: boolean | null;
|
|
395
395
|
priceLevel: string | null;
|
|
396
396
|
reviews: {
|
|
397
|
-
name: string | null;
|
|
398
397
|
text: string | null;
|
|
398
|
+
name: string | null;
|
|
399
399
|
likesCount: number | null;
|
|
400
400
|
rating: number | null;
|
|
401
401
|
publishedAtDate: string | null;
|
|
@@ -405,9 +405,9 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
405
405
|
}[];
|
|
406
406
|
totalPlaces: number;
|
|
407
407
|
}, {
|
|
408
|
+
operation: "search";
|
|
408
409
|
error: string;
|
|
409
410
|
success: boolean;
|
|
410
|
-
operation: "search";
|
|
411
411
|
places: {
|
|
412
412
|
title: string | null;
|
|
413
413
|
url: string | null;
|
|
@@ -430,8 +430,8 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
430
430
|
isAdvertisement: boolean | null;
|
|
431
431
|
priceLevel: string | null;
|
|
432
432
|
reviews: {
|
|
433
|
-
name: string | null;
|
|
434
433
|
text: string | null;
|
|
434
|
+
name: string | null;
|
|
435
435
|
likesCount: number | null;
|
|
436
436
|
rating: number | null;
|
|
437
437
|
publishedAtDate: string | null;
|
|
@@ -147,9 +147,9 @@ declare const InstagramToolResultSchema: z.ZodObject<{
|
|
|
147
147
|
success: z.ZodBoolean;
|
|
148
148
|
error: z.ZodString;
|
|
149
149
|
}, "strip", z.ZodTypeAny, {
|
|
150
|
+
operation: "scrapeProfile" | "scrapeHashtag";
|
|
150
151
|
error: string;
|
|
151
152
|
success: boolean;
|
|
152
|
-
operation: "scrapeProfile" | "scrapeHashtag";
|
|
153
153
|
posts: {
|
|
154
154
|
type: "image" | "video" | "carousel" | null;
|
|
155
155
|
url: string | null;
|
|
@@ -175,9 +175,9 @@ declare const InstagramToolResultSchema: z.ZodObject<{
|
|
|
175
175
|
scrapedHashtags?: string[] | undefined;
|
|
176
176
|
scrapedProfiles?: string[] | undefined;
|
|
177
177
|
}, {
|
|
178
|
+
operation: "scrapeProfile" | "scrapeHashtag";
|
|
178
179
|
error: string;
|
|
179
180
|
success: boolean;
|
|
180
|
-
operation: "scrapeProfile" | "scrapeHashtag";
|
|
181
181
|
posts: {
|
|
182
182
|
type: "image" | "video" | "carousel" | null;
|
|
183
183
|
url: string | null;
|
|
@@ -312,9 +312,9 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
|
|
|
312
312
|
success: z.ZodBoolean;
|
|
313
313
|
error: z.ZodString;
|
|
314
314
|
}, "strip", z.ZodTypeAny, {
|
|
315
|
+
operation: "scrapeProfile" | "scrapeHashtag";
|
|
315
316
|
error: string;
|
|
316
317
|
success: boolean;
|
|
317
|
-
operation: "scrapeProfile" | "scrapeHashtag";
|
|
318
318
|
posts: {
|
|
319
319
|
type: "image" | "video" | "carousel" | null;
|
|
320
320
|
url: string | null;
|
|
@@ -340,9 +340,9 @@ export declare class InstagramTool extends ToolBubble<InstagramToolParams, Insta
|
|
|
340
340
|
scrapedHashtags?: string[] | undefined;
|
|
341
341
|
scrapedProfiles?: string[] | undefined;
|
|
342
342
|
}, {
|
|
343
|
+
operation: "scrapeProfile" | "scrapeHashtag";
|
|
343
344
|
error: string;
|
|
344
345
|
success: boolean;
|
|
345
|
-
operation: "scrapeProfile" | "scrapeHashtag";
|
|
346
346
|
posts: {
|
|
347
347
|
type: "image" | "video" | "carousel" | null;
|
|
348
348
|
url: string | null;
|
|
@@ -63,9 +63,9 @@ export declare class LinkedInConnectionTool<T extends LinkedInConnectionToolPara
|
|
|
63
63
|
}>>;
|
|
64
64
|
error: import("zod").ZodString;
|
|
65
65
|
}, "strip", import("zod").ZodTypeAny, {
|
|
66
|
+
operation: "send_connection";
|
|
66
67
|
error: string;
|
|
67
68
|
success: boolean;
|
|
68
|
-
operation: "send_connection";
|
|
69
69
|
message?: string | undefined;
|
|
70
70
|
profile?: {
|
|
71
71
|
name: string;
|
|
@@ -74,9 +74,9 @@ export declare class LinkedInConnectionTool<T extends LinkedInConnectionToolPara
|
|
|
74
74
|
headline?: string | undefined;
|
|
75
75
|
} | undefined;
|
|
76
76
|
}, {
|
|
77
|
+
operation: "send_connection";
|
|
77
78
|
error: string;
|
|
78
79
|
success: boolean;
|
|
79
|
-
operation: "send_connection";
|
|
80
80
|
message?: string | undefined;
|
|
81
81
|
profile?: {
|
|
82
82
|
name: string;
|