@bubblelab/bubble-core 0.1.154 → 0.1.155
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bubble-bundle.d.ts +115 -115
- package/dist/bubbles/service-bubble/agi-inc.d.ts +44 -44
- package/dist/bubbles/service-bubble/ai-agent.d.ts +64 -64
- package/dist/bubbles/service-bubble/airtable.d.ts +92 -92
- package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +20 -20
- package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +52 -52
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +56 -56
- package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +32 -32
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +208 -208
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +50 -50
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +72 -72
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +11 -11
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +13 -13
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +2 -2
- package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +122 -122
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +154 -154
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +869 -869
- package/dist/bubbles/service-bubble/followupboss.d.ts +46 -46
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +60 -60
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +100 -100
- package/dist/bubbles/service-bubble/github.d.ts +152 -152
- package/dist/bubbles/service-bubble/gmail.d.ts +276 -276
- package/dist/bubbles/service-bubble/google-calendar.d.ts +110 -110
- package/dist/bubbles/service-bubble/google-drive.d.ts +54 -54
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +32 -32
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1234 -1234
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +16 -16
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +208 -208
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +61 -61
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +75 -75
- package/dist/bubbles/service-bubble/telegram.d.ts +1488 -1488
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +7 -7
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +9 -9
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +428 -428
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +86 -86
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +158 -158
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +62 -62
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +44 -44
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +110 -110
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +24 -24
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -41,14 +41,14 @@ export declare const InstagramHashtagScraperItemSchema: z.ZodObject<{
|
|
|
41
41
|
profile_pic_url: z.ZodOptional<z.ZodString>;
|
|
42
42
|
username: z.ZodOptional<z.ZodString>;
|
|
43
43
|
}, "strip", z.ZodTypeAny, {
|
|
44
|
-
username?: string | undefined;
|
|
45
44
|
id?: string | undefined;
|
|
45
|
+
username?: string | undefined;
|
|
46
46
|
full_name?: string | undefined;
|
|
47
47
|
is_verified?: boolean | undefined;
|
|
48
48
|
profile_pic_url?: string | undefined;
|
|
49
49
|
}, {
|
|
50
|
-
username?: string | undefined;
|
|
51
50
|
id?: string | undefined;
|
|
51
|
+
username?: string | undefined;
|
|
52
52
|
full_name?: string | undefined;
|
|
53
53
|
is_verified?: boolean | undefined;
|
|
54
54
|
profile_pic_url?: string | undefined;
|
|
@@ -192,16 +192,16 @@ export declare const InstagramHashtagScraperItemSchema: z.ZodObject<{
|
|
|
192
192
|
profile_pic_url: z.ZodOptional<z.ZodString>;
|
|
193
193
|
username: z.ZodOptional<z.ZodString>;
|
|
194
194
|
}, "strip", z.ZodTypeAny, {
|
|
195
|
-
username?: string | undefined;
|
|
196
195
|
id?: string | undefined;
|
|
196
|
+
username?: string | undefined;
|
|
197
197
|
is_private?: boolean | undefined;
|
|
198
198
|
full_name?: string | undefined;
|
|
199
199
|
is_verified?: boolean | undefined;
|
|
200
200
|
profile_pic_url?: string | undefined;
|
|
201
201
|
profile_pic_id?: string | undefined;
|
|
202
202
|
}, {
|
|
203
|
-
username?: string | undefined;
|
|
204
203
|
id?: string | undefined;
|
|
204
|
+
username?: string | undefined;
|
|
205
205
|
is_private?: boolean | undefined;
|
|
206
206
|
full_name?: string | undefined;
|
|
207
207
|
is_verified?: boolean | undefined;
|
|
@@ -236,8 +236,8 @@ export declare const InstagramHashtagScraperItemSchema: z.ZodObject<{
|
|
|
236
236
|
display_labels?: unknown;
|
|
237
237
|
formatted_clips_media_count?: string | null | undefined;
|
|
238
238
|
ig_artist?: {
|
|
239
|
-
username?: string | undefined;
|
|
240
239
|
id?: string | undefined;
|
|
240
|
+
username?: string | undefined;
|
|
241
241
|
is_private?: boolean | undefined;
|
|
242
242
|
full_name?: string | undefined;
|
|
243
243
|
is_verified?: boolean | undefined;
|
|
@@ -272,8 +272,8 @@ export declare const InstagramHashtagScraperItemSchema: z.ZodObject<{
|
|
|
272
272
|
display_labels?: unknown;
|
|
273
273
|
formatted_clips_media_count?: string | null | undefined;
|
|
274
274
|
ig_artist?: {
|
|
275
|
-
username?: string | undefined;
|
|
276
275
|
id?: string | undefined;
|
|
276
|
+
username?: string | undefined;
|
|
277
277
|
is_private?: boolean | undefined;
|
|
278
278
|
full_name?: string | undefined;
|
|
279
279
|
is_verified?: boolean | undefined;
|
|
@@ -338,8 +338,8 @@ export declare const InstagramHashtagScraperItemSchema: z.ZodObject<{
|
|
|
338
338
|
display_labels?: unknown;
|
|
339
339
|
formatted_clips_media_count?: string | null | undefined;
|
|
340
340
|
ig_artist?: {
|
|
341
|
-
username?: string | undefined;
|
|
342
341
|
id?: string | undefined;
|
|
342
|
+
username?: string | undefined;
|
|
343
343
|
is_private?: boolean | undefined;
|
|
344
344
|
full_name?: string | undefined;
|
|
345
345
|
is_verified?: boolean | undefined;
|
|
@@ -404,8 +404,8 @@ export declare const InstagramHashtagScraperItemSchema: z.ZodObject<{
|
|
|
404
404
|
display_labels?: unknown;
|
|
405
405
|
formatted_clips_media_count?: string | null | undefined;
|
|
406
406
|
ig_artist?: {
|
|
407
|
-
username?: string | undefined;
|
|
408
407
|
id?: string | undefined;
|
|
408
|
+
username?: string | undefined;
|
|
409
409
|
is_private?: boolean | undefined;
|
|
410
410
|
full_name?: string | undefined;
|
|
411
411
|
is_verified?: boolean | undefined;
|
|
@@ -476,8 +476,8 @@ export declare const InstagramHashtagScraperItemSchema: z.ZodObject<{
|
|
|
476
476
|
display_labels?: unknown;
|
|
477
477
|
formatted_clips_media_count?: string | null | undefined;
|
|
478
478
|
ig_artist?: {
|
|
479
|
-
username?: string | undefined;
|
|
480
479
|
id?: string | undefined;
|
|
480
|
+
username?: string | undefined;
|
|
481
481
|
is_private?: boolean | undefined;
|
|
482
482
|
full_name?: string | undefined;
|
|
483
483
|
is_verified?: boolean | undefined;
|
|
@@ -548,8 +548,8 @@ export declare const InstagramHashtagScraperItemSchema: z.ZodObject<{
|
|
|
548
548
|
display_labels?: unknown;
|
|
549
549
|
formatted_clips_media_count?: string | null | undefined;
|
|
550
550
|
ig_artist?: {
|
|
551
|
-
username?: string | undefined;
|
|
552
551
|
id?: string | undefined;
|
|
552
|
+
username?: string | undefined;
|
|
553
553
|
is_private?: boolean | undefined;
|
|
554
554
|
full_name?: string | undefined;
|
|
555
555
|
is_verified?: boolean | undefined;
|
|
@@ -576,16 +576,16 @@ export declare const InstagramHashtagScraperItemSchema: z.ZodObject<{
|
|
|
576
576
|
}, "strip", z.ZodTypeAny, {
|
|
577
577
|
type?: string | undefined;
|
|
578
578
|
url?: string | undefined;
|
|
579
|
-
timestamp?: string | undefined;
|
|
580
|
-
id?: string | undefined;
|
|
581
579
|
images?: string[] | undefined;
|
|
582
|
-
|
|
580
|
+
id?: string | undefined;
|
|
581
|
+
timestamp?: string | undefined;
|
|
583
582
|
location?: {
|
|
584
583
|
name?: string | undefined;
|
|
585
584
|
id?: string | undefined;
|
|
586
585
|
} | null | undefined;
|
|
587
586
|
inputUrl?: string | undefined;
|
|
588
587
|
shortCode?: string | undefined;
|
|
588
|
+
caption?: string | undefined;
|
|
589
589
|
hashtags?: string[] | undefined;
|
|
590
590
|
mentions?: string[] | undefined;
|
|
591
591
|
commentsCount?: number | undefined;
|
|
@@ -601,8 +601,8 @@ export declare const InstagramHashtagScraperItemSchema: z.ZodObject<{
|
|
|
601
601
|
ownerId?: string | undefined;
|
|
602
602
|
productType?: string | undefined;
|
|
603
603
|
taggedUsers?: {
|
|
604
|
-
username?: string | undefined;
|
|
605
604
|
id?: string | undefined;
|
|
605
|
+
username?: string | undefined;
|
|
606
606
|
full_name?: string | undefined;
|
|
607
607
|
is_verified?: boolean | undefined;
|
|
608
608
|
profile_pic_url?: string | undefined;
|
|
@@ -662,8 +662,8 @@ export declare const InstagramHashtagScraperItemSchema: z.ZodObject<{
|
|
|
662
662
|
display_labels?: unknown;
|
|
663
663
|
formatted_clips_media_count?: string | null | undefined;
|
|
664
664
|
ig_artist?: {
|
|
665
|
-
username?: string | undefined;
|
|
666
665
|
id?: string | undefined;
|
|
666
|
+
username?: string | undefined;
|
|
667
667
|
is_private?: boolean | undefined;
|
|
668
668
|
full_name?: string | undefined;
|
|
669
669
|
is_verified?: boolean | undefined;
|
|
@@ -690,16 +690,16 @@ export declare const InstagramHashtagScraperItemSchema: z.ZodObject<{
|
|
|
690
690
|
}, {
|
|
691
691
|
type?: string | undefined;
|
|
692
692
|
url?: string | undefined;
|
|
693
|
-
timestamp?: string | undefined;
|
|
694
|
-
id?: string | undefined;
|
|
695
693
|
images?: string[] | undefined;
|
|
696
|
-
|
|
694
|
+
id?: string | undefined;
|
|
695
|
+
timestamp?: string | undefined;
|
|
697
696
|
location?: {
|
|
698
697
|
name?: string | undefined;
|
|
699
698
|
id?: string | undefined;
|
|
700
699
|
} | null | undefined;
|
|
701
700
|
inputUrl?: string | undefined;
|
|
702
701
|
shortCode?: string | undefined;
|
|
702
|
+
caption?: string | undefined;
|
|
703
703
|
hashtags?: string[] | undefined;
|
|
704
704
|
mentions?: string[] | undefined;
|
|
705
705
|
commentsCount?: number | undefined;
|
|
@@ -715,8 +715,8 @@ export declare const InstagramHashtagScraperItemSchema: z.ZodObject<{
|
|
|
715
715
|
ownerId?: string | undefined;
|
|
716
716
|
productType?: string | undefined;
|
|
717
717
|
taggedUsers?: {
|
|
718
|
-
username?: string | undefined;
|
|
719
718
|
id?: string | undefined;
|
|
719
|
+
username?: string | undefined;
|
|
720
720
|
full_name?: string | undefined;
|
|
721
721
|
is_verified?: boolean | undefined;
|
|
722
722
|
profile_pic_url?: string | undefined;
|
|
@@ -776,8 +776,8 @@ export declare const InstagramHashtagScraperItemSchema: z.ZodObject<{
|
|
|
776
776
|
display_labels?: unknown;
|
|
777
777
|
formatted_clips_media_count?: string | null | undefined;
|
|
778
778
|
ig_artist?: {
|
|
779
|
-
username?: string | undefined;
|
|
780
779
|
id?: string | undefined;
|
|
780
|
+
username?: string | undefined;
|
|
781
781
|
is_private?: boolean | undefined;
|
|
782
782
|
full_name?: string | undefined;
|
|
783
783
|
is_verified?: boolean | undefined;
|
|
@@ -47,14 +47,14 @@ export declare const InstagramPostSchema: z.ZodObject<{
|
|
|
47
47
|
profile_pic_url: z.ZodOptional<z.ZodString>;
|
|
48
48
|
username: z.ZodOptional<z.ZodString>;
|
|
49
49
|
}, "strip", z.ZodTypeAny, {
|
|
50
|
-
username?: string | undefined;
|
|
51
50
|
id?: string | undefined;
|
|
51
|
+
username?: string | undefined;
|
|
52
52
|
full_name?: string | undefined;
|
|
53
53
|
is_verified?: boolean | undefined;
|
|
54
54
|
profile_pic_url?: string | undefined;
|
|
55
55
|
}, {
|
|
56
|
-
username?: string | undefined;
|
|
57
56
|
id?: string | undefined;
|
|
57
|
+
username?: string | undefined;
|
|
58
58
|
full_name?: string | undefined;
|
|
59
59
|
is_verified?: boolean | undefined;
|
|
60
60
|
profile_pic_url?: string | undefined;
|
|
@@ -73,15 +73,15 @@ export declare const InstagramPostSchema: z.ZodObject<{
|
|
|
73
73
|
}, "strip", z.ZodTypeAny, {
|
|
74
74
|
type?: string | undefined;
|
|
75
75
|
url?: string | undefined;
|
|
76
|
-
timestamp?: string | undefined;
|
|
77
|
-
id?: string | undefined;
|
|
78
76
|
images?: string[] | undefined;
|
|
79
|
-
|
|
77
|
+
id?: string | undefined;
|
|
78
|
+
timestamp?: string | undefined;
|
|
80
79
|
location?: {
|
|
81
80
|
name?: string | undefined;
|
|
82
81
|
id?: string | undefined;
|
|
83
82
|
} | null | undefined;
|
|
84
83
|
shortCode?: string | undefined;
|
|
84
|
+
caption?: string | undefined;
|
|
85
85
|
hashtags?: string[] | undefined;
|
|
86
86
|
mentions?: string[] | undefined;
|
|
87
87
|
commentsCount?: number | undefined;
|
|
@@ -97,8 +97,8 @@ export declare const InstagramPostSchema: z.ZodObject<{
|
|
|
97
97
|
ownerId?: string | undefined;
|
|
98
98
|
productType?: string | undefined;
|
|
99
99
|
taggedUsers?: {
|
|
100
|
-
username?: string | undefined;
|
|
101
100
|
id?: string | undefined;
|
|
101
|
+
username?: string | undefined;
|
|
102
102
|
full_name?: string | undefined;
|
|
103
103
|
is_verified?: boolean | undefined;
|
|
104
104
|
profile_pic_url?: string | undefined;
|
|
@@ -107,15 +107,15 @@ export declare const InstagramPostSchema: z.ZodObject<{
|
|
|
107
107
|
}, {
|
|
108
108
|
type?: string | undefined;
|
|
109
109
|
url?: string | undefined;
|
|
110
|
-
timestamp?: string | undefined;
|
|
111
|
-
id?: string | undefined;
|
|
112
110
|
images?: string[] | undefined;
|
|
113
|
-
|
|
111
|
+
id?: string | undefined;
|
|
112
|
+
timestamp?: string | undefined;
|
|
114
113
|
location?: {
|
|
115
114
|
name?: string | undefined;
|
|
116
115
|
id?: string | undefined;
|
|
117
116
|
} | null | undefined;
|
|
118
117
|
shortCode?: string | undefined;
|
|
118
|
+
caption?: string | undefined;
|
|
119
119
|
hashtags?: string[] | undefined;
|
|
120
120
|
mentions?: string[] | undefined;
|
|
121
121
|
commentsCount?: number | undefined;
|
|
@@ -131,8 +131,8 @@ export declare const InstagramPostSchema: z.ZodObject<{
|
|
|
131
131
|
ownerId?: string | undefined;
|
|
132
132
|
productType?: string | undefined;
|
|
133
133
|
taggedUsers?: {
|
|
134
|
-
username?: string | undefined;
|
|
135
134
|
id?: string | undefined;
|
|
135
|
+
username?: string | undefined;
|
|
136
136
|
full_name?: string | undefined;
|
|
137
137
|
is_verified?: boolean | undefined;
|
|
138
138
|
profile_pic_url?: string | undefined;
|
|
@@ -208,14 +208,14 @@ export declare const InstagramScraperItemSchema: z.ZodObject<{
|
|
|
208
208
|
profile_pic_url: z.ZodOptional<z.ZodString>;
|
|
209
209
|
username: z.ZodOptional<z.ZodString>;
|
|
210
210
|
}, "strip", z.ZodTypeAny, {
|
|
211
|
-
username?: string | undefined;
|
|
212
211
|
id?: string | undefined;
|
|
212
|
+
username?: string | undefined;
|
|
213
213
|
full_name?: string | undefined;
|
|
214
214
|
is_verified?: boolean | undefined;
|
|
215
215
|
profile_pic_url?: string | undefined;
|
|
216
216
|
}, {
|
|
217
|
-
username?: string | undefined;
|
|
218
217
|
id?: string | undefined;
|
|
218
|
+
username?: string | undefined;
|
|
219
219
|
full_name?: string | undefined;
|
|
220
220
|
is_verified?: boolean | undefined;
|
|
221
221
|
profile_pic_url?: string | undefined;
|
|
@@ -234,15 +234,15 @@ export declare const InstagramScraperItemSchema: z.ZodObject<{
|
|
|
234
234
|
}, "strip", z.ZodTypeAny, {
|
|
235
235
|
type?: string | undefined;
|
|
236
236
|
url?: string | undefined;
|
|
237
|
-
timestamp?: string | undefined;
|
|
238
|
-
id?: string | undefined;
|
|
239
237
|
images?: string[] | undefined;
|
|
240
|
-
|
|
238
|
+
id?: string | undefined;
|
|
239
|
+
timestamp?: string | undefined;
|
|
241
240
|
location?: {
|
|
242
241
|
name?: string | undefined;
|
|
243
242
|
id?: string | undefined;
|
|
244
243
|
} | null | undefined;
|
|
245
244
|
shortCode?: string | undefined;
|
|
245
|
+
caption?: string | undefined;
|
|
246
246
|
hashtags?: string[] | undefined;
|
|
247
247
|
mentions?: string[] | undefined;
|
|
248
248
|
commentsCount?: number | undefined;
|
|
@@ -258,8 +258,8 @@ export declare const InstagramScraperItemSchema: z.ZodObject<{
|
|
|
258
258
|
ownerId?: string | undefined;
|
|
259
259
|
productType?: string | undefined;
|
|
260
260
|
taggedUsers?: {
|
|
261
|
-
username?: string | undefined;
|
|
262
261
|
id?: string | undefined;
|
|
262
|
+
username?: string | undefined;
|
|
263
263
|
full_name?: string | undefined;
|
|
264
264
|
is_verified?: boolean | undefined;
|
|
265
265
|
profile_pic_url?: string | undefined;
|
|
@@ -268,15 +268,15 @@ export declare const InstagramScraperItemSchema: z.ZodObject<{
|
|
|
268
268
|
}, {
|
|
269
269
|
type?: string | undefined;
|
|
270
270
|
url?: string | undefined;
|
|
271
|
-
timestamp?: string | undefined;
|
|
272
|
-
id?: string | undefined;
|
|
273
271
|
images?: string[] | undefined;
|
|
274
|
-
|
|
272
|
+
id?: string | undefined;
|
|
273
|
+
timestamp?: string | undefined;
|
|
275
274
|
location?: {
|
|
276
275
|
name?: string | undefined;
|
|
277
276
|
id?: string | undefined;
|
|
278
277
|
} | null | undefined;
|
|
279
278
|
shortCode?: string | undefined;
|
|
279
|
+
caption?: string | undefined;
|
|
280
280
|
hashtags?: string[] | undefined;
|
|
281
281
|
mentions?: string[] | undefined;
|
|
282
282
|
commentsCount?: number | undefined;
|
|
@@ -292,8 +292,8 @@ export declare const InstagramScraperItemSchema: z.ZodObject<{
|
|
|
292
292
|
ownerId?: string | undefined;
|
|
293
293
|
productType?: string | undefined;
|
|
294
294
|
taggedUsers?: {
|
|
295
|
-
username?: string | undefined;
|
|
296
295
|
id?: string | undefined;
|
|
296
|
+
username?: string | undefined;
|
|
297
297
|
full_name?: string | undefined;
|
|
298
298
|
is_verified?: boolean | undefined;
|
|
299
299
|
profile_pic_url?: string | undefined;
|
|
@@ -330,11 +330,10 @@ export declare const InstagramScraperItemSchema: z.ZodObject<{
|
|
|
330
330
|
coverUrl?: string | undefined;
|
|
331
331
|
}>, "many">>;
|
|
332
332
|
}, "strip", z.ZodTypeAny, {
|
|
333
|
-
username?: string | undefined;
|
|
334
333
|
url?: string | undefined;
|
|
335
334
|
id?: string | undefined;
|
|
335
|
+
username?: string | undefined;
|
|
336
336
|
private?: boolean | undefined;
|
|
337
|
-
verified?: boolean | undefined;
|
|
338
337
|
inputUrl?: string | undefined;
|
|
339
338
|
fullName?: string | undefined;
|
|
340
339
|
biography?: string | undefined;
|
|
@@ -354,6 +353,7 @@ export declare const InstagramScraperItemSchema: z.ZodObject<{
|
|
|
354
353
|
isBusinessAccount?: boolean | undefined;
|
|
355
354
|
joinedRecently?: boolean | undefined;
|
|
356
355
|
businessCategoryName?: string | undefined;
|
|
356
|
+
verified?: boolean | undefined;
|
|
357
357
|
profilePicUrl?: string | undefined;
|
|
358
358
|
profilePicUrlHD?: string | undefined;
|
|
359
359
|
igtvVideoCount?: number | undefined;
|
|
@@ -362,15 +362,15 @@ export declare const InstagramScraperItemSchema: z.ZodObject<{
|
|
|
362
362
|
latestPosts?: {
|
|
363
363
|
type?: string | undefined;
|
|
364
364
|
url?: string | undefined;
|
|
365
|
-
timestamp?: string | undefined;
|
|
366
|
-
id?: string | undefined;
|
|
367
365
|
images?: string[] | undefined;
|
|
368
|
-
|
|
366
|
+
id?: string | undefined;
|
|
367
|
+
timestamp?: string | undefined;
|
|
369
368
|
location?: {
|
|
370
369
|
name?: string | undefined;
|
|
371
370
|
id?: string | undefined;
|
|
372
371
|
} | null | undefined;
|
|
373
372
|
shortCode?: string | undefined;
|
|
373
|
+
caption?: string | undefined;
|
|
374
374
|
hashtags?: string[] | undefined;
|
|
375
375
|
mentions?: string[] | undefined;
|
|
376
376
|
commentsCount?: number | undefined;
|
|
@@ -386,8 +386,8 @@ export declare const InstagramScraperItemSchema: z.ZodObject<{
|
|
|
386
386
|
ownerId?: string | undefined;
|
|
387
387
|
productType?: string | undefined;
|
|
388
388
|
taggedUsers?: {
|
|
389
|
-
username?: string | undefined;
|
|
390
389
|
id?: string | undefined;
|
|
390
|
+
username?: string | undefined;
|
|
391
391
|
full_name?: string | undefined;
|
|
392
392
|
is_verified?: boolean | undefined;
|
|
393
393
|
profile_pic_url?: string | undefined;
|
|
@@ -406,11 +406,10 @@ export declare const InstagramScraperItemSchema: z.ZodObject<{
|
|
|
406
406
|
coverUrl?: string | undefined;
|
|
407
407
|
}[] | undefined;
|
|
408
408
|
}, {
|
|
409
|
-
username?: string | undefined;
|
|
410
409
|
url?: string | undefined;
|
|
411
410
|
id?: string | undefined;
|
|
411
|
+
username?: string | undefined;
|
|
412
412
|
private?: boolean | undefined;
|
|
413
|
-
verified?: boolean | undefined;
|
|
414
413
|
inputUrl?: string | undefined;
|
|
415
414
|
fullName?: string | undefined;
|
|
416
415
|
biography?: string | undefined;
|
|
@@ -430,6 +429,7 @@ export declare const InstagramScraperItemSchema: z.ZodObject<{
|
|
|
430
429
|
isBusinessAccount?: boolean | undefined;
|
|
431
430
|
joinedRecently?: boolean | undefined;
|
|
432
431
|
businessCategoryName?: string | undefined;
|
|
432
|
+
verified?: boolean | undefined;
|
|
433
433
|
profilePicUrl?: string | undefined;
|
|
434
434
|
profilePicUrlHD?: string | undefined;
|
|
435
435
|
igtvVideoCount?: number | undefined;
|
|
@@ -438,15 +438,15 @@ export declare const InstagramScraperItemSchema: z.ZodObject<{
|
|
|
438
438
|
latestPosts?: {
|
|
439
439
|
type?: string | undefined;
|
|
440
440
|
url?: string | undefined;
|
|
441
|
-
timestamp?: string | undefined;
|
|
442
|
-
id?: string | undefined;
|
|
443
441
|
images?: string[] | undefined;
|
|
444
|
-
|
|
442
|
+
id?: string | undefined;
|
|
443
|
+
timestamp?: string | undefined;
|
|
445
444
|
location?: {
|
|
446
445
|
name?: string | undefined;
|
|
447
446
|
id?: string | undefined;
|
|
448
447
|
} | null | undefined;
|
|
449
448
|
shortCode?: string | undefined;
|
|
449
|
+
caption?: string | undefined;
|
|
450
450
|
hashtags?: string[] | undefined;
|
|
451
451
|
mentions?: string[] | undefined;
|
|
452
452
|
commentsCount?: number | undefined;
|
|
@@ -462,8 +462,8 @@ export declare const InstagramScraperItemSchema: z.ZodObject<{
|
|
|
462
462
|
ownerId?: string | undefined;
|
|
463
463
|
productType?: string | undefined;
|
|
464
464
|
taggedUsers?: {
|
|
465
|
-
username?: string | undefined;
|
|
466
465
|
id?: string | undefined;
|
|
466
|
+
username?: string | undefined;
|
|
467
467
|
full_name?: string | undefined;
|
|
468
468
|
is_verified?: boolean | undefined;
|
|
469
469
|
profile_pic_url?: string | undefined;
|
|
@@ -97,13 +97,13 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
|
|
|
97
97
|
}, "strip", z.ZodTypeAny, {
|
|
98
98
|
title?: string | null | undefined;
|
|
99
99
|
url?: string | null | undefined;
|
|
100
|
-
thumbnail?: string | null | undefined;
|
|
101
100
|
subtitle?: string | null | undefined;
|
|
101
|
+
thumbnail?: string | null | undefined;
|
|
102
102
|
}, {
|
|
103
103
|
title?: string | null | undefined;
|
|
104
104
|
url?: string | null | undefined;
|
|
105
|
-
thumbnail?: string | null | undefined;
|
|
106
105
|
subtitle?: string | null | undefined;
|
|
106
|
+
thumbnail?: string | null | undefined;
|
|
107
107
|
}>>;
|
|
108
108
|
url: z.ZodOptional<z.ZodString>;
|
|
109
109
|
thumbnail_url: z.ZodOptional<z.ZodString>;
|
|
@@ -124,35 +124,35 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
|
|
|
124
124
|
}>, "many">>;
|
|
125
125
|
}, "strip", z.ZodTypeAny, {
|
|
126
126
|
type?: string | undefined;
|
|
127
|
-
text?: string | undefined;
|
|
128
127
|
url?: string | undefined;
|
|
129
128
|
images?: {
|
|
130
129
|
url?: string | undefined;
|
|
131
130
|
width?: number | undefined;
|
|
132
131
|
height?: number | undefined;
|
|
133
132
|
}[] | undefined;
|
|
133
|
+
text?: string | undefined;
|
|
134
134
|
article?: {
|
|
135
135
|
title?: string | null | undefined;
|
|
136
136
|
url?: string | null | undefined;
|
|
137
|
-
thumbnail?: string | null | undefined;
|
|
138
137
|
subtitle?: string | null | undefined;
|
|
138
|
+
thumbnail?: string | null | undefined;
|
|
139
139
|
} | undefined;
|
|
140
140
|
thumbnail_url?: string | undefined;
|
|
141
141
|
duration_ms?: number | undefined;
|
|
142
142
|
}, {
|
|
143
143
|
type?: string | undefined;
|
|
144
|
-
text?: string | undefined;
|
|
145
144
|
url?: string | undefined;
|
|
146
145
|
images?: {
|
|
147
146
|
url?: string | undefined;
|
|
148
147
|
width?: number | undefined;
|
|
149
148
|
height?: number | undefined;
|
|
150
149
|
}[] | undefined;
|
|
150
|
+
text?: string | undefined;
|
|
151
151
|
article?: {
|
|
152
152
|
title?: string | null | undefined;
|
|
153
153
|
url?: string | null | undefined;
|
|
154
|
-
thumbnail?: string | null | undefined;
|
|
155
154
|
subtitle?: string | null | undefined;
|
|
155
|
+
thumbnail?: string | null | undefined;
|
|
156
156
|
} | undefined;
|
|
157
157
|
thumbnail_url?: string | undefined;
|
|
158
158
|
duration_ms?: number | undefined;
|
|
@@ -185,25 +185,25 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
|
|
|
185
185
|
}>>;
|
|
186
186
|
search_input: z.ZodOptional<z.ZodString>;
|
|
187
187
|
}, "strip", z.ZodTypeAny, {
|
|
188
|
-
text?: string | undefined;
|
|
189
188
|
content?: {
|
|
190
189
|
type?: string | undefined;
|
|
191
|
-
text?: string | undefined;
|
|
192
190
|
url?: string | undefined;
|
|
193
191
|
images?: {
|
|
194
192
|
url?: string | undefined;
|
|
195
193
|
width?: number | undefined;
|
|
196
194
|
height?: number | undefined;
|
|
197
195
|
}[] | undefined;
|
|
196
|
+
text?: string | undefined;
|
|
198
197
|
article?: {
|
|
199
198
|
title?: string | null | undefined;
|
|
200
199
|
url?: string | null | undefined;
|
|
201
|
-
thumbnail?: string | null | undefined;
|
|
202
200
|
subtitle?: string | null | undefined;
|
|
201
|
+
thumbnail?: string | null | undefined;
|
|
203
202
|
} | undefined;
|
|
204
203
|
thumbnail_url?: string | undefined;
|
|
205
204
|
duration_ms?: number | undefined;
|
|
206
205
|
} | undefined;
|
|
206
|
+
text?: string | undefined;
|
|
207
207
|
metadata?: {
|
|
208
208
|
count?: number | undefined;
|
|
209
209
|
total_count?: number | undefined;
|
|
@@ -213,15 +213,6 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
|
|
|
213
213
|
has_next_page?: boolean | undefined;
|
|
214
214
|
has_prev_page?: boolean | undefined;
|
|
215
215
|
} | undefined;
|
|
216
|
-
stats?: {
|
|
217
|
-
reactions?: {
|
|
218
|
-
type?: string | undefined;
|
|
219
|
-
count?: number | undefined;
|
|
220
|
-
}[] | undefined;
|
|
221
|
-
shares?: number | undefined;
|
|
222
|
-
total_reactions?: number | undefined;
|
|
223
|
-
comments?: number | undefined;
|
|
224
|
-
} | undefined;
|
|
225
216
|
hashtags?: string[] | undefined;
|
|
226
217
|
full_urn?: string | undefined;
|
|
227
218
|
posted_at?: {
|
|
@@ -236,30 +227,39 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
|
|
|
236
227
|
profile_url?: string | undefined;
|
|
237
228
|
profile_id?: string | undefined;
|
|
238
229
|
} | undefined;
|
|
230
|
+
stats?: {
|
|
231
|
+
reactions?: {
|
|
232
|
+
type?: string | undefined;
|
|
233
|
+
count?: number | undefined;
|
|
234
|
+
}[] | undefined;
|
|
235
|
+
shares?: number | undefined;
|
|
236
|
+
total_reactions?: number | undefined;
|
|
237
|
+
comments?: number | undefined;
|
|
238
|
+
} | undefined;
|
|
239
239
|
activity_id?: string | undefined;
|
|
240
240
|
post_url?: string | undefined;
|
|
241
241
|
is_reshare?: boolean | undefined;
|
|
242
242
|
search_input?: string | undefined;
|
|
243
243
|
}, {
|
|
244
|
-
text?: string | undefined;
|
|
245
244
|
content?: {
|
|
246
245
|
type?: string | undefined;
|
|
247
|
-
text?: string | undefined;
|
|
248
246
|
url?: string | undefined;
|
|
249
247
|
images?: {
|
|
250
248
|
url?: string | undefined;
|
|
251
249
|
width?: number | undefined;
|
|
252
250
|
height?: number | undefined;
|
|
253
251
|
}[] | undefined;
|
|
252
|
+
text?: string | undefined;
|
|
254
253
|
article?: {
|
|
255
254
|
title?: string | null | undefined;
|
|
256
255
|
url?: string | null | undefined;
|
|
257
|
-
thumbnail?: string | null | undefined;
|
|
258
256
|
subtitle?: string | null | undefined;
|
|
257
|
+
thumbnail?: string | null | undefined;
|
|
259
258
|
} | undefined;
|
|
260
259
|
thumbnail_url?: string | undefined;
|
|
261
260
|
duration_ms?: number | undefined;
|
|
262
261
|
} | undefined;
|
|
262
|
+
text?: string | undefined;
|
|
263
263
|
metadata?: {
|
|
264
264
|
count?: number | undefined;
|
|
265
265
|
total_count?: number | undefined;
|
|
@@ -269,15 +269,6 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
|
|
|
269
269
|
has_next_page?: boolean | undefined;
|
|
270
270
|
has_prev_page?: boolean | undefined;
|
|
271
271
|
} | undefined;
|
|
272
|
-
stats?: {
|
|
273
|
-
reactions?: {
|
|
274
|
-
type?: string | undefined;
|
|
275
|
-
count?: number | undefined;
|
|
276
|
-
}[] | undefined;
|
|
277
|
-
shares?: number | undefined;
|
|
278
|
-
total_reactions?: number | undefined;
|
|
279
|
-
comments?: number | undefined;
|
|
280
|
-
} | undefined;
|
|
281
272
|
hashtags?: string[] | undefined;
|
|
282
273
|
full_urn?: string | undefined;
|
|
283
274
|
posted_at?: {
|
|
@@ -292,6 +283,15 @@ export declare const LinkedInPostsSearchOutputSchema: z.ZodObject<{
|
|
|
292
283
|
profile_url?: string | undefined;
|
|
293
284
|
profile_id?: string | undefined;
|
|
294
285
|
} | undefined;
|
|
286
|
+
stats?: {
|
|
287
|
+
reactions?: {
|
|
288
|
+
type?: string | undefined;
|
|
289
|
+
count?: number | undefined;
|
|
290
|
+
}[] | undefined;
|
|
291
|
+
shares?: number | undefined;
|
|
292
|
+
total_reactions?: number | undefined;
|
|
293
|
+
comments?: number | undefined;
|
|
294
|
+
} | undefined;
|
|
295
295
|
activity_id?: string | undefined;
|
|
296
296
|
post_url?: string | undefined;
|
|
297
297
|
is_reshare?: boolean | undefined;
|