@bubblelab/bubble-core 0.1.154 → 0.1.156
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 +139 -138
- package/dist/bubbles/service-bubble/agi-inc.d.ts +88 -88
- package/dist/bubbles/service-bubble/ai-agent.d.ts +72 -72
- package/dist/bubbles/service-bubble/airtable.d.ts +114 -114
- 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 +28 -28
- 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 +24 -24
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +58 -58
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +112 -112
- package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +33 -33
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +33 -33
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +26 -26
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +16 -16
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +360 -360
- package/dist/bubbles/service-bubble/followupboss.d.ts +144 -144
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/github.d.ts +148 -148
- package/dist/bubbles/service-bubble/gmail.d.ts +328 -328
- package/dist/bubbles/service-bubble/google-calendar.d.ts +34 -34
- package/dist/bubbles/service-bubble/google-drive.d.ts +102 -102
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +30 -30
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/insforge-db.d.ts +18 -18
- package/dist/bubbles/service-bubble/jira/jira.d.ts +92 -92
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +102 -102
- package/dist/bubbles/service-bubble/notion/notion.d.ts +651 -651
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +28 -28
- package/dist/bubbles/service-bubble/postgresql.d.ts +18 -18
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/slack.d.ts +436 -436
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +72 -72
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +76 -76
- package/dist/bubbles/service-bubble/telegram.d.ts +66 -66
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +20 -20
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +334 -334
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +38 -38
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +66 -66
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +112 -112
- 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/web-search-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +38 -38
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +50 -50
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +100 -100
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +24 -24
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -84,12 +84,12 @@ declare const LinkedInPostedAtSchema: z.ZodObject<{
|
|
|
84
84
|
timestamp: z.ZodOptional<z.ZodNumber>;
|
|
85
85
|
}, "strip", z.ZodTypeAny, {
|
|
86
86
|
date?: string | undefined;
|
|
87
|
-
timestamp?: number | undefined;
|
|
88
87
|
relative?: string | undefined;
|
|
88
|
+
timestamp?: number | undefined;
|
|
89
89
|
}, {
|
|
90
90
|
date?: string | undefined;
|
|
91
|
-
timestamp?: number | undefined;
|
|
92
91
|
relative?: string | undefined;
|
|
92
|
+
timestamp?: number | undefined;
|
|
93
93
|
}>;
|
|
94
94
|
declare const LinkedInPostSchema: z.ZodObject<{
|
|
95
95
|
urn: z.ZodOptional<z.ZodObject<{
|
|
@@ -112,12 +112,12 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
112
112
|
timestamp: z.ZodOptional<z.ZodNumber>;
|
|
113
113
|
}, "strip", z.ZodTypeAny, {
|
|
114
114
|
date?: string | undefined;
|
|
115
|
-
timestamp?: number | undefined;
|
|
116
115
|
relative?: string | undefined;
|
|
116
|
+
timestamp?: number | undefined;
|
|
117
117
|
}, {
|
|
118
118
|
date?: string | undefined;
|
|
119
|
-
timestamp?: number | undefined;
|
|
120
119
|
relative?: string | undefined;
|
|
120
|
+
timestamp?: number | undefined;
|
|
121
121
|
}>>;
|
|
122
122
|
text: z.ZodOptional<z.ZodString>;
|
|
123
123
|
url: z.ZodOptional<z.ZodString>;
|
|
@@ -246,19 +246,8 @@ 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
|
-
text?: string | undefined;
|
|
250
249
|
url?: string | undefined;
|
|
251
|
-
|
|
252
|
-
total_reactions?: number | undefined;
|
|
253
|
-
like?: number | undefined;
|
|
254
|
-
support?: number | undefined;
|
|
255
|
-
love?: number | undefined;
|
|
256
|
-
insight?: number | undefined;
|
|
257
|
-
celebrate?: number | undefined;
|
|
258
|
-
funny?: number | undefined;
|
|
259
|
-
comments?: number | undefined;
|
|
260
|
-
reposts?: number | undefined;
|
|
261
|
-
} | undefined;
|
|
250
|
+
text?: string | undefined;
|
|
262
251
|
document?: {
|
|
263
252
|
title?: string | undefined;
|
|
264
253
|
url?: string | undefined;
|
|
@@ -273,8 +262,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
273
262
|
full_urn?: string | undefined;
|
|
274
263
|
posted_at?: {
|
|
275
264
|
date?: string | undefined;
|
|
276
|
-
timestamp?: number | undefined;
|
|
277
265
|
relative?: string | undefined;
|
|
266
|
+
timestamp?: number | undefined;
|
|
278
267
|
} | undefined;
|
|
279
268
|
post_type?: string | undefined;
|
|
280
269
|
author?: {
|
|
@@ -285,6 +274,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
285
274
|
profile_url?: string | undefined;
|
|
286
275
|
profile_picture?: string | undefined;
|
|
287
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;
|
|
288
288
|
media?: {
|
|
289
289
|
type?: string | undefined;
|
|
290
290
|
url?: string | undefined;
|
|
@@ -304,19 +304,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
304
304
|
reshared_post?: any;
|
|
305
305
|
pagination_token?: string | undefined;
|
|
306
306
|
}, {
|
|
307
|
-
text?: string | undefined;
|
|
308
307
|
url?: string | undefined;
|
|
309
|
-
|
|
310
|
-
total_reactions?: number | undefined;
|
|
311
|
-
like?: number | undefined;
|
|
312
|
-
support?: number | undefined;
|
|
313
|
-
love?: number | undefined;
|
|
314
|
-
insight?: number | undefined;
|
|
315
|
-
celebrate?: number | undefined;
|
|
316
|
-
funny?: number | undefined;
|
|
317
|
-
comments?: number | undefined;
|
|
318
|
-
reposts?: number | undefined;
|
|
319
|
-
} | undefined;
|
|
308
|
+
text?: string | undefined;
|
|
320
309
|
document?: {
|
|
321
310
|
title?: string | undefined;
|
|
322
311
|
url?: string | undefined;
|
|
@@ -331,8 +320,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
331
320
|
full_urn?: string | undefined;
|
|
332
321
|
posted_at?: {
|
|
333
322
|
date?: string | undefined;
|
|
334
|
-
timestamp?: number | undefined;
|
|
335
323
|
relative?: string | undefined;
|
|
324
|
+
timestamp?: number | undefined;
|
|
336
325
|
} | undefined;
|
|
337
326
|
post_type?: string | undefined;
|
|
338
327
|
author?: {
|
|
@@ -343,6 +332,17 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
343
332
|
profile_url?: string | undefined;
|
|
344
333
|
profile_picture?: string | undefined;
|
|
345
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;
|
|
346
346
|
media?: {
|
|
347
347
|
type?: string | undefined;
|
|
348
348
|
url?: string | undefined;
|
|
@@ -383,12 +383,12 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
383
383
|
timestamp: z.ZodOptional<z.ZodNumber>;
|
|
384
384
|
}, "strip", z.ZodTypeAny, {
|
|
385
385
|
date?: string | undefined;
|
|
386
|
-
timestamp?: number | undefined;
|
|
387
386
|
relative?: string | undefined;
|
|
387
|
+
timestamp?: number | undefined;
|
|
388
388
|
}, {
|
|
389
389
|
date?: string | undefined;
|
|
390
|
-
timestamp?: number | undefined;
|
|
391
390
|
relative?: string | undefined;
|
|
391
|
+
timestamp?: number | undefined;
|
|
392
392
|
}>>;
|
|
393
393
|
text: z.ZodOptional<z.ZodString>;
|
|
394
394
|
url: z.ZodOptional<z.ZodString>;
|
|
@@ -517,19 +517,8 @@ 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
|
-
text?: string | undefined;
|
|
521
520
|
url?: string | undefined;
|
|
522
|
-
|
|
523
|
-
total_reactions?: number | undefined;
|
|
524
|
-
like?: number | undefined;
|
|
525
|
-
support?: number | undefined;
|
|
526
|
-
love?: number | undefined;
|
|
527
|
-
insight?: number | undefined;
|
|
528
|
-
celebrate?: number | undefined;
|
|
529
|
-
funny?: number | undefined;
|
|
530
|
-
comments?: number | undefined;
|
|
531
|
-
reposts?: number | undefined;
|
|
532
|
-
} | undefined;
|
|
521
|
+
text?: string | undefined;
|
|
533
522
|
document?: {
|
|
534
523
|
title?: string | undefined;
|
|
535
524
|
url?: string | undefined;
|
|
@@ -544,8 +533,8 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
544
533
|
full_urn?: string | undefined;
|
|
545
534
|
posted_at?: {
|
|
546
535
|
date?: string | undefined;
|
|
547
|
-
timestamp?: number | undefined;
|
|
548
536
|
relative?: string | undefined;
|
|
537
|
+
timestamp?: number | undefined;
|
|
549
538
|
} | undefined;
|
|
550
539
|
post_type?: string | undefined;
|
|
551
540
|
author?: {
|
|
@@ -556,6 +545,17 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
556
545
|
profile_url?: string | undefined;
|
|
557
546
|
profile_picture?: string | undefined;
|
|
558
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;
|
|
559
559
|
media?: {
|
|
560
560
|
type?: string | undefined;
|
|
561
561
|
url?: string | undefined;
|
|
@@ -575,19 +575,8 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
575
575
|
reshared_post?: any;
|
|
576
576
|
pagination_token?: string | undefined;
|
|
577
577
|
}, {
|
|
578
|
-
text?: string | undefined;
|
|
579
578
|
url?: string | undefined;
|
|
580
|
-
|
|
581
|
-
total_reactions?: number | undefined;
|
|
582
|
-
like?: number | undefined;
|
|
583
|
-
support?: number | undefined;
|
|
584
|
-
love?: number | undefined;
|
|
585
|
-
insight?: number | undefined;
|
|
586
|
-
celebrate?: number | undefined;
|
|
587
|
-
funny?: number | undefined;
|
|
588
|
-
comments?: number | undefined;
|
|
589
|
-
reposts?: number | undefined;
|
|
590
|
-
} | undefined;
|
|
579
|
+
text?: string | undefined;
|
|
591
580
|
document?: {
|
|
592
581
|
title?: string | undefined;
|
|
593
582
|
url?: string | undefined;
|
|
@@ -602,8 +591,8 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
602
591
|
full_urn?: string | undefined;
|
|
603
592
|
posted_at?: {
|
|
604
593
|
date?: string | undefined;
|
|
605
|
-
timestamp?: number | undefined;
|
|
606
594
|
relative?: string | undefined;
|
|
595
|
+
timestamp?: number | undefined;
|
|
607
596
|
} | undefined;
|
|
608
597
|
post_type?: string | undefined;
|
|
609
598
|
author?: {
|
|
@@ -614,6 +603,17 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
614
603
|
profile_url?: string | undefined;
|
|
615
604
|
profile_picture?: string | undefined;
|
|
616
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;
|
|
617
617
|
media?: {
|
|
618
618
|
type?: string | undefined;
|
|
619
619
|
url?: 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;
|
|
315
314
|
id?: string | undefined;
|
|
316
315
|
input?: string | undefined;
|
|
316
|
+
text?: string | undefined;
|
|
317
317
|
hashtags?: {
|
|
318
318
|
name?: string | undefined;
|
|
319
319
|
}[] | 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;
|
|
401
400
|
id?: string | undefined;
|
|
402
401
|
input?: string | undefined;
|
|
402
|
+
text?: string | undefined;
|
|
403
403
|
hashtags?: {
|
|
404
404
|
name?: string | undefined;
|
|
405
405
|
}[] | 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?: "id" | "or" | "ts" | "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" | "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?: "id" | "or" | "ts" | "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" | "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>;
|
|
@@ -46,8 +46,8 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
46
46
|
name?: string | undefined;
|
|
47
47
|
url?: string | undefined;
|
|
48
48
|
id?: string | undefined;
|
|
49
|
-
userName?: string | undefined;
|
|
50
49
|
following?: number | undefined;
|
|
50
|
+
userName?: string | undefined;
|
|
51
51
|
isVerified?: boolean | undefined;
|
|
52
52
|
isBlueVerified?: boolean | undefined;
|
|
53
53
|
profilePicture?: string | undefined;
|
|
@@ -59,8 +59,8 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
59
59
|
name?: string | undefined;
|
|
60
60
|
url?: string | undefined;
|
|
61
61
|
id?: string | undefined;
|
|
62
|
-
userName?: string | undefined;
|
|
63
62
|
following?: number | undefined;
|
|
63
|
+
userName?: string | undefined;
|
|
64
64
|
isVerified?: boolean | undefined;
|
|
65
65
|
isBlueVerified?: boolean | undefined;
|
|
66
66
|
profilePicture?: string | undefined;
|
|
@@ -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
|
-
text?: string | undefined;
|
|
161
160
|
url?: string | undefined;
|
|
162
161
|
id?: string | undefined;
|
|
162
|
+
text?: string | undefined;
|
|
163
163
|
entities?: {
|
|
164
164
|
hashtags?: {
|
|
165
165
|
text?: string | undefined;
|
|
@@ -179,8 +179,8 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
179
179
|
name?: string | undefined;
|
|
180
180
|
url?: string | undefined;
|
|
181
181
|
id?: string | undefined;
|
|
182
|
-
userName?: string | undefined;
|
|
183
182
|
following?: number | undefined;
|
|
183
|
+
userName?: string | undefined;
|
|
184
184
|
isVerified?: boolean | undefined;
|
|
185
185
|
isBlueVerified?: boolean | undefined;
|
|
186
186
|
profilePicture?: string | undefined;
|
|
@@ -207,9 +207,9 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
207
207
|
isQuote?: boolean | undefined;
|
|
208
208
|
isReply?: boolean | undefined;
|
|
209
209
|
}, {
|
|
210
|
-
text?: string | undefined;
|
|
211
210
|
url?: string | undefined;
|
|
212
211
|
id?: string | undefined;
|
|
212
|
+
text?: string | undefined;
|
|
213
213
|
entities?: {
|
|
214
214
|
hashtags?: {
|
|
215
215
|
text?: string | undefined;
|
|
@@ -229,8 +229,8 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
229
229
|
name?: string | undefined;
|
|
230
230
|
url?: string | undefined;
|
|
231
231
|
id?: string | undefined;
|
|
232
|
-
userName?: string | undefined;
|
|
233
232
|
following?: number | undefined;
|
|
233
|
+
userName?: string | undefined;
|
|
234
234
|
isVerified?: boolean | undefined;
|
|
235
235
|
isBlueVerified?: boolean | undefined;
|
|
236
236
|
profilePicture?: string | 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
|
-
text?: string | undefined;
|
|
124
123
|
url?: string | undefined;
|
|
124
|
+
text?: string | undefined;
|
|
125
125
|
language?: string | undefined;
|
|
126
126
|
}, {
|
|
127
|
-
text?: string | undefined;
|
|
128
127
|
url?: string | undefined;
|
|
128
|
+
text?: string | undefined;
|
|
129
129
|
language?: string | undefined;
|
|
130
130
|
}>, "many">>;
|
|
131
131
|
}, "strip", z.ZodTypeAny, {
|
|
132
132
|
description?: string | undefined;
|
|
133
133
|
title?: string | undefined;
|
|
134
134
|
date?: string | undefined;
|
|
135
|
-
text?: string | undefined;
|
|
136
135
|
url?: string | undefined;
|
|
137
136
|
duration?: string | undefined;
|
|
138
137
|
id?: string | undefined;
|
|
139
138
|
tags?: string[] | undefined;
|
|
139
|
+
text?: 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
|
-
text?: string | undefined;
|
|
154
153
|
url?: string | undefined;
|
|
154
|
+
text?: string | undefined;
|
|
155
155
|
language?: string | undefined;
|
|
156
156
|
}[] | undefined;
|
|
157
157
|
}, {
|
|
158
158
|
description?: string | undefined;
|
|
159
159
|
title?: string | undefined;
|
|
160
160
|
date?: string | undefined;
|
|
161
|
-
text?: string | undefined;
|
|
162
161
|
url?: string | undefined;
|
|
163
162
|
duration?: string | undefined;
|
|
164
163
|
id?: string | undefined;
|
|
165
164
|
tags?: string[] | undefined;
|
|
165
|
+
text?: 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
|
-
text?: string | undefined;
|
|
180
179
|
url?: string | undefined;
|
|
180
|
+
text?: string | undefined;
|
|
181
181
|
language?: string | undefined;
|
|
182
182
|
}[] | undefined;
|
|
183
183
|
}>;
|