@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
@@ -118,16 +118,16 @@ declare const TwitterTweetSchema: z.ZodObject<{
118
118
  duration: z.ZodNullable<z.ZodNumber>;
119
119
  }, "strip", z.ZodTypeAny, {
120
120
  type: string | null;
121
- url: string | null;
122
- duration: number | null;
123
121
  width: number | null;
124
122
  height: number | null;
125
- }, {
126
- type: string | null;
127
123
  url: string | null;
128
124
  duration: number | null;
125
+ }, {
126
+ type: string | null;
129
127
  width: number | null;
130
128
  height: number | null;
129
+ url: string | null;
130
+ duration: number | null;
131
131
  }>, "many">>;
132
132
  entities: z.ZodNullable<z.ZodObject<{
133
133
  hashtags: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
@@ -147,8 +147,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
147
147
  isReply: z.ZodNullable<z.ZodBoolean>;
148
148
  }, "strip", z.ZodTypeAny, {
149
149
  url: string | null;
150
- id: string | null;
151
150
  text: string | null;
151
+ id: string | null;
152
152
  entities: {
153
153
  hashtags: string[] | null;
154
154
  mentions: string[] | null;
@@ -178,10 +178,10 @@ declare const TwitterTweetSchema: z.ZodObject<{
178
178
  } | null;
179
179
  media: {
180
180
  type: string | null;
181
- url: string | null;
182
- duration: number | null;
183
181
  width: number | null;
184
182
  height: number | null;
183
+ url: string | null;
184
+ duration: number | null;
185
185
  }[] | null;
186
186
  createdAt: string | null;
187
187
  lang: string | null;
@@ -190,8 +190,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
190
190
  isReply: boolean | null;
191
191
  }, {
192
192
  url: string | null;
193
- id: string | null;
194
193
  text: string | null;
194
+ id: string | null;
195
195
  entities: {
196
196
  hashtags: string[] | null;
197
197
  mentions: string[] | null;
@@ -221,10 +221,10 @@ declare const TwitterTweetSchema: z.ZodObject<{
221
221
  } | null;
222
222
  media: {
223
223
  type: string | null;
224
- url: string | null;
225
- duration: number | null;
226
224
  width: number | null;
227
225
  height: number | null;
226
+ url: string | null;
227
+ duration: number | null;
228
228
  }[] | null;
229
229
  createdAt: string | null;
230
230
  lang: string | null;
@@ -338,16 +338,16 @@ declare const TwitterToolResultSchema: z.ZodObject<{
338
338
  duration: z.ZodNullable<z.ZodNumber>;
339
339
  }, "strip", z.ZodTypeAny, {
340
340
  type: string | null;
341
- url: string | null;
342
- duration: number | null;
343
341
  width: number | null;
344
342
  height: number | null;
345
- }, {
346
- type: string | null;
347
343
  url: string | null;
348
344
  duration: number | null;
345
+ }, {
346
+ type: string | null;
349
347
  width: number | null;
350
348
  height: number | null;
349
+ url: string | null;
350
+ duration: number | null;
351
351
  }>, "many">>;
352
352
  entities: z.ZodNullable<z.ZodObject<{
353
353
  hashtags: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
@@ -367,8 +367,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
367
367
  isReply: z.ZodNullable<z.ZodBoolean>;
368
368
  }, "strip", z.ZodTypeAny, {
369
369
  url: string | null;
370
- id: string | null;
371
370
  text: string | null;
371
+ id: string | null;
372
372
  entities: {
373
373
  hashtags: string[] | null;
374
374
  mentions: string[] | null;
@@ -398,10 +398,10 @@ declare const TwitterToolResultSchema: z.ZodObject<{
398
398
  } | null;
399
399
  media: {
400
400
  type: string | null;
401
- url: string | null;
402
- duration: number | null;
403
401
  width: number | null;
404
402
  height: number | null;
403
+ url: string | null;
404
+ duration: number | null;
405
405
  }[] | null;
406
406
  createdAt: string | null;
407
407
  lang: string | null;
@@ -410,8 +410,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
410
410
  isReply: boolean | null;
411
411
  }, {
412
412
  url: string | null;
413
- id: string | null;
414
413
  text: string | null;
414
+ id: string | null;
415
415
  entities: {
416
416
  hashtags: string[] | null;
417
417
  mentions: string[] | null;
@@ -441,10 +441,10 @@ declare const TwitterToolResultSchema: z.ZodObject<{
441
441
  } | null;
442
442
  media: {
443
443
  type: string | null;
444
- url: string | null;
445
- duration: number | null;
446
444
  width: number | null;
447
445
  height: number | null;
446
+ url: string | null;
447
+ duration: number | null;
448
448
  }[] | null;
449
449
  createdAt: string | null;
450
450
  lang: string | null;
@@ -456,13 +456,13 @@ declare const TwitterToolResultSchema: z.ZodObject<{
456
456
  success: z.ZodBoolean;
457
457
  error: z.ZodString;
458
458
  }, "strip", z.ZodTypeAny, {
459
- error: string;
460
459
  success: boolean;
460
+ error: string;
461
461
  operation: "search" | "scrapeProfile" | "scrapeUrl";
462
462
  tweets: {
463
463
  url: string | null;
464
- id: string | null;
465
464
  text: string | null;
465
+ id: string | null;
466
466
  entities: {
467
467
  hashtags: string[] | null;
468
468
  mentions: string[] | null;
@@ -492,10 +492,10 @@ declare const TwitterToolResultSchema: z.ZodObject<{
492
492
  } | null;
493
493
  media: {
494
494
  type: string | null;
495
- url: string | null;
496
- duration: number | null;
497
495
  width: number | null;
498
496
  height: number | null;
497
+ url: string | null;
498
+ duration: number | null;
499
499
  }[] | null;
500
500
  createdAt: string | null;
501
501
  lang: string | null;
@@ -505,13 +505,13 @@ declare const TwitterToolResultSchema: z.ZodObject<{
505
505
  }[];
506
506
  totalTweets: number;
507
507
  }, {
508
- error: string;
509
508
  success: boolean;
509
+ error: string;
510
510
  operation: "search" | "scrapeProfile" | "scrapeUrl";
511
511
  tweets: {
512
512
  url: string | null;
513
- id: string | null;
514
513
  text: string | null;
514
+ id: string | null;
515
515
  entities: {
516
516
  hashtags: string[] | null;
517
517
  mentions: string[] | null;
@@ -541,10 +541,10 @@ declare const TwitterToolResultSchema: z.ZodObject<{
541
541
  } | null;
542
542
  media: {
543
543
  type: string | null;
544
- url: string | null;
545
- duration: number | null;
546
544
  width: number | null;
547
545
  height: number | null;
546
+ url: string | null;
547
+ duration: number | null;
548
548
  }[] | null;
549
549
  createdAt: string | null;
550
550
  lang: string | null;
@@ -684,16 +684,16 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
684
684
  duration: z.ZodNullable<z.ZodNumber>;
685
685
  }, "strip", z.ZodTypeAny, {
686
686
  type: string | null;
687
- url: string | null;
688
- duration: number | null;
689
687
  width: number | null;
690
688
  height: number | null;
691
- }, {
692
- type: string | null;
693
689
  url: string | null;
694
690
  duration: number | null;
691
+ }, {
692
+ type: string | null;
695
693
  width: number | null;
696
694
  height: number | null;
695
+ url: string | null;
696
+ duration: number | null;
697
697
  }>, "many">>;
698
698
  entities: z.ZodNullable<z.ZodObject<{
699
699
  hashtags: z.ZodNullable<z.ZodArray<z.ZodString, "many">>;
@@ -713,8 +713,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
713
713
  isReply: z.ZodNullable<z.ZodBoolean>;
714
714
  }, "strip", z.ZodTypeAny, {
715
715
  url: string | null;
716
- id: string | null;
717
716
  text: string | null;
717
+ id: string | null;
718
718
  entities: {
719
719
  hashtags: string[] | null;
720
720
  mentions: string[] | null;
@@ -744,10 +744,10 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
744
744
  } | null;
745
745
  media: {
746
746
  type: string | null;
747
- url: string | null;
748
- duration: number | null;
749
747
  width: number | null;
750
748
  height: number | null;
749
+ url: string | null;
750
+ duration: number | null;
751
751
  }[] | null;
752
752
  createdAt: string | null;
753
753
  lang: string | null;
@@ -756,8 +756,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
756
756
  isReply: boolean | null;
757
757
  }, {
758
758
  url: string | null;
759
- id: string | null;
760
759
  text: string | null;
760
+ id: string | null;
761
761
  entities: {
762
762
  hashtags: string[] | null;
763
763
  mentions: string[] | null;
@@ -787,10 +787,10 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
787
787
  } | null;
788
788
  media: {
789
789
  type: string | null;
790
- url: string | null;
791
- duration: number | null;
792
790
  width: number | null;
793
791
  height: number | null;
792
+ url: string | null;
793
+ duration: number | null;
794
794
  }[] | null;
795
795
  createdAt: string | null;
796
796
  lang: string | null;
@@ -802,13 +802,13 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
802
802
  success: z.ZodBoolean;
803
803
  error: z.ZodString;
804
804
  }, "strip", z.ZodTypeAny, {
805
- error: string;
806
805
  success: boolean;
806
+ error: string;
807
807
  operation: "search" | "scrapeProfile" | "scrapeUrl";
808
808
  tweets: {
809
809
  url: string | null;
810
- id: string | null;
811
810
  text: string | null;
811
+ id: string | null;
812
812
  entities: {
813
813
  hashtags: string[] | null;
814
814
  mentions: string[] | null;
@@ -838,10 +838,10 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
838
838
  } | null;
839
839
  media: {
840
840
  type: string | null;
841
- url: string | null;
842
- duration: number | null;
843
841
  width: number | null;
844
842
  height: number | null;
843
+ url: string | null;
844
+ duration: number | null;
845
845
  }[] | null;
846
846
  createdAt: string | null;
847
847
  lang: string | null;
@@ -851,13 +851,13 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
851
851
  }[];
852
852
  totalTweets: number;
853
853
  }, {
854
- error: string;
855
854
  success: boolean;
855
+ error: string;
856
856
  operation: "search" | "scrapeProfile" | "scrapeUrl";
857
857
  tweets: {
858
858
  url: string | null;
859
- id: string | null;
860
859
  text: string | null;
860
+ id: string | null;
861
861
  entities: {
862
862
  hashtags: string[] | null;
863
863
  mentions: string[] | null;
@@ -887,10 +887,10 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
887
887
  } | null;
888
888
  media: {
889
889
  type: string | null;
890
- url: string | null;
891
- duration: number | null;
892
890
  width: number | null;
893
891
  height: number | null;
892
+ url: string | null;
893
+ duration: number | null;
894
894
  }[] | null;
895
895
  createdAt: string | null;
896
896
  lang: string | null;
@@ -69,9 +69,9 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
69
69
  maxPagesReached?: boolean | undefined;
70
70
  }>>;
71
71
  }, "strip", z.ZodTypeAny, {
72
- error: string;
73
- success: boolean;
74
72
  url: string;
73
+ success: boolean;
74
+ error: string;
75
75
  pages: {
76
76
  content: string;
77
77
  url: string;
@@ -86,9 +86,9 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
86
86
  maxPagesReached?: boolean | undefined;
87
87
  } | undefined;
88
88
  }, {
89
- error: string;
90
- success: boolean;
91
89
  url: string;
90
+ success: boolean;
91
+ error: string;
92
92
  pages: {
93
93
  content: string;
94
94
  url: string;
@@ -175,9 +175,9 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
175
175
  maxPagesReached?: boolean | undefined;
176
176
  }>>;
177
177
  }, "strip", z.ZodTypeAny, {
178
- error: string;
179
- success: boolean;
180
178
  url: string;
179
+ success: boolean;
180
+ error: string;
181
181
  pages: {
182
182
  content: string;
183
183
  url: string;
@@ -192,9 +192,9 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
192
192
  maxPagesReached?: boolean | undefined;
193
193
  } | undefined;
194
194
  }, {
195
- error: string;
196
- success: boolean;
197
195
  url: string;
196
+ success: boolean;
197
+ error: string;
198
198
  pages: {
199
199
  content: string;
200
200
  url: string;
@@ -40,9 +40,9 @@ declare const WebExtractToolResultSchema: z.ZodObject<{
40
40
  pageTitle?: string | undefined;
41
41
  }>>;
42
42
  }, "strip", z.ZodTypeAny, {
43
- error: string;
44
- success: boolean;
45
43
  url: string;
44
+ success: boolean;
45
+ error: string;
46
46
  metadata?: {
47
47
  statusCode?: number | undefined;
48
48
  extractionTime?: number | undefined;
@@ -50,9 +50,9 @@ declare const WebExtractToolResultSchema: z.ZodObject<{
50
50
  } | undefined;
51
51
  extractedData?: any;
52
52
  }, {
53
- error: string;
54
- success: boolean;
55
53
  url: string;
54
+ success: boolean;
55
+ error: string;
56
56
  metadata?: {
57
57
  statusCode?: number | undefined;
58
58
  extractionTime?: number | undefined;
@@ -103,9 +103,9 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
103
103
  pageTitle?: string | undefined;
104
104
  }>>;
105
105
  }, "strip", z.ZodTypeAny, {
106
- error: string;
107
- success: boolean;
108
106
  url: string;
107
+ success: boolean;
108
+ error: string;
109
109
  metadata?: {
110
110
  statusCode?: number | undefined;
111
111
  extractionTime?: number | undefined;
@@ -113,9 +113,9 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
113
113
  } | undefined;
114
114
  extractedData?: any;
115
115
  }, {
116
- error: string;
117
- success: boolean;
118
116
  url: string;
117
+ success: boolean;
118
+ error: string;
119
119
  metadata?: {
120
120
  statusCode?: number | undefined;
121
121
  extractionTime?: number | undefined;
@@ -39,10 +39,10 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
39
39
  }, "strip", z.ZodTypeAny, {
40
40
  format: string;
41
41
  title: string;
42
- error: string;
43
- success: boolean;
44
42
  content: string;
45
43
  url: string;
44
+ success: boolean;
45
+ error: string;
46
46
  creditsUsed: number;
47
47
  metadata?: {
48
48
  statusCode?: number | undefined;
@@ -51,10 +51,10 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
51
51
  }, {
52
52
  format: string;
53
53
  title: string;
54
- error: string;
55
- success: boolean;
56
54
  content: string;
57
55
  url: string;
56
+ success: boolean;
57
+ error: string;
58
58
  creditsUsed: number;
59
59
  metadata?: {
60
60
  statusCode?: number | undefined;
@@ -103,10 +103,10 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
103
103
  }, "strip", z.ZodTypeAny, {
104
104
  format: string;
105
105
  title: string;
106
- error: string;
107
- success: boolean;
108
106
  content: string;
109
107
  url: string;
108
+ success: boolean;
109
+ error: string;
110
110
  creditsUsed: number;
111
111
  metadata?: {
112
112
  statusCode?: number | undefined;
@@ -115,10 +115,10 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
115
115
  }, {
116
116
  format: string;
117
117
  title: string;
118
- error: string;
119
- success: boolean;
120
118
  content: string;
121
119
  url: string;
120
+ success: boolean;
121
+ error: string;
122
122
  creditsUsed: number;
123
123
  metadata?: {
124
124
  statusCode?: number | undefined;
@@ -42,8 +42,8 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
42
42
  success: z.ZodBoolean;
43
43
  error: z.ZodString;
44
44
  }, "strip", z.ZodTypeAny, {
45
- error: string;
46
45
  success: boolean;
46
+ error: string;
47
47
  query: string;
48
48
  results: {
49
49
  title: string;
@@ -54,8 +54,8 @@ declare const WebSearchToolResultSchema: z.ZodObject<{
54
54
  totalResults: number;
55
55
  searchEngine: string;
56
56
  }, {
57
- error: string;
58
57
  success: boolean;
58
+ error: string;
59
59
  query: string;
60
60
  results: {
61
61
  title: string;
@@ -111,8 +111,8 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
111
111
  success: z.ZodBoolean;
112
112
  error: z.ZodString;
113
113
  }, "strip", z.ZodTypeAny, {
114
- error: string;
115
114
  success: boolean;
115
+ error: string;
116
116
  query: string;
117
117
  results: {
118
118
  title: string;
@@ -123,8 +123,8 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
123
123
  totalResults: number;
124
124
  searchEngine: string;
125
125
  }, {
126
- error: string;
127
126
  success: boolean;
127
+ error: string;
128
128
  query: string;
129
129
  results: {
130
130
  title: string;
@@ -222,9 +222,9 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
222
222
  success: z.ZodBoolean;
223
223
  error: z.ZodString;
224
224
  }, "strip", z.ZodTypeAny, {
225
- error: string;
226
- success: boolean;
227
225
  url: string | null;
226
+ success: boolean;
227
+ error: string;
228
228
  batch: string | null;
229
229
  people: {
230
230
  title: string | null;
@@ -254,9 +254,9 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
254
254
  totalPeople: number;
255
255
  totalCompanies: number;
256
256
  }, {
257
- error: string;
258
- success: boolean;
259
257
  url: string | null;
258
+ success: boolean;
259
+ error: string;
260
260
  batch: string | null;
261
261
  people: {
262
262
  title: string | null;
@@ -420,9 +420,9 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
420
420
  success: z.ZodBoolean;
421
421
  error: z.ZodString;
422
422
  }, "strip", z.ZodTypeAny, {
423
- error: string;
424
- success: boolean;
425
423
  url: string | null;
424
+ success: boolean;
425
+ error: string;
426
426
  batch: string | null;
427
427
  people: {
428
428
  title: string | null;
@@ -452,9 +452,9 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
452
452
  totalPeople: number;
453
453
  totalCompanies: number;
454
454
  }, {
455
- error: string;
456
- success: boolean;
457
455
  url: string | null;
456
+ success: boolean;
457
+ error: string;
458
458
  batch: string | null;
459
459
  people: {
460
460
  title: string | null;
@@ -149,8 +149,8 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
149
149
  success: z.ZodBoolean;
150
150
  error: z.ZodString;
151
151
  }, "strip", z.ZodTypeAny, {
152
- error: string;
153
152
  success: boolean;
153
+ error: string;
154
154
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
155
155
  totalResults: number;
156
156
  videos?: {
@@ -175,8 +175,8 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
175
175
  }[] | undefined;
176
176
  fullTranscriptText?: string | undefined;
177
177
  }, {
178
- error: string;
179
178
  success: boolean;
179
+ error: string;
180
180
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
181
181
  totalResults: number;
182
182
  videos?: {
@@ -307,8 +307,8 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
307
307
  success: z.ZodBoolean;
308
308
  error: z.ZodString;
309
309
  }, "strip", z.ZodTypeAny, {
310
- error: string;
311
310
  success: boolean;
311
+ error: string;
312
312
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
313
313
  totalResults: number;
314
314
  videos?: {
@@ -333,8 +333,8 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
333
333
  }[] | undefined;
334
334
  fullTranscriptText?: string | undefined;
335
335
  }, {
336
- error: string;
337
336
  success: boolean;
337
+ error: string;
338
338
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
339
339
  totalResults: number;
340
340
  videos?: {
@@ -107,8 +107,8 @@ declare const DatabaseAnalyzerResultSchema: z.ZodObject<{
107
107
  analysisTimestamp: Date;
108
108
  }>>;
109
109
  }, "strip", z.ZodTypeAny, {
110
- error: string;
111
110
  success: boolean;
111
+ error: string;
112
112
  databaseSchema?: {
113
113
  rawData?: Record<string, unknown>[] | undefined;
114
114
  cleanedJSON?: string | undefined;
@@ -121,8 +121,8 @@ declare const DatabaseAnalyzerResultSchema: z.ZodObject<{
121
121
  analysisTimestamp: Date;
122
122
  } | undefined;
123
123
  }, {
124
- error: string;
125
124
  success: boolean;
125
+ error: string;
126
126
  databaseSchema?: {
127
127
  rawData?: Record<string, unknown>[] | undefined;
128
128
  cleanedJSON?: string | undefined;
@@ -261,8 +261,8 @@ export declare class DatabaseAnalyzerWorkflowBubble extends WorkflowBubble<Datab
261
261
  analysisTimestamp: Date;
262
262
  }>>;
263
263
  }, "strip", z.ZodTypeAny, {
264
- error: string;
265
264
  success: boolean;
265
+ error: string;
266
266
  databaseSchema?: {
267
267
  rawData?: Record<string, unknown>[] | undefined;
268
268
  cleanedJSON?: string | undefined;
@@ -275,8 +275,8 @@ export declare class DatabaseAnalyzerWorkflowBubble extends WorkflowBubble<Datab
275
275
  analysisTimestamp: Date;
276
276
  } | undefined;
277
277
  }, {
278
- error: string;
279
278
  success: boolean;
279
+ error: string;
280
280
  databaseSchema?: {
281
281
  rawData?: Record<string, unknown>[] | undefined;
282
282
  cleanedJSON?: string | undefined;
@@ -213,8 +213,6 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
213
213
  success: z.ZodBoolean;
214
214
  error: z.ZodString;
215
215
  }, "strip", z.ZodTypeAny, {
216
- error: string;
217
- success: boolean;
218
216
  metadata: {
219
217
  processingTime: number;
220
218
  totalDocuments: number;
@@ -223,6 +221,8 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
223
221
  extractedFrom: string[];
224
222
  };
225
223
  rows: Record<string, string | number | boolean | null>[];
224
+ success: boolean;
225
+ error: string;
226
226
  columns: {
227
227
  type: "string" | "number" | "boolean" | "integer" | "float" | "date";
228
228
  description: string;
@@ -239,8 +239,6 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
239
239
  csv?: string | undefined;
240
240
  };
241
241
  }, {
242
- error: string;
243
- success: boolean;
244
242
  metadata: {
245
243
  processingTime: number;
246
244
  totalDocuments: number;
@@ -249,6 +247,8 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
249
247
  extractedFrom: string[];
250
248
  };
251
249
  rows: Record<string, string | number | boolean | null>[];
250
+ success: boolean;
251
+ error: string;
252
252
  columns: {
253
253
  type: "string" | "number" | "boolean" | "integer" | "float" | "date";
254
254
  description: string;
@@ -465,8 +465,6 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
465
465
  success: z.ZodBoolean;
466
466
  error: z.ZodString;
467
467
  }, "strip", z.ZodTypeAny, {
468
- error: string;
469
- success: boolean;
470
468
  metadata: {
471
469
  processingTime: number;
472
470
  totalDocuments: number;
@@ -475,6 +473,8 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
475
473
  extractedFrom: string[];
476
474
  };
477
475
  rows: Record<string, string | number | boolean | null>[];
476
+ success: boolean;
477
+ error: string;
478
478
  columns: {
479
479
  type: "string" | "number" | "boolean" | "integer" | "float" | "date";
480
480
  description: string;
@@ -491,8 +491,6 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
491
491
  csv?: string | undefined;
492
492
  };
493
493
  }, {
494
- error: string;
495
- success: boolean;
496
494
  metadata: {
497
495
  processingTime: number;
498
496
  totalDocuments: number;
@@ -501,6 +499,8 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
501
499
  extractedFrom: string[];
502
500
  };
503
501
  rows: Record<string, string | number | boolean | null>[];
502
+ success: boolean;
503
+ error: string;
504
504
  columns: {
505
505
  type: "string" | "number" | "boolean" | "integer" | "float" | "date";
506
506
  description: string;