@bubblelab/bubble-core 0.1.136 → 0.1.138
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 +87 -87
- 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/google-maps-scraper.d.ts +6 -6
- 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 +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/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 +901 -94
- 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 +19 -19
- 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 +6 -6
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +7 -7
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +17 -17
- 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 +350 -350
- package/dist/bubbles/service-bubble/followupboss.d.ts +12 -12
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +28 -28
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +62 -62
- 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 +132 -32
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.js +48 -0
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +140 -38
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.js +50 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
- 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/slack/slack.d.ts +388 -388
- 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 +64 -64
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +1890 -452
- 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/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 +72 -72
- 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 +26 -26
- package/dist/bubbles.json +603 -7
- package/package.json +2 -2
- package/dist/bubbles/service-bubble/salesforce/index.d.ts +0 -4
- package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/index.js +0 -4
- package/dist/bubbles/service-bubble/salesforce/index.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +0 -1331
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.js +0 -618
- package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +0 -1445
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +0 -609
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +0 -87
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +0 -181
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +0 -1
|
@@ -120,23 +120,23 @@ export declare const YouTubeVideoSchema: z.ZodObject<{
|
|
|
120
120
|
url: z.ZodOptional<z.ZodString>;
|
|
121
121
|
text: z.ZodOptional<z.ZodString>;
|
|
122
122
|
}, "strip", z.ZodTypeAny, {
|
|
123
|
-
url?: string | undefined;
|
|
124
123
|
text?: string | undefined;
|
|
124
|
+
url?: string | undefined;
|
|
125
125
|
language?: string | undefined;
|
|
126
126
|
}, {
|
|
127
|
-
url?: string | undefined;
|
|
128
127
|
text?: string | undefined;
|
|
128
|
+
url?: string | undefined;
|
|
129
129
|
language?: string | undefined;
|
|
130
130
|
}>, "many">>;
|
|
131
131
|
}, "strip", z.ZodTypeAny, {
|
|
132
|
+
duration?: string | undefined;
|
|
132
133
|
description?: string | undefined;
|
|
133
134
|
title?: string | undefined;
|
|
134
135
|
date?: string | undefined;
|
|
135
|
-
url?: string | undefined;
|
|
136
|
-
duration?: string | undefined;
|
|
137
|
-
id?: string | undefined;
|
|
138
|
-
tags?: string[] | undefined;
|
|
139
136
|
text?: string | undefined;
|
|
137
|
+
tags?: string[] | undefined;
|
|
138
|
+
id?: string | undefined;
|
|
139
|
+
url?: string | undefined;
|
|
140
140
|
thumbnail?: string | undefined;
|
|
141
141
|
commentsCount?: number | undefined;
|
|
142
142
|
comments?: number | undefined;
|
|
@@ -150,19 +150,19 @@ export declare const YouTubeVideoSchema: z.ZodObject<{
|
|
|
150
150
|
thumbnailUrl?: string | undefined;
|
|
151
151
|
category?: string | undefined;
|
|
152
152
|
subtitles?: {
|
|
153
|
-
url?: string | undefined;
|
|
154
153
|
text?: string | undefined;
|
|
154
|
+
url?: string | undefined;
|
|
155
155
|
language?: string | undefined;
|
|
156
156
|
}[] | undefined;
|
|
157
157
|
}, {
|
|
158
|
+
duration?: string | undefined;
|
|
158
159
|
description?: string | undefined;
|
|
159
160
|
title?: string | undefined;
|
|
160
161
|
date?: string | undefined;
|
|
161
|
-
url?: string | undefined;
|
|
162
|
-
duration?: string | undefined;
|
|
163
|
-
id?: string | undefined;
|
|
164
|
-
tags?: string[] | undefined;
|
|
165
162
|
text?: string | undefined;
|
|
163
|
+
tags?: string[] | undefined;
|
|
164
|
+
id?: string | undefined;
|
|
165
|
+
url?: string | undefined;
|
|
166
166
|
thumbnail?: string | undefined;
|
|
167
167
|
commentsCount?: number | undefined;
|
|
168
168
|
comments?: number | undefined;
|
|
@@ -176,8 +176,8 @@ export declare const YouTubeVideoSchema: z.ZodObject<{
|
|
|
176
176
|
thumbnailUrl?: string | undefined;
|
|
177
177
|
category?: string | undefined;
|
|
178
178
|
subtitles?: {
|
|
179
|
-
url?: string | undefined;
|
|
180
179
|
text?: string | undefined;
|
|
180
|
+
url?: string | undefined;
|
|
181
181
|
language?: string | undefined;
|
|
182
182
|
}[] | undefined;
|
|
183
183
|
}>;
|