@bubblelab/bubble-core 0.1.91 → 0.1.92

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.
Files changed (48) hide show
  1. package/dist/bubble-bundle.d.ts +82 -78
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +120 -120
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +36 -36
  4. package/dist/bubbles/service-bubble/airtable.d.ts +170 -170
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +62 -62
  7. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
  8. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
  9. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
  10. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  11. package/dist/bubbles/service-bubble/firecrawl.d.ts +306 -306
  12. package/dist/bubbles/service-bubble/followupboss.d.ts +148 -148
  13. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
  14. package/dist/bubbles/service-bubble/github.d.ts +88 -88
  15. package/dist/bubbles/service-bubble/gmail.d.ts +584 -584
  16. package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
  17. package/dist/bubbles/service-bubble/google-drive.d.ts +98 -98
  18. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
  19. package/dist/bubbles/service-bubble/http.d.ts +20 -20
  20. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  21. package/dist/bubbles/service-bubble/jira/jira.d.ts +58 -58
  22. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +14 -14
  23. package/dist/bubbles/service-bubble/notion/notion.d.ts +92 -92
  24. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  26. package/dist/bubbles/service-bubble/slack/slack.d.ts +676 -676
  27. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  28. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +75 -75
  29. package/dist/bubbles/service-bubble/telegram.d.ts +108 -108
  30. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +20 -20
  31. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
  32. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  33. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  34. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +304 -304
  35. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  36. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
  37. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +110 -110
  38. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  39. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  41. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
  42. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
  43. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  44. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +50 -50
  45. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  46. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
  47. package/dist/bubbles.json +1 -1
  48. package/package.json +2 -2
@@ -154,25 +154,26 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
154
154
  verbatim?: boolean | undefined;
155
155
  }>, "many">>;
156
156
  }, "strip", z.ZodTypeAny, {
157
- type: "image" | "file" | "input" | "section" | "header" | "divider" | "context" | "actions";
157
+ type: "image" | "input" | "file" | "section" | "divider" | "header" | "context" | "actions";
158
158
  title?: {
159
159
  type: "plain_text";
160
160
  text: string;
161
161
  emoji?: boolean | undefined;
162
162
  } | undefined;
163
+ optional?: boolean | undefined;
163
164
  text?: {
164
165
  type: "plain_text" | "mrkdwn";
165
166
  text: string;
166
167
  emoji?: boolean | undefined;
167
168
  verbatim?: boolean | undefined;
168
169
  } | undefined;
170
+ image_url?: string | 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,32 +181,32 @@ 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: "image" | "file" | "input" | "section" | "header" | "divider" | "context" | "actions";
190
+ type: "image" | "input" | "file" | "section" | "divider" | "header" | "context" | "actions";
191
191
  title?: {
192
192
  type: "plain_text";
193
193
  text: string;
194
194
  emoji?: boolean | undefined;
195
195
  } | undefined;
196
+ optional?: boolean | undefined;
196
197
  text?: {
197
198
  type: "plain_text" | "mrkdwn";
198
199
  text: string;
199
200
  emoji?: boolean | undefined;
200
201
  verbatim?: boolean | undefined;
201
202
  } | undefined;
203
+ image_url?: string | 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,34 +255,40 @@ 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: "image" | "file" | "input" | "section" | "header" | "divider" | "context" | "actions";
272
+ type: "image" | "input" | "file" | "section" | "divider" | "header" | "context" | "actions";
268
273
  title?: {
269
274
  type: "plain_text";
270
275
  text: string;
271
276
  emoji?: boolean | undefined;
272
277
  } | undefined;
278
+ optional?: boolean | undefined;
273
279
  text?: {
274
280
  type: "plain_text" | "mrkdwn";
275
281
  text: string;
276
282
  emoji?: boolean | undefined;
277
283
  verbatim?: boolean | undefined;
278
284
  } | undefined;
285
+ image_url?: string | 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,49 +296,49 @@ 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: "image" | "file" | "input" | "section" | "header" | "divider" | "context" | "actions";
322
+ type: "image" | "input" | "file" | "section" | "divider" | "header" | "context" | "actions";
318
323
  title?: {
319
324
  type: "plain_text";
320
325
  text: string;
321
326
  emoji?: boolean | undefined;
322
327
  } | undefined;
328
+ optional?: boolean | undefined;
323
329
  text?: {
324
330
  type: "plain_text" | "mrkdwn";
325
331
  text: string;
326
332
  emoji?: boolean | undefined;
327
333
  verbatim?: boolean | undefined;
328
334
  } | undefined;
335
+ image_url?: string | 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,25 +512,26 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
512
512
  verbatim?: boolean | undefined;
513
513
  }>, "many">>;
514
514
  }, "strip", z.ZodTypeAny, {
515
- type: "image" | "file" | "input" | "section" | "header" | "divider" | "context" | "actions";
515
+ type: "image" | "input" | "file" | "section" | "divider" | "header" | "context" | "actions";
516
516
  title?: {
517
517
  type: "plain_text";
518
518
  text: string;
519
519
  emoji?: boolean | undefined;
520
520
  } | undefined;
521
+ optional?: boolean | undefined;
521
522
  text?: {
522
523
  type: "plain_text" | "mrkdwn";
523
524
  text: string;
524
525
  emoji?: boolean | undefined;
525
526
  verbatim?: boolean | undefined;
526
527
  } | undefined;
528
+ image_url?: string | 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,32 +539,32 @@ 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: "image" | "file" | "input" | "section" | "header" | "divider" | "context" | "actions";
548
+ type: "image" | "input" | "file" | "section" | "divider" | "header" | "context" | "actions";
549
549
  title?: {
550
550
  type: "plain_text";
551
551
  text: string;
552
552
  emoji?: boolean | undefined;
553
553
  } | undefined;
554
+ optional?: boolean | undefined;
554
555
  text?: {
555
556
  type: "plain_text" | "mrkdwn";
556
557
  text: string;
557
558
  emoji?: boolean | undefined;
558
559
  verbatim?: boolean | undefined;
559
560
  } | undefined;
561
+ image_url?: string | 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,34 +613,40 @@ 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: "image" | "file" | "input" | "section" | "header" | "divider" | "context" | "actions";
630
+ type: "image" | "input" | "file" | "section" | "divider" | "header" | "context" | "actions";
626
631
  title?: {
627
632
  type: "plain_text";
628
633
  text: string;
629
634
  emoji?: boolean | undefined;
630
635
  } | undefined;
636
+ optional?: boolean | undefined;
631
637
  text?: {
632
638
  type: "plain_text" | "mrkdwn";
633
639
  text: string;
634
640
  emoji?: boolean | undefined;
635
641
  verbatim?: boolean | undefined;
636
642
  } | undefined;
643
+ image_url?: string | 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,49 +654,49 @@ 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: "image" | "file" | "input" | "section" | "header" | "divider" | "context" | "actions";
680
+ type: "image" | "input" | "file" | "section" | "divider" | "header" | "context" | "actions";
676
681
  title?: {
677
682
  type: "plain_text";
678
683
  text: string;
679
684
  emoji?: boolean | undefined;
680
685
  } | undefined;
686
+ optional?: boolean | undefined;
681
687
  text?: {
682
688
  type: "plain_text" | "mrkdwn";
683
689
  text: string;
684
690
  emoji?: boolean | undefined;
685
691
  verbatim?: boolean | undefined;
686
692
  } | undefined;
693
+ image_url?: string | 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-03T07:59:45.193Z",
3
+ "generatedAt": "2026-02-03T10:35:02.158Z",
4
4
  "totalCount": 58,
5
5
  "bubbles": [
6
6
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bubblelab/bubble-core",
3
- "version": "0.1.91",
3
+ "version": "0.1.92",
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.91"
43
+ "@bubblelab/shared-schemas": "0.1.92"
44
44
  },
45
45
  "devDependencies": {
46
46
  "zod-to-json-schema": "^3.24.6",