@bubblelab/bubble-core 0.1.39 → 0.1.41
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 +134 -113
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +22 -22
- package/dist/bubbles/service-bubble/ai-agent.d.ts +48 -48
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +5 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +76 -76
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +18 -18
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +100 -100
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +126 -126
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +450 -450
- package/dist/bubbles/service-bubble/followupboss.d.ts +218 -218
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +229 -229
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +128 -128
- package/dist/bubbles/service-bubble/github.d.ts +84 -84
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +26 -26
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +18 -18
- 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 +6 -6
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +17 -17
- package/dist/bubbles/service-bubble/notion/notion.d.ts +24 -24
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +232 -232
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +298 -298
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +5 -5
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +7 -7
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +56 -56
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +143 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +589 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +93 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +44 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +609 -609
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +94 -94
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +182 -182
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +74 -74
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +14 -14
- package/dist/bubbles.json +125 -40
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- 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<{
|
|
@@ -147,16 +147,16 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
147
147
|
isReply: z.ZodNullable<z.ZodBoolean>;
|
|
148
148
|
}, "strip", z.ZodTypeAny, {
|
|
149
149
|
url: string | null;
|
|
150
|
-
id: string | null;
|
|
151
|
-
createdAt: string | null;
|
|
152
|
-
media: {
|
|
153
|
-
type: string | null;
|
|
154
|
-
url: string | null;
|
|
155
|
-
duration: number | null;
|
|
156
|
-
width: number | null;
|
|
157
|
-
height: number | null;
|
|
158
|
-
}[] | null;
|
|
159
150
|
text: string | null;
|
|
151
|
+
stats: {
|
|
152
|
+
viewCount: number | null;
|
|
153
|
+
retweetCount: number | null;
|
|
154
|
+
replyCount: number | null;
|
|
155
|
+
likeCount: number | null;
|
|
156
|
+
quoteCount: number | null;
|
|
157
|
+
bookmarkCount: number | null;
|
|
158
|
+
} | null;
|
|
159
|
+
id: string | null;
|
|
160
160
|
entities: {
|
|
161
161
|
hashtags: string[] | null;
|
|
162
162
|
mentions: string[] | null;
|
|
@@ -167,7 +167,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
167
167
|
name: string | null;
|
|
168
168
|
url: string | null;
|
|
169
169
|
id: string | null;
|
|
170
|
-
createdAt: string | null;
|
|
171
170
|
following: number | null;
|
|
172
171
|
userName: string | null;
|
|
173
172
|
isVerified: boolean | null;
|
|
@@ -175,7 +174,23 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
175
174
|
profilePicture: string | null;
|
|
176
175
|
followers: number | null;
|
|
177
176
|
tweetsCount: number | null;
|
|
177
|
+
createdAt: string | null;
|
|
178
178
|
} | null;
|
|
179
|
+
media: {
|
|
180
|
+
type: string | null;
|
|
181
|
+
url: string | null;
|
|
182
|
+
duration: number | null;
|
|
183
|
+
width: number | null;
|
|
184
|
+
height: number | null;
|
|
185
|
+
}[] | null;
|
|
186
|
+
createdAt: string | null;
|
|
187
|
+
lang: string | null;
|
|
188
|
+
isRetweet: boolean | null;
|
|
189
|
+
isQuote: boolean | null;
|
|
190
|
+
isReply: boolean | null;
|
|
191
|
+
}, {
|
|
192
|
+
url: string | null;
|
|
193
|
+
text: string | null;
|
|
179
194
|
stats: {
|
|
180
195
|
viewCount: number | null;
|
|
181
196
|
retweetCount: number | null;
|
|
@@ -184,22 +199,7 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
184
199
|
quoteCount: number | null;
|
|
185
200
|
bookmarkCount: number | null;
|
|
186
201
|
} | null;
|
|
187
|
-
lang: string | null;
|
|
188
|
-
isRetweet: boolean | null;
|
|
189
|
-
isQuote: boolean | null;
|
|
190
|
-
isReply: boolean | null;
|
|
191
|
-
}, {
|
|
192
|
-
url: string | null;
|
|
193
202
|
id: string | null;
|
|
194
|
-
createdAt: string | null;
|
|
195
|
-
media: {
|
|
196
|
-
type: string | null;
|
|
197
|
-
url: string | null;
|
|
198
|
-
duration: number | null;
|
|
199
|
-
width: number | null;
|
|
200
|
-
height: number | null;
|
|
201
|
-
}[] | null;
|
|
202
|
-
text: string | null;
|
|
203
203
|
entities: {
|
|
204
204
|
hashtags: string[] | null;
|
|
205
205
|
mentions: string[] | null;
|
|
@@ -210,7 +210,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
210
210
|
name: string | null;
|
|
211
211
|
url: string | null;
|
|
212
212
|
id: string | null;
|
|
213
|
-
createdAt: string | null;
|
|
214
213
|
following: number | null;
|
|
215
214
|
userName: string | null;
|
|
216
215
|
isVerified: boolean | null;
|
|
@@ -218,15 +217,16 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
218
217
|
profilePicture: string | null;
|
|
219
218
|
followers: number | null;
|
|
220
219
|
tweetsCount: number | null;
|
|
220
|
+
createdAt: string | null;
|
|
221
221
|
} | null;
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
222
|
+
media: {
|
|
223
|
+
type: string | null;
|
|
224
|
+
url: string | null;
|
|
225
|
+
duration: number | null;
|
|
226
|
+
width: number | null;
|
|
227
|
+
height: number | null;
|
|
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<{
|
|
@@ -367,16 +367,16 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
367
367
|
isReply: z.ZodNullable<z.ZodBoolean>;
|
|
368
368
|
}, "strip", z.ZodTypeAny, {
|
|
369
369
|
url: string | null;
|
|
370
|
-
id: string | null;
|
|
371
|
-
createdAt: string | null;
|
|
372
|
-
media: {
|
|
373
|
-
type: string | null;
|
|
374
|
-
url: string | null;
|
|
375
|
-
duration: number | null;
|
|
376
|
-
width: number | null;
|
|
377
|
-
height: number | null;
|
|
378
|
-
}[] | null;
|
|
379
370
|
text: string | null;
|
|
371
|
+
stats: {
|
|
372
|
+
viewCount: number | null;
|
|
373
|
+
retweetCount: number | null;
|
|
374
|
+
replyCount: number | null;
|
|
375
|
+
likeCount: number | null;
|
|
376
|
+
quoteCount: number | null;
|
|
377
|
+
bookmarkCount: number | null;
|
|
378
|
+
} | null;
|
|
379
|
+
id: string | null;
|
|
380
380
|
entities: {
|
|
381
381
|
hashtags: string[] | null;
|
|
382
382
|
mentions: string[] | null;
|
|
@@ -387,7 +387,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
387
387
|
name: string | null;
|
|
388
388
|
url: string | null;
|
|
389
389
|
id: string | null;
|
|
390
|
-
createdAt: string | null;
|
|
391
390
|
following: number | null;
|
|
392
391
|
userName: string | null;
|
|
393
392
|
isVerified: boolean | null;
|
|
@@ -395,7 +394,23 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
395
394
|
profilePicture: string | null;
|
|
396
395
|
followers: number | null;
|
|
397
396
|
tweetsCount: number | null;
|
|
397
|
+
createdAt: string | null;
|
|
398
398
|
} | null;
|
|
399
|
+
media: {
|
|
400
|
+
type: string | null;
|
|
401
|
+
url: string | null;
|
|
402
|
+
duration: number | null;
|
|
403
|
+
width: number | null;
|
|
404
|
+
height: number | null;
|
|
405
|
+
}[] | null;
|
|
406
|
+
createdAt: string | null;
|
|
407
|
+
lang: string | null;
|
|
408
|
+
isRetweet: boolean | null;
|
|
409
|
+
isQuote: boolean | null;
|
|
410
|
+
isReply: boolean | null;
|
|
411
|
+
}, {
|
|
412
|
+
url: string | null;
|
|
413
|
+
text: string | null;
|
|
399
414
|
stats: {
|
|
400
415
|
viewCount: number | null;
|
|
401
416
|
retweetCount: number | null;
|
|
@@ -404,22 +419,7 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
404
419
|
quoteCount: number | null;
|
|
405
420
|
bookmarkCount: number | null;
|
|
406
421
|
} | null;
|
|
407
|
-
lang: string | null;
|
|
408
|
-
isRetweet: boolean | null;
|
|
409
|
-
isQuote: boolean | null;
|
|
410
|
-
isReply: boolean | null;
|
|
411
|
-
}, {
|
|
412
|
-
url: string | null;
|
|
413
422
|
id: string | null;
|
|
414
|
-
createdAt: string | null;
|
|
415
|
-
media: {
|
|
416
|
-
type: string | null;
|
|
417
|
-
url: string | null;
|
|
418
|
-
duration: number | null;
|
|
419
|
-
width: number | null;
|
|
420
|
-
height: number | null;
|
|
421
|
-
}[] | null;
|
|
422
|
-
text: string | null;
|
|
423
423
|
entities: {
|
|
424
424
|
hashtags: string[] | null;
|
|
425
425
|
mentions: string[] | null;
|
|
@@ -430,7 +430,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
430
430
|
name: string | null;
|
|
431
431
|
url: string | null;
|
|
432
432
|
id: string | null;
|
|
433
|
-
createdAt: string | null;
|
|
434
433
|
following: number | null;
|
|
435
434
|
userName: string | null;
|
|
436
435
|
isVerified: boolean | null;
|
|
@@ -438,15 +437,16 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
438
437
|
profilePicture: string | null;
|
|
439
438
|
followers: number | null;
|
|
440
439
|
tweetsCount: number | null;
|
|
440
|
+
createdAt: string | null;
|
|
441
441
|
} | null;
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
442
|
+
media: {
|
|
443
|
+
type: string | null;
|
|
444
|
+
url: string | null;
|
|
445
|
+
duration: number | null;
|
|
446
|
+
width: number | null;
|
|
447
|
+
height: number | null;
|
|
448
|
+
}[] | null;
|
|
449
|
+
createdAt: string | null;
|
|
450
450
|
lang: string | null;
|
|
451
451
|
isRetweet: boolean | null;
|
|
452
452
|
isQuote: boolean | null;
|
|
@@ -461,16 +461,16 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
461
461
|
error: string;
|
|
462
462
|
tweets: {
|
|
463
463
|
url: string | null;
|
|
464
|
-
id: string | null;
|
|
465
|
-
createdAt: string | null;
|
|
466
|
-
media: {
|
|
467
|
-
type: string | null;
|
|
468
|
-
url: string | null;
|
|
469
|
-
duration: number | null;
|
|
470
|
-
width: number | null;
|
|
471
|
-
height: number | null;
|
|
472
|
-
}[] | null;
|
|
473
464
|
text: string | null;
|
|
465
|
+
stats: {
|
|
466
|
+
viewCount: number | null;
|
|
467
|
+
retweetCount: number | null;
|
|
468
|
+
replyCount: number | null;
|
|
469
|
+
likeCount: number | null;
|
|
470
|
+
quoteCount: number | null;
|
|
471
|
+
bookmarkCount: number | null;
|
|
472
|
+
} | null;
|
|
473
|
+
id: string | null;
|
|
474
474
|
entities: {
|
|
475
475
|
hashtags: string[] | null;
|
|
476
476
|
mentions: string[] | null;
|
|
@@ -481,7 +481,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
481
481
|
name: string | null;
|
|
482
482
|
url: string | null;
|
|
483
483
|
id: string | null;
|
|
484
|
-
createdAt: string | null;
|
|
485
484
|
following: number | null;
|
|
486
485
|
userName: string | null;
|
|
487
486
|
isVerified: boolean | null;
|
|
@@ -489,15 +488,16 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
489
488
|
profilePicture: string | null;
|
|
490
489
|
followers: number | null;
|
|
491
490
|
tweetsCount: number | null;
|
|
491
|
+
createdAt: string | null;
|
|
492
492
|
} | null;
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
493
|
+
media: {
|
|
494
|
+
type: string | null;
|
|
495
|
+
url: string | null;
|
|
496
|
+
duration: number | null;
|
|
497
|
+
width: number | null;
|
|
498
|
+
height: number | null;
|
|
499
|
+
}[] | null;
|
|
500
|
+
createdAt: string | null;
|
|
501
501
|
lang: string | null;
|
|
502
502
|
isRetweet: boolean | null;
|
|
503
503
|
isQuote: boolean | null;
|
|
@@ -510,16 +510,16 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
510
510
|
error: string;
|
|
511
511
|
tweets: {
|
|
512
512
|
url: string | null;
|
|
513
|
-
id: string | null;
|
|
514
|
-
createdAt: string | null;
|
|
515
|
-
media: {
|
|
516
|
-
type: string | null;
|
|
517
|
-
url: string | null;
|
|
518
|
-
duration: number | null;
|
|
519
|
-
width: number | null;
|
|
520
|
-
height: number | null;
|
|
521
|
-
}[] | null;
|
|
522
513
|
text: string | null;
|
|
514
|
+
stats: {
|
|
515
|
+
viewCount: number | null;
|
|
516
|
+
retweetCount: number | null;
|
|
517
|
+
replyCount: number | null;
|
|
518
|
+
likeCount: number | null;
|
|
519
|
+
quoteCount: number | null;
|
|
520
|
+
bookmarkCount: number | null;
|
|
521
|
+
} | null;
|
|
522
|
+
id: string | null;
|
|
523
523
|
entities: {
|
|
524
524
|
hashtags: string[] | null;
|
|
525
525
|
mentions: string[] | null;
|
|
@@ -530,7 +530,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
530
530
|
name: string | null;
|
|
531
531
|
url: string | null;
|
|
532
532
|
id: string | null;
|
|
533
|
-
createdAt: string | null;
|
|
534
533
|
following: number | null;
|
|
535
534
|
userName: string | null;
|
|
536
535
|
isVerified: boolean | null;
|
|
@@ -538,15 +537,16 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
538
537
|
profilePicture: string | null;
|
|
539
538
|
followers: number | null;
|
|
540
539
|
tweetsCount: number | null;
|
|
540
|
+
createdAt: string | null;
|
|
541
541
|
} | null;
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
542
|
+
media: {
|
|
543
|
+
type: string | null;
|
|
544
|
+
url: string | null;
|
|
545
|
+
duration: number | null;
|
|
546
|
+
width: number | null;
|
|
547
|
+
height: number | null;
|
|
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<{
|
|
@@ -713,16 +713,16 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
713
713
|
isReply: z.ZodNullable<z.ZodBoolean>;
|
|
714
714
|
}, "strip", z.ZodTypeAny, {
|
|
715
715
|
url: string | null;
|
|
716
|
-
id: string | null;
|
|
717
|
-
createdAt: string | null;
|
|
718
|
-
media: {
|
|
719
|
-
type: string | null;
|
|
720
|
-
url: string | null;
|
|
721
|
-
duration: number | null;
|
|
722
|
-
width: number | null;
|
|
723
|
-
height: number | null;
|
|
724
|
-
}[] | null;
|
|
725
716
|
text: string | null;
|
|
717
|
+
stats: {
|
|
718
|
+
viewCount: number | null;
|
|
719
|
+
retweetCount: number | null;
|
|
720
|
+
replyCount: number | null;
|
|
721
|
+
likeCount: number | null;
|
|
722
|
+
quoteCount: number | null;
|
|
723
|
+
bookmarkCount: number | null;
|
|
724
|
+
} | null;
|
|
725
|
+
id: string | null;
|
|
726
726
|
entities: {
|
|
727
727
|
hashtags: string[] | null;
|
|
728
728
|
mentions: string[] | null;
|
|
@@ -733,7 +733,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
733
733
|
name: string | null;
|
|
734
734
|
url: string | null;
|
|
735
735
|
id: string | null;
|
|
736
|
-
createdAt: string | null;
|
|
737
736
|
following: number | null;
|
|
738
737
|
userName: string | null;
|
|
739
738
|
isVerified: boolean | null;
|
|
@@ -741,7 +740,23 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
741
740
|
profilePicture: string | null;
|
|
742
741
|
followers: number | null;
|
|
743
742
|
tweetsCount: number | null;
|
|
743
|
+
createdAt: string | null;
|
|
744
744
|
} | null;
|
|
745
|
+
media: {
|
|
746
|
+
type: string | null;
|
|
747
|
+
url: string | null;
|
|
748
|
+
duration: number | null;
|
|
749
|
+
width: number | null;
|
|
750
|
+
height: number | null;
|
|
751
|
+
}[] | null;
|
|
752
|
+
createdAt: string | null;
|
|
753
|
+
lang: string | null;
|
|
754
|
+
isRetweet: boolean | null;
|
|
755
|
+
isQuote: boolean | null;
|
|
756
|
+
isReply: boolean | null;
|
|
757
|
+
}, {
|
|
758
|
+
url: string | null;
|
|
759
|
+
text: string | null;
|
|
745
760
|
stats: {
|
|
746
761
|
viewCount: number | null;
|
|
747
762
|
retweetCount: number | null;
|
|
@@ -750,22 +765,7 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
750
765
|
quoteCount: number | null;
|
|
751
766
|
bookmarkCount: number | null;
|
|
752
767
|
} | null;
|
|
753
|
-
lang: string | null;
|
|
754
|
-
isRetweet: boolean | null;
|
|
755
|
-
isQuote: boolean | null;
|
|
756
|
-
isReply: boolean | null;
|
|
757
|
-
}, {
|
|
758
|
-
url: string | null;
|
|
759
768
|
id: string | null;
|
|
760
|
-
createdAt: string | null;
|
|
761
|
-
media: {
|
|
762
|
-
type: string | null;
|
|
763
|
-
url: string | null;
|
|
764
|
-
duration: number | null;
|
|
765
|
-
width: number | null;
|
|
766
|
-
height: number | null;
|
|
767
|
-
}[] | null;
|
|
768
|
-
text: string | null;
|
|
769
769
|
entities: {
|
|
770
770
|
hashtags: string[] | null;
|
|
771
771
|
mentions: string[] | null;
|
|
@@ -776,7 +776,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
776
776
|
name: string | null;
|
|
777
777
|
url: string | null;
|
|
778
778
|
id: string | null;
|
|
779
|
-
createdAt: string | null;
|
|
780
779
|
following: number | null;
|
|
781
780
|
userName: string | null;
|
|
782
781
|
isVerified: boolean | null;
|
|
@@ -784,15 +783,16 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
784
783
|
profilePicture: string | null;
|
|
785
784
|
followers: number | null;
|
|
786
785
|
tweetsCount: number | null;
|
|
786
|
+
createdAt: string | null;
|
|
787
787
|
} | null;
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
788
|
+
media: {
|
|
789
|
+
type: string | null;
|
|
790
|
+
url: string | null;
|
|
791
|
+
duration: number | null;
|
|
792
|
+
width: number | null;
|
|
793
|
+
height: number | null;
|
|
794
|
+
}[] | null;
|
|
795
|
+
createdAt: string | null;
|
|
796
796
|
lang: string | null;
|
|
797
797
|
isRetweet: boolean | null;
|
|
798
798
|
isQuote: boolean | null;
|
|
@@ -807,16 +807,16 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
807
807
|
error: string;
|
|
808
808
|
tweets: {
|
|
809
809
|
url: string | null;
|
|
810
|
-
id: string | null;
|
|
811
|
-
createdAt: string | null;
|
|
812
|
-
media: {
|
|
813
|
-
type: string | null;
|
|
814
|
-
url: string | null;
|
|
815
|
-
duration: number | null;
|
|
816
|
-
width: number | null;
|
|
817
|
-
height: number | null;
|
|
818
|
-
}[] | null;
|
|
819
810
|
text: string | null;
|
|
811
|
+
stats: {
|
|
812
|
+
viewCount: number | null;
|
|
813
|
+
retweetCount: number | null;
|
|
814
|
+
replyCount: number | null;
|
|
815
|
+
likeCount: number | null;
|
|
816
|
+
quoteCount: number | null;
|
|
817
|
+
bookmarkCount: number | null;
|
|
818
|
+
} | null;
|
|
819
|
+
id: string | null;
|
|
820
820
|
entities: {
|
|
821
821
|
hashtags: string[] | null;
|
|
822
822
|
mentions: string[] | null;
|
|
@@ -827,7 +827,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
827
827
|
name: string | null;
|
|
828
828
|
url: string | null;
|
|
829
829
|
id: string | null;
|
|
830
|
-
createdAt: string | null;
|
|
831
830
|
following: number | null;
|
|
832
831
|
userName: string | null;
|
|
833
832
|
isVerified: boolean | null;
|
|
@@ -835,15 +834,16 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
835
834
|
profilePicture: string | null;
|
|
836
835
|
followers: number | null;
|
|
837
836
|
tweetsCount: number | null;
|
|
837
|
+
createdAt: string | null;
|
|
838
838
|
} | null;
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
839
|
+
media: {
|
|
840
|
+
type: string | null;
|
|
841
|
+
url: string | null;
|
|
842
|
+
duration: number | null;
|
|
843
|
+
width: number | null;
|
|
844
|
+
height: number | null;
|
|
845
|
+
}[] | null;
|
|
846
|
+
createdAt: string | null;
|
|
847
847
|
lang: string | null;
|
|
848
848
|
isRetweet: boolean | null;
|
|
849
849
|
isQuote: boolean | null;
|
|
@@ -856,16 +856,16 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
856
856
|
error: string;
|
|
857
857
|
tweets: {
|
|
858
858
|
url: string | null;
|
|
859
|
-
id: string | null;
|
|
860
|
-
createdAt: string | null;
|
|
861
|
-
media: {
|
|
862
|
-
type: string | null;
|
|
863
|
-
url: string | null;
|
|
864
|
-
duration: number | null;
|
|
865
|
-
width: number | null;
|
|
866
|
-
height: number | null;
|
|
867
|
-
}[] | null;
|
|
868
859
|
text: string | null;
|
|
860
|
+
stats: {
|
|
861
|
+
viewCount: number | null;
|
|
862
|
+
retweetCount: number | null;
|
|
863
|
+
replyCount: number | null;
|
|
864
|
+
likeCount: number | null;
|
|
865
|
+
quoteCount: number | null;
|
|
866
|
+
bookmarkCount: number | null;
|
|
867
|
+
} | null;
|
|
868
|
+
id: string | null;
|
|
869
869
|
entities: {
|
|
870
870
|
hashtags: string[] | null;
|
|
871
871
|
mentions: string[] | null;
|
|
@@ -876,7 +876,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
876
876
|
name: string | null;
|
|
877
877
|
url: string | null;
|
|
878
878
|
id: string | null;
|
|
879
|
-
createdAt: string | null;
|
|
880
879
|
following: number | null;
|
|
881
880
|
userName: string | null;
|
|
882
881
|
isVerified: boolean | null;
|
|
@@ -884,15 +883,16 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
884
883
|
profilePicture: string | null;
|
|
885
884
|
followers: number | null;
|
|
886
885
|
tweetsCount: number | null;
|
|
886
|
+
createdAt: string | null;
|
|
887
887
|
} | null;
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
888
|
+
media: {
|
|
889
|
+
type: string | null;
|
|
890
|
+
url: string | null;
|
|
891
|
+
duration: number | null;
|
|
892
|
+
width: number | null;
|
|
893
|
+
height: number | null;
|
|
894
|
+
}[] | null;
|
|
895
|
+
createdAt: string | null;
|
|
896
896
|
lang: string | null;
|
|
897
897
|
isRetweet: boolean | null;
|
|
898
898
|
isQuote: boolean | null;
|