@bubblelab/bubble-core 0.1.170 → 0.1.172

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 (87) hide show
  1. package/dist/bubble-bundle.d.ts +157 -112
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +4 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.d.ts +84 -84
  6. package/dist/bubbles/service-bubble/airtable.d.ts +100 -100
  7. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  8. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  9. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  13. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  14. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  15. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  16. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
  17. package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
  18. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +74 -74
  19. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
  20. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +3 -3
  21. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +3 -3
  22. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  23. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  24. package/dist/bubbles/service-bubble/firecrawl.d.ts +202 -202
  25. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/github.d.ts +12 -12
  27. package/dist/bubbles/service-bubble/gmail.d.ts +16 -16
  28. package/dist/bubbles/service-bubble/google-calendar.d.ts +80 -80
  29. package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
  30. package/dist/bubbles/service-bubble/http.d.ts +6 -6
  31. package/dist/bubbles/service-bubble/insforge-db.d.ts +6 -6
  32. package/dist/bubbles/service-bubble/jira/jira.d.ts +16 -16
  33. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +18 -18
  34. package/dist/bubbles/service-bubble/linear/index.d.ts +5 -0
  35. package/dist/bubbles/service-bubble/linear/index.d.ts.map +1 -0
  36. package/dist/bubbles/service-bubble/linear/index.js +5 -0
  37. package/dist/bubbles/service-bubble/linear/index.js.map +1 -0
  38. package/dist/bubbles/service-bubble/linear/linear.d.ts +1695 -0
  39. package/dist/bubbles/service-bubble/linear/linear.d.ts.map +1 -0
  40. package/dist/bubbles/service-bubble/linear/linear.integration.flow.d.ts +33 -0
  41. package/dist/bubbles/service-bubble/linear/linear.integration.flow.d.ts.map +1 -0
  42. package/dist/bubbles/service-bubble/linear/linear.integration.flow.js +432 -0
  43. package/dist/bubbles/service-bubble/linear/linear.integration.flow.js.map +1 -0
  44. package/dist/bubbles/service-bubble/linear/linear.js +463 -0
  45. package/dist/bubbles/service-bubble/linear/linear.js.map +1 -0
  46. package/dist/bubbles/service-bubble/linear/linear.schema.d.ts +2059 -0
  47. package/dist/bubbles/service-bubble/linear/linear.schema.d.ts.map +1 -0
  48. package/dist/bubbles/service-bubble/linear/linear.schema.js +444 -0
  49. package/dist/bubbles/service-bubble/linear/linear.schema.js.map +1 -0
  50. package/dist/bubbles/service-bubble/linear/linear.utils.d.ts +24 -0
  51. package/dist/bubbles/service-bubble/linear/linear.utils.d.ts.map +1 -0
  52. package/dist/bubbles/service-bubble/linear/linear.utils.js +288 -0
  53. package/dist/bubbles/service-bubble/linear/linear.utils.js.map +1 -0
  54. package/dist/bubbles/service-bubble/notion/notion.d.ts +272 -272
  55. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  56. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  57. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +8 -8
  58. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +12 -12
  59. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  60. package/dist/bubbles/service-bubble/slack/slack.d.ts +160 -160
  61. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  62. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  63. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
  64. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  65. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  66. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +106 -106
  67. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  68. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
  69. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  70. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  71. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
  72. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +54 -54
  73. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  74. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  75. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  76. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  77. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  78. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +44 -44
  79. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  80. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  81. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
  82. package/dist/bubbles.json +1357 -2
  83. package/dist/index.d.ts +2 -0
  84. package/dist/index.d.ts.map +1 -1
  85. package/dist/index.js +1 -0
  86. package/dist/index.js.map +1 -1
  87. package/package.json +2 -2
@@ -195,12 +195,12 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
195
195
  fieldName: z.ZodString;
196
196
  confidence: z.ZodNumber;
197
197
  }, "strip", z.ZodTypeAny, {
198
- id: number;
199
198
  fieldName: string;
199
+ id: number;
200
200
  confidence: number;
201
201
  }, {
202
- id: number;
203
202
  fieldName: string;
203
+ id: number;
204
204
  confidence: number;
205
205
  }>, "many">;
206
206
  discoveryData: z.ZodObject<{
@@ -258,8 +258,8 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
258
258
  convertedPages: number;
259
259
  };
260
260
  extractedFields: {
261
- id: number;
262
261
  fieldName: string;
262
+ id: number;
263
263
  confidence: number;
264
264
  }[];
265
265
  discoveryData: {
@@ -283,8 +283,8 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
283
283
  convertedPages: number;
284
284
  };
285
285
  extractedFields: {
286
- id: number;
287
286
  fieldName: string;
287
+ id: number;
288
288
  confidence: number;
289
289
  }[];
290
290
  discoveryData: {
@@ -307,14 +307,14 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
307
307
  confidence: z.ZodNumber;
308
308
  }, "strip", z.ZodTypeAny, {
309
309
  value: string;
310
- id: number;
311
310
  fieldName: string;
311
+ id: number;
312
312
  confidence: number;
313
313
  originalFieldName?: string | undefined;
314
314
  }, {
315
315
  value: string;
316
- id: number;
317
316
  fieldName: string;
317
+ id: number;
318
318
  confidence: number;
319
319
  originalFieldName?: string | undefined;
320
320
  }>, "many">;
@@ -386,8 +386,8 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
386
386
  };
387
387
  extractedFields: {
388
388
  value: string;
389
- id: number;
390
389
  fieldName: string;
390
+ id: number;
391
391
  confidence: number;
392
392
  originalFieldName?: string | undefined;
393
393
  }[];
@@ -418,8 +418,8 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
418
418
  };
419
419
  extractedFields: {
420
420
  value: string;
421
- id: number;
422
421
  fieldName: string;
422
+ id: number;
423
423
  confidence: number;
424
424
  originalFieldName?: string | undefined;
425
425
  }[];
@@ -628,12 +628,12 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
628
628
  fieldName: z.ZodString;
629
629
  confidence: z.ZodNumber;
630
630
  }, "strip", z.ZodTypeAny, {
631
- id: number;
632
631
  fieldName: string;
632
+ id: number;
633
633
  confidence: number;
634
634
  }, {
635
- id: number;
636
635
  fieldName: string;
636
+ id: number;
637
637
  confidence: number;
638
638
  }>, "many">;
639
639
  discoveryData: z.ZodObject<{
@@ -691,8 +691,8 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
691
691
  convertedPages: number;
692
692
  };
693
693
  extractedFields: {
694
- id: number;
695
694
  fieldName: string;
695
+ id: number;
696
696
  confidence: number;
697
697
  }[];
698
698
  discoveryData: {
@@ -716,8 +716,8 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
716
716
  convertedPages: number;
717
717
  };
718
718
  extractedFields: {
719
- id: number;
720
719
  fieldName: string;
720
+ id: number;
721
721
  confidence: number;
722
722
  }[];
723
723
  discoveryData: {
@@ -740,14 +740,14 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
740
740
  confidence: z.ZodNumber;
741
741
  }, "strip", z.ZodTypeAny, {
742
742
  value: string;
743
- id: number;
744
743
  fieldName: string;
744
+ id: number;
745
745
  confidence: number;
746
746
  originalFieldName?: string | undefined;
747
747
  }, {
748
748
  value: string;
749
- id: number;
750
749
  fieldName: string;
750
+ id: number;
751
751
  confidence: number;
752
752
  originalFieldName?: string | undefined;
753
753
  }>, "many">;
@@ -819,8 +819,8 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
819
819
  };
820
820
  extractedFields: {
821
821
  value: string;
822
- id: number;
823
822
  fieldName: string;
823
+ id: number;
824
824
  confidence: number;
825
825
  originalFieldName?: string | undefined;
826
826
  }[];
@@ -851,8 +851,8 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
851
851
  };
852
852
  extractedFields: {
853
853
  value: string;
854
- id: number;
855
854
  fieldName: string;
855
+ id: number;
856
856
  confidence: number;
857
857
  originalFieldName?: string | undefined;
858
858
  }[];
@@ -60,8 +60,8 @@ declare const SlackDataAssistantParamsSchema: z.ZodObject<{
60
60
  slackChannel: string;
61
61
  userQuestion: string;
62
62
  name?: string | undefined;
63
- temperature?: number | undefined;
64
63
  credentials?: Partial<Record<CredentialType, string>> | undefined;
64
+ temperature?: number | undefined;
65
65
  verbosity?: "1" | "2" | "3" | "4" | "5" | undefined;
66
66
  technicality?: "1" | "2" | "3" | "4" | "5" | undefined;
67
67
  includeQuery?: boolean | undefined;
@@ -198,8 +198,8 @@ export declare class SlackDataAssistantWorkflow extends WorkflowBubble<SlackData
198
198
  slackChannel: string;
199
199
  userQuestion: string;
200
200
  name?: string | undefined;
201
- temperature?: number | undefined;
202
201
  credentials?: Partial<Record<CredentialType, string>> | undefined;
202
+ temperature?: number | undefined;
203
203
  verbosity?: "1" | "2" | "3" | "4" | "5" | undefined;
204
204
  technicality?: "1" | "2" | "3" | "4" | "5" | undefined;
205
205
  includeQuery?: boolean | undefined;
@@ -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-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,12 +154,13 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
154
154
  verbatim?: boolean | undefined;
155
155
  }>, "many">>;
156
156
  }, "strip", z.ZodTypeAny, {
157
- type: "input" | "table" | "image" | "file" | "divider" | "context" | "section" | "header" | "actions";
157
+ type: "table" | "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;
@@ -167,32 +168,32 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
167
168
  verbatim?: boolean | undefined;
168
169
  } | undefined;
169
170
  image_url?: string | undefined;
170
- optional?: boolean | undefined;
171
171
  fields?: {
172
172
  type: "plain_text" | "mrkdwn";
173
173
  text: string;
174
174
  emoji?: boolean | undefined;
175
175
  verbatim?: boolean | undefined;
176
176
  }[] | undefined;
177
- alt_text?: string | undefined;
178
177
  elements?: {
179
178
  type: "plain_text" | "mrkdwn";
180
179
  text: string;
181
180
  emoji?: boolean | undefined;
182
181
  verbatim?: boolean | undefined;
183
182
  }[] | undefined;
183
+ alt_text?: string | 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: "input" | "table" | "image" | "file" | "divider" | "context" | "section" | "header" | "actions";
190
+ type: "table" | "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;
@@ -200,20 +201,19 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
200
201
  verbatim?: boolean | undefined;
201
202
  } | undefined;
202
203
  image_url?: string | undefined;
203
- optional?: boolean | undefined;
204
204
  fields?: {
205
205
  type: "plain_text" | "mrkdwn";
206
206
  text: string;
207
207
  emoji?: boolean | undefined;
208
208
  verbatim?: boolean | undefined;
209
209
  }[] | undefined;
210
- alt_text?: string | undefined;
211
210
  elements?: {
212
211
  type: "plain_text" | "mrkdwn";
213
212
  text: string;
214
213
  emoji?: boolean | undefined;
215
214
  verbatim?: boolean | undefined;
216
215
  }[] | undefined;
216
+ alt_text?: string | undefined;
217
217
  block_id?: string | undefined;
218
218
  accessory?: unknown;
219
219
  element?: unknown;
@@ -253,8 +253,6 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
253
253
  error: z.ZodString;
254
254
  success: z.ZodBoolean;
255
255
  }, "strip", z.ZodTypeAny, {
256
- response: string;
257
- iterations: number;
258
256
  error: string;
259
257
  success: boolean;
260
258
  metadata: {
@@ -263,18 +261,21 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
263
261
  wordCount: number;
264
262
  blockCount?: number | undefined;
265
263
  };
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" | "table" | "image" | "file" | "divider" | "context" | "section" | "header" | "actions";
272
+ type: "table" | "image" | "input" | "file" | "section" | "divider" | "header" | "context" | "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;
278
279
  text?: {
279
280
  type: "plain_text" | "mrkdwn";
280
281
  text: string;
@@ -282,20 +283,19 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
282
283
  verbatim?: boolean | undefined;
283
284
  } | undefined;
284
285
  image_url?: string | undefined;
285
- optional?: boolean | undefined;
286
286
  fields?: {
287
287
  type: "plain_text" | "mrkdwn";
288
288
  text: string;
289
289
  emoji?: boolean | undefined;
290
290
  verbatim?: boolean | undefined;
291
291
  }[] | undefined;
292
- alt_text?: string | undefined;
293
292
  elements?: {
294
293
  type: "plain_text" | "mrkdwn";
295
294
  text: string;
296
295
  emoji?: boolean | undefined;
297
296
  verbatim?: boolean | undefined;
298
297
  }[] | undefined;
298
+ alt_text?: string | undefined;
299
299
  block_id?: string | undefined;
300
300
  accessory?: unknown;
301
301
  element?: unknown;
@@ -303,8 +303,6 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
303
303
  hint?: unknown;
304
304
  }[] | undefined;
305
305
  }, {
306
- response: string;
307
- iterations: number;
308
306
  error: string;
309
307
  success: boolean;
310
308
  metadata: {
@@ -313,18 +311,21 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
313
311
  wordCount: number;
314
312
  blockCount?: number | undefined;
315
313
  };
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" | "table" | "image" | "file" | "divider" | "context" | "section" | "header" | "actions";
322
+ type: "table" | "image" | "input" | "file" | "section" | "divider" | "header" | "context" | "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;
328
329
  text?: {
329
330
  type: "plain_text" | "mrkdwn";
330
331
  text: string;
@@ -332,20 +333,19 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
332
333
  verbatim?: boolean | undefined;
333
334
  } | undefined;
334
335
  image_url?: string | undefined;
335
- optional?: boolean | undefined;
336
336
  fields?: {
337
337
  type: "plain_text" | "mrkdwn";
338
338
  text: string;
339
339
  emoji?: boolean | undefined;
340
340
  verbatim?: boolean | undefined;
341
341
  }[] | undefined;
342
- alt_text?: string | undefined;
343
342
  elements?: {
344
343
  type: "plain_text" | "mrkdwn";
345
344
  text: string;
346
345
  emoji?: boolean | undefined;
347
346
  verbatim?: boolean | undefined;
348
347
  }[] | undefined;
348
+ alt_text?: string | undefined;
349
349
  block_id?: string | undefined;
350
350
  accessory?: unknown;
351
351
  element?: unknown;
@@ -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-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,12 +512,13 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
512
512
  verbatim?: boolean | undefined;
513
513
  }>, "many">>;
514
514
  }, "strip", z.ZodTypeAny, {
515
- type: "input" | "table" | "image" | "file" | "divider" | "context" | "section" | "header" | "actions";
515
+ type: "table" | "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;
@@ -525,32 +526,32 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
525
526
  verbatim?: boolean | undefined;
526
527
  } | undefined;
527
528
  image_url?: string | undefined;
528
- optional?: boolean | undefined;
529
529
  fields?: {
530
530
  type: "plain_text" | "mrkdwn";
531
531
  text: string;
532
532
  emoji?: boolean | undefined;
533
533
  verbatim?: boolean | undefined;
534
534
  }[] | undefined;
535
- alt_text?: string | undefined;
536
535
  elements?: {
537
536
  type: "plain_text" | "mrkdwn";
538
537
  text: string;
539
538
  emoji?: boolean | undefined;
540
539
  verbatim?: boolean | undefined;
541
540
  }[] | undefined;
541
+ alt_text?: string | 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: "input" | "table" | "image" | "file" | "divider" | "context" | "section" | "header" | "actions";
548
+ type: "table" | "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;
@@ -558,20 +559,19 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
558
559
  verbatim?: boolean | undefined;
559
560
  } | undefined;
560
561
  image_url?: string | undefined;
561
- optional?: boolean | undefined;
562
562
  fields?: {
563
563
  type: "plain_text" | "mrkdwn";
564
564
  text: string;
565
565
  emoji?: boolean | undefined;
566
566
  verbatim?: boolean | undefined;
567
567
  }[] | undefined;
568
- alt_text?: string | undefined;
569
568
  elements?: {
570
569
  type: "plain_text" | "mrkdwn";
571
570
  text: string;
572
571
  emoji?: boolean | undefined;
573
572
  verbatim?: boolean | undefined;
574
573
  }[] | undefined;
574
+ alt_text?: string | undefined;
575
575
  block_id?: string | undefined;
576
576
  accessory?: unknown;
577
577
  element?: unknown;
@@ -611,8 +611,6 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
611
611
  error: z.ZodString;
612
612
  success: z.ZodBoolean;
613
613
  }, "strip", z.ZodTypeAny, {
614
- response: string;
615
- iterations: number;
616
614
  error: string;
617
615
  success: boolean;
618
616
  metadata: {
@@ -621,18 +619,21 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
621
619
  wordCount: number;
622
620
  blockCount?: number | undefined;
623
621
  };
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" | "table" | "image" | "file" | "divider" | "context" | "section" | "header" | "actions";
630
+ type: "table" | "image" | "input" | "file" | "section" | "divider" | "header" | "context" | "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;
636
637
  text?: {
637
638
  type: "plain_text" | "mrkdwn";
638
639
  text: string;
@@ -640,20 +641,19 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
640
641
  verbatim?: boolean | undefined;
641
642
  } | undefined;
642
643
  image_url?: string | undefined;
643
- optional?: boolean | undefined;
644
644
  fields?: {
645
645
  type: "plain_text" | "mrkdwn";
646
646
  text: string;
647
647
  emoji?: boolean | undefined;
648
648
  verbatim?: boolean | undefined;
649
649
  }[] | undefined;
650
- alt_text?: string | undefined;
651
650
  elements?: {
652
651
  type: "plain_text" | "mrkdwn";
653
652
  text: string;
654
653
  emoji?: boolean | undefined;
655
654
  verbatim?: boolean | undefined;
656
655
  }[] | undefined;
656
+ alt_text?: string | undefined;
657
657
  block_id?: string | undefined;
658
658
  accessory?: unknown;
659
659
  element?: unknown;
@@ -661,8 +661,6 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
661
661
  hint?: unknown;
662
662
  }[] | undefined;
663
663
  }, {
664
- response: string;
665
- iterations: number;
666
664
  error: string;
667
665
  success: boolean;
668
666
  metadata: {
@@ -671,18 +669,21 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
671
669
  wordCount: number;
672
670
  blockCount?: number | undefined;
673
671
  };
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" | "table" | "image" | "file" | "divider" | "context" | "section" | "header" | "actions";
680
+ type: "table" | "image" | "input" | "file" | "section" | "divider" | "header" | "context" | "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;
686
687
  text?: {
687
688
  type: "plain_text" | "mrkdwn";
688
689
  text: string;
@@ -690,20 +691,19 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
690
691
  verbatim?: boolean | undefined;
691
692
  } | undefined;
692
693
  image_url?: string | undefined;
693
- optional?: boolean | undefined;
694
694
  fields?: {
695
695
  type: "plain_text" | "mrkdwn";
696
696
  text: string;
697
697
  emoji?: boolean | undefined;
698
698
  verbatim?: boolean | undefined;
699
699
  }[] | undefined;
700
- alt_text?: string | undefined;
701
700
  elements?: {
702
701
  type: "plain_text" | "mrkdwn";
703
702
  text: string;
704
703
  emoji?: boolean | undefined;
705
704
  verbatim?: boolean | undefined;
706
705
  }[] | undefined;
706
+ alt_text?: string | undefined;
707
707
  block_id?: string | undefined;
708
708
  accessory?: unknown;
709
709
  element?: unknown;