@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
|
@@ -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
|
-
username?: string | undefined;
|
|
92
91
|
id?: string | undefined;
|
|
92
|
+
username?: string | undefined;
|
|
93
93
|
full_name?: string | undefined;
|
|
94
94
|
is_verified?: boolean | undefined;
|
|
95
95
|
profile_pic_url?: string | undefined;
|
|
96
96
|
}, {
|
|
97
|
-
username?: string | undefined;
|
|
98
97
|
id?: string | undefined;
|
|
98
|
+
username?: 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
|
-
timestamp?: string | undefined;
|
|
118
|
-
id?: string | undefined;
|
|
119
117
|
images?: string[] | undefined;
|
|
120
|
-
|
|
118
|
+
id?: string | undefined;
|
|
119
|
+
timestamp?: 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
|
-
username?: string | undefined;
|
|
142
141
|
id?: string | undefined;
|
|
142
|
+
username?: 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
|
-
timestamp?: string | undefined;
|
|
152
|
-
id?: string | undefined;
|
|
153
151
|
images?: string[] | undefined;
|
|
154
|
-
|
|
152
|
+
id?: string | undefined;
|
|
153
|
+
timestamp?: 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
|
-
username?: string | undefined;
|
|
176
175
|
id?: string | undefined;
|
|
176
|
+
username?: string | undefined;
|
|
177
177
|
full_name?: string | undefined;
|
|
178
178
|
is_verified?: boolean | undefined;
|
|
179
179
|
profile_pic_url?: string | undefined;
|
|
@@ -210,11 +210,10 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
210
210
|
coverUrl?: string | undefined;
|
|
211
211
|
}>, "many">>;
|
|
212
212
|
}, "strip", import("zod").ZodTypeAny, {
|
|
213
|
-
username?: string | undefined;
|
|
214
213
|
url?: string | undefined;
|
|
215
214
|
id?: string | undefined;
|
|
215
|
+
username?: 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
|
-
timestamp?: string | undefined;
|
|
246
|
-
id?: string | undefined;
|
|
247
245
|
images?: string[] | undefined;
|
|
248
|
-
|
|
246
|
+
id?: string | undefined;
|
|
247
|
+
timestamp?: 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
|
-
username?: string | undefined;
|
|
270
269
|
id?: string | undefined;
|
|
270
|
+
username?: string | undefined;
|
|
271
271
|
full_name?: string | undefined;
|
|
272
272
|
is_verified?: boolean | undefined;
|
|
273
273
|
profile_pic_url?: string | undefined;
|
|
@@ -286,11 +286,10 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
286
286
|
coverUrl?: string | undefined;
|
|
287
287
|
}[] | undefined;
|
|
288
288
|
}, {
|
|
289
|
-
username?: string | undefined;
|
|
290
289
|
url?: string | undefined;
|
|
291
290
|
id?: string | undefined;
|
|
291
|
+
username?: 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
|
-
timestamp?: string | undefined;
|
|
322
|
-
id?: string | undefined;
|
|
323
321
|
images?: string[] | undefined;
|
|
324
|
-
|
|
322
|
+
id?: string | undefined;
|
|
323
|
+
timestamp?: 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
|
-
username?: string | undefined;
|
|
346
345
|
id?: string | undefined;
|
|
346
|
+
username?: string | undefined;
|
|
347
347
|
full_name?: string | undefined;
|
|
348
348
|
is_verified?: boolean | undefined;
|
|
349
349
|
profile_pic_url?: string | undefined;
|
|
@@ -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
|
-
username?: string | undefined;
|
|
413
412
|
id?: string | undefined;
|
|
413
|
+
username?: string | undefined;
|
|
414
414
|
full_name?: string | undefined;
|
|
415
415
|
is_verified?: boolean | undefined;
|
|
416
416
|
profile_pic_url?: string | undefined;
|
|
417
417
|
}, {
|
|
418
|
-
username?: string | undefined;
|
|
419
418
|
id?: string | undefined;
|
|
419
|
+
username?: 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
|
-
username?: string | undefined;
|
|
564
563
|
id?: string | undefined;
|
|
564
|
+
username?: 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
|
-
username?: string | undefined;
|
|
572
571
|
id?: string | undefined;
|
|
572
|
+
username?: 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
|
-
username?: string | undefined;
|
|
608
607
|
id?: string | undefined;
|
|
608
|
+
username?: 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
|
-
username?: string | undefined;
|
|
644
643
|
id?: string | undefined;
|
|
644
|
+
username?: 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
|
-
username?: string | undefined;
|
|
710
709
|
id?: string | undefined;
|
|
710
|
+
username?: 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
|
-
username?: string | undefined;
|
|
776
775
|
id?: string | undefined;
|
|
776
|
+
username?: 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
|
-
username?: string | undefined;
|
|
848
847
|
id?: string | undefined;
|
|
848
|
+
username?: 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
|
-
username?: string | undefined;
|
|
920
919
|
id?: string | undefined;
|
|
920
|
+
username?: string | undefined;
|
|
921
921
|
is_private?: boolean | undefined;
|
|
922
922
|
full_name?: string | undefined;
|
|
923
923
|
is_verified?: boolean | undefined;
|
|
@@ -944,16 +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
|
-
timestamp?: string | undefined;
|
|
948
|
-
id?: string | undefined;
|
|
949
947
|
images?: string[] | undefined;
|
|
950
|
-
|
|
948
|
+
id?: string | undefined;
|
|
949
|
+
timestamp?: string | undefined;
|
|
951
950
|
location?: {
|
|
952
951
|
name?: string | undefined;
|
|
953
952
|
id?: string | undefined;
|
|
954
953
|
} | null | undefined;
|
|
955
954
|
inputUrl?: string | undefined;
|
|
956
955
|
shortCode?: string | undefined;
|
|
956
|
+
caption?: string | undefined;
|
|
957
957
|
hashtags?: string[] | undefined;
|
|
958
958
|
mentions?: string[] | undefined;
|
|
959
959
|
commentsCount?: number | undefined;
|
|
@@ -969,8 +969,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
969
969
|
ownerId?: string | undefined;
|
|
970
970
|
productType?: string | undefined;
|
|
971
971
|
taggedUsers?: {
|
|
972
|
-
username?: string | undefined;
|
|
973
972
|
id?: string | undefined;
|
|
973
|
+
username?: string | undefined;
|
|
974
974
|
full_name?: string | undefined;
|
|
975
975
|
is_verified?: boolean | undefined;
|
|
976
976
|
profile_pic_url?: 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
|
-
username?: string | undefined;
|
|
1034
1033
|
id?: string | undefined;
|
|
1034
|
+
username?: string | undefined;
|
|
1035
1035
|
is_private?: boolean | undefined;
|
|
1036
1036
|
full_name?: string | undefined;
|
|
1037
1037
|
is_verified?: boolean | undefined;
|
|
@@ -1058,16 +1058,16 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1058
1058
|
}, {
|
|
1059
1059
|
type?: string | undefined;
|
|
1060
1060
|
url?: string | undefined;
|
|
1061
|
-
timestamp?: string | undefined;
|
|
1062
|
-
id?: string | undefined;
|
|
1063
1061
|
images?: string[] | undefined;
|
|
1064
|
-
|
|
1062
|
+
id?: string | undefined;
|
|
1063
|
+
timestamp?: string | undefined;
|
|
1065
1064
|
location?: {
|
|
1066
1065
|
name?: string | undefined;
|
|
1067
1066
|
id?: string | undefined;
|
|
1068
1067
|
} | null | undefined;
|
|
1069
1068
|
inputUrl?: string | undefined;
|
|
1070
1069
|
shortCode?: string | undefined;
|
|
1070
|
+
caption?: string | undefined;
|
|
1071
1071
|
hashtags?: string[] | undefined;
|
|
1072
1072
|
mentions?: string[] | undefined;
|
|
1073
1073
|
commentsCount?: number | undefined;
|
|
@@ -1083,8 +1083,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1083
1083
|
ownerId?: string | undefined;
|
|
1084
1084
|
productType?: string | undefined;
|
|
1085
1085
|
taggedUsers?: {
|
|
1086
|
-
username?: string | undefined;
|
|
1087
1086
|
id?: string | undefined;
|
|
1087
|
+
username?: string | undefined;
|
|
1088
1088
|
full_name?: string | undefined;
|
|
1089
1089
|
is_verified?: boolean | undefined;
|
|
1090
1090
|
profile_pic_url?: 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
|
-
username?: string | undefined;
|
|
1148
1147
|
id?: string | undefined;
|
|
1148
|
+
username?: 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,19 +1343,8 @@ 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
|
-
text?: string | undefined;
|
|
1347
1346
|
url?: string | undefined;
|
|
1348
|
-
|
|
1349
|
-
total_reactions?: number | undefined;
|
|
1350
|
-
like?: number | undefined;
|
|
1351
|
-
support?: number | undefined;
|
|
1352
|
-
love?: number | undefined;
|
|
1353
|
-
insight?: number | undefined;
|
|
1354
|
-
celebrate?: number | undefined;
|
|
1355
|
-
funny?: number | undefined;
|
|
1356
|
-
comments?: number | undefined;
|
|
1357
|
-
reposts?: number | undefined;
|
|
1358
|
-
} | undefined;
|
|
1347
|
+
text?: string | undefined;
|
|
1359
1348
|
document?: {
|
|
1360
1349
|
title?: string | undefined;
|
|
1361
1350
|
url?: string | undefined;
|
|
@@ -1382,6 +1371,17 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1382
1371
|
profile_url?: string | undefined;
|
|
1383
1372
|
profile_picture?: string | undefined;
|
|
1384
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;
|
|
1385
1385
|
media?: {
|
|
1386
1386
|
type?: string | undefined;
|
|
1387
1387
|
url?: string | undefined;
|
|
@@ -1395,25 +1395,14 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
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
|
-
text?: string | undefined;
|
|
1405
1404
|
url?: string | undefined;
|
|
1406
|
-
|
|
1407
|
-
total_reactions?: number | undefined;
|
|
1408
|
-
like?: number | undefined;
|
|
1409
|
-
support?: number | undefined;
|
|
1410
|
-
love?: number | undefined;
|
|
1411
|
-
insight?: number | undefined;
|
|
1412
|
-
celebrate?: number | undefined;
|
|
1413
|
-
funny?: number | undefined;
|
|
1414
|
-
comments?: number | undefined;
|
|
1415
|
-
reposts?: number | undefined;
|
|
1416
|
-
} | undefined;
|
|
1405
|
+
text?: string | undefined;
|
|
1417
1406
|
document?: {
|
|
1418
1407
|
title?: string | undefined;
|
|
1419
1408
|
url?: string | undefined;
|
|
@@ -1440,6 +1429,17 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1440
1429
|
profile_url?: string | undefined;
|
|
1441
1430
|
profile_picture?: string | undefined;
|
|
1442
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;
|
|
1443
1443
|
media?: {
|
|
1444
1444
|
type?: string | undefined;
|
|
1445
1445
|
url?: string | undefined;
|
|
@@ -1453,8 +1453,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
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>;
|
|
@@ -1589,35 +1589,35 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1589
1589
|
}>, "many">>;
|
|
1590
1590
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1591
1591
|
type?: string | undefined;
|
|
1592
|
-
text?: string | undefined;
|
|
1593
1592
|
url?: 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
|
-
text?: string | undefined;
|
|
1610
1609
|
url?: 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,25 +1650,25 @@ 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
|
-
text?: string | undefined;
|
|
1654
1653
|
content?: {
|
|
1655
1654
|
type?: string | undefined;
|
|
1656
|
-
text?: string | undefined;
|
|
1657
1655
|
url?: string | undefined;
|
|
1658
1656
|
images?: {
|
|
1659
1657
|
url?: string | undefined;
|
|
1660
1658
|
width?: number | undefined;
|
|
1661
1659
|
height?: number | undefined;
|
|
1662
1660
|
}[] | undefined;
|
|
1661
|
+
text?: string | undefined;
|
|
1663
1662
|
article?: {
|
|
1664
1663
|
title?: string | null | undefined;
|
|
1665
1664
|
url?: string | null | undefined;
|
|
1666
|
-
thumbnail?: string | null | undefined;
|
|
1667
1665
|
subtitle?: string | null | undefined;
|
|
1666
|
+
thumbnail?: string | null | undefined;
|
|
1668
1667
|
} | undefined;
|
|
1669
1668
|
thumbnail_url?: string | undefined;
|
|
1670
1669
|
duration_ms?: number | undefined;
|
|
1671
1670
|
} | undefined;
|
|
1671
|
+
text?: string | undefined;
|
|
1672
1672
|
metadata?: {
|
|
1673
1673
|
count?: number | undefined;
|
|
1674
1674
|
total_count?: number | undefined;
|
|
@@ -1678,15 +1678,6 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1678
1678
|
has_next_page?: boolean | undefined;
|
|
1679
1679
|
has_prev_page?: boolean | undefined;
|
|
1680
1680
|
} | undefined;
|
|
1681
|
-
stats?: {
|
|
1682
|
-
reactions?: {
|
|
1683
|
-
type?: string | undefined;
|
|
1684
|
-
count?: number | undefined;
|
|
1685
|
-
}[] | undefined;
|
|
1686
|
-
shares?: number | undefined;
|
|
1687
|
-
total_reactions?: number | undefined;
|
|
1688
|
-
comments?: number | undefined;
|
|
1689
|
-
} | undefined;
|
|
1690
1681
|
hashtags?: string[] | undefined;
|
|
1691
1682
|
full_urn?: string | undefined;
|
|
1692
1683
|
posted_at?: {
|
|
@@ -1701,30 +1692,39 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1701
1692
|
profile_url?: string | undefined;
|
|
1702
1693
|
profile_id?: string | undefined;
|
|
1703
1694
|
} | undefined;
|
|
1695
|
+
stats?: {
|
|
1696
|
+
reactions?: {
|
|
1697
|
+
type?: string | undefined;
|
|
1698
|
+
count?: number | undefined;
|
|
1699
|
+
}[] | undefined;
|
|
1700
|
+
shares?: number | undefined;
|
|
1701
|
+
total_reactions?: number | undefined;
|
|
1702
|
+
comments?: number | undefined;
|
|
1703
|
+
} | undefined;
|
|
1704
1704
|
activity_id?: string | undefined;
|
|
1705
1705
|
post_url?: string | undefined;
|
|
1706
1706
|
is_reshare?: boolean | undefined;
|
|
1707
1707
|
search_input?: string | undefined;
|
|
1708
1708
|
}, {
|
|
1709
|
-
text?: string | undefined;
|
|
1710
1709
|
content?: {
|
|
1711
1710
|
type?: string | undefined;
|
|
1712
|
-
text?: string | undefined;
|
|
1713
1711
|
url?: string | undefined;
|
|
1714
1712
|
images?: {
|
|
1715
1713
|
url?: string | undefined;
|
|
1716
1714
|
width?: number | undefined;
|
|
1717
1715
|
height?: number | undefined;
|
|
1718
1716
|
}[] | undefined;
|
|
1717
|
+
text?: string | undefined;
|
|
1719
1718
|
article?: {
|
|
1720
1719
|
title?: string | null | undefined;
|
|
1721
1720
|
url?: string | null | undefined;
|
|
1722
|
-
thumbnail?: string | null | undefined;
|
|
1723
1721
|
subtitle?: string | null | undefined;
|
|
1722
|
+
thumbnail?: string | null | undefined;
|
|
1724
1723
|
} | undefined;
|
|
1725
1724
|
thumbnail_url?: string | undefined;
|
|
1726
1725
|
duration_ms?: number | undefined;
|
|
1727
1726
|
} | undefined;
|
|
1727
|
+
text?: string | undefined;
|
|
1728
1728
|
metadata?: {
|
|
1729
1729
|
count?: number | undefined;
|
|
1730
1730
|
total_count?: number | undefined;
|
|
@@ -1734,15 +1734,6 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1734
1734
|
has_next_page?: boolean | undefined;
|
|
1735
1735
|
has_prev_page?: boolean | undefined;
|
|
1736
1736
|
} | undefined;
|
|
1737
|
-
stats?: {
|
|
1738
|
-
reactions?: {
|
|
1739
|
-
type?: string | undefined;
|
|
1740
|
-
count?: number | undefined;
|
|
1741
|
-
}[] | undefined;
|
|
1742
|
-
shares?: number | undefined;
|
|
1743
|
-
total_reactions?: number | undefined;
|
|
1744
|
-
comments?: number | undefined;
|
|
1745
|
-
} | undefined;
|
|
1746
1737
|
hashtags?: string[] | undefined;
|
|
1747
1738
|
full_urn?: string | undefined;
|
|
1748
1739
|
posted_at?: {
|
|
@@ -1757,6 +1748,15 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1757
1748
|
profile_url?: string | undefined;
|
|
1758
1749
|
profile_id?: string | undefined;
|
|
1759
1750
|
} | undefined;
|
|
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;
|
|
@@ -1815,7 +1815,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1815
1815
|
subtitlesFormat: "xml" | "srt" | "vtt" | "plaintext";
|
|
1816
1816
|
searchQueries?: string[] | undefined;
|
|
1817
1817
|
sortingOrder?: "date" | "relevance" | "rating" | "views" | undefined;
|
|
1818
|
-
dateFilter?: "
|
|
1818
|
+
dateFilter?: "hour" | "today" | "week" | "month" | "year" | undefined;
|
|
1819
1819
|
videoType?: "video" | "movie" | undefined;
|
|
1820
1820
|
lengthFilter?: "under4" | "between420" | "plus20" | undefined;
|
|
1821
1821
|
isHD?: boolean | undefined;
|
|
@@ -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;
|
|
@@ -1845,7 +1845,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1845
1845
|
preferAutoGeneratedSubtitles?: boolean | undefined;
|
|
1846
1846
|
subtitlesFormat?: "xml" | "srt" | "vtt" | "plaintext" | undefined;
|
|
1847
1847
|
sortingOrder?: "date" | "relevance" | "rating" | "views" | undefined;
|
|
1848
|
-
dateFilter?: "
|
|
1848
|
+
dateFilter?: "hour" | "today" | "week" | "month" | "year" | undefined;
|
|
1849
1849
|
videoType?: "video" | "movie" | undefined;
|
|
1850
1850
|
lengthFilter?: "under4" | "between420" | "plus20" | undefined;
|
|
1851
1851
|
isHD?: boolean | undefined;
|
|
@@ -1888,26 +1888,26 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1888
1888
|
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1889
1889
|
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1890
1890
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1891
|
-
text?: string | undefined;
|
|
1892
1891
|
url?: string | undefined;
|
|
1892
|
+
text?: string | undefined;
|
|
1893
1893
|
language?: string | undefined;
|
|
1894
1894
|
}, {
|
|
1895
|
-
text?: string | undefined;
|
|
1896
1895
|
url?: string | undefined;
|
|
1896
|
+
text?: string | undefined;
|
|
1897
1897
|
language?: string | undefined;
|
|
1898
1898
|
}>, "many">>;
|
|
1899
1899
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1900
1900
|
description?: string | undefined;
|
|
1901
1901
|
title?: string | undefined;
|
|
1902
1902
|
date?: string | undefined;
|
|
1903
|
-
text?: string | undefined;
|
|
1904
1903
|
url?: string | undefined;
|
|
1905
1904
|
duration?: string | undefined;
|
|
1906
1905
|
id?: string | undefined;
|
|
1906
|
+
text?: string | undefined;
|
|
1907
1907
|
tags?: string[] | undefined;
|
|
1908
|
-
thumbnail?: 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;
|
|
@@ -1918,22 +1918,22 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1918
1918
|
thumbnailUrl?: string | undefined;
|
|
1919
1919
|
category?: string | undefined;
|
|
1920
1920
|
subtitles?: {
|
|
1921
|
-
text?: string | undefined;
|
|
1922
1921
|
url?: string | undefined;
|
|
1922
|
+
text?: string | undefined;
|
|
1923
1923
|
language?: string | undefined;
|
|
1924
1924
|
}[] | undefined;
|
|
1925
1925
|
}, {
|
|
1926
1926
|
description?: string | undefined;
|
|
1927
1927
|
title?: string | undefined;
|
|
1928
1928
|
date?: string | undefined;
|
|
1929
|
-
text?: string | undefined;
|
|
1930
1929
|
url?: string | undefined;
|
|
1931
1930
|
duration?: string | undefined;
|
|
1932
1931
|
id?: string | undefined;
|
|
1932
|
+
text?: string | undefined;
|
|
1933
1933
|
tags?: string[] | undefined;
|
|
1934
|
-
thumbnail?: 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;
|
|
@@ -1944,8 +1944,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1944
1944
|
thumbnailUrl?: string | undefined;
|
|
1945
1945
|
category?: string | undefined;
|
|
1946
1946
|
subtitles?: {
|
|
1947
|
-
text?: string | undefined;
|
|
1948
1947
|
url?: string | undefined;
|
|
1948
|
+
text?: string | undefined;
|
|
1949
1949
|
language?: string | undefined;
|
|
1950
1950
|
}[] | undefined;
|
|
1951
1951
|
}>;
|
|
@@ -2240,12 +2240,12 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2240
2240
|
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2241
2241
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2242
2242
|
text?: string | undefined;
|
|
2243
|
-
year?: number | undefined;
|
|
2244
2243
|
month?: string | undefined;
|
|
2244
|
+
year?: number | undefined;
|
|
2245
2245
|
}, {
|
|
2246
2246
|
text?: string | undefined;
|
|
2247
|
-
year?: number | undefined;
|
|
2248
2247
|
month?: string | undefined;
|
|
2248
|
+
year?: number | undefined;
|
|
2249
2249
|
}>>;
|
|
2250
2250
|
endDate: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2251
2251
|
month: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2253,12 +2253,12 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2253
2253
|
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2254
2254
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2255
2255
|
text?: string | undefined;
|
|
2256
|
-
year?: number | undefined;
|
|
2257
2256
|
month?: string | undefined;
|
|
2257
|
+
year?: number | undefined;
|
|
2258
2258
|
}, {
|
|
2259
2259
|
text?: string | undefined;
|
|
2260
|
-
year?: number | undefined;
|
|
2261
2260
|
month?: string | undefined;
|
|
2261
|
+
year?: number | undefined;
|
|
2262
2262
|
}>>;
|
|
2263
2263
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2264
2264
|
description?: string | undefined;
|
|
@@ -2274,13 +2274,13 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2274
2274
|
skills?: string[] | undefined;
|
|
2275
2275
|
startDate?: {
|
|
2276
2276
|
text?: string | undefined;
|
|
2277
|
-
year?: number | undefined;
|
|
2278
2277
|
month?: string | undefined;
|
|
2278
|
+
year?: number | undefined;
|
|
2279
2279
|
} | undefined;
|
|
2280
2280
|
endDate?: {
|
|
2281
2281
|
text?: string | undefined;
|
|
2282
|
-
year?: number | undefined;
|
|
2283
2282
|
month?: string | undefined;
|
|
2283
|
+
year?: number | undefined;
|
|
2284
2284
|
} | undefined;
|
|
2285
2285
|
}, {
|
|
2286
2286
|
description?: string | undefined;
|
|
@@ -2296,13 +2296,13 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2296
2296
|
skills?: string[] | undefined;
|
|
2297
2297
|
startDate?: {
|
|
2298
2298
|
text?: string | undefined;
|
|
2299
|
-
year?: number | undefined;
|
|
2300
2299
|
month?: string | undefined;
|
|
2300
|
+
year?: number | undefined;
|
|
2301
2301
|
} | undefined;
|
|
2302
2302
|
endDate?: {
|
|
2303
2303
|
text?: string | undefined;
|
|
2304
|
-
year?: number | undefined;
|
|
2305
2304
|
month?: string | undefined;
|
|
2305
|
+
year?: number | undefined;
|
|
2306
2306
|
} | undefined;
|
|
2307
2307
|
}>, "many">>;
|
|
2308
2308
|
education: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -2317,12 +2317,12 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2317
2317
|
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2318
2318
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2319
2319
|
text?: string | undefined;
|
|
2320
|
-
year?: number | undefined;
|
|
2321
2320
|
month?: string | undefined;
|
|
2321
|
+
year?: number | undefined;
|
|
2322
2322
|
}, {
|
|
2323
2323
|
text?: string | undefined;
|
|
2324
|
-
year?: number | undefined;
|
|
2325
2324
|
month?: string | undefined;
|
|
2325
|
+
year?: number | undefined;
|
|
2326
2326
|
}>>;
|
|
2327
2327
|
endDate: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2328
2328
|
month: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2330,25 +2330,25 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2330
2330
|
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2331
2331
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2332
2332
|
text?: string | undefined;
|
|
2333
|
-
year?: number | undefined;
|
|
2334
2333
|
month?: string | undefined;
|
|
2334
|
+
year?: number | undefined;
|
|
2335
2335
|
}, {
|
|
2336
2336
|
text?: string | undefined;
|
|
2337
|
-
year?: number | undefined;
|
|
2338
2337
|
month?: string | undefined;
|
|
2338
|
+
year?: number | undefined;
|
|
2339
2339
|
}>>;
|
|
2340
2340
|
period: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2341
2341
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2342
2342
|
skills?: string[] | undefined;
|
|
2343
2343
|
startDate?: {
|
|
2344
2344
|
text?: string | undefined;
|
|
2345
|
-
year?: number | undefined;
|
|
2346
2345
|
month?: string | undefined;
|
|
2346
|
+
year?: number | undefined;
|
|
2347
2347
|
} | undefined;
|
|
2348
2348
|
endDate?: {
|
|
2349
2349
|
text?: string | undefined;
|
|
2350
|
-
year?: number | undefined;
|
|
2351
2350
|
month?: string | undefined;
|
|
2351
|
+
year?: number | undefined;
|
|
2352
2352
|
} | undefined;
|
|
2353
2353
|
schoolName?: string | undefined;
|
|
2354
2354
|
schoolLinkedinUrl?: string | undefined;
|
|
@@ -2359,13 +2359,13 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2359
2359
|
skills?: string[] | undefined;
|
|
2360
2360
|
startDate?: {
|
|
2361
2361
|
text?: string | undefined;
|
|
2362
|
-
year?: number | undefined;
|
|
2363
2362
|
month?: string | undefined;
|
|
2363
|
+
year?: number | undefined;
|
|
2364
2364
|
} | undefined;
|
|
2365
2365
|
endDate?: {
|
|
2366
2366
|
text?: string | undefined;
|
|
2367
|
-
year?: number | undefined;
|
|
2368
2367
|
month?: string | undefined;
|
|
2368
|
+
year?: number | undefined;
|
|
2369
2369
|
} | undefined;
|
|
2370
2370
|
schoolName?: string | undefined;
|
|
2371
2371
|
schoolLinkedinUrl?: string | undefined;
|
|
@@ -2399,12 +2399,12 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2399
2399
|
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2400
2400
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2401
2401
|
text?: string | undefined;
|
|
2402
|
-
year?: number | undefined;
|
|
2403
2402
|
month?: string | undefined;
|
|
2403
|
+
year?: number | undefined;
|
|
2404
2404
|
}, {
|
|
2405
2405
|
text?: string | undefined;
|
|
2406
|
-
year?: number | undefined;
|
|
2407
2406
|
month?: string | undefined;
|
|
2407
|
+
year?: number | undefined;
|
|
2408
2408
|
}>>;
|
|
2409
2409
|
endDate: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2410
2410
|
month: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2412,12 +2412,12 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2412
2412
|
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2413
2413
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2414
2414
|
text?: string | undefined;
|
|
2415
|
-
year?: number | undefined;
|
|
2416
2415
|
month?: string | undefined;
|
|
2416
|
+
year?: number | undefined;
|
|
2417
2417
|
}, {
|
|
2418
2418
|
text?: string | undefined;
|
|
2419
|
-
year?: number | undefined;
|
|
2420
2419
|
month?: string | undefined;
|
|
2420
|
+
year?: number | undefined;
|
|
2421
2421
|
}>>;
|
|
2422
2422
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2423
2423
|
description?: string | undefined;
|
|
@@ -2425,13 +2425,13 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2425
2425
|
duration?: string | undefined;
|
|
2426
2426
|
startDate?: {
|
|
2427
2427
|
text?: string | undefined;
|
|
2428
|
-
year?: number | undefined;
|
|
2429
2428
|
month?: string | undefined;
|
|
2429
|
+
year?: number | undefined;
|
|
2430
2430
|
} | undefined;
|
|
2431
2431
|
endDate?: {
|
|
2432
2432
|
text?: string | undefined;
|
|
2433
|
-
year?: number | undefined;
|
|
2434
2433
|
month?: string | undefined;
|
|
2434
|
+
year?: number | undefined;
|
|
2435
2435
|
} | undefined;
|
|
2436
2436
|
}, {
|
|
2437
2437
|
description?: string | undefined;
|
|
@@ -2439,13 +2439,13 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2439
2439
|
duration?: string | undefined;
|
|
2440
2440
|
startDate?: {
|
|
2441
2441
|
text?: string | undefined;
|
|
2442
|
-
year?: number | undefined;
|
|
2443
2442
|
month?: string | undefined;
|
|
2443
|
+
year?: number | undefined;
|
|
2444
2444
|
} | undefined;
|
|
2445
2445
|
endDate?: {
|
|
2446
2446
|
text?: string | undefined;
|
|
2447
|
-
year?: number | undefined;
|
|
2448
2447
|
month?: string | undefined;
|
|
2448
|
+
year?: number | undefined;
|
|
2449
2449
|
} | undefined;
|
|
2450
2450
|
}>, "many">>;
|
|
2451
2451
|
volunteering: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -2457,12 +2457,12 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2457
2457
|
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2458
2458
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2459
2459
|
text?: string | undefined;
|
|
2460
|
-
year?: number | undefined;
|
|
2461
2460
|
month?: string | undefined;
|
|
2461
|
+
year?: number | undefined;
|
|
2462
2462
|
}, {
|
|
2463
2463
|
text?: string | undefined;
|
|
2464
|
-
year?: number | undefined;
|
|
2465
2464
|
month?: string | undefined;
|
|
2465
|
+
year?: number | undefined;
|
|
2466
2466
|
}>>>;
|
|
2467
2467
|
endDate: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2468
2468
|
month: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -2470,12 +2470,12 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2470
2470
|
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2471
2471
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2472
2472
|
text?: string | undefined;
|
|
2473
|
-
year?: number | undefined;
|
|
2474
2473
|
month?: string | undefined;
|
|
2474
|
+
year?: number | undefined;
|
|
2475
2475
|
}, {
|
|
2476
2476
|
text?: string | undefined;
|
|
2477
|
-
year?: number | undefined;
|
|
2478
2477
|
month?: string | undefined;
|
|
2478
|
+
year?: number | undefined;
|
|
2479
2479
|
}>>;
|
|
2480
2480
|
organizationName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2481
2481
|
organizationLinkedinUrl: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -2485,13 +2485,13 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2485
2485
|
role?: string | undefined;
|
|
2486
2486
|
startDate?: {
|
|
2487
2487
|
text?: string | undefined;
|
|
2488
|
-
year?: number | undefined;
|
|
2489
2488
|
month?: string | undefined;
|
|
2489
|
+
year?: number | undefined;
|
|
2490
2490
|
} | null | undefined;
|
|
2491
2491
|
endDate?: {
|
|
2492
2492
|
text?: string | undefined;
|
|
2493
|
-
year?: number | undefined;
|
|
2494
2493
|
month?: string | undefined;
|
|
2494
|
+
year?: number | undefined;
|
|
2495
2495
|
} | undefined;
|
|
2496
2496
|
organizationName?: string | undefined;
|
|
2497
2497
|
organizationLinkedinUrl?: string | null | undefined;
|
|
@@ -2501,13 +2501,13 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2501
2501
|
role?: string | undefined;
|
|
2502
2502
|
startDate?: {
|
|
2503
2503
|
text?: string | undefined;
|
|
2504
|
-
year?: number | undefined;
|
|
2505
2504
|
month?: string | undefined;
|
|
2505
|
+
year?: number | undefined;
|
|
2506
2506
|
} | null | undefined;
|
|
2507
2507
|
endDate?: {
|
|
2508
2508
|
text?: string | undefined;
|
|
2509
|
-
year?: number | undefined;
|
|
2510
2509
|
month?: string | undefined;
|
|
2510
|
+
year?: number | undefined;
|
|
2511
2511
|
} | undefined;
|
|
2512
2512
|
organizationName?: string | undefined;
|
|
2513
2513
|
organizationLinkedinUrl?: string | null | undefined;
|
|
@@ -2628,8 +2628,6 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2628
2628
|
publicIdentifier?: string | undefined;
|
|
2629
2629
|
profileId?: string | undefined;
|
|
2630
2630
|
} | undefined;
|
|
2631
|
-
photo?: string | undefined;
|
|
2632
|
-
verified?: boolean | undefined;
|
|
2633
2631
|
location?: {
|
|
2634
2632
|
linkedinText?: string | undefined;
|
|
2635
2633
|
countryCode?: string | undefined;
|
|
@@ -2643,6 +2641,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2643
2641
|
city?: string | undefined;
|
|
2644
2642
|
} | undefined;
|
|
2645
2643
|
} | undefined;
|
|
2644
|
+
verified?: boolean | undefined;
|
|
2646
2645
|
headline?: string | undefined;
|
|
2647
2646
|
publicIdentifier?: string | undefined;
|
|
2648
2647
|
linkedinUrl?: string | undefined;
|
|
@@ -2651,6 +2650,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2651
2650
|
about?: string | undefined;
|
|
2652
2651
|
openToWork?: boolean | undefined;
|
|
2653
2652
|
hiring?: boolean | undefined;
|
|
2653
|
+
photo?: string | undefined;
|
|
2654
2654
|
premium?: boolean | undefined;
|
|
2655
2655
|
influencer?: boolean | undefined;
|
|
2656
2656
|
registeredAt?: string | undefined;
|
|
@@ -2679,26 +2679,26 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2679
2679
|
skills?: string[] | undefined;
|
|
2680
2680
|
startDate?: {
|
|
2681
2681
|
text?: string | undefined;
|
|
2682
|
-
year?: number | undefined;
|
|
2683
2682
|
month?: string | undefined;
|
|
2683
|
+
year?: number | undefined;
|
|
2684
2684
|
} | undefined;
|
|
2685
2685
|
endDate?: {
|
|
2686
2686
|
text?: string | undefined;
|
|
2687
|
-
year?: number | undefined;
|
|
2688
2687
|
month?: string | undefined;
|
|
2688
|
+
year?: number | undefined;
|
|
2689
2689
|
} | undefined;
|
|
2690
2690
|
}[] | undefined;
|
|
2691
2691
|
education?: {
|
|
2692
2692
|
skills?: string[] | undefined;
|
|
2693
2693
|
startDate?: {
|
|
2694
2694
|
text?: string | undefined;
|
|
2695
|
-
year?: number | undefined;
|
|
2696
2695
|
month?: string | undefined;
|
|
2696
|
+
year?: number | undefined;
|
|
2697
2697
|
} | undefined;
|
|
2698
2698
|
endDate?: {
|
|
2699
2699
|
text?: string | undefined;
|
|
2700
|
-
year?: number | undefined;
|
|
2701
2700
|
month?: string | undefined;
|
|
2701
|
+
year?: number | undefined;
|
|
2702
2702
|
} | undefined;
|
|
2703
2703
|
schoolName?: string | undefined;
|
|
2704
2704
|
schoolLinkedinUrl?: string | undefined;
|
|
@@ -2718,13 +2718,13 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2718
2718
|
duration?: string | undefined;
|
|
2719
2719
|
startDate?: {
|
|
2720
2720
|
text?: string | undefined;
|
|
2721
|
-
year?: number | undefined;
|
|
2722
2721
|
month?: string | undefined;
|
|
2722
|
+
year?: number | undefined;
|
|
2723
2723
|
} | undefined;
|
|
2724
2724
|
endDate?: {
|
|
2725
2725
|
text?: string | undefined;
|
|
2726
|
-
year?: number | undefined;
|
|
2727
2726
|
month?: string | undefined;
|
|
2727
|
+
year?: number | undefined;
|
|
2728
2728
|
} | undefined;
|
|
2729
2729
|
}[] | undefined;
|
|
2730
2730
|
volunteering?: {
|
|
@@ -2732,13 +2732,13 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2732
2732
|
role?: string | undefined;
|
|
2733
2733
|
startDate?: {
|
|
2734
2734
|
text?: string | undefined;
|
|
2735
|
-
year?: number | undefined;
|
|
2736
2735
|
month?: string | undefined;
|
|
2736
|
+
year?: number | undefined;
|
|
2737
2737
|
} | null | undefined;
|
|
2738
2738
|
endDate?: {
|
|
2739
2739
|
text?: string | undefined;
|
|
2740
|
-
year?: number | undefined;
|
|
2741
2740
|
month?: string | undefined;
|
|
2741
|
+
year?: number | undefined;
|
|
2742
2742
|
} | undefined;
|
|
2743
2743
|
organizationName?: string | undefined;
|
|
2744
2744
|
organizationLinkedinUrl?: string | null | undefined;
|
|
@@ -2785,8 +2785,6 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2785
2785
|
publicIdentifier?: string | undefined;
|
|
2786
2786
|
profileId?: string | undefined;
|
|
2787
2787
|
} | undefined;
|
|
2788
|
-
photo?: string | undefined;
|
|
2789
|
-
verified?: boolean | undefined;
|
|
2790
2788
|
location?: {
|
|
2791
2789
|
linkedinText?: string | undefined;
|
|
2792
2790
|
countryCode?: string | undefined;
|
|
@@ -2800,6 +2798,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2800
2798
|
city?: string | undefined;
|
|
2801
2799
|
} | undefined;
|
|
2802
2800
|
} | undefined;
|
|
2801
|
+
verified?: boolean | undefined;
|
|
2803
2802
|
headline?: string | undefined;
|
|
2804
2803
|
publicIdentifier?: string | undefined;
|
|
2805
2804
|
linkedinUrl?: string | undefined;
|
|
@@ -2808,6 +2807,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2808
2807
|
about?: string | undefined;
|
|
2809
2808
|
openToWork?: boolean | undefined;
|
|
2810
2809
|
hiring?: boolean | undefined;
|
|
2810
|
+
photo?: string | undefined;
|
|
2811
2811
|
premium?: boolean | undefined;
|
|
2812
2812
|
influencer?: boolean | undefined;
|
|
2813
2813
|
registeredAt?: string | undefined;
|
|
@@ -2836,26 +2836,26 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2836
2836
|
skills?: string[] | undefined;
|
|
2837
2837
|
startDate?: {
|
|
2838
2838
|
text?: string | undefined;
|
|
2839
|
-
year?: number | undefined;
|
|
2840
2839
|
month?: string | undefined;
|
|
2840
|
+
year?: number | undefined;
|
|
2841
2841
|
} | undefined;
|
|
2842
2842
|
endDate?: {
|
|
2843
2843
|
text?: string | undefined;
|
|
2844
|
-
year?: number | undefined;
|
|
2845
2844
|
month?: string | undefined;
|
|
2845
|
+
year?: number | undefined;
|
|
2846
2846
|
} | undefined;
|
|
2847
2847
|
}[] | undefined;
|
|
2848
2848
|
education?: {
|
|
2849
2849
|
skills?: string[] | undefined;
|
|
2850
2850
|
startDate?: {
|
|
2851
2851
|
text?: string | undefined;
|
|
2852
|
-
year?: number | undefined;
|
|
2853
2852
|
month?: string | undefined;
|
|
2853
|
+
year?: number | undefined;
|
|
2854
2854
|
} | undefined;
|
|
2855
2855
|
endDate?: {
|
|
2856
2856
|
text?: string | undefined;
|
|
2857
|
-
year?: number | undefined;
|
|
2858
2857
|
month?: string | undefined;
|
|
2858
|
+
year?: number | undefined;
|
|
2859
2859
|
} | undefined;
|
|
2860
2860
|
schoolName?: string | undefined;
|
|
2861
2861
|
schoolLinkedinUrl?: string | undefined;
|
|
@@ -2875,13 +2875,13 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2875
2875
|
duration?: string | undefined;
|
|
2876
2876
|
startDate?: {
|
|
2877
2877
|
text?: string | undefined;
|
|
2878
|
-
year?: number | undefined;
|
|
2879
2878
|
month?: string | undefined;
|
|
2879
|
+
year?: number | undefined;
|
|
2880
2880
|
} | undefined;
|
|
2881
2881
|
endDate?: {
|
|
2882
2882
|
text?: string | undefined;
|
|
2883
|
-
year?: number | undefined;
|
|
2884
2883
|
month?: string | undefined;
|
|
2884
|
+
year?: number | undefined;
|
|
2885
2885
|
} | undefined;
|
|
2886
2886
|
}[] | undefined;
|
|
2887
2887
|
volunteering?: {
|
|
@@ -2889,13 +2889,13 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2889
2889
|
role?: string | undefined;
|
|
2890
2890
|
startDate?: {
|
|
2891
2891
|
text?: string | undefined;
|
|
2892
|
-
year?: number | undefined;
|
|
2893
2892
|
month?: string | undefined;
|
|
2893
|
+
year?: number | undefined;
|
|
2894
2894
|
} | null | undefined;
|
|
2895
2895
|
endDate?: {
|
|
2896
2896
|
text?: string | undefined;
|
|
2897
|
-
year?: number | undefined;
|
|
2898
2897
|
month?: string | undefined;
|
|
2898
|
+
year?: number | undefined;
|
|
2899
2899
|
} | undefined;
|
|
2900
2900
|
organizationName?: string | undefined;
|
|
2901
2901
|
organizationLinkedinUrl?: string | null | undefined;
|
|
@@ -3203,59 +3203,59 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
3203
3203
|
sourceUnabbreviated: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3204
3204
|
version: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3205
3205
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3206
|
-
version?: string | undefined;
|
|
3207
3206
|
language?: string | undefined;
|
|
3208
3207
|
downloadLink?: string | undefined;
|
|
3209
3208
|
tiktokLink?: string | undefined;
|
|
3210
3209
|
source?: string | undefined;
|
|
3211
3210
|
sourceUnabbreviated?: string | undefined;
|
|
3212
|
-
}, {
|
|
3213
3211
|
version?: string | undefined;
|
|
3212
|
+
}, {
|
|
3214
3213
|
language?: string | undefined;
|
|
3215
3214
|
downloadLink?: string | undefined;
|
|
3216
3215
|
tiktokLink?: string | undefined;
|
|
3217
3216
|
source?: string | undefined;
|
|
3218
3217
|
sourceUnabbreviated?: string | undefined;
|
|
3218
|
+
version?: string | undefined;
|
|
3219
3219
|
}>, "many">>;
|
|
3220
3220
|
width: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3221
3221
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3222
3222
|
format?: string | undefined;
|
|
3223
3223
|
duration?: number | undefined;
|
|
3224
|
+
coverUrl?: string | undefined;
|
|
3224
3225
|
width?: number | undefined;
|
|
3225
3226
|
height?: number | undefined;
|
|
3226
|
-
coverUrl?: string | undefined;
|
|
3227
3227
|
definition?: string | undefined;
|
|
3228
3228
|
originalCoverUrl?: string | undefined;
|
|
3229
3229
|
subtitleLinks?: {
|
|
3230
|
-
version?: string | undefined;
|
|
3231
3230
|
language?: string | undefined;
|
|
3232
3231
|
downloadLink?: string | undefined;
|
|
3233
3232
|
tiktokLink?: string | undefined;
|
|
3234
3233
|
source?: string | undefined;
|
|
3235
3234
|
sourceUnabbreviated?: string | undefined;
|
|
3235
|
+
version?: string | undefined;
|
|
3236
3236
|
}[] | undefined;
|
|
3237
3237
|
}, {
|
|
3238
3238
|
format?: string | undefined;
|
|
3239
3239
|
duration?: number | undefined;
|
|
3240
|
+
coverUrl?: string | undefined;
|
|
3240
3241
|
width?: number | undefined;
|
|
3241
3242
|
height?: number | undefined;
|
|
3242
|
-
coverUrl?: string | undefined;
|
|
3243
3243
|
definition?: string | undefined;
|
|
3244
3244
|
originalCoverUrl?: string | undefined;
|
|
3245
3245
|
subtitleLinks?: {
|
|
3246
|
-
version?: string | undefined;
|
|
3247
3246
|
language?: string | undefined;
|
|
3248
3247
|
downloadLink?: string | undefined;
|
|
3249
3248
|
tiktokLink?: string | undefined;
|
|
3250
3249
|
source?: string | undefined;
|
|
3251
3250
|
sourceUnabbreviated?: string | undefined;
|
|
3251
|
+
version?: string | undefined;
|
|
3252
3252
|
}[] | undefined;
|
|
3253
3253
|
}>>;
|
|
3254
3254
|
webVideoUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3255
3255
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3256
|
-
text?: string | undefined;
|
|
3257
3256
|
id?: string | undefined;
|
|
3258
3257
|
input?: string | undefined;
|
|
3258
|
+
text?: string | undefined;
|
|
3259
3259
|
hashtags?: {
|
|
3260
3260
|
name?: string | undefined;
|
|
3261
3261
|
}[] | undefined;
|
|
@@ -3323,25 +3323,25 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
3323
3323
|
videoMeta?: {
|
|
3324
3324
|
format?: string | undefined;
|
|
3325
3325
|
duration?: number | undefined;
|
|
3326
|
+
coverUrl?: string | undefined;
|
|
3326
3327
|
width?: number | undefined;
|
|
3327
3328
|
height?: number | undefined;
|
|
3328
|
-
coverUrl?: string | undefined;
|
|
3329
3329
|
definition?: string | undefined;
|
|
3330
3330
|
originalCoverUrl?: string | undefined;
|
|
3331
3331
|
subtitleLinks?: {
|
|
3332
|
-
version?: string | undefined;
|
|
3333
3332
|
language?: string | undefined;
|
|
3334
3333
|
downloadLink?: string | undefined;
|
|
3335
3334
|
tiktokLink?: string | undefined;
|
|
3336
3335
|
source?: string | undefined;
|
|
3337
3336
|
sourceUnabbreviated?: string | undefined;
|
|
3337
|
+
version?: string | undefined;
|
|
3338
3338
|
}[] | undefined;
|
|
3339
3339
|
} | undefined;
|
|
3340
3340
|
webVideoUrl?: string | undefined;
|
|
3341
3341
|
}, {
|
|
3342
|
-
text?: string | undefined;
|
|
3343
3342
|
id?: string | undefined;
|
|
3344
3343
|
input?: string | undefined;
|
|
3344
|
+
text?: string | undefined;
|
|
3345
3345
|
hashtags?: {
|
|
3346
3346
|
name?: string | undefined;
|
|
3347
3347
|
}[] | undefined;
|
|
@@ -3409,18 +3409,18 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
3409
3409
|
videoMeta?: {
|
|
3410
3410
|
format?: string | undefined;
|
|
3411
3411
|
duration?: number | undefined;
|
|
3412
|
+
coverUrl?: string | undefined;
|
|
3412
3413
|
width?: number | undefined;
|
|
3413
3414
|
height?: number | undefined;
|
|
3414
|
-
coverUrl?: string | undefined;
|
|
3415
3415
|
definition?: string | undefined;
|
|
3416
3416
|
originalCoverUrl?: string | undefined;
|
|
3417
3417
|
subtitleLinks?: {
|
|
3418
|
-
version?: string | undefined;
|
|
3419
3418
|
language?: string | undefined;
|
|
3420
3419
|
downloadLink?: string | undefined;
|
|
3421
3420
|
tiktokLink?: string | undefined;
|
|
3422
3421
|
source?: string | undefined;
|
|
3423
3422
|
sourceUnabbreviated?: string | undefined;
|
|
3423
|
+
version?: string | undefined;
|
|
3424
3424
|
}[] | undefined;
|
|
3425
3425
|
} | undefined;
|
|
3426
3426
|
webVideoUrl?: string | undefined;
|
|
@@ -3445,7 +3445,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
3445
3445
|
searchTerms?: string[] | undefined;
|
|
3446
3446
|
twitterHandles?: string[] | undefined;
|
|
3447
3447
|
conversationIds?: string[] | undefined;
|
|
3448
|
-
tweetLanguage?: "
|
|
3448
|
+
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;
|
|
3449
3449
|
}, {
|
|
3450
3450
|
sort?: "Top" | "Latest" | undefined;
|
|
3451
3451
|
maxItems?: number | undefined;
|
|
@@ -3453,7 +3453,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
3453
3453
|
searchTerms?: string[] | undefined;
|
|
3454
3454
|
twitterHandles?: string[] | undefined;
|
|
3455
3455
|
conversationIds?: string[] | undefined;
|
|
3456
|
-
tweetLanguage?: "
|
|
3456
|
+
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;
|
|
3457
3457
|
}>;
|
|
3458
3458
|
output: import("zod").ZodObject<{
|
|
3459
3459
|
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -3477,8 +3477,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
3477
3477
|
name?: string | undefined;
|
|
3478
3478
|
url?: string | undefined;
|
|
3479
3479
|
id?: string | undefined;
|
|
3480
|
-
userName?: string | undefined;
|
|
3481
3480
|
following?: number | undefined;
|
|
3481
|
+
userName?: string | undefined;
|
|
3482
3482
|
isVerified?: boolean | undefined;
|
|
3483
3483
|
isBlueVerified?: boolean | undefined;
|
|
3484
3484
|
profilePicture?: string | undefined;
|
|
@@ -3490,8 +3490,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
3490
3490
|
name?: string | undefined;
|
|
3491
3491
|
url?: string | undefined;
|
|
3492
3492
|
id?: string | undefined;
|
|
3493
|
-
userName?: string | undefined;
|
|
3494
3493
|
following?: number | undefined;
|
|
3494
|
+
userName?: string | undefined;
|
|
3495
3495
|
isVerified?: boolean | undefined;
|
|
3496
3496
|
isBlueVerified?: boolean | undefined;
|
|
3497
3497
|
profilePicture?: string | undefined;
|
|
@@ -3514,13 +3514,13 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
3514
3514
|
height: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3515
3515
|
duration: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3516
3516
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3517
|
-
type?: "
|
|
3517
|
+
type?: "video" | "photo" | "animated_gif" | undefined;
|
|
3518
3518
|
url?: string | undefined;
|
|
3519
3519
|
duration?: number | undefined;
|
|
3520
3520
|
width?: number | undefined;
|
|
3521
3521
|
height?: number | undefined;
|
|
3522
3522
|
}, {
|
|
3523
|
-
type?: "
|
|
3523
|
+
type?: "video" | "photo" | "animated_gif" | undefined;
|
|
3524
3524
|
url?: string | undefined;
|
|
3525
3525
|
duration?: number | undefined;
|
|
3526
3526
|
width?: number | undefined;
|
|
@@ -3588,30 +3588,16 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
3588
3588
|
isQuote: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3589
3589
|
isReply: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
3590
3590
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3591
|
-
text?: string | undefined;
|
|
3592
3591
|
url?: string | undefined;
|
|
3593
3592
|
id?: string | undefined;
|
|
3594
|
-
|
|
3595
|
-
hashtags?: {
|
|
3596
|
-
text?: string | undefined;
|
|
3597
|
-
}[] | undefined;
|
|
3598
|
-
urls?: {
|
|
3599
|
-
url?: string | undefined;
|
|
3600
|
-
displayUrl?: string | undefined;
|
|
3601
|
-
expandedUrl?: string | undefined;
|
|
3602
|
-
}[] | undefined;
|
|
3603
|
-
userMentions?: {
|
|
3604
|
-
name?: string | undefined;
|
|
3605
|
-
screenName?: string | undefined;
|
|
3606
|
-
}[] | undefined;
|
|
3607
|
-
} | undefined;
|
|
3593
|
+
text?: string | undefined;
|
|
3608
3594
|
author?: {
|
|
3609
3595
|
description?: string | undefined;
|
|
3610
3596
|
name?: string | undefined;
|
|
3611
3597
|
url?: string | undefined;
|
|
3612
3598
|
id?: string | undefined;
|
|
3613
|
-
userName?: string | undefined;
|
|
3614
3599
|
following?: number | undefined;
|
|
3600
|
+
userName?: string | undefined;
|
|
3615
3601
|
isVerified?: boolean | undefined;
|
|
3616
3602
|
isBlueVerified?: boolean | undefined;
|
|
3617
3603
|
profilePicture?: string | undefined;
|
|
@@ -3620,7 +3606,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
3620
3606
|
createdAt?: string | undefined;
|
|
3621
3607
|
} | undefined;
|
|
3622
3608
|
media?: (string | {
|
|
3623
|
-
type?: "
|
|
3609
|
+
type?: "video" | "photo" | "animated_gif" | undefined;
|
|
3624
3610
|
url?: string | undefined;
|
|
3625
3611
|
duration?: number | undefined;
|
|
3626
3612
|
width?: number | undefined;
|
|
@@ -3634,13 +3620,6 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
3634
3620
|
quoteCount?: number | undefined;
|
|
3635
3621
|
bookmarkCount?: number | undefined;
|
|
3636
3622
|
lang?: string | undefined;
|
|
3637
|
-
isRetweet?: boolean | undefined;
|
|
3638
|
-
isQuote?: boolean | undefined;
|
|
3639
|
-
isReply?: boolean | undefined;
|
|
3640
|
-
}, {
|
|
3641
|
-
text?: string | undefined;
|
|
3642
|
-
url?: string | undefined;
|
|
3643
|
-
id?: string | undefined;
|
|
3644
3623
|
entities?: {
|
|
3645
3624
|
hashtags?: {
|
|
3646
3625
|
text?: string | undefined;
|
|
@@ -3655,13 +3634,20 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
3655
3634
|
screenName?: string | undefined;
|
|
3656
3635
|
}[] | undefined;
|
|
3657
3636
|
} | undefined;
|
|
3637
|
+
isRetweet?: boolean | undefined;
|
|
3638
|
+
isQuote?: boolean | undefined;
|
|
3639
|
+
isReply?: boolean | undefined;
|
|
3640
|
+
}, {
|
|
3641
|
+
url?: string | undefined;
|
|
3642
|
+
id?: string | undefined;
|
|
3643
|
+
text?: string | undefined;
|
|
3658
3644
|
author?: {
|
|
3659
3645
|
description?: string | undefined;
|
|
3660
3646
|
name?: string | undefined;
|
|
3661
3647
|
url?: string | undefined;
|
|
3662
3648
|
id?: string | undefined;
|
|
3663
|
-
userName?: string | undefined;
|
|
3664
3649
|
following?: number | undefined;
|
|
3650
|
+
userName?: string | undefined;
|
|
3665
3651
|
isVerified?: boolean | undefined;
|
|
3666
3652
|
isBlueVerified?: boolean | undefined;
|
|
3667
3653
|
profilePicture?: string | undefined;
|
|
@@ -3670,7 +3656,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
3670
3656
|
createdAt?: string | undefined;
|
|
3671
3657
|
} | undefined;
|
|
3672
3658
|
media?: (string | {
|
|
3673
|
-
type?: "
|
|
3659
|
+
type?: "video" | "photo" | "animated_gif" | undefined;
|
|
3674
3660
|
url?: string | undefined;
|
|
3675
3661
|
duration?: number | undefined;
|
|
3676
3662
|
width?: number | undefined;
|
|
@@ -3684,6 +3670,20 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
3684
3670
|
quoteCount?: number | undefined;
|
|
3685
3671
|
bookmarkCount?: number | undefined;
|
|
3686
3672
|
lang?: string | undefined;
|
|
3673
|
+
entities?: {
|
|
3674
|
+
hashtags?: {
|
|
3675
|
+
text?: string | undefined;
|
|
3676
|
+
}[] | undefined;
|
|
3677
|
+
urls?: {
|
|
3678
|
+
url?: string | undefined;
|
|
3679
|
+
displayUrl?: string | undefined;
|
|
3680
|
+
expandedUrl?: string | undefined;
|
|
3681
|
+
}[] | undefined;
|
|
3682
|
+
userMentions?: {
|
|
3683
|
+
name?: string | undefined;
|
|
3684
|
+
screenName?: string | undefined;
|
|
3685
|
+
}[] | undefined;
|
|
3686
|
+
} | undefined;
|
|
3687
3687
|
isRetweet?: boolean | undefined;
|
|
3688
3688
|
isQuote?: boolean | undefined;
|
|
3689
3689
|
isReply?: boolean | undefined;
|