@bubblelab/bubble-core 0.1.68 → 0.1.70

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 (72) hide show
  1. package/dist/bubble-bundle.d.ts +85 -85
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +72 -72
  4. package/dist/bubbles/service-bubble/airtable.d.ts +156 -156
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +108 -108
  7. package/dist/bubbles/service-bubble/ashby/ashby.js +1 -1
  8. package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +51 -51
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +22 -22
  11. package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
  12. package/dist/bubbles/service-bubble/firecrawl.d.ts +328 -328
  13. package/dist/bubbles/service-bubble/followupboss.d.ts +256 -256
  14. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +40 -40
  15. package/dist/bubbles/service-bubble/github.d.ts +152 -152
  16. package/dist/bubbles/service-bubble/gmail.d.ts +576 -576
  17. package/dist/bubbles/service-bubble/google-calendar.d.ts +232 -232
  18. package/dist/bubbles/service-bubble/google-drive.d.ts +483 -156
  19. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  20. package/dist/bubbles/service-bubble/google-drive.js +339 -30
  21. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +78 -78
  23. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  24. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
  27. package/dist/bubbles/service-bubble/notion/notion.d.ts +1032 -1032
  28. package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
  29. package/dist/bubbles/service-bubble/resend.d.ts +20 -20
  30. package/dist/bubbles/service-bubble/slack/slack.d.ts +182 -182
  31. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  32. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +72 -72
  33. package/dist/bubbles/service-bubble/telegram.d.ts +936 -936
  34. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
  35. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  36. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  37. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  38. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
  39. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  41. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +20 -20
  42. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  43. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
  44. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -1
  45. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +8 -8
  46. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -1
  47. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +31 -25
  48. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -1
  49. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +22 -22
  50. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  51. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +18 -18
  52. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  53. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  54. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
  55. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +16 -16
  56. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +18 -18
  58. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  60. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  61. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +10 -10
  62. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +8 -8
  63. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  64. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
  65. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  66. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +82 -82
  67. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  68. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +10 -10
  69. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +42 -42
  70. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  71. package/dist/bubbles.json +355 -74
  72. 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-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/anthropic/claude-sonnet-4.5" | "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,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";
157
+ type: "file" | "image" | "input" | "section" | "header" | "divider" | "context" | "actions";
158
158
  title?: {
159
159
  type: "plain_text";
160
160
  text: string;
@@ -166,28 +166,28 @@ 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;
171
169
  fields?: {
172
170
  type: "plain_text" | "mrkdwn";
173
171
  text: string;
174
172
  emoji?: boolean | undefined;
175
173
  verbatim?: boolean | undefined;
176
174
  }[] | undefined;
177
- alt_text?: string | undefined;
178
175
  elements?: {
179
176
  type: "plain_text" | "mrkdwn";
180
177
  text: string;
181
178
  emoji?: boolean | undefined;
182
179
  verbatim?: boolean | undefined;
183
180
  }[] | undefined;
181
+ image_url?: string | undefined;
182
+ optional?: boolean | 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" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
190
+ type: "file" | "image" | "input" | "section" | "header" | "divider" | "context" | "actions";
191
191
  title?: {
192
192
  type: "plain_text";
193
193
  text: string;
@@ -199,21 +199,21 @@ 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;
204
202
  fields?: {
205
203
  type: "plain_text" | "mrkdwn";
206
204
  text: string;
207
205
  emoji?: boolean | undefined;
208
206
  verbatim?: boolean | undefined;
209
207
  }[] | undefined;
210
- alt_text?: string | undefined;
211
208
  elements?: {
212
209
  type: "plain_text" | "mrkdwn";
213
210
  text: string;
214
211
  emoji?: boolean | undefined;
215
212
  verbatim?: boolean | undefined;
216
213
  }[] | undefined;
214
+ image_url?: string | undefined;
215
+ optional?: boolean | undefined;
216
+ alt_text?: string | undefined;
217
217
  block_id?: string | undefined;
218
218
  accessory?: unknown;
219
219
  element?: unknown;
@@ -253,10 +253,10 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
253
253
  error: z.ZodString;
254
254
  success: z.ZodBoolean;
255
255
  }, "strip", z.ZodTypeAny, {
256
+ success: boolean;
257
+ error: string;
256
258
  response: string;
257
259
  iterations: number;
258
- error: string;
259
- success: boolean;
260
260
  metadata: {
261
261
  verbosityLevel: string;
262
262
  technicalityLevel: 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";
272
+ type: "file" | "image" | "input" | "section" | "header" | "divider" | "context" | "actions";
273
273
  title?: {
274
274
  type: "plain_text";
275
275
  text: string;
@@ -281,21 +281,21 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
281
281
  emoji?: boolean | undefined;
282
282
  verbatim?: boolean | undefined;
283
283
  } | undefined;
284
- image_url?: string | undefined;
285
- optional?: boolean | undefined;
286
284
  fields?: {
287
285
  type: "plain_text" | "mrkdwn";
288
286
  text: string;
289
287
  emoji?: boolean | undefined;
290
288
  verbatim?: boolean | undefined;
291
289
  }[] | undefined;
292
- alt_text?: string | undefined;
293
290
  elements?: {
294
291
  type: "plain_text" | "mrkdwn";
295
292
  text: string;
296
293
  emoji?: boolean | undefined;
297
294
  verbatim?: boolean | undefined;
298
295
  }[] | undefined;
296
+ image_url?: string | undefined;
297
+ optional?: boolean | undefined;
298
+ alt_text?: string | undefined;
299
299
  block_id?: string | undefined;
300
300
  accessory?: unknown;
301
301
  element?: unknown;
@@ -303,10 +303,10 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
303
303
  hint?: unknown;
304
304
  }[] | undefined;
305
305
  }, {
306
+ success: boolean;
307
+ error: string;
306
308
  response: string;
307
309
  iterations: number;
308
- error: string;
309
- success: boolean;
310
310
  metadata: {
311
311
  verbosityLevel: string;
312
312
  technicalityLevel: 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";
322
+ type: "file" | "image" | "input" | "section" | "header" | "divider" | "context" | "actions";
323
323
  title?: {
324
324
  type: "plain_text";
325
325
  text: string;
@@ -331,21 +331,21 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
331
331
  emoji?: boolean | undefined;
332
332
  verbatim?: boolean | undefined;
333
333
  } | undefined;
334
- image_url?: string | undefined;
335
- optional?: boolean | undefined;
336
334
  fields?: {
337
335
  type: "plain_text" | "mrkdwn";
338
336
  text: string;
339
337
  emoji?: boolean | undefined;
340
338
  verbatim?: boolean | undefined;
341
339
  }[] | undefined;
342
- alt_text?: string | undefined;
343
340
  elements?: {
344
341
  type: "plain_text" | "mrkdwn";
345
342
  text: string;
346
343
  emoji?: boolean | undefined;
347
344
  verbatim?: boolean | undefined;
348
345
  }[] | undefined;
346
+ image_url?: string | undefined;
347
+ optional?: boolean | 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-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/anthropic/claude-sonnet-4.5" | "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,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";
515
+ type: "file" | "image" | "input" | "section" | "header" | "divider" | "context" | "actions";
516
516
  title?: {
517
517
  type: "plain_text";
518
518
  text: string;
@@ -524,28 +524,28 @@ 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;
529
527
  fields?: {
530
528
  type: "plain_text" | "mrkdwn";
531
529
  text: string;
532
530
  emoji?: boolean | undefined;
533
531
  verbatim?: boolean | undefined;
534
532
  }[] | undefined;
535
- alt_text?: string | undefined;
536
533
  elements?: {
537
534
  type: "plain_text" | "mrkdwn";
538
535
  text: string;
539
536
  emoji?: boolean | undefined;
540
537
  verbatim?: boolean | undefined;
541
538
  }[] | undefined;
539
+ image_url?: string | undefined;
540
+ optional?: boolean | 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" | "image" | "file" | "section" | "header" | "divider" | "context" | "actions";
548
+ type: "file" | "image" | "input" | "section" | "header" | "divider" | "context" | "actions";
549
549
  title?: {
550
550
  type: "plain_text";
551
551
  text: string;
@@ -557,21 +557,21 @@ 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;
562
560
  fields?: {
563
561
  type: "plain_text" | "mrkdwn";
564
562
  text: string;
565
563
  emoji?: boolean | undefined;
566
564
  verbatim?: boolean | undefined;
567
565
  }[] | undefined;
568
- alt_text?: string | undefined;
569
566
  elements?: {
570
567
  type: "plain_text" | "mrkdwn";
571
568
  text: string;
572
569
  emoji?: boolean | undefined;
573
570
  verbatim?: boolean | undefined;
574
571
  }[] | undefined;
572
+ image_url?: string | undefined;
573
+ optional?: boolean | undefined;
574
+ alt_text?: string | undefined;
575
575
  block_id?: string | undefined;
576
576
  accessory?: unknown;
577
577
  element?: unknown;
@@ -611,10 +611,10 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
611
611
  error: z.ZodString;
612
612
  success: z.ZodBoolean;
613
613
  }, "strip", z.ZodTypeAny, {
614
+ success: boolean;
615
+ error: string;
614
616
  response: string;
615
617
  iterations: number;
616
- error: string;
617
- success: boolean;
618
618
  metadata: {
619
619
  verbosityLevel: string;
620
620
  technicalityLevel: 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";
630
+ type: "file" | "image" | "input" | "section" | "header" | "divider" | "context" | "actions";
631
631
  title?: {
632
632
  type: "plain_text";
633
633
  text: string;
@@ -639,21 +639,21 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
639
639
  emoji?: boolean | undefined;
640
640
  verbatim?: boolean | undefined;
641
641
  } | undefined;
642
- image_url?: string | undefined;
643
- optional?: boolean | undefined;
644
642
  fields?: {
645
643
  type: "plain_text" | "mrkdwn";
646
644
  text: string;
647
645
  emoji?: boolean | undefined;
648
646
  verbatim?: boolean | undefined;
649
647
  }[] | undefined;
650
- alt_text?: string | undefined;
651
648
  elements?: {
652
649
  type: "plain_text" | "mrkdwn";
653
650
  text: string;
654
651
  emoji?: boolean | undefined;
655
652
  verbatim?: boolean | undefined;
656
653
  }[] | undefined;
654
+ image_url?: string | undefined;
655
+ optional?: boolean | undefined;
656
+ alt_text?: string | undefined;
657
657
  block_id?: string | undefined;
658
658
  accessory?: unknown;
659
659
  element?: unknown;
@@ -661,10 +661,10 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
661
661
  hint?: unknown;
662
662
  }[] | undefined;
663
663
  }, {
664
+ success: boolean;
665
+ error: string;
664
666
  response: string;
665
667
  iterations: number;
666
- error: string;
667
- success: boolean;
668
668
  metadata: {
669
669
  verbosityLevel: string;
670
670
  technicalityLevel: 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";
680
+ type: "file" | "image" | "input" | "section" | "header" | "divider" | "context" | "actions";
681
681
  title?: {
682
682
  type: "plain_text";
683
683
  text: string;
@@ -689,21 +689,21 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
689
689
  emoji?: boolean | undefined;
690
690
  verbatim?: boolean | undefined;
691
691
  } | undefined;
692
- image_url?: string | undefined;
693
- optional?: boolean | undefined;
694
692
  fields?: {
695
693
  type: "plain_text" | "mrkdwn";
696
694
  text: string;
697
695
  emoji?: boolean | undefined;
698
696
  verbatim?: boolean | undefined;
699
697
  }[] | undefined;
700
- alt_text?: string | undefined;
701
698
  elements?: {
702
699
  type: "plain_text" | "mrkdwn";
703
700
  text: string;
704
701
  emoji?: boolean | undefined;
705
702
  verbatim?: boolean | undefined;
706
703
  }[] | undefined;
704
+ image_url?: string | undefined;
705
+ optional?: boolean | undefined;
706
+ alt_text?: string | undefined;
707
707
  block_id?: string | undefined;
708
708
  accessory?: unknown;
709
709
  element?: unknown;
@@ -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;