@bubblelab/bubble-core 0.1.209 → 0.1.211
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 +129 -108
- 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 +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +54 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +2 -2
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts +489 -0
- package/dist/bubbles/service-bubble/assembled/assembled.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.js +363 -0
- package/dist/bubbles/service-bubble/assembled/assembled.js.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +460 -0
- package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.schema.js +295 -0
- package/dist/bubbles/service-bubble/assembled/assembled.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.utils.d.ts +12 -0
- package/dist/bubbles/service-bubble/assembled/assembled.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/assembled/assembled.utils.js +89 -0
- package/dist/bubbles/service-bubble/assembled/assembled.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/assembled/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/assembled/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/assembled/index.js +4 -0
- package/dist/bubbles/service-bubble/assembled/index.js.map +1 -0
- package/dist/bubbles/service-bubble/attio/attio.d.ts +6 -6
- package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/capability-pipeline.js +1 -1
- package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
- package/dist/bubbles/service-bubble/firecrawl.d.ts +334 -334
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +60 -60
- package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
- package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
- package/dist/bubbles/service-bubble/google-drive.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +2 -2
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +30 -30
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +10 -10
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +388 -388
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +380 -380
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +26 -26
- package/dist/bubbles.json +927 -2
- 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
|
@@ -18,8 +18,8 @@ declare const TwitterUserSchema: z.ZodObject<{
|
|
|
18
18
|
}, "strip", z.ZodTypeAny, {
|
|
19
19
|
description: string | null;
|
|
20
20
|
name: string | null;
|
|
21
|
-
url: string | null;
|
|
22
21
|
id: string | null;
|
|
22
|
+
url: string | null;
|
|
23
23
|
following: number | null;
|
|
24
24
|
userName: string | null;
|
|
25
25
|
isVerified: boolean | null;
|
|
@@ -31,8 +31,8 @@ declare const TwitterUserSchema: z.ZodObject<{
|
|
|
31
31
|
}, {
|
|
32
32
|
description: string | null;
|
|
33
33
|
name: string | null;
|
|
34
|
-
url: string | null;
|
|
35
34
|
id: string | null;
|
|
35
|
+
url: string | null;
|
|
36
36
|
following: number | null;
|
|
37
37
|
userName: string | null;
|
|
38
38
|
isVerified: boolean | null;
|
|
@@ -62,8 +62,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
62
62
|
}, "strip", z.ZodTypeAny, {
|
|
63
63
|
description: string | null;
|
|
64
64
|
name: string | null;
|
|
65
|
-
url: string | null;
|
|
66
65
|
id: string | null;
|
|
66
|
+
url: string | null;
|
|
67
67
|
following: number | null;
|
|
68
68
|
userName: string | null;
|
|
69
69
|
isVerified: boolean | null;
|
|
@@ -75,8 +75,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
75
75
|
}, {
|
|
76
76
|
description: string | null;
|
|
77
77
|
name: string | null;
|
|
78
|
-
url: string | null;
|
|
79
78
|
id: string | null;
|
|
79
|
+
url: string | null;
|
|
80
80
|
following: number | null;
|
|
81
81
|
userName: string | null;
|
|
82
82
|
isVerified: boolean | 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;
|
|
120
121
|
type: string | null;
|
|
121
122
|
url: string | null;
|
|
122
|
-
duration: number | null;
|
|
123
123
|
width: number | null;
|
|
124
124
|
height: number | null;
|
|
125
125
|
}, {
|
|
126
|
+
duration: number | null;
|
|
126
127
|
type: string | null;
|
|
127
128
|
url: string | null;
|
|
128
|
-
duration: number | null;
|
|
129
129
|
width: number | null;
|
|
130
130
|
height: number | null;
|
|
131
131
|
}>, "many">>;
|
|
@@ -146,9 +146,17 @@ 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
|
-
|
|
150
|
-
|
|
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;
|
|
151
157
|
text: string | null;
|
|
158
|
+
id: string | null;
|
|
159
|
+
url: string | null;
|
|
152
160
|
entities: {
|
|
153
161
|
hashtags: string[] | null;
|
|
154
162
|
mentions: string[] | null;
|
|
@@ -157,8 +165,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
157
165
|
author: {
|
|
158
166
|
description: string | null;
|
|
159
167
|
name: string | null;
|
|
160
|
-
url: string | null;
|
|
161
168
|
id: string | null;
|
|
169
|
+
url: string | null;
|
|
162
170
|
following: number | null;
|
|
163
171
|
userName: string | null;
|
|
164
172
|
isVerified: boolean | null;
|
|
@@ -168,18 +176,10 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
168
176
|
tweetsCount: number | null;
|
|
169
177
|
createdAt: string | null;
|
|
170
178
|
} | null;
|
|
171
|
-
stats: {
|
|
172
|
-
viewCount: number | null;
|
|
173
|
-
retweetCount: number | null;
|
|
174
|
-
replyCount: number | null;
|
|
175
|
-
likeCount: number | null;
|
|
176
|
-
quoteCount: number | null;
|
|
177
|
-
bookmarkCount: number | null;
|
|
178
|
-
} | null;
|
|
179
179
|
media: {
|
|
180
|
+
duration: number | null;
|
|
180
181
|
type: string | null;
|
|
181
182
|
url: string | null;
|
|
182
|
-
duration: number | null;
|
|
183
183
|
width: number | null;
|
|
184
184
|
height: number | null;
|
|
185
185
|
}[] | null;
|
|
@@ -189,9 +189,17 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
189
189
|
isQuote: boolean | null;
|
|
190
190
|
isReply: boolean | null;
|
|
191
191
|
}, {
|
|
192
|
-
|
|
193
|
-
|
|
192
|
+
stats: {
|
|
193
|
+
viewCount: number | null;
|
|
194
|
+
retweetCount: number | null;
|
|
195
|
+
replyCount: number | null;
|
|
196
|
+
likeCount: number | null;
|
|
197
|
+
quoteCount: number | null;
|
|
198
|
+
bookmarkCount: number | null;
|
|
199
|
+
} | null;
|
|
194
200
|
text: string | null;
|
|
201
|
+
id: string | null;
|
|
202
|
+
url: string | null;
|
|
195
203
|
entities: {
|
|
196
204
|
hashtags: string[] | null;
|
|
197
205
|
mentions: string[] | null;
|
|
@@ -200,8 +208,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
200
208
|
author: {
|
|
201
209
|
description: string | null;
|
|
202
210
|
name: string | null;
|
|
203
|
-
url: string | null;
|
|
204
211
|
id: string | null;
|
|
212
|
+
url: string | null;
|
|
205
213
|
following: number | null;
|
|
206
214
|
userName: string | null;
|
|
207
215
|
isVerified: boolean | null;
|
|
@@ -211,18 +219,10 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
211
219
|
tweetsCount: number | null;
|
|
212
220
|
createdAt: string | null;
|
|
213
221
|
} | null;
|
|
214
|
-
stats: {
|
|
215
|
-
viewCount: number | null;
|
|
216
|
-
retweetCount: number | null;
|
|
217
|
-
replyCount: number | null;
|
|
218
|
-
likeCount: number | null;
|
|
219
|
-
quoteCount: number | null;
|
|
220
|
-
bookmarkCount: number | null;
|
|
221
|
-
} | null;
|
|
222
222
|
media: {
|
|
223
|
+
duration: number | null;
|
|
223
224
|
type: string | null;
|
|
224
225
|
url: string | null;
|
|
225
|
-
duration: number | null;
|
|
226
226
|
width: number | null;
|
|
227
227
|
height: number | null;
|
|
228
228
|
}[] | null;
|
|
@@ -282,8 +282,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
282
282
|
}, "strip", z.ZodTypeAny, {
|
|
283
283
|
description: string | null;
|
|
284
284
|
name: string | null;
|
|
285
|
-
url: string | null;
|
|
286
285
|
id: string | null;
|
|
286
|
+
url: string | null;
|
|
287
287
|
following: number | null;
|
|
288
288
|
userName: string | null;
|
|
289
289
|
isVerified: boolean | null;
|
|
@@ -295,8 +295,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
295
295
|
}, {
|
|
296
296
|
description: string | null;
|
|
297
297
|
name: string | null;
|
|
298
|
-
url: string | null;
|
|
299
298
|
id: string | null;
|
|
299
|
+
url: string | null;
|
|
300
300
|
following: number | null;
|
|
301
301
|
userName: string | null;
|
|
302
302
|
isVerified: boolean | null;
|
|
@@ -337,15 +337,15 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
337
337
|
height: z.ZodNullable<z.ZodNumber>;
|
|
338
338
|
duration: z.ZodNullable<z.ZodNumber>;
|
|
339
339
|
}, "strip", z.ZodTypeAny, {
|
|
340
|
+
duration: number | null;
|
|
340
341
|
type: string | null;
|
|
341
342
|
url: string | null;
|
|
342
|
-
duration: number | null;
|
|
343
343
|
width: number | null;
|
|
344
344
|
height: number | null;
|
|
345
345
|
}, {
|
|
346
|
+
duration: number | null;
|
|
346
347
|
type: string | null;
|
|
347
348
|
url: string | null;
|
|
348
|
-
duration: number | null;
|
|
349
349
|
width: number | null;
|
|
350
350
|
height: number | null;
|
|
351
351
|
}>, "many">>;
|
|
@@ -366,9 +366,17 @@ 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
|
-
|
|
370
|
-
|
|
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;
|
|
371
377
|
text: string | null;
|
|
378
|
+
id: string | null;
|
|
379
|
+
url: string | null;
|
|
372
380
|
entities: {
|
|
373
381
|
hashtags: string[] | null;
|
|
374
382
|
mentions: string[] | null;
|
|
@@ -377,8 +385,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
377
385
|
author: {
|
|
378
386
|
description: string | null;
|
|
379
387
|
name: string | null;
|
|
380
|
-
url: string | null;
|
|
381
388
|
id: string | null;
|
|
389
|
+
url: string | null;
|
|
382
390
|
following: number | null;
|
|
383
391
|
userName: string | null;
|
|
384
392
|
isVerified: boolean | null;
|
|
@@ -388,18 +396,10 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
388
396
|
tweetsCount: number | null;
|
|
389
397
|
createdAt: string | null;
|
|
390
398
|
} | null;
|
|
391
|
-
stats: {
|
|
392
|
-
viewCount: number | null;
|
|
393
|
-
retweetCount: number | null;
|
|
394
|
-
replyCount: number | null;
|
|
395
|
-
likeCount: number | null;
|
|
396
|
-
quoteCount: number | null;
|
|
397
|
-
bookmarkCount: number | null;
|
|
398
|
-
} | null;
|
|
399
399
|
media: {
|
|
400
|
+
duration: number | null;
|
|
400
401
|
type: string | null;
|
|
401
402
|
url: string | null;
|
|
402
|
-
duration: number | null;
|
|
403
403
|
width: number | null;
|
|
404
404
|
height: number | null;
|
|
405
405
|
}[] | null;
|
|
@@ -409,9 +409,17 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
409
409
|
isQuote: boolean | null;
|
|
410
410
|
isReply: boolean | null;
|
|
411
411
|
}, {
|
|
412
|
-
|
|
413
|
-
|
|
412
|
+
stats: {
|
|
413
|
+
viewCount: number | null;
|
|
414
|
+
retweetCount: number | null;
|
|
415
|
+
replyCount: number | null;
|
|
416
|
+
likeCount: number | null;
|
|
417
|
+
quoteCount: number | null;
|
|
418
|
+
bookmarkCount: number | null;
|
|
419
|
+
} | null;
|
|
414
420
|
text: string | null;
|
|
421
|
+
id: string | null;
|
|
422
|
+
url: string | null;
|
|
415
423
|
entities: {
|
|
416
424
|
hashtags: string[] | null;
|
|
417
425
|
mentions: string[] | null;
|
|
@@ -420,8 +428,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
420
428
|
author: {
|
|
421
429
|
description: string | null;
|
|
422
430
|
name: string | null;
|
|
423
|
-
url: string | null;
|
|
424
431
|
id: string | null;
|
|
432
|
+
url: string | null;
|
|
425
433
|
following: number | null;
|
|
426
434
|
userName: string | null;
|
|
427
435
|
isVerified: boolean | null;
|
|
@@ -431,18 +439,10 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
431
439
|
tweetsCount: number | null;
|
|
432
440
|
createdAt: string | null;
|
|
433
441
|
} | null;
|
|
434
|
-
stats: {
|
|
435
|
-
viewCount: number | null;
|
|
436
|
-
retweetCount: number | null;
|
|
437
|
-
replyCount: number | null;
|
|
438
|
-
likeCount: number | null;
|
|
439
|
-
quoteCount: number | null;
|
|
440
|
-
bookmarkCount: number | null;
|
|
441
|
-
} | null;
|
|
442
442
|
media: {
|
|
443
|
+
duration: number | null;
|
|
443
444
|
type: string | null;
|
|
444
445
|
url: string | null;
|
|
445
|
-
duration: number | null;
|
|
446
446
|
width: number | null;
|
|
447
447
|
height: number | null;
|
|
448
448
|
}[] | null;
|
|
@@ -460,9 +460,17 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
460
460
|
success: boolean;
|
|
461
461
|
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
462
462
|
tweets: {
|
|
463
|
-
|
|
464
|
-
|
|
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;
|
|
465
471
|
text: string | null;
|
|
472
|
+
id: string | null;
|
|
473
|
+
url: string | null;
|
|
466
474
|
entities: {
|
|
467
475
|
hashtags: string[] | null;
|
|
468
476
|
mentions: string[] | null;
|
|
@@ -471,8 +479,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
471
479
|
author: {
|
|
472
480
|
description: string | null;
|
|
473
481
|
name: string | null;
|
|
474
|
-
url: string | null;
|
|
475
482
|
id: string | null;
|
|
483
|
+
url: string | null;
|
|
476
484
|
following: number | null;
|
|
477
485
|
userName: string | null;
|
|
478
486
|
isVerified: boolean | null;
|
|
@@ -482,18 +490,10 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
482
490
|
tweetsCount: number | null;
|
|
483
491
|
createdAt: string | null;
|
|
484
492
|
} | null;
|
|
485
|
-
stats: {
|
|
486
|
-
viewCount: number | null;
|
|
487
|
-
retweetCount: number | null;
|
|
488
|
-
replyCount: number | null;
|
|
489
|
-
likeCount: number | null;
|
|
490
|
-
quoteCount: number | null;
|
|
491
|
-
bookmarkCount: number | null;
|
|
492
|
-
} | null;
|
|
493
493
|
media: {
|
|
494
|
+
duration: number | null;
|
|
494
495
|
type: string | null;
|
|
495
496
|
url: string | null;
|
|
496
|
-
duration: number | null;
|
|
497
497
|
width: number | null;
|
|
498
498
|
height: number | null;
|
|
499
499
|
}[] | null;
|
|
@@ -509,9 +509,17 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
509
509
|
success: boolean;
|
|
510
510
|
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
511
511
|
tweets: {
|
|
512
|
-
|
|
513
|
-
|
|
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;
|
|
514
520
|
text: string | null;
|
|
521
|
+
id: string | null;
|
|
522
|
+
url: string | null;
|
|
515
523
|
entities: {
|
|
516
524
|
hashtags: string[] | null;
|
|
517
525
|
mentions: string[] | null;
|
|
@@ -520,8 +528,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
520
528
|
author: {
|
|
521
529
|
description: string | null;
|
|
522
530
|
name: string | null;
|
|
523
|
-
url: string | null;
|
|
524
531
|
id: string | null;
|
|
532
|
+
url: string | null;
|
|
525
533
|
following: number | null;
|
|
526
534
|
userName: string | null;
|
|
527
535
|
isVerified: boolean | null;
|
|
@@ -531,18 +539,10 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
531
539
|
tweetsCount: number | null;
|
|
532
540
|
createdAt: string | null;
|
|
533
541
|
} | null;
|
|
534
|
-
stats: {
|
|
535
|
-
viewCount: number | null;
|
|
536
|
-
retweetCount: number | null;
|
|
537
|
-
replyCount: number | null;
|
|
538
|
-
likeCount: number | null;
|
|
539
|
-
quoteCount: number | null;
|
|
540
|
-
bookmarkCount: number | null;
|
|
541
|
-
} | null;
|
|
542
542
|
media: {
|
|
543
|
+
duration: number | null;
|
|
543
544
|
type: string | null;
|
|
544
545
|
url: string | null;
|
|
545
|
-
duration: number | null;
|
|
546
546
|
width: number | null;
|
|
547
547
|
height: number | null;
|
|
548
548
|
}[] | null;
|
|
@@ -628,8 +628,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
628
628
|
}, "strip", z.ZodTypeAny, {
|
|
629
629
|
description: string | null;
|
|
630
630
|
name: string | null;
|
|
631
|
-
url: string | null;
|
|
632
631
|
id: string | null;
|
|
632
|
+
url: string | null;
|
|
633
633
|
following: number | null;
|
|
634
634
|
userName: string | null;
|
|
635
635
|
isVerified: boolean | null;
|
|
@@ -641,8 +641,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
641
641
|
}, {
|
|
642
642
|
description: string | null;
|
|
643
643
|
name: string | null;
|
|
644
|
-
url: string | null;
|
|
645
644
|
id: string | null;
|
|
645
|
+
url: string | null;
|
|
646
646
|
following: number | null;
|
|
647
647
|
userName: string | null;
|
|
648
648
|
isVerified: boolean | null;
|
|
@@ -683,15 +683,15 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
683
683
|
height: z.ZodNullable<z.ZodNumber>;
|
|
684
684
|
duration: z.ZodNullable<z.ZodNumber>;
|
|
685
685
|
}, "strip", z.ZodTypeAny, {
|
|
686
|
+
duration: number | null;
|
|
686
687
|
type: string | null;
|
|
687
688
|
url: string | null;
|
|
688
|
-
duration: number | null;
|
|
689
689
|
width: number | null;
|
|
690
690
|
height: number | null;
|
|
691
691
|
}, {
|
|
692
|
+
duration: number | null;
|
|
692
693
|
type: string | null;
|
|
693
694
|
url: string | null;
|
|
694
|
-
duration: number | null;
|
|
695
695
|
width: number | null;
|
|
696
696
|
height: number | null;
|
|
697
697
|
}>, "many">>;
|
|
@@ -712,9 +712,17 @@ 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
|
-
|
|
716
|
-
|
|
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;
|
|
717
723
|
text: string | null;
|
|
724
|
+
id: string | null;
|
|
725
|
+
url: string | null;
|
|
718
726
|
entities: {
|
|
719
727
|
hashtags: string[] | null;
|
|
720
728
|
mentions: string[] | null;
|
|
@@ -723,8 +731,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
723
731
|
author: {
|
|
724
732
|
description: string | null;
|
|
725
733
|
name: string | null;
|
|
726
|
-
url: string | null;
|
|
727
734
|
id: string | null;
|
|
735
|
+
url: string | null;
|
|
728
736
|
following: number | null;
|
|
729
737
|
userName: string | null;
|
|
730
738
|
isVerified: boolean | null;
|
|
@@ -734,18 +742,10 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
734
742
|
tweetsCount: number | null;
|
|
735
743
|
createdAt: string | null;
|
|
736
744
|
} | null;
|
|
737
|
-
stats: {
|
|
738
|
-
viewCount: number | null;
|
|
739
|
-
retweetCount: number | null;
|
|
740
|
-
replyCount: number | null;
|
|
741
|
-
likeCount: number | null;
|
|
742
|
-
quoteCount: number | null;
|
|
743
|
-
bookmarkCount: number | null;
|
|
744
|
-
} | null;
|
|
745
745
|
media: {
|
|
746
|
+
duration: number | null;
|
|
746
747
|
type: string | null;
|
|
747
748
|
url: string | null;
|
|
748
|
-
duration: number | null;
|
|
749
749
|
width: number | null;
|
|
750
750
|
height: number | null;
|
|
751
751
|
}[] | null;
|
|
@@ -755,9 +755,17 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
755
755
|
isQuote: boolean | null;
|
|
756
756
|
isReply: boolean | null;
|
|
757
757
|
}, {
|
|
758
|
-
|
|
759
|
-
|
|
758
|
+
stats: {
|
|
759
|
+
viewCount: number | null;
|
|
760
|
+
retweetCount: number | null;
|
|
761
|
+
replyCount: number | null;
|
|
762
|
+
likeCount: number | null;
|
|
763
|
+
quoteCount: number | null;
|
|
764
|
+
bookmarkCount: number | null;
|
|
765
|
+
} | null;
|
|
760
766
|
text: string | null;
|
|
767
|
+
id: string | null;
|
|
768
|
+
url: string | null;
|
|
761
769
|
entities: {
|
|
762
770
|
hashtags: string[] | null;
|
|
763
771
|
mentions: string[] | null;
|
|
@@ -766,8 +774,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
766
774
|
author: {
|
|
767
775
|
description: string | null;
|
|
768
776
|
name: string | null;
|
|
769
|
-
url: string | null;
|
|
770
777
|
id: string | null;
|
|
778
|
+
url: string | null;
|
|
771
779
|
following: number | null;
|
|
772
780
|
userName: string | null;
|
|
773
781
|
isVerified: boolean | null;
|
|
@@ -777,18 +785,10 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
777
785
|
tweetsCount: number | null;
|
|
778
786
|
createdAt: string | null;
|
|
779
787
|
} | null;
|
|
780
|
-
stats: {
|
|
781
|
-
viewCount: number | null;
|
|
782
|
-
retweetCount: number | null;
|
|
783
|
-
replyCount: number | null;
|
|
784
|
-
likeCount: number | null;
|
|
785
|
-
quoteCount: number | null;
|
|
786
|
-
bookmarkCount: number | null;
|
|
787
|
-
} | null;
|
|
788
788
|
media: {
|
|
789
|
+
duration: number | null;
|
|
789
790
|
type: string | null;
|
|
790
791
|
url: string | null;
|
|
791
|
-
duration: number | null;
|
|
792
792
|
width: number | null;
|
|
793
793
|
height: number | null;
|
|
794
794
|
}[] | null;
|
|
@@ -806,9 +806,17 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
806
806
|
success: boolean;
|
|
807
807
|
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
808
808
|
tweets: {
|
|
809
|
-
|
|
810
|
-
|
|
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;
|
|
811
817
|
text: string | null;
|
|
818
|
+
id: string | null;
|
|
819
|
+
url: string | null;
|
|
812
820
|
entities: {
|
|
813
821
|
hashtags: string[] | null;
|
|
814
822
|
mentions: string[] | null;
|
|
@@ -817,8 +825,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
817
825
|
author: {
|
|
818
826
|
description: string | null;
|
|
819
827
|
name: string | null;
|
|
820
|
-
url: string | null;
|
|
821
828
|
id: string | null;
|
|
829
|
+
url: string | null;
|
|
822
830
|
following: number | null;
|
|
823
831
|
userName: string | null;
|
|
824
832
|
isVerified: boolean | null;
|
|
@@ -828,18 +836,10 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
828
836
|
tweetsCount: number | null;
|
|
829
837
|
createdAt: string | null;
|
|
830
838
|
} | null;
|
|
831
|
-
stats: {
|
|
832
|
-
viewCount: number | null;
|
|
833
|
-
retweetCount: number | null;
|
|
834
|
-
replyCount: number | null;
|
|
835
|
-
likeCount: number | null;
|
|
836
|
-
quoteCount: number | null;
|
|
837
|
-
bookmarkCount: number | null;
|
|
838
|
-
} | null;
|
|
839
839
|
media: {
|
|
840
|
+
duration: number | null;
|
|
840
841
|
type: string | null;
|
|
841
842
|
url: string | null;
|
|
842
|
-
duration: number | null;
|
|
843
843
|
width: number | null;
|
|
844
844
|
height: number | null;
|
|
845
845
|
}[] | null;
|
|
@@ -855,9 +855,17 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
855
855
|
success: boolean;
|
|
856
856
|
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
857
857
|
tweets: {
|
|
858
|
-
|
|
859
|
-
|
|
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;
|
|
860
866
|
text: string | null;
|
|
867
|
+
id: string | null;
|
|
868
|
+
url: string | null;
|
|
861
869
|
entities: {
|
|
862
870
|
hashtags: string[] | null;
|
|
863
871
|
mentions: string[] | null;
|
|
@@ -866,8 +874,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
866
874
|
author: {
|
|
867
875
|
description: string | null;
|
|
868
876
|
name: string | null;
|
|
869
|
-
url: string | null;
|
|
870
877
|
id: string | null;
|
|
878
|
+
url: string | null;
|
|
871
879
|
following: number | null;
|
|
872
880
|
userName: string | null;
|
|
873
881
|
isVerified: boolean | null;
|
|
@@ -877,18 +885,10 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
877
885
|
tweetsCount: number | null;
|
|
878
886
|
createdAt: string | null;
|
|
879
887
|
} | null;
|
|
880
|
-
stats: {
|
|
881
|
-
viewCount: number | null;
|
|
882
|
-
retweetCount: number | null;
|
|
883
|
-
replyCount: number | null;
|
|
884
|
-
likeCount: number | null;
|
|
885
|
-
quoteCount: number | null;
|
|
886
|
-
bookmarkCount: number | null;
|
|
887
|
-
} | null;
|
|
888
888
|
media: {
|
|
889
|
+
duration: number | null;
|
|
889
890
|
type: string | null;
|
|
890
891
|
url: string | null;
|
|
891
|
-
duration: number | null;
|
|
892
892
|
width: number | null;
|
|
893
893
|
height: number | null;
|
|
894
894
|
}[] | null;
|
|
@@ -115,15 +115,15 @@ declare const YCScraperToolParamsSchema: z.ZodObject<{
|
|
|
115
115
|
includeFounders: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
116
116
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
117
117
|
}, "strip", z.ZodTypeAny, {
|
|
118
|
-
url?: string | undefined;
|
|
119
118
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
120
119
|
batch?: string | undefined;
|
|
120
|
+
url?: string | undefined;
|
|
121
121
|
maxCompanies?: number | undefined;
|
|
122
122
|
includeFounders?: boolean | undefined;
|
|
123
123
|
}, {
|
|
124
|
-
url?: string | undefined;
|
|
125
124
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
126
125
|
batch?: string | undefined;
|
|
126
|
+
url?: string | undefined;
|
|
127
127
|
maxCompanies?: number | undefined;
|
|
128
128
|
includeFounders?: boolean | undefined;
|
|
129
129
|
}>;
|
|
@@ -224,8 +224,8 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
|
|
|
224
224
|
}, "strip", z.ZodTypeAny, {
|
|
225
225
|
error: string;
|
|
226
226
|
success: boolean;
|
|
227
|
-
url: string | null;
|
|
228
227
|
batch: string | null;
|
|
228
|
+
url: string | null;
|
|
229
229
|
people: {
|
|
230
230
|
title: string | null;
|
|
231
231
|
name: string | null;
|
|
@@ -256,8 +256,8 @@ declare const YCScraperToolResultSchema: z.ZodObject<{
|
|
|
256
256
|
}, {
|
|
257
257
|
error: string;
|
|
258
258
|
success: boolean;
|
|
259
|
-
url: string | null;
|
|
260
259
|
batch: string | null;
|
|
260
|
+
url: string | null;
|
|
261
261
|
people: {
|
|
262
262
|
title: string | null;
|
|
263
263
|
name: string | null;
|
|
@@ -313,15 +313,15 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
|
|
|
313
313
|
includeFounders: z.ZodOptional<z.ZodDefault<z.ZodBoolean>>;
|
|
314
314
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
315
315
|
}, "strip", z.ZodTypeAny, {
|
|
316
|
-
url?: string | undefined;
|
|
317
316
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
318
317
|
batch?: string | undefined;
|
|
318
|
+
url?: string | undefined;
|
|
319
319
|
maxCompanies?: number | undefined;
|
|
320
320
|
includeFounders?: boolean | undefined;
|
|
321
321
|
}, {
|
|
322
|
-
url?: string | undefined;
|
|
323
322
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
324
323
|
batch?: string | undefined;
|
|
324
|
+
url?: string | undefined;
|
|
325
325
|
maxCompanies?: number | undefined;
|
|
326
326
|
includeFounders?: boolean | undefined;
|
|
327
327
|
}>;
|
|
@@ -422,8 +422,8 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
|
|
|
422
422
|
}, "strip", z.ZodTypeAny, {
|
|
423
423
|
error: string;
|
|
424
424
|
success: boolean;
|
|
425
|
-
url: string | null;
|
|
426
425
|
batch: string | null;
|
|
426
|
+
url: string | null;
|
|
427
427
|
people: {
|
|
428
428
|
title: string | null;
|
|
429
429
|
name: string | null;
|
|
@@ -454,8 +454,8 @@ export declare class YCScraperTool extends ToolBubble<YCScraperToolParams, YCScr
|
|
|
454
454
|
}, {
|
|
455
455
|
error: string;
|
|
456
456
|
success: boolean;
|
|
457
|
-
url: string | null;
|
|
458
457
|
batch: string | null;
|
|
458
|
+
url: string | null;
|
|
459
459
|
people: {
|
|
460
460
|
title: string | null;
|
|
461
461
|
name: string | null;
|