@bubblelab/bubble-core 0.1.163 → 0.1.165
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 +142 -142
- package/dist/bubbles/service-bubble/agent-memory.d.ts +104 -0
- package/dist/bubbles/service-bubble/agent-memory.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/agent-memory.js +626 -0
- package/dist/bubbles/service-bubble/agent-memory.js.map +1 -0
- package/dist/bubbles/service-bubble/agi-inc.d.ts +60 -60
- package/dist/bubbles/service-bubble/ai-agent.d.ts +20 -8
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +129 -5
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +50 -50
- 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 +4 -4
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +12 -12
- 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 +10 -10
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +54 -54
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +22 -22
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +28 -28
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +144 -144
- package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +62 -62
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +84 -84
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +28 -28
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +30 -30
- package/dist/bubbles/service-bubble/capability-pipeline.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/capability-pipeline.js +2 -0
- package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +24 -24
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +24 -24
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +126 -126
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +628 -628
- package/dist/bubbles/service-bubble/followupboss.d.ts +140 -140
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +68 -68
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/github.d.ts +104 -104
- package/dist/bubbles/service-bubble/gmail.d.ts +92 -92
- package/dist/bubbles/service-bubble/google-calendar.d.ts +138 -138
- package/dist/bubbles/service-bubble/google-drive.d.ts +60 -60
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +48 -48
- package/dist/bubbles/service-bubble/hello-world.d.ts +8 -8
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +86 -86
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +94 -94
- package/dist/bubbles/service-bubble/notion/notion.d.ts +534 -534
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/posthog/posthog.d.ts +22 -22
- package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +26 -26
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +10 -10
- package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +12 -12
- package/dist/bubbles/service-bubble/slack/slack.d.ts +316 -316
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +125 -125
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +143 -143
- package/dist/bubbles/service-bubble/telegram.d.ts +1537 -1537
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +13 -13
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +13 -13
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
- 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 +16 -16
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +26 -26
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-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 +14 -14
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +212 -212
- 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 +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +72 -72
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +30 -30
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +90 -90
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
- package/dist/bubbles.json +7 -2
- 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>;
|
|
@@ -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
|
-
subtitle?: string | undefined;
|
|
223
222
|
thumbnail?: string | undefined;
|
|
223
|
+
subtitle?: string | undefined;
|
|
224
224
|
}, {
|
|
225
225
|
title?: string | undefined;
|
|
226
226
|
url?: string | undefined;
|
|
227
|
-
subtitle?: string | undefined;
|
|
228
227
|
thumbnail?: string | undefined;
|
|
228
|
+
subtitle?: string | undefined;
|
|
229
229
|
}>>;
|
|
230
230
|
document: z.ZodOptional<z.ZodObject<{
|
|
231
231
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -246,8 +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
|
-
url?: string | undefined;
|
|
250
249
|
text?: string | undefined;
|
|
250
|
+
url?: string | undefined;
|
|
251
251
|
document?: {
|
|
252
252
|
title?: string | undefined;
|
|
253
253
|
url?: string | undefined;
|
|
@@ -262,8 +262,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
262
262
|
full_urn?: string | undefined;
|
|
263
263
|
posted_at?: {
|
|
264
264
|
date?: string | undefined;
|
|
265
|
-
timestamp?: number | undefined;
|
|
266
265
|
relative?: string | undefined;
|
|
266
|
+
timestamp?: number | undefined;
|
|
267
267
|
} | undefined;
|
|
268
268
|
post_type?: string | undefined;
|
|
269
269
|
author?: {
|
|
@@ -298,14 +298,14 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
298
298
|
article?: {
|
|
299
299
|
title?: string | undefined;
|
|
300
300
|
url?: string | undefined;
|
|
301
|
-
subtitle?: string | undefined;
|
|
302
301
|
thumbnail?: string | undefined;
|
|
302
|
+
subtitle?: string | undefined;
|
|
303
303
|
} | undefined;
|
|
304
304
|
reshared_post?: any;
|
|
305
305
|
pagination_token?: string | undefined;
|
|
306
306
|
}, {
|
|
307
|
-
url?: string | undefined;
|
|
308
307
|
text?: string | undefined;
|
|
308
|
+
url?: string | undefined;
|
|
309
309
|
document?: {
|
|
310
310
|
title?: string | undefined;
|
|
311
311
|
url?: string | undefined;
|
|
@@ -320,8 +320,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
320
320
|
full_urn?: string | undefined;
|
|
321
321
|
posted_at?: {
|
|
322
322
|
date?: string | undefined;
|
|
323
|
-
timestamp?: number | undefined;
|
|
324
323
|
relative?: string | undefined;
|
|
324
|
+
timestamp?: number | undefined;
|
|
325
325
|
} | undefined;
|
|
326
326
|
post_type?: string | undefined;
|
|
327
327
|
author?: {
|
|
@@ -356,8 +356,8 @@ declare const LinkedInPostSchema: z.ZodObject<{
|
|
|
356
356
|
article?: {
|
|
357
357
|
title?: string | undefined;
|
|
358
358
|
url?: string | undefined;
|
|
359
|
-
subtitle?: string | undefined;
|
|
360
359
|
thumbnail?: string | undefined;
|
|
360
|
+
subtitle?: string | undefined;
|
|
361
361
|
} | undefined;
|
|
362
362
|
reshared_post?: any;
|
|
363
363
|
pagination_token?: 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>;
|
|
@@ -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
|
-
subtitle?: string | undefined;
|
|
494
493
|
thumbnail?: string | undefined;
|
|
494
|
+
subtitle?: string | undefined;
|
|
495
495
|
}, {
|
|
496
496
|
title?: string | undefined;
|
|
497
497
|
url?: string | undefined;
|
|
498
|
-
subtitle?: string | undefined;
|
|
499
498
|
thumbnail?: string | undefined;
|
|
499
|
+
subtitle?: string | undefined;
|
|
500
500
|
}>>;
|
|
501
501
|
document: z.ZodOptional<z.ZodObject<{
|
|
502
502
|
title: z.ZodOptional<z.ZodString>;
|
|
@@ -517,8 +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
|
-
url?: string | undefined;
|
|
521
520
|
text?: string | undefined;
|
|
521
|
+
url?: string | undefined;
|
|
522
522
|
document?: {
|
|
523
523
|
title?: string | undefined;
|
|
524
524
|
url?: string | undefined;
|
|
@@ -533,8 +533,8 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
533
533
|
full_urn?: string | undefined;
|
|
534
534
|
posted_at?: {
|
|
535
535
|
date?: string | undefined;
|
|
536
|
-
timestamp?: number | undefined;
|
|
537
536
|
relative?: string | undefined;
|
|
537
|
+
timestamp?: number | undefined;
|
|
538
538
|
} | undefined;
|
|
539
539
|
post_type?: string | undefined;
|
|
540
540
|
author?: {
|
|
@@ -569,14 +569,14 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
569
569
|
article?: {
|
|
570
570
|
title?: string | undefined;
|
|
571
571
|
url?: string | undefined;
|
|
572
|
-
subtitle?: string | undefined;
|
|
573
572
|
thumbnail?: string | undefined;
|
|
573
|
+
subtitle?: string | undefined;
|
|
574
574
|
} | undefined;
|
|
575
575
|
reshared_post?: any;
|
|
576
576
|
pagination_token?: string | undefined;
|
|
577
577
|
}, {
|
|
578
|
-
url?: string | undefined;
|
|
579
578
|
text?: string | undefined;
|
|
579
|
+
url?: string | undefined;
|
|
580
580
|
document?: {
|
|
581
581
|
title?: string | undefined;
|
|
582
582
|
url?: string | undefined;
|
|
@@ -591,8 +591,8 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
591
591
|
full_urn?: string | undefined;
|
|
592
592
|
posted_at?: {
|
|
593
593
|
date?: string | undefined;
|
|
594
|
-
timestamp?: number | undefined;
|
|
595
594
|
relative?: string | undefined;
|
|
595
|
+
timestamp?: number | undefined;
|
|
596
596
|
} | undefined;
|
|
597
597
|
post_type?: string | undefined;
|
|
598
598
|
author?: {
|
|
@@ -627,8 +627,8 @@ export declare const LinkedInProfilePostsOutputSchema: z.ZodObject<{
|
|
|
627
627
|
article?: {
|
|
628
628
|
title?: string | undefined;
|
|
629
629
|
url?: string | undefined;
|
|
630
|
-
subtitle?: string | undefined;
|
|
631
630
|
thumbnail?: string | undefined;
|
|
631
|
+
subtitle?: 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;
|
|
264
265
|
language?: string | undefined;
|
|
265
266
|
downloadLink?: string | undefined;
|
|
266
267
|
tiktokLink?: string | undefined;
|
|
267
268
|
source?: string | undefined;
|
|
268
269
|
sourceUnabbreviated?: string | undefined;
|
|
269
|
-
version?: string | undefined;
|
|
270
270
|
}, {
|
|
271
|
+
version?: string | undefined;
|
|
271
272
|
language?: string | undefined;
|
|
272
273
|
downloadLink?: string | undefined;
|
|
273
274
|
tiktokLink?: string | undefined;
|
|
274
275
|
source?: string | undefined;
|
|
275
276
|
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;
|
|
283
282
|
width?: number | undefined;
|
|
284
283
|
height?: number | undefined;
|
|
284
|
+
coverUrl?: string | undefined;
|
|
285
285
|
definition?: string | undefined;
|
|
286
286
|
originalCoverUrl?: string | undefined;
|
|
287
287
|
subtitleLinks?: {
|
|
288
|
+
version?: string | undefined;
|
|
288
289
|
language?: string | undefined;
|
|
289
290
|
downloadLink?: string | undefined;
|
|
290
291
|
tiktokLink?: string | undefined;
|
|
291
292
|
source?: string | undefined;
|
|
292
293
|
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;
|
|
299
298
|
width?: number | undefined;
|
|
300
299
|
height?: number | undefined;
|
|
300
|
+
coverUrl?: string | undefined;
|
|
301
301
|
definition?: string | undefined;
|
|
302
302
|
originalCoverUrl?: string | undefined;
|
|
303
303
|
subtitleLinks?: {
|
|
304
|
+
version?: string | undefined;
|
|
304
305
|
language?: string | undefined;
|
|
305
306
|
downloadLink?: string | undefined;
|
|
306
307
|
tiktokLink?: string | undefined;
|
|
307
308
|
source?: string | undefined;
|
|
308
309
|
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;
|
|
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;
|
|
@@ -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;
|
|
385
384
|
width?: number | undefined;
|
|
386
385
|
height?: number | undefined;
|
|
386
|
+
coverUrl?: string | undefined;
|
|
387
387
|
definition?: string | undefined;
|
|
388
388
|
originalCoverUrl?: string | undefined;
|
|
389
389
|
subtitleLinks?: {
|
|
390
|
+
version?: string | undefined;
|
|
390
391
|
language?: string | undefined;
|
|
391
392
|
downloadLink?: string | undefined;
|
|
392
393
|
tiktokLink?: string | undefined;
|
|
393
394
|
source?: string | undefined;
|
|
394
395
|
sourceUnabbreviated?: string | undefined;
|
|
395
|
-
version?: string | undefined;
|
|
396
396
|
}[] | undefined;
|
|
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;
|
|
@@ -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;
|
|
471
470
|
width?: number | undefined;
|
|
472
471
|
height?: number | undefined;
|
|
472
|
+
coverUrl?: string | undefined;
|
|
473
473
|
definition?: string | undefined;
|
|
474
474
|
originalCoverUrl?: string | undefined;
|
|
475
475
|
subtitleLinks?: {
|
|
476
|
+
version?: string | undefined;
|
|
476
477
|
language?: string | undefined;
|
|
477
478
|
downloadLink?: string | undefined;
|
|
478
479
|
tiktokLink?: string | undefined;
|
|
479
480
|
source?: string | undefined;
|
|
480
481
|
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?: "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" | "
|
|
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?: "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" | "
|
|
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>;
|
|
@@ -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?: "photo" | "video" | "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?: "photo" | "video" | "animated_gif" | undefined;
|
|
93
93
|
url?: string | undefined;
|
|
94
94
|
duration?: number | undefined;
|
|
95
95
|
width?: number | undefined;
|
|
@@ -157,9 +157,23 @@ 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;
|
|
160
161
|
url?: string | undefined;
|
|
161
162
|
id?: string | undefined;
|
|
162
|
-
|
|
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;
|
|
163
177
|
author?: {
|
|
164
178
|
description?: string | undefined;
|
|
165
179
|
name?: string | undefined;
|
|
@@ -175,7 +189,7 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
175
189
|
createdAt?: string | undefined;
|
|
176
190
|
} | undefined;
|
|
177
191
|
media?: (string | {
|
|
178
|
-
type?: "
|
|
192
|
+
type?: "photo" | "video" | "animated_gif" | undefined;
|
|
179
193
|
url?: string | undefined;
|
|
180
194
|
duration?: number | undefined;
|
|
181
195
|
width?: number | undefined;
|
|
@@ -189,6 +203,13 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
189
203
|
quoteCount?: number | undefined;
|
|
190
204
|
bookmarkCount?: number | undefined;
|
|
191
205
|
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;
|
|
192
213
|
entities?: {
|
|
193
214
|
hashtags?: {
|
|
194
215
|
text?: string | undefined;
|
|
@@ -203,13 +224,6 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
203
224
|
screenName?: string | undefined;
|
|
204
225
|
}[] | undefined;
|
|
205
226
|
} | 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;
|
|
213
227
|
author?: {
|
|
214
228
|
description?: string | undefined;
|
|
215
229
|
name?: string | undefined;
|
|
@@ -225,7 +239,7 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
225
239
|
createdAt?: string | undefined;
|
|
226
240
|
} | undefined;
|
|
227
241
|
media?: (string | {
|
|
228
|
-
type?: "
|
|
242
|
+
type?: "photo" | "video" | "animated_gif" | undefined;
|
|
229
243
|
url?: string | undefined;
|
|
230
244
|
duration?: number | undefined;
|
|
231
245
|
width?: number | undefined;
|
|
@@ -239,20 +253,6 @@ export declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
239
253
|
quoteCount?: number | undefined;
|
|
240
254
|
bookmarkCount?: number | undefined;
|
|
241
255
|
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;
|
|
37
38
|
startUrls: {
|
|
38
39
|
url: string;
|
|
39
40
|
}[];
|
|
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?: "today" | "year" | "month" | "hour" | "week" | 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;
|
|
67
68
|
searchQueries?: string[] | undefined;
|
|
68
69
|
startUrls?: {
|
|
69
70
|
url: string;
|
|
70
71
|
}[] | 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?: "today" | "year" | "month" | "hour" | "week" | 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
|
-
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
132
|
description?: string | undefined;
|
|
133
133
|
title?: string | undefined;
|
|
134
134
|
date?: string | undefined;
|
|
135
|
+
text?: string | undefined;
|
|
135
136
|
url?: string | undefined;
|
|
136
137
|
duration?: string | undefined;
|
|
137
138
|
id?: string | undefined;
|
|
138
|
-
text?: string | undefined;
|
|
139
139
|
tags?: string[] | undefined;
|
|
140
|
+
thumbnail?: string | undefined;
|
|
140
141
|
commentsCount?: number | undefined;
|
|
141
142
|
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
|
-
url?: string | undefined;
|
|
154
153
|
text?: string | undefined;
|
|
154
|
+
url?: 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;
|
|
161
162
|
url?: string | undefined;
|
|
162
163
|
duration?: string | undefined;
|
|
163
164
|
id?: string | undefined;
|
|
164
|
-
text?: string | undefined;
|
|
165
165
|
tags?: string[] | undefined;
|
|
166
|
+
thumbnail?: string | undefined;
|
|
166
167
|
commentsCount?: number | undefined;
|
|
167
168
|
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
|
-
url?: string | undefined;
|
|
180
179
|
text?: string | undefined;
|
|
180
|
+
url?: string | undefined;
|
|
181
181
|
language?: string | undefined;
|
|
182
182
|
}[] | undefined;
|
|
183
183
|
}>;
|