@bubblelab/bubble-core 0.1.84 → 0.1.86
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 +87 -87
- package/dist/bubbles/service-bubble/agi-inc.d.ts +52 -52
- package/dist/bubbles/service-bubble/ai-agent.d.ts +40 -40
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- package/dist/bubbles/service-bubble/apify/apify.d.ts +26 -26
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +58 -58
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +86 -86
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +270 -270
- package/dist/bubbles/service-bubble/followupboss.d.ts +124 -124
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +12 -12
- package/dist/bubbles/service-bubble/github.d.ts +64 -64
- package/dist/bubbles/service-bubble/gmail.d.ts +168 -168
- package/dist/bubbles/service-bubble/google-calendar.d.ts +24 -24
- package/dist/bubbles/service-bubble/google-drive.d.ts +48 -48
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +20 -20
- package/dist/bubbles/service-bubble/notion/notion.d.ts +132 -132
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +12 -12
- package/dist/bubbles/service-bubble/slack/slack.d.ts +1240 -304
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js +26 -0
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +47 -47
- package/dist/bubbles/service-bubble/telegram.d.ts +52 -52
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +14 -14
- 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 +4 -4
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +296 -296
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +12 -4
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/research-agent-tool.js +169 -16
- package/dist/bubbles/tool-bubble/research-agent-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +100 -100
- 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 +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- 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 +32 -32
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +294 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/utils/json-parsing.d.ts +9 -0
- package/dist/utils/json-parsing.d.ts.map +1 -1
- package/dist/utils/json-parsing.js +61 -2
- package/dist/utils/json-parsing.js.map +1 -1
- package/dist/utils/zod-schema.d.ts.map +1 -1
- package/dist/utils/zod-schema.js +16 -8
- package/dist/utils/zod-schema.js.map +1 -1
- package/package.json +2 -2
|
@@ -98,6 +98,13 @@ 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;
|
|
101
108
|
text: string | null;
|
|
102
109
|
id: string | null;
|
|
103
110
|
hashtags: {
|
|
@@ -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,11 +135,6 @@ 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
|
-
}, {
|
|
131
138
|
text: string | null;
|
|
132
139
|
id: string | null;
|
|
133
140
|
hashtags: {
|
|
@@ -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,10 +162,17 @@ 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
167
|
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
168
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;
|
|
169
176
|
text: string | null;
|
|
170
177
|
id: string | null;
|
|
171
178
|
hashtags: {
|
|
@@ -184,13 +191,6 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
184
191
|
videoCount: number | null;
|
|
185
192
|
heartCount: number | null;
|
|
186
193
|
} | 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,10 +198,17 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
198
198
|
}[];
|
|
199
199
|
totalVideos: number;
|
|
200
200
|
}, {
|
|
201
|
-
success: boolean;
|
|
202
201
|
error: string;
|
|
202
|
+
success: boolean;
|
|
203
203
|
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
204
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;
|
|
205
212
|
text: string | null;
|
|
206
213
|
id: string | null;
|
|
207
214
|
hashtags: {
|
|
@@ -220,13 +227,6 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
220
227
|
videoCount: number | null;
|
|
221
228
|
heartCount: number | null;
|
|
222
229
|
} | 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,6 +335,13 @@ 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;
|
|
338
345
|
text: string | null;
|
|
339
346
|
id: string | null;
|
|
340
347
|
hashtags: {
|
|
@@ -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,11 +372,6 @@ 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
|
-
}, {
|
|
368
375
|
text: string | null;
|
|
369
376
|
id: string | null;
|
|
370
377
|
hashtags: {
|
|
@@ -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,10 +399,17 @@ 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
404
|
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
405
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;
|
|
406
413
|
text: string | null;
|
|
407
414
|
id: string | null;
|
|
408
415
|
hashtags: {
|
|
@@ -421,13 +428,6 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
421
428
|
videoCount: number | null;
|
|
422
429
|
heartCount: number | null;
|
|
423
430
|
} | 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,10 +435,17 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
435
435
|
}[];
|
|
436
436
|
totalVideos: number;
|
|
437
437
|
}, {
|
|
438
|
-
success: boolean;
|
|
439
438
|
error: string;
|
|
439
|
+
success: boolean;
|
|
440
440
|
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
441
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;
|
|
442
449
|
text: string | null;
|
|
443
450
|
id: string | null;
|
|
444
451
|
hashtags: {
|
|
@@ -457,13 +464,6 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
457
464
|
videoCount: number | null;
|
|
458
465
|
heartCount: number | null;
|
|
459
466
|
} | 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;
|
|
@@ -117,15 +117,15 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
117
117
|
height: z.ZodNullable<z.ZodNumber>;
|
|
118
118
|
duration: z.ZodNullable<z.ZodNumber>;
|
|
119
119
|
}, "strip", z.ZodTypeAny, {
|
|
120
|
+
duration: number | null;
|
|
120
121
|
type: string | null;
|
|
121
122
|
url: string | null;
|
|
122
|
-
duration: number | null;
|
|
123
123
|
width: number | null;
|
|
124
124
|
height: number | null;
|
|
125
125
|
}, {
|
|
126
|
+
duration: number | null;
|
|
126
127
|
type: string | null;
|
|
127
128
|
url: string | null;
|
|
128
|
-
duration: number | null;
|
|
129
129
|
width: number | null;
|
|
130
130
|
height: number | null;
|
|
131
131
|
}>, "many">>;
|
|
@@ -146,6 +146,14 @@ 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
|
+
stats: {
|
|
150
|
+
viewCount: number | null;
|
|
151
|
+
retweetCount: number | null;
|
|
152
|
+
replyCount: number | null;
|
|
153
|
+
likeCount: number | null;
|
|
154
|
+
quoteCount: number | null;
|
|
155
|
+
bookmarkCount: number | null;
|
|
156
|
+
} | null;
|
|
149
157
|
url: string | null;
|
|
150
158
|
text: string | null;
|
|
151
159
|
id: string | null;
|
|
@@ -168,18 +176,10 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
168
176
|
tweetsCount: number | null;
|
|
169
177
|
createdAt: string | null;
|
|
170
178
|
} | 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
|
+
duration: number | null;
|
|
180
181
|
type: string | null;
|
|
181
182
|
url: string | null;
|
|
182
|
-
duration: number | null;
|
|
183
183
|
width: number | null;
|
|
184
184
|
height: number | null;
|
|
185
185
|
}[] | null;
|
|
@@ -189,6 +189,14 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
189
189
|
isQuote: boolean | null;
|
|
190
190
|
isReply: boolean | null;
|
|
191
191
|
}, {
|
|
192
|
+
stats: {
|
|
193
|
+
viewCount: number | null;
|
|
194
|
+
retweetCount: number | null;
|
|
195
|
+
replyCount: number | null;
|
|
196
|
+
likeCount: number | null;
|
|
197
|
+
quoteCount: number | null;
|
|
198
|
+
bookmarkCount: number | null;
|
|
199
|
+
} | null;
|
|
192
200
|
url: string | null;
|
|
193
201
|
text: string | null;
|
|
194
202
|
id: string | null;
|
|
@@ -211,18 +219,10 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
211
219
|
tweetsCount: number | null;
|
|
212
220
|
createdAt: string | null;
|
|
213
221
|
} | 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
|
+
duration: number | null;
|
|
223
224
|
type: string | null;
|
|
224
225
|
url: string | null;
|
|
225
|
-
duration: number | null;
|
|
226
226
|
width: number | null;
|
|
227
227
|
height: number | null;
|
|
228
228
|
}[] | null;
|
|
@@ -337,15 +337,15 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
337
337
|
height: z.ZodNullable<z.ZodNumber>;
|
|
338
338
|
duration: z.ZodNullable<z.ZodNumber>;
|
|
339
339
|
}, "strip", z.ZodTypeAny, {
|
|
340
|
+
duration: number | null;
|
|
340
341
|
type: string | null;
|
|
341
342
|
url: string | null;
|
|
342
|
-
duration: number | null;
|
|
343
343
|
width: number | null;
|
|
344
344
|
height: number | null;
|
|
345
345
|
}, {
|
|
346
|
+
duration: number | null;
|
|
346
347
|
type: string | null;
|
|
347
348
|
url: string | null;
|
|
348
|
-
duration: number | null;
|
|
349
349
|
width: number | null;
|
|
350
350
|
height: number | null;
|
|
351
351
|
}>, "many">>;
|
|
@@ -366,6 +366,14 @@ 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
|
+
stats: {
|
|
370
|
+
viewCount: number | null;
|
|
371
|
+
retweetCount: number | null;
|
|
372
|
+
replyCount: number | null;
|
|
373
|
+
likeCount: number | null;
|
|
374
|
+
quoteCount: number | null;
|
|
375
|
+
bookmarkCount: number | null;
|
|
376
|
+
} | null;
|
|
369
377
|
url: string | null;
|
|
370
378
|
text: string | null;
|
|
371
379
|
id: string | null;
|
|
@@ -388,18 +396,10 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
388
396
|
tweetsCount: number | null;
|
|
389
397
|
createdAt: string | null;
|
|
390
398
|
} | 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
|
+
duration: number | null;
|
|
400
401
|
type: string | null;
|
|
401
402
|
url: string | null;
|
|
402
|
-
duration: number | null;
|
|
403
403
|
width: number | null;
|
|
404
404
|
height: number | null;
|
|
405
405
|
}[] | null;
|
|
@@ -409,6 +409,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
409
409
|
isQuote: boolean | null;
|
|
410
410
|
isReply: boolean | null;
|
|
411
411
|
}, {
|
|
412
|
+
stats: {
|
|
413
|
+
viewCount: number | null;
|
|
414
|
+
retweetCount: number | null;
|
|
415
|
+
replyCount: number | null;
|
|
416
|
+
likeCount: number | null;
|
|
417
|
+
quoteCount: number | null;
|
|
418
|
+
bookmarkCount: number | null;
|
|
419
|
+
} | null;
|
|
412
420
|
url: string | null;
|
|
413
421
|
text: string | null;
|
|
414
422
|
id: string | null;
|
|
@@ -431,18 +439,10 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
431
439
|
tweetsCount: number | null;
|
|
432
440
|
createdAt: string | null;
|
|
433
441
|
} | 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
|
+
duration: number | null;
|
|
443
444
|
type: string | null;
|
|
444
445
|
url: string | null;
|
|
445
|
-
duration: number | null;
|
|
446
446
|
width: number | null;
|
|
447
447
|
height: number | null;
|
|
448
448
|
}[] | null;
|
|
@@ -456,10 +456,18 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
456
456
|
success: z.ZodBoolean;
|
|
457
457
|
error: z.ZodString;
|
|
458
458
|
}, "strip", z.ZodTypeAny, {
|
|
459
|
-
success: boolean;
|
|
460
459
|
error: string;
|
|
460
|
+
success: boolean;
|
|
461
461
|
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
462
462
|
tweets: {
|
|
463
|
+
stats: {
|
|
464
|
+
viewCount: number | null;
|
|
465
|
+
retweetCount: number | null;
|
|
466
|
+
replyCount: number | null;
|
|
467
|
+
likeCount: number | null;
|
|
468
|
+
quoteCount: number | null;
|
|
469
|
+
bookmarkCount: number | null;
|
|
470
|
+
} | null;
|
|
463
471
|
url: string | null;
|
|
464
472
|
text: string | null;
|
|
465
473
|
id: string | null;
|
|
@@ -482,18 +490,10 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
482
490
|
tweetsCount: number | null;
|
|
483
491
|
createdAt: string | null;
|
|
484
492
|
} | 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
|
+
duration: number | null;
|
|
494
495
|
type: string | null;
|
|
495
496
|
url: string | null;
|
|
496
|
-
duration: number | null;
|
|
497
497
|
width: number | null;
|
|
498
498
|
height: number | null;
|
|
499
499
|
}[] | null;
|
|
@@ -505,10 +505,18 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
505
505
|
}[];
|
|
506
506
|
totalTweets: number;
|
|
507
507
|
}, {
|
|
508
|
-
success: boolean;
|
|
509
508
|
error: string;
|
|
509
|
+
success: boolean;
|
|
510
510
|
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
511
511
|
tweets: {
|
|
512
|
+
stats: {
|
|
513
|
+
viewCount: number | null;
|
|
514
|
+
retweetCount: number | null;
|
|
515
|
+
replyCount: number | null;
|
|
516
|
+
likeCount: number | null;
|
|
517
|
+
quoteCount: number | null;
|
|
518
|
+
bookmarkCount: number | null;
|
|
519
|
+
} | null;
|
|
512
520
|
url: string | null;
|
|
513
521
|
text: string | null;
|
|
514
522
|
id: string | null;
|
|
@@ -531,18 +539,10 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
531
539
|
tweetsCount: number | null;
|
|
532
540
|
createdAt: string | null;
|
|
533
541
|
} | 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
|
+
duration: number | null;
|
|
543
544
|
type: string | null;
|
|
544
545
|
url: string | null;
|
|
545
|
-
duration: number | null;
|
|
546
546
|
width: number | null;
|
|
547
547
|
height: number | null;
|
|
548
548
|
}[] | null;
|
|
@@ -683,15 +683,15 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
683
683
|
height: z.ZodNullable<z.ZodNumber>;
|
|
684
684
|
duration: z.ZodNullable<z.ZodNumber>;
|
|
685
685
|
}, "strip", z.ZodTypeAny, {
|
|
686
|
+
duration: number | null;
|
|
686
687
|
type: string | null;
|
|
687
688
|
url: string | null;
|
|
688
|
-
duration: number | null;
|
|
689
689
|
width: number | null;
|
|
690
690
|
height: number | null;
|
|
691
691
|
}, {
|
|
692
|
+
duration: number | null;
|
|
692
693
|
type: string | null;
|
|
693
694
|
url: string | null;
|
|
694
|
-
duration: number | null;
|
|
695
695
|
width: number | null;
|
|
696
696
|
height: number | null;
|
|
697
697
|
}>, "many">>;
|
|
@@ -712,6 +712,14 @@ 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
|
+
stats: {
|
|
716
|
+
viewCount: number | null;
|
|
717
|
+
retweetCount: number | null;
|
|
718
|
+
replyCount: number | null;
|
|
719
|
+
likeCount: number | null;
|
|
720
|
+
quoteCount: number | null;
|
|
721
|
+
bookmarkCount: number | null;
|
|
722
|
+
} | null;
|
|
715
723
|
url: string | null;
|
|
716
724
|
text: string | null;
|
|
717
725
|
id: string | null;
|
|
@@ -734,18 +742,10 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
734
742
|
tweetsCount: number | null;
|
|
735
743
|
createdAt: string | null;
|
|
736
744
|
} | 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
|
+
duration: number | null;
|
|
746
747
|
type: string | null;
|
|
747
748
|
url: string | null;
|
|
748
|
-
duration: number | null;
|
|
749
749
|
width: number | null;
|
|
750
750
|
height: number | null;
|
|
751
751
|
}[] | null;
|
|
@@ -755,6 +755,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
755
755
|
isQuote: boolean | null;
|
|
756
756
|
isReply: boolean | null;
|
|
757
757
|
}, {
|
|
758
|
+
stats: {
|
|
759
|
+
viewCount: number | null;
|
|
760
|
+
retweetCount: number | null;
|
|
761
|
+
replyCount: number | null;
|
|
762
|
+
likeCount: number | null;
|
|
763
|
+
quoteCount: number | null;
|
|
764
|
+
bookmarkCount: number | null;
|
|
765
|
+
} | null;
|
|
758
766
|
url: string | null;
|
|
759
767
|
text: string | null;
|
|
760
768
|
id: string | null;
|
|
@@ -777,18 +785,10 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
777
785
|
tweetsCount: number | null;
|
|
778
786
|
createdAt: string | null;
|
|
779
787
|
} | 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
|
+
duration: number | null;
|
|
789
790
|
type: string | null;
|
|
790
791
|
url: string | null;
|
|
791
|
-
duration: number | null;
|
|
792
792
|
width: number | null;
|
|
793
793
|
height: number | null;
|
|
794
794
|
}[] | null;
|
|
@@ -802,10 +802,18 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
802
802
|
success: z.ZodBoolean;
|
|
803
803
|
error: z.ZodString;
|
|
804
804
|
}, "strip", z.ZodTypeAny, {
|
|
805
|
-
success: boolean;
|
|
806
805
|
error: string;
|
|
806
|
+
success: boolean;
|
|
807
807
|
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
808
808
|
tweets: {
|
|
809
|
+
stats: {
|
|
810
|
+
viewCount: number | null;
|
|
811
|
+
retweetCount: number | null;
|
|
812
|
+
replyCount: number | null;
|
|
813
|
+
likeCount: number | null;
|
|
814
|
+
quoteCount: number | null;
|
|
815
|
+
bookmarkCount: number | null;
|
|
816
|
+
} | null;
|
|
809
817
|
url: string | null;
|
|
810
818
|
text: string | null;
|
|
811
819
|
id: string | null;
|
|
@@ -828,18 +836,10 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
828
836
|
tweetsCount: number | null;
|
|
829
837
|
createdAt: string | null;
|
|
830
838
|
} | 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
|
+
duration: number | null;
|
|
840
841
|
type: string | null;
|
|
841
842
|
url: string | null;
|
|
842
|
-
duration: number | null;
|
|
843
843
|
width: number | null;
|
|
844
844
|
height: number | null;
|
|
845
845
|
}[] | null;
|
|
@@ -851,10 +851,18 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
851
851
|
}[];
|
|
852
852
|
totalTweets: number;
|
|
853
853
|
}, {
|
|
854
|
-
success: boolean;
|
|
855
854
|
error: string;
|
|
855
|
+
success: boolean;
|
|
856
856
|
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
857
857
|
tweets: {
|
|
858
|
+
stats: {
|
|
859
|
+
viewCount: number | null;
|
|
860
|
+
retweetCount: number | null;
|
|
861
|
+
replyCount: number | null;
|
|
862
|
+
likeCount: number | null;
|
|
863
|
+
quoteCount: number | null;
|
|
864
|
+
bookmarkCount: number | null;
|
|
865
|
+
} | null;
|
|
858
866
|
url: string | null;
|
|
859
867
|
text: string | null;
|
|
860
868
|
id: string | null;
|
|
@@ -877,18 +885,10 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
877
885
|
tweetsCount: number | null;
|
|
878
886
|
createdAt: string | null;
|
|
879
887
|
} | 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
|
+
duration: number | null;
|
|
889
890
|
type: string | null;
|
|
890
891
|
url: string | null;
|
|
891
|
-
duration: number | null;
|
|
892
892
|
width: number | null;
|
|
893
893
|
height: number | null;
|
|
894
894
|
}[] | null;
|