@bubblelab/bubble-core 0.1.112 → 0.1.113
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 +85 -85
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +76 -74
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +40 -5
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
- 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-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 +88 -88
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +2 -2
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
- 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 +338 -338
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- 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 +30 -30
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
- package/dist/bubbles/service-bubble/notion/notion.d.ts +848 -848
- 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/salesforce/index.d.ts +4 -0
- package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
- package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
- package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
- package/dist/bubbles/service-bubble/slack/slack.d.ts +324 -324
- 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 +28 -28
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +310 -310
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
- 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 +60 -60
- 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 +18 -18
- package/dist/bubbles.json +1 -1
- package/dist/capabilities/define-capability.d.ts +6 -0
- package/dist/capabilities/define-capability.d.ts.map +1 -1
- package/dist/capabilities/define-capability.js +7 -0
- package/dist/capabilities/define-capability.js.map +1 -1
- package/dist/capabilities/index.d.ts +1 -1
- package/dist/capabilities/index.d.ts.map +1 -1
- package/dist/capabilities/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -120,23 +120,23 @@ export declare const YouTubeVideoSchema: z.ZodObject<{
|
|
|
120
120
|
url: z.ZodOptional<z.ZodString>;
|
|
121
121
|
text: z.ZodOptional<z.ZodString>;
|
|
122
122
|
}, "strip", z.ZodTypeAny, {
|
|
123
|
-
text?: string | undefined;
|
|
124
123
|
url?: string | undefined;
|
|
124
|
+
text?: string | undefined;
|
|
125
125
|
language?: string | undefined;
|
|
126
126
|
}, {
|
|
127
|
-
text?: string | undefined;
|
|
128
127
|
url?: string | undefined;
|
|
128
|
+
text?: string | undefined;
|
|
129
129
|
language?: string | undefined;
|
|
130
130
|
}>, "many">>;
|
|
131
131
|
}, "strip", z.ZodTypeAny, {
|
|
132
|
-
duration?: string | undefined;
|
|
133
132
|
description?: string | undefined;
|
|
134
133
|
title?: string | undefined;
|
|
135
134
|
date?: string | undefined;
|
|
136
|
-
text?: string | undefined;
|
|
137
|
-
tags?: string[] | undefined;
|
|
138
|
-
id?: string | undefined;
|
|
139
135
|
url?: string | undefined;
|
|
136
|
+
duration?: string | undefined;
|
|
137
|
+
id?: string | undefined;
|
|
138
|
+
tags?: string[] | undefined;
|
|
139
|
+
text?: string | undefined;
|
|
140
140
|
thumbnail?: string | undefined;
|
|
141
141
|
commentsCount?: number | undefined;
|
|
142
142
|
comments?: number | undefined;
|
|
@@ -150,19 +150,19 @@ export declare const YouTubeVideoSchema: z.ZodObject<{
|
|
|
150
150
|
thumbnailUrl?: string | undefined;
|
|
151
151
|
category?: string | undefined;
|
|
152
152
|
subtitles?: {
|
|
153
|
-
text?: string | undefined;
|
|
154
153
|
url?: string | undefined;
|
|
154
|
+
text?: string | undefined;
|
|
155
155
|
language?: string | undefined;
|
|
156
156
|
}[] | undefined;
|
|
157
157
|
}, {
|
|
158
|
-
duration?: string | undefined;
|
|
159
158
|
description?: string | undefined;
|
|
160
159
|
title?: string | undefined;
|
|
161
160
|
date?: string | undefined;
|
|
162
|
-
text?: string | undefined;
|
|
163
|
-
tags?: string[] | undefined;
|
|
164
|
-
id?: string | undefined;
|
|
165
161
|
url?: string | undefined;
|
|
162
|
+
duration?: string | undefined;
|
|
163
|
+
id?: string | undefined;
|
|
164
|
+
tags?: string[] | undefined;
|
|
165
|
+
text?: string | undefined;
|
|
166
166
|
thumbnail?: string | undefined;
|
|
167
167
|
commentsCount?: number | undefined;
|
|
168
168
|
comments?: number | undefined;
|
|
@@ -176,8 +176,8 @@ export declare const YouTubeVideoSchema: z.ZodObject<{
|
|
|
176
176
|
thumbnailUrl?: string | undefined;
|
|
177
177
|
category?: string | undefined;
|
|
178
178
|
subtitles?: {
|
|
179
|
-
text?: string | undefined;
|
|
180
179
|
url?: string | undefined;
|
|
180
|
+
text?: string | undefined;
|
|
181
181
|
language?: string | undefined;
|
|
182
182
|
}[] | undefined;
|
|
183
183
|
}>;
|
|
@@ -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;
|
|
117
116
|
url?: string | undefined;
|
|
118
117
|
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;
|
|
151
150
|
url?: string | undefined;
|
|
152
151
|
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
|
-
id?: string | undefined;
|
|
214
213
|
url?: string | undefined;
|
|
214
|
+
id?: 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;
|
|
245
244
|
url?: string | undefined;
|
|
246
245
|
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
|
-
id?: string | undefined;
|
|
290
289
|
url?: string | undefined;
|
|
290
|
+
id?: 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;
|
|
321
320
|
url?: string | undefined;
|
|
322
321
|
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;
|
|
947
946
|
url?: string | undefined;
|
|
948
947
|
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;
|
|
1061
1060
|
url?: string | undefined;
|
|
1062
1061
|
images?: string[] | undefined;
|
|
1062
|
+
id?: string | undefined;
|
|
1063
1063
|
timestamp?: string | undefined;
|
|
1064
1064
|
caption?: string | undefined;
|
|
1065
1065
|
location?: {
|
|
@@ -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
|
-
stats?: {
|
|
1347
|
-
total_reactions?: number | undefined;
|
|
1348
|
-
like?: number | undefined;
|
|
1349
|
-
support?: number | undefined;
|
|
1350
|
-
love?: number | undefined;
|
|
1351
|
-
insight?: number | undefined;
|
|
1352
|
-
celebrate?: number | undefined;
|
|
1353
|
-
funny?: number | undefined;
|
|
1354
|
-
comments?: number | undefined;
|
|
1355
|
-
reposts?: number | undefined;
|
|
1356
|
-
} | undefined;
|
|
1357
|
-
text?: string | undefined;
|
|
1358
1346
|
url?: string | undefined;
|
|
1347
|
+
text?: string | undefined;
|
|
1359
1348
|
document?: {
|
|
1360
1349
|
title?: string | undefined;
|
|
1361
1350
|
url?: string | undefined;
|
|
@@ -1367,6 +1356,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1367
1356
|
share_urn?: string | null | undefined;
|
|
1368
1357
|
ugcPost_urn?: string | null | undefined;
|
|
1369
1358
|
} | undefined;
|
|
1359
|
+
full_urn?: string | undefined;
|
|
1370
1360
|
posted_at?: {
|
|
1371
1361
|
date?: string | undefined;
|
|
1372
1362
|
relative?: string | undefined;
|
|
@@ -1381,6 +1371,17 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1381
1371
|
profile_url?: string | undefined;
|
|
1382
1372
|
profile_picture?: string | undefined;
|
|
1383
1373
|
} | undefined;
|
|
1374
|
+
stats?: {
|
|
1375
|
+
total_reactions?: number | undefined;
|
|
1376
|
+
like?: number | undefined;
|
|
1377
|
+
support?: number | undefined;
|
|
1378
|
+
love?: number | undefined;
|
|
1379
|
+
insight?: number | undefined;
|
|
1380
|
+
celebrate?: number | undefined;
|
|
1381
|
+
funny?: number | undefined;
|
|
1382
|
+
comments?: number | undefined;
|
|
1383
|
+
reposts?: number | undefined;
|
|
1384
|
+
} | undefined;
|
|
1384
1385
|
media?: {
|
|
1385
1386
|
type?: string | undefined;
|
|
1386
1387
|
url?: string | undefined;
|
|
@@ -1391,7 +1392,6 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1391
1392
|
}[] | undefined;
|
|
1392
1393
|
thumbnail?: string | undefined;
|
|
1393
1394
|
} | undefined;
|
|
1394
|
-
full_urn?: string | undefined;
|
|
1395
1395
|
article?: {
|
|
1396
1396
|
title?: string | undefined;
|
|
1397
1397
|
url?: string | undefined;
|
|
@@ -1401,19 +1401,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1401
1401
|
reshared_post?: any;
|
|
1402
1402
|
pagination_token?: string | undefined;
|
|
1403
1403
|
}, {
|
|
1404
|
-
stats?: {
|
|
1405
|
-
total_reactions?: number | undefined;
|
|
1406
|
-
like?: number | undefined;
|
|
1407
|
-
support?: number | undefined;
|
|
1408
|
-
love?: number | undefined;
|
|
1409
|
-
insight?: number | undefined;
|
|
1410
|
-
celebrate?: number | undefined;
|
|
1411
|
-
funny?: number | undefined;
|
|
1412
|
-
comments?: number | undefined;
|
|
1413
|
-
reposts?: number | undefined;
|
|
1414
|
-
} | undefined;
|
|
1415
|
-
text?: string | undefined;
|
|
1416
1404
|
url?: string | undefined;
|
|
1405
|
+
text?: string | undefined;
|
|
1417
1406
|
document?: {
|
|
1418
1407
|
title?: string | undefined;
|
|
1419
1408
|
url?: string | undefined;
|
|
@@ -1425,6 +1414,7 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1425
1414
|
share_urn?: string | null | undefined;
|
|
1426
1415
|
ugcPost_urn?: string | null | undefined;
|
|
1427
1416
|
} | undefined;
|
|
1417
|
+
full_urn?: string | undefined;
|
|
1428
1418
|
posted_at?: {
|
|
1429
1419
|
date?: string | undefined;
|
|
1430
1420
|
relative?: string | undefined;
|
|
@@ -1439,6 +1429,17 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1439
1429
|
profile_url?: string | undefined;
|
|
1440
1430
|
profile_picture?: string | undefined;
|
|
1441
1431
|
} | undefined;
|
|
1432
|
+
stats?: {
|
|
1433
|
+
total_reactions?: number | undefined;
|
|
1434
|
+
like?: number | undefined;
|
|
1435
|
+
support?: number | undefined;
|
|
1436
|
+
love?: number | undefined;
|
|
1437
|
+
insight?: number | undefined;
|
|
1438
|
+
celebrate?: number | undefined;
|
|
1439
|
+
funny?: number | undefined;
|
|
1440
|
+
comments?: number | undefined;
|
|
1441
|
+
reposts?: number | undefined;
|
|
1442
|
+
} | undefined;
|
|
1442
1443
|
media?: {
|
|
1443
1444
|
type?: string | undefined;
|
|
1444
1445
|
url?: string | undefined;
|
|
@@ -1449,7 +1450,6 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1449
1450
|
}[] | undefined;
|
|
1450
1451
|
thumbnail?: string | undefined;
|
|
1451
1452
|
} | undefined;
|
|
1452
|
-
full_urn?: string | undefined;
|
|
1453
1453
|
article?: {
|
|
1454
1454
|
title?: string | undefined;
|
|
1455
1455
|
url?: string | undefined;
|
|
@@ -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;
|
|
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;
|
|
@@ -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;
|
|
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;
|
|
@@ -1650,24 +1650,15 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1650
1650
|
}>>;
|
|
1651
1651
|
search_input: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1652
1652
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1653
|
-
stats?: {
|
|
1654
|
-
reactions?: {
|
|
1655
|
-
type?: string | undefined;
|
|
1656
|
-
count?: number | undefined;
|
|
1657
|
-
}[] | undefined;
|
|
1658
|
-
shares?: number | undefined;
|
|
1659
|
-
total_reactions?: number | undefined;
|
|
1660
|
-
comments?: number | undefined;
|
|
1661
|
-
} | undefined;
|
|
1662
1653
|
content?: {
|
|
1663
1654
|
type?: string | undefined;
|
|
1664
|
-
text?: string | undefined;
|
|
1665
1655
|
url?: string | undefined;
|
|
1666
1656
|
images?: {
|
|
1667
1657
|
url?: string | undefined;
|
|
1668
1658
|
width?: number | undefined;
|
|
1669
1659
|
height?: number | undefined;
|
|
1670
1660
|
}[] | undefined;
|
|
1661
|
+
text?: string | undefined;
|
|
1671
1662
|
article?: {
|
|
1672
1663
|
title?: string | null | undefined;
|
|
1673
1664
|
url?: string | null | undefined;
|
|
@@ -1677,7 +1668,6 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1677
1668
|
thumbnail_url?: string | undefined;
|
|
1678
1669
|
duration_ms?: number | undefined;
|
|
1679
1670
|
} | undefined;
|
|
1680
|
-
text?: string | undefined;
|
|
1681
1671
|
metadata?: {
|
|
1682
1672
|
count?: number | undefined;
|
|
1683
1673
|
total_count?: number | undefined;
|
|
@@ -1687,7 +1677,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1687
1677
|
has_next_page?: boolean | undefined;
|
|
1688
1678
|
has_prev_page?: boolean | undefined;
|
|
1689
1679
|
} | undefined;
|
|
1680
|
+
text?: string | undefined;
|
|
1690
1681
|
hashtags?: string[] | undefined;
|
|
1682
|
+
full_urn?: string | undefined;
|
|
1691
1683
|
posted_at?: {
|
|
1692
1684
|
date?: string | undefined;
|
|
1693
1685
|
timestamp?: number | undefined;
|
|
@@ -1700,12 +1692,6 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1700
1692
|
profile_url?: string | undefined;
|
|
1701
1693
|
profile_id?: string | undefined;
|
|
1702
1694
|
} | undefined;
|
|
1703
|
-
full_urn?: string | undefined;
|
|
1704
|
-
activity_id?: string | undefined;
|
|
1705
|
-
post_url?: string | undefined;
|
|
1706
|
-
is_reshare?: boolean | undefined;
|
|
1707
|
-
search_input?: string | undefined;
|
|
1708
|
-
}, {
|
|
1709
1695
|
stats?: {
|
|
1710
1696
|
reactions?: {
|
|
1711
1697
|
type?: string | undefined;
|
|
@@ -1715,15 +1701,20 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1715
1701
|
total_reactions?: number | undefined;
|
|
1716
1702
|
comments?: number | undefined;
|
|
1717
1703
|
} | undefined;
|
|
1704
|
+
activity_id?: string | undefined;
|
|
1705
|
+
post_url?: string | undefined;
|
|
1706
|
+
is_reshare?: boolean | undefined;
|
|
1707
|
+
search_input?: string | undefined;
|
|
1708
|
+
}, {
|
|
1718
1709
|
content?: {
|
|
1719
1710
|
type?: string | undefined;
|
|
1720
|
-
text?: string | undefined;
|
|
1721
1711
|
url?: string | undefined;
|
|
1722
1712
|
images?: {
|
|
1723
1713
|
url?: string | undefined;
|
|
1724
1714
|
width?: number | undefined;
|
|
1725
1715
|
height?: number | undefined;
|
|
1726
1716
|
}[] | undefined;
|
|
1717
|
+
text?: string | undefined;
|
|
1727
1718
|
article?: {
|
|
1728
1719
|
title?: string | null | undefined;
|
|
1729
1720
|
url?: string | null | undefined;
|
|
@@ -1733,7 +1724,6 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1733
1724
|
thumbnail_url?: string | undefined;
|
|
1734
1725
|
duration_ms?: number | undefined;
|
|
1735
1726
|
} | undefined;
|
|
1736
|
-
text?: string | undefined;
|
|
1737
1727
|
metadata?: {
|
|
1738
1728
|
count?: number | undefined;
|
|
1739
1729
|
total_count?: number | undefined;
|
|
@@ -1743,7 +1733,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1743
1733
|
has_next_page?: boolean | undefined;
|
|
1744
1734
|
has_prev_page?: boolean | undefined;
|
|
1745
1735
|
} | undefined;
|
|
1736
|
+
text?: string | undefined;
|
|
1746
1737
|
hashtags?: string[] | undefined;
|
|
1738
|
+
full_urn?: string | undefined;
|
|
1747
1739
|
posted_at?: {
|
|
1748
1740
|
date?: string | undefined;
|
|
1749
1741
|
timestamp?: number | undefined;
|
|
@@ -1756,7 +1748,15 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
1756
1748
|
profile_url?: string | undefined;
|
|
1757
1749
|
profile_id?: string | undefined;
|
|
1758
1750
|
} | undefined;
|
|
1759
|
-
|
|
1751
|
+
stats?: {
|
|
1752
|
+
reactions?: {
|
|
1753
|
+
type?: string | undefined;
|
|
1754
|
+
count?: number | undefined;
|
|
1755
|
+
}[] | undefined;
|
|
1756
|
+
shares?: number | undefined;
|
|
1757
|
+
total_reactions?: number | undefined;
|
|
1758
|
+
comments?: number | undefined;
|
|
1759
|
+
} | undefined;
|
|
1760
1760
|
activity_id?: string | undefined;
|
|
1761
1761
|
post_url?: string | undefined;
|
|
1762
1762
|
is_reshare?: boolean | undefined;
|
|
@@ -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
|
-
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
|
-
duration?: string | undefined;
|
|
1901
1900
|
description?: string | undefined;
|
|
1902
1901
|
title?: string | undefined;
|
|
1903
1902
|
date?: string | undefined;
|
|
1904
|
-
text?: string | undefined;
|
|
1905
|
-
tags?: string[] | undefined;
|
|
1906
|
-
id?: string | undefined;
|
|
1907
1903
|
url?: string | undefined;
|
|
1904
|
+
duration?: string | undefined;
|
|
1905
|
+
id?: string | undefined;
|
|
1906
|
+
tags?: string[] | undefined;
|
|
1907
|
+
text?: 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
|
-
text?: string | undefined;
|
|
1922
1921
|
url?: string | undefined;
|
|
1922
|
+
text?: string | undefined;
|
|
1923
1923
|
language?: string | undefined;
|
|
1924
1924
|
}[] | undefined;
|
|
1925
1925
|
}, {
|
|
1926
|
-
duration?: string | undefined;
|
|
1927
1926
|
description?: string | undefined;
|
|
1928
1927
|
title?: string | undefined;
|
|
1929
1928
|
date?: string | undefined;
|
|
1930
|
-
text?: string | undefined;
|
|
1931
|
-
tags?: string[] | undefined;
|
|
1932
|
-
id?: string | undefined;
|
|
1933
1929
|
url?: string | undefined;
|
|
1930
|
+
duration?: string | undefined;
|
|
1931
|
+
id?: string | undefined;
|
|
1932
|
+
tags?: string[] | undefined;
|
|
1933
|
+
text?: 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
|
-
text?: string | undefined;
|
|
1948
1947
|
url?: string | undefined;
|
|
1948
|
+
text?: 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
|
-
link?: string | undefined;
|
|
2064
2063
|
id?: string | undefined;
|
|
2064
|
+
link?: 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
|
-
link?: string | undefined;
|
|
2099
2098
|
id?: string | undefined;
|
|
2099
|
+
link?: string | undefined;
|
|
2100
2100
|
location?: string | undefined;
|
|
2101
2101
|
inputUrl?: string | undefined;
|
|
2102
2102
|
trackingId?: string | undefined;
|
|
@@ -2412,8 +2412,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2412
2412
|
}>, "many">>;
|
|
2413
2413
|
width: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2414
2414
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2415
|
-
duration?: number | undefined;
|
|
2416
2415
|
format?: string | undefined;
|
|
2416
|
+
duration?: number | undefined;
|
|
2417
2417
|
width?: number | undefined;
|
|
2418
2418
|
height?: number | undefined;
|
|
2419
2419
|
coverUrl?: string | undefined;
|
|
@@ -2428,8 +2428,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2428
2428
|
sourceUnabbreviated?: string | undefined;
|
|
2429
2429
|
}[] | undefined;
|
|
2430
2430
|
}, {
|
|
2431
|
-
duration?: number | undefined;
|
|
2432
2431
|
format?: string | undefined;
|
|
2432
|
+
duration?: number | undefined;
|
|
2433
2433
|
width?: number | undefined;
|
|
2434
2434
|
height?: number | undefined;
|
|
2435
2435
|
coverUrl?: string | undefined;
|
|
@@ -2446,9 +2446,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2446
2446
|
}>>;
|
|
2447
2447
|
webVideoUrl: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2448
2448
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2449
|
-
text?: string | undefined;
|
|
2450
2449
|
id?: string | undefined;
|
|
2451
2450
|
input?: string | undefined;
|
|
2451
|
+
text?: string | undefined;
|
|
2452
2452
|
hashtags?: {
|
|
2453
2453
|
name?: string | undefined;
|
|
2454
2454
|
}[] | undefined;
|
|
@@ -2514,8 +2514,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2514
2514
|
shareCount?: number | undefined;
|
|
2515
2515
|
textLanguage?: string | undefined;
|
|
2516
2516
|
videoMeta?: {
|
|
2517
|
-
duration?: number | undefined;
|
|
2518
2517
|
format?: string | undefined;
|
|
2518
|
+
duration?: number | undefined;
|
|
2519
2519
|
width?: number | undefined;
|
|
2520
2520
|
height?: number | undefined;
|
|
2521
2521
|
coverUrl?: string | undefined;
|
|
@@ -2532,9 +2532,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2532
2532
|
} | undefined;
|
|
2533
2533
|
webVideoUrl?: string | undefined;
|
|
2534
2534
|
}, {
|
|
2535
|
-
text?: string | undefined;
|
|
2536
2535
|
id?: string | undefined;
|
|
2537
2536
|
input?: string | undefined;
|
|
2537
|
+
text?: string | undefined;
|
|
2538
2538
|
hashtags?: {
|
|
2539
2539
|
name?: string | undefined;
|
|
2540
2540
|
}[] | undefined;
|
|
@@ -2600,8 +2600,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2600
2600
|
shareCount?: number | undefined;
|
|
2601
2601
|
textLanguage?: string | undefined;
|
|
2602
2602
|
videoMeta?: {
|
|
2603
|
-
duration?: number | undefined;
|
|
2604
2603
|
format?: string | undefined;
|
|
2604
|
+
duration?: number | undefined;
|
|
2605
2605
|
width?: number | undefined;
|
|
2606
2606
|
height?: number | undefined;
|
|
2607
2607
|
coverUrl?: string | undefined;
|
|
@@ -2668,8 +2668,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2668
2668
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2669
2669
|
description?: string | undefined;
|
|
2670
2670
|
name?: string | undefined;
|
|
2671
|
-
id?: string | undefined;
|
|
2672
2671
|
url?: string | undefined;
|
|
2672
|
+
id?: string | undefined;
|
|
2673
2673
|
following?: number | undefined;
|
|
2674
2674
|
userName?: string | undefined;
|
|
2675
2675
|
isVerified?: boolean | undefined;
|
|
@@ -2681,8 +2681,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2681
2681
|
}, {
|
|
2682
2682
|
description?: string | undefined;
|
|
2683
2683
|
name?: string | undefined;
|
|
2684
|
-
id?: string | undefined;
|
|
2685
2684
|
url?: string | undefined;
|
|
2685
|
+
id?: string | undefined;
|
|
2686
2686
|
following?: number | undefined;
|
|
2687
2687
|
userName?: string | undefined;
|
|
2688
2688
|
isVerified?: boolean | undefined;
|
|
@@ -2707,15 +2707,15 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2707
2707
|
height: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2708
2708
|
duration: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2709
2709
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2710
|
-
duration?: number | undefined;
|
|
2711
2710
|
type?: "photo" | "video" | "animated_gif" | undefined;
|
|
2712
2711
|
url?: string | undefined;
|
|
2712
|
+
duration?: number | undefined;
|
|
2713
2713
|
width?: number | undefined;
|
|
2714
2714
|
height?: number | undefined;
|
|
2715
2715
|
}, {
|
|
2716
|
-
duration?: number | undefined;
|
|
2717
2716
|
type?: "photo" | "video" | "animated_gif" | undefined;
|
|
2718
2717
|
url?: string | undefined;
|
|
2718
|
+
duration?: number | undefined;
|
|
2719
2719
|
width?: number | undefined;
|
|
2720
2720
|
height?: number | undefined;
|
|
2721
2721
|
}>]>, "many">>;
|
|
@@ -2781,9 +2781,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2781
2781
|
isQuote: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2782
2782
|
isReply: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
2783
2783
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2784
|
-
text?: string | undefined;
|
|
2785
|
-
id?: string | undefined;
|
|
2786
2784
|
url?: string | undefined;
|
|
2785
|
+
id?: string | undefined;
|
|
2786
|
+
text?: string | undefined;
|
|
2787
2787
|
entities?: {
|
|
2788
2788
|
hashtags?: {
|
|
2789
2789
|
text?: string | undefined;
|
|
@@ -2801,8 +2801,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2801
2801
|
author?: {
|
|
2802
2802
|
description?: string | undefined;
|
|
2803
2803
|
name?: string | undefined;
|
|
2804
|
-
id?: string | undefined;
|
|
2805
2804
|
url?: string | undefined;
|
|
2805
|
+
id?: string | undefined;
|
|
2806
2806
|
following?: number | undefined;
|
|
2807
2807
|
userName?: string | undefined;
|
|
2808
2808
|
isVerified?: boolean | undefined;
|
|
@@ -2813,9 +2813,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2813
2813
|
createdAt?: string | undefined;
|
|
2814
2814
|
} | undefined;
|
|
2815
2815
|
media?: (string | {
|
|
2816
|
-
duration?: number | undefined;
|
|
2817
2816
|
type?: "photo" | "video" | "animated_gif" | undefined;
|
|
2818
2817
|
url?: string | undefined;
|
|
2818
|
+
duration?: number | undefined;
|
|
2819
2819
|
width?: number | undefined;
|
|
2820
2820
|
height?: number | undefined;
|
|
2821
2821
|
})[] | undefined;
|
|
@@ -2831,9 +2831,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2831
2831
|
isQuote?: boolean | undefined;
|
|
2832
2832
|
isReply?: boolean | undefined;
|
|
2833
2833
|
}, {
|
|
2834
|
-
text?: string | undefined;
|
|
2835
|
-
id?: string | undefined;
|
|
2836
2834
|
url?: string | undefined;
|
|
2835
|
+
id?: string | undefined;
|
|
2836
|
+
text?: string | undefined;
|
|
2837
2837
|
entities?: {
|
|
2838
2838
|
hashtags?: {
|
|
2839
2839
|
text?: string | undefined;
|
|
@@ -2851,8 +2851,8 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2851
2851
|
author?: {
|
|
2852
2852
|
description?: string | undefined;
|
|
2853
2853
|
name?: string | undefined;
|
|
2854
|
-
id?: string | undefined;
|
|
2855
2854
|
url?: string | undefined;
|
|
2855
|
+
id?: string | undefined;
|
|
2856
2856
|
following?: number | undefined;
|
|
2857
2857
|
userName?: string | undefined;
|
|
2858
2858
|
isVerified?: boolean | undefined;
|
|
@@ -2863,9 +2863,9 @@ export declare const APIFY_ACTOR_SCHEMAS: {
|
|
|
2863
2863
|
createdAt?: string | undefined;
|
|
2864
2864
|
} | undefined;
|
|
2865
2865
|
media?: (string | {
|
|
2866
|
-
duration?: number | undefined;
|
|
2867
2866
|
type?: "photo" | "video" | "animated_gif" | undefined;
|
|
2868
2867
|
url?: string | undefined;
|
|
2868
|
+
duration?: number | undefined;
|
|
2869
2869
|
width?: number | undefined;
|
|
2870
2870
|
height?: number | undefined;
|
|
2871
2871
|
})[] | undefined;
|