@bubblelab/bubble-core 0.1.28 → 0.1.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bubble-bundle.d.ts +161 -92
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +4 -4
- package/dist/bubbles/service-bubble/airtable.d.ts +94 -94
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +16 -16
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +31 -31
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +153 -153
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +132 -132
- package/dist/bubbles/service-bubble/followupboss.d.ts +34 -34
- package/dist/bubbles/service-bubble/github.d.ts +122 -122
- package/dist/bubbles/service-bubble/gmail.d.ts +391 -391
- package/dist/bubbles/service-bubble/google-calendar.d.ts +96 -96
- package/dist/bubbles/service-bubble/google-drive.d.ts +46 -46
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +41 -41
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +31 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +184 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +79 -79
- package/dist/bubbles/service-bubble/google-sheets.d.ts +1811 -0
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/google-sheets.js +904 -0
- package/dist/bubbles/service-bubble/google-sheets.js.map +1 -0
- package/dist/bubbles/service-bubble/http.d.ts +12 -12
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/index.d.ts +5 -0
- package/dist/bubbles/service-bubble/jira/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/index.js +5 -0
- package/dist/bubbles/service-bubble/jira/index.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts +2695 -0
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts +38 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js +358 -0
- package/dist/bubbles/service-bubble/jira/jira.integration.flow.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.js +573 -0
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +3660 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js +499 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts +141 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js +428 -0
- package/dist/bubbles/service-bubble/jira/jira.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/notion/notion.d.ts +4 -4
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +2 -2
- package/dist/bubbles/service-bubble/slack/slack.d.ts +114 -114
- package/dist/bubbles/service-bubble/slack.d.ts +5869 -0
- package/dist/bubbles/service-bubble/slack.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/slack.js +1536 -0
- package/dist/bubbles/service-bubble/slack.js.map +1 -0
- package/dist/bubbles/service-bubble/storage.d.ts +2 -2
- package/dist/bubbles/service-bubble/telegram.d.ts +6 -6
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +172 -172
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +48 -48
- package/dist/bubbles.json +1795 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -88,14 +88,14 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
88
88
|
profile_pic_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
89
89
|
username: import("zod").ZodOptional<import("zod").ZodString>;
|
|
90
90
|
}, "strip", import("zod").ZodTypeAny, {
|
|
91
|
-
id?: string | undefined;
|
|
92
91
|
username?: string | undefined;
|
|
92
|
+
id?: string | undefined;
|
|
93
93
|
full_name?: string | undefined;
|
|
94
94
|
is_verified?: boolean | undefined;
|
|
95
95
|
profile_pic_url?: string | undefined;
|
|
96
96
|
}, {
|
|
97
|
-
id?: string | undefined;
|
|
98
97
|
username?: string | undefined;
|
|
98
|
+
id?: string | undefined;
|
|
99
99
|
full_name?: string | undefined;
|
|
100
100
|
is_verified?: boolean | undefined;
|
|
101
101
|
profile_pic_url?: string | undefined;
|
|
@@ -114,15 +114,15 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
114
114
|
}, "strip", import("zod").ZodTypeAny, {
|
|
115
115
|
type?: string | undefined;
|
|
116
116
|
url?: string | undefined;
|
|
117
|
-
id?: string | undefined;
|
|
118
117
|
images?: string[] | undefined;
|
|
119
118
|
timestamp?: string | undefined;
|
|
120
|
-
|
|
119
|
+
id?: string | undefined;
|
|
121
120
|
location?: {
|
|
122
121
|
name?: string | undefined;
|
|
123
122
|
id?: string | undefined;
|
|
124
123
|
} | null | undefined;
|
|
125
124
|
shortCode?: string | undefined;
|
|
125
|
+
caption?: string | undefined;
|
|
126
126
|
hashtags?: string[] | undefined;
|
|
127
127
|
mentions?: string[] | undefined;
|
|
128
128
|
commentsCount?: number | undefined;
|
|
@@ -138,8 +138,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
138
138
|
ownerId?: string | undefined;
|
|
139
139
|
productType?: string | undefined;
|
|
140
140
|
taggedUsers?: {
|
|
141
|
-
id?: string | undefined;
|
|
142
141
|
username?: string | undefined;
|
|
142
|
+
id?: string | undefined;
|
|
143
143
|
full_name?: string | undefined;
|
|
144
144
|
is_verified?: boolean | undefined;
|
|
145
145
|
profile_pic_url?: string | undefined;
|
|
@@ -148,15 +148,15 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
148
148
|
}, {
|
|
149
149
|
type?: string | undefined;
|
|
150
150
|
url?: string | undefined;
|
|
151
|
-
id?: string | undefined;
|
|
152
151
|
images?: string[] | undefined;
|
|
153
152
|
timestamp?: string | undefined;
|
|
154
|
-
|
|
153
|
+
id?: string | undefined;
|
|
155
154
|
location?: {
|
|
156
155
|
name?: string | undefined;
|
|
157
156
|
id?: string | undefined;
|
|
158
157
|
} | null | undefined;
|
|
159
158
|
shortCode?: string | undefined;
|
|
159
|
+
caption?: string | undefined;
|
|
160
160
|
hashtags?: string[] | undefined;
|
|
161
161
|
mentions?: string[] | undefined;
|
|
162
162
|
commentsCount?: number | undefined;
|
|
@@ -172,8 +172,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
172
172
|
ownerId?: string | undefined;
|
|
173
173
|
productType?: string | undefined;
|
|
174
174
|
taggedUsers?: {
|
|
175
|
-
id?: string | undefined;
|
|
176
175
|
username?: string | undefined;
|
|
176
|
+
id?: string | undefined;
|
|
177
177
|
full_name?: string | undefined;
|
|
178
178
|
is_verified?: boolean | undefined;
|
|
179
179
|
profile_pic_url?: string | undefined;
|
|
@@ -202,19 +202,18 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
202
202
|
itemsCount: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
203
203
|
}, "strip", import("zod").ZodTypeAny, {
|
|
204
204
|
title?: string | undefined;
|
|
205
|
-
coverUrl?: string | undefined;
|
|
206
205
|
itemsCount?: number | undefined;
|
|
206
|
+
coverUrl?: string | undefined;
|
|
207
207
|
}, {
|
|
208
208
|
title?: string | undefined;
|
|
209
|
-
coverUrl?: string | undefined;
|
|
210
209
|
itemsCount?: number | undefined;
|
|
210
|
+
coverUrl?: string | undefined;
|
|
211
211
|
}>, "many">>;
|
|
212
212
|
}, "strip", import("zod").ZodTypeAny, {
|
|
213
213
|
url?: string | undefined;
|
|
214
|
-
id?: string | undefined;
|
|
215
214
|
username?: string | undefined;
|
|
215
|
+
id?: string | undefined;
|
|
216
216
|
private?: boolean | undefined;
|
|
217
|
-
verified?: boolean | undefined;
|
|
218
217
|
inputUrl?: string | undefined;
|
|
219
218
|
fullName?: string | undefined;
|
|
220
219
|
biography?: string | undefined;
|
|
@@ -234,6 +233,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
234
233
|
isBusinessAccount?: boolean | undefined;
|
|
235
234
|
joinedRecently?: boolean | undefined;
|
|
236
235
|
businessCategoryName?: string | undefined;
|
|
236
|
+
verified?: boolean | undefined;
|
|
237
237
|
profilePicUrl?: string | undefined;
|
|
238
238
|
profilePicUrlHD?: string | undefined;
|
|
239
239
|
igtvVideoCount?: number | undefined;
|
|
@@ -242,15 +242,15 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
242
242
|
latestPosts?: {
|
|
243
243
|
type?: string | undefined;
|
|
244
244
|
url?: string | undefined;
|
|
245
|
-
id?: string | undefined;
|
|
246
245
|
images?: string[] | undefined;
|
|
247
246
|
timestamp?: string | undefined;
|
|
248
|
-
|
|
247
|
+
id?: string | undefined;
|
|
249
248
|
location?: {
|
|
250
249
|
name?: string | undefined;
|
|
251
250
|
id?: string | undefined;
|
|
252
251
|
} | null | undefined;
|
|
253
252
|
shortCode?: string | undefined;
|
|
253
|
+
caption?: string | undefined;
|
|
254
254
|
hashtags?: string[] | undefined;
|
|
255
255
|
mentions?: string[] | undefined;
|
|
256
256
|
commentsCount?: number | undefined;
|
|
@@ -266,8 +266,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
266
266
|
ownerId?: string | undefined;
|
|
267
267
|
productType?: string | undefined;
|
|
268
268
|
taggedUsers?: {
|
|
269
|
-
id?: string | undefined;
|
|
270
269
|
username?: string | undefined;
|
|
270
|
+
id?: string | undefined;
|
|
271
271
|
full_name?: string | undefined;
|
|
272
272
|
is_verified?: boolean | undefined;
|
|
273
273
|
profile_pic_url?: string | undefined;
|
|
@@ -282,15 +282,14 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
282
282
|
}[] | undefined;
|
|
283
283
|
highlights?: {
|
|
284
284
|
title?: string | undefined;
|
|
285
|
-
coverUrl?: string | undefined;
|
|
286
285
|
itemsCount?: number | undefined;
|
|
286
|
+
coverUrl?: string | undefined;
|
|
287
287
|
}[] | undefined;
|
|
288
288
|
}, {
|
|
289
289
|
url?: string | undefined;
|
|
290
|
-
id?: string | undefined;
|
|
291
290
|
username?: string | undefined;
|
|
291
|
+
id?: string | undefined;
|
|
292
292
|
private?: boolean | undefined;
|
|
293
|
-
verified?: boolean | undefined;
|
|
294
293
|
inputUrl?: string | undefined;
|
|
295
294
|
fullName?: string | undefined;
|
|
296
295
|
biography?: string | undefined;
|
|
@@ -310,6 +309,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
310
309
|
isBusinessAccount?: boolean | undefined;
|
|
311
310
|
joinedRecently?: boolean | undefined;
|
|
312
311
|
businessCategoryName?: string | undefined;
|
|
312
|
+
verified?: boolean | undefined;
|
|
313
313
|
profilePicUrl?: string | undefined;
|
|
314
314
|
profilePicUrlHD?: string | undefined;
|
|
315
315
|
igtvVideoCount?: number | undefined;
|
|
@@ -318,15 +318,15 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
318
318
|
latestPosts?: {
|
|
319
319
|
type?: string | undefined;
|
|
320
320
|
url?: string | undefined;
|
|
321
|
-
id?: string | undefined;
|
|
322
321
|
images?: string[] | undefined;
|
|
323
322
|
timestamp?: string | undefined;
|
|
324
|
-
|
|
323
|
+
id?: string | undefined;
|
|
325
324
|
location?: {
|
|
326
325
|
name?: string | undefined;
|
|
327
326
|
id?: string | undefined;
|
|
328
327
|
} | null | undefined;
|
|
329
328
|
shortCode?: string | undefined;
|
|
329
|
+
caption?: string | undefined;
|
|
330
330
|
hashtags?: string[] | undefined;
|
|
331
331
|
mentions?: string[] | undefined;
|
|
332
332
|
commentsCount?: number | undefined;
|
|
@@ -342,8 +342,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
342
342
|
ownerId?: string | undefined;
|
|
343
343
|
productType?: string | undefined;
|
|
344
344
|
taggedUsers?: {
|
|
345
|
-
id?: string | undefined;
|
|
346
345
|
username?: string | undefined;
|
|
346
|
+
id?: string | undefined;
|
|
347
347
|
full_name?: string | undefined;
|
|
348
348
|
is_verified?: boolean | undefined;
|
|
349
349
|
profile_pic_url?: string | undefined;
|
|
@@ -358,8 +358,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
358
358
|
}[] | undefined;
|
|
359
359
|
highlights?: {
|
|
360
360
|
title?: string | undefined;
|
|
361
|
-
coverUrl?: string | undefined;
|
|
362
361
|
itemsCount?: number | undefined;
|
|
362
|
+
coverUrl?: string | undefined;
|
|
363
363
|
}[] | undefined;
|
|
364
364
|
}>;
|
|
365
365
|
description: string;
|
|
@@ -409,14 +409,14 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
409
409
|
profile_pic_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
410
410
|
username: import("zod").ZodOptional<import("zod").ZodString>;
|
|
411
411
|
}, "strip", import("zod").ZodTypeAny, {
|
|
412
|
-
id?: string | undefined;
|
|
413
412
|
username?: string | undefined;
|
|
413
|
+
id?: string | undefined;
|
|
414
414
|
full_name?: string | undefined;
|
|
415
415
|
is_verified?: boolean | undefined;
|
|
416
416
|
profile_pic_url?: string | undefined;
|
|
417
417
|
}, {
|
|
418
|
-
id?: string | undefined;
|
|
419
418
|
username?: string | undefined;
|
|
419
|
+
id?: string | undefined;
|
|
420
420
|
full_name?: string | undefined;
|
|
421
421
|
is_verified?: boolean | undefined;
|
|
422
422
|
profile_pic_url?: string | undefined;
|
|
@@ -560,16 +560,16 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
560
560
|
profile_pic_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
561
561
|
username: import("zod").ZodOptional<import("zod").ZodString>;
|
|
562
562
|
}, "strip", import("zod").ZodTypeAny, {
|
|
563
|
-
id?: string | undefined;
|
|
564
563
|
username?: string | undefined;
|
|
564
|
+
id?: string | undefined;
|
|
565
565
|
is_private?: boolean | undefined;
|
|
566
566
|
full_name?: string | undefined;
|
|
567
567
|
is_verified?: boolean | undefined;
|
|
568
568
|
profile_pic_url?: string | undefined;
|
|
569
569
|
profile_pic_id?: string | undefined;
|
|
570
570
|
}, {
|
|
571
|
-
id?: string | undefined;
|
|
572
571
|
username?: string | undefined;
|
|
572
|
+
id?: string | undefined;
|
|
573
573
|
is_private?: boolean | undefined;
|
|
574
574
|
full_name?: string | undefined;
|
|
575
575
|
is_verified?: boolean | undefined;
|
|
@@ -604,8 +604,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
604
604
|
display_labels?: unknown;
|
|
605
605
|
formatted_clips_media_count?: string | null | undefined;
|
|
606
606
|
ig_artist?: {
|
|
607
|
-
id?: string | undefined;
|
|
608
607
|
username?: string | undefined;
|
|
608
|
+
id?: string | undefined;
|
|
609
609
|
is_private?: boolean | undefined;
|
|
610
610
|
full_name?: string | undefined;
|
|
611
611
|
is_verified?: boolean | undefined;
|
|
@@ -640,8 +640,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
640
640
|
display_labels?: unknown;
|
|
641
641
|
formatted_clips_media_count?: string | null | undefined;
|
|
642
642
|
ig_artist?: {
|
|
643
|
-
id?: string | undefined;
|
|
644
643
|
username?: string | undefined;
|
|
644
|
+
id?: string | undefined;
|
|
645
645
|
is_private?: boolean | undefined;
|
|
646
646
|
full_name?: string | undefined;
|
|
647
647
|
is_verified?: boolean | undefined;
|
|
@@ -706,8 +706,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
706
706
|
display_labels?: unknown;
|
|
707
707
|
formatted_clips_media_count?: string | null | undefined;
|
|
708
708
|
ig_artist?: {
|
|
709
|
-
id?: string | undefined;
|
|
710
709
|
username?: string | undefined;
|
|
710
|
+
id?: string | undefined;
|
|
711
711
|
is_private?: boolean | undefined;
|
|
712
712
|
full_name?: string | undefined;
|
|
713
713
|
is_verified?: boolean | undefined;
|
|
@@ -772,8 +772,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
772
772
|
display_labels?: unknown;
|
|
773
773
|
formatted_clips_media_count?: string | null | undefined;
|
|
774
774
|
ig_artist?: {
|
|
775
|
-
id?: string | undefined;
|
|
776
775
|
username?: string | undefined;
|
|
776
|
+
id?: string | undefined;
|
|
777
777
|
is_private?: boolean | undefined;
|
|
778
778
|
full_name?: string | undefined;
|
|
779
779
|
is_verified?: boolean | undefined;
|
|
@@ -844,8 +844,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
844
844
|
display_labels?: unknown;
|
|
845
845
|
formatted_clips_media_count?: string | null | undefined;
|
|
846
846
|
ig_artist?: {
|
|
847
|
-
id?: string | undefined;
|
|
848
847
|
username?: string | undefined;
|
|
848
|
+
id?: string | undefined;
|
|
849
849
|
is_private?: boolean | undefined;
|
|
850
850
|
full_name?: string | undefined;
|
|
851
851
|
is_verified?: boolean | undefined;
|
|
@@ -916,8 +916,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
916
916
|
display_labels?: unknown;
|
|
917
917
|
formatted_clips_media_count?: string | null | undefined;
|
|
918
918
|
ig_artist?: {
|
|
919
|
-
id?: string | undefined;
|
|
920
919
|
username?: string | undefined;
|
|
920
|
+
id?: string | undefined;
|
|
921
921
|
is_private?: boolean | undefined;
|
|
922
922
|
full_name?: string | undefined;
|
|
923
923
|
is_verified?: boolean | undefined;
|
|
@@ -944,15 +944,16 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
944
944
|
}, "strip", import("zod").ZodTypeAny, {
|
|
945
945
|
type?: string | undefined;
|
|
946
946
|
url?: string | undefined;
|
|
947
|
-
id?: string | undefined;
|
|
948
947
|
images?: string[] | undefined;
|
|
949
948
|
timestamp?: string | undefined;
|
|
950
|
-
|
|
949
|
+
id?: string | undefined;
|
|
951
950
|
location?: {
|
|
952
951
|
name?: string | undefined;
|
|
953
952
|
id?: string | undefined;
|
|
954
953
|
} | null | undefined;
|
|
954
|
+
inputUrl?: string | undefined;
|
|
955
955
|
shortCode?: string | undefined;
|
|
956
|
+
caption?: string | undefined;
|
|
956
957
|
hashtags?: string[] | undefined;
|
|
957
958
|
mentions?: string[] | undefined;
|
|
958
959
|
commentsCount?: number | undefined;
|
|
@@ -968,14 +969,13 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
968
969
|
ownerId?: string | undefined;
|
|
969
970
|
productType?: string | undefined;
|
|
970
971
|
taggedUsers?: {
|
|
971
|
-
id?: string | undefined;
|
|
972
972
|
username?: string | undefined;
|
|
973
|
+
id?: string | undefined;
|
|
973
974
|
full_name?: string | undefined;
|
|
974
975
|
is_verified?: boolean | undefined;
|
|
975
976
|
profile_pic_url?: string | undefined;
|
|
976
977
|
}[] | undefined;
|
|
977
978
|
isCommentsDisabled?: boolean | undefined;
|
|
978
|
-
inputUrl?: string | undefined;
|
|
979
979
|
locationName?: string | undefined;
|
|
980
980
|
locationId?: string | undefined;
|
|
981
981
|
ownerFullName?: string | undefined;
|
|
@@ -1030,8 +1030,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1030
1030
|
display_labels?: unknown;
|
|
1031
1031
|
formatted_clips_media_count?: string | null | undefined;
|
|
1032
1032
|
ig_artist?: {
|
|
1033
|
-
id?: string | undefined;
|
|
1034
1033
|
username?: string | undefined;
|
|
1034
|
+
id?: string | undefined;
|
|
1035
1035
|
is_private?: boolean | undefined;
|
|
1036
1036
|
full_name?: string | undefined;
|
|
1037
1037
|
is_verified?: boolean | undefined;
|
|
@@ -1058,15 +1058,16 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1058
1058
|
}, {
|
|
1059
1059
|
type?: string | undefined;
|
|
1060
1060
|
url?: string | undefined;
|
|
1061
|
-
id?: string | undefined;
|
|
1062
1061
|
images?: string[] | undefined;
|
|
1063
1062
|
timestamp?: string | undefined;
|
|
1064
|
-
|
|
1063
|
+
id?: string | undefined;
|
|
1065
1064
|
location?: {
|
|
1066
1065
|
name?: string | undefined;
|
|
1067
1066
|
id?: string | undefined;
|
|
1068
1067
|
} | null | undefined;
|
|
1068
|
+
inputUrl?: string | undefined;
|
|
1069
1069
|
shortCode?: string | undefined;
|
|
1070
|
+
caption?: string | undefined;
|
|
1070
1071
|
hashtags?: string[] | undefined;
|
|
1071
1072
|
mentions?: string[] | undefined;
|
|
1072
1073
|
commentsCount?: number | undefined;
|
|
@@ -1082,14 +1083,13 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1082
1083
|
ownerId?: string | undefined;
|
|
1083
1084
|
productType?: string | undefined;
|
|
1084
1085
|
taggedUsers?: {
|
|
1085
|
-
id?: string | undefined;
|
|
1086
1086
|
username?: string | undefined;
|
|
1087
|
+
id?: string | undefined;
|
|
1087
1088
|
full_name?: string | undefined;
|
|
1088
1089
|
is_verified?: boolean | undefined;
|
|
1089
1090
|
profile_pic_url?: string | undefined;
|
|
1090
1091
|
}[] | undefined;
|
|
1091
1092
|
isCommentsDisabled?: boolean | undefined;
|
|
1092
|
-
inputUrl?: string | undefined;
|
|
1093
1093
|
locationName?: string | undefined;
|
|
1094
1094
|
locationId?: string | undefined;
|
|
1095
1095
|
ownerFullName?: string | undefined;
|
|
@@ -1144,8 +1144,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1144
1144
|
display_labels?: unknown;
|
|
1145
1145
|
formatted_clips_media_count?: string | null | undefined;
|
|
1146
1146
|
ig_artist?: {
|
|
1147
|
-
id?: string | undefined;
|
|
1148
1147
|
username?: string | undefined;
|
|
1148
|
+
id?: string | undefined;
|
|
1149
1149
|
is_private?: boolean | undefined;
|
|
1150
1150
|
full_name?: string | undefined;
|
|
1151
1151
|
is_verified?: boolean | undefined;
|
|
@@ -1316,13 +1316,13 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1316
1316
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1317
1317
|
title?: string | undefined;
|
|
1318
1318
|
url?: string | undefined;
|
|
1319
|
-
thumbnail?: string | undefined;
|
|
1320
1319
|
subtitle?: string | undefined;
|
|
1320
|
+
thumbnail?: string | undefined;
|
|
1321
1321
|
}, {
|
|
1322
1322
|
title?: string | undefined;
|
|
1323
1323
|
url?: string | undefined;
|
|
1324
|
-
thumbnail?: string | undefined;
|
|
1325
1324
|
subtitle?: string | undefined;
|
|
1325
|
+
thumbnail?: string | undefined;
|
|
1326
1326
|
}>>;
|
|
1327
1327
|
document: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1328
1328
|
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1343,17 +1343,6 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1343
1343
|
reshared_post: import("zod").ZodOptional<import("zod").ZodType<any, import("zod").ZodTypeDef, any>>;
|
|
1344
1344
|
pagination_token: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1345
1345
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1346
|
-
stats?: {
|
|
1347
|
-
total_reactions?: number | undefined;
|
|
1348
|
-
like?: number | undefined;
|
|
1349
|
-
support?: number | undefined;
|
|
1350
|
-
love?: number | undefined;
|
|
1351
|
-
insight?: number | undefined;
|
|
1352
|
-
celebrate?: number | undefined;
|
|
1353
|
-
funny?: number | undefined;
|
|
1354
|
-
comments?: number | undefined;
|
|
1355
|
-
reposts?: number | undefined;
|
|
1356
|
-
} | undefined;
|
|
1357
1346
|
url?: string | undefined;
|
|
1358
1347
|
text?: string | undefined;
|
|
1359
1348
|
document?: {
|
|
@@ -1367,6 +1356,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1367
1356
|
share_urn?: string | null | undefined;
|
|
1368
1357
|
ugcPost_urn?: string | null | undefined;
|
|
1369
1358
|
} | undefined;
|
|
1359
|
+
full_urn?: string | undefined;
|
|
1370
1360
|
posted_at?: {
|
|
1371
1361
|
date?: string | undefined;
|
|
1372
1362
|
timestamp?: number | undefined;
|
|
@@ -1381,6 +1371,17 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1381
1371
|
profile_url?: string | undefined;
|
|
1382
1372
|
profile_picture?: string | undefined;
|
|
1383
1373
|
} | undefined;
|
|
1374
|
+
stats?: {
|
|
1375
|
+
total_reactions?: number | undefined;
|
|
1376
|
+
like?: number | undefined;
|
|
1377
|
+
support?: number | undefined;
|
|
1378
|
+
love?: number | undefined;
|
|
1379
|
+
insight?: number | undefined;
|
|
1380
|
+
celebrate?: number | undefined;
|
|
1381
|
+
funny?: number | undefined;
|
|
1382
|
+
comments?: number | undefined;
|
|
1383
|
+
reposts?: number | undefined;
|
|
1384
|
+
} | undefined;
|
|
1384
1385
|
media?: {
|
|
1385
1386
|
type?: string | undefined;
|
|
1386
1387
|
url?: string | undefined;
|
|
@@ -1391,27 +1392,15 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1391
1392
|
}[] | undefined;
|
|
1392
1393
|
thumbnail?: string | undefined;
|
|
1393
1394
|
} | undefined;
|
|
1394
|
-
full_urn?: string | undefined;
|
|
1395
1395
|
article?: {
|
|
1396
1396
|
title?: string | undefined;
|
|
1397
1397
|
url?: string | undefined;
|
|
1398
|
-
thumbnail?: string | undefined;
|
|
1399
1398
|
subtitle?: string | undefined;
|
|
1399
|
+
thumbnail?: string | undefined;
|
|
1400
1400
|
} | undefined;
|
|
1401
1401
|
reshared_post?: any;
|
|
1402
1402
|
pagination_token?: string | undefined;
|
|
1403
1403
|
}, {
|
|
1404
|
-
stats?: {
|
|
1405
|
-
total_reactions?: number | undefined;
|
|
1406
|
-
like?: number | undefined;
|
|
1407
|
-
support?: number | undefined;
|
|
1408
|
-
love?: number | undefined;
|
|
1409
|
-
insight?: number | undefined;
|
|
1410
|
-
celebrate?: number | undefined;
|
|
1411
|
-
funny?: number | undefined;
|
|
1412
|
-
comments?: number | undefined;
|
|
1413
|
-
reposts?: number | undefined;
|
|
1414
|
-
} | undefined;
|
|
1415
1404
|
url?: string | undefined;
|
|
1416
1405
|
text?: string | undefined;
|
|
1417
1406
|
document?: {
|
|
@@ -1425,6 +1414,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1425
1414
|
share_urn?: string | null | undefined;
|
|
1426
1415
|
ugcPost_urn?: string | null | undefined;
|
|
1427
1416
|
} | undefined;
|
|
1417
|
+
full_urn?: string | undefined;
|
|
1428
1418
|
posted_at?: {
|
|
1429
1419
|
date?: string | undefined;
|
|
1430
1420
|
timestamp?: number | undefined;
|
|
@@ -1439,6 +1429,17 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1439
1429
|
profile_url?: string | undefined;
|
|
1440
1430
|
profile_picture?: string | undefined;
|
|
1441
1431
|
} | undefined;
|
|
1432
|
+
stats?: {
|
|
1433
|
+
total_reactions?: number | undefined;
|
|
1434
|
+
like?: number | undefined;
|
|
1435
|
+
support?: number | undefined;
|
|
1436
|
+
love?: number | undefined;
|
|
1437
|
+
insight?: number | undefined;
|
|
1438
|
+
celebrate?: number | undefined;
|
|
1439
|
+
funny?: number | undefined;
|
|
1440
|
+
comments?: number | undefined;
|
|
1441
|
+
reposts?: number | undefined;
|
|
1442
|
+
} | undefined;
|
|
1442
1443
|
media?: {
|
|
1443
1444
|
type?: string | undefined;
|
|
1444
1445
|
url?: string | undefined;
|
|
@@ -1449,12 +1450,11 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1449
1450
|
}[] | undefined;
|
|
1450
1451
|
thumbnail?: string | undefined;
|
|
1451
1452
|
} | undefined;
|
|
1452
|
-
full_urn?: string | undefined;
|
|
1453
1453
|
article?: {
|
|
1454
1454
|
title?: string | undefined;
|
|
1455
1455
|
url?: string | undefined;
|
|
1456
|
-
thumbnail?: string | undefined;
|
|
1457
1456
|
subtitle?: string | undefined;
|
|
1457
|
+
thumbnail?: string | undefined;
|
|
1458
1458
|
} | undefined;
|
|
1459
1459
|
reshared_post?: any;
|
|
1460
1460
|
pagination_token?: string | undefined;
|
|
@@ -1562,13 +1562,13 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1562
1562
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1563
1563
|
title?: string | null | undefined;
|
|
1564
1564
|
url?: string | null | undefined;
|
|
1565
|
-
thumbnail?: string | null | undefined;
|
|
1566
1565
|
subtitle?: string | null | undefined;
|
|
1566
|
+
thumbnail?: string | null | undefined;
|
|
1567
1567
|
}, {
|
|
1568
1568
|
title?: string | null | undefined;
|
|
1569
1569
|
url?: string | null | undefined;
|
|
1570
|
-
thumbnail?: string | null | undefined;
|
|
1571
1570
|
subtitle?: string | null | undefined;
|
|
1571
|
+
thumbnail?: string | null | undefined;
|
|
1572
1572
|
}>>;
|
|
1573
1573
|
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1574
1574
|
thumbnail_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -1590,34 +1590,34 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1590
1590
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1591
1591
|
type?: string | undefined;
|
|
1592
1592
|
url?: string | undefined;
|
|
1593
|
-
text?: string | undefined;
|
|
1594
1593
|
images?: {
|
|
1595
1594
|
url?: string | undefined;
|
|
1596
1595
|
width?: number | undefined;
|
|
1597
1596
|
height?: number | undefined;
|
|
1598
1597
|
}[] | undefined;
|
|
1598
|
+
text?: string | undefined;
|
|
1599
1599
|
article?: {
|
|
1600
1600
|
title?: string | null | undefined;
|
|
1601
1601
|
url?: string | null | undefined;
|
|
1602
|
-
thumbnail?: string | null | undefined;
|
|
1603
1602
|
subtitle?: string | null | undefined;
|
|
1603
|
+
thumbnail?: string | null | undefined;
|
|
1604
1604
|
} | undefined;
|
|
1605
1605
|
thumbnail_url?: string | undefined;
|
|
1606
1606
|
duration_ms?: number | undefined;
|
|
1607
1607
|
}, {
|
|
1608
1608
|
type?: string | undefined;
|
|
1609
1609
|
url?: string | undefined;
|
|
1610
|
-
text?: string | undefined;
|
|
1611
1610
|
images?: {
|
|
1612
1611
|
url?: string | undefined;
|
|
1613
1612
|
width?: number | undefined;
|
|
1614
1613
|
height?: number | undefined;
|
|
1615
1614
|
}[] | undefined;
|
|
1615
|
+
text?: string | undefined;
|
|
1616
1616
|
article?: {
|
|
1617
1617
|
title?: string | null | undefined;
|
|
1618
1618
|
url?: string | null | undefined;
|
|
1619
|
-
thumbnail?: string | null | undefined;
|
|
1620
1619
|
subtitle?: string | null | undefined;
|
|
1620
|
+
thumbnail?: string | null | undefined;
|
|
1621
1621
|
} | undefined;
|
|
1622
1622
|
thumbnail_url?: string | undefined;
|
|
1623
1623
|
duration_ms?: number | undefined;
|
|
@@ -1650,29 +1650,20 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1650
1650
|
}>>;
|
|
1651
1651
|
search_input: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1652
1652
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1653
|
-
stats?: {
|
|
1654
|
-
reactions?: {
|
|
1655
|
-
type?: string | undefined;
|
|
1656
|
-
count?: number | undefined;
|
|
1657
|
-
}[] | undefined;
|
|
1658
|
-
shares?: number | undefined;
|
|
1659
|
-
total_reactions?: number | undefined;
|
|
1660
|
-
comments?: number | undefined;
|
|
1661
|
-
} | undefined;
|
|
1662
1653
|
content?: {
|
|
1663
1654
|
type?: string | undefined;
|
|
1664
1655
|
url?: string | undefined;
|
|
1665
|
-
text?: string | undefined;
|
|
1666
1656
|
images?: {
|
|
1667
1657
|
url?: string | undefined;
|
|
1668
1658
|
width?: number | undefined;
|
|
1669
1659
|
height?: number | undefined;
|
|
1670
1660
|
}[] | undefined;
|
|
1661
|
+
text?: string | undefined;
|
|
1671
1662
|
article?: {
|
|
1672
1663
|
title?: string | null | undefined;
|
|
1673
1664
|
url?: string | null | undefined;
|
|
1674
|
-
thumbnail?: string | null | undefined;
|
|
1675
1665
|
subtitle?: string | null | undefined;
|
|
1666
|
+
thumbnail?: string | null | undefined;
|
|
1676
1667
|
} | undefined;
|
|
1677
1668
|
thumbnail_url?: string | undefined;
|
|
1678
1669
|
duration_ms?: number | undefined;
|
|
@@ -1688,6 +1679,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1688
1679
|
has_prev_page?: boolean | undefined;
|
|
1689
1680
|
} | undefined;
|
|
1690
1681
|
hashtags?: string[] | undefined;
|
|
1682
|
+
full_urn?: string | undefined;
|
|
1691
1683
|
posted_at?: {
|
|
1692
1684
|
date?: string | undefined;
|
|
1693
1685
|
timestamp?: number | undefined;
|
|
@@ -1700,12 +1692,6 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1700
1692
|
profile_url?: string | undefined;
|
|
1701
1693
|
profile_id?: string | undefined;
|
|
1702
1694
|
} | undefined;
|
|
1703
|
-
full_urn?: string | undefined;
|
|
1704
|
-
activity_id?: string | undefined;
|
|
1705
|
-
post_url?: string | undefined;
|
|
1706
|
-
is_reshare?: boolean | undefined;
|
|
1707
|
-
search_input?: string | undefined;
|
|
1708
|
-
}, {
|
|
1709
1695
|
stats?: {
|
|
1710
1696
|
reactions?: {
|
|
1711
1697
|
type?: string | undefined;
|
|
@@ -1715,20 +1701,25 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1715
1701
|
total_reactions?: number | undefined;
|
|
1716
1702
|
comments?: number | undefined;
|
|
1717
1703
|
} | undefined;
|
|
1704
|
+
activity_id?: string | undefined;
|
|
1705
|
+
post_url?: string | undefined;
|
|
1706
|
+
is_reshare?: boolean | undefined;
|
|
1707
|
+
search_input?: string | undefined;
|
|
1708
|
+
}, {
|
|
1718
1709
|
content?: {
|
|
1719
1710
|
type?: string | undefined;
|
|
1720
1711
|
url?: string | undefined;
|
|
1721
|
-
text?: string | undefined;
|
|
1722
1712
|
images?: {
|
|
1723
1713
|
url?: string | undefined;
|
|
1724
1714
|
width?: number | undefined;
|
|
1725
1715
|
height?: number | undefined;
|
|
1726
1716
|
}[] | undefined;
|
|
1717
|
+
text?: string | undefined;
|
|
1727
1718
|
article?: {
|
|
1728
1719
|
title?: string | null | undefined;
|
|
1729
1720
|
url?: string | null | undefined;
|
|
1730
|
-
thumbnail?: string | null | undefined;
|
|
1731
1721
|
subtitle?: string | null | undefined;
|
|
1722
|
+
thumbnail?: string | null | undefined;
|
|
1732
1723
|
} | undefined;
|
|
1733
1724
|
thumbnail_url?: string | undefined;
|
|
1734
1725
|
duration_ms?: number | undefined;
|
|
@@ -1744,6 +1735,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1744
1735
|
has_prev_page?: boolean | undefined;
|
|
1745
1736
|
} | undefined;
|
|
1746
1737
|
hashtags?: string[] | undefined;
|
|
1738
|
+
full_urn?: string | undefined;
|
|
1747
1739
|
posted_at?: {
|
|
1748
1740
|
date?: string | undefined;
|
|
1749
1741
|
timestamp?: number | undefined;
|
|
@@ -1756,7 +1748,15 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1756
1748
|
profile_url?: string | undefined;
|
|
1757
1749
|
profile_id?: string | undefined;
|
|
1758
1750
|
} | undefined;
|
|
1759
|
-
|
|
1751
|
+
stats?: {
|
|
1752
|
+
reactions?: {
|
|
1753
|
+
type?: string | undefined;
|
|
1754
|
+
count?: number | undefined;
|
|
1755
|
+
}[] | undefined;
|
|
1756
|
+
shares?: number | undefined;
|
|
1757
|
+
total_reactions?: number | undefined;
|
|
1758
|
+
comments?: number | undefined;
|
|
1759
|
+
} | undefined;
|
|
1760
1760
|
activity_id?: string | undefined;
|
|
1761
1761
|
post_url?: string | undefined;
|
|
1762
1762
|
is_reshare?: boolean | undefined;
|
|
@@ -1802,10 +1802,10 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1802
1802
|
oldestPostDate: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1803
1803
|
sortVideosBy: import("zod").ZodOptional<import("zod").ZodEnum<["NEWEST", "POPULAR", "OLDEST"]>>;
|
|
1804
1804
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1805
|
-
maxResults: number;
|
|
1806
1805
|
startUrls: {
|
|
1807
1806
|
url: string;
|
|
1808
1807
|
}[];
|
|
1808
|
+
maxResults: number;
|
|
1809
1809
|
maxResultsShorts: number;
|
|
1810
1810
|
maxResultStreams: number;
|
|
1811
1811
|
downloadSubtitles: boolean;
|
|
@@ -1832,11 +1832,11 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1832
1832
|
oldestPostDate?: string | undefined;
|
|
1833
1833
|
sortVideosBy?: "NEWEST" | "POPULAR" | "OLDEST" | undefined;
|
|
1834
1834
|
}, {
|
|
1835
|
-
maxResults?: number | undefined;
|
|
1836
1835
|
searchQueries?: string[] | undefined;
|
|
1837
1836
|
startUrls?: {
|
|
1838
1837
|
url: string;
|
|
1839
1838
|
}[] | undefined;
|
|
1839
|
+
maxResults?: number | undefined;
|
|
1840
1840
|
maxResultsShorts?: number | undefined;
|
|
1841
1841
|
maxResultStreams?: number | undefined;
|
|
1842
1842
|
downloadSubtitles?: boolean | undefined;
|
|
@@ -1897,17 +1897,17 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1897
1897
|
language?: string | undefined;
|
|
1898
1898
|
}>, "many">>;
|
|
1899
1899
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1900
|
-
duration?: string | undefined;
|
|
1901
1900
|
description?: string | undefined;
|
|
1902
1901
|
title?: string | undefined;
|
|
1903
1902
|
date?: string | undefined;
|
|
1904
1903
|
url?: string | undefined;
|
|
1904
|
+
duration?: string | undefined;
|
|
1905
1905
|
text?: string | undefined;
|
|
1906
|
-
tags?: string[] | undefined;
|
|
1907
1906
|
id?: string | undefined;
|
|
1908
|
-
|
|
1907
|
+
tags?: string[] | undefined;
|
|
1909
1908
|
commentsCount?: number | undefined;
|
|
1910
1909
|
comments?: number | undefined;
|
|
1910
|
+
thumbnail?: string | undefined;
|
|
1911
1911
|
videoType?: string | undefined;
|
|
1912
1912
|
isLive?: boolean | undefined;
|
|
1913
1913
|
viewCount?: number | undefined;
|
|
@@ -1923,17 +1923,17 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1923
1923
|
language?: string | undefined;
|
|
1924
1924
|
}[] | undefined;
|
|
1925
1925
|
}, {
|
|
1926
|
-
duration?: string | undefined;
|
|
1927
1926
|
description?: string | undefined;
|
|
1928
1927
|
title?: string | undefined;
|
|
1929
1928
|
date?: string | undefined;
|
|
1930
1929
|
url?: string | undefined;
|
|
1930
|
+
duration?: string | undefined;
|
|
1931
1931
|
text?: string | undefined;
|
|
1932
|
-
tags?: string[] | undefined;
|
|
1933
1932
|
id?: string | undefined;
|
|
1934
|
-
|
|
1933
|
+
tags?: string[] | undefined;
|
|
1935
1934
|
commentsCount?: number | undefined;
|
|
1936
1935
|
comments?: number | undefined;
|
|
1936
|
+
thumbnail?: string | undefined;
|
|
1937
1937
|
videoType?: string | undefined;
|
|
1938
1938
|
isLive?: boolean | undefined;
|
|
1939
1939
|
viewCount?: number | undefined;
|
|
@@ -2396,59 +2396,59 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2396
2396
|
sourceUnabbreviated: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2397
2397
|
version: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2398
2398
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2399
|
-
version?: string | undefined;
|
|
2400
2399
|
language?: string | undefined;
|
|
2401
2400
|
downloadLink?: string | undefined;
|
|
2402
2401
|
tiktokLink?: string | undefined;
|
|
2403
2402
|
source?: string | undefined;
|
|
2404
2403
|
sourceUnabbreviated?: string | undefined;
|
|
2405
|
-
}, {
|
|
2406
2404
|
version?: string | undefined;
|
|
2405
|
+
}, {
|
|
2407
2406
|
language?: string | undefined;
|
|
2408
2407
|
downloadLink?: string | undefined;
|
|
2409
2408
|
tiktokLink?: string | undefined;
|
|
2410
2409
|
source?: string | undefined;
|
|
2411
2410
|
sourceUnabbreviated?: string | undefined;
|
|
2411
|
+
version?: string | undefined;
|
|
2412
2412
|
}>, "many">>;
|
|
2413
2413
|
width: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2414
2414
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2415
|
-
duration?: number | undefined;
|
|
2416
2415
|
format?: string | undefined;
|
|
2416
|
+
duration?: number | undefined;
|
|
2417
|
+
coverUrl?: string | undefined;
|
|
2417
2418
|
width?: number | undefined;
|
|
2418
2419
|
height?: number | undefined;
|
|
2419
|
-
coverUrl?: string | undefined;
|
|
2420
2420
|
definition?: string | undefined;
|
|
2421
2421
|
originalCoverUrl?: string | undefined;
|
|
2422
2422
|
subtitleLinks?: {
|
|
2423
|
-
version?: string | undefined;
|
|
2424
2423
|
language?: string | undefined;
|
|
2425
2424
|
downloadLink?: string | undefined;
|
|
2426
2425
|
tiktokLink?: string | undefined;
|
|
2427
2426
|
source?: string | undefined;
|
|
2428
2427
|
sourceUnabbreviated?: string | undefined;
|
|
2428
|
+
version?: string | undefined;
|
|
2429
2429
|
}[] | undefined;
|
|
2430
2430
|
}, {
|
|
2431
|
-
duration?: number | undefined;
|
|
2432
2431
|
format?: string | undefined;
|
|
2432
|
+
duration?: number | undefined;
|
|
2433
|
+
coverUrl?: string | undefined;
|
|
2433
2434
|
width?: number | undefined;
|
|
2434
2435
|
height?: number | undefined;
|
|
2435
|
-
coverUrl?: string | undefined;
|
|
2436
2436
|
definition?: string | undefined;
|
|
2437
2437
|
originalCoverUrl?: string | undefined;
|
|
2438
2438
|
subtitleLinks?: {
|
|
2439
|
-
version?: string | undefined;
|
|
2440
2439
|
language?: string | undefined;
|
|
2441
2440
|
downloadLink?: string | undefined;
|
|
2442
2441
|
tiktokLink?: string | undefined;
|
|
2443
2442
|
source?: string | undefined;
|
|
2444
2443
|
sourceUnabbreviated?: string | undefined;
|
|
2444
|
+
version?: string | undefined;
|
|
2445
2445
|
}[] | undefined;
|
|
2446
2446
|
}>>;
|
|
2447
2447
|
webVideoUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2448
2448
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2449
|
+
input?: string | undefined;
|
|
2449
2450
|
text?: string | undefined;
|
|
2450
2451
|
id?: string | undefined;
|
|
2451
|
-
input?: string | undefined;
|
|
2452
2452
|
hashtags?: {
|
|
2453
2453
|
name?: string | undefined;
|
|
2454
2454
|
}[] | undefined;
|
|
@@ -2514,27 +2514,27 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2514
2514
|
shareCount?: number | undefined;
|
|
2515
2515
|
textLanguage?: string | undefined;
|
|
2516
2516
|
videoMeta?: {
|
|
2517
|
-
duration?: number | undefined;
|
|
2518
2517
|
format?: string | undefined;
|
|
2518
|
+
duration?: number | undefined;
|
|
2519
|
+
coverUrl?: string | undefined;
|
|
2519
2520
|
width?: number | undefined;
|
|
2520
2521
|
height?: number | undefined;
|
|
2521
|
-
coverUrl?: string | undefined;
|
|
2522
2522
|
definition?: string | undefined;
|
|
2523
2523
|
originalCoverUrl?: string | undefined;
|
|
2524
2524
|
subtitleLinks?: {
|
|
2525
|
-
version?: string | undefined;
|
|
2526
2525
|
language?: string | undefined;
|
|
2527
2526
|
downloadLink?: string | undefined;
|
|
2528
2527
|
tiktokLink?: string | undefined;
|
|
2529
2528
|
source?: string | undefined;
|
|
2530
2529
|
sourceUnabbreviated?: string | undefined;
|
|
2530
|
+
version?: string | undefined;
|
|
2531
2531
|
}[] | undefined;
|
|
2532
2532
|
} | undefined;
|
|
2533
2533
|
webVideoUrl?: string | undefined;
|
|
2534
2534
|
}, {
|
|
2535
|
+
input?: string | undefined;
|
|
2535
2536
|
text?: string | undefined;
|
|
2536
2537
|
id?: string | undefined;
|
|
2537
|
-
input?: string | undefined;
|
|
2538
2538
|
hashtags?: {
|
|
2539
2539
|
name?: string | undefined;
|
|
2540
2540
|
}[] | undefined;
|
|
@@ -2600,20 +2600,20 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2600
2600
|
shareCount?: number | undefined;
|
|
2601
2601
|
textLanguage?: string | undefined;
|
|
2602
2602
|
videoMeta?: {
|
|
2603
|
-
duration?: number | undefined;
|
|
2604
2603
|
format?: string | undefined;
|
|
2604
|
+
duration?: number | undefined;
|
|
2605
|
+
coverUrl?: string | undefined;
|
|
2605
2606
|
width?: number | undefined;
|
|
2606
2607
|
height?: number | undefined;
|
|
2607
|
-
coverUrl?: string | undefined;
|
|
2608
2608
|
definition?: string | undefined;
|
|
2609
2609
|
originalCoverUrl?: string | undefined;
|
|
2610
2610
|
subtitleLinks?: {
|
|
2611
|
-
version?: string | undefined;
|
|
2612
2611
|
language?: string | undefined;
|
|
2613
2612
|
downloadLink?: string | undefined;
|
|
2614
2613
|
tiktokLink?: string | undefined;
|
|
2615
2614
|
source?: string | undefined;
|
|
2616
2615
|
sourceUnabbreviated?: string | undefined;
|
|
2616
|
+
version?: string | undefined;
|
|
2617
2617
|
}[] | undefined;
|
|
2618
2618
|
} | undefined;
|
|
2619
2619
|
webVideoUrl?: string | undefined;
|
|
@@ -2638,7 +2638,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2638
2638
|
searchTerms?: string[] | undefined;
|
|
2639
2639
|
twitterHandles?: string[] | undefined;
|
|
2640
2640
|
conversationIds?: string[] | undefined;
|
|
2641
|
-
tweetLanguage?: "
|
|
2641
|
+
tweetLanguage?: "ts" | "id" | "to" | "en" | "de" | "es" | "fr" | "it" | "ja" | "ko" | "nl" | "pt" | "ru" | "ab" | "aa" | "af" | "ak" | "sq" | "am" | "ar" | "an" | "hy" | "as" | "av" | "ae" | "ay" | "az" | "bm" | "ba" | "eu" | "be" | "bn" | "bi" | "bs" | "br" | "bg" | "my" | "ca" | "ch" | "ce" | "ny" | "zh" | "cu" | "cv" | "kw" | "co" | "cr" | "hr" | "cs" | "da" | "dv" | "dz" | "eo" | "et" | "ee" | "fo" | "fj" | "fi" | "fy" | "ff" | "gd" | "gl" | "lg" | "ka" | "el" | "kl" | "gn" | "gu" | "ht" | "ha" | "he" | "hz" | "hi" | "ho" | "hu" | "is" | "io" | "ig" | "ia" | "ie" | "iu" | "ik" | "ga" | "jv" | "kn" | "kr" | "ks" | "kk" | "km" | "ki" | "rw" | "ky" | "kv" | "kg" | "kj" | "ku" | "lo" | "la" | "lv" | "li" | "ln" | "lt" | "lu" | "lb" | "mk" | "mg" | "ms" | "ml" | "mt" | "gv" | "mi" | "mr" | "mh" | "mn" | "na" | "nv" | "nd" | "nr" | "ng" | "ne" | "no" | "nb" | "nn" | "ii" | "oc" | "oj" | "or" | "om" | "os" | "pi" | "ps" | "fa" | "pl" | "pa" | "qu" | "ro" | "rm" | "rn" | "se" | "sm" | "sg" | "sa" | "sc" | "sr" | "sn" | "sd" | "si" | "sk" | "sl" | "so" | "st" | "su" | "sw" | "ss" | "sv" | "tl" | "ty" | "tg" | "ta" | "tt" | "te" | "th" | "bo" | "ti" | "tn" | "tr" | "tk" | "tw" | "ug" | "uk" | "ur" | "uz" | "ve" | "vi" | "vo" | "wa" | "cy" | "wo" | "xh" | "yi" | "yo" | "za" | "zu" | undefined;
|
|
2642
2642
|
}, {
|
|
2643
2643
|
sort?: "Top" | "Latest" | undefined;
|
|
2644
2644
|
maxItems?: number | undefined;
|
|
@@ -2646,7 +2646,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2646
2646
|
searchTerms?: string[] | undefined;
|
|
2647
2647
|
twitterHandles?: string[] | undefined;
|
|
2648
2648
|
conversationIds?: string[] | undefined;
|
|
2649
|
-
tweetLanguage?: "
|
|
2649
|
+
tweetLanguage?: "ts" | "id" | "to" | "en" | "de" | "es" | "fr" | "it" | "ja" | "ko" | "nl" | "pt" | "ru" | "ab" | "aa" | "af" | "ak" | "sq" | "am" | "ar" | "an" | "hy" | "as" | "av" | "ae" | "ay" | "az" | "bm" | "ba" | "eu" | "be" | "bn" | "bi" | "bs" | "br" | "bg" | "my" | "ca" | "ch" | "ce" | "ny" | "zh" | "cu" | "cv" | "kw" | "co" | "cr" | "hr" | "cs" | "da" | "dv" | "dz" | "eo" | "et" | "ee" | "fo" | "fj" | "fi" | "fy" | "ff" | "gd" | "gl" | "lg" | "ka" | "el" | "kl" | "gn" | "gu" | "ht" | "ha" | "he" | "hz" | "hi" | "ho" | "hu" | "is" | "io" | "ig" | "ia" | "ie" | "iu" | "ik" | "ga" | "jv" | "kn" | "kr" | "ks" | "kk" | "km" | "ki" | "rw" | "ky" | "kv" | "kg" | "kj" | "ku" | "lo" | "la" | "lv" | "li" | "ln" | "lt" | "lu" | "lb" | "mk" | "mg" | "ms" | "ml" | "mt" | "gv" | "mi" | "mr" | "mh" | "mn" | "na" | "nv" | "nd" | "nr" | "ng" | "ne" | "no" | "nb" | "nn" | "ii" | "oc" | "oj" | "or" | "om" | "os" | "pi" | "ps" | "fa" | "pl" | "pa" | "qu" | "ro" | "rm" | "rn" | "se" | "sm" | "sg" | "sa" | "sc" | "sr" | "sn" | "sd" | "si" | "sk" | "sl" | "so" | "st" | "su" | "sw" | "ss" | "sv" | "tl" | "ty" | "tg" | "ta" | "tt" | "te" | "th" | "bo" | "ti" | "tn" | "tr" | "tk" | "tw" | "ug" | "uk" | "ur" | "uz" | "ve" | "vi" | "vo" | "wa" | "cy" | "wo" | "xh" | "yi" | "yo" | "za" | "zu" | undefined;
|
|
2650
2650
|
}>;
|
|
2651
2651
|
output: import("zod").ZodObject<{
|
|
2652
2652
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2707,15 +2707,15 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2707
2707
|
height: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2708
2708
|
duration: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2709
2709
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2710
|
-
|
|
2711
|
-
type?: "photo" | "video" | "animated_gif" | undefined;
|
|
2710
|
+
type?: "video" | "photo" | "animated_gif" | undefined;
|
|
2712
2711
|
url?: string | undefined;
|
|
2712
|
+
duration?: number | undefined;
|
|
2713
2713
|
width?: number | undefined;
|
|
2714
2714
|
height?: number | undefined;
|
|
2715
2715
|
}, {
|
|
2716
|
-
|
|
2717
|
-
type?: "photo" | "video" | "animated_gif" | undefined;
|
|
2716
|
+
type?: "video" | "photo" | "animated_gif" | undefined;
|
|
2718
2717
|
url?: string | undefined;
|
|
2718
|
+
duration?: number | undefined;
|
|
2719
2719
|
width?: number | undefined;
|
|
2720
2720
|
height?: number | undefined;
|
|
2721
2721
|
}>]>, "many">>;
|
|
@@ -2784,20 +2784,6 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2784
2784
|
url?: string | undefined;
|
|
2785
2785
|
text?: string | undefined;
|
|
2786
2786
|
id?: string | undefined;
|
|
2787
|
-
entities?: {
|
|
2788
|
-
hashtags?: {
|
|
2789
|
-
text?: string | undefined;
|
|
2790
|
-
}[] | undefined;
|
|
2791
|
-
urls?: {
|
|
2792
|
-
url?: string | undefined;
|
|
2793
|
-
displayUrl?: string | undefined;
|
|
2794
|
-
expandedUrl?: string | undefined;
|
|
2795
|
-
}[] | undefined;
|
|
2796
|
-
userMentions?: {
|
|
2797
|
-
name?: string | undefined;
|
|
2798
|
-
screenName?: string | undefined;
|
|
2799
|
-
}[] | undefined;
|
|
2800
|
-
} | undefined;
|
|
2801
2787
|
author?: {
|
|
2802
2788
|
description?: string | undefined;
|
|
2803
2789
|
name?: string | undefined;
|
|
@@ -2813,9 +2799,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2813
2799
|
createdAt?: string | undefined;
|
|
2814
2800
|
} | undefined;
|
|
2815
2801
|
media?: (string | {
|
|
2816
|
-
|
|
2817
|
-
type?: "photo" | "video" | "animated_gif" | undefined;
|
|
2802
|
+
type?: "video" | "photo" | "animated_gif" | undefined;
|
|
2818
2803
|
url?: string | undefined;
|
|
2804
|
+
duration?: number | undefined;
|
|
2819
2805
|
width?: number | undefined;
|
|
2820
2806
|
height?: number | undefined;
|
|
2821
2807
|
})[] | undefined;
|
|
@@ -2827,13 +2813,6 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2827
2813
|
quoteCount?: number | undefined;
|
|
2828
2814
|
bookmarkCount?: number | undefined;
|
|
2829
2815
|
lang?: string | undefined;
|
|
2830
|
-
isRetweet?: boolean | undefined;
|
|
2831
|
-
isQuote?: boolean | undefined;
|
|
2832
|
-
isReply?: boolean | undefined;
|
|
2833
|
-
}, {
|
|
2834
|
-
url?: string | undefined;
|
|
2835
|
-
text?: string | undefined;
|
|
2836
|
-
id?: string | undefined;
|
|
2837
2816
|
entities?: {
|
|
2838
2817
|
hashtags?: {
|
|
2839
2818
|
text?: string | undefined;
|
|
@@ -2848,6 +2827,13 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2848
2827
|
screenName?: string | undefined;
|
|
2849
2828
|
}[] | undefined;
|
|
2850
2829
|
} | undefined;
|
|
2830
|
+
isRetweet?: boolean | undefined;
|
|
2831
|
+
isQuote?: boolean | undefined;
|
|
2832
|
+
isReply?: boolean | undefined;
|
|
2833
|
+
}, {
|
|
2834
|
+
url?: string | undefined;
|
|
2835
|
+
text?: string | undefined;
|
|
2836
|
+
id?: string | undefined;
|
|
2851
2837
|
author?: {
|
|
2852
2838
|
description?: string | undefined;
|
|
2853
2839
|
name?: string | undefined;
|
|
@@ -2863,9 +2849,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2863
2849
|
createdAt?: string | undefined;
|
|
2864
2850
|
} | undefined;
|
|
2865
2851
|
media?: (string | {
|
|
2866
|
-
|
|
2867
|
-
type?: "photo" | "video" | "animated_gif" | undefined;
|
|
2852
|
+
type?: "video" | "photo" | "animated_gif" | undefined;
|
|
2868
2853
|
url?: string | undefined;
|
|
2854
|
+
duration?: number | undefined;
|
|
2869
2855
|
width?: number | undefined;
|
|
2870
2856
|
height?: number | undefined;
|
|
2871
2857
|
})[] | undefined;
|
|
@@ -2877,6 +2863,20 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2877
2863
|
quoteCount?: number | undefined;
|
|
2878
2864
|
bookmarkCount?: number | undefined;
|
|
2879
2865
|
lang?: string | undefined;
|
|
2866
|
+
entities?: {
|
|
2867
|
+
hashtags?: {
|
|
2868
|
+
text?: string | undefined;
|
|
2869
|
+
}[] | undefined;
|
|
2870
|
+
urls?: {
|
|
2871
|
+
url?: string | undefined;
|
|
2872
|
+
displayUrl?: string | undefined;
|
|
2873
|
+
expandedUrl?: string | undefined;
|
|
2874
|
+
}[] | undefined;
|
|
2875
|
+
userMentions?: {
|
|
2876
|
+
name?: string | undefined;
|
|
2877
|
+
screenName?: string | undefined;
|
|
2878
|
+
}[] | undefined;
|
|
2879
|
+
} | undefined;
|
|
2880
2880
|
isRetweet?: boolean | undefined;
|
|
2881
2881
|
isQuote?: boolean | undefined;
|
|
2882
2882
|
isReply?: boolean | undefined;
|
|
@@ -3006,8 +3006,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
3006
3006
|
lat: number;
|
|
3007
3007
|
lng: number;
|
|
3008
3008
|
} | undefined;
|
|
3009
|
-
postalCode?: string | null | undefined;
|
|
3010
3009
|
language?: string | undefined;
|
|
3010
|
+
postalCode?: string | null | undefined;
|
|
3011
3011
|
price?: string | null | undefined;
|
|
3012
3012
|
categoryName?: string | undefined;
|
|
3013
3013
|
address?: string | undefined;
|
|
@@ -3068,8 +3068,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
3068
3068
|
lat: number;
|
|
3069
3069
|
lng: number;
|
|
3070
3070
|
} | undefined;
|
|
3071
|
-
postalCode?: string | null | undefined;
|
|
3072
3071
|
language?: string | undefined;
|
|
3072
|
+
postalCode?: string | null | undefined;
|
|
3073
3073
|
price?: string | null | undefined;
|
|
3074
3074
|
categoryName?: string | undefined;
|
|
3075
3075
|
address?: string | undefined;
|