@bubblelab/bubble-core 0.1.95 → 0.1.96

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 (77) hide show
  1. package/dist/bubble-bundle.d.ts +112 -112
  2. package/dist/bubble-factory.d.ts +10 -0
  3. package/dist/bubble-factory.d.ts.map +1 -1
  4. package/dist/bubble-factory.js +30 -0
  5. package/dist/bubble-factory.js.map +1 -1
  6. package/dist/bubbles/service-bubble/agi-inc.d.ts +88 -88
  7. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  8. package/dist/bubbles/service-bubble/airtable.d.ts +118 -118
  9. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  10. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +68 -68
  11. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +18 -18
  12. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +26 -26
  13. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +20 -20
  14. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +126 -126
  15. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
  16. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  17. package/dist/bubbles/service-bubble/firecrawl.d.ts +836 -836
  18. package/dist/bubbles/service-bubble/followupboss.d.ts +144 -144
  19. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +68 -68
  20. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +12 -12
  21. package/dist/bubbles/service-bubble/github.d.ts +176 -176
  22. package/dist/bubbles/service-bubble/gmail.d.ts +240 -240
  23. package/dist/bubbles/service-bubble/google-calendar.d.ts +138 -138
  24. package/dist/bubbles/service-bubble/google-drive.d.ts +52 -52
  25. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +32 -32
  26. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +22 -22
  27. package/dist/bubbles/service-bubble/hello-world.d.ts +8 -8
  28. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  29. package/dist/bubbles/service-bubble/insforge-db.d.ts +16 -16
  30. package/dist/bubbles/service-bubble/jira/jira.d.ts +66 -66
  31. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  32. package/dist/bubbles/service-bubble/notion/notion.d.ts +2089 -2089
  33. package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
  34. package/dist/bubbles/service-bubble/resend.d.ts +28 -28
  35. package/dist/bubbles/service-bubble/slack/slack.d.ts +440 -440
  36. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  37. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +107 -107
  38. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +38 -38
  39. package/dist/bubbles/service-bubble/telegram.d.ts +1562 -1562
  40. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +15 -15
  41. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +14 -14
  42. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
  43. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +18 -18
  44. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
  45. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +62 -62
  46. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  48. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
  50. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  51. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  52. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +326 -326
  53. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  54. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  55. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  56. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +122 -122
  57. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
  58. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  60. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
  61. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  62. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +150 -150
  63. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +22 -22
  64. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  65. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  66. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  67. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +28 -28
  68. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  69. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +40 -40
  70. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  71. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +72 -72
  72. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
  73. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +32 -32
  74. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +96 -96
  75. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
  76. package/dist/bubbles.json +1 -1
  77. package/package.json +2 -2
@@ -19,19 +19,19 @@ declare const WebCrawlToolParamsSchema: z.ZodObject<{
19
19
  waitFor: number;
20
20
  credentials?: Partial<Record<CredentialType, string>> | undefined;
21
21
  maxPages?: number | undefined;
22
- excludePaths?: string[] | undefined;
23
- includePaths?: string[] | undefined;
24
22
  crawlDepth?: number | undefined;
23
+ includePaths?: string[] | undefined;
24
+ excludePaths?: string[] | undefined;
25
25
  }, {
26
26
  url: string;
27
27
  format?: "markdown" | undefined;
28
28
  credentials?: Partial<Record<CredentialType, string>> | undefined;
29
29
  onlyMainContent?: boolean | undefined;
30
- waitFor?: number | undefined;
31
30
  maxPages?: number | undefined;
32
- excludePaths?: string[] | undefined;
33
- includePaths?: string[] | undefined;
34
31
  crawlDepth?: number | undefined;
32
+ includePaths?: string[] | undefined;
33
+ excludePaths?: string[] | undefined;
34
+ waitFor?: number | undefined;
35
35
  }>;
36
36
  declare const WebCrawlToolResultSchema: z.ZodObject<{
37
37
  url: z.ZodString;
@@ -69,34 +69,34 @@ 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;
78
78
  title?: string | undefined;
79
79
  depth?: number | undefined;
80
80
  }[];
81
- creditsUsed: number;
82
81
  totalPages: number;
82
+ creditsUsed: number;
83
83
  metadata?: {
84
84
  loadTime?: number | undefined;
85
85
  crawlDepth?: number | undefined;
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;
95
95
  title?: string | undefined;
96
96
  depth?: number | undefined;
97
97
  }[];
98
- creditsUsed: number;
99
98
  totalPages: number;
99
+ creditsUsed: number;
100
100
  metadata?: {
101
101
  loadTime?: number | undefined;
102
102
  crawlDepth?: number | undefined;
@@ -125,19 +125,19 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
125
125
  waitFor: number;
126
126
  credentials?: Partial<Record<CredentialType, string>> | undefined;
127
127
  maxPages?: number | undefined;
128
- excludePaths?: string[] | undefined;
129
- includePaths?: string[] | undefined;
130
128
  crawlDepth?: number | undefined;
129
+ includePaths?: string[] | undefined;
130
+ excludePaths?: string[] | undefined;
131
131
  }, {
132
132
  url: string;
133
133
  format?: "markdown" | undefined;
134
134
  credentials?: Partial<Record<CredentialType, string>> | undefined;
135
135
  onlyMainContent?: boolean | undefined;
136
- waitFor?: number | undefined;
137
136
  maxPages?: number | undefined;
138
- excludePaths?: string[] | undefined;
139
- includePaths?: string[] | undefined;
140
137
  crawlDepth?: number | undefined;
138
+ includePaths?: string[] | undefined;
139
+ excludePaths?: string[] | undefined;
140
+ waitFor?: number | undefined;
141
141
  }>;
142
142
  static readonly resultSchema: z.ZodObject<{
143
143
  url: z.ZodString;
@@ -175,34 +175,34 @@ 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;
184
184
  title?: string | undefined;
185
185
  depth?: number | undefined;
186
186
  }[];
187
- creditsUsed: number;
188
187
  totalPages: number;
188
+ creditsUsed: number;
189
189
  metadata?: {
190
190
  loadTime?: number | undefined;
191
191
  crawlDepth?: number | undefined;
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;
201
201
  title?: string | undefined;
202
202
  depth?: number | undefined;
203
203
  }[];
204
- creditsUsed: number;
205
204
  totalPages: number;
205
+ creditsUsed: number;
206
206
  metadata?: {
207
207
  loadTime?: number | undefined;
208
208
  crawlDepth?: number | undefined;
@@ -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,29 +42,29 @@ 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;
50
50
  content: string;
51
51
  url: string;
52
52
  }[];
53
- creditsUsed: number;
54
53
  totalResults: number;
55
54
  searchEngine: string;
55
+ creditsUsed: number;
56
56
  }, {
57
- error: string;
58
57
  success: boolean;
58
+ error: string;
59
59
  query: string;
60
60
  results: {
61
61
  title: string;
62
62
  content: string;
63
63
  url: string;
64
64
  }[];
65
- creditsUsed: number;
66
65
  totalResults: number;
67
66
  searchEngine: string;
67
+ creditsUsed: number;
68
68
  }>;
69
69
  type WebSearchToolParams = z.output<typeof WebSearchToolParamsSchema>;
70
70
  type WebSearchToolResult = z.output<typeof WebSearchToolResultSchema>;
@@ -111,29 +111,29 @@ 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;
119
119
  content: string;
120
120
  url: string;
121
121
  }[];
122
- creditsUsed: number;
123
122
  totalResults: number;
124
123
  searchEngine: string;
124
+ creditsUsed: number;
125
125
  }, {
126
- error: string;
127
126
  success: boolean;
127
+ error: string;
128
128
  query: string;
129
129
  results: {
130
130
  title: string;
131
131
  content: string;
132
132
  url: string;
133
133
  }[];
134
- creditsUsed: number;
135
134
  totalResults: number;
136
135
  searchEngine: string;
136
+ creditsUsed: number;
137
137
  }>;
138
138
  static readonly shortDescription = "Performs web searches using Firecrawl to find current information from the web";
139
139
  static readonly longDescription = "\n A comprehensive web search tool that uses Firecrawl to find current information from the web.\n \n Features:\n - High-quality web search results with content extraction\n - Configurable result limits (1-20 results)\n - Location-based search for regional results\n - Clean, structured content extraction from search results\n - Requires FIRECRAWL_API_KEY credential\n \n Use cases:\n - Finding current events and news\n - Researching topics with web content\n - Getting up-to-date information for decision making\n - Answering questions that require web knowledge\n - Market research and competitive analysis\n - Real-time data gathering from the web\n ";
@@ -17,28 +17,28 @@ declare const YouTubeVideoSchema: z.ZodObject<{
17
17
  comments: z.ZodNullable<z.ZodNumber>;
18
18
  thumbnail: z.ZodNullable<z.ZodString>;
19
19
  }, "strip", z.ZodTypeAny, {
20
- duration: string | null;
21
20
  description: string | null;
22
21
  title: string | null;
23
22
  date: string | null;
24
23
  url: string | null;
24
+ duration: string | null;
25
25
  id: string | null;
26
- thumbnail: string | null;
27
26
  comments: number | null;
27
+ thumbnail: string | null;
28
28
  viewCount: number | null;
29
29
  likes: number | null;
30
30
  channelName: string | null;
31
31
  channelUrl: string | null;
32
32
  subscribers: number | null;
33
33
  }, {
34
- duration: string | null;
35
34
  description: string | null;
36
35
  title: string | null;
37
36
  date: string | null;
38
37
  url: string | null;
38
+ duration: string | null;
39
39
  id: string | null;
40
- thumbnail: string | null;
41
40
  comments: number | null;
41
+ thumbnail: string | null;
42
42
  viewCount: number | null;
43
43
  likes: number | null;
44
44
  channelName: string | null;
@@ -70,18 +70,18 @@ declare const YouTubeToolParamsSchema: z.ZodObject<{
70
70
  }, "strip", z.ZodTypeAny, {
71
71
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
72
72
  credentials?: Partial<Record<CredentialType, string>> | undefined;
73
- maxResults?: number | undefined;
74
73
  videoUrl?: string | undefined;
75
74
  searchQueries?: string[] | undefined;
75
+ maxResults?: number | undefined;
76
76
  channelUrl?: string | undefined;
77
77
  videoUrls?: string[] | undefined;
78
78
  includeShorts?: boolean | undefined;
79
79
  }, {
80
80
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
81
81
  credentials?: Partial<Record<CredentialType, string>> | undefined;
82
- maxResults?: number | undefined;
83
82
  videoUrl?: string | undefined;
84
83
  searchQueries?: string[] | undefined;
84
+ maxResults?: number | undefined;
85
85
  channelUrl?: string | undefined;
86
86
  videoUrls?: string[] | undefined;
87
87
  includeShorts?: boolean | undefined;
@@ -103,28 +103,28 @@ declare const YouTubeToolResultSchema: z.ZodObject<{
103
103
  comments: z.ZodNullable<z.ZodNumber>;
104
104
  thumbnail: z.ZodNullable<z.ZodString>;
105
105
  }, "strip", z.ZodTypeAny, {
106
- duration: string | null;
107
106
  description: string | null;
108
107
  title: string | null;
109
108
  date: string | null;
110
109
  url: string | null;
110
+ duration: string | null;
111
111
  id: string | null;
112
- thumbnail: string | null;
113
112
  comments: number | null;
113
+ thumbnail: string | null;
114
114
  viewCount: number | null;
115
115
  likes: number | null;
116
116
  channelName: string | null;
117
117
  channelUrl: string | null;
118
118
  subscribers: number | null;
119
119
  }, {
120
- duration: string | null;
121
120
  description: string | null;
122
121
  title: string | null;
123
122
  date: string | null;
124
123
  url: string | null;
124
+ duration: string | null;
125
125
  id: string | null;
126
- thumbnail: string | null;
127
126
  comments: number | null;
127
+ thumbnail: string | null;
128
128
  viewCount: number | null;
129
129
  likes: number | null;
130
130
  channelName: string | null;
@@ -149,19 +149,19 @@ 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?: {
157
- duration: string | null;
158
157
  description: string | null;
159
158
  title: string | null;
160
159
  date: string | null;
161
160
  url: string | null;
161
+ duration: string | null;
162
162
  id: string | null;
163
- thumbnail: string | null;
164
163
  comments: number | null;
164
+ thumbnail: string | null;
165
165
  viewCount: number | null;
166
166
  likes: number | null;
167
167
  channelName: string | null;
@@ -175,19 +175,19 @@ 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?: {
183
- duration: string | null;
184
183
  description: string | null;
185
184
  title: string | null;
186
185
  date: string | null;
187
186
  url: string | null;
187
+ duration: string | null;
188
188
  id: string | null;
189
- thumbnail: string | null;
190
189
  comments: number | null;
190
+ thumbnail: string | null;
191
191
  viewCount: number | null;
192
192
  likes: number | null;
193
193
  channelName: string | null;
@@ -228,18 +228,18 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
228
228
  }, "strip", z.ZodTypeAny, {
229
229
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
230
230
  credentials?: Partial<Record<CredentialType, string>> | undefined;
231
- maxResults?: number | undefined;
232
231
  videoUrl?: string | undefined;
233
232
  searchQueries?: string[] | undefined;
233
+ maxResults?: number | undefined;
234
234
  channelUrl?: string | undefined;
235
235
  videoUrls?: string[] | undefined;
236
236
  includeShorts?: boolean | undefined;
237
237
  }, {
238
238
  operation: "searchVideos" | "getTranscript" | "scrapeChannel";
239
239
  credentials?: Partial<Record<CredentialType, string>> | undefined;
240
- maxResults?: number | undefined;
241
240
  videoUrl?: string | undefined;
242
241
  searchQueries?: string[] | undefined;
242
+ maxResults?: number | undefined;
243
243
  channelUrl?: string | undefined;
244
244
  videoUrls?: string[] | undefined;
245
245
  includeShorts?: boolean | undefined;
@@ -261,28 +261,28 @@ export declare class YouTubeTool extends ToolBubble<YouTubeToolParams, YouTubeTo
261
261
  comments: z.ZodNullable<z.ZodNumber>;
262
262
  thumbnail: z.ZodNullable<z.ZodString>;
263
263
  }, "strip", z.ZodTypeAny, {
264
- duration: string | null;
265
264
  description: string | null;
266
265
  title: string | null;
267
266
  date: string | null;
268
267
  url: string | null;
268
+ duration: string | null;
269
269
  id: string | null;
270
- thumbnail: string | null;
271
270
  comments: number | null;
271
+ thumbnail: string | null;
272
272
  viewCount: number | null;
273
273
  likes: number | null;
274
274
  channelName: string | null;
275
275
  channelUrl: string | null;
276
276
  subscribers: number | null;
277
277
  }, {
278
- duration: string | null;
279
278
  description: string | null;
280
279
  title: string | null;
281
280
  date: string | null;
282
281
  url: string | null;
282
+ duration: string | null;
283
283
  id: string | null;
284
- thumbnail: string | null;
285
284
  comments: number | null;
285
+ thumbnail: string | null;
286
286
  viewCount: number | null;
287
287
  likes: number | null;
288
288
  channelName: string | null;
@@ -307,19 +307,19 @@ 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?: {
315
- duration: string | null;
316
315
  description: string | null;
317
316
  title: string | null;
318
317
  date: string | null;
319
318
  url: string | null;
319
+ duration: string | null;
320
320
  id: string | null;
321
- thumbnail: string | null;
322
321
  comments: number | null;
322
+ thumbnail: string | null;
323
323
  viewCount: number | null;
324
324
  likes: number | null;
325
325
  channelName: string | null;
@@ -333,19 +333,19 @@ 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?: {
341
- duration: string | null;
342
341
  description: string | null;
343
342
  title: string | null;
344
343
  date: string | null;
345
344
  url: string | null;
345
+ duration: string | null;
346
346
  id: string | null;
347
- thumbnail: string | null;
348
347
  comments: number | null;
348
+ thumbnail: string | null;
349
349
  viewCount: number | null;
350
350
  likes: number | null;
351
351
  channelName: 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;