@bubblelab/bubble-core 0.1.278 → 0.1.280
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 +178 -157
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +3 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubble-trigger/index.d.ts +2 -0
- package/dist/bubble-trigger/index.d.ts.map +1 -0
- package/dist/bubble-trigger/index.js +2 -0
- package/dist/bubble-trigger/index.js.map +1 -0
- package/dist/bubble-trigger/types.d.ts +87 -0
- package/dist/bubble-trigger/types.d.ts.map +1 -0
- package/dist/bubble-trigger/types.js +14 -0
- package/dist/bubble-trigger/types.js.map +1 -0
- 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/app-rankings-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 +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 +132 -132
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/asana/asana.d.ts +1 -1
- package/dist/bubbles/service-bubble/asana/asana.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts +8 -8
- package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/attio/attio.d.ts +6 -6
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
- 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/discord/discord.d.ts +12 -12
- package/dist/bubbles/service-bubble/discord/discord.schema.d.ts +12 -12
- package/dist/bubbles/service-bubble/firecrawl.d.ts +330 -330
- 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 +4 -4
- 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 +6 -6
- package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +2 -2
- package/dist/bubbles/service-bubble/hubspot/hubspot.schema.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/looker/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/looker/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/looker/index.js +3 -0
- package/dist/bubbles/service-bubble/looker/index.js.map +1 -0
- package/dist/bubbles/service-bubble/looker/looker.d.ts +768 -0
- package/dist/bubbles/service-bubble/looker/looker.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/looker/looker.js +319 -0
- package/dist/bubbles/service-bubble/looker/looker.js.map +1 -0
- package/dist/bubbles/service-bubble/looker/looker.schema.d.ts +735 -0
- package/dist/bubbles/service-bubble/looker/looker.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/looker/looker.schema.js +264 -0
- package/dist/bubbles/service-bubble/looker/looker.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/metabase/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/metabase/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/metabase/index.js +4 -0
- package/dist/bubbles/service-bubble/metabase/index.js.map +1 -0
- package/dist/bubbles/service-bubble/metabase/metabase.d.ts +746 -0
- package/dist/bubbles/service-bubble/metabase/metabase.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/metabase/metabase.js +221 -0
- package/dist/bubbles/service-bubble/metabase/metabase.js.map +1 -0
- package/dist/bubbles/service-bubble/metabase/metabase.schema.d.ts +1125 -0
- package/dist/bubbles/service-bubble/metabase/metabase.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/metabase/metabase.schema.js +222 -0
- package/dist/bubbles/service-bubble/metabase/metabase.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/metabase/metabase.utils.d.ts +15 -0
- package/dist/bubbles/service-bubble/metabase/metabase.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/metabase/metabase.utils.js +32 -0
- package/dist/bubbles/service-bubble/metabase/metabase.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +16 -16
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
- package/dist/bubbles/service-bubble/pylon/index.d.ts +3 -0
- package/dist/bubbles/service-bubble/pylon/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/pylon/index.js +3 -0
- package/dist/bubbles/service-bubble/pylon/index.js.map +1 -0
- package/dist/bubbles/service-bubble/pylon/pylon.d.ts +435 -0
- package/dist/bubbles/service-bubble/pylon/pylon.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/pylon/pylon.js +375 -0
- package/dist/bubbles/service-bubble/pylon/pylon.js.map +1 -0
- package/dist/bubbles/service-bubble/pylon/pylon.schema.d.ts +408 -0
- package/dist/bubbles/service-bubble/pylon/pylon.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/pylon/pylon.schema.js +249 -0
- package/dist/bubbles/service-bubble/pylon/pylon.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/resend.d.ts +12 -12
- package/dist/bubbles/service-bubble/slack/slack.d.ts +392 -392
- 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/snowflake/snowflake.d.ts +4 -4
- package/dist/bubbles/service-bubble/snowflake/snowflake.schema.d.ts +4 -4
- package/dist/bubbles/service-bubble/sortly/sortly.d.ts +36 -36
- package/dist/bubbles/service-bubble/sortly/sortly.schema.d.ts +40 -40
- 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/service-bubble/xero/xero.d.ts +2 -2
- package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +20 -20
- package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +20 -20
- 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/app-rankings-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-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/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 +160 -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 +706 -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 +50 -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 +384 -384
- 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/bubbleflow-generator.workflow.d.ts +114 -0
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.d.ts.map +1 -0
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js +777 -0
- package/dist/bubbles/workflow-bubble/bubbleflow-generator.workflow.js.map +1 -0
- 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 +34 -34
- package/dist/bubbles.json +510 -2
- 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/dist/types/ai-models.d.ts +4 -0
- package/dist/types/ai-models.d.ts.map +1 -0
- package/dist/types/ai-models.js +16 -0
- package/dist/types/ai-models.js.map +1 -0
- package/dist/utils/param-helper.d.ts +2 -0
- package/dist/utils/param-helper.d.ts.map +1 -0
- package/dist/utils/param-helper.js +5 -0
- package/dist/utils/param-helper.js.map +1 -0
- package/package.json +2 -2
|
@@ -48,12 +48,12 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
48
48
|
to: string | string[];
|
|
49
49
|
subject: string;
|
|
50
50
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
51
|
-
text?: string | undefined;
|
|
52
51
|
tags?: {
|
|
53
52
|
value: string;
|
|
54
53
|
name: string;
|
|
55
54
|
}[] | undefined;
|
|
56
55
|
headers?: Record<string, string> | undefined;
|
|
56
|
+
text?: string | undefined;
|
|
57
57
|
attachments?: {
|
|
58
58
|
filename: string;
|
|
59
59
|
path?: string | undefined;
|
|
@@ -70,12 +70,12 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
70
70
|
to: string | string[];
|
|
71
71
|
subject: string;
|
|
72
72
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
73
|
-
text?: string | undefined;
|
|
74
73
|
tags?: {
|
|
75
74
|
value: string;
|
|
76
75
|
name: string;
|
|
77
76
|
}[] | undefined;
|
|
78
77
|
headers?: Record<string, string> | undefined;
|
|
78
|
+
text?: string | undefined;
|
|
79
79
|
attachments?: {
|
|
80
80
|
filename: string;
|
|
81
81
|
path?: string | undefined;
|
|
@@ -114,12 +114,12 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
114
114
|
from: string;
|
|
115
115
|
to: string | string[];
|
|
116
116
|
subject: string;
|
|
117
|
-
text?: string | undefined;
|
|
118
117
|
tags?: {
|
|
119
118
|
value: string;
|
|
120
119
|
name: string;
|
|
121
120
|
}[] | undefined;
|
|
122
121
|
headers?: Record<string, string> | undefined;
|
|
122
|
+
text?: string | undefined;
|
|
123
123
|
cc?: string | string[] | undefined;
|
|
124
124
|
bcc?: string | string[] | undefined;
|
|
125
125
|
html?: string | undefined;
|
|
@@ -127,12 +127,12 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
127
127
|
}, {
|
|
128
128
|
to: string | string[];
|
|
129
129
|
subject: string;
|
|
130
|
-
text?: string | undefined;
|
|
131
130
|
tags?: {
|
|
132
131
|
value: string;
|
|
133
132
|
name: string;
|
|
134
133
|
}[] | undefined;
|
|
135
134
|
headers?: Record<string, string> | undefined;
|
|
135
|
+
text?: string | undefined;
|
|
136
136
|
from?: string | undefined;
|
|
137
137
|
cc?: string | string[] | undefined;
|
|
138
138
|
bcc?: string | string[] | undefined;
|
|
@@ -146,12 +146,12 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
146
146
|
from: string;
|
|
147
147
|
to: string | string[];
|
|
148
148
|
subject: string;
|
|
149
|
-
text?: string | undefined;
|
|
150
149
|
tags?: {
|
|
151
150
|
value: string;
|
|
152
151
|
name: string;
|
|
153
152
|
}[] | undefined;
|
|
154
153
|
headers?: Record<string, string> | undefined;
|
|
154
|
+
text?: string | undefined;
|
|
155
155
|
cc?: string | string[] | undefined;
|
|
156
156
|
bcc?: string | string[] | undefined;
|
|
157
157
|
html?: string | undefined;
|
|
@@ -163,12 +163,12 @@ declare const ResendParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObj
|
|
|
163
163
|
emails: {
|
|
164
164
|
to: string | string[];
|
|
165
165
|
subject: string;
|
|
166
|
-
text?: string | undefined;
|
|
167
166
|
tags?: {
|
|
168
167
|
value: string;
|
|
169
168
|
name: string;
|
|
170
169
|
}[] | undefined;
|
|
171
170
|
headers?: Record<string, string> | undefined;
|
|
171
|
+
text?: string | undefined;
|
|
172
172
|
from?: string | undefined;
|
|
173
173
|
cc?: string | string[] | undefined;
|
|
174
174
|
bcc?: string | string[] | undefined;
|
|
@@ -299,12 +299,12 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
299
299
|
to: string | string[];
|
|
300
300
|
subject: string;
|
|
301
301
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
302
|
-
text?: string | undefined;
|
|
303
302
|
tags?: {
|
|
304
303
|
value: string;
|
|
305
304
|
name: string;
|
|
306
305
|
}[] | undefined;
|
|
307
306
|
headers?: Record<string, string> | undefined;
|
|
307
|
+
text?: string | undefined;
|
|
308
308
|
attachments?: {
|
|
309
309
|
filename: string;
|
|
310
310
|
path?: string | undefined;
|
|
@@ -321,12 +321,12 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
321
321
|
to: string | string[];
|
|
322
322
|
subject: string;
|
|
323
323
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
324
|
-
text?: string | undefined;
|
|
325
324
|
tags?: {
|
|
326
325
|
value: string;
|
|
327
326
|
name: string;
|
|
328
327
|
}[] | undefined;
|
|
329
328
|
headers?: Record<string, string> | undefined;
|
|
329
|
+
text?: string | undefined;
|
|
330
330
|
attachments?: {
|
|
331
331
|
filename: string;
|
|
332
332
|
path?: string | undefined;
|
|
@@ -365,12 +365,12 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
365
365
|
from: string;
|
|
366
366
|
to: string | string[];
|
|
367
367
|
subject: string;
|
|
368
|
-
text?: string | undefined;
|
|
369
368
|
tags?: {
|
|
370
369
|
value: string;
|
|
371
370
|
name: string;
|
|
372
371
|
}[] | undefined;
|
|
373
372
|
headers?: Record<string, string> | undefined;
|
|
373
|
+
text?: string | undefined;
|
|
374
374
|
cc?: string | string[] | undefined;
|
|
375
375
|
bcc?: string | string[] | undefined;
|
|
376
376
|
html?: string | undefined;
|
|
@@ -378,12 +378,12 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
378
378
|
}, {
|
|
379
379
|
to: string | string[];
|
|
380
380
|
subject: string;
|
|
381
|
-
text?: string | undefined;
|
|
382
381
|
tags?: {
|
|
383
382
|
value: string;
|
|
384
383
|
name: string;
|
|
385
384
|
}[] | undefined;
|
|
386
385
|
headers?: Record<string, string> | undefined;
|
|
386
|
+
text?: string | undefined;
|
|
387
387
|
from?: string | undefined;
|
|
388
388
|
cc?: string | string[] | undefined;
|
|
389
389
|
bcc?: string | string[] | undefined;
|
|
@@ -397,12 +397,12 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
397
397
|
from: string;
|
|
398
398
|
to: string | string[];
|
|
399
399
|
subject: string;
|
|
400
|
-
text?: string | undefined;
|
|
401
400
|
tags?: {
|
|
402
401
|
value: string;
|
|
403
402
|
name: string;
|
|
404
403
|
}[] | undefined;
|
|
405
404
|
headers?: Record<string, string> | undefined;
|
|
405
|
+
text?: string | undefined;
|
|
406
406
|
cc?: string | string[] | undefined;
|
|
407
407
|
bcc?: string | string[] | undefined;
|
|
408
408
|
html?: string | undefined;
|
|
@@ -414,12 +414,12 @@ export declare class ResendBubble<T extends ResendParams = ResendParams> extends
|
|
|
414
414
|
emails: {
|
|
415
415
|
to: string | string[];
|
|
416
416
|
subject: string;
|
|
417
|
-
text?: string | undefined;
|
|
418
417
|
tags?: {
|
|
419
418
|
value: string;
|
|
420
419
|
name: string;
|
|
421
420
|
}[] | undefined;
|
|
422
421
|
headers?: Record<string, string> | undefined;
|
|
422
|
+
text?: string | undefined;
|
|
423
423
|
from?: string | undefined;
|
|
424
424
|
cc?: string | string[] | undefined;
|
|
425
425
|
bcc?: string | string[] | undefined;
|