@bubblelab/bubble-core 0.1.112 → 0.1.113
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 +85 -85
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +76 -74
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +40 -5
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +88 -88
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +2 -2
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +10 -10
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +338 -338
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +60 -60
- package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
- package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
- package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
- package/dist/bubbles/service-bubble/http.d.ts +2 -2
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +30 -30
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/notion/notion.d.ts +848 -848
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
- package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.d.ts +324 -324
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +310 -310
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
- 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 +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +18 -18
- package/dist/bubbles.json +1 -1
- package/dist/capabilities/define-capability.d.ts +6 -0
- package/dist/capabilities/define-capability.d.ts.map +1 -1
- package/dist/capabilities/define-capability.js +7 -0
- package/dist/capabilities/define-capability.js.map +1 -1
- package/dist/capabilities/index.d.ts +1 -1
- package/dist/capabilities/index.d.ts.map +1 -1
- package/dist/capabilities/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -67,11 +67,10 @@ declare const ContactSchema: z.ZodObject<{
|
|
|
67
67
|
title: string | null;
|
|
68
68
|
name: string | null;
|
|
69
69
|
summary: string | null;
|
|
70
|
-
role: "
|
|
70
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
71
71
|
location: string | null;
|
|
72
72
|
headline: string | null;
|
|
73
73
|
emails: string[] | null;
|
|
74
|
-
linkedinUrl: string | null;
|
|
75
74
|
languages: string[] | null;
|
|
76
75
|
skills: string[] | null;
|
|
77
76
|
education: {
|
|
@@ -79,6 +78,7 @@ declare const ContactSchema: z.ZodObject<{
|
|
|
79
78
|
degreeName: string | null;
|
|
80
79
|
fieldOfStudy: string | null;
|
|
81
80
|
}[] | null;
|
|
81
|
+
linkedinUrl: string | null;
|
|
82
82
|
profilePictureUrl: string | null;
|
|
83
83
|
twitterHandle: string | null;
|
|
84
84
|
currentEmployment: {
|
|
@@ -98,11 +98,10 @@ declare const ContactSchema: z.ZodObject<{
|
|
|
98
98
|
title: string | null;
|
|
99
99
|
name: string | null;
|
|
100
100
|
summary: string | null;
|
|
101
|
-
role: "
|
|
101
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
102
102
|
location: string | null;
|
|
103
103
|
headline: string | null;
|
|
104
104
|
emails: string[] | null;
|
|
105
|
-
linkedinUrl: string | null;
|
|
106
105
|
languages: string[] | null;
|
|
107
106
|
skills: string[] | null;
|
|
108
107
|
education: {
|
|
@@ -110,6 +109,7 @@ declare const ContactSchema: z.ZodObject<{
|
|
|
110
109
|
degreeName: string | null;
|
|
111
110
|
fieldOfStudy: string | null;
|
|
112
111
|
}[] | null;
|
|
112
|
+
linkedinUrl: string | null;
|
|
113
113
|
profilePictureUrl: string | null;
|
|
114
114
|
twitterHandle: string | null;
|
|
115
115
|
currentEmployment: {
|
|
@@ -205,11 +205,10 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
205
205
|
title: string | null;
|
|
206
206
|
name: string | null;
|
|
207
207
|
summary: string | null;
|
|
208
|
-
role: "
|
|
208
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
209
209
|
location: string | null;
|
|
210
210
|
headline: string | null;
|
|
211
211
|
emails: string[] | null;
|
|
212
|
-
linkedinUrl: string | null;
|
|
213
212
|
languages: string[] | null;
|
|
214
213
|
skills: string[] | null;
|
|
215
214
|
education: {
|
|
@@ -217,6 +216,7 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
217
216
|
degreeName: string | null;
|
|
218
217
|
fieldOfStudy: string | null;
|
|
219
218
|
}[] | null;
|
|
219
|
+
linkedinUrl: string | null;
|
|
220
220
|
profilePictureUrl: string | null;
|
|
221
221
|
twitterHandle: string | null;
|
|
222
222
|
currentEmployment: {
|
|
@@ -236,11 +236,10 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
236
236
|
title: string | null;
|
|
237
237
|
name: string | null;
|
|
238
238
|
summary: string | null;
|
|
239
|
-
role: "
|
|
239
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
240
240
|
location: string | null;
|
|
241
241
|
headline: string | null;
|
|
242
242
|
emails: string[] | null;
|
|
243
|
-
linkedinUrl: string | null;
|
|
244
243
|
languages: string[] | null;
|
|
245
244
|
skills: string[] | null;
|
|
246
245
|
education: {
|
|
@@ -248,6 +247,7 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
248
247
|
degreeName: string | null;
|
|
249
248
|
fieldOfStudy: string | null;
|
|
250
249
|
}[] | null;
|
|
250
|
+
linkedinUrl: string | null;
|
|
251
251
|
profilePictureUrl: string | null;
|
|
252
252
|
twitterHandle: string | null;
|
|
253
253
|
currentEmployment: {
|
|
@@ -280,9 +280,9 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
280
280
|
description: string | null;
|
|
281
281
|
name: string | null;
|
|
282
282
|
website: string | null;
|
|
283
|
-
linkedinUrl: string | null;
|
|
284
283
|
industry: string | null;
|
|
285
284
|
headcount: number | null;
|
|
285
|
+
linkedinUrl: string | null;
|
|
286
286
|
hqCity: string | null;
|
|
287
287
|
hqCountry: string | null;
|
|
288
288
|
yearFounded: number | null;
|
|
@@ -292,9 +292,9 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
292
292
|
description: string | null;
|
|
293
293
|
name: string | null;
|
|
294
294
|
website: string | null;
|
|
295
|
-
linkedinUrl: string | null;
|
|
296
295
|
industry: string | null;
|
|
297
296
|
headcount: number | null;
|
|
297
|
+
linkedinUrl: string | null;
|
|
298
298
|
hqCity: string | null;
|
|
299
299
|
hqCountry: string | null;
|
|
300
300
|
yearFounded: number | null;
|
|
@@ -311,9 +311,9 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
311
311
|
description: string | null;
|
|
312
312
|
name: string | null;
|
|
313
313
|
website: string | null;
|
|
314
|
-
linkedinUrl: string | null;
|
|
315
314
|
industry: string | null;
|
|
316
315
|
headcount: number | null;
|
|
316
|
+
linkedinUrl: string | null;
|
|
317
317
|
hqCity: string | null;
|
|
318
318
|
hqCountry: string | null;
|
|
319
319
|
yearFounded: number | null;
|
|
@@ -324,11 +324,10 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
324
324
|
title: string | null;
|
|
325
325
|
name: string | null;
|
|
326
326
|
summary: string | null;
|
|
327
|
-
role: "
|
|
327
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
328
328
|
location: string | null;
|
|
329
329
|
headline: string | null;
|
|
330
330
|
emails: string[] | null;
|
|
331
|
-
linkedinUrl: string | null;
|
|
332
331
|
languages: string[] | null;
|
|
333
332
|
skills: string[] | null;
|
|
334
333
|
education: {
|
|
@@ -336,6 +335,7 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
336
335
|
degreeName: string | null;
|
|
337
336
|
fieldOfStudy: string | null;
|
|
338
337
|
}[] | null;
|
|
338
|
+
linkedinUrl: string | null;
|
|
339
339
|
profilePictureUrl: string | null;
|
|
340
340
|
twitterHandle: string | null;
|
|
341
341
|
currentEmployment: {
|
|
@@ -360,9 +360,9 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
360
360
|
description: string | null;
|
|
361
361
|
name: string | null;
|
|
362
362
|
website: string | null;
|
|
363
|
-
linkedinUrl: string | null;
|
|
364
363
|
industry: string | null;
|
|
365
364
|
headcount: number | null;
|
|
365
|
+
linkedinUrl: string | null;
|
|
366
366
|
hqCity: string | null;
|
|
367
367
|
hqCountry: string | null;
|
|
368
368
|
yearFounded: number | null;
|
|
@@ -373,11 +373,10 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
373
373
|
title: string | null;
|
|
374
374
|
name: string | null;
|
|
375
375
|
summary: string | null;
|
|
376
|
-
role: "
|
|
376
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
377
377
|
location: string | null;
|
|
378
378
|
headline: string | null;
|
|
379
379
|
emails: string[] | null;
|
|
380
|
-
linkedinUrl: string | null;
|
|
381
380
|
languages: string[] | null;
|
|
382
381
|
skills: string[] | null;
|
|
383
382
|
education: {
|
|
@@ -385,6 +384,7 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
|
|
|
385
384
|
degreeName: string | null;
|
|
386
385
|
fieldOfStudy: string | null;
|
|
387
386
|
}[] | null;
|
|
387
|
+
linkedinUrl: string | null;
|
|
388
388
|
profilePictureUrl: string | null;
|
|
389
389
|
twitterHandle: string | null;
|
|
390
390
|
currentEmployment: {
|
|
@@ -506,11 +506,10 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
506
506
|
title: string | null;
|
|
507
507
|
name: string | null;
|
|
508
508
|
summary: string | null;
|
|
509
|
-
role: "
|
|
509
|
+
role: "cxo" | "decision_maker" | "founder";
|
|
510
510
|
location: string | null;
|
|
511
511
|
headline: string | null;
|
|
512
512
|
emails: string[] | null;
|
|
513
|
-
linkedinUrl: string | null;
|
|
514
513
|
languages: string[] | null;
|
|
515
514
|
skills: string[] | null;
|
|
516
515
|
education: {
|
|
@@ -518,6 +517,7 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
518
517
|
degreeName: string | null;
|
|
519
518
|
fieldOfStudy: string | null;
|
|
520
519
|
}[] | null;
|
|
520
|
+
linkedinUrl: string | null;
|
|
521
521
|
profilePictureUrl: string | null;
|
|
522
522
|
twitterHandle: string | null;
|
|
523
523
|
currentEmployment: {
|
|
@@ -537,11 +537,10 @@ 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: "cxo" | "decision_maker" | "founder";
|
|
541
541
|
location: string | null;
|
|
542
542
|
headline: string | null;
|
|
543
543
|
emails: string[] | null;
|
|
544
|
-
linkedinUrl: string | null;
|
|
545
544
|
languages: string[] | null;
|
|
546
545
|
skills: string[] | null;
|
|
547
546
|
education: {
|
|
@@ -549,6 +548,7 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
549
548
|
degreeName: string | null;
|
|
550
549
|
fieldOfStudy: string | null;
|
|
551
550
|
}[] | null;
|
|
551
|
+
linkedinUrl: string | null;
|
|
552
552
|
profilePictureUrl: string | null;
|
|
553
553
|
twitterHandle: string | null;
|
|
554
554
|
currentEmployment: {
|
|
@@ -581,9 +581,9 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
581
581
|
description: string | null;
|
|
582
582
|
name: string | null;
|
|
583
583
|
website: string | null;
|
|
584
|
-
linkedinUrl: string | null;
|
|
585
584
|
industry: string | null;
|
|
586
585
|
headcount: number | null;
|
|
586
|
+
linkedinUrl: string | null;
|
|
587
587
|
hqCity: string | null;
|
|
588
588
|
hqCountry: string | null;
|
|
589
589
|
yearFounded: number | null;
|
|
@@ -593,9 +593,9 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
593
593
|
description: string | null;
|
|
594
594
|
name: string | null;
|
|
595
595
|
website: string | null;
|
|
596
|
-
linkedinUrl: string | null;
|
|
597
596
|
industry: string | null;
|
|
598
597
|
headcount: number | null;
|
|
598
|
+
linkedinUrl: string | null;
|
|
599
599
|
hqCity: string | null;
|
|
600
600
|
hqCountry: string | null;
|
|
601
601
|
yearFounded: number | null;
|
|
@@ -612,9 +612,9 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
612
612
|
description: string | null;
|
|
613
613
|
name: string | null;
|
|
614
614
|
website: string | null;
|
|
615
|
-
linkedinUrl: string | null;
|
|
616
615
|
industry: string | null;
|
|
617
616
|
headcount: number | null;
|
|
617
|
+
linkedinUrl: string | null;
|
|
618
618
|
hqCity: string | null;
|
|
619
619
|
hqCountry: string | null;
|
|
620
620
|
yearFounded: number | null;
|
|
@@ -625,11 +625,10 @@ 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: "cxo" | "decision_maker" | "founder";
|
|
629
629
|
location: string | null;
|
|
630
630
|
headline: string | null;
|
|
631
631
|
emails: string[] | null;
|
|
632
|
-
linkedinUrl: string | null;
|
|
633
632
|
languages: string[] | null;
|
|
634
633
|
skills: string[] | null;
|
|
635
634
|
education: {
|
|
@@ -637,6 +636,7 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
637
636
|
degreeName: string | null;
|
|
638
637
|
fieldOfStudy: string | null;
|
|
639
638
|
}[] | null;
|
|
639
|
+
linkedinUrl: string | null;
|
|
640
640
|
profilePictureUrl: string | null;
|
|
641
641
|
twitterHandle: string | null;
|
|
642
642
|
currentEmployment: {
|
|
@@ -661,9 +661,9 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
661
661
|
description: string | null;
|
|
662
662
|
name: string | null;
|
|
663
663
|
website: string | null;
|
|
664
|
-
linkedinUrl: string | null;
|
|
665
664
|
industry: string | null;
|
|
666
665
|
headcount: number | null;
|
|
666
|
+
linkedinUrl: string | null;
|
|
667
667
|
hqCity: string | null;
|
|
668
668
|
hqCountry: string | null;
|
|
669
669
|
yearFounded: number | null;
|
|
@@ -674,11 +674,10 @@ 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: "cxo" | "decision_maker" | "founder";
|
|
678
678
|
location: string | null;
|
|
679
679
|
headline: string | null;
|
|
680
680
|
emails: string[] | null;
|
|
681
|
-
linkedinUrl: string | null;
|
|
682
681
|
languages: string[] | null;
|
|
683
682
|
skills: string[] | null;
|
|
684
683
|
education: {
|
|
@@ -686,6 +685,7 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
|
|
|
686
685
|
degreeName: string | null;
|
|
687
686
|
fieldOfStudy: string | null;
|
|
688
687
|
}[] | null;
|
|
688
|
+
linkedinUrl: string | null;
|
|
689
689
|
profilePictureUrl: string | null;
|
|
690
690
|
twitterHandle: string | null;
|
|
691
691
|
currentEmployment: {
|