@bubblelab/bubble-core 0.1.69 → 0.1.71
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 +78 -78
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
- package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +78 -78
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +92 -92
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +42 -42
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +346 -346
- package/dist/bubbles/service-bubble/followupboss.d.ts +320 -320
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +76 -76
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +58 -58
- package/dist/bubbles/service-bubble/github.d.ts +36 -36
- package/dist/bubbles/service-bubble/gmail.d.ts +88 -88
- package/dist/bubbles/service-bubble/google-drive.d.ts +63 -2
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +74 -4
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +74 -74
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +9 -9
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +62 -62
- package/dist/bubbles/service-bubble/notion/notion.d.ts +20 -20
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +114 -114
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +11 -11
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +78 -78
- package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +305 -305
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +108 -108
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +32 -32
- package/dist/bubbles.json +69 -4
- package/package.json +2 -2
|
@@ -20,7 +20,6 @@ declare const TwitterUserSchema: z.ZodObject<{
|
|
|
20
20
|
name: string | null;
|
|
21
21
|
url: string | null;
|
|
22
22
|
id: string | null;
|
|
23
|
-
createdAt: string | null;
|
|
24
23
|
following: number | null;
|
|
25
24
|
userName: string | null;
|
|
26
25
|
isVerified: boolean | null;
|
|
@@ -28,12 +27,12 @@ declare const TwitterUserSchema: z.ZodObject<{
|
|
|
28
27
|
profilePicture: string | null;
|
|
29
28
|
followers: number | null;
|
|
30
29
|
tweetsCount: number | null;
|
|
30
|
+
createdAt: string | null;
|
|
31
31
|
}, {
|
|
32
32
|
description: string | null;
|
|
33
33
|
name: string | null;
|
|
34
34
|
url: string | null;
|
|
35
35
|
id: string | null;
|
|
36
|
-
createdAt: string | null;
|
|
37
36
|
following: number | null;
|
|
38
37
|
userName: string | null;
|
|
39
38
|
isVerified: boolean | null;
|
|
@@ -41,6 +40,7 @@ declare const TwitterUserSchema: z.ZodObject<{
|
|
|
41
40
|
profilePicture: string | null;
|
|
42
41
|
followers: number | null;
|
|
43
42
|
tweetsCount: number | null;
|
|
43
|
+
createdAt: string | null;
|
|
44
44
|
}>;
|
|
45
45
|
declare const TwitterTweetSchema: z.ZodObject<{
|
|
46
46
|
id: z.ZodNullable<z.ZodString>;
|
|
@@ -64,7 +64,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
64
64
|
name: string | null;
|
|
65
65
|
url: string | null;
|
|
66
66
|
id: string | null;
|
|
67
|
-
createdAt: string | null;
|
|
68
67
|
following: number | null;
|
|
69
68
|
userName: string | null;
|
|
70
69
|
isVerified: boolean | null;
|
|
@@ -72,12 +71,12 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
72
71
|
profilePicture: string | null;
|
|
73
72
|
followers: number | null;
|
|
74
73
|
tweetsCount: number | null;
|
|
74
|
+
createdAt: string | null;
|
|
75
75
|
}, {
|
|
76
76
|
description: string | null;
|
|
77
77
|
name: string | null;
|
|
78
78
|
url: string | null;
|
|
79
79
|
id: string | null;
|
|
80
|
-
createdAt: string | null;
|
|
81
80
|
following: number | null;
|
|
82
81
|
userName: string | null;
|
|
83
82
|
isVerified: boolean | null;
|
|
@@ -85,6 +84,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
85
84
|
profilePicture: string | null;
|
|
86
85
|
followers: number | null;
|
|
87
86
|
tweetsCount: number | null;
|
|
87
|
+
createdAt: string | null;
|
|
88
88
|
}>>;
|
|
89
89
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
90
90
|
stats: z.ZodNullable<z.ZodObject<{
|
|
@@ -149,7 +149,14 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
149
149
|
url: string | null;
|
|
150
150
|
id: string | null;
|
|
151
151
|
text: string | null;
|
|
152
|
-
|
|
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;
|
|
153
160
|
entities: {
|
|
154
161
|
hashtags: string[] | null;
|
|
155
162
|
mentions: string[] | null;
|
|
@@ -160,7 +167,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
160
167
|
name: string | null;
|
|
161
168
|
url: string | null;
|
|
162
169
|
id: string | null;
|
|
163
|
-
createdAt: string | null;
|
|
164
170
|
following: number | null;
|
|
165
171
|
userName: string | null;
|
|
166
172
|
isVerified: boolean | null;
|
|
@@ -168,14 +174,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
168
174
|
profilePicture: string | null;
|
|
169
175
|
followers: number | null;
|
|
170
176
|
tweetsCount: number | null;
|
|
171
|
-
|
|
172
|
-
stats: {
|
|
173
|
-
viewCount: number | null;
|
|
174
|
-
retweetCount: number | null;
|
|
175
|
-
replyCount: number | null;
|
|
176
|
-
likeCount: number | null;
|
|
177
|
-
quoteCount: number | null;
|
|
178
|
-
bookmarkCount: number | null;
|
|
177
|
+
createdAt: string | null;
|
|
179
178
|
} | null;
|
|
180
179
|
media: {
|
|
181
180
|
type: string | null;
|
|
@@ -184,6 +183,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
184
183
|
width: number | null;
|
|
185
184
|
height: number | null;
|
|
186
185
|
}[] | null;
|
|
186
|
+
createdAt: string | null;
|
|
187
187
|
lang: string | null;
|
|
188
188
|
isRetweet: boolean | null;
|
|
189
189
|
isQuote: boolean | null;
|
|
@@ -192,7 +192,14 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
192
192
|
url: string | null;
|
|
193
193
|
id: string | null;
|
|
194
194
|
text: string | null;
|
|
195
|
-
|
|
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;
|
|
196
203
|
entities: {
|
|
197
204
|
hashtags: string[] | null;
|
|
198
205
|
mentions: string[] | null;
|
|
@@ -203,7 +210,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
203
210
|
name: string | null;
|
|
204
211
|
url: string | null;
|
|
205
212
|
id: string | null;
|
|
206
|
-
createdAt: string | null;
|
|
207
213
|
following: number | null;
|
|
208
214
|
userName: string | null;
|
|
209
215
|
isVerified: boolean | null;
|
|
@@ -211,14 +217,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
211
217
|
profilePicture: string | null;
|
|
212
218
|
followers: number | null;
|
|
213
219
|
tweetsCount: number | null;
|
|
214
|
-
|
|
215
|
-
stats: {
|
|
216
|
-
viewCount: number | null;
|
|
217
|
-
retweetCount: number | null;
|
|
218
|
-
replyCount: number | null;
|
|
219
|
-
likeCount: number | null;
|
|
220
|
-
quoteCount: number | null;
|
|
221
|
-
bookmarkCount: number | null;
|
|
220
|
+
createdAt: string | null;
|
|
222
221
|
} | null;
|
|
223
222
|
media: {
|
|
224
223
|
type: string | null;
|
|
@@ -227,6 +226,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
227
226
|
width: number | null;
|
|
228
227
|
height: number | null;
|
|
229
228
|
}[] | null;
|
|
229
|
+
createdAt: string | null;
|
|
230
230
|
lang: string | null;
|
|
231
231
|
isRetweet: boolean | null;
|
|
232
232
|
isQuote: boolean | null;
|
|
@@ -284,7 +284,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
284
284
|
name: string | null;
|
|
285
285
|
url: string | null;
|
|
286
286
|
id: string | null;
|
|
287
|
-
createdAt: string | null;
|
|
288
287
|
following: number | null;
|
|
289
288
|
userName: string | null;
|
|
290
289
|
isVerified: boolean | null;
|
|
@@ -292,12 +291,12 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
292
291
|
profilePicture: string | null;
|
|
293
292
|
followers: number | null;
|
|
294
293
|
tweetsCount: number | null;
|
|
294
|
+
createdAt: string | null;
|
|
295
295
|
}, {
|
|
296
296
|
description: string | null;
|
|
297
297
|
name: string | null;
|
|
298
298
|
url: string | null;
|
|
299
299
|
id: string | null;
|
|
300
|
-
createdAt: string | null;
|
|
301
300
|
following: number | null;
|
|
302
301
|
userName: string | null;
|
|
303
302
|
isVerified: boolean | null;
|
|
@@ -305,6 +304,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
305
304
|
profilePicture: string | null;
|
|
306
305
|
followers: number | null;
|
|
307
306
|
tweetsCount: number | null;
|
|
307
|
+
createdAt: string | null;
|
|
308
308
|
}>>;
|
|
309
309
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
310
310
|
stats: z.ZodNullable<z.ZodObject<{
|
|
@@ -369,7 +369,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
369
369
|
url: string | null;
|
|
370
370
|
id: string | null;
|
|
371
371
|
text: string | null;
|
|
372
|
-
|
|
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;
|
|
373
380
|
entities: {
|
|
374
381
|
hashtags: string[] | null;
|
|
375
382
|
mentions: string[] | null;
|
|
@@ -380,7 +387,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
380
387
|
name: string | null;
|
|
381
388
|
url: string | null;
|
|
382
389
|
id: string | null;
|
|
383
|
-
createdAt: string | null;
|
|
384
390
|
following: number | null;
|
|
385
391
|
userName: string | null;
|
|
386
392
|
isVerified: boolean | null;
|
|
@@ -388,14 +394,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
388
394
|
profilePicture: string | null;
|
|
389
395
|
followers: number | null;
|
|
390
396
|
tweetsCount: number | null;
|
|
391
|
-
|
|
392
|
-
stats: {
|
|
393
|
-
viewCount: number | null;
|
|
394
|
-
retweetCount: number | null;
|
|
395
|
-
replyCount: number | null;
|
|
396
|
-
likeCount: number | null;
|
|
397
|
-
quoteCount: number | null;
|
|
398
|
-
bookmarkCount: number | null;
|
|
397
|
+
createdAt: string | null;
|
|
399
398
|
} | null;
|
|
400
399
|
media: {
|
|
401
400
|
type: string | null;
|
|
@@ -404,6 +403,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
404
403
|
width: number | null;
|
|
405
404
|
height: number | null;
|
|
406
405
|
}[] | null;
|
|
406
|
+
createdAt: string | null;
|
|
407
407
|
lang: string | null;
|
|
408
408
|
isRetweet: boolean | null;
|
|
409
409
|
isQuote: boolean | null;
|
|
@@ -412,7 +412,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
412
412
|
url: string | null;
|
|
413
413
|
id: string | null;
|
|
414
414
|
text: string | null;
|
|
415
|
-
|
|
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;
|
|
416
423
|
entities: {
|
|
417
424
|
hashtags: string[] | null;
|
|
418
425
|
mentions: string[] | null;
|
|
@@ -423,7 +430,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
423
430
|
name: string | null;
|
|
424
431
|
url: string | null;
|
|
425
432
|
id: string | null;
|
|
426
|
-
createdAt: string | null;
|
|
427
433
|
following: number | null;
|
|
428
434
|
userName: string | null;
|
|
429
435
|
isVerified: boolean | null;
|
|
@@ -431,14 +437,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
431
437
|
profilePicture: string | null;
|
|
432
438
|
followers: number | null;
|
|
433
439
|
tweetsCount: number | null;
|
|
434
|
-
|
|
435
|
-
stats: {
|
|
436
|
-
viewCount: number | null;
|
|
437
|
-
retweetCount: number | null;
|
|
438
|
-
replyCount: number | null;
|
|
439
|
-
likeCount: number | null;
|
|
440
|
-
quoteCount: number | null;
|
|
441
|
-
bookmarkCount: number | null;
|
|
440
|
+
createdAt: string | null;
|
|
442
441
|
} | null;
|
|
443
442
|
media: {
|
|
444
443
|
type: string | null;
|
|
@@ -447,6 +446,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
447
446
|
width: number | null;
|
|
448
447
|
height: number | null;
|
|
449
448
|
}[] | null;
|
|
449
|
+
createdAt: string | null;
|
|
450
450
|
lang: string | null;
|
|
451
451
|
isRetweet: boolean | null;
|
|
452
452
|
isQuote: boolean | null;
|
|
@@ -463,7 +463,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
463
463
|
url: string | null;
|
|
464
464
|
id: string | null;
|
|
465
465
|
text: string | null;
|
|
466
|
-
|
|
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;
|
|
467
474
|
entities: {
|
|
468
475
|
hashtags: string[] | null;
|
|
469
476
|
mentions: string[] | null;
|
|
@@ -474,7 +481,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
474
481
|
name: string | null;
|
|
475
482
|
url: string | null;
|
|
476
483
|
id: string | null;
|
|
477
|
-
createdAt: string | null;
|
|
478
484
|
following: number | null;
|
|
479
485
|
userName: string | null;
|
|
480
486
|
isVerified: boolean | null;
|
|
@@ -482,14 +488,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
482
488
|
profilePicture: string | null;
|
|
483
489
|
followers: number | null;
|
|
484
490
|
tweetsCount: number | null;
|
|
485
|
-
|
|
486
|
-
stats: {
|
|
487
|
-
viewCount: number | null;
|
|
488
|
-
retweetCount: number | null;
|
|
489
|
-
replyCount: number | null;
|
|
490
|
-
likeCount: number | null;
|
|
491
|
-
quoteCount: number | null;
|
|
492
|
-
bookmarkCount: number | null;
|
|
491
|
+
createdAt: string | null;
|
|
493
492
|
} | null;
|
|
494
493
|
media: {
|
|
495
494
|
type: string | null;
|
|
@@ -498,6 +497,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
498
497
|
width: number | null;
|
|
499
498
|
height: number | null;
|
|
500
499
|
}[] | null;
|
|
500
|
+
createdAt: string | null;
|
|
501
501
|
lang: string | null;
|
|
502
502
|
isRetweet: boolean | null;
|
|
503
503
|
isQuote: boolean | null;
|
|
@@ -512,7 +512,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
512
512
|
url: string | null;
|
|
513
513
|
id: string | null;
|
|
514
514
|
text: string | null;
|
|
515
|
-
|
|
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;
|
|
516
523
|
entities: {
|
|
517
524
|
hashtags: string[] | null;
|
|
518
525
|
mentions: string[] | null;
|
|
@@ -523,7 +530,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
523
530
|
name: string | null;
|
|
524
531
|
url: string | null;
|
|
525
532
|
id: string | null;
|
|
526
|
-
createdAt: string | null;
|
|
527
533
|
following: number | null;
|
|
528
534
|
userName: string | null;
|
|
529
535
|
isVerified: boolean | null;
|
|
@@ -531,14 +537,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
531
537
|
profilePicture: string | null;
|
|
532
538
|
followers: number | null;
|
|
533
539
|
tweetsCount: number | null;
|
|
534
|
-
|
|
535
|
-
stats: {
|
|
536
|
-
viewCount: number | null;
|
|
537
|
-
retweetCount: number | null;
|
|
538
|
-
replyCount: number | null;
|
|
539
|
-
likeCount: number | null;
|
|
540
|
-
quoteCount: number | null;
|
|
541
|
-
bookmarkCount: number | null;
|
|
540
|
+
createdAt: string | null;
|
|
542
541
|
} | null;
|
|
543
542
|
media: {
|
|
544
543
|
type: string | null;
|
|
@@ -547,6 +546,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
547
546
|
width: number | null;
|
|
548
547
|
height: number | null;
|
|
549
548
|
}[] | null;
|
|
549
|
+
createdAt: string | null;
|
|
550
550
|
lang: string | null;
|
|
551
551
|
isRetweet: boolean | null;
|
|
552
552
|
isQuote: boolean | null;
|
|
@@ -630,7 +630,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
630
630
|
name: string | null;
|
|
631
631
|
url: string | null;
|
|
632
632
|
id: string | null;
|
|
633
|
-
createdAt: string | null;
|
|
634
633
|
following: number | null;
|
|
635
634
|
userName: string | null;
|
|
636
635
|
isVerified: boolean | null;
|
|
@@ -638,12 +637,12 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
638
637
|
profilePicture: string | null;
|
|
639
638
|
followers: number | null;
|
|
640
639
|
tweetsCount: number | null;
|
|
640
|
+
createdAt: string | null;
|
|
641
641
|
}, {
|
|
642
642
|
description: string | null;
|
|
643
643
|
name: string | null;
|
|
644
644
|
url: string | null;
|
|
645
645
|
id: string | null;
|
|
646
|
-
createdAt: string | null;
|
|
647
646
|
following: number | null;
|
|
648
647
|
userName: string | null;
|
|
649
648
|
isVerified: boolean | null;
|
|
@@ -651,6 +650,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
651
650
|
profilePicture: string | null;
|
|
652
651
|
followers: number | null;
|
|
653
652
|
tweetsCount: number | null;
|
|
653
|
+
createdAt: string | null;
|
|
654
654
|
}>>;
|
|
655
655
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
656
656
|
stats: z.ZodNullable<z.ZodObject<{
|
|
@@ -715,7 +715,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
715
715
|
url: string | null;
|
|
716
716
|
id: string | null;
|
|
717
717
|
text: string | null;
|
|
718
|
-
|
|
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;
|
|
719
726
|
entities: {
|
|
720
727
|
hashtags: string[] | null;
|
|
721
728
|
mentions: string[] | null;
|
|
@@ -726,7 +733,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
726
733
|
name: string | null;
|
|
727
734
|
url: string | null;
|
|
728
735
|
id: string | null;
|
|
729
|
-
createdAt: string | null;
|
|
730
736
|
following: number | null;
|
|
731
737
|
userName: string | null;
|
|
732
738
|
isVerified: boolean | null;
|
|
@@ -734,14 +740,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
734
740
|
profilePicture: string | null;
|
|
735
741
|
followers: number | null;
|
|
736
742
|
tweetsCount: number | null;
|
|
737
|
-
|
|
738
|
-
stats: {
|
|
739
|
-
viewCount: number | null;
|
|
740
|
-
retweetCount: number | null;
|
|
741
|
-
replyCount: number | null;
|
|
742
|
-
likeCount: number | null;
|
|
743
|
-
quoteCount: number | null;
|
|
744
|
-
bookmarkCount: number | null;
|
|
743
|
+
createdAt: string | null;
|
|
745
744
|
} | null;
|
|
746
745
|
media: {
|
|
747
746
|
type: string | null;
|
|
@@ -750,6 +749,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
750
749
|
width: number | null;
|
|
751
750
|
height: number | null;
|
|
752
751
|
}[] | null;
|
|
752
|
+
createdAt: string | null;
|
|
753
753
|
lang: string | null;
|
|
754
754
|
isRetweet: boolean | null;
|
|
755
755
|
isQuote: boolean | null;
|
|
@@ -758,7 +758,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
758
758
|
url: string | null;
|
|
759
759
|
id: string | null;
|
|
760
760
|
text: string | null;
|
|
761
|
-
|
|
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;
|
|
762
769
|
entities: {
|
|
763
770
|
hashtags: string[] | null;
|
|
764
771
|
mentions: string[] | null;
|
|
@@ -769,7 +776,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
769
776
|
name: string | null;
|
|
770
777
|
url: string | null;
|
|
771
778
|
id: string | null;
|
|
772
|
-
createdAt: string | null;
|
|
773
779
|
following: number | null;
|
|
774
780
|
userName: string | null;
|
|
775
781
|
isVerified: boolean | null;
|
|
@@ -777,14 +783,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
777
783
|
profilePicture: string | null;
|
|
778
784
|
followers: number | null;
|
|
779
785
|
tweetsCount: number | null;
|
|
780
|
-
|
|
781
|
-
stats: {
|
|
782
|
-
viewCount: number | null;
|
|
783
|
-
retweetCount: number | null;
|
|
784
|
-
replyCount: number | null;
|
|
785
|
-
likeCount: number | null;
|
|
786
|
-
quoteCount: number | null;
|
|
787
|
-
bookmarkCount: number | null;
|
|
786
|
+
createdAt: string | null;
|
|
788
787
|
} | null;
|
|
789
788
|
media: {
|
|
790
789
|
type: string | null;
|
|
@@ -793,6 +792,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
793
792
|
width: number | null;
|
|
794
793
|
height: number | null;
|
|
795
794
|
}[] | null;
|
|
795
|
+
createdAt: string | null;
|
|
796
796
|
lang: string | null;
|
|
797
797
|
isRetweet: boolean | null;
|
|
798
798
|
isQuote: boolean | null;
|
|
@@ -809,7 +809,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
809
809
|
url: string | null;
|
|
810
810
|
id: string | null;
|
|
811
811
|
text: string | null;
|
|
812
|
-
|
|
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;
|
|
813
820
|
entities: {
|
|
814
821
|
hashtags: string[] | null;
|
|
815
822
|
mentions: string[] | null;
|
|
@@ -820,7 +827,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
820
827
|
name: string | null;
|
|
821
828
|
url: string | null;
|
|
822
829
|
id: string | null;
|
|
823
|
-
createdAt: string | null;
|
|
824
830
|
following: number | null;
|
|
825
831
|
userName: string | null;
|
|
826
832
|
isVerified: boolean | null;
|
|
@@ -828,14 +834,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
828
834
|
profilePicture: string | null;
|
|
829
835
|
followers: number | null;
|
|
830
836
|
tweetsCount: number | null;
|
|
831
|
-
|
|
832
|
-
stats: {
|
|
833
|
-
viewCount: number | null;
|
|
834
|
-
retweetCount: number | null;
|
|
835
|
-
replyCount: number | null;
|
|
836
|
-
likeCount: number | null;
|
|
837
|
-
quoteCount: number | null;
|
|
838
|
-
bookmarkCount: number | null;
|
|
837
|
+
createdAt: string | null;
|
|
839
838
|
} | null;
|
|
840
839
|
media: {
|
|
841
840
|
type: string | null;
|
|
@@ -844,6 +843,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
844
843
|
width: number | null;
|
|
845
844
|
height: number | null;
|
|
846
845
|
}[] | null;
|
|
846
|
+
createdAt: string | null;
|
|
847
847
|
lang: string | null;
|
|
848
848
|
isRetweet: boolean | null;
|
|
849
849
|
isQuote: boolean | null;
|
|
@@ -858,7 +858,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
858
858
|
url: string | null;
|
|
859
859
|
id: string | null;
|
|
860
860
|
text: string | null;
|
|
861
|
-
|
|
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;
|
|
862
869
|
entities: {
|
|
863
870
|
hashtags: string[] | null;
|
|
864
871
|
mentions: string[] | null;
|
|
@@ -869,7 +876,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
869
876
|
name: string | null;
|
|
870
877
|
url: string | null;
|
|
871
878
|
id: string | null;
|
|
872
|
-
createdAt: string | null;
|
|
873
879
|
following: number | null;
|
|
874
880
|
userName: string | null;
|
|
875
881
|
isVerified: boolean | null;
|
|
@@ -877,14 +883,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
877
883
|
profilePicture: string | null;
|
|
878
884
|
followers: number | null;
|
|
879
885
|
tweetsCount: number | null;
|
|
880
|
-
|
|
881
|
-
stats: {
|
|
882
|
-
viewCount: number | null;
|
|
883
|
-
retweetCount: number | null;
|
|
884
|
-
replyCount: number | null;
|
|
885
|
-
likeCount: number | null;
|
|
886
|
-
quoteCount: number | null;
|
|
887
|
-
bookmarkCount: number | null;
|
|
886
|
+
createdAt: string | null;
|
|
888
887
|
} | null;
|
|
889
888
|
media: {
|
|
890
889
|
type: string | null;
|
|
@@ -893,6 +892,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
893
892
|
width: number | null;
|
|
894
893
|
height: number | null;
|
|
895
894
|
}[] | null;
|
|
895
|
+
createdAt: string | null;
|
|
896
896
|
lang: string | null;
|
|
897
897
|
isRetweet: boolean | null;
|
|
898
898
|
isQuote: boolean | null;
|