@bubblelab/bubble-core 0.1.154 → 0.1.155
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 +115 -115
- package/dist/bubbles/service-bubble/agi-inc.d.ts +44 -44
- package/dist/bubbles/service-bubble/ai-agent.d.ts +64 -64
- package/dist/bubbles/service-bubble/airtable.d.ts +92 -92
- 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 +32 -32
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +52 -52
- 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 +12 -12
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +208 -208
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +50 -50
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +72 -72
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +11 -11
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +13 -13
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +2 -2
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +122 -122
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +154 -154
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +869 -869
- package/dist/bubbles/service-bubble/followupboss.d.ts +46 -46
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +60 -60
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +100 -100
- package/dist/bubbles/service-bubble/github.d.ts +152 -152
- package/dist/bubbles/service-bubble/gmail.d.ts +276 -276
- package/dist/bubbles/service-bubble/google-calendar.d.ts +110 -110
- package/dist/bubbles/service-bubble/google-drive.d.ts +54 -54
- 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 +34 -34
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +32 -32
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1234 -1234
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +208 -208
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +61 -61
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +75 -75
- package/dist/bubbles/service-bubble/telegram.d.ts +1488 -1488
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +7 -7
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +9 -9
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +428 -428
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +86 -86
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +158 -158
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- 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 +18 -18
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +62 -62
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +110 -110
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +24 -24
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -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
280
|
format?: string | undefined;
|
|
281
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
296
|
format?: string | undefined;
|
|
297
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
|
-
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;
|
|
@@ -381,25 +381,25 @@ export declare const TikTokVideoSchema: z.ZodObject<{
|
|
|
381
381
|
videoMeta?: {
|
|
382
382
|
format?: string | undefined;
|
|
383
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
|
-
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;
|
|
@@ -467,18 +467,18 @@ export declare const TikTokVideoSchema: z.ZodObject<{
|
|
|
467
467
|
videoMeta?: {
|
|
468
468
|
format?: string | undefined;
|
|
469
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?: "id" | "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" | "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?: "id" | "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" | "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>;
|
|
@@ -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;
|
|
@@ -83,13 +83,13 @@ 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
|
-
type?: "
|
|
86
|
+
type?: "video" | "photo" | "animated_gif" | undefined;
|
|
87
87
|
url?: string | undefined;
|
|
88
88
|
duration?: number | undefined;
|
|
89
89
|
width?: number | undefined;
|
|
90
90
|
height?: number | undefined;
|
|
91
91
|
}, {
|
|
92
|
-
type?: "
|
|
92
|
+
type?: "video" | "photo" | "animated_gif" | undefined;
|
|
93
93
|
url?: string | undefined;
|
|
94
94
|
duration?: number | undefined;
|
|
95
95
|
width?: number | undefined;
|
|
@@ -157,30 +157,16 @@ 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;
|
|
163
|
-
|
|
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;
|
|
162
|
+
text?: string | undefined;
|
|
177
163
|
author?: {
|
|
178
164
|
description?: string | undefined;
|
|
179
165
|
name?: string | undefined;
|
|
180
166
|
url?: string | undefined;
|
|
181
167
|
id?: string | undefined;
|
|
182
|
-
userName?: string | undefined;
|
|
183
168
|
following?: number | undefined;
|
|
169
|
+
userName?: string | undefined;
|
|
184
170
|
isVerified?: boolean | undefined;
|
|
185
171
|
isBlueVerified?: boolean | undefined;
|
|
186
172
|
profilePicture?: string | undefined;
|
|
@@ -189,7 +175,7 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
189
175
|
createdAt?: string | undefined;
|
|
190
176
|
} | undefined;
|
|
191
177
|
media?: (string | {
|
|
192
|
-
type?: "
|
|
178
|
+
type?: "video" | "photo" | "animated_gif" | undefined;
|
|
193
179
|
url?: string | undefined;
|
|
194
180
|
duration?: number | undefined;
|
|
195
181
|
width?: number | 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
|
-
text?: string | undefined;
|
|
211
|
-
url?: string | undefined;
|
|
212
|
-
id?: string | undefined;
|
|
213
192
|
entities?: {
|
|
214
193
|
hashtags?: {
|
|
215
194
|
text?: string | undefined;
|
|
@@ -224,13 +203,20 @@ 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
|
+
id?: string | undefined;
|
|
212
|
+
text?: string | undefined;
|
|
227
213
|
author?: {
|
|
228
214
|
description?: string | undefined;
|
|
229
215
|
name?: string | undefined;
|
|
230
216
|
url?: string | undefined;
|
|
231
217
|
id?: string | undefined;
|
|
232
|
-
userName?: string | undefined;
|
|
233
218
|
following?: number | undefined;
|
|
219
|
+
userName?: string | undefined;
|
|
234
220
|
isVerified?: boolean | undefined;
|
|
235
221
|
isBlueVerified?: boolean | undefined;
|
|
236
222
|
profilePicture?: string | undefined;
|
|
@@ -239,7 +225,7 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
239
225
|
createdAt?: string | undefined;
|
|
240
226
|
} | undefined;
|
|
241
227
|
media?: (string | {
|
|
242
|
-
type?: "
|
|
228
|
+
type?: "video" | "photo" | "animated_gif" | undefined;
|
|
243
229
|
url?: string | undefined;
|
|
244
230
|
duration?: number | undefined;
|
|
245
231
|
width?: number | 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;
|
|
@@ -47,7 +47,7 @@ export declare const YouTubeScraperInputSchema: z.ZodObject<{
|
|
|
47
47
|
subtitlesFormat: "xml" | "srt" | "vtt" | "plaintext";
|
|
48
48
|
searchQueries?: string[] | undefined;
|
|
49
49
|
sortingOrder?: "date" | "relevance" | "rating" | "views" | undefined;
|
|
50
|
-
dateFilter?: "
|
|
50
|
+
dateFilter?: "hour" | "today" | "week" | "month" | "year" | undefined;
|
|
51
51
|
videoType?: "video" | "movie" | undefined;
|
|
52
52
|
lengthFilter?: "under4" | "between420" | "plus20" | undefined;
|
|
53
53
|
isHD?: boolean | undefined;
|
|
@@ -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;
|
|
@@ -77,7 +77,7 @@ export declare const YouTubeScraperInputSchema: z.ZodObject<{
|
|
|
77
77
|
preferAutoGeneratedSubtitles?: boolean | undefined;
|
|
78
78
|
subtitlesFormat?: "xml" | "srt" | "vtt" | "plaintext" | undefined;
|
|
79
79
|
sortingOrder?: "date" | "relevance" | "rating" | "views" | undefined;
|
|
80
|
-
dateFilter?: "
|
|
80
|
+
dateFilter?: "hour" | "today" | "week" | "month" | "year" | undefined;
|
|
81
81
|
videoType?: "video" | "movie" | undefined;
|
|
82
82
|
lengthFilter?: "under4" | "between420" | "plus20" | undefined;
|
|
83
83
|
isHD?: boolean | undefined;
|
|
@@ -120,26 +120,26 @@ 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;
|
|
138
|
+
text?: string | undefined;
|
|
139
139
|
tags?: string[] | undefined;
|
|
140
|
-
thumbnail?: 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;
|
|
@@ -150,22 +150,22 @@ 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;
|
|
164
|
+
text?: string | undefined;
|
|
165
165
|
tags?: string[] | undefined;
|
|
166
|
-
thumbnail?: 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;
|
|
@@ -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
|
}>;
|