@bubblelab/bubble-core 0.1.154 → 0.1.155
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 +115 -115
- package/dist/bubbles/service-bubble/agi-inc.d.ts +44 -44
- package/dist/bubbles/service-bubble/ai-agent.d.ts +64 -64
- package/dist/bubbles/service-bubble/airtable.d.ts +92 -92
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +208 -208
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +50 -50
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +72 -72
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +11 -11
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +13 -13
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +2 -2
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +122 -122
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +154 -154
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +869 -869
- package/dist/bubbles/service-bubble/followupboss.d.ts +46 -46
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +60 -60
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +100 -100
- package/dist/bubbles/service-bubble/github.d.ts +152 -152
- package/dist/bubbles/service-bubble/gmail.d.ts +276 -276
- package/dist/bubbles/service-bubble/google-calendar.d.ts +110 -110
- package/dist/bubbles/service-bubble/google-drive.d.ts +54 -54
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +34 -34
- 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 +32 -32
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1234 -1234
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +208 -208
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +61 -61
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +75 -75
- package/dist/bubbles/service-bubble/telegram.d.ts +1488 -1488
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +7 -7
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +9 -9
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +428 -428
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +86 -86
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +158 -158
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +62 -62
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +110 -110
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +24 -24
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -20,8 +20,8 @@ declare const TwitterUserSchema: z.ZodObject<{
|
|
|
20
20
|
name: string | null;
|
|
21
21
|
url: string | null;
|
|
22
22
|
id: string | null;
|
|
23
|
-
userName: string | null;
|
|
24
23
|
following: number | null;
|
|
24
|
+
userName: string | null;
|
|
25
25
|
isVerified: boolean | null;
|
|
26
26
|
isBlueVerified: boolean | null;
|
|
27
27
|
profilePicture: string | null;
|
|
@@ -33,8 +33,8 @@ declare const TwitterUserSchema: z.ZodObject<{
|
|
|
33
33
|
name: string | null;
|
|
34
34
|
url: string | null;
|
|
35
35
|
id: string | null;
|
|
36
|
-
userName: string | null;
|
|
37
36
|
following: number | null;
|
|
37
|
+
userName: string | null;
|
|
38
38
|
isVerified: boolean | null;
|
|
39
39
|
isBlueVerified: boolean | null;
|
|
40
40
|
profilePicture: string | null;
|
|
@@ -64,8 +64,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
64
64
|
name: string | null;
|
|
65
65
|
url: string | null;
|
|
66
66
|
id: string | null;
|
|
67
|
-
userName: string | null;
|
|
68
67
|
following: number | null;
|
|
68
|
+
userName: string | null;
|
|
69
69
|
isVerified: boolean | null;
|
|
70
70
|
isBlueVerified: boolean | null;
|
|
71
71
|
profilePicture: string | null;
|
|
@@ -77,8 +77,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
77
77
|
name: string | null;
|
|
78
78
|
url: string | null;
|
|
79
79
|
id: string | null;
|
|
80
|
-
userName: string | null;
|
|
81
80
|
following: number | null;
|
|
81
|
+
userName: string | null;
|
|
82
82
|
isVerified: boolean | null;
|
|
83
83
|
isBlueVerified: boolean | null;
|
|
84
84
|
profilePicture: string | null;
|
|
@@ -146,29 +146,16 @@ 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;
|
|
150
149
|
url: string | null;
|
|
151
150
|
id: string | null;
|
|
152
|
-
|
|
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
|
-
entities: {
|
|
161
|
-
hashtags: string[] | null;
|
|
162
|
-
mentions: string[] | null;
|
|
163
|
-
urls: string[] | null;
|
|
164
|
-
} | null;
|
|
151
|
+
text: string | null;
|
|
165
152
|
author: {
|
|
166
153
|
description: string | null;
|
|
167
154
|
name: string | null;
|
|
168
155
|
url: string | null;
|
|
169
156
|
id: string | null;
|
|
170
|
-
userName: string | null;
|
|
171
157
|
following: number | null;
|
|
158
|
+
userName: string | null;
|
|
172
159
|
isVerified: boolean | null;
|
|
173
160
|
isBlueVerified: boolean | null;
|
|
174
161
|
profilePicture: string | null;
|
|
@@ -176,6 +163,14 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
176
163
|
tweetsCount: number | null;
|
|
177
164
|
createdAt: string | null;
|
|
178
165
|
} | null;
|
|
166
|
+
stats: {
|
|
167
|
+
viewCount: number | null;
|
|
168
|
+
retweetCount: number | null;
|
|
169
|
+
replyCount: number | null;
|
|
170
|
+
likeCount: number | null;
|
|
171
|
+
quoteCount: number | null;
|
|
172
|
+
bookmarkCount: number | null;
|
|
173
|
+
} | null;
|
|
179
174
|
media: {
|
|
180
175
|
type: string | null;
|
|
181
176
|
url: string | null;
|
|
@@ -185,33 +180,25 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
185
180
|
}[] | null;
|
|
186
181
|
createdAt: string | null;
|
|
187
182
|
lang: string | null;
|
|
183
|
+
entities: {
|
|
184
|
+
hashtags: string[] | null;
|
|
185
|
+
mentions: string[] | null;
|
|
186
|
+
urls: string[] | null;
|
|
187
|
+
} | null;
|
|
188
188
|
isRetweet: boolean | null;
|
|
189
189
|
isQuote: boolean | null;
|
|
190
190
|
isReply: boolean | null;
|
|
191
191
|
}, {
|
|
192
|
-
text: string | null;
|
|
193
192
|
url: string | null;
|
|
194
193
|
id: string | null;
|
|
195
|
-
|
|
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
|
-
entities: {
|
|
204
|
-
hashtags: string[] | null;
|
|
205
|
-
mentions: string[] | null;
|
|
206
|
-
urls: string[] | null;
|
|
207
|
-
} | null;
|
|
194
|
+
text: string | null;
|
|
208
195
|
author: {
|
|
209
196
|
description: string | null;
|
|
210
197
|
name: string | null;
|
|
211
198
|
url: string | null;
|
|
212
199
|
id: string | null;
|
|
213
|
-
userName: string | null;
|
|
214
200
|
following: number | null;
|
|
201
|
+
userName: string | null;
|
|
215
202
|
isVerified: boolean | null;
|
|
216
203
|
isBlueVerified: boolean | null;
|
|
217
204
|
profilePicture: string | null;
|
|
@@ -219,6 +206,14 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
219
206
|
tweetsCount: number | null;
|
|
220
207
|
createdAt: string | null;
|
|
221
208
|
} | null;
|
|
209
|
+
stats: {
|
|
210
|
+
viewCount: number | null;
|
|
211
|
+
retweetCount: number | null;
|
|
212
|
+
replyCount: number | null;
|
|
213
|
+
likeCount: number | null;
|
|
214
|
+
quoteCount: number | null;
|
|
215
|
+
bookmarkCount: number | null;
|
|
216
|
+
} | null;
|
|
222
217
|
media: {
|
|
223
218
|
type: string | null;
|
|
224
219
|
url: string | null;
|
|
@@ -228,6 +223,11 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
228
223
|
}[] | null;
|
|
229
224
|
createdAt: string | null;
|
|
230
225
|
lang: string | null;
|
|
226
|
+
entities: {
|
|
227
|
+
hashtags: string[] | null;
|
|
228
|
+
mentions: string[] | null;
|
|
229
|
+
urls: string[] | null;
|
|
230
|
+
} | null;
|
|
231
231
|
isRetweet: boolean | null;
|
|
232
232
|
isQuote: boolean | null;
|
|
233
233
|
isReply: boolean | null;
|
|
@@ -284,8 +284,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
284
284
|
name: string | null;
|
|
285
285
|
url: string | null;
|
|
286
286
|
id: string | null;
|
|
287
|
-
userName: string | null;
|
|
288
287
|
following: number | null;
|
|
288
|
+
userName: string | null;
|
|
289
289
|
isVerified: boolean | null;
|
|
290
290
|
isBlueVerified: boolean | null;
|
|
291
291
|
profilePicture: string | null;
|
|
@@ -297,8 +297,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
297
297
|
name: string | null;
|
|
298
298
|
url: string | null;
|
|
299
299
|
id: string | null;
|
|
300
|
-
userName: string | null;
|
|
301
300
|
following: number | null;
|
|
301
|
+
userName: string | null;
|
|
302
302
|
isVerified: boolean | null;
|
|
303
303
|
isBlueVerified: boolean | null;
|
|
304
304
|
profilePicture: string | null;
|
|
@@ -366,29 +366,16 @@ 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;
|
|
370
369
|
url: string | null;
|
|
371
370
|
id: string | null;
|
|
372
|
-
|
|
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
|
-
entities: {
|
|
381
|
-
hashtags: string[] | null;
|
|
382
|
-
mentions: string[] | null;
|
|
383
|
-
urls: string[] | null;
|
|
384
|
-
} | null;
|
|
371
|
+
text: string | null;
|
|
385
372
|
author: {
|
|
386
373
|
description: string | null;
|
|
387
374
|
name: string | null;
|
|
388
375
|
url: string | null;
|
|
389
376
|
id: string | null;
|
|
390
|
-
userName: string | null;
|
|
391
377
|
following: number | null;
|
|
378
|
+
userName: string | null;
|
|
392
379
|
isVerified: boolean | null;
|
|
393
380
|
isBlueVerified: boolean | null;
|
|
394
381
|
profilePicture: string | null;
|
|
@@ -396,6 +383,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
396
383
|
tweetsCount: number | null;
|
|
397
384
|
createdAt: string | null;
|
|
398
385
|
} | null;
|
|
386
|
+
stats: {
|
|
387
|
+
viewCount: number | null;
|
|
388
|
+
retweetCount: number | null;
|
|
389
|
+
replyCount: number | null;
|
|
390
|
+
likeCount: number | null;
|
|
391
|
+
quoteCount: number | null;
|
|
392
|
+
bookmarkCount: number | null;
|
|
393
|
+
} | null;
|
|
399
394
|
media: {
|
|
400
395
|
type: string | null;
|
|
401
396
|
url: string | null;
|
|
@@ -405,33 +400,25 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
405
400
|
}[] | null;
|
|
406
401
|
createdAt: string | null;
|
|
407
402
|
lang: string | null;
|
|
403
|
+
entities: {
|
|
404
|
+
hashtags: string[] | null;
|
|
405
|
+
mentions: string[] | null;
|
|
406
|
+
urls: string[] | null;
|
|
407
|
+
} | null;
|
|
408
408
|
isRetweet: boolean | null;
|
|
409
409
|
isQuote: boolean | null;
|
|
410
410
|
isReply: boolean | null;
|
|
411
411
|
}, {
|
|
412
|
-
text: string | null;
|
|
413
412
|
url: string | null;
|
|
414
413
|
id: string | null;
|
|
415
|
-
|
|
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
|
-
entities: {
|
|
424
|
-
hashtags: string[] | null;
|
|
425
|
-
mentions: string[] | null;
|
|
426
|
-
urls: string[] | null;
|
|
427
|
-
} | null;
|
|
414
|
+
text: string | null;
|
|
428
415
|
author: {
|
|
429
416
|
description: string | null;
|
|
430
417
|
name: string | null;
|
|
431
418
|
url: string | null;
|
|
432
419
|
id: string | null;
|
|
433
|
-
userName: string | null;
|
|
434
420
|
following: number | null;
|
|
421
|
+
userName: string | null;
|
|
435
422
|
isVerified: boolean | null;
|
|
436
423
|
isBlueVerified: boolean | null;
|
|
437
424
|
profilePicture: string | null;
|
|
@@ -439,6 +426,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
439
426
|
tweetsCount: number | null;
|
|
440
427
|
createdAt: string | null;
|
|
441
428
|
} | null;
|
|
429
|
+
stats: {
|
|
430
|
+
viewCount: number | null;
|
|
431
|
+
retweetCount: number | null;
|
|
432
|
+
replyCount: number | null;
|
|
433
|
+
likeCount: number | null;
|
|
434
|
+
quoteCount: number | null;
|
|
435
|
+
bookmarkCount: number | null;
|
|
436
|
+
} | null;
|
|
442
437
|
media: {
|
|
443
438
|
type: string | null;
|
|
444
439
|
url: string | null;
|
|
@@ -448,6 +443,11 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
448
443
|
}[] | null;
|
|
449
444
|
createdAt: string | null;
|
|
450
445
|
lang: string | null;
|
|
446
|
+
entities: {
|
|
447
|
+
hashtags: string[] | null;
|
|
448
|
+
mentions: string[] | null;
|
|
449
|
+
urls: string[] | null;
|
|
450
|
+
} | null;
|
|
451
451
|
isRetweet: boolean | null;
|
|
452
452
|
isQuote: boolean | null;
|
|
453
453
|
isReply: boolean | null;
|
|
@@ -460,29 +460,16 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
460
460
|
error: string;
|
|
461
461
|
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
462
462
|
tweets: {
|
|
463
|
-
text: string | null;
|
|
464
463
|
url: string | null;
|
|
465
464
|
id: string | null;
|
|
466
|
-
|
|
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
|
-
entities: {
|
|
475
|
-
hashtags: string[] | null;
|
|
476
|
-
mentions: string[] | null;
|
|
477
|
-
urls: string[] | null;
|
|
478
|
-
} | null;
|
|
465
|
+
text: string | null;
|
|
479
466
|
author: {
|
|
480
467
|
description: string | null;
|
|
481
468
|
name: string | null;
|
|
482
469
|
url: string | null;
|
|
483
470
|
id: string | null;
|
|
484
|
-
userName: string | null;
|
|
485
471
|
following: number | null;
|
|
472
|
+
userName: string | null;
|
|
486
473
|
isVerified: boolean | null;
|
|
487
474
|
isBlueVerified: boolean | null;
|
|
488
475
|
profilePicture: string | null;
|
|
@@ -490,6 +477,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
490
477
|
tweetsCount: number | null;
|
|
491
478
|
createdAt: string | null;
|
|
492
479
|
} | null;
|
|
480
|
+
stats: {
|
|
481
|
+
viewCount: number | null;
|
|
482
|
+
retweetCount: number | null;
|
|
483
|
+
replyCount: number | null;
|
|
484
|
+
likeCount: number | null;
|
|
485
|
+
quoteCount: number | null;
|
|
486
|
+
bookmarkCount: number | null;
|
|
487
|
+
} | null;
|
|
493
488
|
media: {
|
|
494
489
|
type: string | null;
|
|
495
490
|
url: string | null;
|
|
@@ -499,6 +494,11 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
499
494
|
}[] | null;
|
|
500
495
|
createdAt: string | null;
|
|
501
496
|
lang: string | null;
|
|
497
|
+
entities: {
|
|
498
|
+
hashtags: string[] | null;
|
|
499
|
+
mentions: string[] | null;
|
|
500
|
+
urls: string[] | null;
|
|
501
|
+
} | null;
|
|
502
502
|
isRetweet: boolean | null;
|
|
503
503
|
isQuote: boolean | null;
|
|
504
504
|
isReply: boolean | null;
|
|
@@ -509,29 +509,16 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
509
509
|
error: string;
|
|
510
510
|
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
511
511
|
tweets: {
|
|
512
|
-
text: string | null;
|
|
513
512
|
url: string | null;
|
|
514
513
|
id: string | null;
|
|
515
|
-
|
|
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
|
-
entities: {
|
|
524
|
-
hashtags: string[] | null;
|
|
525
|
-
mentions: string[] | null;
|
|
526
|
-
urls: string[] | null;
|
|
527
|
-
} | null;
|
|
514
|
+
text: string | null;
|
|
528
515
|
author: {
|
|
529
516
|
description: string | null;
|
|
530
517
|
name: string | null;
|
|
531
518
|
url: string | null;
|
|
532
519
|
id: string | null;
|
|
533
|
-
userName: string | null;
|
|
534
520
|
following: number | null;
|
|
521
|
+
userName: string | null;
|
|
535
522
|
isVerified: boolean | null;
|
|
536
523
|
isBlueVerified: boolean | null;
|
|
537
524
|
profilePicture: string | null;
|
|
@@ -539,6 +526,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
539
526
|
tweetsCount: number | null;
|
|
540
527
|
createdAt: string | null;
|
|
541
528
|
} | null;
|
|
529
|
+
stats: {
|
|
530
|
+
viewCount: number | null;
|
|
531
|
+
retweetCount: number | null;
|
|
532
|
+
replyCount: number | null;
|
|
533
|
+
likeCount: number | null;
|
|
534
|
+
quoteCount: number | null;
|
|
535
|
+
bookmarkCount: number | null;
|
|
536
|
+
} | null;
|
|
542
537
|
media: {
|
|
543
538
|
type: string | null;
|
|
544
539
|
url: string | null;
|
|
@@ -548,6 +543,11 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
548
543
|
}[] | null;
|
|
549
544
|
createdAt: string | null;
|
|
550
545
|
lang: string | null;
|
|
546
|
+
entities: {
|
|
547
|
+
hashtags: string[] | null;
|
|
548
|
+
mentions: string[] | null;
|
|
549
|
+
urls: string[] | null;
|
|
550
|
+
} | null;
|
|
551
551
|
isRetweet: boolean | null;
|
|
552
552
|
isQuote: boolean | null;
|
|
553
553
|
isReply: boolean | null;
|
|
@@ -630,8 +630,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
630
630
|
name: string | null;
|
|
631
631
|
url: string | null;
|
|
632
632
|
id: string | null;
|
|
633
|
-
userName: string | null;
|
|
634
633
|
following: number | null;
|
|
634
|
+
userName: string | null;
|
|
635
635
|
isVerified: boolean | null;
|
|
636
636
|
isBlueVerified: boolean | null;
|
|
637
637
|
profilePicture: string | null;
|
|
@@ -643,8 +643,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
643
643
|
name: string | null;
|
|
644
644
|
url: string | null;
|
|
645
645
|
id: string | null;
|
|
646
|
-
userName: string | null;
|
|
647
646
|
following: number | null;
|
|
647
|
+
userName: string | null;
|
|
648
648
|
isVerified: boolean | null;
|
|
649
649
|
isBlueVerified: boolean | null;
|
|
650
650
|
profilePicture: string | null;
|
|
@@ -712,29 +712,16 @@ 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;
|
|
716
715
|
url: string | null;
|
|
717
716
|
id: string | null;
|
|
718
|
-
|
|
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
|
-
entities: {
|
|
727
|
-
hashtags: string[] | null;
|
|
728
|
-
mentions: string[] | null;
|
|
729
|
-
urls: string[] | null;
|
|
730
|
-
} | null;
|
|
717
|
+
text: string | null;
|
|
731
718
|
author: {
|
|
732
719
|
description: string | null;
|
|
733
720
|
name: string | null;
|
|
734
721
|
url: string | null;
|
|
735
722
|
id: string | null;
|
|
736
|
-
userName: string | null;
|
|
737
723
|
following: number | null;
|
|
724
|
+
userName: string | null;
|
|
738
725
|
isVerified: boolean | null;
|
|
739
726
|
isBlueVerified: boolean | null;
|
|
740
727
|
profilePicture: string | null;
|
|
@@ -742,6 +729,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
742
729
|
tweetsCount: number | null;
|
|
743
730
|
createdAt: string | null;
|
|
744
731
|
} | null;
|
|
732
|
+
stats: {
|
|
733
|
+
viewCount: number | null;
|
|
734
|
+
retweetCount: number | null;
|
|
735
|
+
replyCount: number | null;
|
|
736
|
+
likeCount: number | null;
|
|
737
|
+
quoteCount: number | null;
|
|
738
|
+
bookmarkCount: number | null;
|
|
739
|
+
} | null;
|
|
745
740
|
media: {
|
|
746
741
|
type: string | null;
|
|
747
742
|
url: string | null;
|
|
@@ -751,33 +746,25 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
751
746
|
}[] | null;
|
|
752
747
|
createdAt: string | null;
|
|
753
748
|
lang: string | null;
|
|
749
|
+
entities: {
|
|
750
|
+
hashtags: string[] | null;
|
|
751
|
+
mentions: string[] | null;
|
|
752
|
+
urls: string[] | null;
|
|
753
|
+
} | null;
|
|
754
754
|
isRetweet: boolean | null;
|
|
755
755
|
isQuote: boolean | null;
|
|
756
756
|
isReply: boolean | null;
|
|
757
757
|
}, {
|
|
758
|
-
text: string | null;
|
|
759
758
|
url: string | null;
|
|
760
759
|
id: string | null;
|
|
761
|
-
|
|
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
|
-
entities: {
|
|
770
|
-
hashtags: string[] | null;
|
|
771
|
-
mentions: string[] | null;
|
|
772
|
-
urls: string[] | null;
|
|
773
|
-
} | null;
|
|
760
|
+
text: string | null;
|
|
774
761
|
author: {
|
|
775
762
|
description: string | null;
|
|
776
763
|
name: string | null;
|
|
777
764
|
url: string | null;
|
|
778
765
|
id: string | null;
|
|
779
|
-
userName: string | null;
|
|
780
766
|
following: number | null;
|
|
767
|
+
userName: string | null;
|
|
781
768
|
isVerified: boolean | null;
|
|
782
769
|
isBlueVerified: boolean | null;
|
|
783
770
|
profilePicture: string | null;
|
|
@@ -785,6 +772,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
785
772
|
tweetsCount: number | null;
|
|
786
773
|
createdAt: string | null;
|
|
787
774
|
} | null;
|
|
775
|
+
stats: {
|
|
776
|
+
viewCount: number | null;
|
|
777
|
+
retweetCount: number | null;
|
|
778
|
+
replyCount: number | null;
|
|
779
|
+
likeCount: number | null;
|
|
780
|
+
quoteCount: number | null;
|
|
781
|
+
bookmarkCount: number | null;
|
|
782
|
+
} | null;
|
|
788
783
|
media: {
|
|
789
784
|
type: string | null;
|
|
790
785
|
url: string | null;
|
|
@@ -794,6 +789,11 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
794
789
|
}[] | null;
|
|
795
790
|
createdAt: string | null;
|
|
796
791
|
lang: string | null;
|
|
792
|
+
entities: {
|
|
793
|
+
hashtags: string[] | null;
|
|
794
|
+
mentions: string[] | null;
|
|
795
|
+
urls: string[] | null;
|
|
796
|
+
} | null;
|
|
797
797
|
isRetweet: boolean | null;
|
|
798
798
|
isQuote: boolean | null;
|
|
799
799
|
isReply: boolean | null;
|
|
@@ -806,29 +806,16 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
806
806
|
error: string;
|
|
807
807
|
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
808
808
|
tweets: {
|
|
809
|
-
text: string | null;
|
|
810
809
|
url: string | null;
|
|
811
810
|
id: string | null;
|
|
812
|
-
|
|
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
|
-
entities: {
|
|
821
|
-
hashtags: string[] | null;
|
|
822
|
-
mentions: string[] | null;
|
|
823
|
-
urls: string[] | null;
|
|
824
|
-
} | null;
|
|
811
|
+
text: string | null;
|
|
825
812
|
author: {
|
|
826
813
|
description: string | null;
|
|
827
814
|
name: string | null;
|
|
828
815
|
url: string | null;
|
|
829
816
|
id: string | null;
|
|
830
|
-
userName: string | null;
|
|
831
817
|
following: number | null;
|
|
818
|
+
userName: string | null;
|
|
832
819
|
isVerified: boolean | null;
|
|
833
820
|
isBlueVerified: boolean | null;
|
|
834
821
|
profilePicture: string | null;
|
|
@@ -836,6 +823,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
836
823
|
tweetsCount: number | null;
|
|
837
824
|
createdAt: string | null;
|
|
838
825
|
} | null;
|
|
826
|
+
stats: {
|
|
827
|
+
viewCount: number | null;
|
|
828
|
+
retweetCount: number | null;
|
|
829
|
+
replyCount: number | null;
|
|
830
|
+
likeCount: number | null;
|
|
831
|
+
quoteCount: number | null;
|
|
832
|
+
bookmarkCount: number | null;
|
|
833
|
+
} | null;
|
|
839
834
|
media: {
|
|
840
835
|
type: string | null;
|
|
841
836
|
url: string | null;
|
|
@@ -845,6 +840,11 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
845
840
|
}[] | null;
|
|
846
841
|
createdAt: string | null;
|
|
847
842
|
lang: string | null;
|
|
843
|
+
entities: {
|
|
844
|
+
hashtags: string[] | null;
|
|
845
|
+
mentions: string[] | null;
|
|
846
|
+
urls: string[] | null;
|
|
847
|
+
} | null;
|
|
848
848
|
isRetweet: boolean | null;
|
|
849
849
|
isQuote: boolean | null;
|
|
850
850
|
isReply: boolean | null;
|
|
@@ -855,29 +855,16 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
855
855
|
error: string;
|
|
856
856
|
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
857
857
|
tweets: {
|
|
858
|
-
text: string | null;
|
|
859
858
|
url: string | null;
|
|
860
859
|
id: string | null;
|
|
861
|
-
|
|
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
|
-
entities: {
|
|
870
|
-
hashtags: string[] | null;
|
|
871
|
-
mentions: string[] | null;
|
|
872
|
-
urls: string[] | null;
|
|
873
|
-
} | null;
|
|
860
|
+
text: string | null;
|
|
874
861
|
author: {
|
|
875
862
|
description: string | null;
|
|
876
863
|
name: string | null;
|
|
877
864
|
url: string | null;
|
|
878
865
|
id: string | null;
|
|
879
|
-
userName: string | null;
|
|
880
866
|
following: number | null;
|
|
867
|
+
userName: string | null;
|
|
881
868
|
isVerified: boolean | null;
|
|
882
869
|
isBlueVerified: boolean | null;
|
|
883
870
|
profilePicture: string | null;
|
|
@@ -885,6 +872,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
885
872
|
tweetsCount: number | null;
|
|
886
873
|
createdAt: string | null;
|
|
887
874
|
} | null;
|
|
875
|
+
stats: {
|
|
876
|
+
viewCount: number | null;
|
|
877
|
+
retweetCount: number | null;
|
|
878
|
+
replyCount: number | null;
|
|
879
|
+
likeCount: number | null;
|
|
880
|
+
quoteCount: number | null;
|
|
881
|
+
bookmarkCount: number | null;
|
|
882
|
+
} | null;
|
|
888
883
|
media: {
|
|
889
884
|
type: string | null;
|
|
890
885
|
url: string | null;
|
|
@@ -894,6 +889,11 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
894
889
|
}[] | null;
|
|
895
890
|
createdAt: string | null;
|
|
896
891
|
lang: string | null;
|
|
892
|
+
entities: {
|
|
893
|
+
hashtags: string[] | null;
|
|
894
|
+
mentions: string[] | null;
|
|
895
|
+
urls: string[] | null;
|
|
896
|
+
} | null;
|
|
897
897
|
isRetweet: boolean | null;
|
|
898
898
|
isQuote: boolean | null;
|
|
899
899
|
isReply: boolean | null;
|