@bubblelab/bubble-core 0.1.136 → 0.1.138
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 +87 -87
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +806 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js +256 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +901 -94
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +8 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.d.ts +19 -19
- package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.js +1 -0
- package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +6 -6
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +8 -8
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +7 -7
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +17 -17
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +10 -10
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +350 -350
- package/dist/bubbles/service-bubble/followupboss.d.ts +12 -12
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +28 -28
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +62 -62
- package/dist/bubbles/service-bubble/github.d.ts +60 -60
- package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
- package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
- package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
- package/dist/bubbles/service-bubble/http.d.ts +2 -2
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +132 -32
- package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.js +48 -0
- package/dist/bubbles/service-bubble/jira/jira.js.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +140 -38
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/jira/jira.schema.js +50 -0
- package/dist/bubbles/service-bubble/jira/jira.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +388 -388
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +1890 -452
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.js +300 -56
- package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +108 -108
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +72 -72
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +26 -26
- package/dist/bubbles.json +603 -7
- package/package.json +2 -2
- package/dist/bubbles/service-bubble/salesforce/index.d.ts +0 -4
- package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/index.js +0 -4
- package/dist/bubbles/service-bubble/salesforce/index.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +0 -1331
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.js +0 -618
- package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +0 -1445
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +0 -609
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +0 -87
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +0 -181
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +0 -1
|
@@ -113,9 +113,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
113
113
|
}>>>;
|
|
114
114
|
}, "strip", import("zod").ZodTypeAny, {
|
|
115
115
|
type?: string | undefined;
|
|
116
|
+
id?: string | undefined;
|
|
116
117
|
url?: string | undefined;
|
|
117
118
|
images?: string[] | undefined;
|
|
118
|
-
id?: string | undefined;
|
|
119
119
|
timestamp?: string | undefined;
|
|
120
120
|
caption?: string | undefined;
|
|
121
121
|
location?: {
|
|
@@ -147,9 +147,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
147
147
|
isCommentsDisabled?: boolean | undefined;
|
|
148
148
|
}, {
|
|
149
149
|
type?: string | undefined;
|
|
150
|
+
id?: string | undefined;
|
|
150
151
|
url?: string | undefined;
|
|
151
152
|
images?: string[] | undefined;
|
|
152
|
-
id?: string | undefined;
|
|
153
153
|
timestamp?: string | undefined;
|
|
154
154
|
caption?: string | undefined;
|
|
155
155
|
location?: {
|
|
@@ -210,8 +210,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
210
210
|
itemsCount?: number | undefined;
|
|
211
211
|
}>, "many">>;
|
|
212
212
|
}, "strip", import("zod").ZodTypeAny, {
|
|
213
|
-
url?: string | undefined;
|
|
214
213
|
id?: string | undefined;
|
|
214
|
+
url?: string | undefined;
|
|
215
215
|
username?: string | undefined;
|
|
216
216
|
private?: boolean | undefined;
|
|
217
217
|
verified?: boolean | undefined;
|
|
@@ -241,9 +241,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
241
241
|
relatedProfiles?: unknown[] | undefined;
|
|
242
242
|
latestPosts?: {
|
|
243
243
|
type?: string | undefined;
|
|
244
|
+
id?: string | undefined;
|
|
244
245
|
url?: string | undefined;
|
|
245
246
|
images?: string[] | undefined;
|
|
246
|
-
id?: string | undefined;
|
|
247
247
|
timestamp?: string | undefined;
|
|
248
248
|
caption?: string | undefined;
|
|
249
249
|
location?: {
|
|
@@ -286,8 +286,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
286
286
|
itemsCount?: number | undefined;
|
|
287
287
|
}[] | undefined;
|
|
288
288
|
}, {
|
|
289
|
-
url?: string | undefined;
|
|
290
289
|
id?: string | undefined;
|
|
290
|
+
url?: string | undefined;
|
|
291
291
|
username?: string | undefined;
|
|
292
292
|
private?: boolean | undefined;
|
|
293
293
|
verified?: boolean | undefined;
|
|
@@ -317,9 +317,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
317
317
|
relatedProfiles?: unknown[] | undefined;
|
|
318
318
|
latestPosts?: {
|
|
319
319
|
type?: string | undefined;
|
|
320
|
+
id?: string | undefined;
|
|
320
321
|
url?: string | undefined;
|
|
321
322
|
images?: string[] | undefined;
|
|
322
|
-
id?: string | undefined;
|
|
323
323
|
timestamp?: string | undefined;
|
|
324
324
|
caption?: string | undefined;
|
|
325
325
|
location?: {
|
|
@@ -943,9 +943,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
943
943
|
}>>;
|
|
944
944
|
}, "strip", import("zod").ZodTypeAny, {
|
|
945
945
|
type?: string | undefined;
|
|
946
|
+
id?: string | undefined;
|
|
946
947
|
url?: string | undefined;
|
|
947
948
|
images?: string[] | undefined;
|
|
948
|
-
id?: string | undefined;
|
|
949
949
|
timestamp?: string | undefined;
|
|
950
950
|
caption?: string | undefined;
|
|
951
951
|
location?: {
|
|
@@ -1057,9 +1057,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1057
1057
|
} | undefined;
|
|
1058
1058
|
}, {
|
|
1059
1059
|
type?: string | undefined;
|
|
1060
|
+
id?: string | undefined;
|
|
1060
1061
|
url?: string | undefined;
|
|
1061
1062
|
images?: string[] | undefined;
|
|
1062
|
-
id?: string | undefined;
|
|
1063
1063
|
timestamp?: string | undefined;
|
|
1064
1064
|
caption?: string | undefined;
|
|
1065
1065
|
location?: {
|
|
@@ -1343,8 +1343,19 @@ 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
|
-
|
|
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;
|
|
1347
1357
|
text?: string | undefined;
|
|
1358
|
+
url?: string | undefined;
|
|
1348
1359
|
document?: {
|
|
1349
1360
|
title?: string | undefined;
|
|
1350
1361
|
url?: string | undefined;
|
|
@@ -1356,7 +1367,6 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1356
1367
|
share_urn?: string | null | undefined;
|
|
1357
1368
|
ugcPost_urn?: string | null | undefined;
|
|
1358
1369
|
} | undefined;
|
|
1359
|
-
full_urn?: string | undefined;
|
|
1360
1370
|
posted_at?: {
|
|
1361
1371
|
date?: string | undefined;
|
|
1362
1372
|
relative?: string | undefined;
|
|
@@ -1371,17 +1381,6 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1371
1381
|
profile_url?: string | undefined;
|
|
1372
1382
|
profile_picture?: string | undefined;
|
|
1373
1383
|
} | 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
1384
|
media?: {
|
|
1386
1385
|
type?: string | undefined;
|
|
1387
1386
|
url?: string | undefined;
|
|
@@ -1392,6 +1391,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1392
1391
|
}[] | undefined;
|
|
1393
1392
|
thumbnail?: string | undefined;
|
|
1394
1393
|
} | undefined;
|
|
1394
|
+
full_urn?: string | undefined;
|
|
1395
1395
|
article?: {
|
|
1396
1396
|
title?: string | undefined;
|
|
1397
1397
|
url?: string | undefined;
|
|
@@ -1401,8 +1401,19 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1401
1401
|
reshared_post?: any;
|
|
1402
1402
|
pagination_token?: string | undefined;
|
|
1403
1403
|
}, {
|
|
1404
|
-
|
|
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;
|
|
1405
1415
|
text?: string | undefined;
|
|
1416
|
+
url?: string | undefined;
|
|
1406
1417
|
document?: {
|
|
1407
1418
|
title?: string | undefined;
|
|
1408
1419
|
url?: string | undefined;
|
|
@@ -1414,7 +1425,6 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1414
1425
|
share_urn?: string | null | undefined;
|
|
1415
1426
|
ugcPost_urn?: string | null | undefined;
|
|
1416
1427
|
} | undefined;
|
|
1417
|
-
full_urn?: string | undefined;
|
|
1418
1428
|
posted_at?: {
|
|
1419
1429
|
date?: string | undefined;
|
|
1420
1430
|
relative?: string | undefined;
|
|
@@ -1429,17 +1439,6 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1429
1439
|
profile_url?: string | undefined;
|
|
1430
1440
|
profile_picture?: string | undefined;
|
|
1431
1441
|
} | 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
1442
|
media?: {
|
|
1444
1443
|
type?: string | undefined;
|
|
1445
1444
|
url?: string | undefined;
|
|
@@ -1450,6 +1449,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1450
1449
|
}[] | undefined;
|
|
1451
1450
|
thumbnail?: string | undefined;
|
|
1452
1451
|
} | undefined;
|
|
1452
|
+
full_urn?: string | undefined;
|
|
1453
1453
|
article?: {
|
|
1454
1454
|
title?: string | undefined;
|
|
1455
1455
|
url?: string | undefined;
|
|
@@ -1589,13 +1589,13 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1589
1589
|
}>, "many">>;
|
|
1590
1590
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1591
1591
|
type?: string | undefined;
|
|
1592
|
+
text?: string | undefined;
|
|
1592
1593
|
url?: string | undefined;
|
|
1593
1594
|
images?: {
|
|
1594
1595
|
url?: string | undefined;
|
|
1595
1596
|
width?: number | undefined;
|
|
1596
1597
|
height?: number | undefined;
|
|
1597
1598
|
}[] | undefined;
|
|
1598
|
-
text?: string | undefined;
|
|
1599
1599
|
article?: {
|
|
1600
1600
|
title?: string | null | undefined;
|
|
1601
1601
|
url?: string | null | undefined;
|
|
@@ -1606,13 +1606,13 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1606
1606
|
duration_ms?: number | undefined;
|
|
1607
1607
|
}, {
|
|
1608
1608
|
type?: string | undefined;
|
|
1609
|
+
text?: string | undefined;
|
|
1609
1610
|
url?: string | undefined;
|
|
1610
1611
|
images?: {
|
|
1611
1612
|
url?: string | undefined;
|
|
1612
1613
|
width?: number | undefined;
|
|
1613
1614
|
height?: number | undefined;
|
|
1614
1615
|
}[] | undefined;
|
|
1615
|
-
text?: string | undefined;
|
|
1616
1616
|
article?: {
|
|
1617
1617
|
title?: string | null | undefined;
|
|
1618
1618
|
url?: string | null | undefined;
|
|
@@ -1650,15 +1650,24 @@ 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;
|
|
1653
1662
|
content?: {
|
|
1654
1663
|
type?: string | undefined;
|
|
1664
|
+
text?: string | undefined;
|
|
1655
1665
|
url?: string | undefined;
|
|
1656
1666
|
images?: {
|
|
1657
1667
|
url?: string | undefined;
|
|
1658
1668
|
width?: number | undefined;
|
|
1659
1669
|
height?: number | undefined;
|
|
1660
1670
|
}[] | undefined;
|
|
1661
|
-
text?: string | undefined;
|
|
1662
1671
|
article?: {
|
|
1663
1672
|
title?: string | null | undefined;
|
|
1664
1673
|
url?: string | null | undefined;
|
|
@@ -1668,6 +1677,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1668
1677
|
thumbnail_url?: string | undefined;
|
|
1669
1678
|
duration_ms?: number | undefined;
|
|
1670
1679
|
} | undefined;
|
|
1680
|
+
text?: string | undefined;
|
|
1671
1681
|
metadata?: {
|
|
1672
1682
|
count?: number | undefined;
|
|
1673
1683
|
total_count?: number | undefined;
|
|
@@ -1677,9 +1687,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1677
1687
|
has_next_page?: boolean | undefined;
|
|
1678
1688
|
has_prev_page?: boolean | undefined;
|
|
1679
1689
|
} | undefined;
|
|
1680
|
-
text?: string | undefined;
|
|
1681
1690
|
hashtags?: string[] | undefined;
|
|
1682
|
-
full_urn?: string | undefined;
|
|
1683
1691
|
posted_at?: {
|
|
1684
1692
|
date?: string | undefined;
|
|
1685
1693
|
timestamp?: number | undefined;
|
|
@@ -1692,6 +1700,12 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1692
1700
|
profile_url?: string | undefined;
|
|
1693
1701
|
profile_id?: string | undefined;
|
|
1694
1702
|
} | 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
|
+
}, {
|
|
1695
1709
|
stats?: {
|
|
1696
1710
|
reactions?: {
|
|
1697
1711
|
type?: string | undefined;
|
|
@@ -1701,20 +1715,15 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1701
1715
|
total_reactions?: number | undefined;
|
|
1702
1716
|
comments?: number | undefined;
|
|
1703
1717
|
} | undefined;
|
|
1704
|
-
activity_id?: string | undefined;
|
|
1705
|
-
post_url?: string | undefined;
|
|
1706
|
-
is_reshare?: boolean | undefined;
|
|
1707
|
-
search_input?: string | undefined;
|
|
1708
|
-
}, {
|
|
1709
1718
|
content?: {
|
|
1710
1719
|
type?: string | undefined;
|
|
1720
|
+
text?: string | undefined;
|
|
1711
1721
|
url?: string | undefined;
|
|
1712
1722
|
images?: {
|
|
1713
1723
|
url?: string | undefined;
|
|
1714
1724
|
width?: number | undefined;
|
|
1715
1725
|
height?: number | undefined;
|
|
1716
1726
|
}[] | undefined;
|
|
1717
|
-
text?: string | undefined;
|
|
1718
1727
|
article?: {
|
|
1719
1728
|
title?: string | null | undefined;
|
|
1720
1729
|
url?: string | null | undefined;
|
|
@@ -1724,6 +1733,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1724
1733
|
thumbnail_url?: string | undefined;
|
|
1725
1734
|
duration_ms?: number | undefined;
|
|
1726
1735
|
} | undefined;
|
|
1736
|
+
text?: string | undefined;
|
|
1727
1737
|
metadata?: {
|
|
1728
1738
|
count?: number | undefined;
|
|
1729
1739
|
total_count?: number | undefined;
|
|
@@ -1733,9 +1743,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1733
1743
|
has_next_page?: boolean | undefined;
|
|
1734
1744
|
has_prev_page?: boolean | undefined;
|
|
1735
1745
|
} | undefined;
|
|
1736
|
-
text?: string | undefined;
|
|
1737
1746
|
hashtags?: string[] | undefined;
|
|
1738
|
-
full_urn?: string | undefined;
|
|
1739
1747
|
posted_at?: {
|
|
1740
1748
|
date?: string | undefined;
|
|
1741
1749
|
timestamp?: number | undefined;
|
|
@@ -1748,15 +1756,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1748
1756
|
profile_url?: string | undefined;
|
|
1749
1757
|
profile_id?: string | undefined;
|
|
1750
1758
|
} | undefined;
|
|
1751
|
-
|
|
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;
|
|
1759
|
+
full_urn?: string | undefined;
|
|
1760
1760
|
activity_id?: string | undefined;
|
|
1761
1761
|
post_url?: string | undefined;
|
|
1762
1762
|
is_reshare?: boolean | undefined;
|
|
@@ -1888,23 +1888,23 @@ 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
|
-
url?: string | undefined;
|
|
1892
1891
|
text?: string | undefined;
|
|
1892
|
+
url?: string | undefined;
|
|
1893
1893
|
language?: string | undefined;
|
|
1894
1894
|
}, {
|
|
1895
|
-
url?: string | undefined;
|
|
1896
1895
|
text?: string | undefined;
|
|
1896
|
+
url?: string | undefined;
|
|
1897
1897
|
language?: string | undefined;
|
|
1898
1898
|
}>, "many">>;
|
|
1899
1899
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1900
|
+
duration?: string | undefined;
|
|
1900
1901
|
description?: string | undefined;
|
|
1901
1902
|
title?: string | undefined;
|
|
1902
1903
|
date?: string | undefined;
|
|
1903
|
-
url?: string | undefined;
|
|
1904
|
-
duration?: string | undefined;
|
|
1905
|
-
id?: string | undefined;
|
|
1906
|
-
tags?: string[] | undefined;
|
|
1907
1904
|
text?: string | undefined;
|
|
1905
|
+
tags?: string[] | undefined;
|
|
1906
|
+
id?: string | undefined;
|
|
1907
|
+
url?: string | undefined;
|
|
1908
1908
|
thumbnail?: string | undefined;
|
|
1909
1909
|
commentsCount?: number | undefined;
|
|
1910
1910
|
comments?: number | undefined;
|
|
@@ -1918,19 +1918,19 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1918
1918
|
thumbnailUrl?: string | undefined;
|
|
1919
1919
|
category?: string | undefined;
|
|
1920
1920
|
subtitles?: {
|
|
1921
|
-
url?: string | undefined;
|
|
1922
1921
|
text?: string | undefined;
|
|
1922
|
+
url?: string | undefined;
|
|
1923
1923
|
language?: string | undefined;
|
|
1924
1924
|
}[] | undefined;
|
|
1925
1925
|
}, {
|
|
1926
|
+
duration?: string | undefined;
|
|
1926
1927
|
description?: string | undefined;
|
|
1927
1928
|
title?: string | undefined;
|
|
1928
1929
|
date?: string | undefined;
|
|
1929
|
-
url?: string | undefined;
|
|
1930
|
-
duration?: string | undefined;
|
|
1931
|
-
id?: string | undefined;
|
|
1932
|
-
tags?: string[] | undefined;
|
|
1933
1930
|
text?: string | undefined;
|
|
1931
|
+
tags?: string[] | undefined;
|
|
1932
|
+
id?: string | undefined;
|
|
1933
|
+
url?: string | undefined;
|
|
1934
1934
|
thumbnail?: string | undefined;
|
|
1935
1935
|
commentsCount?: number | undefined;
|
|
1936
1936
|
comments?: 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
|
-
url?: string | undefined;
|
|
1948
1947
|
text?: string | undefined;
|
|
1948
|
+
url?: string | undefined;
|
|
1949
1949
|
language?: string | undefined;
|
|
1950
1950
|
}[] | undefined;
|
|
1951
1951
|
}>;
|
|
@@ -2060,8 +2060,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2060
2060
|
companyEmployeesCount: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2061
2061
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2062
2062
|
title?: string | undefined;
|
|
2063
|
-
id?: string | undefined;
|
|
2064
2063
|
link?: string | undefined;
|
|
2064
|
+
id?: string | undefined;
|
|
2065
2065
|
location?: string | undefined;
|
|
2066
2066
|
inputUrl?: string | undefined;
|
|
2067
2067
|
trackingId?: string | undefined;
|
|
@@ -2095,8 +2095,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2095
2095
|
companyEmployeesCount?: number | undefined;
|
|
2096
2096
|
}, {
|
|
2097
2097
|
title?: string | undefined;
|
|
2098
|
-
id?: string | undefined;
|
|
2099
2098
|
link?: string | undefined;
|
|
2099
|
+
id?: string | undefined;
|
|
2100
2100
|
location?: string | undefined;
|
|
2101
2101
|
inputUrl?: string | undefined;
|
|
2102
2102
|
trackingId?: string | undefined;
|
|
@@ -2133,6 +2133,813 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2133
2133
|
documentation: string;
|
|
2134
2134
|
category: string;
|
|
2135
2135
|
};
|
|
2136
|
+
'harvestapi/linkedin-profile-scraper': {
|
|
2137
|
+
input: import("zod").ZodObject<{
|
|
2138
|
+
profileScraperMode: import("zod").ZodDefault<import("zod").ZodString>;
|
|
2139
|
+
queries: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
2140
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2141
|
+
profileScraperMode: string;
|
|
2142
|
+
queries: string[];
|
|
2143
|
+
}, {
|
|
2144
|
+
queries: string[];
|
|
2145
|
+
profileScraperMode?: string | undefined;
|
|
2146
|
+
}>;
|
|
2147
|
+
output: import("zod").ZodObject<{
|
|
2148
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2149
|
+
publicIdentifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2150
|
+
linkedinUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2151
|
+
firstName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2152
|
+
lastName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2153
|
+
headline: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2154
|
+
about: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2155
|
+
openToWork: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2156
|
+
hiring: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2157
|
+
photo: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2158
|
+
premium: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2159
|
+
influencer: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2160
|
+
location: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2161
|
+
linkedinText: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2162
|
+
countryCode: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2163
|
+
parsed: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2164
|
+
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2165
|
+
countryCode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2166
|
+
regionCode: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2167
|
+
country: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2168
|
+
countryFull: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2169
|
+
state: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2170
|
+
city: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2171
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2172
|
+
text?: string | undefined;
|
|
2173
|
+
countryCode?: string | null | undefined;
|
|
2174
|
+
regionCode?: string | null | undefined;
|
|
2175
|
+
country?: string | undefined;
|
|
2176
|
+
countryFull?: string | undefined;
|
|
2177
|
+
state?: string | undefined;
|
|
2178
|
+
city?: string | undefined;
|
|
2179
|
+
}, {
|
|
2180
|
+
text?: string | undefined;
|
|
2181
|
+
countryCode?: string | null | undefined;
|
|
2182
|
+
regionCode?: string | null | undefined;
|
|
2183
|
+
country?: string | undefined;
|
|
2184
|
+
countryFull?: string | undefined;
|
|
2185
|
+
state?: string | undefined;
|
|
2186
|
+
city?: string | undefined;
|
|
2187
|
+
}>>;
|
|
2188
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2189
|
+
linkedinText?: string | undefined;
|
|
2190
|
+
countryCode?: string | undefined;
|
|
2191
|
+
parsed?: {
|
|
2192
|
+
text?: string | undefined;
|
|
2193
|
+
countryCode?: string | null | undefined;
|
|
2194
|
+
regionCode?: string | null | undefined;
|
|
2195
|
+
country?: string | undefined;
|
|
2196
|
+
countryFull?: string | undefined;
|
|
2197
|
+
state?: string | undefined;
|
|
2198
|
+
city?: string | undefined;
|
|
2199
|
+
} | undefined;
|
|
2200
|
+
}, {
|
|
2201
|
+
linkedinText?: string | undefined;
|
|
2202
|
+
countryCode?: string | undefined;
|
|
2203
|
+
parsed?: {
|
|
2204
|
+
text?: string | undefined;
|
|
2205
|
+
countryCode?: string | null | undefined;
|
|
2206
|
+
regionCode?: string | null | undefined;
|
|
2207
|
+
country?: string | undefined;
|
|
2208
|
+
countryFull?: string | undefined;
|
|
2209
|
+
state?: string | undefined;
|
|
2210
|
+
city?: string | undefined;
|
|
2211
|
+
} | undefined;
|
|
2212
|
+
}>>;
|
|
2213
|
+
verified: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2214
|
+
registeredAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2215
|
+
topSkills: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2216
|
+
connectionsCount: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2217
|
+
followerCount: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2218
|
+
currentPosition: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2219
|
+
companyName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2220
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2221
|
+
companyName?: string | undefined;
|
|
2222
|
+
}, {
|
|
2223
|
+
companyName?: string | undefined;
|
|
2224
|
+
}>, "many">>;
|
|
2225
|
+
experience: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2226
|
+
position: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2227
|
+
location: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2228
|
+
employmentType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2229
|
+
workplaceType: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2230
|
+
companyName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2231
|
+
companyLinkedinUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2232
|
+
companyId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2233
|
+
companyUniversalName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2234
|
+
duration: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2235
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2236
|
+
skills: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
2237
|
+
startDate: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2238
|
+
month: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2239
|
+
year: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2240
|
+
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2241
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2242
|
+
text?: string | undefined;
|
|
2243
|
+
year?: number | undefined;
|
|
2244
|
+
month?: string | undefined;
|
|
2245
|
+
}, {
|
|
2246
|
+
text?: string | undefined;
|
|
2247
|
+
year?: number | undefined;
|
|
2248
|
+
month?: string | undefined;
|
|
2249
|
+
}>>;
|
|
2250
|
+
endDate: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2251
|
+
month: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2252
|
+
year: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2253
|
+
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2254
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2255
|
+
text?: string | undefined;
|
|
2256
|
+
year?: number | undefined;
|
|
2257
|
+
month?: string | undefined;
|
|
2258
|
+
}, {
|
|
2259
|
+
text?: string | undefined;
|
|
2260
|
+
year?: number | undefined;
|
|
2261
|
+
month?: string | undefined;
|
|
2262
|
+
}>>;
|
|
2263
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2264
|
+
duration?: string | undefined;
|
|
2265
|
+
description?: string | undefined;
|
|
2266
|
+
location?: string | undefined;
|
|
2267
|
+
companyName?: string | undefined;
|
|
2268
|
+
companyLinkedinUrl?: string | undefined;
|
|
2269
|
+
employmentType?: string | null | undefined;
|
|
2270
|
+
position?: string | undefined;
|
|
2271
|
+
workplaceType?: string | null | undefined;
|
|
2272
|
+
companyId?: string | undefined;
|
|
2273
|
+
companyUniversalName?: string | undefined;
|
|
2274
|
+
skills?: string[] | undefined;
|
|
2275
|
+
startDate?: {
|
|
2276
|
+
text?: string | undefined;
|
|
2277
|
+
year?: number | undefined;
|
|
2278
|
+
month?: string | undefined;
|
|
2279
|
+
} | undefined;
|
|
2280
|
+
endDate?: {
|
|
2281
|
+
text?: string | undefined;
|
|
2282
|
+
year?: number | undefined;
|
|
2283
|
+
month?: string | undefined;
|
|
2284
|
+
} | undefined;
|
|
2285
|
+
}, {
|
|
2286
|
+
duration?: string | undefined;
|
|
2287
|
+
description?: string | undefined;
|
|
2288
|
+
location?: string | undefined;
|
|
2289
|
+
companyName?: string | undefined;
|
|
2290
|
+
companyLinkedinUrl?: string | undefined;
|
|
2291
|
+
employmentType?: string | null | undefined;
|
|
2292
|
+
position?: string | undefined;
|
|
2293
|
+
workplaceType?: string | null | undefined;
|
|
2294
|
+
companyId?: string | undefined;
|
|
2295
|
+
companyUniversalName?: string | undefined;
|
|
2296
|
+
skills?: string[] | undefined;
|
|
2297
|
+
startDate?: {
|
|
2298
|
+
text?: string | undefined;
|
|
2299
|
+
year?: number | undefined;
|
|
2300
|
+
month?: string | undefined;
|
|
2301
|
+
} | undefined;
|
|
2302
|
+
endDate?: {
|
|
2303
|
+
text?: string | undefined;
|
|
2304
|
+
year?: number | undefined;
|
|
2305
|
+
month?: string | undefined;
|
|
2306
|
+
} | undefined;
|
|
2307
|
+
}>, "many">>;
|
|
2308
|
+
education: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2309
|
+
schoolName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2310
|
+
schoolLinkedinUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2311
|
+
degree: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2312
|
+
fieldOfStudy: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2313
|
+
skills: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
2314
|
+
startDate: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2315
|
+
month: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2316
|
+
year: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2317
|
+
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2318
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2319
|
+
text?: string | undefined;
|
|
2320
|
+
year?: number | undefined;
|
|
2321
|
+
month?: string | undefined;
|
|
2322
|
+
}, {
|
|
2323
|
+
text?: string | undefined;
|
|
2324
|
+
year?: number | undefined;
|
|
2325
|
+
month?: string | undefined;
|
|
2326
|
+
}>>;
|
|
2327
|
+
endDate: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2328
|
+
month: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2329
|
+
year: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2330
|
+
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2331
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2332
|
+
text?: string | undefined;
|
|
2333
|
+
year?: number | undefined;
|
|
2334
|
+
month?: string | undefined;
|
|
2335
|
+
}, {
|
|
2336
|
+
text?: string | undefined;
|
|
2337
|
+
year?: number | undefined;
|
|
2338
|
+
month?: string | undefined;
|
|
2339
|
+
}>>;
|
|
2340
|
+
period: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2341
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2342
|
+
skills?: string[] | undefined;
|
|
2343
|
+
startDate?: {
|
|
2344
|
+
text?: string | undefined;
|
|
2345
|
+
year?: number | undefined;
|
|
2346
|
+
month?: string | undefined;
|
|
2347
|
+
} | undefined;
|
|
2348
|
+
endDate?: {
|
|
2349
|
+
text?: string | undefined;
|
|
2350
|
+
year?: number | undefined;
|
|
2351
|
+
month?: string | undefined;
|
|
2352
|
+
} | undefined;
|
|
2353
|
+
schoolName?: string | undefined;
|
|
2354
|
+
schoolLinkedinUrl?: string | undefined;
|
|
2355
|
+
degree?: string | undefined;
|
|
2356
|
+
fieldOfStudy?: string | null | undefined;
|
|
2357
|
+
period?: string | undefined;
|
|
2358
|
+
}, {
|
|
2359
|
+
skills?: string[] | undefined;
|
|
2360
|
+
startDate?: {
|
|
2361
|
+
text?: string | undefined;
|
|
2362
|
+
year?: number | undefined;
|
|
2363
|
+
month?: string | undefined;
|
|
2364
|
+
} | undefined;
|
|
2365
|
+
endDate?: {
|
|
2366
|
+
text?: string | undefined;
|
|
2367
|
+
year?: number | undefined;
|
|
2368
|
+
month?: string | undefined;
|
|
2369
|
+
} | undefined;
|
|
2370
|
+
schoolName?: string | undefined;
|
|
2371
|
+
schoolLinkedinUrl?: string | undefined;
|
|
2372
|
+
degree?: string | undefined;
|
|
2373
|
+
fieldOfStudy?: string | null | undefined;
|
|
2374
|
+
period?: string | undefined;
|
|
2375
|
+
}>, "many">>;
|
|
2376
|
+
certifications: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2377
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2378
|
+
issuedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2379
|
+
issuedBy: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2380
|
+
issuedByLink: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2381
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2382
|
+
title?: string | undefined;
|
|
2383
|
+
issuedAt?: string | undefined;
|
|
2384
|
+
issuedBy?: string | undefined;
|
|
2385
|
+
issuedByLink?: string | undefined;
|
|
2386
|
+
}, {
|
|
2387
|
+
title?: string | undefined;
|
|
2388
|
+
issuedAt?: string | undefined;
|
|
2389
|
+
issuedBy?: string | undefined;
|
|
2390
|
+
issuedByLink?: string | undefined;
|
|
2391
|
+
}>, "many">>;
|
|
2392
|
+
projects: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2393
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2394
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2395
|
+
duration: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2396
|
+
startDate: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2397
|
+
month: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2398
|
+
year: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2399
|
+
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2400
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2401
|
+
text?: string | undefined;
|
|
2402
|
+
year?: number | undefined;
|
|
2403
|
+
month?: string | undefined;
|
|
2404
|
+
}, {
|
|
2405
|
+
text?: string | undefined;
|
|
2406
|
+
year?: number | undefined;
|
|
2407
|
+
month?: string | undefined;
|
|
2408
|
+
}>>;
|
|
2409
|
+
endDate: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2410
|
+
month: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2411
|
+
year: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2412
|
+
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2413
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2414
|
+
text?: string | undefined;
|
|
2415
|
+
year?: number | undefined;
|
|
2416
|
+
month?: string | undefined;
|
|
2417
|
+
}, {
|
|
2418
|
+
text?: string | undefined;
|
|
2419
|
+
year?: number | undefined;
|
|
2420
|
+
month?: string | undefined;
|
|
2421
|
+
}>>;
|
|
2422
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2423
|
+
duration?: string | undefined;
|
|
2424
|
+
description?: string | undefined;
|
|
2425
|
+
title?: string | undefined;
|
|
2426
|
+
startDate?: {
|
|
2427
|
+
text?: string | undefined;
|
|
2428
|
+
year?: number | undefined;
|
|
2429
|
+
month?: string | undefined;
|
|
2430
|
+
} | undefined;
|
|
2431
|
+
endDate?: {
|
|
2432
|
+
text?: string | undefined;
|
|
2433
|
+
year?: number | undefined;
|
|
2434
|
+
month?: string | undefined;
|
|
2435
|
+
} | undefined;
|
|
2436
|
+
}, {
|
|
2437
|
+
duration?: string | undefined;
|
|
2438
|
+
description?: string | undefined;
|
|
2439
|
+
title?: string | undefined;
|
|
2440
|
+
startDate?: {
|
|
2441
|
+
text?: string | undefined;
|
|
2442
|
+
year?: number | undefined;
|
|
2443
|
+
month?: string | undefined;
|
|
2444
|
+
} | undefined;
|
|
2445
|
+
endDate?: {
|
|
2446
|
+
text?: string | undefined;
|
|
2447
|
+
year?: number | undefined;
|
|
2448
|
+
month?: string | undefined;
|
|
2449
|
+
} | undefined;
|
|
2450
|
+
}>, "many">>;
|
|
2451
|
+
volunteering: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2452
|
+
role: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2453
|
+
duration: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2454
|
+
startDate: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
2455
|
+
month: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2456
|
+
year: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2457
|
+
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2458
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2459
|
+
text?: string | undefined;
|
|
2460
|
+
year?: number | undefined;
|
|
2461
|
+
month?: string | undefined;
|
|
2462
|
+
}, {
|
|
2463
|
+
text?: string | undefined;
|
|
2464
|
+
year?: number | undefined;
|
|
2465
|
+
month?: string | undefined;
|
|
2466
|
+
}>>>;
|
|
2467
|
+
endDate: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2468
|
+
month: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2469
|
+
year: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2470
|
+
text: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2471
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2472
|
+
text?: string | undefined;
|
|
2473
|
+
year?: number | undefined;
|
|
2474
|
+
month?: string | undefined;
|
|
2475
|
+
}, {
|
|
2476
|
+
text?: string | undefined;
|
|
2477
|
+
year?: number | undefined;
|
|
2478
|
+
month?: string | undefined;
|
|
2479
|
+
}>>;
|
|
2480
|
+
organizationName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2481
|
+
organizationLinkedinUrl: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2482
|
+
cause: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2483
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2484
|
+
cause?: string | undefined;
|
|
2485
|
+
duration?: string | undefined;
|
|
2486
|
+
role?: string | undefined;
|
|
2487
|
+
startDate?: {
|
|
2488
|
+
text?: string | undefined;
|
|
2489
|
+
year?: number | undefined;
|
|
2490
|
+
month?: string | undefined;
|
|
2491
|
+
} | null | undefined;
|
|
2492
|
+
endDate?: {
|
|
2493
|
+
text?: string | undefined;
|
|
2494
|
+
year?: number | undefined;
|
|
2495
|
+
month?: string | undefined;
|
|
2496
|
+
} | undefined;
|
|
2497
|
+
organizationName?: string | undefined;
|
|
2498
|
+
organizationLinkedinUrl?: string | null | undefined;
|
|
2499
|
+
}, {
|
|
2500
|
+
cause?: string | undefined;
|
|
2501
|
+
duration?: string | undefined;
|
|
2502
|
+
role?: string | undefined;
|
|
2503
|
+
startDate?: {
|
|
2504
|
+
text?: string | undefined;
|
|
2505
|
+
year?: number | undefined;
|
|
2506
|
+
month?: string | undefined;
|
|
2507
|
+
} | null | undefined;
|
|
2508
|
+
endDate?: {
|
|
2509
|
+
text?: string | undefined;
|
|
2510
|
+
year?: number | undefined;
|
|
2511
|
+
month?: string | undefined;
|
|
2512
|
+
} | undefined;
|
|
2513
|
+
organizationName?: string | undefined;
|
|
2514
|
+
organizationLinkedinUrl?: string | null | undefined;
|
|
2515
|
+
}>, "many">>;
|
|
2516
|
+
skills: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2517
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2518
|
+
positions: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
2519
|
+
endorsements: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2520
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2521
|
+
name?: string | undefined;
|
|
2522
|
+
positions?: string[] | undefined;
|
|
2523
|
+
endorsements?: string | undefined;
|
|
2524
|
+
}, {
|
|
2525
|
+
name?: string | undefined;
|
|
2526
|
+
positions?: string[] | undefined;
|
|
2527
|
+
endorsements?: string | undefined;
|
|
2528
|
+
}>, "many">>;
|
|
2529
|
+
courses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2530
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2531
|
+
associatedWith: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2532
|
+
associatedWithLink: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2533
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2534
|
+
title?: string | undefined;
|
|
2535
|
+
associatedWith?: string | undefined;
|
|
2536
|
+
associatedWithLink?: string | undefined;
|
|
2537
|
+
}, {
|
|
2538
|
+
title?: string | undefined;
|
|
2539
|
+
associatedWith?: string | undefined;
|
|
2540
|
+
associatedWithLink?: string | undefined;
|
|
2541
|
+
}>, "many">>;
|
|
2542
|
+
publications: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2543
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2544
|
+
publishedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2545
|
+
link: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2546
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2547
|
+
title?: string | undefined;
|
|
2548
|
+
link?: string | undefined;
|
|
2549
|
+
publishedAt?: string | undefined;
|
|
2550
|
+
}, {
|
|
2551
|
+
title?: string | undefined;
|
|
2552
|
+
link?: string | undefined;
|
|
2553
|
+
publishedAt?: string | undefined;
|
|
2554
|
+
}>, "many">>;
|
|
2555
|
+
patents: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodAny, "many">>;
|
|
2556
|
+
honorsAndAwards: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2557
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2558
|
+
issuedBy: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2559
|
+
issuedAt: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2560
|
+
description: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2561
|
+
associatedWith: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2562
|
+
associatedWithLink: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2563
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2564
|
+
description?: string | undefined;
|
|
2565
|
+
title?: string | undefined;
|
|
2566
|
+
issuedAt?: string | undefined;
|
|
2567
|
+
issuedBy?: string | undefined;
|
|
2568
|
+
associatedWith?: string | undefined;
|
|
2569
|
+
associatedWithLink?: string | undefined;
|
|
2570
|
+
}, {
|
|
2571
|
+
description?: string | undefined;
|
|
2572
|
+
title?: string | undefined;
|
|
2573
|
+
issuedAt?: string | undefined;
|
|
2574
|
+
issuedBy?: string | undefined;
|
|
2575
|
+
associatedWith?: string | undefined;
|
|
2576
|
+
associatedWithLink?: string | undefined;
|
|
2577
|
+
}>, "many">>;
|
|
2578
|
+
languages: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2579
|
+
name: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2580
|
+
proficiency: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2581
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2582
|
+
name?: string | undefined;
|
|
2583
|
+
proficiency?: string | undefined;
|
|
2584
|
+
}, {
|
|
2585
|
+
name?: string | undefined;
|
|
2586
|
+
proficiency?: string | undefined;
|
|
2587
|
+
}>, "many">>;
|
|
2588
|
+
featured: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodAny>>;
|
|
2589
|
+
moreProfiles: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
2590
|
+
id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2591
|
+
firstName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2592
|
+
lastName: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2593
|
+
position: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2594
|
+
publicIdentifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2595
|
+
linkedinUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2596
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2597
|
+
id?: string | undefined;
|
|
2598
|
+
position?: string | undefined;
|
|
2599
|
+
firstName?: string | undefined;
|
|
2600
|
+
lastName?: string | undefined;
|
|
2601
|
+
publicIdentifier?: string | undefined;
|
|
2602
|
+
linkedinUrl?: string | undefined;
|
|
2603
|
+
}, {
|
|
2604
|
+
id?: string | undefined;
|
|
2605
|
+
position?: string | undefined;
|
|
2606
|
+
firstName?: string | undefined;
|
|
2607
|
+
lastName?: string | undefined;
|
|
2608
|
+
publicIdentifier?: string | undefined;
|
|
2609
|
+
linkedinUrl?: string | undefined;
|
|
2610
|
+
}>, "many">>;
|
|
2611
|
+
query: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
2612
|
+
publicIdentifier: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2613
|
+
profileId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2614
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2615
|
+
publicIdentifier?: string | undefined;
|
|
2616
|
+
profileId?: string | undefined;
|
|
2617
|
+
}, {
|
|
2618
|
+
publicIdentifier?: string | undefined;
|
|
2619
|
+
profileId?: string | undefined;
|
|
2620
|
+
}>>;
|
|
2621
|
+
status: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2622
|
+
entityId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2623
|
+
requestId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2624
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
2625
|
+
status?: number | undefined;
|
|
2626
|
+
id?: string | undefined;
|
|
2627
|
+
query?: {
|
|
2628
|
+
publicIdentifier?: string | undefined;
|
|
2629
|
+
profileId?: string | undefined;
|
|
2630
|
+
} | undefined;
|
|
2631
|
+
photo?: string | undefined;
|
|
2632
|
+
verified?: boolean | undefined;
|
|
2633
|
+
location?: {
|
|
2634
|
+
linkedinText?: string | undefined;
|
|
2635
|
+
countryCode?: string | undefined;
|
|
2636
|
+
parsed?: {
|
|
2637
|
+
text?: string | undefined;
|
|
2638
|
+
countryCode?: string | null | undefined;
|
|
2639
|
+
regionCode?: string | null | undefined;
|
|
2640
|
+
country?: string | undefined;
|
|
2641
|
+
countryFull?: string | undefined;
|
|
2642
|
+
state?: string | undefined;
|
|
2643
|
+
city?: string | undefined;
|
|
2644
|
+
} | undefined;
|
|
2645
|
+
} | undefined;
|
|
2646
|
+
headline?: string | undefined;
|
|
2647
|
+
skills?: {
|
|
2648
|
+
name?: string | undefined;
|
|
2649
|
+
positions?: string[] | undefined;
|
|
2650
|
+
endorsements?: string | undefined;
|
|
2651
|
+
}[] | undefined;
|
|
2652
|
+
firstName?: string | undefined;
|
|
2653
|
+
lastName?: string | undefined;
|
|
2654
|
+
publicIdentifier?: string | undefined;
|
|
2655
|
+
linkedinUrl?: string | undefined;
|
|
2656
|
+
about?: string | undefined;
|
|
2657
|
+
openToWork?: boolean | undefined;
|
|
2658
|
+
hiring?: boolean | undefined;
|
|
2659
|
+
premium?: boolean | undefined;
|
|
2660
|
+
influencer?: boolean | undefined;
|
|
2661
|
+
registeredAt?: string | undefined;
|
|
2662
|
+
topSkills?: string | undefined;
|
|
2663
|
+
connectionsCount?: number | undefined;
|
|
2664
|
+
followerCount?: number | undefined;
|
|
2665
|
+
currentPosition?: {
|
|
2666
|
+
companyName?: string | undefined;
|
|
2667
|
+
}[] | undefined;
|
|
2668
|
+
experience?: {
|
|
2669
|
+
duration?: string | undefined;
|
|
2670
|
+
description?: string | undefined;
|
|
2671
|
+
location?: string | undefined;
|
|
2672
|
+
companyName?: string | undefined;
|
|
2673
|
+
companyLinkedinUrl?: string | undefined;
|
|
2674
|
+
employmentType?: string | null | undefined;
|
|
2675
|
+
position?: string | undefined;
|
|
2676
|
+
workplaceType?: string | null | undefined;
|
|
2677
|
+
companyId?: string | undefined;
|
|
2678
|
+
companyUniversalName?: string | undefined;
|
|
2679
|
+
skills?: string[] | undefined;
|
|
2680
|
+
startDate?: {
|
|
2681
|
+
text?: string | undefined;
|
|
2682
|
+
year?: number | undefined;
|
|
2683
|
+
month?: string | undefined;
|
|
2684
|
+
} | undefined;
|
|
2685
|
+
endDate?: {
|
|
2686
|
+
text?: string | undefined;
|
|
2687
|
+
year?: number | undefined;
|
|
2688
|
+
month?: string | undefined;
|
|
2689
|
+
} | undefined;
|
|
2690
|
+
}[] | undefined;
|
|
2691
|
+
education?: {
|
|
2692
|
+
skills?: string[] | undefined;
|
|
2693
|
+
startDate?: {
|
|
2694
|
+
text?: string | undefined;
|
|
2695
|
+
year?: number | undefined;
|
|
2696
|
+
month?: string | undefined;
|
|
2697
|
+
} | undefined;
|
|
2698
|
+
endDate?: {
|
|
2699
|
+
text?: string | undefined;
|
|
2700
|
+
year?: number | undefined;
|
|
2701
|
+
month?: string | undefined;
|
|
2702
|
+
} | undefined;
|
|
2703
|
+
schoolName?: string | undefined;
|
|
2704
|
+
schoolLinkedinUrl?: string | undefined;
|
|
2705
|
+
degree?: string | undefined;
|
|
2706
|
+
fieldOfStudy?: string | null | undefined;
|
|
2707
|
+
period?: string | undefined;
|
|
2708
|
+
}[] | undefined;
|
|
2709
|
+
certifications?: {
|
|
2710
|
+
title?: string | undefined;
|
|
2711
|
+
issuedAt?: string | undefined;
|
|
2712
|
+
issuedBy?: string | undefined;
|
|
2713
|
+
issuedByLink?: string | undefined;
|
|
2714
|
+
}[] | undefined;
|
|
2715
|
+
projects?: {
|
|
2716
|
+
duration?: string | undefined;
|
|
2717
|
+
description?: string | undefined;
|
|
2718
|
+
title?: string | undefined;
|
|
2719
|
+
startDate?: {
|
|
2720
|
+
text?: string | undefined;
|
|
2721
|
+
year?: number | undefined;
|
|
2722
|
+
month?: string | undefined;
|
|
2723
|
+
} | undefined;
|
|
2724
|
+
endDate?: {
|
|
2725
|
+
text?: string | undefined;
|
|
2726
|
+
year?: number | undefined;
|
|
2727
|
+
month?: string | undefined;
|
|
2728
|
+
} | undefined;
|
|
2729
|
+
}[] | undefined;
|
|
2730
|
+
volunteering?: {
|
|
2731
|
+
cause?: string | undefined;
|
|
2732
|
+
duration?: string | undefined;
|
|
2733
|
+
role?: string | undefined;
|
|
2734
|
+
startDate?: {
|
|
2735
|
+
text?: string | undefined;
|
|
2736
|
+
year?: number | undefined;
|
|
2737
|
+
month?: string | undefined;
|
|
2738
|
+
} | null | undefined;
|
|
2739
|
+
endDate?: {
|
|
2740
|
+
text?: string | undefined;
|
|
2741
|
+
year?: number | undefined;
|
|
2742
|
+
month?: string | undefined;
|
|
2743
|
+
} | undefined;
|
|
2744
|
+
organizationName?: string | undefined;
|
|
2745
|
+
organizationLinkedinUrl?: string | null | undefined;
|
|
2746
|
+
}[] | undefined;
|
|
2747
|
+
courses?: {
|
|
2748
|
+
title?: string | undefined;
|
|
2749
|
+
associatedWith?: string | undefined;
|
|
2750
|
+
associatedWithLink?: string | undefined;
|
|
2751
|
+
}[] | undefined;
|
|
2752
|
+
publications?: {
|
|
2753
|
+
title?: string | undefined;
|
|
2754
|
+
link?: string | undefined;
|
|
2755
|
+
publishedAt?: string | undefined;
|
|
2756
|
+
}[] | undefined;
|
|
2757
|
+
patents?: any[] | undefined;
|
|
2758
|
+
honorsAndAwards?: {
|
|
2759
|
+
description?: string | undefined;
|
|
2760
|
+
title?: string | undefined;
|
|
2761
|
+
issuedAt?: string | undefined;
|
|
2762
|
+
issuedBy?: string | undefined;
|
|
2763
|
+
associatedWith?: string | undefined;
|
|
2764
|
+
associatedWithLink?: string | undefined;
|
|
2765
|
+
}[] | undefined;
|
|
2766
|
+
languages?: {
|
|
2767
|
+
name?: string | undefined;
|
|
2768
|
+
proficiency?: string | undefined;
|
|
2769
|
+
}[] | undefined;
|
|
2770
|
+
featured?: any;
|
|
2771
|
+
moreProfiles?: {
|
|
2772
|
+
id?: string | undefined;
|
|
2773
|
+
position?: string | undefined;
|
|
2774
|
+
firstName?: string | undefined;
|
|
2775
|
+
lastName?: string | undefined;
|
|
2776
|
+
publicIdentifier?: string | undefined;
|
|
2777
|
+
linkedinUrl?: string | undefined;
|
|
2778
|
+
}[] | undefined;
|
|
2779
|
+
entityId?: string | undefined;
|
|
2780
|
+
requestId?: string | undefined;
|
|
2781
|
+
}, {
|
|
2782
|
+
status?: number | undefined;
|
|
2783
|
+
id?: string | undefined;
|
|
2784
|
+
query?: {
|
|
2785
|
+
publicIdentifier?: string | undefined;
|
|
2786
|
+
profileId?: string | undefined;
|
|
2787
|
+
} | undefined;
|
|
2788
|
+
photo?: string | undefined;
|
|
2789
|
+
verified?: boolean | undefined;
|
|
2790
|
+
location?: {
|
|
2791
|
+
linkedinText?: string | undefined;
|
|
2792
|
+
countryCode?: string | undefined;
|
|
2793
|
+
parsed?: {
|
|
2794
|
+
text?: string | undefined;
|
|
2795
|
+
countryCode?: string | null | undefined;
|
|
2796
|
+
regionCode?: string | null | undefined;
|
|
2797
|
+
country?: string | undefined;
|
|
2798
|
+
countryFull?: string | undefined;
|
|
2799
|
+
state?: string | undefined;
|
|
2800
|
+
city?: string | undefined;
|
|
2801
|
+
} | undefined;
|
|
2802
|
+
} | undefined;
|
|
2803
|
+
headline?: string | undefined;
|
|
2804
|
+
skills?: {
|
|
2805
|
+
name?: string | undefined;
|
|
2806
|
+
positions?: string[] | undefined;
|
|
2807
|
+
endorsements?: string | undefined;
|
|
2808
|
+
}[] | undefined;
|
|
2809
|
+
firstName?: string | undefined;
|
|
2810
|
+
lastName?: string | undefined;
|
|
2811
|
+
publicIdentifier?: string | undefined;
|
|
2812
|
+
linkedinUrl?: string | undefined;
|
|
2813
|
+
about?: string | undefined;
|
|
2814
|
+
openToWork?: boolean | undefined;
|
|
2815
|
+
hiring?: boolean | undefined;
|
|
2816
|
+
premium?: boolean | undefined;
|
|
2817
|
+
influencer?: boolean | undefined;
|
|
2818
|
+
registeredAt?: string | undefined;
|
|
2819
|
+
topSkills?: string | undefined;
|
|
2820
|
+
connectionsCount?: number | undefined;
|
|
2821
|
+
followerCount?: number | undefined;
|
|
2822
|
+
currentPosition?: {
|
|
2823
|
+
companyName?: string | undefined;
|
|
2824
|
+
}[] | undefined;
|
|
2825
|
+
experience?: {
|
|
2826
|
+
duration?: string | undefined;
|
|
2827
|
+
description?: string | undefined;
|
|
2828
|
+
location?: string | undefined;
|
|
2829
|
+
companyName?: string | undefined;
|
|
2830
|
+
companyLinkedinUrl?: string | undefined;
|
|
2831
|
+
employmentType?: string | null | undefined;
|
|
2832
|
+
position?: string | undefined;
|
|
2833
|
+
workplaceType?: string | null | undefined;
|
|
2834
|
+
companyId?: string | undefined;
|
|
2835
|
+
companyUniversalName?: string | undefined;
|
|
2836
|
+
skills?: string[] | undefined;
|
|
2837
|
+
startDate?: {
|
|
2838
|
+
text?: string | undefined;
|
|
2839
|
+
year?: number | undefined;
|
|
2840
|
+
month?: string | undefined;
|
|
2841
|
+
} | undefined;
|
|
2842
|
+
endDate?: {
|
|
2843
|
+
text?: string | undefined;
|
|
2844
|
+
year?: number | undefined;
|
|
2845
|
+
month?: string | undefined;
|
|
2846
|
+
} | undefined;
|
|
2847
|
+
}[] | undefined;
|
|
2848
|
+
education?: {
|
|
2849
|
+
skills?: string[] | undefined;
|
|
2850
|
+
startDate?: {
|
|
2851
|
+
text?: string | undefined;
|
|
2852
|
+
year?: number | undefined;
|
|
2853
|
+
month?: string | undefined;
|
|
2854
|
+
} | undefined;
|
|
2855
|
+
endDate?: {
|
|
2856
|
+
text?: string | undefined;
|
|
2857
|
+
year?: number | undefined;
|
|
2858
|
+
month?: string | undefined;
|
|
2859
|
+
} | undefined;
|
|
2860
|
+
schoolName?: string | undefined;
|
|
2861
|
+
schoolLinkedinUrl?: string | undefined;
|
|
2862
|
+
degree?: string | undefined;
|
|
2863
|
+
fieldOfStudy?: string | null | undefined;
|
|
2864
|
+
period?: string | undefined;
|
|
2865
|
+
}[] | undefined;
|
|
2866
|
+
certifications?: {
|
|
2867
|
+
title?: string | undefined;
|
|
2868
|
+
issuedAt?: string | undefined;
|
|
2869
|
+
issuedBy?: string | undefined;
|
|
2870
|
+
issuedByLink?: string | undefined;
|
|
2871
|
+
}[] | undefined;
|
|
2872
|
+
projects?: {
|
|
2873
|
+
duration?: string | undefined;
|
|
2874
|
+
description?: string | undefined;
|
|
2875
|
+
title?: string | undefined;
|
|
2876
|
+
startDate?: {
|
|
2877
|
+
text?: string | undefined;
|
|
2878
|
+
year?: number | undefined;
|
|
2879
|
+
month?: string | undefined;
|
|
2880
|
+
} | undefined;
|
|
2881
|
+
endDate?: {
|
|
2882
|
+
text?: string | undefined;
|
|
2883
|
+
year?: number | undefined;
|
|
2884
|
+
month?: string | undefined;
|
|
2885
|
+
} | undefined;
|
|
2886
|
+
}[] | undefined;
|
|
2887
|
+
volunteering?: {
|
|
2888
|
+
cause?: string | undefined;
|
|
2889
|
+
duration?: string | undefined;
|
|
2890
|
+
role?: string | undefined;
|
|
2891
|
+
startDate?: {
|
|
2892
|
+
text?: string | undefined;
|
|
2893
|
+
year?: number | undefined;
|
|
2894
|
+
month?: string | undefined;
|
|
2895
|
+
} | null | undefined;
|
|
2896
|
+
endDate?: {
|
|
2897
|
+
text?: string | undefined;
|
|
2898
|
+
year?: number | undefined;
|
|
2899
|
+
month?: string | undefined;
|
|
2900
|
+
} | undefined;
|
|
2901
|
+
organizationName?: string | undefined;
|
|
2902
|
+
organizationLinkedinUrl?: string | null | undefined;
|
|
2903
|
+
}[] | undefined;
|
|
2904
|
+
courses?: {
|
|
2905
|
+
title?: string | undefined;
|
|
2906
|
+
associatedWith?: string | undefined;
|
|
2907
|
+
associatedWithLink?: string | undefined;
|
|
2908
|
+
}[] | undefined;
|
|
2909
|
+
publications?: {
|
|
2910
|
+
title?: string | undefined;
|
|
2911
|
+
link?: string | undefined;
|
|
2912
|
+
publishedAt?: string | undefined;
|
|
2913
|
+
}[] | undefined;
|
|
2914
|
+
patents?: any[] | undefined;
|
|
2915
|
+
honorsAndAwards?: {
|
|
2916
|
+
description?: string | undefined;
|
|
2917
|
+
title?: string | undefined;
|
|
2918
|
+
issuedAt?: string | undefined;
|
|
2919
|
+
issuedBy?: string | undefined;
|
|
2920
|
+
associatedWith?: string | undefined;
|
|
2921
|
+
associatedWithLink?: string | undefined;
|
|
2922
|
+
}[] | undefined;
|
|
2923
|
+
languages?: {
|
|
2924
|
+
name?: string | undefined;
|
|
2925
|
+
proficiency?: string | undefined;
|
|
2926
|
+
}[] | undefined;
|
|
2927
|
+
featured?: any;
|
|
2928
|
+
moreProfiles?: {
|
|
2929
|
+
id?: string | undefined;
|
|
2930
|
+
position?: string | undefined;
|
|
2931
|
+
firstName?: string | undefined;
|
|
2932
|
+
lastName?: string | undefined;
|
|
2933
|
+
publicIdentifier?: string | undefined;
|
|
2934
|
+
linkedinUrl?: string | undefined;
|
|
2935
|
+
}[] | undefined;
|
|
2936
|
+
entityId?: string | undefined;
|
|
2937
|
+
requestId?: string | undefined;
|
|
2938
|
+
}>;
|
|
2939
|
+
description: string;
|
|
2940
|
+
documentation: string;
|
|
2941
|
+
category: string;
|
|
2942
|
+
};
|
|
2136
2943
|
'clockworks/tiktok-scraper': {
|
|
2137
2944
|
input: import("zod").ZodObject<{
|
|
2138
2945
|
hashtags: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString, "many">>;
|
|
@@ -2412,8 +3219,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2412
3219
|
}>, "many">>;
|
|
2413
3220
|
width: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2414
3221
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2415
|
-
format?: string | undefined;
|
|
2416
3222
|
duration?: number | undefined;
|
|
3223
|
+
format?: string | undefined;
|
|
2417
3224
|
width?: number | undefined;
|
|
2418
3225
|
height?: number | undefined;
|
|
2419
3226
|
coverUrl?: string | undefined;
|
|
@@ -2428,8 +3235,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2428
3235
|
sourceUnabbreviated?: string | undefined;
|
|
2429
3236
|
}[] | undefined;
|
|
2430
3237
|
}, {
|
|
2431
|
-
format?: string | undefined;
|
|
2432
3238
|
duration?: number | undefined;
|
|
3239
|
+
format?: string | undefined;
|
|
2433
3240
|
width?: number | undefined;
|
|
2434
3241
|
height?: number | undefined;
|
|
2435
3242
|
coverUrl?: string | undefined;
|
|
@@ -2446,9 +3253,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2446
3253
|
}>>;
|
|
2447
3254
|
webVideoUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2448
3255
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3256
|
+
text?: string | undefined;
|
|
2449
3257
|
id?: string | undefined;
|
|
2450
3258
|
input?: string | undefined;
|
|
2451
|
-
text?: string | undefined;
|
|
2452
3259
|
hashtags?: {
|
|
2453
3260
|
name?: string | undefined;
|
|
2454
3261
|
}[] | undefined;
|
|
@@ -2514,8 +3321,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2514
3321
|
shareCount?: number | undefined;
|
|
2515
3322
|
textLanguage?: string | undefined;
|
|
2516
3323
|
videoMeta?: {
|
|
2517
|
-
format?: string | undefined;
|
|
2518
3324
|
duration?: number | undefined;
|
|
3325
|
+
format?: string | undefined;
|
|
2519
3326
|
width?: number | undefined;
|
|
2520
3327
|
height?: number | undefined;
|
|
2521
3328
|
coverUrl?: string | undefined;
|
|
@@ -2532,9 +3339,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2532
3339
|
} | undefined;
|
|
2533
3340
|
webVideoUrl?: string | undefined;
|
|
2534
3341
|
}, {
|
|
3342
|
+
text?: string | undefined;
|
|
2535
3343
|
id?: string | undefined;
|
|
2536
3344
|
input?: string | undefined;
|
|
2537
|
-
text?: string | undefined;
|
|
2538
3345
|
hashtags?: {
|
|
2539
3346
|
name?: string | undefined;
|
|
2540
3347
|
}[] | undefined;
|
|
@@ -2600,8 +3407,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2600
3407
|
shareCount?: number | undefined;
|
|
2601
3408
|
textLanguage?: string | undefined;
|
|
2602
3409
|
videoMeta?: {
|
|
2603
|
-
format?: string | undefined;
|
|
2604
3410
|
duration?: number | undefined;
|
|
3411
|
+
format?: string | undefined;
|
|
2605
3412
|
width?: number | undefined;
|
|
2606
3413
|
height?: number | undefined;
|
|
2607
3414
|
coverUrl?: string | undefined;
|
|
@@ -2668,8 +3475,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2668
3475
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2669
3476
|
description?: string | undefined;
|
|
2670
3477
|
name?: string | undefined;
|
|
2671
|
-
url?: string | undefined;
|
|
2672
3478
|
id?: string | undefined;
|
|
3479
|
+
url?: string | undefined;
|
|
2673
3480
|
following?: number | undefined;
|
|
2674
3481
|
userName?: string | undefined;
|
|
2675
3482
|
isVerified?: boolean | undefined;
|
|
@@ -2681,8 +3488,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2681
3488
|
}, {
|
|
2682
3489
|
description?: string | undefined;
|
|
2683
3490
|
name?: string | undefined;
|
|
2684
|
-
url?: string | undefined;
|
|
2685
3491
|
id?: string | undefined;
|
|
3492
|
+
url?: string | undefined;
|
|
2686
3493
|
following?: number | undefined;
|
|
2687
3494
|
userName?: string | undefined;
|
|
2688
3495
|
isVerified?: boolean | undefined;
|
|
@@ -2707,15 +3514,15 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2707
3514
|
height: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2708
3515
|
duration: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2709
3516
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3517
|
+
duration?: number | undefined;
|
|
2710
3518
|
type?: "photo" | "video" | "animated_gif" | undefined;
|
|
2711
3519
|
url?: string | undefined;
|
|
2712
|
-
duration?: number | undefined;
|
|
2713
3520
|
width?: number | undefined;
|
|
2714
3521
|
height?: number | undefined;
|
|
2715
3522
|
}, {
|
|
3523
|
+
duration?: number | undefined;
|
|
2716
3524
|
type?: "photo" | "video" | "animated_gif" | undefined;
|
|
2717
3525
|
url?: string | undefined;
|
|
2718
|
-
duration?: number | undefined;
|
|
2719
3526
|
width?: number | undefined;
|
|
2720
3527
|
height?: number | undefined;
|
|
2721
3528
|
}>]>, "many">>;
|
|
@@ -2781,9 +3588,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2781
3588
|
isQuote: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2782
3589
|
isReply: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2783
3590
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2784
|
-
url?: string | undefined;
|
|
2785
|
-
id?: string | undefined;
|
|
2786
3591
|
text?: string | undefined;
|
|
3592
|
+
id?: string | undefined;
|
|
3593
|
+
url?: string | undefined;
|
|
2787
3594
|
entities?: {
|
|
2788
3595
|
hashtags?: {
|
|
2789
3596
|
text?: string | undefined;
|
|
@@ -2801,8 +3608,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2801
3608
|
author?: {
|
|
2802
3609
|
description?: string | undefined;
|
|
2803
3610
|
name?: string | undefined;
|
|
2804
|
-
url?: string | undefined;
|
|
2805
3611
|
id?: string | undefined;
|
|
3612
|
+
url?: string | undefined;
|
|
2806
3613
|
following?: number | undefined;
|
|
2807
3614
|
userName?: string | undefined;
|
|
2808
3615
|
isVerified?: boolean | undefined;
|
|
@@ -2813,9 +3620,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2813
3620
|
createdAt?: string | undefined;
|
|
2814
3621
|
} | undefined;
|
|
2815
3622
|
media?: (string | {
|
|
3623
|
+
duration?: number | undefined;
|
|
2816
3624
|
type?: "photo" | "video" | "animated_gif" | undefined;
|
|
2817
3625
|
url?: string | undefined;
|
|
2818
|
-
duration?: number | undefined;
|
|
2819
3626
|
width?: number | undefined;
|
|
2820
3627
|
height?: number | undefined;
|
|
2821
3628
|
})[] | undefined;
|
|
@@ -2831,9 +3638,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2831
3638
|
isQuote?: boolean | undefined;
|
|
2832
3639
|
isReply?: boolean | undefined;
|
|
2833
3640
|
}, {
|
|
2834
|
-
url?: string | undefined;
|
|
2835
|
-
id?: string | undefined;
|
|
2836
3641
|
text?: string | undefined;
|
|
3642
|
+
id?: string | undefined;
|
|
3643
|
+
url?: string | undefined;
|
|
2837
3644
|
entities?: {
|
|
2838
3645
|
hashtags?: {
|
|
2839
3646
|
text?: string | undefined;
|
|
@@ -2851,8 +3658,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2851
3658
|
author?: {
|
|
2852
3659
|
description?: string | undefined;
|
|
2853
3660
|
name?: string | undefined;
|
|
2854
|
-
url?: string | undefined;
|
|
2855
3661
|
id?: string | undefined;
|
|
3662
|
+
url?: string | undefined;
|
|
2856
3663
|
following?: number | undefined;
|
|
2857
3664
|
userName?: string | undefined;
|
|
2858
3665
|
isVerified?: boolean | undefined;
|
|
@@ -2863,9 +3670,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2863
3670
|
createdAt?: string | undefined;
|
|
2864
3671
|
} | undefined;
|
|
2865
3672
|
media?: (string | {
|
|
3673
|
+
duration?: number | undefined;
|
|
2866
3674
|
type?: "photo" | "video" | "animated_gif" | undefined;
|
|
2867
3675
|
url?: string | undefined;
|
|
2868
|
-
duration?: number | undefined;
|
|
2869
3676
|
width?: number | undefined;
|
|
2870
3677
|
height?: number | undefined;
|
|
2871
3678
|
})[] | undefined;
|
|
@@ -3007,15 +3814,15 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
3007
3814
|
lng: number;
|
|
3008
3815
|
} | undefined;
|
|
3009
3816
|
postalCode?: string | null | undefined;
|
|
3817
|
+
countryCode?: string | undefined;
|
|
3818
|
+
state?: string | undefined;
|
|
3819
|
+
city?: string | undefined;
|
|
3010
3820
|
language?: string | undefined;
|
|
3011
3821
|
price?: string | null | undefined;
|
|
3012
3822
|
categoryName?: string | undefined;
|
|
3013
3823
|
address?: string | undefined;
|
|
3014
3824
|
neighborhood?: string | null | undefined;
|
|
3015
3825
|
street?: string | null | undefined;
|
|
3016
|
-
city?: string | undefined;
|
|
3017
|
-
state?: string | undefined;
|
|
3018
|
-
countryCode?: string | undefined;
|
|
3019
3826
|
website?: string | undefined;
|
|
3020
3827
|
phoneUnformatted?: string | undefined;
|
|
3021
3828
|
claimThisBusiness?: boolean | undefined;
|
|
@@ -3069,15 +3876,15 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
3069
3876
|
lng: number;
|
|
3070
3877
|
} | undefined;
|
|
3071
3878
|
postalCode?: string | null | undefined;
|
|
3879
|
+
countryCode?: string | undefined;
|
|
3880
|
+
state?: string | undefined;
|
|
3881
|
+
city?: string | undefined;
|
|
3072
3882
|
language?: string | undefined;
|
|
3073
3883
|
price?: string | null | undefined;
|
|
3074
3884
|
categoryName?: string | undefined;
|
|
3075
3885
|
address?: string | undefined;
|
|
3076
3886
|
neighborhood?: string | null | undefined;
|
|
3077
3887
|
street?: string | null | undefined;
|
|
3078
|
-
city?: string | undefined;
|
|
3079
|
-
state?: string | undefined;
|
|
3080
|
-
countryCode?: string | undefined;
|
|
3081
3888
|
website?: string | undefined;
|
|
3082
3889
|
phoneUnformatted?: string | undefined;
|
|
3083
3890
|
claimThisBusiness?: boolean | undefined;
|