@bubblelab/bubble-core 0.1.149 → 0.1.151
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 +77 -77
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- 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-detail.d.ts +38 -38
- 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 +126 -126
- 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 +38 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.js +80 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +34 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js +30 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/firecrawl.d.ts +334 -334
- 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 +9 -9
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +37 -1
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- 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 +164 -164
- 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 +328 -328
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.utils.js +17 -2
- package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
- 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/browser-tools/_shared/ai/ai-browser-agent.d.ts +66 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/ai/ai-browser-agent.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/ai/ai-browser-agent.js +484 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/ai/ai-browser-agent.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/ai/ai-browser-agent.types.d.ts +85 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/ai/ai-browser-agent.types.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/ai/ai-browser-agent.types.js +2 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/ai/ai-browser-agent.types.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/ai/ai-fallback-step.d.ts +27 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/ai/ai-fallback-step.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/ai/ai-fallback-step.js +77 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/ai/ai-fallback-step.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/ai/index.d.ts +4 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/ai/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/ai/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/ai/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js +269 -167
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js +346 -229
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +34 -33
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js +212 -151
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +33 -32
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js +188 -127
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +380 -380
- 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 +8 -8
- 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 +8 -8
- 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 +73 -2
- package/package.json +2 -2
|
@@ -67,11 +67,11 @@ 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
|
-
skills: string[] | null;
|
|
74
73
|
linkedinUrl: string | null;
|
|
74
|
+
skills: string[] | null;
|
|
75
75
|
education: {
|
|
76
76
|
fieldOfStudy: string | null;
|
|
77
77
|
instituteName: string | null;
|
|
@@ -98,11 +98,11 @@ 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
|
-
skills: string[] | null;
|
|
105
104
|
linkedinUrl: string | null;
|
|
105
|
+
skills: string[] | null;
|
|
106
106
|
education: {
|
|
107
107
|
fieldOfStudy: string | null;
|
|
108
108
|
instituteName: string | null;
|
|
@@ -205,11 +205,11 @@ 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
|
-
skills: string[] | null;
|
|
212
211
|
linkedinUrl: string | null;
|
|
212
|
+
skills: string[] | null;
|
|
213
213
|
education: {
|
|
214
214
|
fieldOfStudy: string | null;
|
|
215
215
|
instituteName: string | null;
|
|
@@ -236,11 +236,11 @@ 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
|
-
skills: string[] | null;
|
|
243
242
|
linkedinUrl: string | null;
|
|
243
|
+
skills: string[] | null;
|
|
244
244
|
education: {
|
|
245
245
|
fieldOfStudy: string | null;
|
|
246
246
|
instituteName: string | null;
|
|
@@ -324,11 +324,11 @@ 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
|
-
skills: string[] | null;
|
|
331
330
|
linkedinUrl: string | null;
|
|
331
|
+
skills: string[] | null;
|
|
332
332
|
education: {
|
|
333
333
|
fieldOfStudy: string | null;
|
|
334
334
|
instituteName: string | null;
|
|
@@ -373,11 +373,11 @@ 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
|
-
skills: string[] | null;
|
|
380
379
|
linkedinUrl: string | null;
|
|
380
|
+
skills: string[] | null;
|
|
381
381
|
education: {
|
|
382
382
|
fieldOfStudy: string | null;
|
|
383
383
|
instituteName: string | null;
|
|
@@ -506,11 +506,11 @@ 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
|
-
skills: string[] | null;
|
|
513
512
|
linkedinUrl: string | null;
|
|
513
|
+
skills: string[] | null;
|
|
514
514
|
education: {
|
|
515
515
|
fieldOfStudy: string | null;
|
|
516
516
|
instituteName: string | null;
|
|
@@ -537,11 +537,11 @@ 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
|
-
skills: string[] | null;
|
|
544
543
|
linkedinUrl: string | null;
|
|
544
|
+
skills: string[] | null;
|
|
545
545
|
education: {
|
|
546
546
|
fieldOfStudy: string | null;
|
|
547
547
|
instituteName: string | null;
|
|
@@ -625,11 +625,11 @@ 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
|
-
skills: string[] | null;
|
|
632
631
|
linkedinUrl: string | null;
|
|
632
|
+
skills: string[] | null;
|
|
633
633
|
education: {
|
|
634
634
|
fieldOfStudy: string | null;
|
|
635
635
|
instituteName: string | null;
|
|
@@ -674,11 +674,11 @@ 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
|
-
skills: string[] | null;
|
|
681
680
|
linkedinUrl: string | null;
|
|
681
|
+
skills: string[] | null;
|
|
682
682
|
education: {
|
|
683
683
|
fieldOfStudy: string | null;
|
|
684
684
|
instituteName: string | null;
|
|
@@ -53,36 +53,36 @@ export declare class LinkedInConnectionTool<T extends LinkedInConnectionToolPara
|
|
|
53
53
|
}, "strip", import("zod").ZodTypeAny, {
|
|
54
54
|
name: string;
|
|
55
55
|
profile_url: string;
|
|
56
|
-
location?: string | undefined;
|
|
57
56
|
headline?: string | undefined;
|
|
57
|
+
location?: string | undefined;
|
|
58
58
|
}, {
|
|
59
59
|
name: string;
|
|
60
60
|
profile_url: string;
|
|
61
|
-
location?: string | undefined;
|
|
62
61
|
headline?: string | undefined;
|
|
62
|
+
location?: string | undefined;
|
|
63
63
|
}>>;
|
|
64
64
|
error: import("zod").ZodString;
|
|
65
65
|
}, "strip", import("zod").ZodTypeAny, {
|
|
66
|
-
error: string;
|
|
67
|
-
success: boolean;
|
|
68
66
|
operation: "send_connection";
|
|
67
|
+
success: boolean;
|
|
68
|
+
error: string;
|
|
69
69
|
message?: string | undefined;
|
|
70
70
|
profile?: {
|
|
71
71
|
name: string;
|
|
72
72
|
profile_url: string;
|
|
73
|
-
location?: string | undefined;
|
|
74
73
|
headline?: string | undefined;
|
|
74
|
+
location?: string | undefined;
|
|
75
75
|
} | undefined;
|
|
76
76
|
}, {
|
|
77
|
-
error: string;
|
|
78
|
-
success: boolean;
|
|
79
77
|
operation: "send_connection";
|
|
78
|
+
success: boolean;
|
|
79
|
+
error: string;
|
|
80
80
|
message?: string | undefined;
|
|
81
81
|
profile?: {
|
|
82
82
|
name: string;
|
|
83
83
|
profile_url: string;
|
|
84
|
-
location?: string | undefined;
|
|
85
84
|
headline?: string | undefined;
|
|
85
|
+
location?: string | undefined;
|
|
86
86
|
} | undefined;
|
|
87
87
|
}>]>;
|
|
88
88
|
static readonly shortDescription = "LinkedIn connection automation - send connection requests with optional notes";
|