@bubblelab/bubble-core 0.1.193 → 0.1.194

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 (81) hide show
  1. package/dist/bubble-bundle.d.ts +108 -108
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +72 -72
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +16 -16
  4. package/dist/bubbles/service-bubble/airtable.d.ts +54 -54
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +60 -60
  7. package/dist/bubbles/service-bubble/attio/attio.d.ts +42 -42
  8. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +4 -4
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +25 -25
  10. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +27 -27
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +306 -306
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +204 -204
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +12 -12
  16. package/dist/bubbles/service-bubble/github.d.ts +220 -220
  17. package/dist/bubbles/service-bubble/gmail.d.ts +240 -240
  18. package/dist/bubbles/service-bubble/google-calendar.d.ts +50 -50
  19. package/dist/bubbles/service-bubble/google-drive.d.ts +56 -56
  20. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +34 -34
  21. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  22. package/dist/bubbles/service-bubble/http.d.ts +14 -14
  23. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +9 -9
  24. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/jira/jira.d.ts +181 -181
  26. package/dist/bubbles/service-bubble/linear/linear.d.ts +22 -22
  27. package/dist/bubbles/service-bubble/notion/notion.d.ts +1263 -1263
  28. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  29. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +20 -20
  30. package/dist/bubbles/service-bubble/resend.d.ts +22 -22
  31. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +12 -12
  32. package/dist/bubbles/service-bubble/slack/slack.d.ts +340 -340
  33. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
  34. package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
  35. package/dist/bubbles/service-bubble/storage.d.ts +56 -56
  36. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +96 -96
  37. package/dist/bubbles/service-bubble/telegram.d.ts +1111 -1111
  38. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
  39. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +2 -2
  40. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -2
  41. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +2 -2
  42. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +2 -2
  43. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
  44. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +66 -66
  45. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts.map +1 -1
  46. package/dist/bubbles/tool-bubble/chart-js-tool.js +44 -7
  47. package/dist/bubbles/tool-bubble/chart-js-tool.js.map +1 -1
  48. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
  50. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  53. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  54. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +94 -94
  55. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  56. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +38 -38
  60. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +22 -22
  61. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  63. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +12 -12
  64. package/dist/bubbles/tool-bubble/tool-template.d.ts +8 -8
  65. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +46 -46
  66. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  67. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  69. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  71. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
  72. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  73. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
  74. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  75. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +68 -68
  76. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  77. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
  78. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +90 -90
  79. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  80. package/dist/bubbles.json +1 -1
  81. package/package.json +2 -2
@@ -61,12 +61,12 @@ declare const SlackFormatterAgentParamsSchema: z.ZodObject<{
61
61
  additionalContext?: string | undefined;
62
62
  }, {
63
63
  message: string;
64
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
64
65
  model?: {
65
66
  model?: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-sonnet-4-6" | "anthropic/claude-opus-4-5" | "anthropic/claude-opus-4-6" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-sonnet-4.6" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/anthropic/claude-opus-4.6" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research" | undefined;
66
67
  temperature?: number | undefined;
67
68
  maxTokens?: number | undefined;
68
69
  } | undefined;
69
- credentials?: Partial<Record<CredentialType, string>> | undefined;
70
70
  tools?: {
71
71
  name: string;
72
72
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -154,27 +154,28 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
154
154
  verbatim?: boolean | undefined;
155
155
  }>, "many">>;
156
156
  }, "strip", z.ZodTypeAny, {
157
- type: "input" | "image" | "file" | "section" | "divider" | "header" | "context" | "table" | "actions";
157
+ type: "table" | "input" | "image" | "file" | "divider" | "context" | "section" | "header" | "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;
164
- text?: {
163
+ elements?: {
165
164
  type: "plain_text" | "mrkdwn";
166
165
  text: string;
167
166
  emoji?: boolean | undefined;
168
167
  verbatim?: boolean | undefined;
169
- } | undefined;
170
- image_url?: string | undefined;
171
- fields?: {
168
+ }[] | undefined;
169
+ text?: {
172
170
  type: "plain_text" | "mrkdwn";
173
171
  text: string;
174
172
  emoji?: boolean | undefined;
175
173
  verbatim?: boolean | undefined;
176
- }[] | undefined;
177
- elements?: {
174
+ } | undefined;
175
+ label?: unknown;
176
+ image_url?: string | undefined;
177
+ optional?: boolean | undefined;
178
+ fields?: {
178
179
  type: "plain_text" | "mrkdwn";
179
180
  text: string;
180
181
  emoji?: boolean | undefined;
@@ -184,30 +185,30 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
184
185
  block_id?: string | undefined;
185
186
  accessory?: unknown;
186
187
  element?: unknown;
187
- label?: unknown;
188
188
  hint?: unknown;
189
189
  }, {
190
- type: "input" | "image" | "file" | "section" | "divider" | "header" | "context" | "table" | "actions";
190
+ type: "table" | "input" | "image" | "file" | "divider" | "context" | "section" | "header" | "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;
197
- text?: {
196
+ elements?: {
198
197
  type: "plain_text" | "mrkdwn";
199
198
  text: string;
200
199
  emoji?: boolean | undefined;
201
200
  verbatim?: boolean | undefined;
202
- } | undefined;
203
- image_url?: string | undefined;
204
- fields?: {
201
+ }[] | undefined;
202
+ text?: {
205
203
  type: "plain_text" | "mrkdwn";
206
204
  text: string;
207
205
  emoji?: boolean | undefined;
208
206
  verbatim?: boolean | undefined;
209
- }[] | undefined;
210
- elements?: {
207
+ } | undefined;
208
+ label?: unknown;
209
+ image_url?: string | undefined;
210
+ optional?: boolean | undefined;
211
+ fields?: {
211
212
  type: "plain_text" | "mrkdwn";
212
213
  text: string;
213
214
  emoji?: boolean | undefined;
@@ -217,7 +218,6 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
217
218
  block_id?: string | undefined;
218
219
  accessory?: unknown;
219
220
  element?: unknown;
220
- label?: unknown;
221
221
  hint?: unknown;
222
222
  }>, "many">>;
223
223
  metadata: z.ZodObject<{
@@ -253,43 +253,44 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
253
253
  error: z.ZodString;
254
254
  success: z.ZodBoolean;
255
255
  }, "strip", z.ZodTypeAny, {
256
- error: string;
257
- success: boolean;
258
- response: string;
259
- iterations: number;
260
256
  metadata: {
261
257
  verbosityLevel: string;
262
258
  technicalityLevel: string;
263
259
  wordCount: number;
264
260
  blockCount?: number | undefined;
265
261
  };
262
+ success: boolean;
263
+ error: string;
264
+ response: string;
265
+ iterations: number;
266
266
  toolCalls?: {
267
267
  tool: string;
268
268
  input?: unknown;
269
269
  output?: unknown;
270
270
  }[] | undefined;
271
271
  blocks?: {
272
- type: "input" | "image" | "file" | "section" | "divider" | "header" | "context" | "table" | "actions";
272
+ type: "table" | "input" | "image" | "file" | "divider" | "context" | "section" | "header" | "actions";
273
273
  title?: {
274
274
  type: "plain_text";
275
275
  text: string;
276
276
  emoji?: boolean | undefined;
277
277
  } | undefined;
278
- optional?: boolean | undefined;
279
- text?: {
278
+ elements?: {
280
279
  type: "plain_text" | "mrkdwn";
281
280
  text: string;
282
281
  emoji?: boolean | undefined;
283
282
  verbatim?: boolean | undefined;
284
- } | undefined;
285
- image_url?: string | undefined;
286
- fields?: {
283
+ }[] | undefined;
284
+ text?: {
287
285
  type: "plain_text" | "mrkdwn";
288
286
  text: string;
289
287
  emoji?: boolean | undefined;
290
288
  verbatim?: boolean | undefined;
291
- }[] | undefined;
292
- elements?: {
289
+ } | undefined;
290
+ label?: unknown;
291
+ image_url?: string | undefined;
292
+ optional?: boolean | undefined;
293
+ fields?: {
293
294
  type: "plain_text" | "mrkdwn";
294
295
  text: string;
295
296
  emoji?: boolean | undefined;
@@ -299,47 +300,47 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
299
300
  block_id?: string | undefined;
300
301
  accessory?: unknown;
301
302
  element?: unknown;
302
- label?: unknown;
303
303
  hint?: unknown;
304
304
  }[] | undefined;
305
305
  }, {
306
- error: string;
307
- success: boolean;
308
- response: string;
309
- iterations: number;
310
306
  metadata: {
311
307
  verbosityLevel: string;
312
308
  technicalityLevel: string;
313
309
  wordCount: number;
314
310
  blockCount?: number | undefined;
315
311
  };
312
+ success: boolean;
313
+ error: string;
314
+ response: string;
315
+ iterations: number;
316
316
  toolCalls?: {
317
317
  tool: string;
318
318
  input?: unknown;
319
319
  output?: unknown;
320
320
  }[] | undefined;
321
321
  blocks?: {
322
- type: "input" | "image" | "file" | "section" | "divider" | "header" | "context" | "table" | "actions";
322
+ type: "table" | "input" | "image" | "file" | "divider" | "context" | "section" | "header" | "actions";
323
323
  title?: {
324
324
  type: "plain_text";
325
325
  text: string;
326
326
  emoji?: boolean | undefined;
327
327
  } | undefined;
328
- optional?: boolean | undefined;
329
- text?: {
328
+ elements?: {
330
329
  type: "plain_text" | "mrkdwn";
331
330
  text: string;
332
331
  emoji?: boolean | undefined;
333
332
  verbatim?: boolean | undefined;
334
- } | undefined;
335
- image_url?: string | undefined;
336
- fields?: {
333
+ }[] | undefined;
334
+ text?: {
337
335
  type: "plain_text" | "mrkdwn";
338
336
  text: string;
339
337
  emoji?: boolean | undefined;
340
338
  verbatim?: boolean | undefined;
341
- }[] | undefined;
342
- elements?: {
339
+ } | undefined;
340
+ label?: unknown;
341
+ image_url?: string | undefined;
342
+ optional?: boolean | undefined;
343
+ fields?: {
343
344
  type: "plain_text" | "mrkdwn";
344
345
  text: string;
345
346
  emoji?: boolean | undefined;
@@ -349,7 +350,6 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
349
350
  block_id?: string | undefined;
350
351
  accessory?: unknown;
351
352
  element?: unknown;
352
- label?: unknown;
353
353
  hint?: unknown;
354
354
  }[] | undefined;
355
355
  }>;
@@ -419,12 +419,12 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
419
419
  additionalContext?: string | undefined;
420
420
  }, {
421
421
  message: string;
422
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
422
423
  model?: {
423
424
  model?: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-sonnet-4-6" | "anthropic/claude-opus-4-5" | "anthropic/claude-opus-4-6" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-sonnet-4.6" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/anthropic/claude-opus-4.6" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research" | undefined;
424
425
  temperature?: number | undefined;
425
426
  maxTokens?: number | undefined;
426
427
  } | undefined;
427
- credentials?: Partial<Record<CredentialType, string>> | undefined;
428
428
  tools?: {
429
429
  name: string;
430
430
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -512,27 +512,28 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
512
512
  verbatim?: boolean | undefined;
513
513
  }>, "many">>;
514
514
  }, "strip", z.ZodTypeAny, {
515
- type: "input" | "image" | "file" | "section" | "divider" | "header" | "context" | "table" | "actions";
515
+ type: "table" | "input" | "image" | "file" | "divider" | "context" | "section" | "header" | "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;
522
- text?: {
521
+ elements?: {
523
522
  type: "plain_text" | "mrkdwn";
524
523
  text: string;
525
524
  emoji?: boolean | undefined;
526
525
  verbatim?: boolean | undefined;
527
- } | undefined;
528
- image_url?: string | undefined;
529
- fields?: {
526
+ }[] | undefined;
527
+ text?: {
530
528
  type: "plain_text" | "mrkdwn";
531
529
  text: string;
532
530
  emoji?: boolean | undefined;
533
531
  verbatim?: boolean | undefined;
534
- }[] | undefined;
535
- elements?: {
532
+ } | undefined;
533
+ label?: unknown;
534
+ image_url?: string | undefined;
535
+ optional?: boolean | undefined;
536
+ fields?: {
536
537
  type: "plain_text" | "mrkdwn";
537
538
  text: string;
538
539
  emoji?: boolean | undefined;
@@ -542,30 +543,30 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
542
543
  block_id?: string | undefined;
543
544
  accessory?: unknown;
544
545
  element?: unknown;
545
- label?: unknown;
546
546
  hint?: unknown;
547
547
  }, {
548
- type: "input" | "image" | "file" | "section" | "divider" | "header" | "context" | "table" | "actions";
548
+ type: "table" | "input" | "image" | "file" | "divider" | "context" | "section" | "header" | "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;
555
- text?: {
554
+ elements?: {
556
555
  type: "plain_text" | "mrkdwn";
557
556
  text: string;
558
557
  emoji?: boolean | undefined;
559
558
  verbatim?: boolean | undefined;
560
- } | undefined;
561
- image_url?: string | undefined;
562
- fields?: {
559
+ }[] | undefined;
560
+ text?: {
563
561
  type: "plain_text" | "mrkdwn";
564
562
  text: string;
565
563
  emoji?: boolean | undefined;
566
564
  verbatim?: boolean | undefined;
567
- }[] | undefined;
568
- elements?: {
565
+ } | undefined;
566
+ label?: unknown;
567
+ image_url?: string | undefined;
568
+ optional?: boolean | undefined;
569
+ fields?: {
569
570
  type: "plain_text" | "mrkdwn";
570
571
  text: string;
571
572
  emoji?: boolean | undefined;
@@ -575,7 +576,6 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
575
576
  block_id?: string | undefined;
576
577
  accessory?: unknown;
577
578
  element?: unknown;
578
- label?: unknown;
579
579
  hint?: unknown;
580
580
  }>, "many">>;
581
581
  metadata: z.ZodObject<{
@@ -611,43 +611,44 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
611
611
  error: z.ZodString;
612
612
  success: z.ZodBoolean;
613
613
  }, "strip", z.ZodTypeAny, {
614
- error: string;
615
- success: boolean;
616
- response: string;
617
- iterations: number;
618
614
  metadata: {
619
615
  verbosityLevel: string;
620
616
  technicalityLevel: string;
621
617
  wordCount: number;
622
618
  blockCount?: number | undefined;
623
619
  };
620
+ success: boolean;
621
+ error: string;
622
+ response: string;
623
+ iterations: number;
624
624
  toolCalls?: {
625
625
  tool: string;
626
626
  input?: unknown;
627
627
  output?: unknown;
628
628
  }[] | undefined;
629
629
  blocks?: {
630
- type: "input" | "image" | "file" | "section" | "divider" | "header" | "context" | "table" | "actions";
630
+ type: "table" | "input" | "image" | "file" | "divider" | "context" | "section" | "header" | "actions";
631
631
  title?: {
632
632
  type: "plain_text";
633
633
  text: string;
634
634
  emoji?: boolean | undefined;
635
635
  } | undefined;
636
- optional?: boolean | undefined;
637
- text?: {
636
+ elements?: {
638
637
  type: "plain_text" | "mrkdwn";
639
638
  text: string;
640
639
  emoji?: boolean | undefined;
641
640
  verbatim?: boolean | undefined;
642
- } | undefined;
643
- image_url?: string | undefined;
644
- fields?: {
641
+ }[] | undefined;
642
+ text?: {
645
643
  type: "plain_text" | "mrkdwn";
646
644
  text: string;
647
645
  emoji?: boolean | undefined;
648
646
  verbatim?: boolean | undefined;
649
- }[] | undefined;
650
- elements?: {
647
+ } | undefined;
648
+ label?: unknown;
649
+ image_url?: string | undefined;
650
+ optional?: boolean | undefined;
651
+ fields?: {
651
652
  type: "plain_text" | "mrkdwn";
652
653
  text: string;
653
654
  emoji?: boolean | undefined;
@@ -657,47 +658,47 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
657
658
  block_id?: string | undefined;
658
659
  accessory?: unknown;
659
660
  element?: unknown;
660
- label?: unknown;
661
661
  hint?: unknown;
662
662
  }[] | undefined;
663
663
  }, {
664
- error: string;
665
- success: boolean;
666
- response: string;
667
- iterations: number;
668
664
  metadata: {
669
665
  verbosityLevel: string;
670
666
  technicalityLevel: string;
671
667
  wordCount: number;
672
668
  blockCount?: number | undefined;
673
669
  };
670
+ success: boolean;
671
+ error: string;
672
+ response: string;
673
+ iterations: number;
674
674
  toolCalls?: {
675
675
  tool: string;
676
676
  input?: unknown;
677
677
  output?: unknown;
678
678
  }[] | undefined;
679
679
  blocks?: {
680
- type: "input" | "image" | "file" | "section" | "divider" | "header" | "context" | "table" | "actions";
680
+ type: "table" | "input" | "image" | "file" | "divider" | "context" | "section" | "header" | "actions";
681
681
  title?: {
682
682
  type: "plain_text";
683
683
  text: string;
684
684
  emoji?: boolean | undefined;
685
685
  } | undefined;
686
- optional?: boolean | undefined;
687
- text?: {
686
+ elements?: {
688
687
  type: "plain_text" | "mrkdwn";
689
688
  text: string;
690
689
  emoji?: boolean | undefined;
691
690
  verbatim?: boolean | undefined;
692
- } | undefined;
693
- image_url?: string | undefined;
694
- fields?: {
691
+ }[] | undefined;
692
+ text?: {
695
693
  type: "plain_text" | "mrkdwn";
696
694
  text: string;
697
695
  emoji?: boolean | undefined;
698
696
  verbatim?: boolean | undefined;
699
- }[] | undefined;
700
- elements?: {
697
+ } | undefined;
698
+ label?: unknown;
699
+ image_url?: string | undefined;
700
+ optional?: boolean | undefined;
701
+ fields?: {
701
702
  type: "plain_text" | "mrkdwn";
702
703
  text: string;
703
704
  emoji?: boolean | undefined;
@@ -707,7 +708,6 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
707
708
  block_id?: string | undefined;
708
709
  accessory?: unknown;
709
710
  element?: unknown;
710
- label?: unknown;
711
711
  hint?: unknown;
712
712
  }[] | undefined;
713
713
  }>;
@@ -148,8 +148,8 @@ declare const SlackNotifierResultSchema: z.ZodObject<{
148
148
  originalLength?: number | undefined;
149
149
  }>>;
150
150
  }, "strip", z.ZodTypeAny, {
151
- error: string;
152
151
  success: boolean;
152
+ error: string;
153
153
  messageInfo?: {
154
154
  channelName?: string | undefined;
155
155
  messageTimestamp?: string | undefined;
@@ -163,8 +163,8 @@ declare const SlackNotifierResultSchema: z.ZodObject<{
163
163
  originalLength?: number | undefined;
164
164
  } | undefined;
165
165
  }, {
166
- error: string;
167
166
  success: boolean;
167
+ error: string;
168
168
  messageInfo?: {
169
169
  channelName?: string | undefined;
170
170
  messageTimestamp?: string | undefined;
@@ -344,8 +344,8 @@ export declare class SlackNotifierWorkflowBubble extends WorkflowBubble<SlackNot
344
344
  originalLength?: number | undefined;
345
345
  }>>;
346
346
  }, "strip", z.ZodTypeAny, {
347
- error: string;
348
347
  success: boolean;
348
+ error: string;
349
349
  messageInfo?: {
350
350
  channelName?: string | undefined;
351
351
  messageTimestamp?: string | undefined;
@@ -359,8 +359,8 @@ export declare class SlackNotifierWorkflowBubble extends WorkflowBubble<SlackNot
359
359
  originalLength?: number | undefined;
360
360
  } | undefined;
361
361
  }, {
362
- error: string;
363
362
  success: boolean;
363
+ error: string;
364
364
  messageInfo?: {
365
365
  channelName?: string | undefined;
366
366
  messageTimestamp?: string | undefined;
package/dist/bubbles.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "2.0.0",
3
- "generatedAt": "2026-02-22T15:49:29.730Z",
3
+ "generatedAt": "2026-02-22T17:32:12.200Z",
4
4
  "totalCount": 69,
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.193",
3
+ "version": "0.1.194",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./dist/index.js",
@@ -41,7 +41,7 @@
41
41
  "puppeteer-core": "^24.10.0",
42
42
  "resend": "^4.8.0",
43
43
  "zod": "^3.24.1",
44
- "@bubblelab/shared-schemas": "0.1.193"
44
+ "@bubblelab/shared-schemas": "0.1.194"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@types/node": "^20.12.12",