@bubblelab/bubble-core 0.1.99 → 0.1.101
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 +166 -126
- 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 +56 -56
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +68 -68
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +92 -92
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +155 -155
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
- package/dist/bubbles/service-bubble/firecrawl.d.ts +388 -388
- package/dist/bubbles/service-bubble/followupboss.d.ts +376 -376
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +78 -78
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/github.d.ts +140 -140
- package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
- package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +32 -32
- 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 +36 -36
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
- package/dist/bubbles/service-bubble/notion/notion.d.ts +126 -126
- 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 +633 -633
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +68 -68
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +141 -141
- package/dist/bubbles/service-bubble/telegram.d.ts +976 -976
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +15 -15
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +40 -40
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +38 -38
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +475 -475
- 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 +166 -166
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +42 -42
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- 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/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +194 -194
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +516 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js +317 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
- 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 +40 -40
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- 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 +244 -2
- package/dist/index.d.ts +2 -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
|
@@ -16,9 +16,9 @@ declare const TwitterUserSchema: z.ZodObject<{
|
|
|
16
16
|
url: z.ZodNullable<z.ZodString>;
|
|
17
17
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
18
18
|
}, "strip", z.ZodTypeAny, {
|
|
19
|
+
url: string | null;
|
|
19
20
|
description: string | null;
|
|
20
21
|
name: string | null;
|
|
21
|
-
url: string | null;
|
|
22
22
|
id: string | null;
|
|
23
23
|
following: number | null;
|
|
24
24
|
userName: string | null;
|
|
@@ -29,9 +29,9 @@ declare const TwitterUserSchema: z.ZodObject<{
|
|
|
29
29
|
tweetsCount: number | null;
|
|
30
30
|
createdAt: string | null;
|
|
31
31
|
}, {
|
|
32
|
+
url: string | null;
|
|
32
33
|
description: string | null;
|
|
33
34
|
name: string | null;
|
|
34
|
-
url: string | null;
|
|
35
35
|
id: string | null;
|
|
36
36
|
following: number | null;
|
|
37
37
|
userName: string | null;
|
|
@@ -60,9 +60,9 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
60
60
|
url: z.ZodNullable<z.ZodString>;
|
|
61
61
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
62
62
|
}, "strip", z.ZodTypeAny, {
|
|
63
|
+
url: string | null;
|
|
63
64
|
description: string | null;
|
|
64
65
|
name: string | null;
|
|
65
|
-
url: string | null;
|
|
66
66
|
id: string | null;
|
|
67
67
|
following: number | null;
|
|
68
68
|
userName: string | null;
|
|
@@ -73,9 +73,9 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
73
73
|
tweetsCount: number | null;
|
|
74
74
|
createdAt: string | null;
|
|
75
75
|
}, {
|
|
76
|
+
url: string | null;
|
|
76
77
|
description: string | null;
|
|
77
78
|
name: string | null;
|
|
78
|
-
url: string | null;
|
|
79
79
|
id: string | null;
|
|
80
80
|
following: number | null;
|
|
81
81
|
userName: string | null;
|
|
@@ -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;
|
|
121
|
-
type: string | null;
|
|
122
120
|
url: string | null;
|
|
121
|
+
type: string | null;
|
|
122
|
+
duration: number | null;
|
|
123
123
|
width: number | null;
|
|
124
124
|
height: number | null;
|
|
125
125
|
}, {
|
|
126
|
-
duration: number | null;
|
|
127
|
-
type: string | null;
|
|
128
126
|
url: string | null;
|
|
127
|
+
type: string | null;
|
|
128
|
+
duration: number | null;
|
|
129
129
|
width: number | null;
|
|
130
130
|
height: number | null;
|
|
131
131
|
}>, "many">>;
|
|
@@ -146,26 +146,13 @@ 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;
|
|
157
149
|
url: string | null;
|
|
158
|
-
text: string | null;
|
|
159
150
|
id: string | null;
|
|
160
|
-
|
|
161
|
-
hashtags: string[] | null;
|
|
162
|
-
mentions: string[] | null;
|
|
163
|
-
urls: string[] | null;
|
|
164
|
-
} | null;
|
|
151
|
+
text: string | null;
|
|
165
152
|
author: {
|
|
153
|
+
url: string | null;
|
|
166
154
|
description: string | null;
|
|
167
155
|
name: string | null;
|
|
168
|
-
url: string | null;
|
|
169
156
|
id: string | null;
|
|
170
157
|
following: number | null;
|
|
171
158
|
userName: string | null;
|
|
@@ -176,19 +163,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
176
163
|
tweetsCount: number | null;
|
|
177
164
|
createdAt: string | null;
|
|
178
165
|
} | null;
|
|
179
|
-
media: {
|
|
180
|
-
duration: number | null;
|
|
181
|
-
type: string | null;
|
|
182
|
-
url: string | 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
166
|
stats: {
|
|
193
167
|
viewCount: number | null;
|
|
194
168
|
retweetCount: number | null;
|
|
@@ -197,18 +171,31 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
197
171
|
quoteCount: number | null;
|
|
198
172
|
bookmarkCount: number | null;
|
|
199
173
|
} | null;
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
174
|
+
media: {
|
|
175
|
+
url: string | null;
|
|
176
|
+
type: string | null;
|
|
177
|
+
duration: number | null;
|
|
178
|
+
width: number | null;
|
|
179
|
+
height: number | null;
|
|
180
|
+
}[] | null;
|
|
181
|
+
createdAt: string | null;
|
|
182
|
+
lang: string | null;
|
|
203
183
|
entities: {
|
|
204
184
|
hashtags: string[] | null;
|
|
205
185
|
mentions: string[] | null;
|
|
206
186
|
urls: string[] | null;
|
|
207
187
|
} | null;
|
|
188
|
+
isRetweet: boolean | null;
|
|
189
|
+
isQuote: boolean | null;
|
|
190
|
+
isReply: boolean | null;
|
|
191
|
+
}, {
|
|
192
|
+
url: string | null;
|
|
193
|
+
id: string | null;
|
|
194
|
+
text: string | null;
|
|
208
195
|
author: {
|
|
196
|
+
url: string | null;
|
|
209
197
|
description: string | null;
|
|
210
198
|
name: string | null;
|
|
211
|
-
url: string | null;
|
|
212
199
|
id: string | null;
|
|
213
200
|
following: number | null;
|
|
214
201
|
userName: string | null;
|
|
@@ -219,15 +206,28 @@ 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
|
-
duration: number | null;
|
|
224
|
-
type: string | null;
|
|
225
218
|
url: string | null;
|
|
219
|
+
type: string | null;
|
|
220
|
+
duration: number | null;
|
|
226
221
|
width: number | null;
|
|
227
222
|
height: number | null;
|
|
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;
|
|
@@ -280,9 +280,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
280
280
|
url: z.ZodNullable<z.ZodString>;
|
|
281
281
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
282
282
|
}, "strip", z.ZodTypeAny, {
|
|
283
|
+
url: string | null;
|
|
283
284
|
description: string | null;
|
|
284
285
|
name: string | null;
|
|
285
|
-
url: string | null;
|
|
286
286
|
id: string | null;
|
|
287
287
|
following: number | null;
|
|
288
288
|
userName: string | null;
|
|
@@ -293,9 +293,9 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
293
293
|
tweetsCount: number | null;
|
|
294
294
|
createdAt: string | null;
|
|
295
295
|
}, {
|
|
296
|
+
url: string | null;
|
|
296
297
|
description: string | null;
|
|
297
298
|
name: string | null;
|
|
298
|
-
url: string | null;
|
|
299
299
|
id: string | null;
|
|
300
300
|
following: number | null;
|
|
301
301
|
userName: string | 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;
|
|
341
|
-
type: string | null;
|
|
342
340
|
url: string | null;
|
|
341
|
+
type: string | null;
|
|
342
|
+
duration: number | null;
|
|
343
343
|
width: number | null;
|
|
344
344
|
height: number | null;
|
|
345
345
|
}, {
|
|
346
|
-
duration: number | null;
|
|
347
|
-
type: string | null;
|
|
348
346
|
url: string | null;
|
|
347
|
+
type: string | null;
|
|
348
|
+
duration: number | null;
|
|
349
349
|
width: number | null;
|
|
350
350
|
height: number | null;
|
|
351
351
|
}>, "many">>;
|
|
@@ -366,26 +366,13 @@ 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;
|
|
377
369
|
url: string | null;
|
|
378
|
-
text: string | null;
|
|
379
370
|
id: string | null;
|
|
380
|
-
|
|
381
|
-
hashtags: string[] | null;
|
|
382
|
-
mentions: string[] | null;
|
|
383
|
-
urls: string[] | null;
|
|
384
|
-
} | null;
|
|
371
|
+
text: string | null;
|
|
385
372
|
author: {
|
|
373
|
+
url: string | null;
|
|
386
374
|
description: string | null;
|
|
387
375
|
name: string | null;
|
|
388
|
-
url: string | null;
|
|
389
376
|
id: string | null;
|
|
390
377
|
following: number | null;
|
|
391
378
|
userName: string | null;
|
|
@@ -396,19 +383,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
396
383
|
tweetsCount: number | null;
|
|
397
384
|
createdAt: string | null;
|
|
398
385
|
} | null;
|
|
399
|
-
media: {
|
|
400
|
-
duration: number | null;
|
|
401
|
-
type: string | null;
|
|
402
|
-
url: string | 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
386
|
stats: {
|
|
413
387
|
viewCount: number | null;
|
|
414
388
|
retweetCount: number | null;
|
|
@@ -417,18 +391,31 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
417
391
|
quoteCount: number | null;
|
|
418
392
|
bookmarkCount: number | null;
|
|
419
393
|
} | null;
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
394
|
+
media: {
|
|
395
|
+
url: string | null;
|
|
396
|
+
type: string | null;
|
|
397
|
+
duration: number | null;
|
|
398
|
+
width: number | null;
|
|
399
|
+
height: number | null;
|
|
400
|
+
}[] | null;
|
|
401
|
+
createdAt: string | null;
|
|
402
|
+
lang: string | null;
|
|
423
403
|
entities: {
|
|
424
404
|
hashtags: string[] | null;
|
|
425
405
|
mentions: string[] | null;
|
|
426
406
|
urls: string[] | null;
|
|
427
407
|
} | null;
|
|
408
|
+
isRetweet: boolean | null;
|
|
409
|
+
isQuote: boolean | null;
|
|
410
|
+
isReply: boolean | null;
|
|
411
|
+
}, {
|
|
412
|
+
url: string | null;
|
|
413
|
+
id: string | null;
|
|
414
|
+
text: string | null;
|
|
428
415
|
author: {
|
|
416
|
+
url: string | null;
|
|
429
417
|
description: string | null;
|
|
430
418
|
name: string | null;
|
|
431
|
-
url: string | null;
|
|
432
419
|
id: string | null;
|
|
433
420
|
following: number | null;
|
|
434
421
|
userName: string | null;
|
|
@@ -439,15 +426,28 @@ 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
|
-
duration: number | null;
|
|
444
|
-
type: string | null;
|
|
445
438
|
url: string | null;
|
|
439
|
+
type: string | null;
|
|
440
|
+
duration: number | null;
|
|
446
441
|
width: number | null;
|
|
447
442
|
height: number | null;
|
|
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;
|
|
@@ -456,30 +456,17 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
456
456
|
success: z.ZodBoolean;
|
|
457
457
|
error: z.ZodString;
|
|
458
458
|
}, "strip", z.ZodTypeAny, {
|
|
459
|
-
error: string;
|
|
460
459
|
success: boolean;
|
|
460
|
+
error: string;
|
|
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;
|
|
471
463
|
url: string | null;
|
|
472
|
-
text: string | null;
|
|
473
464
|
id: string | null;
|
|
474
|
-
|
|
475
|
-
hashtags: string[] | null;
|
|
476
|
-
mentions: string[] | null;
|
|
477
|
-
urls: string[] | null;
|
|
478
|
-
} | null;
|
|
465
|
+
text: string | null;
|
|
479
466
|
author: {
|
|
467
|
+
url: string | null;
|
|
480
468
|
description: string | null;
|
|
481
469
|
name: string | null;
|
|
482
|
-
url: string | null;
|
|
483
470
|
id: string | null;
|
|
484
471
|
following: number | null;
|
|
485
472
|
userName: string | null;
|
|
@@ -490,45 +477,45 @@ 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
|
-
duration: number | null;
|
|
495
|
-
type: string | null;
|
|
496
489
|
url: string | null;
|
|
490
|
+
type: string | null;
|
|
491
|
+
duration: number | null;
|
|
497
492
|
width: number | null;
|
|
498
493
|
height: number | null;
|
|
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;
|
|
505
505
|
}[];
|
|
506
506
|
totalTweets: number;
|
|
507
507
|
}, {
|
|
508
|
-
error: string;
|
|
509
508
|
success: boolean;
|
|
509
|
+
error: string;
|
|
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;
|
|
520
512
|
url: string | null;
|
|
521
|
-
text: string | null;
|
|
522
513
|
id: string | null;
|
|
523
|
-
|
|
524
|
-
hashtags: string[] | null;
|
|
525
|
-
mentions: string[] | null;
|
|
526
|
-
urls: string[] | null;
|
|
527
|
-
} | null;
|
|
514
|
+
text: string | null;
|
|
528
515
|
author: {
|
|
516
|
+
url: string | null;
|
|
529
517
|
description: string | null;
|
|
530
518
|
name: string | null;
|
|
531
|
-
url: string | null;
|
|
532
519
|
id: string | null;
|
|
533
520
|
following: number | null;
|
|
534
521
|
userName: string | null;
|
|
@@ -539,15 +526,28 @@ 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
|
-
duration: number | null;
|
|
544
|
-
type: string | null;
|
|
545
538
|
url: string | null;
|
|
539
|
+
type: string | null;
|
|
540
|
+
duration: number | null;
|
|
546
541
|
width: number | null;
|
|
547
542
|
height: number | null;
|
|
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;
|
|
@@ -626,9 +626,9 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
626
626
|
url: z.ZodNullable<z.ZodString>;
|
|
627
627
|
createdAt: z.ZodNullable<z.ZodString>;
|
|
628
628
|
}, "strip", z.ZodTypeAny, {
|
|
629
|
+
url: string | null;
|
|
629
630
|
description: string | null;
|
|
630
631
|
name: string | null;
|
|
631
|
-
url: string | null;
|
|
632
632
|
id: string | null;
|
|
633
633
|
following: number | null;
|
|
634
634
|
userName: string | null;
|
|
@@ -639,9 +639,9 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
639
639
|
tweetsCount: number | null;
|
|
640
640
|
createdAt: string | null;
|
|
641
641
|
}, {
|
|
642
|
+
url: string | null;
|
|
642
643
|
description: string | null;
|
|
643
644
|
name: string | null;
|
|
644
|
-
url: string | null;
|
|
645
645
|
id: string | null;
|
|
646
646
|
following: number | null;
|
|
647
647
|
userName: string | 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;
|
|
687
|
-
type: string | null;
|
|
688
686
|
url: string | null;
|
|
687
|
+
type: string | null;
|
|
688
|
+
duration: number | null;
|
|
689
689
|
width: number | null;
|
|
690
690
|
height: number | null;
|
|
691
691
|
}, {
|
|
692
|
-
duration: number | null;
|
|
693
|
-
type: string | null;
|
|
694
692
|
url: string | null;
|
|
693
|
+
type: string | null;
|
|
694
|
+
duration: number | null;
|
|
695
695
|
width: number | null;
|
|
696
696
|
height: number | null;
|
|
697
697
|
}>, "many">>;
|
|
@@ -712,26 +712,13 @@ 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;
|
|
723
715
|
url: string | null;
|
|
724
|
-
text: string | null;
|
|
725
716
|
id: string | null;
|
|
726
|
-
|
|
727
|
-
hashtags: string[] | null;
|
|
728
|
-
mentions: string[] | null;
|
|
729
|
-
urls: string[] | null;
|
|
730
|
-
} | null;
|
|
717
|
+
text: string | null;
|
|
731
718
|
author: {
|
|
719
|
+
url: string | null;
|
|
732
720
|
description: string | null;
|
|
733
721
|
name: string | null;
|
|
734
|
-
url: string | null;
|
|
735
722
|
id: string | null;
|
|
736
723
|
following: number | null;
|
|
737
724
|
userName: string | null;
|
|
@@ -742,19 +729,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
742
729
|
tweetsCount: number | null;
|
|
743
730
|
createdAt: string | null;
|
|
744
731
|
} | null;
|
|
745
|
-
media: {
|
|
746
|
-
duration: number | null;
|
|
747
|
-
type: string | null;
|
|
748
|
-
url: string | 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
732
|
stats: {
|
|
759
733
|
viewCount: number | null;
|
|
760
734
|
retweetCount: number | null;
|
|
@@ -763,18 +737,31 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
763
737
|
quoteCount: number | null;
|
|
764
738
|
bookmarkCount: number | null;
|
|
765
739
|
} | null;
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
740
|
+
media: {
|
|
741
|
+
url: string | null;
|
|
742
|
+
type: string | null;
|
|
743
|
+
duration: number | null;
|
|
744
|
+
width: number | null;
|
|
745
|
+
height: number | null;
|
|
746
|
+
}[] | null;
|
|
747
|
+
createdAt: string | null;
|
|
748
|
+
lang: string | null;
|
|
769
749
|
entities: {
|
|
770
750
|
hashtags: string[] | null;
|
|
771
751
|
mentions: string[] | null;
|
|
772
752
|
urls: string[] | null;
|
|
773
753
|
} | null;
|
|
754
|
+
isRetweet: boolean | null;
|
|
755
|
+
isQuote: boolean | null;
|
|
756
|
+
isReply: boolean | null;
|
|
757
|
+
}, {
|
|
758
|
+
url: string | null;
|
|
759
|
+
id: string | null;
|
|
760
|
+
text: string | null;
|
|
774
761
|
author: {
|
|
762
|
+
url: string | null;
|
|
775
763
|
description: string | null;
|
|
776
764
|
name: string | null;
|
|
777
|
-
url: string | null;
|
|
778
765
|
id: string | null;
|
|
779
766
|
following: number | null;
|
|
780
767
|
userName: string | null;
|
|
@@ -785,15 +772,28 @@ 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
|
-
duration: number | null;
|
|
790
|
-
type: string | null;
|
|
791
784
|
url: string | null;
|
|
785
|
+
type: string | null;
|
|
786
|
+
duration: number | null;
|
|
792
787
|
width: number | null;
|
|
793
788
|
height: number | null;
|
|
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;
|
|
@@ -802,30 +802,17 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
802
802
|
success: z.ZodBoolean;
|
|
803
803
|
error: z.ZodString;
|
|
804
804
|
}, "strip", z.ZodTypeAny, {
|
|
805
|
-
error: string;
|
|
806
805
|
success: boolean;
|
|
806
|
+
error: string;
|
|
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;
|
|
817
809
|
url: string | null;
|
|
818
|
-
text: string | null;
|
|
819
810
|
id: string | null;
|
|
820
|
-
|
|
821
|
-
hashtags: string[] | null;
|
|
822
|
-
mentions: string[] | null;
|
|
823
|
-
urls: string[] | null;
|
|
824
|
-
} | null;
|
|
811
|
+
text: string | null;
|
|
825
812
|
author: {
|
|
813
|
+
url: string | null;
|
|
826
814
|
description: string | null;
|
|
827
815
|
name: string | null;
|
|
828
|
-
url: string | null;
|
|
829
816
|
id: string | null;
|
|
830
817
|
following: number | null;
|
|
831
818
|
userName: string | null;
|
|
@@ -836,45 +823,45 @@ 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
|
-
duration: number | null;
|
|
841
|
-
type: string | null;
|
|
842
835
|
url: string | null;
|
|
836
|
+
type: string | null;
|
|
837
|
+
duration: number | null;
|
|
843
838
|
width: number | null;
|
|
844
839
|
height: number | null;
|
|
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;
|
|
851
851
|
}[];
|
|
852
852
|
totalTweets: number;
|
|
853
853
|
}, {
|
|
854
|
-
error: string;
|
|
855
854
|
success: boolean;
|
|
855
|
+
error: string;
|
|
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;
|
|
866
858
|
url: string | null;
|
|
867
|
-
text: string | null;
|
|
868
859
|
id: string | null;
|
|
869
|
-
|
|
870
|
-
hashtags: string[] | null;
|
|
871
|
-
mentions: string[] | null;
|
|
872
|
-
urls: string[] | null;
|
|
873
|
-
} | null;
|
|
860
|
+
text: string | null;
|
|
874
861
|
author: {
|
|
862
|
+
url: string | null;
|
|
875
863
|
description: string | null;
|
|
876
864
|
name: string | null;
|
|
877
|
-
url: string | null;
|
|
878
865
|
id: string | null;
|
|
879
866
|
following: number | null;
|
|
880
867
|
userName: string | null;
|
|
@@ -885,15 +872,28 @@ 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
|
-
duration: number | null;
|
|
890
|
-
type: string | null;
|
|
891
884
|
url: string | null;
|
|
885
|
+
type: string | null;
|
|
886
|
+
duration: number | null;
|
|
892
887
|
width: number | null;
|
|
893
888
|
height: number | null;
|
|
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;
|