@bubblelab/bubble-core 0.1.101 → 0.1.103

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 (80) hide show
  1. package/dist/bubble-bundle.d.ts +113 -113
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +56 -56
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  4. package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +68 -68
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +92 -92
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +155 -155
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +388 -388
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +376 -376
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +78 -78
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
  17. package/dist/bubbles/service-bubble/github.d.ts +140 -140
  18. package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +32 -32
  23. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  24. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +36 -36
  27. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +126 -126
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  30. package/dist/bubbles/service-bubble/resend.d.ts +12 -12
  31. package/dist/bubbles/service-bubble/slack/slack.d.ts +631 -631
  32. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  33. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +147 -68
  34. package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
  35. package/dist/bubbles/service-bubble/stripe/stripe.js +74 -21
  36. package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
  37. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +219 -141
  38. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -1
  39. package/dist/bubbles/service-bubble/stripe/stripe.schema.js +48 -0
  40. package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
  41. package/dist/bubbles/service-bubble/telegram.d.ts +968 -968
  42. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
  43. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +15 -15
  44. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +10 -10
  46. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
  48. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +40 -40
  51. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +38 -38
  52. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
  53. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  54. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +471 -471
  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/people-search-tool.d.ts +166 -166
  59. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +42 -42
  60. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  61. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
  63. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  64. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +194 -194
  65. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
  66. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
  67. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +14 -14
  68. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
  69. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +88 -88
  70. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
  71. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  72. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
  73. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  74. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +40 -40
  75. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  76. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
  77. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +28 -28
  78. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  79. package/dist/bubbles.json +122 -2
  80. package/package.json +2 -2
@@ -18,8 +18,8 @@ declare const RedditPostSchema: z.ZodObject<{
18
18
  domain: z.ZodOptional<z.ZodString>;
19
19
  flair: z.ZodOptional<z.ZodString>;
20
20
  }, "strip", z.ZodTypeAny, {
21
- url: string;
22
21
  title: string;
22
+ url: string;
23
23
  author: string;
24
24
  score: number;
25
25
  numComments: number;
@@ -33,8 +33,8 @@ declare const RedditPostSchema: z.ZodObject<{
33
33
  postHint?: string | null | undefined;
34
34
  flair?: string | undefined;
35
35
  }, {
36
- url: string;
37
36
  title: string;
37
+ url: string;
38
38
  author: string;
39
39
  score: number;
40
40
  numComments: number;
@@ -64,14 +64,14 @@ declare const RedditScrapeToolParamsSchema: z.ZodObject<{
64
64
  filterToday: boolean;
65
65
  includeStickied: boolean;
66
66
  credentials?: Partial<Record<CredentialType, string>> | undefined;
67
- timeFilter?: "hour" | "week" | "month" | "year" | "day" | "all" | undefined;
67
+ timeFilter?: "all" | "hour" | "week" | "month" | "year" | "day" | undefined;
68
68
  minScore?: number | undefined;
69
69
  }, {
70
70
  subreddit: string;
71
71
  sort?: "hot" | "new" | "top" | "rising" | undefined;
72
72
  credentials?: Partial<Record<CredentialType, string>> | undefined;
73
73
  limit?: number | undefined;
74
- timeFilter?: "hour" | "week" | "month" | "year" | "day" | "all" | undefined;
74
+ timeFilter?: "all" | "hour" | "week" | "month" | "year" | "day" | undefined;
75
75
  filterToday?: boolean | undefined;
76
76
  includeStickied?: boolean | undefined;
77
77
  minScore?: number | undefined;
@@ -93,8 +93,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
93
93
  domain: z.ZodOptional<z.ZodString>;
94
94
  flair: z.ZodOptional<z.ZodString>;
95
95
  }, "strip", z.ZodTypeAny, {
96
- url: string;
97
96
  title: string;
97
+ url: string;
98
98
  author: string;
99
99
  score: number;
100
100
  numComments: number;
@@ -108,8 +108,8 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
108
108
  postHint?: string | null | undefined;
109
109
  flair?: string | undefined;
110
110
  }, {
111
- url: string;
112
111
  title: string;
112
+ url: string;
113
113
  author: string;
114
114
  score: number;
115
115
  numComments: number;
@@ -154,11 +154,21 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
154
154
  success: z.ZodBoolean;
155
155
  error: z.ZodString;
156
156
  }, "strip", z.ZodTypeAny, {
157
- success: boolean;
158
157
  error: string;
158
+ success: boolean;
159
+ metadata: {
160
+ sort: string;
161
+ scrapedAt: string;
162
+ subreddit: string;
163
+ requestedLimit: number;
164
+ actualCount: number;
165
+ filteredCount: number;
166
+ apiEndpoint: string;
167
+ timeFilter?: string | undefined;
168
+ };
159
169
  posts: {
160
- url: string;
161
170
  title: string;
171
+ url: string;
162
172
  author: string;
163
173
  score: number;
164
174
  numComments: number;
@@ -172,6 +182,9 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
172
182
  postHint?: string | null | undefined;
173
183
  flair?: string | undefined;
174
184
  }[];
185
+ }, {
186
+ error: string;
187
+ success: boolean;
175
188
  metadata: {
176
189
  sort: string;
177
190
  scrapedAt: string;
@@ -182,12 +195,9 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
182
195
  apiEndpoint: string;
183
196
  timeFilter?: string | undefined;
184
197
  };
185
- }, {
186
- success: boolean;
187
- error: string;
188
198
  posts: {
189
- url: string;
190
199
  title: string;
200
+ url: string;
191
201
  author: string;
192
202
  score: number;
193
203
  numComments: number;
@@ -201,16 +211,6 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
201
211
  postHint?: string | null | undefined;
202
212
  flair?: string | undefined;
203
213
  }[];
204
- metadata: {
205
- sort: string;
206
- scrapedAt: string;
207
- subreddit: string;
208
- requestedLimit: number;
209
- actualCount: number;
210
- filteredCount: number;
211
- apiEndpoint: string;
212
- timeFilter?: string | undefined;
213
- };
214
214
  }>;
215
215
  type RedditScrapeToolParams = z.output<typeof RedditScrapeToolParamsSchema>;
216
216
  type RedditScrapeToolResult = z.output<typeof RedditScrapeToolResultSchema>;
@@ -234,14 +234,14 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
234
234
  filterToday: boolean;
235
235
  includeStickied: boolean;
236
236
  credentials?: Partial<Record<CredentialType, string>> | undefined;
237
- timeFilter?: "hour" | "week" | "month" | "year" | "day" | "all" | undefined;
237
+ timeFilter?: "all" | "hour" | "week" | "month" | "year" | "day" | undefined;
238
238
  minScore?: number | undefined;
239
239
  }, {
240
240
  subreddit: string;
241
241
  sort?: "hot" | "new" | "top" | "rising" | undefined;
242
242
  credentials?: Partial<Record<CredentialType, string>> | undefined;
243
243
  limit?: number | undefined;
244
- timeFilter?: "hour" | "week" | "month" | "year" | "day" | "all" | undefined;
244
+ timeFilter?: "all" | "hour" | "week" | "month" | "year" | "day" | undefined;
245
245
  filterToday?: boolean | undefined;
246
246
  includeStickied?: boolean | undefined;
247
247
  minScore?: number | undefined;
@@ -263,8 +263,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
263
263
  domain: z.ZodOptional<z.ZodString>;
264
264
  flair: z.ZodOptional<z.ZodString>;
265
265
  }, "strip", z.ZodTypeAny, {
266
- url: string;
267
266
  title: string;
267
+ url: string;
268
268
  author: string;
269
269
  score: number;
270
270
  numComments: number;
@@ -278,8 +278,8 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
278
278
  postHint?: string | null | undefined;
279
279
  flair?: string | undefined;
280
280
  }, {
281
- url: string;
282
281
  title: string;
282
+ url: string;
283
283
  author: string;
284
284
  score: number;
285
285
  numComments: number;
@@ -324,11 +324,21 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
324
324
  success: z.ZodBoolean;
325
325
  error: z.ZodString;
326
326
  }, "strip", z.ZodTypeAny, {
327
- success: boolean;
328
327
  error: string;
328
+ success: boolean;
329
+ metadata: {
330
+ sort: string;
331
+ scrapedAt: string;
332
+ subreddit: string;
333
+ requestedLimit: number;
334
+ actualCount: number;
335
+ filteredCount: number;
336
+ apiEndpoint: string;
337
+ timeFilter?: string | undefined;
338
+ };
329
339
  posts: {
330
- url: string;
331
340
  title: string;
341
+ url: string;
332
342
  author: string;
333
343
  score: number;
334
344
  numComments: number;
@@ -342,6 +352,9 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
342
352
  postHint?: string | null | undefined;
343
353
  flair?: string | undefined;
344
354
  }[];
355
+ }, {
356
+ error: string;
357
+ success: boolean;
345
358
  metadata: {
346
359
  sort: string;
347
360
  scrapedAt: string;
@@ -352,12 +365,9 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
352
365
  apiEndpoint: string;
353
366
  timeFilter?: string | undefined;
354
367
  };
355
- }, {
356
- success: boolean;
357
- error: string;
358
368
  posts: {
359
- url: string;
360
369
  title: string;
370
+ url: string;
361
371
  author: string;
362
372
  score: number;
363
373
  numComments: number;
@@ -371,16 +381,6 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
371
381
  postHint?: string | null | undefined;
372
382
  flair?: string | undefined;
373
383
  }[];
374
- metadata: {
375
- sort: string;
376
- scrapedAt: string;
377
- subreddit: string;
378
- requestedLimit: number;
379
- actualCount: number;
380
- filteredCount: number;
381
- apiEndpoint: string;
382
- timeFilter?: string | undefined;
383
- };
384
384
  }>;
385
385
  static readonly shortDescription = "Scrapes posts from any Reddit subreddit with flexible filtering and sorting options";
386
386
  static readonly longDescription = "\n A specialized tool for scraping Reddit posts from any subreddit with comprehensive filtering and sorting capabilities.\n \n \uD83D\uDD25 Core Features:\n - Scrape posts from any public subreddit\n - Multiple sorting options (hot, new, top, rising)\n - Flexible post limits (1-1000 posts with pagination)\n - Time-based filtering for top posts\n - Today-only filtering option\n - Score-based filtering\n - Stickied post inclusion/exclusion\n \n \uD83D\uDCCA Post Data Extracted:\n - Title, author, and content\n - Upvote scores and comment counts\n - Creation timestamps and permalinks\n - Post types (text vs link posts)\n - External URLs and domains\n - Thumbnails and flairs\n - Comprehensive metadata\n \n \uD83C\uDFAF Use Cases:\n - Monitor specific subreddits for trends\n - Gather posts for content analysis\n - Track community engagement metrics\n - Feed Reddit data into other workflows\n - Research subreddit activity patterns\n - Content aggregation and curation\n \n \u26A1 Technical Features:\n - Uses Reddit's official JSON API\n - No authentication required for public posts\n - Respects Reddit's rate limiting\n - Handles large subreddits efficiently\n - Robust error handling and validation\n - Clean, structured data output\n \n Perfect for integration with AI agents, data analysis workflows, and content monitoring systems.\n ";
@@ -32,15 +32,15 @@ declare const ResearchAgentToolResultSchema: z.ZodObject<{
32
32
  success: z.ZodBoolean;
33
33
  error: z.ZodString;
34
34
  }, "strip", z.ZodTypeAny, {
35
- success: boolean;
36
35
  error: string;
36
+ success: boolean;
37
37
  summary: string;
38
38
  sourcesUsed: string[];
39
39
  iterationsUsed: number;
40
40
  result?: any;
41
41
  }, {
42
- success: boolean;
43
42
  error: string;
43
+ success: boolean;
44
44
  summary: string;
45
45
  sourcesUsed: string[];
46
46
  iterationsUsed: number;
@@ -81,15 +81,15 @@ export declare class ResearchAgentTool extends ToolBubble<ResearchAgentToolParam
81
81
  success: z.ZodBoolean;
82
82
  error: z.ZodString;
83
83
  }, "strip", z.ZodTypeAny, {
84
- success: boolean;
85
84
  error: string;
85
+ success: boolean;
86
86
  summary: string;
87
87
  sourcesUsed: string[];
88
88
  iterationsUsed: number;
89
89
  result?: any;
90
90
  }, {
91
- success: boolean;
92
91
  error: string;
92
+ success: boolean;
93
93
  summary: string;
94
94
  sourcesUsed: string[];
95
95
  iterationsUsed: number;
@@ -38,20 +38,20 @@ declare const SQLQueryToolResultSchema: z.ZodObject<{
38
38
  success: z.ZodBoolean;
39
39
  error: z.ZodString;
40
40
  }, "strip", z.ZodTypeAny, {
41
- success: boolean;
41
+ executionTime: number;
42
42
  error: string;
43
+ success: boolean;
43
44
  rowCount: number;
44
- executionTime: number;
45
45
  rows?: Record<string, unknown>[] | undefined;
46
46
  fields?: {
47
47
  name: string;
48
48
  dataTypeID?: number | undefined;
49
49
  }[] | undefined;
50
50
  }, {
51
- success: boolean;
51
+ executionTime: number;
52
52
  error: string;
53
+ success: boolean;
53
54
  rowCount: number;
54
- executionTime: number;
55
55
  rows?: Record<string, unknown>[] | undefined;
56
56
  fields?: {
57
57
  name: string;
@@ -101,20 +101,20 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
101
101
  success: z.ZodBoolean;
102
102
  error: z.ZodString;
103
103
  }, "strip", z.ZodTypeAny, {
104
- success: boolean;
104
+ executionTime: number;
105
105
  error: string;
106
+ success: boolean;
106
107
  rowCount: number;
107
- executionTime: number;
108
108
  rows?: Record<string, unknown>[] | undefined;
109
109
  fields?: {
110
110
  name: string;
111
111
  dataTypeID?: number | undefined;
112
112
  }[] | undefined;
113
113
  }, {
114
- success: boolean;
114
+ executionTime: number;
115
115
  error: string;
116
+ success: boolean;
116
117
  rowCount: number;
117
- executionTime: number;
118
118
  rows?: Record<string, unknown>[] | undefined;
119
119
  fields?: {
120
120
  name: string;
@@ -98,12 +98,19 @@ declare const TikTokToolResultSchema: z.ZodObject<{
98
98
  name: string | null;
99
99
  }>, "many">>;
100
100
  }, "strip", z.ZodTypeAny, {
101
+ stats: {
102
+ collectCount: number | null;
103
+ commentCount: number | null;
104
+ diggCount: number | null;
105
+ playCount: number | null;
106
+ shareCount: number | null;
107
+ } | null;
108
+ text: string | null;
101
109
  id: string | null;
102
110
  hashtags: {
103
111
  name: string | null;
104
112
  }[] | null;
105
113
  videoUrl: string | null;
106
- text: string | null;
107
114
  author: {
108
115
  id: string | null;
109
116
  verified: boolean | null;
@@ -116,6 +123,11 @@ declare const TikTokToolResultSchema: z.ZodObject<{
116
123
  videoCount: number | null;
117
124
  heartCount: number | null;
118
125
  } | null;
126
+ createTime: number | null;
127
+ createTimeISO: string | null;
128
+ webVideoUrl: string | null;
129
+ covers: string[] | null;
130
+ }, {
119
131
  stats: {
120
132
  collectCount: number | null;
121
133
  commentCount: number | null;
@@ -123,17 +135,12 @@ declare const TikTokToolResultSchema: z.ZodObject<{
123
135
  playCount: number | null;
124
136
  shareCount: number | null;
125
137
  } | null;
126
- createTime: number | null;
127
- createTimeISO: string | null;
128
- webVideoUrl: string | null;
129
- covers: string[] | null;
130
- }, {
138
+ text: string | null;
131
139
  id: string | null;
132
140
  hashtags: {
133
141
  name: string | null;
134
142
  }[] | null;
135
143
  videoUrl: string | null;
136
- text: string | null;
137
144
  author: {
138
145
  id: string | null;
139
146
  verified: boolean | null;
@@ -146,13 +153,6 @@ declare const TikTokToolResultSchema: z.ZodObject<{
146
153
  videoCount: number | null;
147
154
  heartCount: number | null;
148
155
  } | null;
149
- stats: {
150
- collectCount: number | null;
151
- commentCount: number | null;
152
- diggCount: number | null;
153
- playCount: number | null;
154
- shareCount: number | null;
155
- } | null;
156
156
  createTime: number | null;
157
157
  createTimeISO: string | null;
158
158
  webVideoUrl: string | null;
@@ -162,15 +162,23 @@ declare const TikTokToolResultSchema: z.ZodObject<{
162
162
  success: z.ZodBoolean;
163
163
  error: z.ZodString;
164
164
  }, "strip", z.ZodTypeAny, {
165
- success: boolean;
166
165
  error: string;
166
+ success: boolean;
167
+ operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
167
168
  videos: {
169
+ stats: {
170
+ collectCount: number | null;
171
+ commentCount: number | null;
172
+ diggCount: number | null;
173
+ playCount: number | null;
174
+ shareCount: number | null;
175
+ } | null;
176
+ text: string | null;
168
177
  id: string | null;
169
178
  hashtags: {
170
179
  name: string | null;
171
180
  }[] | null;
172
181
  videoUrl: string | null;
173
- text: string | null;
174
182
  author: {
175
183
  id: string | null;
176
184
  verified: boolean | null;
@@ -183,30 +191,30 @@ declare const TikTokToolResultSchema: z.ZodObject<{
183
191
  videoCount: number | null;
184
192
  heartCount: number | null;
185
193
  } | null;
186
- stats: {
187
- collectCount: number | null;
188
- commentCount: number | null;
189
- diggCount: number | null;
190
- playCount: number | null;
191
- shareCount: number | null;
192
- } | null;
193
194
  createTime: number | null;
194
195
  createTimeISO: string | null;
195
196
  webVideoUrl: string | null;
196
197
  covers: string[] | null;
197
198
  }[];
198
- operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
199
199
  totalVideos: number;
200
200
  }, {
201
- success: boolean;
202
201
  error: string;
202
+ success: boolean;
203
+ operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
203
204
  videos: {
205
+ stats: {
206
+ collectCount: number | null;
207
+ commentCount: number | null;
208
+ diggCount: number | null;
209
+ playCount: number | null;
210
+ shareCount: number | null;
211
+ } | null;
212
+ text: string | null;
204
213
  id: string | null;
205
214
  hashtags: {
206
215
  name: string | null;
207
216
  }[] | null;
208
217
  videoUrl: string | null;
209
- text: string | null;
210
218
  author: {
211
219
  id: string | null;
212
220
  verified: boolean | null;
@@ -219,19 +227,11 @@ declare const TikTokToolResultSchema: z.ZodObject<{
219
227
  videoCount: number | null;
220
228
  heartCount: number | null;
221
229
  } | null;
222
- stats: {
223
- collectCount: number | null;
224
- commentCount: number | null;
225
- diggCount: number | null;
226
- playCount: number | null;
227
- shareCount: number | null;
228
- } | null;
229
230
  createTime: number | null;
230
231
  createTimeISO: string | null;
231
232
  webVideoUrl: string | null;
232
233
  covers: string[] | null;
233
234
  }[];
234
- operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
235
235
  totalVideos: number;
236
236
  }>;
237
237
  type TikTokToolParams = z.output<typeof TikTokToolParamsSchema>;
@@ -335,12 +335,19 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
335
335
  name: string | null;
336
336
  }>, "many">>;
337
337
  }, "strip", z.ZodTypeAny, {
338
+ stats: {
339
+ collectCount: number | null;
340
+ commentCount: number | null;
341
+ diggCount: number | null;
342
+ playCount: number | null;
343
+ shareCount: number | null;
344
+ } | null;
345
+ text: string | null;
338
346
  id: string | null;
339
347
  hashtags: {
340
348
  name: string | null;
341
349
  }[] | null;
342
350
  videoUrl: string | null;
343
- text: string | null;
344
351
  author: {
345
352
  id: string | null;
346
353
  verified: boolean | null;
@@ -353,6 +360,11 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
353
360
  videoCount: number | null;
354
361
  heartCount: number | null;
355
362
  } | null;
363
+ createTime: number | null;
364
+ createTimeISO: string | null;
365
+ webVideoUrl: string | null;
366
+ covers: string[] | null;
367
+ }, {
356
368
  stats: {
357
369
  collectCount: number | null;
358
370
  commentCount: number | null;
@@ -360,17 +372,12 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
360
372
  playCount: number | null;
361
373
  shareCount: number | null;
362
374
  } | null;
363
- createTime: number | null;
364
- createTimeISO: string | null;
365
- webVideoUrl: string | null;
366
- covers: string[] | null;
367
- }, {
375
+ text: string | null;
368
376
  id: string | null;
369
377
  hashtags: {
370
378
  name: string | null;
371
379
  }[] | null;
372
380
  videoUrl: string | null;
373
- text: string | null;
374
381
  author: {
375
382
  id: string | null;
376
383
  verified: boolean | null;
@@ -383,13 +390,6 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
383
390
  videoCount: number | null;
384
391
  heartCount: number | null;
385
392
  } | null;
386
- stats: {
387
- collectCount: number | null;
388
- commentCount: number | null;
389
- diggCount: number | null;
390
- playCount: number | null;
391
- shareCount: number | null;
392
- } | null;
393
393
  createTime: number | null;
394
394
  createTimeISO: string | null;
395
395
  webVideoUrl: string | null;
@@ -399,15 +399,23 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
399
399
  success: z.ZodBoolean;
400
400
  error: z.ZodString;
401
401
  }, "strip", z.ZodTypeAny, {
402
- success: boolean;
403
402
  error: string;
403
+ success: boolean;
404
+ operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
404
405
  videos: {
406
+ stats: {
407
+ collectCount: number | null;
408
+ commentCount: number | null;
409
+ diggCount: number | null;
410
+ playCount: number | null;
411
+ shareCount: number | null;
412
+ } | null;
413
+ text: string | null;
405
414
  id: string | null;
406
415
  hashtags: {
407
416
  name: string | null;
408
417
  }[] | null;
409
418
  videoUrl: string | null;
410
- text: string | null;
411
419
  author: {
412
420
  id: string | null;
413
421
  verified: boolean | null;
@@ -420,30 +428,30 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
420
428
  videoCount: number | null;
421
429
  heartCount: number | null;
422
430
  } | null;
423
- stats: {
424
- collectCount: number | null;
425
- commentCount: number | null;
426
- diggCount: number | null;
427
- playCount: number | null;
428
- shareCount: number | null;
429
- } | null;
430
431
  createTime: number | null;
431
432
  createTimeISO: string | null;
432
433
  webVideoUrl: string | null;
433
434
  covers: string[] | null;
434
435
  }[];
435
- operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
436
436
  totalVideos: number;
437
437
  }, {
438
- success: boolean;
439
438
  error: string;
439
+ success: boolean;
440
+ operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
440
441
  videos: {
442
+ stats: {
443
+ collectCount: number | null;
444
+ commentCount: number | null;
445
+ diggCount: number | null;
446
+ playCount: number | null;
447
+ shareCount: number | null;
448
+ } | null;
449
+ text: string | null;
441
450
  id: string | null;
442
451
  hashtags: {
443
452
  name: string | null;
444
453
  }[] | null;
445
454
  videoUrl: string | null;
446
- text: string | null;
447
455
  author: {
448
456
  id: string | null;
449
457
  verified: boolean | null;
@@ -456,19 +464,11 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
456
464
  videoCount: number | null;
457
465
  heartCount: number | null;
458
466
  } | null;
459
- stats: {
460
- collectCount: number | null;
461
- commentCount: number | null;
462
- diggCount: number | null;
463
- playCount: number | null;
464
- shareCount: number | null;
465
- } | null;
466
467
  createTime: number | null;
467
468
  createTimeISO: string | null;
468
469
  webVideoUrl: string | null;
469
470
  covers: string[] | null;
470
471
  }[];
471
- operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
472
472
  totalVideos: number;
473
473
  }>;
474
474
  static readonly shortDescription = "Scrape TikTok profiles, videos, and hashtags.";
@@ -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
- success: boolean;
103
102
  error: string;
103
+ success: boolean;
104
104
  metadata: {
105
105
  processedAt: string;
106
106
  itemsProcessed: number;
107
107
  };
108
108
  processedData: string;
109
109
  }, {
110
- success: boolean;
111
110
  error: string;
111
+ success: boolean;
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
- success: boolean;
176
175
  error: string;
176
+ success: boolean;
177
177
  metadata: {
178
178
  processedAt: string;
179
179
  itemsProcessed: number;
180
180
  };
181
181
  processedData: string;
182
182
  }, {
183
- success: boolean;
184
183
  error: string;
184
+ success: boolean;
185
185
  metadata: {
186
186
  processedAt: string;
187
187
  itemsProcessed: number;