@bubblelab/bubble-core 0.1.210 → 0.1.212

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 (130) hide show
  1. package/dist/bubble-bundle.d.ts +189 -168
  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/agi-inc.d.ts +112 -112
  6. package/dist/bubbles/service-bubble/ai-agent-slack-tools.d.ts.map +1 -1
  7. package/dist/bubbles/service-bubble/ai-agent-slack-tools.js +15 -1
  8. package/dist/bubbles/service-bubble/ai-agent-slack-tools.js.map +1 -1
  9. package/dist/bubbles/service-bubble/ai-agent.d.ts +16 -16
  10. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  11. package/dist/bubbles/service-bubble/ai-agent.js +2 -1
  12. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  13. package/dist/bubbles/service-bubble/airtable.d.ts +130 -130
  14. package/dist/bubbles/service-bubble/apify/apify.d.ts +8 -8
  15. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +120 -120
  16. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +68 -68
  17. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +489 -0
  18. package/dist/bubbles/service-bubble/assembled/assembled.d.ts.map +1 -0
  19. package/dist/bubbles/service-bubble/assembled/assembled.js +363 -0
  20. package/dist/bubbles/service-bubble/assembled/assembled.js.map +1 -0
  21. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +460 -0
  22. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts.map +1 -0
  23. package/dist/bubbles/service-bubble/assembled/assembled.schema.js +295 -0
  24. package/dist/bubbles/service-bubble/assembled/assembled.schema.js.map +1 -0
  25. package/dist/bubbles/service-bubble/assembled/assembled.utils.d.ts +12 -0
  26. package/dist/bubbles/service-bubble/assembled/assembled.utils.d.ts.map +1 -0
  27. package/dist/bubbles/service-bubble/assembled/assembled.utils.js +89 -0
  28. package/dist/bubbles/service-bubble/assembled/assembled.utils.js.map +1 -0
  29. package/dist/bubbles/service-bubble/assembled/index.d.ts +4 -0
  30. package/dist/bubbles/service-bubble/assembled/index.d.ts.map +1 -0
  31. package/dist/bubbles/service-bubble/assembled/index.js +4 -0
  32. package/dist/bubbles/service-bubble/assembled/index.js.map +1 -0
  33. package/dist/bubbles/service-bubble/attio/attio.d.ts +64 -64
  34. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +58 -58
  35. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +14 -14
  36. package/dist/bubbles/service-bubble/capability-pipeline.js +1 -1
  37. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  38. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +43 -43
  39. package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +4 -4
  40. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +20 -20
  41. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +150 -150
  42. package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
  43. package/dist/bubbles/service-bubble/firecrawl.d.ts +204 -204
  44. package/dist/bubbles/service-bubble/followupboss.d.ts +256 -256
  45. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
  46. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +124 -124
  47. package/dist/bubbles/service-bubble/github.d.ts +114 -114
  48. package/dist/bubbles/service-bubble/gmail.d.ts +140 -140
  49. package/dist/bubbles/service-bubble/google-calendar.d.ts +132 -132
  50. package/dist/bubbles/service-bubble/google-drive.d.ts +150 -150
  51. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
  52. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +26 -26
  53. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  54. package/dist/bubbles/service-bubble/http.d.ts +4 -4
  55. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +20 -20
  56. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  57. package/dist/bubbles/service-bubble/jira/jira.d.ts +58 -58
  58. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +77 -77
  59. package/dist/bubbles/service-bubble/linear/linear.d.ts +44 -44
  60. package/dist/bubbles/service-bubble/linear/linear.schema.d.ts +15 -15
  61. package/dist/bubbles/service-bubble/notion/notion.d.ts +164 -164
  62. package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
  63. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +24 -24
  64. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +26 -26
  65. package/dist/bubbles/service-bubble/resend.d.ts +24 -24
  66. package/dist/bubbles/service-bubble/s3/s3.d.ts +44 -44
  67. package/dist/bubbles/service-bubble/s3/s3.schema.d.ts +14 -14
  68. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +14 -14
  69. package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +6 -6
  70. package/dist/bubbles/service-bubble/slack/slack-table-blocks.d.ts +4 -0
  71. package/dist/bubbles/service-bubble/slack/slack-table-blocks.d.ts.map +1 -1
  72. package/dist/bubbles/service-bubble/slack/slack-table-blocks.js +4 -0
  73. package/dist/bubbles/service-bubble/slack/slack-table-blocks.js.map +1 -1
  74. package/dist/bubbles/service-bubble/slack/slack.d.ts +276 -276
  75. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
  76. package/dist/bubbles/service-bubble/slack/slack.utils.js +53 -7
  77. package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
  78. package/dist/bubbles/service-bubble/storage.d.ts +88 -88
  79. package/dist/bubbles/service-bubble/storage.d.ts.map +1 -1
  80. package/dist/bubbles/service-bubble/storage.js +5 -3
  81. package/dist/bubbles/service-bubble/storage.js.map +1 -1
  82. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +84 -84
  83. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +59 -59
  84. package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
  85. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +26 -26
  86. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +3 -3
  87. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +4 -4
  88. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +4 -4
  89. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +4 -4
  90. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +4 -4
  91. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  92. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +8 -8
  93. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  94. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
  95. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  96. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  97. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  98. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  99. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +32 -32
  100. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  101. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  102. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  103. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  104. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
  105. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +4 -4
  106. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  107. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  108. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
  109. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  110. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +8 -8
  111. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  112. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  113. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  114. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  115. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
  116. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +8 -8
  117. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  118. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
  119. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  120. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +90 -90
  121. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
  122. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
  123. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +14 -14
  124. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  125. package/dist/bubbles.json +927 -2
  126. package/dist/index.d.ts +1 -0
  127. package/dist/index.d.ts.map +1 -1
  128. package/dist/index.js +1 -0
  129. package/dist/index.js.map +1 -1
  130. package/package.json +2 -2
@@ -162,9 +162,9 @@ declare const TikTokToolResultSchema: z.ZodObject<{
162
162
  success: z.ZodBoolean;
163
163
  error: z.ZodString;
164
164
  }, "strip", z.ZodTypeAny, {
165
- error: string;
166
- success: boolean;
167
165
  operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
166
+ success: boolean;
167
+ error: string;
168
168
  videos: {
169
169
  id: string | null;
170
170
  text: string | null;
@@ -198,9 +198,9 @@ declare const TikTokToolResultSchema: z.ZodObject<{
198
198
  }[];
199
199
  totalVideos: number;
200
200
  }, {
201
- error: string;
202
- success: boolean;
203
201
  operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
202
+ success: boolean;
203
+ error: string;
204
204
  videos: {
205
205
  id: string | null;
206
206
  text: string | null;
@@ -399,9 +399,9 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
399
399
  success: z.ZodBoolean;
400
400
  error: z.ZodString;
401
401
  }, "strip", z.ZodTypeAny, {
402
- error: string;
403
- success: boolean;
404
402
  operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
403
+ success: boolean;
404
+ error: string;
405
405
  videos: {
406
406
  id: string | null;
407
407
  text: string | null;
@@ -435,9 +435,9 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
435
435
  }[];
436
436
  totalVideos: number;
437
437
  }, {
438
- error: string;
439
- success: boolean;
440
438
  operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
439
+ success: boolean;
440
+ error: string;
441
441
  videos: {
442
442
  id: string | null;
443
443
  text: string | null;
@@ -99,16 +99,16 @@ declare const MyCustomToolResultSchema: z.ZodObject<{
99
99
  success: z.ZodBoolean;
100
100
  error: z.ZodString;
101
101
  }, "strip", z.ZodTypeAny, {
102
- error: string;
103
102
  success: boolean;
103
+ error: string;
104
104
  metadata: {
105
105
  processedAt: string;
106
106
  itemsProcessed: number;
107
107
  };
108
108
  processedData: string;
109
109
  }, {
110
- error: string;
111
110
  success: boolean;
111
+ error: string;
112
112
  metadata: {
113
113
  processedAt: string;
114
114
  itemsProcessed: number;
@@ -172,16 +172,16 @@ export declare class MyCustomTool extends ToolBubble<MyCustomToolParams, MyCusto
172
172
  success: z.ZodBoolean;
173
173
  error: z.ZodString;
174
174
  }, "strip", z.ZodTypeAny, {
175
- error: string;
176
175
  success: boolean;
176
+ error: string;
177
177
  metadata: {
178
178
  processedAt: string;
179
179
  itemsProcessed: number;
180
180
  };
181
181
  processedData: string;
182
182
  }, {
183
- error: string;
184
183
  success: boolean;
184
+ error: string;
185
185
  metadata: {
186
186
  processedAt: string;
187
187
  itemsProcessed: number;
@@ -456,9 +456,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
456
456
  success: z.ZodBoolean;
457
457
  error: z.ZodString;
458
458
  }, "strip", z.ZodTypeAny, {
459
- error: string;
460
- success: boolean;
461
459
  operation: "search" | "scrapeProfile" | "scrapeUrl";
460
+ success: boolean;
461
+ error: string;
462
462
  tweets: {
463
463
  url: string | null;
464
464
  id: string | null;
@@ -505,9 +505,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
505
505
  }[];
506
506
  totalTweets: number;
507
507
  }, {
508
- error: string;
509
- success: boolean;
510
508
  operation: "search" | "scrapeProfile" | "scrapeUrl";
509
+ success: boolean;
510
+ error: string;
511
511
  tweets: {
512
512
  url: string | null;
513
513
  id: string | null;
@@ -802,9 +802,9 @@ 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
- success: boolean;
807
805
  operation: "search" | "scrapeProfile" | "scrapeUrl";
806
+ success: boolean;
807
+ error: string;
808
808
  tweets: {
809
809
  url: string | null;
810
810
  id: string | null;
@@ -851,9 +851,9 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
851
851
  }[];
852
852
  totalTweets: number;
853
853
  }, {
854
- error: string;
855
- success: boolean;
856
854
  operation: "search" | "scrapeProfile" | "scrapeUrl";
855
+ success: boolean;
856
+ error: string;
857
857
  tweets: {
858
858
  url: string | null;
859
859
  id: string | null;
@@ -70,8 +70,8 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
70
70
  }>>;
71
71
  }, "strip", z.ZodTypeAny, {
72
72
  url: string;
73
- error: string;
74
73
  success: boolean;
74
+ error: string;
75
75
  pages: {
76
76
  content: string;
77
77
  url: string;
@@ -87,8 +87,8 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
87
87
  } | undefined;
88
88
  }, {
89
89
  url: string;
90
- error: string;
91
90
  success: boolean;
91
+ error: string;
92
92
  pages: {
93
93
  content: string;
94
94
  url: string;
@@ -176,8 +176,8 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
176
176
  }>>;
177
177
  }, "strip", z.ZodTypeAny, {
178
178
  url: string;
179
- error: string;
180
179
  success: boolean;
180
+ error: string;
181
181
  pages: {
182
182
  content: string;
183
183
  url: string;
@@ -193,8 +193,8 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
193
193
  } | undefined;
194
194
  }, {
195
195
  url: string;
196
- error: string;
197
196
  success: boolean;
197
+ error: string;
198
198
  pages: {
199
199
  content: string;
200
200
  url: string;
@@ -41,8 +41,8 @@ declare const WebExtractToolResultSchema: z.ZodObject<{
41
41
  }>>;
42
42
  }, "strip", z.ZodTypeAny, {
43
43
  url: string;
44
- error: string;
45
44
  success: boolean;
45
+ error: string;
46
46
  metadata?: {
47
47
  statusCode?: number | undefined;
48
48
  extractionTime?: number | undefined;
@@ -51,8 +51,8 @@ declare const WebExtractToolResultSchema: z.ZodObject<{
51
51
  extractedData?: any;
52
52
  }, {
53
53
  url: string;
54
- error: string;
55
54
  success: boolean;
55
+ error: string;
56
56
  metadata?: {
57
57
  statusCode?: number | undefined;
58
58
  extractionTime?: number | undefined;
@@ -104,8 +104,8 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
104
104
  }>>;
105
105
  }, "strip", z.ZodTypeAny, {
106
106
  url: string;
107
- error: string;
108
107
  success: boolean;
108
+ error: string;
109
109
  metadata?: {
110
110
  statusCode?: number | undefined;
111
111
  extractionTime?: number | undefined;
@@ -114,8 +114,8 @@ export declare class WebExtractTool extends ToolBubble<WebExtractToolParams, Web
114
114
  extractedData?: any;
115
115
  }, {
116
116
  url: string;
117
- error: string;
118
117
  success: boolean;
118
+ error: string;
119
119
  metadata?: {
120
120
  statusCode?: number | undefined;
121
121
  extractionTime?: number | undefined;
@@ -41,8 +41,8 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
41
41
  title: string;
42
42
  content: string;
43
43
  url: string;
44
- error: string;
45
44
  success: boolean;
45
+ error: string;
46
46
  creditsUsed: number;
47
47
  metadata?: {
48
48
  statusCode?: number | undefined;
@@ -53,8 +53,8 @@ declare const WebScrapeToolResultSchema: z.ZodObject<{
53
53
  title: string;
54
54
  content: string;
55
55
  url: string;
56
- error: string;
57
56
  success: boolean;
57
+ error: string;
58
58
  creditsUsed: number;
59
59
  metadata?: {
60
60
  statusCode?: number | undefined;
@@ -105,8 +105,8 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
105
105
  title: string;
106
106
  content: string;
107
107
  url: string;
108
- error: string;
109
108
  success: boolean;
109
+ error: string;
110
110
  creditsUsed: number;
111
111
  metadata?: {
112
112
  statusCode?: number | undefined;
@@ -117,8 +117,8 @@ export declare class WebScrapeTool extends ToolBubble<WebScrapeToolParams, WebSc
117
117
  title: string;
118
118
  content: string;
119
119
  url: string;
120
- error: string;
121
120
  success: boolean;
121
+ error: string;
122
122
  creditsUsed: number;
123
123
  metadata?: {
124
124
  statusCode?: number | undefined;
@@ -11,7 +11,7 @@ declare const WebSearchToolParamsSchema: z.ZodObject<{
11
11
  }, "strip", z.ZodTypeAny, {
12
12
  query: string;
13
13
  limit: number;
14
- categories: ("github" | "pdf" | "research")[];
14
+ categories: ("pdf" | "github" | "research")[];
15
15
  credentials?: Partial<Record<CredentialType, string>> | undefined;
16
16
  location?: string | undefined;
17
17
  }, {
@@ -19,7 +19,7 @@ declare const WebSearchToolParamsSchema: z.ZodObject<{
19
19
  credentials?: Partial<Record<CredentialType, string>> | undefined;
20
20
  limit?: number | undefined;
21
21
  location?: string | undefined;
22
- categories?: ("github" | "pdf" | "research")[] | undefined;
22
+ categories?: ("pdf" | "github" | "research")[] | undefined;
23
23
  }>;
24
24
  declare const WebSearchToolResultSchema: z.ZodObject<{
25
25
  results: z.ZodArray<z.ZodObject<{
@@ -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;
@@ -80,7 +80,7 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
80
80
  }, "strip", z.ZodTypeAny, {
81
81
  query: string;
82
82
  limit: number;
83
- categories: ("github" | "pdf" | "research")[];
83
+ categories: ("pdf" | "github" | "research")[];
84
84
  credentials?: Partial<Record<CredentialType, string>> | undefined;
85
85
  location?: string | undefined;
86
86
  }, {
@@ -88,7 +88,7 @@ export declare class WebSearchTool extends ToolBubble<WebSearchToolParams, WebSe
88
88
  credentials?: Partial<Record<CredentialType, string>> | undefined;
89
89
  limit?: number | undefined;
90
90
  location?: string | undefined;
91
- categories?: ("github" | "pdf" | "research")[] | undefined;
91
+ categories?: ("pdf" | "github" | "research")[] | undefined;
92
92
  }>;
93
93
  static readonly resultSchema: z.ZodObject<{
94
94
  results: z.ZodArray<z.ZodObject<{
@@ -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;
@@ -223,8 +223,8 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
223
223
  error: z.ZodString;
224
224
  }, "strip", z.ZodTypeAny, {
225
225
  url: string | null;
226
- error: string;
227
226
  success: boolean;
227
+ error: string;
228
228
  batch: string | null;
229
229
  people: {
230
230
  title: string | null;
@@ -255,8 +255,8 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
255
255
  totalCompanies: number;
256
256
  }, {
257
257
  url: string | null;
258
- error: string;
259
258
  success: boolean;
259
+ error: string;
260
260
  batch: string | null;
261
261
  people: {
262
262
  title: string | null;
@@ -421,8 +421,8 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
421
421
  error: z.ZodString;
422
422
  }, "strip", z.ZodTypeAny, {
423
423
  url: string | null;
424
- error: string;
425
424
  success: boolean;
425
+ error: string;
426
426
  batch: string | null;
427
427
  people: {
428
428
  title: string | null;
@@ -453,8 +453,8 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
453
453
  totalCompanies: number;
454
454
  }, {
455
455
  url: string | null;
456
- error: string;
457
456
  success: boolean;
457
+ error: string;
458
458
  batch: string | null;
459
459
  people: {
460
460
  title: string | null;
@@ -149,9 +149,9 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
149
149
  success: z.ZodBoolean;
150
150
  error: z.ZodString;
151
151
  }, "strip", z.ZodTypeAny, {
152
- error: string;
153
- success: boolean;
154
152
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
153
+ success: boolean;
154
+ error: string;
155
155
  totalResults: number;
156
156
  videos?: {
157
157
  description: string | null;
@@ -175,9 +175,9 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
175
175
  }[] | undefined;
176
176
  fullTranscriptText?: string | undefined;
177
177
  }, {
178
- error: string;
179
- success: boolean;
180
178
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
179
+ success: boolean;
180
+ error: string;
181
181
  totalResults: number;
182
182
  videos?: {
183
183
  description: string | null;
@@ -307,9 +307,9 @@ 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
- success: boolean;
312
310
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
311
+ success: boolean;
312
+ error: string;
313
313
  totalResults: number;
314
314
  videos?: {
315
315
  description: string | null;
@@ -333,9 +333,9 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
333
333
  }[] | undefined;
334
334
  fullTranscriptText?: string | undefined;
335
335
  }, {
336
- error: string;
337
- success: boolean;
338
336
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
337
+ success: boolean;
338
+ error: string;
339
339
  totalResults: number;
340
340
  videos?: {
341
341
  description: string | null;
@@ -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,8 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
213
213
  success: z.ZodBoolean;
214
214
  error: z.ZodString;
215
215
  }, "strip", z.ZodTypeAny, {
216
- error: string;
217
216
  success: boolean;
217
+ error: string;
218
218
  metadata: {
219
219
  processingTime: number;
220
220
  totalDocuments: number;
@@ -239,8 +239,8 @@ declare const GenerateDocumentWorkflowResultSchema: z.ZodObject<{
239
239
  csv?: string | undefined;
240
240
  };
241
241
  }, {
242
- error: string;
243
242
  success: boolean;
243
+ error: string;
244
244
  metadata: {
245
245
  processingTime: number;
246
246
  totalDocuments: number;
@@ -465,8 +465,8 @@ 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
468
  success: boolean;
469
+ error: string;
470
470
  metadata: {
471
471
  processingTime: number;
472
472
  totalDocuments: number;
@@ -491,8 +491,8 @@ export declare class GenerateDocumentWorkflow extends WorkflowBubble<GenerateDoc
491
491
  csv?: string | undefined;
492
492
  };
493
493
  }, {
494
- error: string;
495
494
  success: boolean;
495
+ error: string;
496
496
  metadata: {
497
497
  processingTime: number;
498
498
  totalDocuments: number;
@@ -122,7 +122,7 @@ declare const ParseDocumentWorkflowParamsSchema: z.ZodObject<{
122
122
  jsonMode: boolean;
123
123
  };
124
124
  documentData: string;
125
- documentType: "image" | "pdf";
125
+ documentType: "pdf" | "image";
126
126
  isFileUrl: boolean;
127
127
  conversionOptions: {
128
128
  preserveStructure: boolean;
@@ -156,7 +156,7 @@ declare const ParseDocumentWorkflowParamsSchema: z.ZodObject<{
156
156
  maxTokens?: number | undefined;
157
157
  jsonMode?: boolean | undefined;
158
158
  } | undefined;
159
- documentType?: "image" | "pdf" | undefined;
159
+ documentType?: "pdf" | "image" | undefined;
160
160
  isFileUrl?: boolean | undefined;
161
161
  conversionOptions?: {
162
162
  preserveStructure?: boolean | undefined;
@@ -269,8 +269,8 @@ declare const ParseDocumentWorkflowResultSchema: z.ZodObject<{
269
269
  success: z.ZodBoolean;
270
270
  error: z.ZodString;
271
271
  }, "strip", z.ZodTypeAny, {
272
- error: string;
273
272
  success: boolean;
273
+ error: string;
274
274
  metadata: {
275
275
  totalPages: number;
276
276
  processingTime: number;
@@ -305,8 +305,8 @@ declare const ParseDocumentWorkflowResultSchema: z.ZodObject<{
305
305
  fileUrl?: string | undefined;
306
306
  }[] | undefined;
307
307
  }, {
308
- error: string;
309
308
  success: boolean;
309
+ error: string;
310
310
  metadata: {
311
311
  totalPages: number;
312
312
  processingTime: number;
@@ -453,7 +453,7 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
453
453
  jsonMode: boolean;
454
454
  };
455
455
  documentData: string;
456
- documentType: "image" | "pdf";
456
+ documentType: "pdf" | "image";
457
457
  isFileUrl: boolean;
458
458
  conversionOptions: {
459
459
  preserveStructure: boolean;
@@ -487,7 +487,7 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
487
487
  maxTokens?: number | undefined;
488
488
  jsonMode?: boolean | undefined;
489
489
  } | undefined;
490
- documentType?: "image" | "pdf" | undefined;
490
+ documentType?: "pdf" | "image" | undefined;
491
491
  isFileUrl?: boolean | undefined;
492
492
  conversionOptions?: {
493
493
  preserveStructure?: boolean | undefined;
@@ -597,8 +597,8 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
597
597
  success: z.ZodBoolean;
598
598
  error: z.ZodString;
599
599
  }, "strip", z.ZodTypeAny, {
600
- error: string;
601
600
  success: boolean;
601
+ error: string;
602
602
  metadata: {
603
603
  totalPages: number;
604
604
  processingTime: number;
@@ -633,8 +633,8 @@ export declare class ParseDocumentWorkflow extends WorkflowBubble<ParseDocumentW
633
633
  fileUrl?: string | undefined;
634
634
  }[] | undefined;
635
635
  }, {
636
- error: string;
637
636
  success: boolean;
637
+ error: string;
638
638
  metadata: {
639
639
  totalPages: number;
640
640
  processingTime: number;