@bubblelab/bubble-core 0.1.71 → 0.1.73
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.
- package/dist/bubble-bundle.d.ts +84 -84
- package/dist/bubbles/service-bubble/agi-inc.d.ts +132 -132
- package/dist/bubbles/service-bubble/ai-agent.d.ts +32 -32
- package/dist/bubbles/service-bubble/airtable.d.ts +132 -132
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +150 -150
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +76 -76
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +102 -102
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +56 -56
- package/dist/bubbles/service-bubble/firecrawl.d.ts +502 -502
- package/dist/bubbles/service-bubble/followupboss.d.ts +348 -348
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +40 -40
- package/dist/bubbles/service-bubble/github.d.ts +192 -192
- package/dist/bubbles/service-bubble/gmail.d.ts +564 -564
- package/dist/bubbles/service-bubble/google-calendar.d.ts +152 -152
- package/dist/bubbles/service-bubble/google-drive.d.ts +147 -208
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +0 -58
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/insforge-db.d.ts +14 -14
- package/dist/bubbles/service-bubble/jira/jira.d.ts +62 -62
- package/dist/bubbles/service-bubble/notion/notion.d.ts +840 -840
- package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +586 -586
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts +17 -0
- package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.utils.js +117 -2
- package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +87 -87
- package/dist/bubbles/service-bubble/telegram.d.ts +944 -944
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +32 -32
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +272 -272
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +26 -26
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +70 -70
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +98 -98
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +94 -94
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +92 -92
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +2 -67
- package/package.json +2 -2
|
@@ -98,15 +98,8 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
98
98
|
name: string | null;
|
|
99
99
|
}>, "many">>;
|
|
100
100
|
}, "strip", z.ZodTypeAny, {
|
|
101
|
-
id: string | null;
|
|
102
101
|
text: string | null;
|
|
103
|
-
|
|
104
|
-
collectCount: number | null;
|
|
105
|
-
commentCount: number | null;
|
|
106
|
-
diggCount: number | null;
|
|
107
|
-
playCount: number | null;
|
|
108
|
-
shareCount: number | null;
|
|
109
|
-
} | null;
|
|
102
|
+
id: string | null;
|
|
110
103
|
hashtags: {
|
|
111
104
|
name: string | null;
|
|
112
105
|
}[] | null;
|
|
@@ -123,13 +116,6 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
123
116
|
videoCount: number | null;
|
|
124
117
|
heartCount: number | null;
|
|
125
118
|
} | null;
|
|
126
|
-
createTime: number | null;
|
|
127
|
-
createTimeISO: string | null;
|
|
128
|
-
webVideoUrl: string | null;
|
|
129
|
-
covers: string[] | null;
|
|
130
|
-
}, {
|
|
131
|
-
id: string | null;
|
|
132
|
-
text: string | null;
|
|
133
119
|
stats: {
|
|
134
120
|
collectCount: number | null;
|
|
135
121
|
commentCount: number | null;
|
|
@@ -137,6 +123,13 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
137
123
|
playCount: number | null;
|
|
138
124
|
shareCount: number | null;
|
|
139
125
|
} | null;
|
|
126
|
+
createTime: number | null;
|
|
127
|
+
createTimeISO: string | null;
|
|
128
|
+
webVideoUrl: string | null;
|
|
129
|
+
covers: string[] | null;
|
|
130
|
+
}, {
|
|
131
|
+
text: string | null;
|
|
132
|
+
id: string | null;
|
|
140
133
|
hashtags: {
|
|
141
134
|
name: string | null;
|
|
142
135
|
}[] | null;
|
|
@@ -153,6 +146,13 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
153
146
|
videoCount: number | null;
|
|
154
147
|
heartCount: number | null;
|
|
155
148
|
} | 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,19 +162,12 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
162
162
|
success: z.ZodBoolean;
|
|
163
163
|
error: z.ZodString;
|
|
164
164
|
}, "strip", z.ZodTypeAny, {
|
|
165
|
-
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
166
|
-
success: boolean;
|
|
167
165
|
error: string;
|
|
166
|
+
success: boolean;
|
|
167
|
+
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
168
168
|
videos: {
|
|
169
|
-
id: string | null;
|
|
170
169
|
text: string | null;
|
|
171
|
-
|
|
172
|
-
collectCount: number | null;
|
|
173
|
-
commentCount: number | null;
|
|
174
|
-
diggCount: number | null;
|
|
175
|
-
playCount: number | null;
|
|
176
|
-
shareCount: number | null;
|
|
177
|
-
} | null;
|
|
170
|
+
id: string | null;
|
|
178
171
|
hashtags: {
|
|
179
172
|
name: string | null;
|
|
180
173
|
}[] | null;
|
|
@@ -191,6 +184,13 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
191
184
|
videoCount: number | null;
|
|
192
185
|
heartCount: number | null;
|
|
193
186
|
} | null;
|
|
187
|
+
stats: {
|
|
188
|
+
collectCount: number | null;
|
|
189
|
+
commentCount: number | null;
|
|
190
|
+
diggCount: number | null;
|
|
191
|
+
playCount: number | null;
|
|
192
|
+
shareCount: number | null;
|
|
193
|
+
} | null;
|
|
194
194
|
createTime: number | null;
|
|
195
195
|
createTimeISO: string | null;
|
|
196
196
|
webVideoUrl: string | null;
|
|
@@ -198,19 +198,12 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
198
198
|
}[];
|
|
199
199
|
totalVideos: number;
|
|
200
200
|
}, {
|
|
201
|
-
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
202
|
-
success: boolean;
|
|
203
201
|
error: string;
|
|
202
|
+
success: boolean;
|
|
203
|
+
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
204
204
|
videos: {
|
|
205
|
-
id: string | null;
|
|
206
205
|
text: string | null;
|
|
207
|
-
|
|
208
|
-
collectCount: number | null;
|
|
209
|
-
commentCount: number | null;
|
|
210
|
-
diggCount: number | null;
|
|
211
|
-
playCount: number | null;
|
|
212
|
-
shareCount: number | null;
|
|
213
|
-
} | null;
|
|
206
|
+
id: string | null;
|
|
214
207
|
hashtags: {
|
|
215
208
|
name: string | null;
|
|
216
209
|
}[] | null;
|
|
@@ -227,6 +220,13 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
227
220
|
videoCount: number | null;
|
|
228
221
|
heartCount: number | null;
|
|
229
222
|
} | null;
|
|
223
|
+
stats: {
|
|
224
|
+
collectCount: number | null;
|
|
225
|
+
commentCount: number | null;
|
|
226
|
+
diggCount: number | null;
|
|
227
|
+
playCount: number | null;
|
|
228
|
+
shareCount: number | null;
|
|
229
|
+
} | null;
|
|
230
230
|
createTime: number | null;
|
|
231
231
|
createTimeISO: string | null;
|
|
232
232
|
webVideoUrl: string | null;
|
|
@@ -335,15 +335,8 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
335
335
|
name: string | null;
|
|
336
336
|
}>, "many">>;
|
|
337
337
|
}, "strip", z.ZodTypeAny, {
|
|
338
|
-
id: string | null;
|
|
339
338
|
text: string | null;
|
|
340
|
-
|
|
341
|
-
collectCount: number | null;
|
|
342
|
-
commentCount: number | null;
|
|
343
|
-
diggCount: number | null;
|
|
344
|
-
playCount: number | null;
|
|
345
|
-
shareCount: number | null;
|
|
346
|
-
} | null;
|
|
339
|
+
id: string | null;
|
|
347
340
|
hashtags: {
|
|
348
341
|
name: string | null;
|
|
349
342
|
}[] | null;
|
|
@@ -360,13 +353,6 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
360
353
|
videoCount: number | null;
|
|
361
354
|
heartCount: number | null;
|
|
362
355
|
} | null;
|
|
363
|
-
createTime: number | null;
|
|
364
|
-
createTimeISO: string | null;
|
|
365
|
-
webVideoUrl: string | null;
|
|
366
|
-
covers: string[] | null;
|
|
367
|
-
}, {
|
|
368
|
-
id: string | null;
|
|
369
|
-
text: string | null;
|
|
370
356
|
stats: {
|
|
371
357
|
collectCount: number | null;
|
|
372
358
|
commentCount: number | null;
|
|
@@ -374,6 +360,13 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
374
360
|
playCount: number | null;
|
|
375
361
|
shareCount: number | null;
|
|
376
362
|
} | null;
|
|
363
|
+
createTime: number | null;
|
|
364
|
+
createTimeISO: string | null;
|
|
365
|
+
webVideoUrl: string | null;
|
|
366
|
+
covers: string[] | null;
|
|
367
|
+
}, {
|
|
368
|
+
text: string | null;
|
|
369
|
+
id: string | null;
|
|
377
370
|
hashtags: {
|
|
378
371
|
name: string | null;
|
|
379
372
|
}[] | null;
|
|
@@ -390,6 +383,13 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
390
383
|
videoCount: number | null;
|
|
391
384
|
heartCount: number | null;
|
|
392
385
|
} | 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,19 +399,12 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
399
399
|
success: z.ZodBoolean;
|
|
400
400
|
error: z.ZodString;
|
|
401
401
|
}, "strip", z.ZodTypeAny, {
|
|
402
|
-
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
403
|
-
success: boolean;
|
|
404
402
|
error: string;
|
|
403
|
+
success: boolean;
|
|
404
|
+
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
405
405
|
videos: {
|
|
406
|
-
id: string | null;
|
|
407
406
|
text: string | null;
|
|
408
|
-
|
|
409
|
-
collectCount: number | null;
|
|
410
|
-
commentCount: number | null;
|
|
411
|
-
diggCount: number | null;
|
|
412
|
-
playCount: number | null;
|
|
413
|
-
shareCount: number | null;
|
|
414
|
-
} | null;
|
|
407
|
+
id: string | null;
|
|
415
408
|
hashtags: {
|
|
416
409
|
name: string | null;
|
|
417
410
|
}[] | null;
|
|
@@ -428,6 +421,13 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
428
421
|
videoCount: number | null;
|
|
429
422
|
heartCount: number | null;
|
|
430
423
|
} | null;
|
|
424
|
+
stats: {
|
|
425
|
+
collectCount: number | null;
|
|
426
|
+
commentCount: number | null;
|
|
427
|
+
diggCount: number | null;
|
|
428
|
+
playCount: number | null;
|
|
429
|
+
shareCount: number | null;
|
|
430
|
+
} | null;
|
|
431
431
|
createTime: number | null;
|
|
432
432
|
createTimeISO: string | null;
|
|
433
433
|
webVideoUrl: string | null;
|
|
@@ -435,19 +435,12 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
435
435
|
}[];
|
|
436
436
|
totalVideos: number;
|
|
437
437
|
}, {
|
|
438
|
-
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
439
|
-
success: boolean;
|
|
440
438
|
error: string;
|
|
439
|
+
success: boolean;
|
|
440
|
+
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
441
441
|
videos: {
|
|
442
|
-
id: string | null;
|
|
443
442
|
text: string | null;
|
|
444
|
-
|
|
445
|
-
collectCount: number | null;
|
|
446
|
-
commentCount: number | null;
|
|
447
|
-
diggCount: number | null;
|
|
448
|
-
playCount: number | null;
|
|
449
|
-
shareCount: number | null;
|
|
450
|
-
} | null;
|
|
443
|
+
id: string | null;
|
|
451
444
|
hashtags: {
|
|
452
445
|
name: string | null;
|
|
453
446
|
}[] | null;
|
|
@@ -464,6 +457,13 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
464
457
|
videoCount: number | null;
|
|
465
458
|
heartCount: number | null;
|
|
466
459
|
} | null;
|
|
460
|
+
stats: {
|
|
461
|
+
collectCount: number | null;
|
|
462
|
+
commentCount: number | null;
|
|
463
|
+
diggCount: number | null;
|
|
464
|
+
playCount: number | null;
|
|
465
|
+
shareCount: number | null;
|
|
466
|
+
} | null;
|
|
467
467
|
createTime: number | null;
|
|
468
468
|
createTimeISO: string | null;
|
|
469
469
|
webVideoUrl: 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
|
-
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;
|
|
@@ -146,17 +146,9 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
146
146
|
isQuote: z.ZodNullable<z.ZodBoolean>;
|
|
147
147
|
isReply: z.ZodNullable<z.ZodBoolean>;
|
|
148
148
|
}, "strip", z.ZodTypeAny, {
|
|
149
|
+
text: string | null;
|
|
149
150
|
url: string | null;
|
|
150
151
|
id: string | null;
|
|
151
|
-
text: string | null;
|
|
152
|
-
stats: {
|
|
153
|
-
viewCount: number | null;
|
|
154
|
-
retweetCount: number | null;
|
|
155
|
-
replyCount: number | null;
|
|
156
|
-
likeCount: number | null;
|
|
157
|
-
quoteCount: number | null;
|
|
158
|
-
bookmarkCount: number | null;
|
|
159
|
-
} | null;
|
|
160
152
|
entities: {
|
|
161
153
|
hashtags: string[] | null;
|
|
162
154
|
mentions: string[] | null;
|
|
@@ -176,6 +168,14 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
176
168
|
tweetsCount: number | null;
|
|
177
169
|
createdAt: string | null;
|
|
178
170
|
} | null;
|
|
171
|
+
stats: {
|
|
172
|
+
viewCount: number | null;
|
|
173
|
+
retweetCount: number | null;
|
|
174
|
+
replyCount: number | null;
|
|
175
|
+
likeCount: number | null;
|
|
176
|
+
quoteCount: number | null;
|
|
177
|
+
bookmarkCount: number | null;
|
|
178
|
+
} | null;
|
|
179
179
|
media: {
|
|
180
180
|
type: string | null;
|
|
181
181
|
url: string | null;
|
|
@@ -189,17 +189,9 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
189
189
|
isQuote: boolean | null;
|
|
190
190
|
isReply: boolean | null;
|
|
191
191
|
}, {
|
|
192
|
+
text: string | null;
|
|
192
193
|
url: string | null;
|
|
193
194
|
id: string | null;
|
|
194
|
-
text: string | null;
|
|
195
|
-
stats: {
|
|
196
|
-
viewCount: number | null;
|
|
197
|
-
retweetCount: number | null;
|
|
198
|
-
replyCount: number | null;
|
|
199
|
-
likeCount: number | null;
|
|
200
|
-
quoteCount: number | null;
|
|
201
|
-
bookmarkCount: number | null;
|
|
202
|
-
} | null;
|
|
203
195
|
entities: {
|
|
204
196
|
hashtags: string[] | null;
|
|
205
197
|
mentions: string[] | null;
|
|
@@ -219,6 +211,14 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
219
211
|
tweetsCount: number | null;
|
|
220
212
|
createdAt: string | null;
|
|
221
213
|
} | null;
|
|
214
|
+
stats: {
|
|
215
|
+
viewCount: number | null;
|
|
216
|
+
retweetCount: number | null;
|
|
217
|
+
replyCount: number | null;
|
|
218
|
+
likeCount: number | null;
|
|
219
|
+
quoteCount: number | null;
|
|
220
|
+
bookmarkCount: number | null;
|
|
221
|
+
} | null;
|
|
222
222
|
media: {
|
|
223
223
|
type: string | null;
|
|
224
224
|
url: string | null;
|
|
@@ -366,17 +366,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
366
366
|
isQuote: z.ZodNullable<z.ZodBoolean>;
|
|
367
367
|
isReply: z.ZodNullable<z.ZodBoolean>;
|
|
368
368
|
}, "strip", z.ZodTypeAny, {
|
|
369
|
+
text: string | null;
|
|
369
370
|
url: string | null;
|
|
370
371
|
id: string | null;
|
|
371
|
-
text: string | null;
|
|
372
|
-
stats: {
|
|
373
|
-
viewCount: number | null;
|
|
374
|
-
retweetCount: number | null;
|
|
375
|
-
replyCount: number | null;
|
|
376
|
-
likeCount: number | null;
|
|
377
|
-
quoteCount: number | null;
|
|
378
|
-
bookmarkCount: number | null;
|
|
379
|
-
} | null;
|
|
380
372
|
entities: {
|
|
381
373
|
hashtags: string[] | null;
|
|
382
374
|
mentions: string[] | null;
|
|
@@ -396,6 +388,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
396
388
|
tweetsCount: number | null;
|
|
397
389
|
createdAt: string | null;
|
|
398
390
|
} | null;
|
|
391
|
+
stats: {
|
|
392
|
+
viewCount: number | null;
|
|
393
|
+
retweetCount: number | null;
|
|
394
|
+
replyCount: number | null;
|
|
395
|
+
likeCount: number | null;
|
|
396
|
+
quoteCount: number | null;
|
|
397
|
+
bookmarkCount: number | null;
|
|
398
|
+
} | null;
|
|
399
399
|
media: {
|
|
400
400
|
type: string | null;
|
|
401
401
|
url: string | null;
|
|
@@ -409,17 +409,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
409
409
|
isQuote: boolean | null;
|
|
410
410
|
isReply: boolean | null;
|
|
411
411
|
}, {
|
|
412
|
+
text: string | null;
|
|
412
413
|
url: string | null;
|
|
413
414
|
id: string | null;
|
|
414
|
-
text: string | null;
|
|
415
|
-
stats: {
|
|
416
|
-
viewCount: number | null;
|
|
417
|
-
retweetCount: number | null;
|
|
418
|
-
replyCount: number | null;
|
|
419
|
-
likeCount: number | null;
|
|
420
|
-
quoteCount: number | null;
|
|
421
|
-
bookmarkCount: number | null;
|
|
422
|
-
} | null;
|
|
423
415
|
entities: {
|
|
424
416
|
hashtags: string[] | null;
|
|
425
417
|
mentions: string[] | null;
|
|
@@ -439,6 +431,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
439
431
|
tweetsCount: number | null;
|
|
440
432
|
createdAt: string | null;
|
|
441
433
|
} | null;
|
|
434
|
+
stats: {
|
|
435
|
+
viewCount: number | null;
|
|
436
|
+
retweetCount: number | null;
|
|
437
|
+
replyCount: number | null;
|
|
438
|
+
likeCount: number | null;
|
|
439
|
+
quoteCount: number | null;
|
|
440
|
+
bookmarkCount: number | null;
|
|
441
|
+
} | null;
|
|
442
442
|
media: {
|
|
443
443
|
type: string | null;
|
|
444
444
|
url: string | null;
|
|
@@ -456,21 +456,13 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
456
456
|
success: z.ZodBoolean;
|
|
457
457
|
error: z.ZodString;
|
|
458
458
|
}, "strip", z.ZodTypeAny, {
|
|
459
|
-
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
460
|
-
success: boolean;
|
|
461
459
|
error: string;
|
|
460
|
+
success: boolean;
|
|
461
|
+
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
462
462
|
tweets: {
|
|
463
|
+
text: string | null;
|
|
463
464
|
url: string | null;
|
|
464
465
|
id: string | null;
|
|
465
|
-
text: string | null;
|
|
466
|
-
stats: {
|
|
467
|
-
viewCount: number | null;
|
|
468
|
-
retweetCount: number | null;
|
|
469
|
-
replyCount: number | null;
|
|
470
|
-
likeCount: number | null;
|
|
471
|
-
quoteCount: number | null;
|
|
472
|
-
bookmarkCount: number | null;
|
|
473
|
-
} | null;
|
|
474
466
|
entities: {
|
|
475
467
|
hashtags: string[] | null;
|
|
476
468
|
mentions: string[] | null;
|
|
@@ -490,6 +482,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
490
482
|
tweetsCount: number | null;
|
|
491
483
|
createdAt: string | null;
|
|
492
484
|
} | null;
|
|
485
|
+
stats: {
|
|
486
|
+
viewCount: number | null;
|
|
487
|
+
retweetCount: number | null;
|
|
488
|
+
replyCount: number | null;
|
|
489
|
+
likeCount: number | null;
|
|
490
|
+
quoteCount: number | null;
|
|
491
|
+
bookmarkCount: number | null;
|
|
492
|
+
} | null;
|
|
493
493
|
media: {
|
|
494
494
|
type: string | null;
|
|
495
495
|
url: string | null;
|
|
@@ -505,21 +505,13 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
505
505
|
}[];
|
|
506
506
|
totalTweets: number;
|
|
507
507
|
}, {
|
|
508
|
-
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
509
|
-
success: boolean;
|
|
510
508
|
error: string;
|
|
509
|
+
success: boolean;
|
|
510
|
+
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
511
511
|
tweets: {
|
|
512
|
+
text: string | null;
|
|
512
513
|
url: string | null;
|
|
513
514
|
id: string | null;
|
|
514
|
-
text: string | null;
|
|
515
|
-
stats: {
|
|
516
|
-
viewCount: number | null;
|
|
517
|
-
retweetCount: number | null;
|
|
518
|
-
replyCount: number | null;
|
|
519
|
-
likeCount: number | null;
|
|
520
|
-
quoteCount: number | null;
|
|
521
|
-
bookmarkCount: number | null;
|
|
522
|
-
} | null;
|
|
523
515
|
entities: {
|
|
524
516
|
hashtags: string[] | null;
|
|
525
517
|
mentions: string[] | null;
|
|
@@ -539,6 +531,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
539
531
|
tweetsCount: number | null;
|
|
540
532
|
createdAt: string | null;
|
|
541
533
|
} | null;
|
|
534
|
+
stats: {
|
|
535
|
+
viewCount: number | null;
|
|
536
|
+
retweetCount: number | null;
|
|
537
|
+
replyCount: number | null;
|
|
538
|
+
likeCount: number | null;
|
|
539
|
+
quoteCount: number | null;
|
|
540
|
+
bookmarkCount: number | null;
|
|
541
|
+
} | null;
|
|
542
542
|
media: {
|
|
543
543
|
type: string | null;
|
|
544
544
|
url: string | null;
|
|
@@ -712,17 +712,9 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
712
712
|
isQuote: z.ZodNullable<z.ZodBoolean>;
|
|
713
713
|
isReply: z.ZodNullable<z.ZodBoolean>;
|
|
714
714
|
}, "strip", z.ZodTypeAny, {
|
|
715
|
+
text: string | null;
|
|
715
716
|
url: string | null;
|
|
716
717
|
id: string | null;
|
|
717
|
-
text: string | null;
|
|
718
|
-
stats: {
|
|
719
|
-
viewCount: number | null;
|
|
720
|
-
retweetCount: number | null;
|
|
721
|
-
replyCount: number | null;
|
|
722
|
-
likeCount: number | null;
|
|
723
|
-
quoteCount: number | null;
|
|
724
|
-
bookmarkCount: number | null;
|
|
725
|
-
} | null;
|
|
726
718
|
entities: {
|
|
727
719
|
hashtags: string[] | null;
|
|
728
720
|
mentions: string[] | null;
|
|
@@ -742,6 +734,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
742
734
|
tweetsCount: number | null;
|
|
743
735
|
createdAt: string | null;
|
|
744
736
|
} | null;
|
|
737
|
+
stats: {
|
|
738
|
+
viewCount: number | null;
|
|
739
|
+
retweetCount: number | null;
|
|
740
|
+
replyCount: number | null;
|
|
741
|
+
likeCount: number | null;
|
|
742
|
+
quoteCount: number | null;
|
|
743
|
+
bookmarkCount: number | null;
|
|
744
|
+
} | null;
|
|
745
745
|
media: {
|
|
746
746
|
type: string | null;
|
|
747
747
|
url: string | null;
|
|
@@ -755,17 +755,9 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
755
755
|
isQuote: boolean | null;
|
|
756
756
|
isReply: boolean | null;
|
|
757
757
|
}, {
|
|
758
|
+
text: string | null;
|
|
758
759
|
url: string | null;
|
|
759
760
|
id: string | null;
|
|
760
|
-
text: string | null;
|
|
761
|
-
stats: {
|
|
762
|
-
viewCount: number | null;
|
|
763
|
-
retweetCount: number | null;
|
|
764
|
-
replyCount: number | null;
|
|
765
|
-
likeCount: number | null;
|
|
766
|
-
quoteCount: number | null;
|
|
767
|
-
bookmarkCount: number | null;
|
|
768
|
-
} | null;
|
|
769
761
|
entities: {
|
|
770
762
|
hashtags: string[] | null;
|
|
771
763
|
mentions: string[] | null;
|
|
@@ -785,6 +777,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
785
777
|
tweetsCount: number | null;
|
|
786
778
|
createdAt: string | null;
|
|
787
779
|
} | null;
|
|
780
|
+
stats: {
|
|
781
|
+
viewCount: number | null;
|
|
782
|
+
retweetCount: number | null;
|
|
783
|
+
replyCount: number | null;
|
|
784
|
+
likeCount: number | null;
|
|
785
|
+
quoteCount: number | null;
|
|
786
|
+
bookmarkCount: number | null;
|
|
787
|
+
} | null;
|
|
788
788
|
media: {
|
|
789
789
|
type: string | null;
|
|
790
790
|
url: string | null;
|
|
@@ -802,21 +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
|
-
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
806
|
-
success: boolean;
|
|
807
805
|
error: string;
|
|
806
|
+
success: boolean;
|
|
807
|
+
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
808
808
|
tweets: {
|
|
809
|
+
text: string | null;
|
|
809
810
|
url: string | null;
|
|
810
811
|
id: string | null;
|
|
811
|
-
text: string | null;
|
|
812
|
-
stats: {
|
|
813
|
-
viewCount: number | null;
|
|
814
|
-
retweetCount: number | null;
|
|
815
|
-
replyCount: number | null;
|
|
816
|
-
likeCount: number | null;
|
|
817
|
-
quoteCount: number | null;
|
|
818
|
-
bookmarkCount: number | null;
|
|
819
|
-
} | null;
|
|
820
812
|
entities: {
|
|
821
813
|
hashtags: string[] | null;
|
|
822
814
|
mentions: string[] | null;
|
|
@@ -836,6 +828,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
836
828
|
tweetsCount: number | null;
|
|
837
829
|
createdAt: string | null;
|
|
838
830
|
} | null;
|
|
831
|
+
stats: {
|
|
832
|
+
viewCount: number | null;
|
|
833
|
+
retweetCount: number | null;
|
|
834
|
+
replyCount: number | null;
|
|
835
|
+
likeCount: number | null;
|
|
836
|
+
quoteCount: number | null;
|
|
837
|
+
bookmarkCount: number | null;
|
|
838
|
+
} | null;
|
|
839
839
|
media: {
|
|
840
840
|
type: string | null;
|
|
841
841
|
url: string | null;
|
|
@@ -851,21 +851,13 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
851
851
|
}[];
|
|
852
852
|
totalTweets: number;
|
|
853
853
|
}, {
|
|
854
|
-
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
855
|
-
success: boolean;
|
|
856
854
|
error: string;
|
|
855
|
+
success: boolean;
|
|
856
|
+
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
857
857
|
tweets: {
|
|
858
|
+
text: string | null;
|
|
858
859
|
url: string | null;
|
|
859
860
|
id: string | null;
|
|
860
|
-
text: string | null;
|
|
861
|
-
stats: {
|
|
862
|
-
viewCount: number | null;
|
|
863
|
-
retweetCount: number | null;
|
|
864
|
-
replyCount: number | null;
|
|
865
|
-
likeCount: number | null;
|
|
866
|
-
quoteCount: number | null;
|
|
867
|
-
bookmarkCount: number | null;
|
|
868
|
-
} | null;
|
|
869
861
|
entities: {
|
|
870
862
|
hashtags: string[] | null;
|
|
871
863
|
mentions: string[] | null;
|
|
@@ -885,6 +877,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
885
877
|
tweetsCount: number | null;
|
|
886
878
|
createdAt: string | null;
|
|
887
879
|
} | null;
|
|
880
|
+
stats: {
|
|
881
|
+
viewCount: number | null;
|
|
882
|
+
retweetCount: number | null;
|
|
883
|
+
replyCount: number | null;
|
|
884
|
+
likeCount: number | null;
|
|
885
|
+
quoteCount: number | null;
|
|
886
|
+
bookmarkCount: number | null;
|
|
887
|
+
} | null;
|
|
888
888
|
media: {
|
|
889
889
|
type: string | null;
|
|
890
890
|
url: string | null;
|
|
@@ -69,9 +69,9 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
|
|
|
69
69
|
maxPagesReached?: boolean | undefined;
|
|
70
70
|
}>>;
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
|
-
url: string;
|
|
73
|
-
success: boolean;
|
|
74
72
|
error: string;
|
|
73
|
+
success: boolean;
|
|
74
|
+
url: 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
|
-
url: string;
|
|
90
|
-
success: boolean;
|
|
91
89
|
error: string;
|
|
90
|
+
success: boolean;
|
|
91
|
+
url: 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
|
-
url: string;
|
|
179
|
-
success: boolean;
|
|
180
178
|
error: string;
|
|
179
|
+
success: boolean;
|
|
180
|
+
url: 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
|
-
url: string;
|
|
196
|
-
success: boolean;
|
|
197
195
|
error: string;
|
|
196
|
+
success: boolean;
|
|
197
|
+
url: string;
|
|
198
198
|
pages: {
|
|
199
199
|
content: string;
|
|
200
200
|
url: string;
|