@bubblelab/bubble-core 0.1.28 → 0.1.31
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 +161 -92
- 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 +4 -4
- package/dist/bubbles/service-bubble/airtable.d.ts +94 -94
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +16 -16
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +31 -31
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +153 -153
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +132 -132
- package/dist/bubbles/service-bubble/followupboss.d.ts +34 -34
- package/dist/bubbles/service-bubble/github.d.ts +122 -122
- package/dist/bubbles/service-bubble/gmail.d.ts +391 -391
- package/dist/bubbles/service-bubble/google-calendar.d.ts +96 -96
- package/dist/bubbles/service-bubble/google-drive.d.ts +46 -46
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +41 -41
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +79 -79
- package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets.js +904 -0
- package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/index.d.ts +5 -0
- package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/index.js +5 -0
- package/dist/bubbles/service-bubble/jira/index.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts +2695 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts +38 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js +358 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.js +573 -0
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +3660 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js +499 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts +141 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js +428 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts +4 -4
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +2 -2
- package/dist/bubbles/service-bubble/slack/slack.d.ts +114 -114
- package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack.js +1536 -0
- package/dist/bubbles/service-bubble/slack.js.map +1 -0
- package/dist/bubbles/service-bubble/storage.d.ts +2 -2
- package/dist/bubbles/service-bubble/telegram.d.ts +6 -6
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +172 -172
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +2 -2
- 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 +44 -44
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
- package/dist/bubbles.json +1795 -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
|
@@ -219,13 +219,13 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
219
219
|
}, "strip", z.ZodTypeAny, {
|
|
220
220
|
title?: string | undefined;
|
|
221
221
|
url?: string | undefined;
|
|
222
|
-
thumbnail?: string | undefined;
|
|
223
222
|
subtitle?: string | undefined;
|
|
223
|
+
thumbnail?: string | undefined;
|
|
224
224
|
}, {
|
|
225
225
|
title?: string | undefined;
|
|
226
226
|
url?: string | undefined;
|
|
227
|
-
thumbnail?: string | undefined;
|
|
228
227
|
subtitle?: string | undefined;
|
|
228
|
+
thumbnail?: string | undefined;
|
|
229
229
|
}>>;
|
|
230
230
|
document: z.ZodOptional<z.ZodObject<{
|
|
231
231
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -246,17 +246,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
246
246
|
reshared_post: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
247
247
|
pagination_token: z.ZodOptional<z.ZodString>;
|
|
248
248
|
}, "strip", z.ZodTypeAny, {
|
|
249
|
-
stats?: {
|
|
250
|
-
total_reactions?: number | undefined;
|
|
251
|
-
like?: number | undefined;
|
|
252
|
-
support?: number | undefined;
|
|
253
|
-
love?: number | undefined;
|
|
254
|
-
insight?: number | undefined;
|
|
255
|
-
celebrate?: number | undefined;
|
|
256
|
-
funny?: number | undefined;
|
|
257
|
-
comments?: number | undefined;
|
|
258
|
-
reposts?: number | undefined;
|
|
259
|
-
} | undefined;
|
|
260
249
|
url?: string | undefined;
|
|
261
250
|
text?: string | undefined;
|
|
262
251
|
document?: {
|
|
@@ -270,6 +259,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
270
259
|
share_urn?: string | null | undefined;
|
|
271
260
|
ugcPost_urn?: string | null | undefined;
|
|
272
261
|
} | undefined;
|
|
262
|
+
full_urn?: string | undefined;
|
|
273
263
|
posted_at?: {
|
|
274
264
|
date?: string | undefined;
|
|
275
265
|
timestamp?: number | undefined;
|
|
@@ -284,6 +274,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
284
274
|
profile_url?: string | undefined;
|
|
285
275
|
profile_picture?: string | undefined;
|
|
286
276
|
} | undefined;
|
|
277
|
+
stats?: {
|
|
278
|
+
total_reactions?: number | undefined;
|
|
279
|
+
like?: number | undefined;
|
|
280
|
+
support?: number | undefined;
|
|
281
|
+
love?: number | undefined;
|
|
282
|
+
insight?: number | undefined;
|
|
283
|
+
celebrate?: number | undefined;
|
|
284
|
+
funny?: number | undefined;
|
|
285
|
+
comments?: number | undefined;
|
|
286
|
+
reposts?: number | undefined;
|
|
287
|
+
} | undefined;
|
|
287
288
|
media?: {
|
|
288
289
|
type?: string | undefined;
|
|
289
290
|
url?: string | undefined;
|
|
@@ -294,27 +295,15 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
294
295
|
}[] | undefined;
|
|
295
296
|
thumbnail?: string | undefined;
|
|
296
297
|
} | undefined;
|
|
297
|
-
full_urn?: string | undefined;
|
|
298
298
|
article?: {
|
|
299
299
|
title?: string | undefined;
|
|
300
300
|
url?: string | undefined;
|
|
301
|
-
thumbnail?: string | undefined;
|
|
302
301
|
subtitle?: string | undefined;
|
|
302
|
+
thumbnail?: string | undefined;
|
|
303
303
|
} | undefined;
|
|
304
304
|
reshared_post?: any;
|
|
305
305
|
pagination_token?: string | undefined;
|
|
306
306
|
}, {
|
|
307
|
-
stats?: {
|
|
308
|
-
total_reactions?: number | undefined;
|
|
309
|
-
like?: number | undefined;
|
|
310
|
-
support?: number | undefined;
|
|
311
|
-
love?: number | undefined;
|
|
312
|
-
insight?: number | undefined;
|
|
313
|
-
celebrate?: number | undefined;
|
|
314
|
-
funny?: number | undefined;
|
|
315
|
-
comments?: number | undefined;
|
|
316
|
-
reposts?: number | undefined;
|
|
317
|
-
} | undefined;
|
|
318
307
|
url?: string | undefined;
|
|
319
308
|
text?: string | undefined;
|
|
320
309
|
document?: {
|
|
@@ -328,6 +317,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
328
317
|
share_urn?: string | null | undefined;
|
|
329
318
|
ugcPost_urn?: string | null | undefined;
|
|
330
319
|
} | undefined;
|
|
320
|
+
full_urn?: string | undefined;
|
|
331
321
|
posted_at?: {
|
|
332
322
|
date?: string | undefined;
|
|
333
323
|
timestamp?: number | undefined;
|
|
@@ -342,6 +332,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
342
332
|
profile_url?: string | undefined;
|
|
343
333
|
profile_picture?: string | undefined;
|
|
344
334
|
} | undefined;
|
|
335
|
+
stats?: {
|
|
336
|
+
total_reactions?: number | undefined;
|
|
337
|
+
like?: number | undefined;
|
|
338
|
+
support?: number | undefined;
|
|
339
|
+
love?: number | undefined;
|
|
340
|
+
insight?: number | undefined;
|
|
341
|
+
celebrate?: number | undefined;
|
|
342
|
+
funny?: number | undefined;
|
|
343
|
+
comments?: number | undefined;
|
|
344
|
+
reposts?: number | undefined;
|
|
345
|
+
} | undefined;
|
|
345
346
|
media?: {
|
|
346
347
|
type?: string | undefined;
|
|
347
348
|
url?: string | undefined;
|
|
@@ -352,12 +353,11 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
352
353
|
}[] | undefined;
|
|
353
354
|
thumbnail?: string | undefined;
|
|
354
355
|
} | undefined;
|
|
355
|
-
full_urn?: string | undefined;
|
|
356
356
|
article?: {
|
|
357
357
|
title?: string | undefined;
|
|
358
358
|
url?: string | undefined;
|
|
359
|
-
thumbnail?: string | undefined;
|
|
360
359
|
subtitle?: string | undefined;
|
|
360
|
+
thumbnail?: string | undefined;
|
|
361
361
|
} | undefined;
|
|
362
362
|
reshared_post?: any;
|
|
363
363
|
pagination_token?: string | undefined;
|
|
@@ -490,13 +490,13 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
490
490
|
}, "strip", z.ZodTypeAny, {
|
|
491
491
|
title?: string | undefined;
|
|
492
492
|
url?: string | undefined;
|
|
493
|
-
thumbnail?: string | undefined;
|
|
494
493
|
subtitle?: string | undefined;
|
|
494
|
+
thumbnail?: string | undefined;
|
|
495
495
|
}, {
|
|
496
496
|
title?: string | undefined;
|
|
497
497
|
url?: string | undefined;
|
|
498
|
-
thumbnail?: string | undefined;
|
|
499
498
|
subtitle?: string | undefined;
|
|
499
|
+
thumbnail?: string | undefined;
|
|
500
500
|
}>>;
|
|
501
501
|
document: z.ZodOptional<z.ZodObject<{
|
|
502
502
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -517,17 +517,6 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
517
517
|
reshared_post: z.ZodOptional<z.ZodType<any, z.ZodTypeDef, any>>;
|
|
518
518
|
pagination_token: z.ZodOptional<z.ZodString>;
|
|
519
519
|
}, "strip", z.ZodTypeAny, {
|
|
520
|
-
stats?: {
|
|
521
|
-
total_reactions?: number | undefined;
|
|
522
|
-
like?: number | undefined;
|
|
523
|
-
support?: number | undefined;
|
|
524
|
-
love?: number | undefined;
|
|
525
|
-
insight?: number | undefined;
|
|
526
|
-
celebrate?: number | undefined;
|
|
527
|
-
funny?: number | undefined;
|
|
528
|
-
comments?: number | undefined;
|
|
529
|
-
reposts?: number | undefined;
|
|
530
|
-
} | undefined;
|
|
531
520
|
url?: string | undefined;
|
|
532
521
|
text?: string | undefined;
|
|
533
522
|
document?: {
|
|
@@ -541,6 +530,7 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
541
530
|
share_urn?: string | null | undefined;
|
|
542
531
|
ugcPost_urn?: string | null | undefined;
|
|
543
532
|
} | undefined;
|
|
533
|
+
full_urn?: string | undefined;
|
|
544
534
|
posted_at?: {
|
|
545
535
|
date?: string | undefined;
|
|
546
536
|
timestamp?: number | undefined;
|
|
@@ -555,6 +545,17 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
555
545
|
profile_url?: string | undefined;
|
|
556
546
|
profile_picture?: string | undefined;
|
|
557
547
|
} | undefined;
|
|
548
|
+
stats?: {
|
|
549
|
+
total_reactions?: number | undefined;
|
|
550
|
+
like?: number | undefined;
|
|
551
|
+
support?: number | undefined;
|
|
552
|
+
love?: number | undefined;
|
|
553
|
+
insight?: number | undefined;
|
|
554
|
+
celebrate?: number | undefined;
|
|
555
|
+
funny?: number | undefined;
|
|
556
|
+
comments?: number | undefined;
|
|
557
|
+
reposts?: number | undefined;
|
|
558
|
+
} | undefined;
|
|
558
559
|
media?: {
|
|
559
560
|
type?: string | undefined;
|
|
560
561
|
url?: string | undefined;
|
|
@@ -565,27 +566,15 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
565
566
|
}[] | undefined;
|
|
566
567
|
thumbnail?: string | undefined;
|
|
567
568
|
} | undefined;
|
|
568
|
-
full_urn?: string | undefined;
|
|
569
569
|
article?: {
|
|
570
570
|
title?: string | undefined;
|
|
571
571
|
url?: string | undefined;
|
|
572
|
-
thumbnail?: string | undefined;
|
|
573
572
|
subtitle?: string | undefined;
|
|
573
|
+
thumbnail?: string | undefined;
|
|
574
574
|
} | undefined;
|
|
575
575
|
reshared_post?: any;
|
|
576
576
|
pagination_token?: string | undefined;
|
|
577
577
|
}, {
|
|
578
|
-
stats?: {
|
|
579
|
-
total_reactions?: number | undefined;
|
|
580
|
-
like?: number | undefined;
|
|
581
|
-
support?: number | undefined;
|
|
582
|
-
love?: number | undefined;
|
|
583
|
-
insight?: number | undefined;
|
|
584
|
-
celebrate?: number | undefined;
|
|
585
|
-
funny?: number | undefined;
|
|
586
|
-
comments?: number | undefined;
|
|
587
|
-
reposts?: number | undefined;
|
|
588
|
-
} | undefined;
|
|
589
578
|
url?: string | undefined;
|
|
590
579
|
text?: string | undefined;
|
|
591
580
|
document?: {
|
|
@@ -599,6 +588,7 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
599
588
|
share_urn?: string | null | undefined;
|
|
600
589
|
ugcPost_urn?: string | null | undefined;
|
|
601
590
|
} | undefined;
|
|
591
|
+
full_urn?: string | undefined;
|
|
602
592
|
posted_at?: {
|
|
603
593
|
date?: string | undefined;
|
|
604
594
|
timestamp?: number | undefined;
|
|
@@ -613,6 +603,17 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
613
603
|
profile_url?: string | undefined;
|
|
614
604
|
profile_picture?: string | undefined;
|
|
615
605
|
} | undefined;
|
|
606
|
+
stats?: {
|
|
607
|
+
total_reactions?: number | undefined;
|
|
608
|
+
like?: number | undefined;
|
|
609
|
+
support?: number | undefined;
|
|
610
|
+
love?: number | undefined;
|
|
611
|
+
insight?: number | undefined;
|
|
612
|
+
celebrate?: number | undefined;
|
|
613
|
+
funny?: number | undefined;
|
|
614
|
+
comments?: number | undefined;
|
|
615
|
+
reposts?: number | undefined;
|
|
616
|
+
} | undefined;
|
|
616
617
|
media?: {
|
|
617
618
|
type?: string | undefined;
|
|
618
619
|
url?: string | undefined;
|
|
@@ -623,12 +624,11 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
623
624
|
}[] | undefined;
|
|
624
625
|
thumbnail?: string | undefined;
|
|
625
626
|
} | undefined;
|
|
626
|
-
full_urn?: string | undefined;
|
|
627
627
|
article?: {
|
|
628
628
|
title?: string | undefined;
|
|
629
629
|
url?: string | undefined;
|
|
630
|
-
thumbnail?: string | undefined;
|
|
631
630
|
subtitle?: string | undefined;
|
|
631
|
+
thumbnail?: string | undefined;
|
|
632
632
|
} | undefined;
|
|
633
633
|
reshared_post?: any;
|
|
634
634
|
pagination_token?: string | undefined;
|
|
@@ -261,59 +261,59 @@ export declare const TikTokVideoSchema: z.ZodObject<{
|
|
|
261
261
|
sourceUnabbreviated: z.ZodOptional<z.ZodString>;
|
|
262
262
|
version: z.ZodOptional<z.ZodString>;
|
|
263
263
|
}, "strip", z.ZodTypeAny, {
|
|
264
|
-
version?: string | undefined;
|
|
265
264
|
language?: string | undefined;
|
|
266
265
|
downloadLink?: string | undefined;
|
|
267
266
|
tiktokLink?: string | undefined;
|
|
268
267
|
source?: string | undefined;
|
|
269
268
|
sourceUnabbreviated?: string | undefined;
|
|
270
|
-
}, {
|
|
271
269
|
version?: string | undefined;
|
|
270
|
+
}, {
|
|
272
271
|
language?: string | undefined;
|
|
273
272
|
downloadLink?: string | undefined;
|
|
274
273
|
tiktokLink?: string | undefined;
|
|
275
274
|
source?: string | undefined;
|
|
276
275
|
sourceUnabbreviated?: string | undefined;
|
|
276
|
+
version?: string | undefined;
|
|
277
277
|
}>, "many">>;
|
|
278
278
|
width: z.ZodOptional<z.ZodNumber>;
|
|
279
279
|
}, "strip", z.ZodTypeAny, {
|
|
280
|
-
duration?: number | undefined;
|
|
281
280
|
format?: string | undefined;
|
|
281
|
+
duration?: number | undefined;
|
|
282
|
+
coverUrl?: string | undefined;
|
|
282
283
|
width?: number | undefined;
|
|
283
284
|
height?: number | undefined;
|
|
284
|
-
coverUrl?: string | undefined;
|
|
285
285
|
definition?: string | undefined;
|
|
286
286
|
originalCoverUrl?: string | undefined;
|
|
287
287
|
subtitleLinks?: {
|
|
288
|
-
version?: string | undefined;
|
|
289
288
|
language?: string | undefined;
|
|
290
289
|
downloadLink?: string | undefined;
|
|
291
290
|
tiktokLink?: string | undefined;
|
|
292
291
|
source?: string | undefined;
|
|
293
292
|
sourceUnabbreviated?: string | undefined;
|
|
293
|
+
version?: string | undefined;
|
|
294
294
|
}[] | undefined;
|
|
295
295
|
}, {
|
|
296
|
-
duration?: number | undefined;
|
|
297
296
|
format?: string | undefined;
|
|
297
|
+
duration?: number | undefined;
|
|
298
|
+
coverUrl?: string | undefined;
|
|
298
299
|
width?: number | undefined;
|
|
299
300
|
height?: number | undefined;
|
|
300
|
-
coverUrl?: string | undefined;
|
|
301
301
|
definition?: string | undefined;
|
|
302
302
|
originalCoverUrl?: string | undefined;
|
|
303
303
|
subtitleLinks?: {
|
|
304
|
-
version?: string | undefined;
|
|
305
304
|
language?: string | undefined;
|
|
306
305
|
downloadLink?: string | undefined;
|
|
307
306
|
tiktokLink?: string | undefined;
|
|
308
307
|
source?: string | undefined;
|
|
309
308
|
sourceUnabbreviated?: string | undefined;
|
|
309
|
+
version?: string | undefined;
|
|
310
310
|
}[] | undefined;
|
|
311
311
|
}>>;
|
|
312
312
|
webVideoUrl: z.ZodOptional<z.ZodString>;
|
|
313
313
|
}, "strip", z.ZodTypeAny, {
|
|
314
|
+
input?: string | undefined;
|
|
314
315
|
text?: string | undefined;
|
|
315
316
|
id?: string | undefined;
|
|
316
|
-
input?: string | undefined;
|
|
317
317
|
hashtags?: {
|
|
318
318
|
name?: string | undefined;
|
|
319
319
|
}[] | undefined;
|
|
@@ -379,27 +379,27 @@ export declare const TikTokVideoSchema: z.ZodObject<{
|
|
|
379
379
|
shareCount?: number | undefined;
|
|
380
380
|
textLanguage?: string | undefined;
|
|
381
381
|
videoMeta?: {
|
|
382
|
-
duration?: number | undefined;
|
|
383
382
|
format?: string | undefined;
|
|
383
|
+
duration?: number | undefined;
|
|
384
|
+
coverUrl?: string | undefined;
|
|
384
385
|
width?: number | undefined;
|
|
385
386
|
height?: number | undefined;
|
|
386
|
-
coverUrl?: string | undefined;
|
|
387
387
|
definition?: string | undefined;
|
|
388
388
|
originalCoverUrl?: string | undefined;
|
|
389
389
|
subtitleLinks?: {
|
|
390
|
-
version?: string | undefined;
|
|
391
390
|
language?: string | undefined;
|
|
392
391
|
downloadLink?: string | undefined;
|
|
393
392
|
tiktokLink?: string | undefined;
|
|
394
393
|
source?: string | undefined;
|
|
395
394
|
sourceUnabbreviated?: string | undefined;
|
|
395
|
+
version?: string | undefined;
|
|
396
396
|
}[] | undefined;
|
|
397
397
|
} | undefined;
|
|
398
398
|
webVideoUrl?: string | undefined;
|
|
399
399
|
}, {
|
|
400
|
+
input?: string | undefined;
|
|
400
401
|
text?: string | undefined;
|
|
401
402
|
id?: string | undefined;
|
|
402
|
-
input?: string | undefined;
|
|
403
403
|
hashtags?: {
|
|
404
404
|
name?: string | undefined;
|
|
405
405
|
}[] | undefined;
|
|
@@ -465,20 +465,20 @@ export declare const TikTokVideoSchema: z.ZodObject<{
|
|
|
465
465
|
shareCount?: number | undefined;
|
|
466
466
|
textLanguage?: string | undefined;
|
|
467
467
|
videoMeta?: {
|
|
468
|
-
duration?: number | undefined;
|
|
469
468
|
format?: string | undefined;
|
|
469
|
+
duration?: number | undefined;
|
|
470
|
+
coverUrl?: string | undefined;
|
|
470
471
|
width?: number | undefined;
|
|
471
472
|
height?: number | undefined;
|
|
472
|
-
coverUrl?: string | undefined;
|
|
473
473
|
definition?: string | undefined;
|
|
474
474
|
originalCoverUrl?: string | undefined;
|
|
475
475
|
subtitleLinks?: {
|
|
476
|
-
version?: string | undefined;
|
|
477
476
|
language?: string | undefined;
|
|
478
477
|
downloadLink?: string | undefined;
|
|
479
478
|
tiktokLink?: string | undefined;
|
|
480
479
|
source?: string | undefined;
|
|
481
480
|
sourceUnabbreviated?: string | undefined;
|
|
481
|
+
version?: string | undefined;
|
|
482
482
|
}[] | undefined;
|
|
483
483
|
} | undefined;
|
|
484
484
|
webVideoUrl?: string | undefined;
|
|
@@ -14,7 +14,7 @@ export declare const TwitterScraperInputSchema: z.ZodObject<{
|
|
|
14
14
|
searchTerms?: string[] | undefined;
|
|
15
15
|
twitterHandles?: string[] | undefined;
|
|
16
16
|
conversationIds?: string[] | undefined;
|
|
17
|
-
tweetLanguage?: "
|
|
17
|
+
tweetLanguage?: "ts" | "id" | "to" | "en" | "de" | "es" | "fr" | "it" | "ja" | "ko" | "nl" | "pt" | "ru" | "ab" | "aa" | "af" | "ak" | "sq" | "am" | "ar" | "an" | "hy" | "as" | "av" | "ae" | "ay" | "az" | "bm" | "ba" | "eu" | "be" | "bn" | "bi" | "bs" | "br" | "bg" | "my" | "ca" | "ch" | "ce" | "ny" | "zh" | "cu" | "cv" | "kw" | "co" | "cr" | "hr" | "cs" | "da" | "dv" | "dz" | "eo" | "et" | "ee" | "fo" | "fj" | "fi" | "fy" | "ff" | "gd" | "gl" | "lg" | "ka" | "el" | "kl" | "gn" | "gu" | "ht" | "ha" | "he" | "hz" | "hi" | "ho" | "hu" | "is" | "io" | "ig" | "ia" | "ie" | "iu" | "ik" | "ga" | "jv" | "kn" | "kr" | "ks" | "kk" | "km" | "ki" | "rw" | "ky" | "kv" | "kg" | "kj" | "ku" | "lo" | "la" | "lv" | "li" | "ln" | "lt" | "lu" | "lb" | "mk" | "mg" | "ms" | "ml" | "mt" | "gv" | "mi" | "mr" | "mh" | "mn" | "na" | "nv" | "nd" | "nr" | "ng" | "ne" | "no" | "nb" | "nn" | "ii" | "oc" | "oj" | "or" | "om" | "os" | "pi" | "ps" | "fa" | "pl" | "pa" | "qu" | "ro" | "rm" | "rn" | "se" | "sm" | "sg" | "sa" | "sc" | "sr" | "sn" | "sd" | "si" | "sk" | "sl" | "so" | "st" | "su" | "sw" | "ss" | "sv" | "tl" | "ty" | "tg" | "ta" | "tt" | "te" | "th" | "bo" | "ti" | "tn" | "tr" | "tk" | "tw" | "ug" | "uk" | "ur" | "uz" | "ve" | "vi" | "vo" | "wa" | "cy" | "wo" | "xh" | "yi" | "yo" | "za" | "zu" | undefined;
|
|
18
18
|
}, {
|
|
19
19
|
sort?: "Top" | "Latest" | undefined;
|
|
20
20
|
maxItems?: number | undefined;
|
|
@@ -22,7 +22,7 @@ export declare const TwitterScraperInputSchema: z.ZodObject<{
|
|
|
22
22
|
searchTerms?: string[] | undefined;
|
|
23
23
|
twitterHandles?: string[] | undefined;
|
|
24
24
|
conversationIds?: string[] | undefined;
|
|
25
|
-
tweetLanguage?: "
|
|
25
|
+
tweetLanguage?: "ts" | "id" | "to" | "en" | "de" | "es" | "fr" | "it" | "ja" | "ko" | "nl" | "pt" | "ru" | "ab" | "aa" | "af" | "ak" | "sq" | "am" | "ar" | "an" | "hy" | "as" | "av" | "ae" | "ay" | "az" | "bm" | "ba" | "eu" | "be" | "bn" | "bi" | "bs" | "br" | "bg" | "my" | "ca" | "ch" | "ce" | "ny" | "zh" | "cu" | "cv" | "kw" | "co" | "cr" | "hr" | "cs" | "da" | "dv" | "dz" | "eo" | "et" | "ee" | "fo" | "fj" | "fi" | "fy" | "ff" | "gd" | "gl" | "lg" | "ka" | "el" | "kl" | "gn" | "gu" | "ht" | "ha" | "he" | "hz" | "hi" | "ho" | "hu" | "is" | "io" | "ig" | "ia" | "ie" | "iu" | "ik" | "ga" | "jv" | "kn" | "kr" | "ks" | "kk" | "km" | "ki" | "rw" | "ky" | "kv" | "kg" | "kj" | "ku" | "lo" | "la" | "lv" | "li" | "ln" | "lt" | "lu" | "lb" | "mk" | "mg" | "ms" | "ml" | "mt" | "gv" | "mi" | "mr" | "mh" | "mn" | "na" | "nv" | "nd" | "nr" | "ng" | "ne" | "no" | "nb" | "nn" | "ii" | "oc" | "oj" | "or" | "om" | "os" | "pi" | "ps" | "fa" | "pl" | "pa" | "qu" | "ro" | "rm" | "rn" | "se" | "sm" | "sg" | "sa" | "sc" | "sr" | "sn" | "sd" | "si" | "sk" | "sl" | "so" | "st" | "su" | "sw" | "ss" | "sv" | "tl" | "ty" | "tg" | "ta" | "tt" | "te" | "th" | "bo" | "ti" | "tn" | "tr" | "tk" | "tw" | "ug" | "uk" | "ur" | "uz" | "ve" | "vi" | "vo" | "wa" | "cy" | "wo" | "xh" | "yi" | "yo" | "za" | "zu" | undefined;
|
|
26
26
|
}>;
|
|
27
27
|
export declare const TwitterTweetSchema: z.ZodObject<{
|
|
28
28
|
id: z.ZodOptional<z.ZodString>;
|
|
@@ -83,15 +83,15 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
83
83
|
height: z.ZodOptional<z.ZodNumber>;
|
|
84
84
|
duration: z.ZodOptional<z.ZodNumber>;
|
|
85
85
|
}, "strip", z.ZodTypeAny, {
|
|
86
|
-
|
|
87
|
-
type?: "photo" | "video" | "animated_gif" | undefined;
|
|
86
|
+
type?: "video" | "photo" | "animated_gif" | undefined;
|
|
88
87
|
url?: string | undefined;
|
|
88
|
+
duration?: number | undefined;
|
|
89
89
|
width?: number | undefined;
|
|
90
90
|
height?: number | undefined;
|
|
91
91
|
}, {
|
|
92
|
-
|
|
93
|
-
type?: "photo" | "video" | "animated_gif" | undefined;
|
|
92
|
+
type?: "video" | "photo" | "animated_gif" | undefined;
|
|
94
93
|
url?: string | undefined;
|
|
94
|
+
duration?: number | undefined;
|
|
95
95
|
width?: number | undefined;
|
|
96
96
|
height?: number | undefined;
|
|
97
97
|
}>]>, "many">>;
|
|
@@ -160,20 +160,6 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
160
160
|
url?: string | undefined;
|
|
161
161
|
text?: string | undefined;
|
|
162
162
|
id?: string | undefined;
|
|
163
|
-
entities?: {
|
|
164
|
-
hashtags?: {
|
|
165
|
-
text?: string | undefined;
|
|
166
|
-
}[] | undefined;
|
|
167
|
-
urls?: {
|
|
168
|
-
url?: string | undefined;
|
|
169
|
-
displayUrl?: string | undefined;
|
|
170
|
-
expandedUrl?: string | undefined;
|
|
171
|
-
}[] | undefined;
|
|
172
|
-
userMentions?: {
|
|
173
|
-
name?: string | undefined;
|
|
174
|
-
screenName?: string | undefined;
|
|
175
|
-
}[] | undefined;
|
|
176
|
-
} | undefined;
|
|
177
163
|
author?: {
|
|
178
164
|
description?: string | undefined;
|
|
179
165
|
name?: string | undefined;
|
|
@@ -189,9 +175,9 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
189
175
|
createdAt?: string | undefined;
|
|
190
176
|
} | undefined;
|
|
191
177
|
media?: (string | {
|
|
192
|
-
|
|
193
|
-
type?: "photo" | "video" | "animated_gif" | undefined;
|
|
178
|
+
type?: "video" | "photo" | "animated_gif" | undefined;
|
|
194
179
|
url?: string | undefined;
|
|
180
|
+
duration?: number | undefined;
|
|
195
181
|
width?: number | undefined;
|
|
196
182
|
height?: number | undefined;
|
|
197
183
|
})[] | undefined;
|
|
@@ -203,13 +189,6 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
203
189
|
quoteCount?: number | undefined;
|
|
204
190
|
bookmarkCount?: number | undefined;
|
|
205
191
|
lang?: string | undefined;
|
|
206
|
-
isRetweet?: boolean | undefined;
|
|
207
|
-
isQuote?: boolean | undefined;
|
|
208
|
-
isReply?: boolean | undefined;
|
|
209
|
-
}, {
|
|
210
|
-
url?: string | undefined;
|
|
211
|
-
text?: string | undefined;
|
|
212
|
-
id?: string | undefined;
|
|
213
192
|
entities?: {
|
|
214
193
|
hashtags?: {
|
|
215
194
|
text?: string | undefined;
|
|
@@ -224,6 +203,13 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
224
203
|
screenName?: string | undefined;
|
|
225
204
|
}[] | undefined;
|
|
226
205
|
} | undefined;
|
|
206
|
+
isRetweet?: boolean | undefined;
|
|
207
|
+
isQuote?: boolean | undefined;
|
|
208
|
+
isReply?: boolean | undefined;
|
|
209
|
+
}, {
|
|
210
|
+
url?: string | undefined;
|
|
211
|
+
text?: string | undefined;
|
|
212
|
+
id?: string | undefined;
|
|
227
213
|
author?: {
|
|
228
214
|
description?: string | undefined;
|
|
229
215
|
name?: string | undefined;
|
|
@@ -239,9 +225,9 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
239
225
|
createdAt?: string | undefined;
|
|
240
226
|
} | undefined;
|
|
241
227
|
media?: (string | {
|
|
242
|
-
|
|
243
|
-
type?: "photo" | "video" | "animated_gif" | undefined;
|
|
228
|
+
type?: "video" | "photo" | "animated_gif" | undefined;
|
|
244
229
|
url?: string | undefined;
|
|
230
|
+
duration?: number | undefined;
|
|
245
231
|
width?: number | undefined;
|
|
246
232
|
height?: number | undefined;
|
|
247
233
|
})[] | undefined;
|
|
@@ -253,6 +239,20 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
253
239
|
quoteCount?: number | undefined;
|
|
254
240
|
bookmarkCount?: number | undefined;
|
|
255
241
|
lang?: string | undefined;
|
|
242
|
+
entities?: {
|
|
243
|
+
hashtags?: {
|
|
244
|
+
text?: string | undefined;
|
|
245
|
+
}[] | undefined;
|
|
246
|
+
urls?: {
|
|
247
|
+
url?: string | undefined;
|
|
248
|
+
displayUrl?: string | undefined;
|
|
249
|
+
expandedUrl?: string | undefined;
|
|
250
|
+
}[] | undefined;
|
|
251
|
+
userMentions?: {
|
|
252
|
+
name?: string | undefined;
|
|
253
|
+
screenName?: string | undefined;
|
|
254
|
+
}[] | undefined;
|
|
255
|
+
} | undefined;
|
|
256
256
|
isRetweet?: boolean | undefined;
|
|
257
257
|
isQuote?: boolean | undefined;
|
|
258
258
|
isReply?: boolean | undefined;
|
|
@@ -34,10 +34,10 @@ export declare const YouTubeScraperInputSchema: z.ZodObject<{
|
|
|
34
34
|
oldestPostDate: z.ZodOptional<z.ZodString>;
|
|
35
35
|
sortVideosBy: z.ZodOptional<z.ZodEnum<["NEWEST", "POPULAR", "OLDEST"]>>;
|
|
36
36
|
}, "strip", z.ZodTypeAny, {
|
|
37
|
-
maxResults: number;
|
|
38
37
|
startUrls: {
|
|
39
38
|
url: string;
|
|
40
39
|
}[];
|
|
40
|
+
maxResults: number;
|
|
41
41
|
maxResultsShorts: number;
|
|
42
42
|
maxResultStreams: number;
|
|
43
43
|
downloadSubtitles: boolean;
|
|
@@ -64,11 +64,11 @@ export declare const YouTubeScraperInputSchema: z.ZodObject<{
|
|
|
64
64
|
oldestPostDate?: string | undefined;
|
|
65
65
|
sortVideosBy?: "NEWEST" | "POPULAR" | "OLDEST" | undefined;
|
|
66
66
|
}, {
|
|
67
|
-
maxResults?: number | undefined;
|
|
68
67
|
searchQueries?: string[] | undefined;
|
|
69
68
|
startUrls?: {
|
|
70
69
|
url: string;
|
|
71
70
|
}[] | undefined;
|
|
71
|
+
maxResults?: number | undefined;
|
|
72
72
|
maxResultsShorts?: number | undefined;
|
|
73
73
|
maxResultStreams?: number | undefined;
|
|
74
74
|
downloadSubtitles?: boolean | undefined;
|
|
@@ -129,17 +129,17 @@ export declare const YouTubeVideoSchema: z.ZodObject<{
|
|
|
129
129
|
language?: string | undefined;
|
|
130
130
|
}>, "many">>;
|
|
131
131
|
}, "strip", z.ZodTypeAny, {
|
|
132
|
-
duration?: string | undefined;
|
|
133
132
|
description?: string | undefined;
|
|
134
133
|
title?: string | undefined;
|
|
135
134
|
date?: string | undefined;
|
|
136
135
|
url?: string | undefined;
|
|
136
|
+
duration?: string | undefined;
|
|
137
137
|
text?: string | undefined;
|
|
138
|
-
tags?: string[] | undefined;
|
|
139
138
|
id?: string | undefined;
|
|
140
|
-
|
|
139
|
+
tags?: string[] | undefined;
|
|
141
140
|
commentsCount?: number | undefined;
|
|
142
141
|
comments?: number | undefined;
|
|
142
|
+
thumbnail?: string | undefined;
|
|
143
143
|
videoType?: string | undefined;
|
|
144
144
|
isLive?: boolean | undefined;
|
|
145
145
|
viewCount?: number | undefined;
|
|
@@ -155,17 +155,17 @@ export declare const YouTubeVideoSchema: z.ZodObject<{
|
|
|
155
155
|
language?: string | undefined;
|
|
156
156
|
}[] | undefined;
|
|
157
157
|
}, {
|
|
158
|
-
duration?: string | undefined;
|
|
159
158
|
description?: string | undefined;
|
|
160
159
|
title?: string | undefined;
|
|
161
160
|
date?: string | undefined;
|
|
162
161
|
url?: string | undefined;
|
|
162
|
+
duration?: string | undefined;
|
|
163
163
|
text?: string | undefined;
|
|
164
|
-
tags?: string[] | undefined;
|
|
165
164
|
id?: string | undefined;
|
|
166
|
-
|
|
165
|
+
tags?: string[] | undefined;
|
|
167
166
|
commentsCount?: number | undefined;
|
|
168
167
|
comments?: number | undefined;
|
|
168
|
+
thumbnail?: string | undefined;
|
|
169
169
|
videoType?: string | undefined;
|
|
170
170
|
isLive?: boolean | undefined;
|
|
171
171
|
viewCount?: number | undefined;
|