@bubblelab/bubble-core 0.1.210 → 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 +132 -111
- 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/ai-agent.d.ts +84 -84
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +2 -1
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +100 -100
- 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 +22 -22
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +114 -114
- 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 +5 -5
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
- package/dist/bubbles/service-bubble/firecrawl.d.ts +278 -278
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/github.d.ts +12 -12
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-calendar.d.ts +80 -80
- package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
- package/dist/bubbles/service-bubble/http.d.ts +6 -6
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +16 -16
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/notion/notion.d.ts +272 -272
- 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 +9 -9
- 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/sendsafely/sendsafely.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +294 -294
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +39 -39
- 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/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +385 -385
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-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/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- 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 +44 -44
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
- 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
|
@@ -246,8 +246,19 @@ 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
|
-
|
|
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;
|
|
250
260
|
text?: string | undefined;
|
|
261
|
+
url?: string | undefined;
|
|
251
262
|
document?: {
|
|
252
263
|
title?: string | undefined;
|
|
253
264
|
url?: string | undefined;
|
|
@@ -259,7 +270,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
259
270
|
share_urn?: string | null | undefined;
|
|
260
271
|
ugcPost_urn?: string | null | undefined;
|
|
261
272
|
} | undefined;
|
|
262
|
-
full_urn?: string | undefined;
|
|
263
273
|
posted_at?: {
|
|
264
274
|
date?: string | undefined;
|
|
265
275
|
relative?: string | undefined;
|
|
@@ -274,17 +284,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
274
284
|
profile_url?: string | undefined;
|
|
275
285
|
profile_picture?: string | undefined;
|
|
276
286
|
} | 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;
|
|
288
287
|
media?: {
|
|
289
288
|
type?: string | undefined;
|
|
290
289
|
url?: string | undefined;
|
|
@@ -295,6 +294,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
295
294
|
}[] | undefined;
|
|
296
295
|
thumbnail?: string | undefined;
|
|
297
296
|
} | undefined;
|
|
297
|
+
full_urn?: string | undefined;
|
|
298
298
|
article?: {
|
|
299
299
|
title?: string | undefined;
|
|
300
300
|
url?: string | undefined;
|
|
@@ -304,8 +304,19 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
304
304
|
reshared_post?: any;
|
|
305
305
|
pagination_token?: string | undefined;
|
|
306
306
|
}, {
|
|
307
|
-
|
|
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;
|
|
308
318
|
text?: string | undefined;
|
|
319
|
+
url?: string | undefined;
|
|
309
320
|
document?: {
|
|
310
321
|
title?: string | undefined;
|
|
311
322
|
url?: string | undefined;
|
|
@@ -317,7 +328,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
317
328
|
share_urn?: string | null | undefined;
|
|
318
329
|
ugcPost_urn?: string | null | undefined;
|
|
319
330
|
} | undefined;
|
|
320
|
-
full_urn?: string | undefined;
|
|
321
331
|
posted_at?: {
|
|
322
332
|
date?: string | undefined;
|
|
323
333
|
relative?: string | undefined;
|
|
@@ -332,17 +342,6 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
332
342
|
profile_url?: string | undefined;
|
|
333
343
|
profile_picture?: string | undefined;
|
|
334
344
|
} | 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;
|
|
346
345
|
media?: {
|
|
347
346
|
type?: string | undefined;
|
|
348
347
|
url?: string | undefined;
|
|
@@ -353,6 +352,7 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
353
352
|
}[] | undefined;
|
|
354
353
|
thumbnail?: string | undefined;
|
|
355
354
|
} | undefined;
|
|
355
|
+
full_urn?: string | undefined;
|
|
356
356
|
article?: {
|
|
357
357
|
title?: string | undefined;
|
|
358
358
|
url?: string | undefined;
|
|
@@ -517,8 +517,19 @@ 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
|
-
|
|
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;
|
|
521
531
|
text?: string | undefined;
|
|
532
|
+
url?: string | undefined;
|
|
522
533
|
document?: {
|
|
523
534
|
title?: string | undefined;
|
|
524
535
|
url?: string | undefined;
|
|
@@ -530,7 +541,6 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
530
541
|
share_urn?: string | null | undefined;
|
|
531
542
|
ugcPost_urn?: string | null | undefined;
|
|
532
543
|
} | undefined;
|
|
533
|
-
full_urn?: string | undefined;
|
|
534
544
|
posted_at?: {
|
|
535
545
|
date?: string | undefined;
|
|
536
546
|
relative?: string | undefined;
|
|
@@ -545,17 +555,6 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
545
555
|
profile_url?: string | undefined;
|
|
546
556
|
profile_picture?: string | undefined;
|
|
547
557
|
} | 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;
|
|
559
558
|
media?: {
|
|
560
559
|
type?: string | undefined;
|
|
561
560
|
url?: string | undefined;
|
|
@@ -566,6 +565,7 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
566
565
|
}[] | undefined;
|
|
567
566
|
thumbnail?: string | undefined;
|
|
568
567
|
} | undefined;
|
|
568
|
+
full_urn?: string | undefined;
|
|
569
569
|
article?: {
|
|
570
570
|
title?: string | undefined;
|
|
571
571
|
url?: string | undefined;
|
|
@@ -575,8 +575,19 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
575
575
|
reshared_post?: any;
|
|
576
576
|
pagination_token?: string | undefined;
|
|
577
577
|
}, {
|
|
578
|
-
|
|
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;
|
|
579
589
|
text?: string | undefined;
|
|
590
|
+
url?: string | undefined;
|
|
580
591
|
document?: {
|
|
581
592
|
title?: string | undefined;
|
|
582
593
|
url?: string | undefined;
|
|
@@ -588,7 +599,6 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
588
599
|
share_urn?: string | null | undefined;
|
|
589
600
|
ugcPost_urn?: string | null | undefined;
|
|
590
601
|
} | undefined;
|
|
591
|
-
full_urn?: string | undefined;
|
|
592
602
|
posted_at?: {
|
|
593
603
|
date?: string | undefined;
|
|
594
604
|
relative?: string | undefined;
|
|
@@ -603,17 +613,6 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
603
613
|
profile_url?: string | undefined;
|
|
604
614
|
profile_picture?: string | undefined;
|
|
605
615
|
} | 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;
|
|
617
616
|
media?: {
|
|
618
617
|
type?: string | undefined;
|
|
619
618
|
url?: string | undefined;
|
|
@@ -624,6 +623,7 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
624
623
|
}[] | undefined;
|
|
625
624
|
thumbnail?: string | undefined;
|
|
626
625
|
} | undefined;
|
|
626
|
+
full_urn?: string | undefined;
|
|
627
627
|
article?: {
|
|
628
628
|
title?: string | undefined;
|
|
629
629
|
url?: string | undefined;
|
|
@@ -277,8 +277,8 @@ export declare const TikTokVideoSchema: z.ZodObject<{
|
|
|
277
277
|
}>, "many">>;
|
|
278
278
|
width: z.ZodOptional<z.ZodNumber>;
|
|
279
279
|
}, "strip", z.ZodTypeAny, {
|
|
280
|
-
format?: string | undefined;
|
|
281
280
|
duration?: number | undefined;
|
|
281
|
+
format?: string | undefined;
|
|
282
282
|
width?: number | undefined;
|
|
283
283
|
height?: number | undefined;
|
|
284
284
|
coverUrl?: string | undefined;
|
|
@@ -293,8 +293,8 @@ export declare const TikTokVideoSchema: z.ZodObject<{
|
|
|
293
293
|
sourceUnabbreviated?: string | undefined;
|
|
294
294
|
}[] | undefined;
|
|
295
295
|
}, {
|
|
296
|
-
format?: string | undefined;
|
|
297
296
|
duration?: number | undefined;
|
|
297
|
+
format?: string | undefined;
|
|
298
298
|
width?: number | undefined;
|
|
299
299
|
height?: number | undefined;
|
|
300
300
|
coverUrl?: string | undefined;
|
|
@@ -311,9 +311,9 @@ export declare const TikTokVideoSchema: z.ZodObject<{
|
|
|
311
311
|
}>>;
|
|
312
312
|
webVideoUrl: z.ZodOptional<z.ZodString>;
|
|
313
313
|
}, "strip", z.ZodTypeAny, {
|
|
314
|
+
text?: string | undefined;
|
|
314
315
|
id?: string | undefined;
|
|
315
316
|
input?: string | undefined;
|
|
316
|
-
text?: string | undefined;
|
|
317
317
|
hashtags?: {
|
|
318
318
|
name?: string | undefined;
|
|
319
319
|
}[] | undefined;
|
|
@@ -379,8 +379,8 @@ export declare const TikTokVideoSchema: z.ZodObject<{
|
|
|
379
379
|
shareCount?: number | undefined;
|
|
380
380
|
textLanguage?: string | undefined;
|
|
381
381
|
videoMeta?: {
|
|
382
|
-
format?: string | undefined;
|
|
383
382
|
duration?: number | undefined;
|
|
383
|
+
format?: string | undefined;
|
|
384
384
|
width?: number | undefined;
|
|
385
385
|
height?: number | undefined;
|
|
386
386
|
coverUrl?: string | undefined;
|
|
@@ -397,9 +397,9 @@ export declare const TikTokVideoSchema: z.ZodObject<{
|
|
|
397
397
|
} | undefined;
|
|
398
398
|
webVideoUrl?: string | undefined;
|
|
399
399
|
}, {
|
|
400
|
+
text?: string | undefined;
|
|
400
401
|
id?: string | undefined;
|
|
401
402
|
input?: string | undefined;
|
|
402
|
-
text?: string | undefined;
|
|
403
403
|
hashtags?: {
|
|
404
404
|
name?: string | undefined;
|
|
405
405
|
}[] | undefined;
|
|
@@ -465,8 +465,8 @@ export declare const TikTokVideoSchema: z.ZodObject<{
|
|
|
465
465
|
shareCount?: number | undefined;
|
|
466
466
|
textLanguage?: string | undefined;
|
|
467
467
|
videoMeta?: {
|
|
468
|
-
format?: string | undefined;
|
|
469
468
|
duration?: number | undefined;
|
|
469
|
+
format?: string | undefined;
|
|
470
470
|
width?: number | undefined;
|
|
471
471
|
height?: number | undefined;
|
|
472
472
|
coverUrl?: string | undefined;
|
|
@@ -44,8 +44,8 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
45
|
description?: string | undefined;
|
|
46
46
|
name?: string | undefined;
|
|
47
|
-
url?: string | undefined;
|
|
48
47
|
id?: string | undefined;
|
|
48
|
+
url?: string | undefined;
|
|
49
49
|
following?: number | undefined;
|
|
50
50
|
userName?: string | undefined;
|
|
51
51
|
isVerified?: boolean | undefined;
|
|
@@ -57,8 +57,8 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
57
57
|
}, {
|
|
58
58
|
description?: string | undefined;
|
|
59
59
|
name?: string | undefined;
|
|
60
|
-
url?: string | undefined;
|
|
61
60
|
id?: string | undefined;
|
|
61
|
+
url?: string | undefined;
|
|
62
62
|
following?: number | undefined;
|
|
63
63
|
userName?: string | undefined;
|
|
64
64
|
isVerified?: boolean | undefined;
|
|
@@ -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
|
+
duration?: number | undefined;
|
|
86
87
|
type?: "photo" | "video" | "animated_gif" | undefined;
|
|
87
88
|
url?: string | undefined;
|
|
88
|
-
duration?: number | undefined;
|
|
89
89
|
width?: number | undefined;
|
|
90
90
|
height?: number | undefined;
|
|
91
91
|
}, {
|
|
92
|
+
duration?: number | undefined;
|
|
92
93
|
type?: "photo" | "video" | "animated_gif" | undefined;
|
|
93
94
|
url?: string | undefined;
|
|
94
|
-
duration?: number | undefined;
|
|
95
95
|
width?: number | undefined;
|
|
96
96
|
height?: number | undefined;
|
|
97
97
|
}>]>, "many">>;
|
|
@@ -157,9 +157,9 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
157
157
|
isQuote: z.ZodOptional<z.ZodBoolean>;
|
|
158
158
|
isReply: z.ZodOptional<z.ZodBoolean>;
|
|
159
159
|
}, "strip", z.ZodTypeAny, {
|
|
160
|
-
url?: string | undefined;
|
|
161
|
-
id?: string | undefined;
|
|
162
160
|
text?: string | undefined;
|
|
161
|
+
id?: string | undefined;
|
|
162
|
+
url?: string | undefined;
|
|
163
163
|
entities?: {
|
|
164
164
|
hashtags?: {
|
|
165
165
|
text?: string | undefined;
|
|
@@ -177,8 +177,8 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
177
177
|
author?: {
|
|
178
178
|
description?: string | undefined;
|
|
179
179
|
name?: string | undefined;
|
|
180
|
-
url?: string | undefined;
|
|
181
180
|
id?: string | undefined;
|
|
181
|
+
url?: string | undefined;
|
|
182
182
|
following?: number | undefined;
|
|
183
183
|
userName?: string | undefined;
|
|
184
184
|
isVerified?: boolean | undefined;
|
|
@@ -189,9 +189,9 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
189
189
|
createdAt?: string | undefined;
|
|
190
190
|
} | undefined;
|
|
191
191
|
media?: (string | {
|
|
192
|
+
duration?: number | undefined;
|
|
192
193
|
type?: "photo" | "video" | "animated_gif" | undefined;
|
|
193
194
|
url?: string | undefined;
|
|
194
|
-
duration?: number | undefined;
|
|
195
195
|
width?: number | undefined;
|
|
196
196
|
height?: number | undefined;
|
|
197
197
|
})[] | undefined;
|
|
@@ -207,9 +207,9 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
207
207
|
isQuote?: boolean | undefined;
|
|
208
208
|
isReply?: boolean | undefined;
|
|
209
209
|
}, {
|
|
210
|
-
url?: string | undefined;
|
|
211
|
-
id?: string | undefined;
|
|
212
210
|
text?: string | undefined;
|
|
211
|
+
id?: string | undefined;
|
|
212
|
+
url?: string | undefined;
|
|
213
213
|
entities?: {
|
|
214
214
|
hashtags?: {
|
|
215
215
|
text?: string | undefined;
|
|
@@ -227,8 +227,8 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
227
227
|
author?: {
|
|
228
228
|
description?: string | undefined;
|
|
229
229
|
name?: string | undefined;
|
|
230
|
-
url?: string | undefined;
|
|
231
230
|
id?: string | undefined;
|
|
231
|
+
url?: string | undefined;
|
|
232
232
|
following?: number | undefined;
|
|
233
233
|
userName?: string | undefined;
|
|
234
234
|
isVerified?: boolean | undefined;
|
|
@@ -239,9 +239,9 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
239
239
|
createdAt?: string | undefined;
|
|
240
240
|
} | undefined;
|
|
241
241
|
media?: (string | {
|
|
242
|
+
duration?: number | undefined;
|
|
242
243
|
type?: "photo" | "video" | "animated_gif" | undefined;
|
|
243
244
|
url?: string | undefined;
|
|
244
|
-
duration?: number | undefined;
|
|
245
245
|
width?: number | undefined;
|
|
246
246
|
height?: number | undefined;
|
|
247
247
|
})[] | undefined;
|
|
@@ -120,23 +120,23 @@ export declare const YouTubeVideoSchema: z.ZodObject<{
|
|
|
120
120
|
url: z.ZodOptional<z.ZodString>;
|
|
121
121
|
text: z.ZodOptional<z.ZodString>;
|
|
122
122
|
}, "strip", z.ZodTypeAny, {
|
|
123
|
-
url?: string | undefined;
|
|
124
123
|
text?: string | undefined;
|
|
124
|
+
url?: string | undefined;
|
|
125
125
|
language?: string | undefined;
|
|
126
126
|
}, {
|
|
127
|
-
url?: string | undefined;
|
|
128
127
|
text?: string | undefined;
|
|
128
|
+
url?: string | undefined;
|
|
129
129
|
language?: string | undefined;
|
|
130
130
|
}>, "many">>;
|
|
131
131
|
}, "strip", z.ZodTypeAny, {
|
|
132
|
+
duration?: string | undefined;
|
|
132
133
|
description?: string | undefined;
|
|
133
134
|
title?: string | undefined;
|
|
134
135
|
date?: string | undefined;
|
|
135
|
-
url?: string | undefined;
|
|
136
|
-
duration?: string | undefined;
|
|
137
|
-
id?: string | undefined;
|
|
138
|
-
tags?: string[] | undefined;
|
|
139
136
|
text?: string | undefined;
|
|
137
|
+
tags?: string[] | undefined;
|
|
138
|
+
id?: string | undefined;
|
|
139
|
+
url?: string | undefined;
|
|
140
140
|
thumbnail?: string | undefined;
|
|
141
141
|
commentsCount?: number | undefined;
|
|
142
142
|
comments?: number | undefined;
|
|
@@ -150,19 +150,19 @@ export declare const YouTubeVideoSchema: z.ZodObject<{
|
|
|
150
150
|
thumbnailUrl?: string | undefined;
|
|
151
151
|
category?: string | undefined;
|
|
152
152
|
subtitles?: {
|
|
153
|
-
url?: string | undefined;
|
|
154
153
|
text?: string | undefined;
|
|
154
|
+
url?: string | undefined;
|
|
155
155
|
language?: string | undefined;
|
|
156
156
|
}[] | undefined;
|
|
157
157
|
}, {
|
|
158
|
+
duration?: string | undefined;
|
|
158
159
|
description?: string | undefined;
|
|
159
160
|
title?: string | undefined;
|
|
160
161
|
date?: string | undefined;
|
|
161
|
-
url?: string | undefined;
|
|
162
|
-
duration?: string | undefined;
|
|
163
|
-
id?: string | undefined;
|
|
164
|
-
tags?: string[] | undefined;
|
|
165
162
|
text?: string | undefined;
|
|
163
|
+
tags?: string[] | undefined;
|
|
164
|
+
id?: string | undefined;
|
|
165
|
+
url?: string | undefined;
|
|
166
166
|
thumbnail?: string | undefined;
|
|
167
167
|
commentsCount?: number | undefined;
|
|
168
168
|
comments?: number | undefined;
|
|
@@ -176,8 +176,8 @@ export declare const YouTubeVideoSchema: z.ZodObject<{
|
|
|
176
176
|
thumbnailUrl?: string | undefined;
|
|
177
177
|
category?: string | undefined;
|
|
178
178
|
subtitles?: {
|
|
179
|
-
url?: string | undefined;
|
|
180
179
|
text?: string | undefined;
|
|
180
|
+
url?: string | undefined;
|
|
181
181
|
language?: string | undefined;
|
|
182
182
|
}[] | undefined;
|
|
183
183
|
}>;
|