@bubblelab/bubble-core 0.1.28 → 0.1.31
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 +161 -92
- 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 +4 -4
- package/dist/bubbles/service-bubble/airtable.d.ts +94 -94
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +16 -16
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +31 -31
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +153 -153
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +132 -132
- package/dist/bubbles/service-bubble/followupboss.d.ts +34 -34
- package/dist/bubbles/service-bubble/github.d.ts +122 -122
- package/dist/bubbles/service-bubble/gmail.d.ts +391 -391
- package/dist/bubbles/service-bubble/google-calendar.d.ts +96 -96
- package/dist/bubbles/service-bubble/google-drive.d.ts +46 -46
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +41 -41
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +79 -79
- package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets.js +904 -0
- package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/index.d.ts +5 -0
- package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/index.js +5 -0
- package/dist/bubbles/service-bubble/jira/index.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts +2695 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts +38 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js +358 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.js +573 -0
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +3660 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js +499 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts +141 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js +428 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts +4 -4
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +2 -2
- package/dist/bubbles/service-bubble/slack/slack.d.ts +114 -114
- package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack.js +1536 -0
- package/dist/bubbles/service-bubble/slack.js.map +1 -0
- package/dist/bubbles/service-bubble/storage.d.ts +2 -2
- package/dist/bubbles/service-bubble/telegram.d.ts +6 -6
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +172 -172
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
- package/dist/bubbles.json +1795 -2
- package/dist/index.d.ts +2 -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
|
@@ -23,9 +23,9 @@ declare const ApifyParamsSchema: z.ZodObject<{
|
|
|
23
23
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
24
24
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
25
25
|
}, "strip", z.ZodTypeAny, {
|
|
26
|
+
limit: number;
|
|
26
27
|
input: Record<string, unknown>;
|
|
27
28
|
timeout: number;
|
|
28
|
-
limit: number;
|
|
29
29
|
waitForFinish: boolean;
|
|
30
30
|
search?: string | undefined;
|
|
31
31
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -33,9 +33,9 @@ declare const ApifyParamsSchema: z.ZodObject<{
|
|
|
33
33
|
}, {
|
|
34
34
|
input: Record<string, unknown>;
|
|
35
35
|
search?: string | undefined;
|
|
36
|
+
limit?: number | undefined;
|
|
36
37
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
37
38
|
timeout?: number | undefined;
|
|
38
|
-
limit?: number | undefined;
|
|
39
39
|
actorId?: string | undefined;
|
|
40
40
|
waitForFinish?: boolean | undefined;
|
|
41
41
|
}>;
|
|
@@ -159,9 +159,9 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
159
159
|
timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
160
160
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
161
161
|
}, "strip", z.ZodTypeAny, {
|
|
162
|
+
limit: number;
|
|
162
163
|
input: Record<string, unknown>;
|
|
163
164
|
timeout: number;
|
|
164
|
-
limit: number;
|
|
165
165
|
waitForFinish: boolean;
|
|
166
166
|
search?: string | undefined;
|
|
167
167
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -169,9 +169,9 @@ export declare class ApifyBubble<T extends string = string> extends ServiceBubbl
|
|
|
169
169
|
}, {
|
|
170
170
|
input: Record<string, unknown>;
|
|
171
171
|
search?: string | undefined;
|
|
172
|
+
limit?: number | undefined;
|
|
172
173
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
173
174
|
timeout?: number | undefined;
|
|
174
|
-
limit?: number | undefined;
|
|
175
175
|
actorId?: string | undefined;
|
|
176
176
|
waitForFinish?: boolean | undefined;
|
|
177
177
|
}>;
|
|
@@ -214,8 +214,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
|
|
|
214
214
|
quality: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
215
215
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
216
216
|
}, "strip", import("zod").ZodTypeAny, {
|
|
217
|
-
format: "png" | "jpeg" | "webp";
|
|
218
217
|
operation: "screenshot";
|
|
218
|
+
format: "png" | "jpeg" | "webp";
|
|
219
219
|
session_id: string;
|
|
220
220
|
full_page: boolean;
|
|
221
221
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -58,16 +58,16 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
58
58
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
59
59
|
}, "strip", import("zod").ZodTypeAny, {
|
|
60
60
|
operation: "enrich";
|
|
61
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
62
61
|
fields?: string | undefined;
|
|
62
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
63
63
|
company_domain?: string | undefined;
|
|
64
64
|
company_linkedin_url?: string | undefined;
|
|
65
65
|
company_id?: number | undefined;
|
|
66
66
|
enrich_realtime?: boolean | undefined;
|
|
67
67
|
}, {
|
|
68
68
|
operation: "enrich";
|
|
69
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
70
69
|
fields?: string | undefined;
|
|
70
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
71
71
|
company_domain?: string | undefined;
|
|
72
72
|
company_linkedin_url?: string | undefined;
|
|
73
73
|
company_id?: number | undefined;
|
|
@@ -142,8 +142,8 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
142
142
|
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
143
143
|
column: string;
|
|
144
144
|
} | import("./crustdata.schema.js").PersonDBFilterGroup;
|
|
145
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
146
145
|
limit?: number | undefined;
|
|
146
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
147
147
|
cursor?: string | undefined;
|
|
148
148
|
sorts?: {
|
|
149
149
|
column: string;
|
|
@@ -165,8 +165,8 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
165
165
|
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
166
166
|
column: string;
|
|
167
167
|
} | import("./crustdata.schema.js").PersonDBFilterGroup;
|
|
168
|
-
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
169
168
|
limit?: number | undefined;
|
|
169
|
+
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
170
170
|
cursor?: string | undefined;
|
|
171
171
|
sorts?: {
|
|
172
172
|
column: string;
|
|
@@ -224,7 +224,7 @@ export declare const PersonDBFilterConditionSchema: z.ZodObject<{
|
|
|
224
224
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
225
225
|
}>]>;
|
|
226
226
|
}, "strip", z.ZodTypeAny, {
|
|
227
|
-
value: string | number | boolean |
|
|
227
|
+
value: string | number | boolean | number[] | string[] | {
|
|
228
228
|
location: string;
|
|
229
229
|
distance: number;
|
|
230
230
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
@@ -232,7 +232,7 @@ export declare const PersonDBFilterConditionSchema: z.ZodObject<{
|
|
|
232
232
|
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
233
233
|
column: string;
|
|
234
234
|
}, {
|
|
235
|
-
value: string | number | boolean |
|
|
235
|
+
value: string | number | boolean | number[] | string[] | {
|
|
236
236
|
location: string;
|
|
237
237
|
distance: number;
|
|
238
238
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
@@ -258,7 +258,7 @@ export declare const PersonDBFiltersSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
258
258
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
259
259
|
}>]>;
|
|
260
260
|
}, "strip", z.ZodTypeAny, {
|
|
261
|
-
value: string | number | boolean |
|
|
261
|
+
value: string | number | boolean | number[] | string[] | {
|
|
262
262
|
location: string;
|
|
263
263
|
distance: number;
|
|
264
264
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
@@ -266,7 +266,7 @@ export declare const PersonDBFiltersSchema: z.ZodUnion<[z.ZodObject<{
|
|
|
266
266
|
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
267
267
|
column: string;
|
|
268
268
|
}, {
|
|
269
|
-
value: string | number | boolean |
|
|
269
|
+
value: string | number | boolean | number[] | string[] | {
|
|
270
270
|
location: string;
|
|
271
271
|
distance: number;
|
|
272
272
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
@@ -1288,7 +1288,7 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
1288
1288
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
1289
1289
|
}>]>;
|
|
1290
1290
|
}, "strip", z.ZodTypeAny, {
|
|
1291
|
-
value: string | number | boolean |
|
|
1291
|
+
value: string | number | boolean | number[] | string[] | {
|
|
1292
1292
|
location: string;
|
|
1293
1293
|
distance: number;
|
|
1294
1294
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
@@ -1296,7 +1296,7 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
1296
1296
|
type: "in" | "=" | ">" | "<" | "!=" | "not_in" | "=>" | "=<" | "(.)" | "[.]" | "geo_distance";
|
|
1297
1297
|
column: string;
|
|
1298
1298
|
}, {
|
|
1299
|
-
value: string | number | boolean |
|
|
1299
|
+
value: string | number | boolean | number[] | string[] | {
|
|
1300
1300
|
location: string;
|
|
1301
1301
|
distance: number;
|
|
1302
1302
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
@@ -1331,7 +1331,7 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
1331
1331
|
}, "strip", z.ZodTypeAny, {
|
|
1332
1332
|
operation: "person_search_db";
|
|
1333
1333
|
filters: {
|
|
1334
|
-
value: string | number | boolean |
|
|
1334
|
+
value: string | number | boolean | number[] | string[] | {
|
|
1335
1335
|
location: string;
|
|
1336
1336
|
distance: number;
|
|
1337
1337
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
@@ -1354,7 +1354,7 @@ export declare const CrustdataParamsSchema: z.ZodDiscriminatedUnion<"operation",
|
|
|
1354
1354
|
}, {
|
|
1355
1355
|
operation: "person_search_db";
|
|
1356
1356
|
filters: {
|
|
1357
|
-
value: string | number | boolean |
|
|
1357
|
+
value: string | number | boolean | number[] | string[] | {
|
|
1358
1358
|
location: string;
|
|
1359
1359
|
distance: number;
|
|
1360
1360
|
unit?: "km" | "mi" | "m" | "miles" | "meters" | "ft" | "feet" | undefined;
|
|
@@ -56,15 +56,15 @@ export declare const ElevenLabsParamsSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
56
56
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
57
57
|
}, "strip", z.ZodTypeAny, {
|
|
58
58
|
operation: "validate_webhook_signature";
|
|
59
|
-
timestamp: string;
|
|
60
59
|
body: string;
|
|
60
|
+
timestamp: string;
|
|
61
61
|
signature: string;
|
|
62
62
|
webhookSecret: string;
|
|
63
63
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
64
64
|
}, {
|
|
65
65
|
operation: "validate_webhook_signature";
|
|
66
|
-
timestamp: string;
|
|
67
66
|
body: string;
|
|
67
|
+
timestamp: string;
|
|
68
68
|
signature: string;
|
|
69
69
|
webhookSecret: string;
|
|
70
70
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -261,15 +261,15 @@ export declare class ElevenLabsBubble extends ServiceBubble<ElevenLabsParamsPars
|
|
|
261
261
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
262
262
|
}, "strip", z.ZodTypeAny, {
|
|
263
263
|
operation: "validate_webhook_signature";
|
|
264
|
-
timestamp: string;
|
|
265
264
|
body: string;
|
|
265
|
+
timestamp: string;
|
|
266
266
|
signature: string;
|
|
267
267
|
webhookSecret: string;
|
|
268
268
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
269
269
|
}, {
|
|
270
270
|
operation: "validate_webhook_signature";
|
|
271
|
-
timestamp: string;
|
|
272
271
|
body: string;
|
|
272
|
+
timestamp: string;
|
|
273
273
|
signature: string;
|
|
274
274
|
webhookSecret: string;
|
|
275
275
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|