@bubblelab/bubble-core 0.1.51 → 0.1.52

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 (40) hide show
  1. package/dist/bubble-bundle.d.ts +50 -50
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +8 -8
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
  4. package/dist/bubbles/service-bubble/airtable.d.ts +72 -72
  5. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +124 -124
  6. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +16 -16
  7. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
  8. package/dist/bubbles/service-bubble/firecrawl.d.ts +48 -48
  9. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  10. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +36 -36
  11. package/dist/bubbles/service-bubble/github.d.ts +56 -56
  12. package/dist/bubbles/service-bubble/gmail.d.ts +124 -124
  13. package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
  14. package/dist/bubbles/service-bubble/hello-world.d.ts +2 -2
  15. package/dist/bubbles/service-bubble/jira/jira.d.ts +24 -24
  16. package/dist/bubbles/service-bubble/notion/notion.d.ts +392 -392
  17. package/dist/bubbles/service-bubble/resend.d.ts +8 -8
  18. package/dist/bubbles/service-bubble/slack/slack.d.ts +28 -28
  19. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +201 -32
  20. package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
  21. package/dist/bubbles/service-bubble/stripe/stripe.js +51 -0
  22. package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
  23. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +210 -40
  24. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -1
  25. package/dist/bubbles/service-bubble/stripe/stripe.schema.js +45 -0
  26. package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
  27. package/dist/bubbles/service-bubble/telegram.d.ts +140 -140
  28. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
  29. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +18 -18
  30. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +10 -10
  31. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +8 -8
  32. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
  33. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +18 -18
  34. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  35. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
  36. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +48 -48
  37. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  38. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +8 -8
  39. package/dist/bubbles.json +252 -2
  40. package/package.json +2 -2
@@ -136,9 +136,9 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
136
136
  label: z.ZodString;
137
137
  potential_labels: z.ZodArray<z.ZodString, "many">;
138
138
  }, "strip", z.ZodTypeAny, {
139
- type: string;
140
139
  id: number;
141
140
  name: string;
141
+ type: string;
142
142
  width: number;
143
143
  height: number;
144
144
  label: string;
@@ -152,9 +152,9 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
152
152
  field_flags: number;
153
153
  potential_labels: string[];
154
154
  }, {
155
- type: string;
156
155
  id: number;
157
156
  name: string;
157
+ type: string;
158
158
  width: number;
159
159
  height: number;
160
160
  label: string;
@@ -176,9 +176,9 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
176
176
  success: boolean;
177
177
  error: string;
178
178
  fields: {
179
- type: string;
180
179
  id: number;
181
180
  name: string;
181
+ type: string;
182
182
  width: number;
183
183
  height: number;
184
184
  label: string;
@@ -198,9 +198,9 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
198
198
  success: boolean;
199
199
  error: string;
200
200
  fields: {
201
- type: string;
202
201
  id: number;
203
202
  name: string;
203
+ type: string;
204
204
  width: number;
205
205
  height: number;
206
206
  label: string;
@@ -224,12 +224,12 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
224
224
  type: z.ZodString;
225
225
  page: z.ZodNumber;
226
226
  }, "strip", z.ZodTypeAny, {
227
- type: string;
228
227
  value: string;
228
+ type: string;
229
229
  page: number;
230
230
  }, {
231
- type: string;
232
231
  value: string;
232
+ type: string;
233
233
  page: number;
234
234
  }>>;
235
235
  success: z.ZodBoolean;
@@ -241,8 +241,8 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
241
241
  filledPdfData: string;
242
242
  filledFields: number;
243
243
  verification: Record<string, {
244
- type: string;
245
244
  value: string;
245
+ type: string;
246
246
  page: number;
247
247
  }>;
248
248
  }, {
@@ -252,8 +252,8 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
252
252
  filledPdfData: string;
253
253
  filledFields: number;
254
254
  verification: Record<string, {
255
- type: string;
256
255
  value: string;
256
+ type: string;
257
257
  page: number;
258
258
  }>;
259
259
  }>, z.ZodObject<{
@@ -306,12 +306,12 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
306
306
  type: z.ZodString;
307
307
  page: z.ZodNumber;
308
308
  }, "strip", z.ZodTypeAny, {
309
- type: string;
310
309
  value: string;
310
+ type: string;
311
311
  page: number;
312
312
  }, {
313
- type: string;
314
313
  value: string;
314
+ type: string;
315
315
  page: number;
316
316
  }>>;
317
317
  totalFields: z.ZodNumber;
@@ -324,8 +324,8 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
324
324
  success: boolean;
325
325
  error: string;
326
326
  fields: Record<string, {
327
- type: string;
328
327
  value: string;
328
+ type: string;
329
329
  page: number;
330
330
  }>;
331
331
  totalFields: number;
@@ -336,8 +336,8 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
336
336
  success: boolean;
337
337
  error: string;
338
338
  fields: Record<string, {
339
- type: string;
340
339
  value: string;
340
+ type: string;
341
341
  page: number;
342
342
  }>;
343
343
  totalFields: number;
@@ -408,17 +408,17 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
408
408
  x: z.ZodNumber;
409
409
  y: z.ZodNumber;
410
410
  }, "strip", z.ZodTypeAny, {
411
- type: string;
412
- value: string;
413
411
  id: number;
414
412
  name: string;
413
+ value: string;
414
+ type: string;
415
415
  x: number;
416
416
  y: number;
417
417
  }, {
418
- type: string;
419
- value: string;
420
418
  id: number;
421
419
  name: string;
420
+ value: string;
421
+ type: string;
422
422
  x: number;
423
423
  y: number;
424
424
  }>, "many">>;
@@ -426,10 +426,10 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
426
426
  pageNumber: number;
427
427
  markdown: string;
428
428
  formFields?: {
429
- type: string;
430
- value: string;
431
429
  id: number;
432
430
  name: string;
431
+ value: string;
432
+ type: string;
433
433
  x: number;
434
434
  y: number;
435
435
  }[] | undefined;
@@ -437,10 +437,10 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
437
437
  pageNumber: number;
438
438
  markdown: string;
439
439
  formFields?: {
440
- type: string;
441
- value: string;
442
440
  id: number;
443
441
  name: string;
442
+ value: string;
443
+ type: string;
444
444
  x: number;
445
445
  y: number;
446
446
  }[] | undefined;
@@ -457,10 +457,10 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
457
457
  pageNumber: number;
458
458
  markdown: string;
459
459
  formFields?: {
460
- type: string;
461
- value: string;
462
460
  id: number;
463
461
  name: string;
462
+ value: string;
463
+ type: string;
464
464
  x: number;
465
465
  y: number;
466
466
  }[] | undefined;
@@ -476,10 +476,10 @@ declare const PDFFormOperationsResultSchema: z.ZodDiscriminatedUnion<"operation"
476
476
  pageNumber: number;
477
477
  markdown: string;
478
478
  formFields?: {
479
- type: string;
480
- value: string;
481
479
  id: number;
482
480
  name: string;
481
+ value: string;
482
+ type: string;
483
483
  x: number;
484
484
  y: number;
485
485
  }[] | undefined;
@@ -615,9 +615,9 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
615
615
  label: z.ZodString;
616
616
  potential_labels: z.ZodArray<z.ZodString, "many">;
617
617
  }, "strip", z.ZodTypeAny, {
618
- type: string;
619
618
  id: number;
620
619
  name: string;
620
+ type: string;
621
621
  width: number;
622
622
  height: number;
623
623
  label: string;
@@ -631,9 +631,9 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
631
631
  field_flags: number;
632
632
  potential_labels: string[];
633
633
  }, {
634
- type: string;
635
634
  id: number;
636
635
  name: string;
636
+ type: string;
637
637
  width: number;
638
638
  height: number;
639
639
  label: string;
@@ -655,9 +655,9 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
655
655
  success: boolean;
656
656
  error: string;
657
657
  fields: {
658
- type: string;
659
658
  id: number;
660
659
  name: string;
660
+ type: string;
661
661
  width: number;
662
662
  height: number;
663
663
  label: string;
@@ -677,9 +677,9 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
677
677
  success: boolean;
678
678
  error: string;
679
679
  fields: {
680
- type: string;
681
680
  id: number;
682
681
  name: string;
682
+ type: string;
683
683
  width: number;
684
684
  height: number;
685
685
  label: string;
@@ -703,12 +703,12 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
703
703
  type: z.ZodString;
704
704
  page: z.ZodNumber;
705
705
  }, "strip", z.ZodTypeAny, {
706
- type: string;
707
706
  value: string;
707
+ type: string;
708
708
  page: number;
709
709
  }, {
710
- type: string;
711
710
  value: string;
711
+ type: string;
712
712
  page: number;
713
713
  }>>;
714
714
  success: z.ZodBoolean;
@@ -720,8 +720,8 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
720
720
  filledPdfData: string;
721
721
  filledFields: number;
722
722
  verification: Record<string, {
723
- type: string;
724
723
  value: string;
724
+ type: string;
725
725
  page: number;
726
726
  }>;
727
727
  }, {
@@ -731,8 +731,8 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
731
731
  filledPdfData: string;
732
732
  filledFields: number;
733
733
  verification: Record<string, {
734
- type: string;
735
734
  value: string;
735
+ type: string;
736
736
  page: number;
737
737
  }>;
738
738
  }>, z.ZodObject<{
@@ -785,12 +785,12 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
785
785
  type: z.ZodString;
786
786
  page: z.ZodNumber;
787
787
  }, "strip", z.ZodTypeAny, {
788
- type: string;
789
788
  value: string;
789
+ type: string;
790
790
  page: number;
791
791
  }, {
792
- type: string;
793
792
  value: string;
793
+ type: string;
794
794
  page: number;
795
795
  }>>;
796
796
  totalFields: z.ZodNumber;
@@ -803,8 +803,8 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
803
803
  success: boolean;
804
804
  error: string;
805
805
  fields: Record<string, {
806
- type: string;
807
806
  value: string;
807
+ type: string;
808
808
  page: number;
809
809
  }>;
810
810
  totalFields: number;
@@ -815,8 +815,8 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
815
815
  success: boolean;
816
816
  error: string;
817
817
  fields: Record<string, {
818
- type: string;
819
818
  value: string;
819
+ type: string;
820
820
  page: number;
821
821
  }>;
822
822
  totalFields: number;
@@ -887,17 +887,17 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
887
887
  x: z.ZodNumber;
888
888
  y: z.ZodNumber;
889
889
  }, "strip", z.ZodTypeAny, {
890
- type: string;
891
- value: string;
892
890
  id: number;
893
891
  name: string;
892
+ value: string;
893
+ type: string;
894
894
  x: number;
895
895
  y: number;
896
896
  }, {
897
- type: string;
898
- value: string;
899
897
  id: number;
900
898
  name: string;
899
+ value: string;
900
+ type: string;
901
901
  x: number;
902
902
  y: number;
903
903
  }>, "many">>;
@@ -905,10 +905,10 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
905
905
  pageNumber: number;
906
906
  markdown: string;
907
907
  formFields?: {
908
- type: string;
909
- value: string;
910
908
  id: number;
911
909
  name: string;
910
+ value: string;
911
+ type: string;
912
912
  x: number;
913
913
  y: number;
914
914
  }[] | undefined;
@@ -916,10 +916,10 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
916
916
  pageNumber: number;
917
917
  markdown: string;
918
918
  formFields?: {
919
- type: string;
920
- value: string;
921
919
  id: number;
922
920
  name: string;
921
+ value: string;
922
+ type: string;
923
923
  x: number;
924
924
  y: number;
925
925
  }[] | undefined;
@@ -936,10 +936,10 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
936
936
  pageNumber: number;
937
937
  markdown: string;
938
938
  formFields?: {
939
- type: string;
940
- value: string;
941
939
  id: number;
942
940
  name: string;
941
+ value: string;
942
+ type: string;
943
943
  x: number;
944
944
  y: number;
945
945
  }[] | undefined;
@@ -955,10 +955,10 @@ export declare class PDFFormOperationsWorkflow<T extends PDFFormOperationsParams
955
955
  pageNumber: number;
956
956
  markdown: string;
957
957
  formFields?: {
958
- type: string;
959
- value: string;
960
958
  id: number;
961
959
  name: string;
960
+ value: string;
961
+ type: string;
962
962
  x: number;
963
963
  y: number;
964
964
  }[] | undefined;
@@ -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
- fieldName: string;
199
198
  id: number;
199
+ fieldName: string;
200
200
  confidence: number;
201
201
  }, {
202
- fieldName: string;
203
202
  id: number;
203
+ fieldName: string;
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
- fieldName: string;
262
261
  id: number;
262
+ fieldName: string;
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
- fieldName: string;
287
286
  id: number;
287
+ fieldName: string;
288
288
  confidence: number;
289
289
  }[];
290
290
  discoveryData: {
@@ -306,15 +306,15 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
306
306
  value: z.ZodString;
307
307
  confidence: z.ZodNumber;
308
308
  }, "strip", z.ZodTypeAny, {
309
+ id: number;
309
310
  value: string;
310
311
  fieldName: string;
311
- id: number;
312
312
  confidence: number;
313
313
  originalFieldName?: string | undefined;
314
314
  }, {
315
+ id: number;
315
316
  value: string;
316
317
  fieldName: string;
317
- id: number;
318
318
  confidence: number;
319
319
  originalFieldName?: string | undefined;
320
320
  }>, "many">;
@@ -385,9 +385,9 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
385
385
  convertedPages: number;
386
386
  };
387
387
  extractedFields: {
388
+ id: number;
388
389
  value: string;
389
390
  fieldName: string;
390
- id: number;
391
391
  confidence: number;
392
392
  originalFieldName?: string | undefined;
393
393
  }[];
@@ -417,9 +417,9 @@ declare const PDFOcrWorkflowResultSchema: z.ZodDiscriminatedUnion<"mode", [z.Zod
417
417
  convertedPages: number;
418
418
  };
419
419
  extractedFields: {
420
+ id: number;
420
421
  value: string;
421
422
  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
- fieldName: string;
632
631
  id: number;
632
+ fieldName: string;
633
633
  confidence: number;
634
634
  }, {
635
- fieldName: string;
636
635
  id: number;
636
+ fieldName: string;
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
- fieldName: string;
695
694
  id: number;
695
+ fieldName: string;
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
- fieldName: string;
720
719
  id: number;
720
+ fieldName: string;
721
721
  confidence: number;
722
722
  }[];
723
723
  discoveryData: {
@@ -739,15 +739,15 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
739
739
  value: z.ZodString;
740
740
  confidence: z.ZodNumber;
741
741
  }, "strip", z.ZodTypeAny, {
742
+ id: number;
742
743
  value: string;
743
744
  fieldName: string;
744
- id: number;
745
745
  confidence: number;
746
746
  originalFieldName?: string | undefined;
747
747
  }, {
748
+ id: number;
748
749
  value: string;
749
750
  fieldName: string;
750
- id: number;
751
751
  confidence: number;
752
752
  originalFieldName?: string | undefined;
753
753
  }>, "many">;
@@ -818,9 +818,9 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
818
818
  convertedPages: number;
819
819
  };
820
820
  extractedFields: {
821
+ id: number;
821
822
  value: string;
822
823
  fieldName: string;
823
- id: number;
824
824
  confidence: number;
825
825
  originalFieldName?: string | undefined;
826
826
  }[];
@@ -850,9 +850,9 @@ export declare class PDFOcrWorkflow<T extends PDFOcrWorkflowParams = PDFOcrWorkf
850
850
  convertedPages: number;
851
851
  };
852
852
  extractedFields: {
853
+ id: number;
853
854
  value: string;
854
855
  fieldName: string;
855
- id: number;
856
856
  confidence: number;
857
857
  originalFieldName?: string | undefined;
858
858
  }[];
@@ -160,7 +160,6 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
160
160
  text: string;
161
161
  emoji?: boolean | undefined;
162
162
  } | undefined;
163
- optional?: boolean | undefined;
164
163
  text?: {
165
164
  type: "plain_text" | "mrkdwn";
166
165
  text: string;
@@ -168,6 +167,7 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
168
167
  verbatim?: boolean | undefined;
169
168
  } | undefined;
170
169
  image_url?: string | undefined;
170
+ optional?: boolean | undefined;
171
171
  fields?: {
172
172
  type: "plain_text" | "mrkdwn";
173
173
  text: string;
@@ -193,7 +193,6 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
193
193
  text: string;
194
194
  emoji?: boolean | undefined;
195
195
  } | undefined;
196
- optional?: boolean | undefined;
197
196
  text?: {
198
197
  type: "plain_text" | "mrkdwn";
199
198
  text: string;
@@ -201,6 +200,7 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
201
200
  verbatim?: boolean | undefined;
202
201
  } | undefined;
203
202
  image_url?: string | undefined;
203
+ optional?: boolean | undefined;
204
204
  fields?: {
205
205
  type: "plain_text" | "mrkdwn";
206
206
  text: string;
@@ -275,7 +275,6 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
275
275
  text: string;
276
276
  emoji?: boolean | undefined;
277
277
  } | undefined;
278
- optional?: boolean | undefined;
279
278
  text?: {
280
279
  type: "plain_text" | "mrkdwn";
281
280
  text: string;
@@ -283,6 +282,7 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
283
282
  verbatim?: boolean | undefined;
284
283
  } | undefined;
285
284
  image_url?: string | undefined;
285
+ optional?: boolean | undefined;
286
286
  fields?: {
287
287
  type: "plain_text" | "mrkdwn";
288
288
  text: string;
@@ -325,7 +325,6 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
325
325
  text: string;
326
326
  emoji?: boolean | undefined;
327
327
  } | undefined;
328
- optional?: boolean | undefined;
329
328
  text?: {
330
329
  type: "plain_text" | "mrkdwn";
331
330
  text: string;
@@ -333,6 +332,7 @@ declare const SlackFormatterAgentResultSchema: z.ZodObject<{
333
332
  verbatim?: boolean | undefined;
334
333
  } | undefined;
335
334
  image_url?: string | undefined;
335
+ optional?: boolean | undefined;
336
336
  fields?: {
337
337
  type: "plain_text" | "mrkdwn";
338
338
  text: string;
@@ -518,7 +518,6 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
518
518
  text: string;
519
519
  emoji?: boolean | undefined;
520
520
  } | undefined;
521
- optional?: boolean | undefined;
522
521
  text?: {
523
522
  type: "plain_text" | "mrkdwn";
524
523
  text: string;
@@ -526,6 +525,7 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
526
525
  verbatim?: boolean | undefined;
527
526
  } | undefined;
528
527
  image_url?: string | undefined;
528
+ optional?: boolean | undefined;
529
529
  fields?: {
530
530
  type: "plain_text" | "mrkdwn";
531
531
  text: string;
@@ -551,7 +551,6 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
551
551
  text: string;
552
552
  emoji?: boolean | undefined;
553
553
  } | undefined;
554
- optional?: boolean | undefined;
555
554
  text?: {
556
555
  type: "plain_text" | "mrkdwn";
557
556
  text: string;
@@ -559,6 +558,7 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
559
558
  verbatim?: boolean | undefined;
560
559
  } | undefined;
561
560
  image_url?: string | undefined;
561
+ optional?: boolean | undefined;
562
562
  fields?: {
563
563
  type: "plain_text" | "mrkdwn";
564
564
  text: string;
@@ -633,7 +633,6 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
633
633
  text: string;
634
634
  emoji?: boolean | undefined;
635
635
  } | undefined;
636
- optional?: boolean | undefined;
637
636
  text?: {
638
637
  type: "plain_text" | "mrkdwn";
639
638
  text: string;
@@ -641,6 +640,7 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
641
640
  verbatim?: boolean | undefined;
642
641
  } | undefined;
643
642
  image_url?: string | undefined;
643
+ optional?: boolean | undefined;
644
644
  fields?: {
645
645
  type: "plain_text" | "mrkdwn";
646
646
  text: string;
@@ -683,7 +683,6 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
683
683
  text: string;
684
684
  emoji?: boolean | undefined;
685
685
  } | undefined;
686
- optional?: boolean | undefined;
687
686
  text?: {
688
687
  type: "plain_text" | "mrkdwn";
689
688
  text: string;
@@ -691,6 +690,7 @@ export declare class SlackFormatterAgentBubble extends WorkflowBubble<SlackForma
691
690
  verbatim?: boolean | undefined;
692
691
  } | undefined;
693
692
  image_url?: string | undefined;
693
+ optional?: boolean | undefined;
694
694
  fields?: {
695
695
  type: "plain_text" | "mrkdwn";
696
696
  text: string;