@bubblelab/bubble-core 0.1.39 → 0.1.41
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 +134 -113
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +22 -22
- package/dist/bubbles/service-bubble/ai-agent.d.ts +48 -48
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +5 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +76 -76
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +18 -18
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +100 -100
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +126 -126
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +450 -450
- package/dist/bubbles/service-bubble/followupboss.d.ts +218 -218
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +229 -229
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +128 -128
- package/dist/bubbles/service-bubble/github.d.ts +84 -84
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +26 -26
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +6 -6
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +17 -17
- package/dist/bubbles/service-bubble/notion/notion.d.ts +24 -24
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +232 -232
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +298 -298
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +5 -5
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +7 -7
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +56 -56
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +143 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +589 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +93 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +44 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +609 -609
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +94 -94
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +182 -182
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +74 -74
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +14 -14
- package/dist/bubbles.json +125 -40
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -37,8 +37,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
37
37
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
38
38
|
}, "strip", import("zod").ZodTypeAny, {
|
|
39
39
|
operation: "add_to_cart";
|
|
40
|
-
product_url: string;
|
|
41
40
|
quantity: number;
|
|
41
|
+
product_url: string;
|
|
42
42
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
43
43
|
}, {
|
|
44
44
|
operation: "add_to_cart";
|
|
@@ -137,15 +137,15 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
137
137
|
}, "strip", import("zod").ZodTypeAny, {
|
|
138
138
|
title: string;
|
|
139
139
|
price: string;
|
|
140
|
-
quantity: number;
|
|
141
140
|
asin: string;
|
|
141
|
+
quantity: number;
|
|
142
142
|
url?: string | undefined;
|
|
143
143
|
image?: string | undefined;
|
|
144
144
|
}, {
|
|
145
145
|
title: string;
|
|
146
146
|
price: string;
|
|
147
|
-
quantity: number;
|
|
148
147
|
asin: string;
|
|
148
|
+
quantity: number;
|
|
149
149
|
url?: string | undefined;
|
|
150
150
|
image?: string | undefined;
|
|
151
151
|
}>, "many">>;
|
|
@@ -160,8 +160,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
160
160
|
items?: {
|
|
161
161
|
title: string;
|
|
162
162
|
price: string;
|
|
163
|
-
quantity: number;
|
|
164
163
|
asin: string;
|
|
164
|
+
quantity: number;
|
|
165
165
|
url?: string | undefined;
|
|
166
166
|
image?: string | undefined;
|
|
167
167
|
}[] | undefined;
|
|
@@ -175,8 +175,8 @@ export declare class AmazonShoppingTool<T extends AmazonShoppingToolParamsInput
|
|
|
175
175
|
items?: {
|
|
176
176
|
title: string;
|
|
177
177
|
price: string;
|
|
178
|
-
quantity: number;
|
|
179
178
|
asin: string;
|
|
179
|
+
quantity: number;
|
|
180
180
|
url?: string | undefined;
|
|
181
181
|
image?: string | undefined;
|
|
182
182
|
}[] | undefined;
|
|
@@ -13,15 +13,15 @@ export declare const CartItemSchema: z.ZodObject<{
|
|
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
|
14
14
|
title: string;
|
|
15
15
|
price: string;
|
|
16
|
-
quantity: number;
|
|
17
16
|
asin: string;
|
|
17
|
+
quantity: number;
|
|
18
18
|
url?: string | undefined;
|
|
19
19
|
image?: string | undefined;
|
|
20
20
|
}, {
|
|
21
21
|
title: string;
|
|
22
22
|
price: string;
|
|
23
|
-
quantity: number;
|
|
24
23
|
asin: string;
|
|
24
|
+
quantity: number;
|
|
25
25
|
url?: string | undefined;
|
|
26
26
|
image?: string | undefined;
|
|
27
27
|
}>;
|
|
@@ -37,8 +37,8 @@ export declare const AmazonShoppingToolParamsSchema: z.ZodDiscriminatedUnion<"op
|
|
|
37
37
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
38
38
|
}, "strip", z.ZodTypeAny, {
|
|
39
39
|
operation: "add_to_cart";
|
|
40
|
-
product_url: string;
|
|
41
40
|
quantity: number;
|
|
41
|
+
product_url: string;
|
|
42
42
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
43
43
|
}, {
|
|
44
44
|
operation: "add_to_cart";
|
|
@@ -210,15 +210,15 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
210
210
|
}, "strip", z.ZodTypeAny, {
|
|
211
211
|
title: string;
|
|
212
212
|
price: string;
|
|
213
|
-
quantity: number;
|
|
214
213
|
asin: string;
|
|
214
|
+
quantity: number;
|
|
215
215
|
url?: string | undefined;
|
|
216
216
|
image?: string | undefined;
|
|
217
217
|
}, {
|
|
218
218
|
title: string;
|
|
219
219
|
price: string;
|
|
220
|
-
quantity: number;
|
|
221
220
|
asin: string;
|
|
221
|
+
quantity: number;
|
|
222
222
|
url?: string | undefined;
|
|
223
223
|
image?: string | undefined;
|
|
224
224
|
}>, "many">>;
|
|
@@ -233,8 +233,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
233
233
|
items?: {
|
|
234
234
|
title: string;
|
|
235
235
|
price: string;
|
|
236
|
-
quantity: number;
|
|
237
236
|
asin: string;
|
|
237
|
+
quantity: number;
|
|
238
238
|
url?: string | undefined;
|
|
239
239
|
image?: string | undefined;
|
|
240
240
|
}[] | undefined;
|
|
@@ -248,8 +248,8 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
|
|
|
248
248
|
items?: {
|
|
249
249
|
title: string;
|
|
250
250
|
price: string;
|
|
251
|
-
quantity: number;
|
|
252
251
|
asin: string;
|
|
252
|
+
quantity: number;
|
|
253
253
|
url?: string | undefined;
|
|
254
254
|
image?: string | undefined;
|
|
255
255
|
}[] | undefined;
|
|
@@ -66,12 +66,13 @@ declare const ContactSchema: z.ZodObject<{
|
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
67
67
|
title: string | null;
|
|
68
68
|
name: string | null;
|
|
69
|
-
emails: string[] | null;
|
|
70
69
|
headline: string | null;
|
|
71
70
|
location: string | null;
|
|
72
|
-
skills: string[] | null;
|
|
73
|
-
languages: string[] | null;
|
|
74
71
|
summary: string | null;
|
|
72
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
73
|
+
emails: string[] | null;
|
|
74
|
+
languages: string[] | null;
|
|
75
|
+
skills: string[] | null;
|
|
75
76
|
education: {
|
|
76
77
|
instituteName: string | null;
|
|
77
78
|
degreeName: string | null;
|
|
@@ -80,7 +81,6 @@ declare const ContactSchema: z.ZodObject<{
|
|
|
80
81
|
linkedinUrl: string | null;
|
|
81
82
|
profilePictureUrl: string | null;
|
|
82
83
|
twitterHandle: string | null;
|
|
83
|
-
role: "founder" | "cxo" | "decision_maker";
|
|
84
84
|
currentEmployment: {
|
|
85
85
|
description: string | null;
|
|
86
86
|
title: string | null;
|
|
@@ -97,12 +97,13 @@ declare const ContactSchema: z.ZodObject<{
|
|
|
97
97
|
}, {
|
|
98
98
|
title: string | null;
|
|
99
99
|
name: string | null;
|
|
100
|
-
emails: string[] | null;
|
|
101
100
|
headline: string | null;
|
|
102
101
|
location: string | null;
|
|
103
|
-
skills: string[] | null;
|
|
104
|
-
languages: string[] | null;
|
|
105
102
|
summary: string | null;
|
|
103
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
104
|
+
emails: string[] | null;
|
|
105
|
+
languages: string[] | null;
|
|
106
|
+
skills: string[] | null;
|
|
106
107
|
education: {
|
|
107
108
|
instituteName: string | null;
|
|
108
109
|
degreeName: string | null;
|
|
@@ -111,7 +112,6 @@ declare const ContactSchema: z.ZodObject<{
|
|
|
111
112
|
linkedinUrl: string | null;
|
|
112
113
|
profilePictureUrl: string | null;
|
|
113
114
|
twitterHandle: string | null;
|
|
114
|
-
role: "founder" | "cxo" | "decision_maker";
|
|
115
115
|
currentEmployment: {
|
|
116
116
|
description: string | null;
|
|
117
117
|
title: string | 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
|
-
limit?: number | undefined;
|
|
136
135
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
136
|
+
limit?: number | undefined;
|
|
137
137
|
}, {
|
|
138
138
|
companyIdentifier: string;
|
|
139
|
-
limit?: number | undefined;
|
|
140
139
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
140
|
+
limit?: number | undefined;
|
|
141
141
|
}>;
|
|
142
142
|
declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
143
143
|
contacts: z.ZodArray<z.ZodObject<{
|
|
@@ -204,12 +204,13 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
204
204
|
}, "strip", z.ZodTypeAny, {
|
|
205
205
|
title: string | null;
|
|
206
206
|
name: string | null;
|
|
207
|
-
emails: string[] | null;
|
|
208
207
|
headline: string | null;
|
|
209
208
|
location: string | null;
|
|
210
|
-
skills: string[] | null;
|
|
211
|
-
languages: string[] | null;
|
|
212
209
|
summary: string | null;
|
|
210
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
211
|
+
emails: string[] | null;
|
|
212
|
+
languages: string[] | null;
|
|
213
|
+
skills: string[] | null;
|
|
213
214
|
education: {
|
|
214
215
|
instituteName: string | null;
|
|
215
216
|
degreeName: string | null;
|
|
@@ -218,7 +219,6 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
218
219
|
linkedinUrl: string | null;
|
|
219
220
|
profilePictureUrl: string | null;
|
|
220
221
|
twitterHandle: string | null;
|
|
221
|
-
role: "founder" | "cxo" | "decision_maker";
|
|
222
222
|
currentEmployment: {
|
|
223
223
|
description: string | null;
|
|
224
224
|
title: string | null;
|
|
@@ -235,12 +235,13 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
235
235
|
}, {
|
|
236
236
|
title: string | null;
|
|
237
237
|
name: string | null;
|
|
238
|
-
emails: string[] | null;
|
|
239
238
|
headline: string | null;
|
|
240
239
|
location: string | null;
|
|
241
|
-
skills: string[] | null;
|
|
242
|
-
languages: string[] | null;
|
|
243
240
|
summary: string | null;
|
|
241
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
242
|
+
emails: string[] | null;
|
|
243
|
+
languages: string[] | null;
|
|
244
|
+
skills: string[] | null;
|
|
244
245
|
education: {
|
|
245
246
|
instituteName: string | null;
|
|
246
247
|
degreeName: string | null;
|
|
@@ -249,7 +250,6 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
249
250
|
linkedinUrl: string | null;
|
|
250
251
|
profilePictureUrl: string | null;
|
|
251
252
|
twitterHandle: string | null;
|
|
252
|
-
role: "founder" | "cxo" | "decision_maker";
|
|
253
253
|
currentEmployment: {
|
|
254
254
|
description: string | null;
|
|
255
255
|
title: string | null;
|
|
@@ -280,8 +280,8 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
280
280
|
description: string | null;
|
|
281
281
|
name: string | null;
|
|
282
282
|
website: string | null;
|
|
283
|
-
headcount: number | null;
|
|
284
283
|
industry: string | null;
|
|
284
|
+
headcount: number | null;
|
|
285
285
|
linkedinUrl: string | null;
|
|
286
286
|
hqCity: string | null;
|
|
287
287
|
hqCountry: string | null;
|
|
@@ -292,8 +292,8 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
292
292
|
description: string | null;
|
|
293
293
|
name: string | null;
|
|
294
294
|
website: string | null;
|
|
295
|
-
headcount: number | null;
|
|
296
295
|
industry: string | null;
|
|
296
|
+
headcount: number | null;
|
|
297
297
|
linkedinUrl: string | null;
|
|
298
298
|
hqCity: string | null;
|
|
299
299
|
hqCountry: string | null;
|
|
@@ -306,12 +306,13 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
306
306
|
error: z.ZodString;
|
|
307
307
|
}, "strip", z.ZodTypeAny, {
|
|
308
308
|
success: boolean;
|
|
309
|
+
error: string;
|
|
309
310
|
company: {
|
|
310
311
|
description: string | null;
|
|
311
312
|
name: string | null;
|
|
312
313
|
website: string | null;
|
|
313
|
-
headcount: number | null;
|
|
314
314
|
industry: string | null;
|
|
315
|
+
headcount: number | null;
|
|
315
316
|
linkedinUrl: string | null;
|
|
316
317
|
hqCity: string | null;
|
|
317
318
|
hqCountry: string | null;
|
|
@@ -319,16 +320,16 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
319
320
|
fundingStage: string | null;
|
|
320
321
|
totalFunding: string | null;
|
|
321
322
|
} | null;
|
|
322
|
-
error: string;
|
|
323
323
|
contacts: {
|
|
324
324
|
title: string | null;
|
|
325
325
|
name: string | null;
|
|
326
|
-
emails: string[] | null;
|
|
327
326
|
headline: string | null;
|
|
328
327
|
location: string | null;
|
|
329
|
-
skills: string[] | null;
|
|
330
|
-
languages: string[] | null;
|
|
331
328
|
summary: string | null;
|
|
329
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
330
|
+
emails: string[] | null;
|
|
331
|
+
languages: string[] | null;
|
|
332
|
+
skills: string[] | null;
|
|
332
333
|
education: {
|
|
333
334
|
instituteName: string | null;
|
|
334
335
|
degreeName: string | null;
|
|
@@ -337,7 +338,6 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
337
338
|
linkedinUrl: string | null;
|
|
338
339
|
profilePictureUrl: string | null;
|
|
339
340
|
twitterHandle: string | null;
|
|
340
|
-
role: "founder" | "cxo" | "decision_maker";
|
|
341
341
|
currentEmployment: {
|
|
342
342
|
description: string | null;
|
|
343
343
|
title: string | null;
|
|
@@ -355,12 +355,13 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
355
355
|
totalContacts: number;
|
|
356
356
|
}, {
|
|
357
357
|
success: boolean;
|
|
358
|
+
error: string;
|
|
358
359
|
company: {
|
|
359
360
|
description: string | null;
|
|
360
361
|
name: string | null;
|
|
361
362
|
website: string | null;
|
|
362
|
-
headcount: number | null;
|
|
363
363
|
industry: string | null;
|
|
364
|
+
headcount: number | null;
|
|
364
365
|
linkedinUrl: string | null;
|
|
365
366
|
hqCity: string | null;
|
|
366
367
|
hqCountry: string | null;
|
|
@@ -368,16 +369,16 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
368
369
|
fundingStage: string | null;
|
|
369
370
|
totalFunding: string | null;
|
|
370
371
|
} | null;
|
|
371
|
-
error: string;
|
|
372
372
|
contacts: {
|
|
373
373
|
title: string | null;
|
|
374
374
|
name: string | null;
|
|
375
|
-
emails: string[] | null;
|
|
376
375
|
headline: string | null;
|
|
377
376
|
location: string | null;
|
|
378
|
-
skills: string[] | null;
|
|
379
|
-
languages: string[] | null;
|
|
380
377
|
summary: string | null;
|
|
378
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
379
|
+
emails: string[] | null;
|
|
380
|
+
languages: string[] | null;
|
|
381
|
+
skills: string[] | null;
|
|
381
382
|
education: {
|
|
382
383
|
instituteName: string | null;
|
|
383
384
|
degreeName: string | null;
|
|
@@ -386,7 +387,6 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
386
387
|
linkedinUrl: string | null;
|
|
387
388
|
profilePictureUrl: string | null;
|
|
388
389
|
twitterHandle: string | null;
|
|
389
|
-
role: "founder" | "cxo" | "decision_maker";
|
|
390
390
|
currentEmployment: {
|
|
391
391
|
description: string | null;
|
|
392
392
|
title: string | 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
|
-
limit?: number | undefined;
|
|
437
436
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
437
|
+
limit?: number | undefined;
|
|
438
438
|
}, {
|
|
439
439
|
companyIdentifier: string;
|
|
440
|
-
limit?: number | undefined;
|
|
441
440
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
441
|
+
limit?: number | undefined;
|
|
442
442
|
}>;
|
|
443
443
|
static readonly resultSchema: z.ZodObject<{
|
|
444
444
|
contacts: z.ZodArray<z.ZodObject<{
|
|
@@ -505,12 +505,13 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
505
505
|
}, "strip", z.ZodTypeAny, {
|
|
506
506
|
title: string | null;
|
|
507
507
|
name: string | null;
|
|
508
|
-
emails: string[] | null;
|
|
509
508
|
headline: string | null;
|
|
510
509
|
location: string | null;
|
|
511
|
-
skills: string[] | null;
|
|
512
|
-
languages: string[] | null;
|
|
513
510
|
summary: string | null;
|
|
511
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
512
|
+
emails: string[] | null;
|
|
513
|
+
languages: string[] | null;
|
|
514
|
+
skills: string[] | null;
|
|
514
515
|
education: {
|
|
515
516
|
instituteName: string | null;
|
|
516
517
|
degreeName: string | null;
|
|
@@ -519,7 +520,6 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
519
520
|
linkedinUrl: string | null;
|
|
520
521
|
profilePictureUrl: string | null;
|
|
521
522
|
twitterHandle: string | null;
|
|
522
|
-
role: "founder" | "cxo" | "decision_maker";
|
|
523
523
|
currentEmployment: {
|
|
524
524
|
description: string | null;
|
|
525
525
|
title: string | null;
|
|
@@ -536,12 +536,13 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
536
536
|
}, {
|
|
537
537
|
title: string | null;
|
|
538
538
|
name: string | null;
|
|
539
|
-
emails: string[] | null;
|
|
540
539
|
headline: string | null;
|
|
541
540
|
location: string | null;
|
|
542
|
-
skills: string[] | null;
|
|
543
|
-
languages: string[] | null;
|
|
544
541
|
summary: string | null;
|
|
542
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
543
|
+
emails: string[] | null;
|
|
544
|
+
languages: string[] | null;
|
|
545
|
+
skills: string[] | null;
|
|
545
546
|
education: {
|
|
546
547
|
instituteName: string | null;
|
|
547
548
|
degreeName: string | null;
|
|
@@ -550,7 +551,6 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
550
551
|
linkedinUrl: string | null;
|
|
551
552
|
profilePictureUrl: string | null;
|
|
552
553
|
twitterHandle: string | null;
|
|
553
|
-
role: "founder" | "cxo" | "decision_maker";
|
|
554
554
|
currentEmployment: {
|
|
555
555
|
description: string | null;
|
|
556
556
|
title: string | null;
|
|
@@ -581,8 +581,8 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
581
581
|
description: string | null;
|
|
582
582
|
name: string | null;
|
|
583
583
|
website: string | null;
|
|
584
|
-
headcount: number | null;
|
|
585
584
|
industry: string | null;
|
|
585
|
+
headcount: number | null;
|
|
586
586
|
linkedinUrl: string | null;
|
|
587
587
|
hqCity: string | null;
|
|
588
588
|
hqCountry: string | null;
|
|
@@ -593,8 +593,8 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
593
593
|
description: string | null;
|
|
594
594
|
name: string | null;
|
|
595
595
|
website: string | null;
|
|
596
|
-
headcount: number | null;
|
|
597
596
|
industry: string | null;
|
|
597
|
+
headcount: number | null;
|
|
598
598
|
linkedinUrl: string | null;
|
|
599
599
|
hqCity: string | null;
|
|
600
600
|
hqCountry: string | null;
|
|
@@ -607,12 +607,13 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
607
607
|
error: z.ZodString;
|
|
608
608
|
}, "strip", z.ZodTypeAny, {
|
|
609
609
|
success: boolean;
|
|
610
|
+
error: string;
|
|
610
611
|
company: {
|
|
611
612
|
description: string | null;
|
|
612
613
|
name: string | null;
|
|
613
614
|
website: string | null;
|
|
614
|
-
headcount: number | null;
|
|
615
615
|
industry: string | null;
|
|
616
|
+
headcount: number | null;
|
|
616
617
|
linkedinUrl: string | null;
|
|
617
618
|
hqCity: string | null;
|
|
618
619
|
hqCountry: string | null;
|
|
@@ -620,16 +621,16 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
620
621
|
fundingStage: string | null;
|
|
621
622
|
totalFunding: string | null;
|
|
622
623
|
} | null;
|
|
623
|
-
error: string;
|
|
624
624
|
contacts: {
|
|
625
625
|
title: string | null;
|
|
626
626
|
name: string | null;
|
|
627
|
-
emails: string[] | null;
|
|
628
627
|
headline: string | null;
|
|
629
628
|
location: string | null;
|
|
630
|
-
skills: string[] | null;
|
|
631
|
-
languages: string[] | null;
|
|
632
629
|
summary: string | null;
|
|
630
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
631
|
+
emails: string[] | null;
|
|
632
|
+
languages: string[] | null;
|
|
633
|
+
skills: string[] | null;
|
|
633
634
|
education: {
|
|
634
635
|
instituteName: string | null;
|
|
635
636
|
degreeName: string | null;
|
|
@@ -638,7 +639,6 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
638
639
|
linkedinUrl: string | null;
|
|
639
640
|
profilePictureUrl: string | null;
|
|
640
641
|
twitterHandle: string | null;
|
|
641
|
-
role: "founder" | "cxo" | "decision_maker";
|
|
642
642
|
currentEmployment: {
|
|
643
643
|
description: string | null;
|
|
644
644
|
title: string | null;
|
|
@@ -656,12 +656,13 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
656
656
|
totalContacts: number;
|
|
657
657
|
}, {
|
|
658
658
|
success: boolean;
|
|
659
|
+
error: string;
|
|
659
660
|
company: {
|
|
660
661
|
description: string | null;
|
|
661
662
|
name: string | null;
|
|
662
663
|
website: string | null;
|
|
663
|
-
headcount: number | null;
|
|
664
664
|
industry: string | null;
|
|
665
|
+
headcount: number | null;
|
|
665
666
|
linkedinUrl: string | null;
|
|
666
667
|
hqCity: string | null;
|
|
667
668
|
hqCountry: string | null;
|
|
@@ -669,16 +670,16 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
669
670
|
fundingStage: string | null;
|
|
670
671
|
totalFunding: string | null;
|
|
671
672
|
} | null;
|
|
672
|
-
error: string;
|
|
673
673
|
contacts: {
|
|
674
674
|
title: string | null;
|
|
675
675
|
name: string | null;
|
|
676
|
-
emails: string[] | null;
|
|
677
676
|
headline: string | null;
|
|
678
677
|
location: string | null;
|
|
679
|
-
skills: string[] | null;
|
|
680
|
-
languages: string[] | null;
|
|
681
678
|
summary: string | null;
|
|
679
|
+
role: "founder" | "cxo" | "decision_maker";
|
|
680
|
+
emails: string[] | null;
|
|
681
|
+
languages: string[] | null;
|
|
682
|
+
skills: string[] | null;
|
|
682
683
|
education: {
|
|
683
684
|
instituteName: string | null;
|
|
684
685
|
degreeName: string | null;
|
|
@@ -687,7 +688,6 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
687
688
|
linkedinUrl: string | null;
|
|
688
689
|
profilePictureUrl: string | null;
|
|
689
690
|
twitterHandle: string | null;
|
|
690
|
-
role: "founder" | "cxo" | "decision_maker";
|
|
691
691
|
currentEmployment: {
|
|
692
692
|
description: string | null;
|
|
693
693
|
title: string | null;
|
|
@@ -12,16 +12,16 @@ declare const GoogleMapsToolParamsSchema: z.ZodObject<{
|
|
|
12
12
|
}, "strip", z.ZodTypeAny, {
|
|
13
13
|
operation: "search";
|
|
14
14
|
queries: string[];
|
|
15
|
-
limit?: number | undefined;
|
|
16
15
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
17
16
|
location?: string | undefined;
|
|
17
|
+
limit?: number | undefined;
|
|
18
18
|
language?: string | undefined;
|
|
19
19
|
}, {
|
|
20
20
|
operation: "search";
|
|
21
21
|
queries: string[];
|
|
22
|
-
limit?: number | undefined;
|
|
23
22
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
24
23
|
location?: string | undefined;
|
|
24
|
+
limit?: number | undefined;
|
|
25
25
|
language?: string | undefined;
|
|
26
26
|
}>;
|
|
27
27
|
declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
@@ -85,7 +85,6 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
85
85
|
}, "strip", z.ZodTypeAny, {
|
|
86
86
|
title: string | null;
|
|
87
87
|
url: string | null;
|
|
88
|
-
website: string | null;
|
|
89
88
|
location: {
|
|
90
89
|
lat: number | null;
|
|
91
90
|
lng: number | null;
|
|
@@ -94,6 +93,7 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
94
93
|
rating: number | null;
|
|
95
94
|
category: string | null;
|
|
96
95
|
address: string | null;
|
|
96
|
+
website: string | null;
|
|
97
97
|
placeId: string | null;
|
|
98
98
|
reviewsCount: number | null;
|
|
99
99
|
openingHours: {
|
|
@@ -115,7 +115,6 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
115
115
|
}, {
|
|
116
116
|
title: string | null;
|
|
117
117
|
url: string | null;
|
|
118
|
-
website: string | null;
|
|
119
118
|
location: {
|
|
120
119
|
lat: number | null;
|
|
121
120
|
lng: number | null;
|
|
@@ -124,6 +123,7 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
124
123
|
rating: number | null;
|
|
125
124
|
category: string | null;
|
|
126
125
|
address: string | null;
|
|
126
|
+
website: string | null;
|
|
127
127
|
placeId: string | null;
|
|
128
128
|
reviewsCount: number | null;
|
|
129
129
|
openingHours: {
|
|
@@ -153,7 +153,6 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
153
153
|
places: {
|
|
154
154
|
title: string | null;
|
|
155
155
|
url: string | null;
|
|
156
|
-
website: string | null;
|
|
157
156
|
location: {
|
|
158
157
|
lat: number | null;
|
|
159
158
|
lng: number | null;
|
|
@@ -162,6 +161,7 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
162
161
|
rating: number | null;
|
|
163
162
|
category: string | null;
|
|
164
163
|
address: string | null;
|
|
164
|
+
website: string | null;
|
|
165
165
|
placeId: string | null;
|
|
166
166
|
reviewsCount: number | null;
|
|
167
167
|
openingHours: {
|
|
@@ -189,7 +189,6 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
189
189
|
places: {
|
|
190
190
|
title: string | null;
|
|
191
191
|
url: string | null;
|
|
192
|
-
website: string | null;
|
|
193
192
|
location: {
|
|
194
193
|
lat: number | null;
|
|
195
194
|
lng: number | null;
|
|
@@ -198,6 +197,7 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
|
|
|
198
197
|
rating: number | null;
|
|
199
198
|
category: string | null;
|
|
200
199
|
address: string | null;
|
|
200
|
+
website: string | null;
|
|
201
201
|
placeId: string | null;
|
|
202
202
|
reviewsCount: number | null;
|
|
203
203
|
openingHours: {
|
|
@@ -234,16 +234,16 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
234
234
|
}, "strip", z.ZodTypeAny, {
|
|
235
235
|
operation: "search";
|
|
236
236
|
queries: string[];
|
|
237
|
-
limit?: number | undefined;
|
|
238
237
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
239
238
|
location?: string | undefined;
|
|
239
|
+
limit?: number | undefined;
|
|
240
240
|
language?: string | undefined;
|
|
241
241
|
}, {
|
|
242
242
|
operation: "search";
|
|
243
243
|
queries: string[];
|
|
244
|
-
limit?: number | undefined;
|
|
245
244
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
246
245
|
location?: string | undefined;
|
|
246
|
+
limit?: number | undefined;
|
|
247
247
|
language?: string | undefined;
|
|
248
248
|
}>;
|
|
249
249
|
static readonly resultSchema: z.ZodObject<{
|
|
@@ -307,7 +307,6 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
307
307
|
}, "strip", z.ZodTypeAny, {
|
|
308
308
|
title: string | null;
|
|
309
309
|
url: string | null;
|
|
310
|
-
website: string | null;
|
|
311
310
|
location: {
|
|
312
311
|
lat: number | null;
|
|
313
312
|
lng: number | null;
|
|
@@ -316,6 +315,7 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
316
315
|
rating: number | null;
|
|
317
316
|
category: string | null;
|
|
318
317
|
address: string | null;
|
|
318
|
+
website: string | null;
|
|
319
319
|
placeId: string | null;
|
|
320
320
|
reviewsCount: number | null;
|
|
321
321
|
openingHours: {
|
|
@@ -337,7 +337,6 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
337
337
|
}, {
|
|
338
338
|
title: string | null;
|
|
339
339
|
url: string | null;
|
|
340
|
-
website: string | null;
|
|
341
340
|
location: {
|
|
342
341
|
lat: number | null;
|
|
343
342
|
lng: number | null;
|
|
@@ -346,6 +345,7 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
346
345
|
rating: number | null;
|
|
347
346
|
category: string | null;
|
|
348
347
|
address: string | null;
|
|
348
|
+
website: string | null;
|
|
349
349
|
placeId: string | null;
|
|
350
350
|
reviewsCount: number | null;
|
|
351
351
|
openingHours: {
|
|
@@ -375,7 +375,6 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
375
375
|
places: {
|
|
376
376
|
title: string | null;
|
|
377
377
|
url: string | null;
|
|
378
|
-
website: string | null;
|
|
379
378
|
location: {
|
|
380
379
|
lat: number | null;
|
|
381
380
|
lng: number | null;
|
|
@@ -384,6 +383,7 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
384
383
|
rating: number | null;
|
|
385
384
|
category: string | null;
|
|
386
385
|
address: string | null;
|
|
386
|
+
website: string | null;
|
|
387
387
|
placeId: string | null;
|
|
388
388
|
reviewsCount: number | null;
|
|
389
389
|
openingHours: {
|
|
@@ -411,7 +411,6 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
411
411
|
places: {
|
|
412
412
|
title: string | null;
|
|
413
413
|
url: string | null;
|
|
414
|
-
website: string | null;
|
|
415
414
|
location: {
|
|
416
415
|
lat: number | null;
|
|
417
416
|
lng: number | null;
|
|
@@ -420,6 +419,7 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
|
|
|
420
419
|
rating: number | null;
|
|
421
420
|
category: string | null;
|
|
422
421
|
address: string | null;
|
|
422
|
+
website: string | null;
|
|
423
423
|
placeId: string | null;
|
|
424
424
|
reviewsCount: number | null;
|
|
425
425
|
openingHours: {
|