@bubblelab/bubble-core 0.1.131 → 0.1.134

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.
@@ -154,7 +154,7 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
154
154
  verbatim?: boolean | undefined;
155
155
  }>, "many">>;
156
156
  }, "strip", z.ZodTypeAny, {
157
- type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions" | "table";
157
+ type: "input" | "image" | "file" | "divider" | "context" | "section" | "header" | "actions" | "table";
158
158
  title?: {
159
159
  type: "plain_text";
160
160
  text: string;
@@ -187,7 +187,7 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
187
187
  label?: unknown;
188
188
  hint?: unknown;
189
189
  }, {
190
- type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions" | "table";
190
+ type: "input" | "image" | "file" | "divider" | "context" | "section" | "header" | "actions" | "table";
191
191
  title?: {
192
192
  type: "plain_text";
193
193
  text: string;
@@ -269,7 +269,7 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
269
269
  output?: unknown;
270
270
  }[] | undefined;
271
271
  blocks?: {
272
- type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions" | "table";
272
+ type: "input" | "image" | "file" | "divider" | "context" | "section" | "header" | "actions" | "table";
273
273
  title?: {
274
274
  type: "plain_text";
275
275
  text: string;
@@ -319,7 +319,7 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
319
319
  output?: unknown;
320
320
  }[] | undefined;
321
321
  blocks?: {
322
- type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions" | "table";
322
+ type: "input" | "image" | "file" | "divider" | "context" | "section" | "header" | "actions" | "table";
323
323
  title?: {
324
324
  type: "plain_text";
325
325
  text: string;
@@ -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: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions" | "table";
515
+ type: "input" | "image" | "file" | "divider" | "context" | "section" | "header" | "actions" | "table";
516
516
  title?: {
517
517
  type: "plain_text";
518
518
  text: string;
@@ -545,7 +545,7 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
545
545
  label?: unknown;
546
546
  hint?: unknown;
547
547
  }, {
548
- type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions" | "table";
548
+ type: "input" | "image" | "file" | "divider" | "context" | "section" | "header" | "actions" | "table";
549
549
  title?: {
550
550
  type: "plain_text";
551
551
  text: string;
@@ -627,7 +627,7 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
627
627
  output?: unknown;
628
628
  }[] | undefined;
629
629
  blocks?: {
630
- type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions" | "table";
630
+ type: "input" | "image" | "file" | "divider" | "context" | "section" | "header" | "actions" | "table";
631
631
  title?: {
632
632
  type: "plain_text";
633
633
  text: string;
@@ -677,7 +677,7 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
677
677
  output?: unknown;
678
678
  }[] | undefined;
679
679
  blocks?: {
680
- type: "input" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions" | "table";
680
+ type: "input" | "image" | "file" | "divider" | "context" | "section" | "header" | "actions" | "table";
681
681
  title?: {
682
682
  type: "plain_text";
683
683
  text: string;
package/dist/bubbles.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "2.0.0",
3
- "generatedAt": "2026-02-09T13:19:17.666Z",
3
+ "generatedAt": "2026-02-09T22:46:38.324Z",
4
4
  "totalCount": 61,
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.131",
3
+ "version": "0.1.134",
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.131"
43
+ "@bubblelab/shared-schemas": "0.1.134"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/node": "^20.12.12",