@bubblelab/bubble-core 0.1.80 → 0.1.82
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 +107 -107
- package/dist/bubbles/service-bubble/agi-inc.d.ts +120 -120
- package/dist/bubbles/service-bubble/ai-agent.d.ts +32 -32
- package/dist/bubbles/service-bubble/airtable.d.ts +170 -170
- package/dist/bubbles/service-bubble/apify/apify.d.ts +26 -26
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +62 -62
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +30 -30
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +302 -302
- package/dist/bubbles/service-bubble/followupboss.d.ts +148 -148
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +40 -40
- package/dist/bubbles/service-bubble/github.d.ts +88 -88
- package/dist/bubbles/service-bubble/gmail.d.ts +584 -584
- package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
- package/dist/bubbles/service-bubble/google-drive.d.ts +66 -66
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +22 -22
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +46 -46
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +22 -22
- package/dist/bubbles/service-bubble/notion/notion.d.ts +92 -92
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/slack.d.ts +668 -668
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +75 -75
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/telegram.d.ts +108 -108
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +26 -26
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +304 -304
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +110 -110
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +42 -42
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
- package/dist/bubbles.json +4 -2
- package/package.json +2 -2
|
@@ -154,7 +154,7 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
154
154
|
verbatim?: boolean | undefined;
|
|
155
155
|
}>, "many">>;
|
|
156
156
|
}, "strip", z.ZodTypeAny, {
|
|
157
|
-
type: "
|
|
157
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
158
158
|
title?: {
|
|
159
159
|
type: "plain_text";
|
|
160
160
|
text: string;
|
|
@@ -166,13 +166,14 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
166
166
|
emoji?: boolean | undefined;
|
|
167
167
|
verbatim?: boolean | undefined;
|
|
168
168
|
} | undefined;
|
|
169
|
+
image_url?: string | undefined;
|
|
170
|
+
optional?: boolean | undefined;
|
|
169
171
|
fields?: {
|
|
170
172
|
type: "plain_text" | "mrkdwn";
|
|
171
173
|
text: string;
|
|
172
174
|
emoji?: boolean | undefined;
|
|
173
175
|
verbatim?: boolean | undefined;
|
|
174
176
|
}[] | undefined;
|
|
175
|
-
image_url?: string | undefined;
|
|
176
177
|
alt_text?: string | undefined;
|
|
177
178
|
elements?: {
|
|
178
179
|
type: "plain_text" | "mrkdwn";
|
|
@@ -180,14 +181,13 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
180
181
|
emoji?: boolean | undefined;
|
|
181
182
|
verbatim?: boolean | undefined;
|
|
182
183
|
}[] | undefined;
|
|
183
|
-
optional?: boolean | undefined;
|
|
184
184
|
block_id?: string | undefined;
|
|
185
185
|
accessory?: unknown;
|
|
186
186
|
element?: unknown;
|
|
187
187
|
label?: unknown;
|
|
188
188
|
hint?: unknown;
|
|
189
189
|
}, {
|
|
190
|
-
type: "
|
|
190
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
191
191
|
title?: {
|
|
192
192
|
type: "plain_text";
|
|
193
193
|
text: string;
|
|
@@ -199,13 +199,14 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
199
199
|
emoji?: boolean | undefined;
|
|
200
200
|
verbatim?: boolean | undefined;
|
|
201
201
|
} | undefined;
|
|
202
|
+
image_url?: string | undefined;
|
|
203
|
+
optional?: boolean | undefined;
|
|
202
204
|
fields?: {
|
|
203
205
|
type: "plain_text" | "mrkdwn";
|
|
204
206
|
text: string;
|
|
205
207
|
emoji?: boolean | undefined;
|
|
206
208
|
verbatim?: boolean | undefined;
|
|
207
209
|
}[] | undefined;
|
|
208
|
-
image_url?: string | undefined;
|
|
209
210
|
alt_text?: string | undefined;
|
|
210
211
|
elements?: {
|
|
211
212
|
type: "plain_text" | "mrkdwn";
|
|
@@ -213,7 +214,6 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
213
214
|
emoji?: boolean | undefined;
|
|
214
215
|
verbatim?: boolean | undefined;
|
|
215
216
|
}[] | undefined;
|
|
216
|
-
optional?: boolean | undefined;
|
|
217
217
|
block_id?: string | undefined;
|
|
218
218
|
accessory?: unknown;
|
|
219
219
|
element?: unknown;
|
|
@@ -255,16 +255,21 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
255
255
|
}, "strip", z.ZodTypeAny, {
|
|
256
256
|
error: string;
|
|
257
257
|
success: boolean;
|
|
258
|
-
response: string;
|
|
259
|
-
iterations: number;
|
|
260
258
|
metadata: {
|
|
261
259
|
verbosityLevel: string;
|
|
262
260
|
technicalityLevel: string;
|
|
263
261
|
wordCount: number;
|
|
264
262
|
blockCount?: number | undefined;
|
|
265
263
|
};
|
|
264
|
+
response: string;
|
|
265
|
+
iterations: number;
|
|
266
|
+
toolCalls?: {
|
|
267
|
+
tool: string;
|
|
268
|
+
input?: unknown;
|
|
269
|
+
output?: unknown;
|
|
270
|
+
}[] | undefined;
|
|
266
271
|
blocks?: {
|
|
267
|
-
type: "
|
|
272
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
268
273
|
title?: {
|
|
269
274
|
type: "plain_text";
|
|
270
275
|
text: string;
|
|
@@ -276,13 +281,14 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
276
281
|
emoji?: boolean | undefined;
|
|
277
282
|
verbatim?: boolean | undefined;
|
|
278
283
|
} | undefined;
|
|
284
|
+
image_url?: string | undefined;
|
|
285
|
+
optional?: boolean | undefined;
|
|
279
286
|
fields?: {
|
|
280
287
|
type: "plain_text" | "mrkdwn";
|
|
281
288
|
text: string;
|
|
282
289
|
emoji?: boolean | undefined;
|
|
283
290
|
verbatim?: boolean | undefined;
|
|
284
291
|
}[] | undefined;
|
|
285
|
-
image_url?: string | undefined;
|
|
286
292
|
alt_text?: string | undefined;
|
|
287
293
|
elements?: {
|
|
288
294
|
type: "plain_text" | "mrkdwn";
|
|
@@ -290,31 +296,30 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
290
296
|
emoji?: boolean | undefined;
|
|
291
297
|
verbatim?: boolean | undefined;
|
|
292
298
|
}[] | undefined;
|
|
293
|
-
optional?: boolean | undefined;
|
|
294
299
|
block_id?: string | undefined;
|
|
295
300
|
accessory?: unknown;
|
|
296
301
|
element?: unknown;
|
|
297
302
|
label?: unknown;
|
|
298
303
|
hint?: unknown;
|
|
299
304
|
}[] | undefined;
|
|
300
|
-
toolCalls?: {
|
|
301
|
-
tool: string;
|
|
302
|
-
input?: unknown;
|
|
303
|
-
output?: unknown;
|
|
304
|
-
}[] | undefined;
|
|
305
305
|
}, {
|
|
306
306
|
error: string;
|
|
307
307
|
success: boolean;
|
|
308
|
-
response: string;
|
|
309
|
-
iterations: number;
|
|
310
308
|
metadata: {
|
|
311
309
|
verbosityLevel: string;
|
|
312
310
|
technicalityLevel: string;
|
|
313
311
|
wordCount: number;
|
|
314
312
|
blockCount?: number | undefined;
|
|
315
313
|
};
|
|
314
|
+
response: string;
|
|
315
|
+
iterations: number;
|
|
316
|
+
toolCalls?: {
|
|
317
|
+
tool: string;
|
|
318
|
+
input?: unknown;
|
|
319
|
+
output?: unknown;
|
|
320
|
+
}[] | undefined;
|
|
316
321
|
blocks?: {
|
|
317
|
-
type: "
|
|
322
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
318
323
|
title?: {
|
|
319
324
|
type: "plain_text";
|
|
320
325
|
text: string;
|
|
@@ -326,13 +331,14 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
326
331
|
emoji?: boolean | undefined;
|
|
327
332
|
verbatim?: boolean | undefined;
|
|
328
333
|
} | undefined;
|
|
334
|
+
image_url?: string | undefined;
|
|
335
|
+
optional?: boolean | undefined;
|
|
329
336
|
fields?: {
|
|
330
337
|
type: "plain_text" | "mrkdwn";
|
|
331
338
|
text: string;
|
|
332
339
|
emoji?: boolean | undefined;
|
|
333
340
|
verbatim?: boolean | undefined;
|
|
334
341
|
}[] | undefined;
|
|
335
|
-
image_url?: string | undefined;
|
|
336
342
|
alt_text?: string | undefined;
|
|
337
343
|
elements?: {
|
|
338
344
|
type: "plain_text" | "mrkdwn";
|
|
@@ -340,18 +346,12 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
|
|
|
340
346
|
emoji?: boolean | undefined;
|
|
341
347
|
verbatim?: boolean | undefined;
|
|
342
348
|
}[] | undefined;
|
|
343
|
-
optional?: boolean | undefined;
|
|
344
349
|
block_id?: string | undefined;
|
|
345
350
|
accessory?: unknown;
|
|
346
351
|
element?: unknown;
|
|
347
352
|
label?: unknown;
|
|
348
353
|
hint?: unknown;
|
|
349
354
|
}[] | undefined;
|
|
350
|
-
toolCalls?: {
|
|
351
|
-
tool: string;
|
|
352
|
-
input?: unknown;
|
|
353
|
-
output?: unknown;
|
|
354
|
-
}[] | undefined;
|
|
355
355
|
}>;
|
|
356
356
|
type SlackFormatterAgentParams = z.input<typeof SlackFormatterAgentParamsSchema>;
|
|
357
357
|
type SlackFormatterAgentParamsParsed = z.output<typeof SlackFormatterAgentParamsSchema>;
|
|
@@ -512,7 +512,7 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
512
512
|
verbatim?: boolean | undefined;
|
|
513
513
|
}>, "many">>;
|
|
514
514
|
}, "strip", z.ZodTypeAny, {
|
|
515
|
-
type: "
|
|
515
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
516
516
|
title?: {
|
|
517
517
|
type: "plain_text";
|
|
518
518
|
text: string;
|
|
@@ -524,13 +524,14 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
524
524
|
emoji?: boolean | undefined;
|
|
525
525
|
verbatim?: boolean | undefined;
|
|
526
526
|
} | undefined;
|
|
527
|
+
image_url?: string | undefined;
|
|
528
|
+
optional?: boolean | undefined;
|
|
527
529
|
fields?: {
|
|
528
530
|
type: "plain_text" | "mrkdwn";
|
|
529
531
|
text: string;
|
|
530
532
|
emoji?: boolean | undefined;
|
|
531
533
|
verbatim?: boolean | undefined;
|
|
532
534
|
}[] | undefined;
|
|
533
|
-
image_url?: string | undefined;
|
|
534
535
|
alt_text?: string | undefined;
|
|
535
536
|
elements?: {
|
|
536
537
|
type: "plain_text" | "mrkdwn";
|
|
@@ -538,14 +539,13 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
538
539
|
emoji?: boolean | undefined;
|
|
539
540
|
verbatim?: boolean | undefined;
|
|
540
541
|
}[] | undefined;
|
|
541
|
-
optional?: boolean | undefined;
|
|
542
542
|
block_id?: string | undefined;
|
|
543
543
|
accessory?: unknown;
|
|
544
544
|
element?: unknown;
|
|
545
545
|
label?: unknown;
|
|
546
546
|
hint?: unknown;
|
|
547
547
|
}, {
|
|
548
|
-
type: "
|
|
548
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
549
549
|
title?: {
|
|
550
550
|
type: "plain_text";
|
|
551
551
|
text: string;
|
|
@@ -557,13 +557,14 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
557
557
|
emoji?: boolean | undefined;
|
|
558
558
|
verbatim?: boolean | undefined;
|
|
559
559
|
} | undefined;
|
|
560
|
+
image_url?: string | undefined;
|
|
561
|
+
optional?: boolean | undefined;
|
|
560
562
|
fields?: {
|
|
561
563
|
type: "plain_text" | "mrkdwn";
|
|
562
564
|
text: string;
|
|
563
565
|
emoji?: boolean | undefined;
|
|
564
566
|
verbatim?: boolean | undefined;
|
|
565
567
|
}[] | undefined;
|
|
566
|
-
image_url?: string | undefined;
|
|
567
568
|
alt_text?: string | undefined;
|
|
568
569
|
elements?: {
|
|
569
570
|
type: "plain_text" | "mrkdwn";
|
|
@@ -571,7 +572,6 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
571
572
|
emoji?: boolean | undefined;
|
|
572
573
|
verbatim?: boolean | undefined;
|
|
573
574
|
}[] | undefined;
|
|
574
|
-
optional?: boolean | undefined;
|
|
575
575
|
block_id?: string | undefined;
|
|
576
576
|
accessory?: unknown;
|
|
577
577
|
element?: unknown;
|
|
@@ -613,16 +613,21 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
613
613
|
}, "strip", z.ZodTypeAny, {
|
|
614
614
|
error: string;
|
|
615
615
|
success: boolean;
|
|
616
|
-
response: string;
|
|
617
|
-
iterations: number;
|
|
618
616
|
metadata: {
|
|
619
617
|
verbosityLevel: string;
|
|
620
618
|
technicalityLevel: string;
|
|
621
619
|
wordCount: number;
|
|
622
620
|
blockCount?: number | undefined;
|
|
623
621
|
};
|
|
622
|
+
response: string;
|
|
623
|
+
iterations: number;
|
|
624
|
+
toolCalls?: {
|
|
625
|
+
tool: string;
|
|
626
|
+
input?: unknown;
|
|
627
|
+
output?: unknown;
|
|
628
|
+
}[] | undefined;
|
|
624
629
|
blocks?: {
|
|
625
|
-
type: "
|
|
630
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
626
631
|
title?: {
|
|
627
632
|
type: "plain_text";
|
|
628
633
|
text: string;
|
|
@@ -634,13 +639,14 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
634
639
|
emoji?: boolean | undefined;
|
|
635
640
|
verbatim?: boolean | undefined;
|
|
636
641
|
} | undefined;
|
|
642
|
+
image_url?: string | undefined;
|
|
643
|
+
optional?: boolean | undefined;
|
|
637
644
|
fields?: {
|
|
638
645
|
type: "plain_text" | "mrkdwn";
|
|
639
646
|
text: string;
|
|
640
647
|
emoji?: boolean | undefined;
|
|
641
648
|
verbatim?: boolean | undefined;
|
|
642
649
|
}[] | undefined;
|
|
643
|
-
image_url?: string | undefined;
|
|
644
650
|
alt_text?: string | undefined;
|
|
645
651
|
elements?: {
|
|
646
652
|
type: "plain_text" | "mrkdwn";
|
|
@@ -648,31 +654,30 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
648
654
|
emoji?: boolean | undefined;
|
|
649
655
|
verbatim?: boolean | undefined;
|
|
650
656
|
}[] | undefined;
|
|
651
|
-
optional?: boolean | undefined;
|
|
652
657
|
block_id?: string | undefined;
|
|
653
658
|
accessory?: unknown;
|
|
654
659
|
element?: unknown;
|
|
655
660
|
label?: unknown;
|
|
656
661
|
hint?: unknown;
|
|
657
662
|
}[] | undefined;
|
|
658
|
-
toolCalls?: {
|
|
659
|
-
tool: string;
|
|
660
|
-
input?: unknown;
|
|
661
|
-
output?: unknown;
|
|
662
|
-
}[] | undefined;
|
|
663
663
|
}, {
|
|
664
664
|
error: string;
|
|
665
665
|
success: boolean;
|
|
666
|
-
response: string;
|
|
667
|
-
iterations: number;
|
|
668
666
|
metadata: {
|
|
669
667
|
verbosityLevel: string;
|
|
670
668
|
technicalityLevel: string;
|
|
671
669
|
wordCount: number;
|
|
672
670
|
blockCount?: number | undefined;
|
|
673
671
|
};
|
|
672
|
+
response: string;
|
|
673
|
+
iterations: number;
|
|
674
|
+
toolCalls?: {
|
|
675
|
+
tool: string;
|
|
676
|
+
input?: unknown;
|
|
677
|
+
output?: unknown;
|
|
678
|
+
}[] | undefined;
|
|
674
679
|
blocks?: {
|
|
675
|
-
type: "
|
|
680
|
+
type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
|
|
676
681
|
title?: {
|
|
677
682
|
type: "plain_text";
|
|
678
683
|
text: string;
|
|
@@ -684,13 +689,14 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
684
689
|
emoji?: boolean | undefined;
|
|
685
690
|
verbatim?: boolean | undefined;
|
|
686
691
|
} | undefined;
|
|
692
|
+
image_url?: string | undefined;
|
|
693
|
+
optional?: boolean | undefined;
|
|
687
694
|
fields?: {
|
|
688
695
|
type: "plain_text" | "mrkdwn";
|
|
689
696
|
text: string;
|
|
690
697
|
emoji?: boolean | undefined;
|
|
691
698
|
verbatim?: boolean | undefined;
|
|
692
699
|
}[] | undefined;
|
|
693
|
-
image_url?: string | undefined;
|
|
694
700
|
alt_text?: string | undefined;
|
|
695
701
|
elements?: {
|
|
696
702
|
type: "plain_text" | "mrkdwn";
|
|
@@ -698,18 +704,12 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
|
|
|
698
704
|
emoji?: boolean | undefined;
|
|
699
705
|
verbatim?: boolean | undefined;
|
|
700
706
|
}[] | undefined;
|
|
701
|
-
optional?: boolean | undefined;
|
|
702
707
|
block_id?: string | undefined;
|
|
703
708
|
accessory?: unknown;
|
|
704
709
|
element?: unknown;
|
|
705
710
|
label?: unknown;
|
|
706
711
|
hint?: unknown;
|
|
707
712
|
}[] | undefined;
|
|
708
|
-
toolCalls?: {
|
|
709
|
-
tool: string;
|
|
710
|
-
input?: unknown;
|
|
711
|
-
output?: unknown;
|
|
712
|
-
}[] | undefined;
|
|
713
713
|
}>;
|
|
714
714
|
static readonly shortDescription = "AI agent for creating well-formatted Slack messages with adjustable verbosity and technicality";
|
|
715
715
|
static readonly longDescription = "\n An AI agent that specializes in generating properly formatted Slack messages with:\n - Adjustable verbosity levels (1-5): from concise bullet points to comprehensive explanations\n - Adjustable technicality levels (1-5): from plain English to expert terminology\n - Native Slack markdown formatting (bold, italic, code blocks, lists)\n - Optional Slack Block Kit JSON for rich interactive messages\n - Tool integration for dynamic content generation\n \n Perfect for:\n - Creating consistent Slack notifications with appropriate detail level\n - Adapting any content for different audiences\n - Generating interactive Slack messages with Block Kit\n - Formatting summaries, reports, and updates for Slack channels\n - Building engaging team communications with proper structure\n - Converting any information into Slack-friendly format\n ";
|
package/dist/bubbles.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "2.0.0",
|
|
3
|
-
"generatedAt": "2026-02-
|
|
3
|
+
"generatedAt": "2026-02-02T23:15:40.082Z",
|
|
4
4
|
"totalCount": 58,
|
|
5
5
|
"bubbles": [
|
|
6
6
|
{
|
|
@@ -7976,7 +7976,9 @@
|
|
|
7976
7976
|
"additionalProperties": false
|
|
7977
7977
|
},
|
|
7978
7978
|
"usageExample": "// Example usage of http bubble\nconst http = new HttpBubble({\n url: \"example string\", // The URL to make the HTTP request to,\n method: \"GET\" // options: \"GET\", \"POST\", \"PUT\", \"PATCH\", \"DELETE\", \"HEAD\", \"OPTIONS\", // HTTP method to use (default: GET),\n headers: { \"example_key\": \"example string\" }, // HTTP headers to include in the request,\n body: \"example string\", // Request body (string or JSON object),\n timeout: 30000 // default, // Request timeout in milliseconds (default: 30000, max: 120000),\n followRedirects: true // default, // Whether to follow HTTP redirects (default: true),\n authType: \"none\" // options: \"none\", \"bearer\", \"basic\", \"api-key\", \"api-key-header\", \"custom\", // Authentication type: none (default), bearer (Authorization: Bearer), basic (Authorization: Basic), api-key (X-API-Key), api-key-header (Api-Key), custom (user-specified header),\n authHeader: \"example string\", // Custom header name when authType is \"custom\" (e.g., \"X-Custom-Auth\"),\n});\n\nconst result = await http.action();\n\n// Always check success status before using data\nif (!result.success) {\n throw new Error(`${metadata.name} failed: ${result.error}`);\n}\n\n// outputSchema for result.data:\n// {\n// status: number // HTTP status code,\n// statusText: string // HTTP status text,\n// headers: Record<string, string> // Response headers,\n// body: string // Response body as string,\n// json: unknown | undefined // Parsed JSON response (if applicable),\n// success: boolean // Whether the request was successful (HTTP 2xx status codes),\n// error: string // Error message if request failed,\n// responseTime: number // Response time in milliseconds,\n// size: number // Response size in bytes\n// }\n\n// Access the actual data\nconst actualData = result.data;\nconsole.log(actualData);",
|
|
7979
|
-
"requiredCredentials":
|
|
7979
|
+
"requiredCredentials": [
|
|
7980
|
+
"*"
|
|
7981
|
+
]
|
|
7980
7982
|
},
|
|
7981
7983
|
{
|
|
7982
7984
|
"name": "storage",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bubblelab/bubble-core",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.82",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"puppeteer-core": "^24.10.0",
|
|
41
41
|
"resend": "^4.8.0",
|
|
42
42
|
"zod": "^3.24.1",
|
|
43
|
-
"@bubblelab/shared-schemas": "0.1.
|
|
43
|
+
"@bubblelab/shared-schemas": "0.1.83"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"zod-to-json-schema": "^3.24.6",
|