@bubblelab/bubble-core 0.1.71 → 0.1.72
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 +47 -47
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
- package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +40 -40
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +80 -80
- package/dist/bubbles/service-bubble/firecrawl.d.ts +274 -274
- package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
- package/dist/bubbles/service-bubble/github.d.ts +36 -36
- package/dist/bubbles/service-bubble/gmail.d.ts +88 -88
- package/dist/bubbles/service-bubble/google-drive.d.ts +1 -62
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +0 -58
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.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 +216 -216
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +11 -11
- package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +234 -234
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +80 -80
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +24 -24
- package/dist/bubbles.json +2 -67
- package/package.json +2 -2
|
@@ -110,8 +110,8 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
110
110
|
title: string | null;
|
|
111
111
|
name: string | null;
|
|
112
112
|
location: string | null;
|
|
113
|
-
headline: string | null;
|
|
114
113
|
summary: string | null;
|
|
114
|
+
headline: string | null;
|
|
115
115
|
seniorityLevel: string | null;
|
|
116
116
|
emails: string[] | null;
|
|
117
117
|
linkedinUrl: string | null;
|
|
@@ -162,8 +162,8 @@ declare const PersonResultSchema: z.ZodObject<{
|
|
|
162
162
|
title: string | null;
|
|
163
163
|
name: string | null;
|
|
164
164
|
location: string | null;
|
|
165
|
-
headline: string | null;
|
|
166
165
|
summary: string | null;
|
|
166
|
+
headline: string | null;
|
|
167
167
|
seniorityLevel: string | null;
|
|
168
168
|
emails: string[] | null;
|
|
169
169
|
linkedinUrl: string | null;
|
|
@@ -256,12 +256,12 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
|
|
|
256
256
|
includePersonalEmails: boolean;
|
|
257
257
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
258
258
|
location?: string | undefined;
|
|
259
|
-
city?: string | undefined;
|
|
260
|
-
country?: string | undefined;
|
|
261
259
|
limit?: number | undefined;
|
|
262
260
|
cursor?: string | undefined;
|
|
263
261
|
companyName?: string | undefined;
|
|
264
262
|
companyLinkedinUrl?: string | undefined;
|
|
263
|
+
city?: string | undefined;
|
|
264
|
+
country?: string | undefined;
|
|
265
265
|
languages?: string[] | undefined;
|
|
266
266
|
skills?: string[] | undefined;
|
|
267
267
|
recentlyChangedJobs?: boolean | undefined;
|
|
@@ -288,12 +288,12 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
|
|
|
288
288
|
}, {
|
|
289
289
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
290
290
|
location?: string | undefined;
|
|
291
|
-
city?: string | undefined;
|
|
292
|
-
country?: string | undefined;
|
|
293
291
|
limit?: number | undefined;
|
|
294
292
|
cursor?: string | undefined;
|
|
295
293
|
companyName?: string | undefined;
|
|
296
294
|
companyLinkedinUrl?: string | undefined;
|
|
295
|
+
city?: string | undefined;
|
|
296
|
+
country?: string | undefined;
|
|
297
297
|
languages?: string[] | undefined;
|
|
298
298
|
skills?: string[] | undefined;
|
|
299
299
|
recentlyChangedJobs?: boolean | undefined;
|
|
@@ -429,8 +429,8 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
429
429
|
title: string | null;
|
|
430
430
|
name: string | null;
|
|
431
431
|
location: string | null;
|
|
432
|
-
headline: string | null;
|
|
433
432
|
summary: string | null;
|
|
433
|
+
headline: string | null;
|
|
434
434
|
seniorityLevel: string | null;
|
|
435
435
|
emails: string[] | null;
|
|
436
436
|
linkedinUrl: string | null;
|
|
@@ -481,8 +481,8 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
481
481
|
title: string | null;
|
|
482
482
|
name: string | null;
|
|
483
483
|
location: string | null;
|
|
484
|
-
headline: string | null;
|
|
485
484
|
summary: string | null;
|
|
485
|
+
headline: string | null;
|
|
486
486
|
seniorityLevel: string | null;
|
|
487
487
|
emails: string[] | null;
|
|
488
488
|
linkedinUrl: string | null;
|
|
@@ -541,8 +541,8 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
541
541
|
title: string | null;
|
|
542
542
|
name: string | null;
|
|
543
543
|
location: string | null;
|
|
544
|
-
headline: string | null;
|
|
545
544
|
summary: string | null;
|
|
545
|
+
headline: string | null;
|
|
546
546
|
seniorityLevel: string | null;
|
|
547
547
|
emails: string[] | null;
|
|
548
548
|
linkedinUrl: string | null;
|
|
@@ -599,8 +599,8 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
|
|
|
599
599
|
title: string | null;
|
|
600
600
|
name: string | null;
|
|
601
601
|
location: string | null;
|
|
602
|
-
headline: string | null;
|
|
603
602
|
summary: string | null;
|
|
603
|
+
headline: string | null;
|
|
604
604
|
seniorityLevel: string | null;
|
|
605
605
|
emails: string[] | null;
|
|
606
606
|
linkedinUrl: string | null;
|
|
@@ -725,12 +725,12 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
725
725
|
includePersonalEmails: boolean;
|
|
726
726
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
727
727
|
location?: string | undefined;
|
|
728
|
-
city?: string | undefined;
|
|
729
|
-
country?: string | undefined;
|
|
730
728
|
limit?: number | undefined;
|
|
731
729
|
cursor?: string | undefined;
|
|
732
730
|
companyName?: string | undefined;
|
|
733
731
|
companyLinkedinUrl?: string | undefined;
|
|
732
|
+
city?: string | undefined;
|
|
733
|
+
country?: string | undefined;
|
|
734
734
|
languages?: string[] | undefined;
|
|
735
735
|
skills?: string[] | undefined;
|
|
736
736
|
recentlyChangedJobs?: boolean | undefined;
|
|
@@ -757,12 +757,12 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
757
757
|
}, {
|
|
758
758
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
759
759
|
location?: string | undefined;
|
|
760
|
-
city?: string | undefined;
|
|
761
|
-
country?: string | undefined;
|
|
762
760
|
limit?: number | undefined;
|
|
763
761
|
cursor?: string | undefined;
|
|
764
762
|
companyName?: string | undefined;
|
|
765
763
|
companyLinkedinUrl?: string | undefined;
|
|
764
|
+
city?: string | undefined;
|
|
765
|
+
country?: string | undefined;
|
|
766
766
|
languages?: string[] | undefined;
|
|
767
767
|
skills?: string[] | undefined;
|
|
768
768
|
recentlyChangedJobs?: boolean | undefined;
|
|
@@ -898,8 +898,8 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
898
898
|
title: string | null;
|
|
899
899
|
name: string | null;
|
|
900
900
|
location: string | null;
|
|
901
|
-
headline: string | null;
|
|
902
901
|
summary: string | null;
|
|
902
|
+
headline: string | null;
|
|
903
903
|
seniorityLevel: string | null;
|
|
904
904
|
emails: string[] | null;
|
|
905
905
|
linkedinUrl: string | null;
|
|
@@ -950,8 +950,8 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
950
950
|
title: string | null;
|
|
951
951
|
name: string | null;
|
|
952
952
|
location: string | null;
|
|
953
|
-
headline: string | null;
|
|
954
953
|
summary: string | null;
|
|
954
|
+
headline: string | null;
|
|
955
955
|
seniorityLevel: string | null;
|
|
956
956
|
emails: string[] | null;
|
|
957
957
|
linkedinUrl: string | null;
|
|
@@ -1010,8 +1010,8 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1010
1010
|
title: string | null;
|
|
1011
1011
|
name: string | null;
|
|
1012
1012
|
location: string | null;
|
|
1013
|
-
headline: string | null;
|
|
1014
1013
|
summary: string | null;
|
|
1014
|
+
headline: string | null;
|
|
1015
1015
|
seniorityLevel: string | null;
|
|
1016
1016
|
emails: string[] | null;
|
|
1017
1017
|
linkedinUrl: string | null;
|
|
@@ -1068,8 +1068,8 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
|
|
|
1068
1068
|
title: string | null;
|
|
1069
1069
|
name: string | null;
|
|
1070
1070
|
location: string | null;
|
|
1071
|
-
headline: string | null;
|
|
1072
1071
|
summary: string | null;
|
|
1072
|
+
headline: string | null;
|
|
1073
1073
|
seniorityLevel: string | null;
|
|
1074
1074
|
emails: string[] | null;
|
|
1075
1075
|
linkedinUrl: string | null;
|
|
@@ -40,8 +40,8 @@ declare const SQLQueryToolResultSchema: z.ZodObject<{
|
|
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
|
41
41
|
success: boolean;
|
|
42
42
|
error: string;
|
|
43
|
-
executionTime: number;
|
|
44
43
|
rowCount: number;
|
|
44
|
+
executionTime: number;
|
|
45
45
|
fields?: {
|
|
46
46
|
name: string;
|
|
47
47
|
dataTypeID?: number | undefined;
|
|
@@ -50,8 +50,8 @@ declare const SQLQueryToolResultSchema: z.ZodObject<{
|
|
|
50
50
|
}, {
|
|
51
51
|
success: boolean;
|
|
52
52
|
error: string;
|
|
53
|
-
executionTime: number;
|
|
54
53
|
rowCount: number;
|
|
54
|
+
executionTime: number;
|
|
55
55
|
fields?: {
|
|
56
56
|
name: string;
|
|
57
57
|
dataTypeID?: number | undefined;
|
|
@@ -103,8 +103,8 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
|
|
|
103
103
|
}, "strip", z.ZodTypeAny, {
|
|
104
104
|
success: boolean;
|
|
105
105
|
error: string;
|
|
106
|
-
executionTime: number;
|
|
107
106
|
rowCount: number;
|
|
107
|
+
executionTime: number;
|
|
108
108
|
fields?: {
|
|
109
109
|
name: string;
|
|
110
110
|
dataTypeID?: number | undefined;
|
|
@@ -113,8 +113,8 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
|
|
|
113
113
|
}, {
|
|
114
114
|
success: boolean;
|
|
115
115
|
error: string;
|
|
116
|
-
executionTime: number;
|
|
117
116
|
rowCount: number;
|
|
117
|
+
executionTime: number;
|
|
118
118
|
fields?: {
|
|
119
119
|
name: string;
|
|
120
120
|
dataTypeID?: number | undefined;
|
|
@@ -100,13 +100,6 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
100
100
|
}, "strip", z.ZodTypeAny, {
|
|
101
101
|
id: string | null;
|
|
102
102
|
text: string | null;
|
|
103
|
-
stats: {
|
|
104
|
-
collectCount: number | null;
|
|
105
|
-
commentCount: number | null;
|
|
106
|
-
diggCount: number | null;
|
|
107
|
-
playCount: number | null;
|
|
108
|
-
shareCount: number | null;
|
|
109
|
-
} | null;
|
|
110
103
|
hashtags: {
|
|
111
104
|
name: string | null;
|
|
112
105
|
}[] | null;
|
|
@@ -123,13 +116,6 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
123
116
|
videoCount: number | null;
|
|
124
117
|
heartCount: number | null;
|
|
125
118
|
} | null;
|
|
126
|
-
createTime: number | null;
|
|
127
|
-
createTimeISO: string | null;
|
|
128
|
-
webVideoUrl: string | null;
|
|
129
|
-
covers: string[] | null;
|
|
130
|
-
}, {
|
|
131
|
-
id: string | null;
|
|
132
|
-
text: string | null;
|
|
133
119
|
stats: {
|
|
134
120
|
collectCount: number | null;
|
|
135
121
|
commentCount: number | null;
|
|
@@ -137,6 +123,13 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
137
123
|
playCount: number | null;
|
|
138
124
|
shareCount: number | null;
|
|
139
125
|
} | null;
|
|
126
|
+
createTime: number | null;
|
|
127
|
+
createTimeISO: string | null;
|
|
128
|
+
webVideoUrl: string | null;
|
|
129
|
+
covers: string[] | null;
|
|
130
|
+
}, {
|
|
131
|
+
id: string | null;
|
|
132
|
+
text: string | null;
|
|
140
133
|
hashtags: {
|
|
141
134
|
name: string | null;
|
|
142
135
|
}[] | null;
|
|
@@ -153,6 +146,13 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
153
146
|
videoCount: number | null;
|
|
154
147
|
heartCount: number | null;
|
|
155
148
|
} | null;
|
|
149
|
+
stats: {
|
|
150
|
+
collectCount: number | null;
|
|
151
|
+
commentCount: number | null;
|
|
152
|
+
diggCount: number | null;
|
|
153
|
+
playCount: number | null;
|
|
154
|
+
shareCount: number | null;
|
|
155
|
+
} | null;
|
|
156
156
|
createTime: number | null;
|
|
157
157
|
createTimeISO: string | null;
|
|
158
158
|
webVideoUrl: string | null;
|
|
@@ -168,13 +168,6 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
168
168
|
videos: {
|
|
169
169
|
id: string | null;
|
|
170
170
|
text: string | null;
|
|
171
|
-
stats: {
|
|
172
|
-
collectCount: number | null;
|
|
173
|
-
commentCount: number | null;
|
|
174
|
-
diggCount: number | null;
|
|
175
|
-
playCount: number | null;
|
|
176
|
-
shareCount: number | null;
|
|
177
|
-
} | null;
|
|
178
171
|
hashtags: {
|
|
179
172
|
name: string | null;
|
|
180
173
|
}[] | null;
|
|
@@ -191,6 +184,13 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
191
184
|
videoCount: number | null;
|
|
192
185
|
heartCount: number | null;
|
|
193
186
|
} | null;
|
|
187
|
+
stats: {
|
|
188
|
+
collectCount: number | null;
|
|
189
|
+
commentCount: number | null;
|
|
190
|
+
diggCount: number | null;
|
|
191
|
+
playCount: number | null;
|
|
192
|
+
shareCount: number | null;
|
|
193
|
+
} | null;
|
|
194
194
|
createTime: number | null;
|
|
195
195
|
createTimeISO: string | null;
|
|
196
196
|
webVideoUrl: string | null;
|
|
@@ -204,13 +204,6 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
204
204
|
videos: {
|
|
205
205
|
id: string | null;
|
|
206
206
|
text: string | null;
|
|
207
|
-
stats: {
|
|
208
|
-
collectCount: number | null;
|
|
209
|
-
commentCount: number | null;
|
|
210
|
-
diggCount: number | null;
|
|
211
|
-
playCount: number | null;
|
|
212
|
-
shareCount: number | null;
|
|
213
|
-
} | null;
|
|
214
207
|
hashtags: {
|
|
215
208
|
name: string | null;
|
|
216
209
|
}[] | null;
|
|
@@ -227,6 +220,13 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
227
220
|
videoCount: number | null;
|
|
228
221
|
heartCount: number | null;
|
|
229
222
|
} | null;
|
|
223
|
+
stats: {
|
|
224
|
+
collectCount: number | null;
|
|
225
|
+
commentCount: number | null;
|
|
226
|
+
diggCount: number | null;
|
|
227
|
+
playCount: number | null;
|
|
228
|
+
shareCount: number | null;
|
|
229
|
+
} | null;
|
|
230
230
|
createTime: number | null;
|
|
231
231
|
createTimeISO: string | null;
|
|
232
232
|
webVideoUrl: string | null;
|
|
@@ -337,13 +337,6 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
337
337
|
}, "strip", z.ZodTypeAny, {
|
|
338
338
|
id: string | null;
|
|
339
339
|
text: string | null;
|
|
340
|
-
stats: {
|
|
341
|
-
collectCount: number | null;
|
|
342
|
-
commentCount: number | null;
|
|
343
|
-
diggCount: number | null;
|
|
344
|
-
playCount: number | null;
|
|
345
|
-
shareCount: number | null;
|
|
346
|
-
} | null;
|
|
347
340
|
hashtags: {
|
|
348
341
|
name: string | null;
|
|
349
342
|
}[] | null;
|
|
@@ -360,13 +353,6 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
360
353
|
videoCount: number | null;
|
|
361
354
|
heartCount: number | null;
|
|
362
355
|
} | null;
|
|
363
|
-
createTime: number | null;
|
|
364
|
-
createTimeISO: string | null;
|
|
365
|
-
webVideoUrl: string | null;
|
|
366
|
-
covers: string[] | null;
|
|
367
|
-
}, {
|
|
368
|
-
id: string | null;
|
|
369
|
-
text: string | null;
|
|
370
356
|
stats: {
|
|
371
357
|
collectCount: number | null;
|
|
372
358
|
commentCount: number | null;
|
|
@@ -374,6 +360,13 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
374
360
|
playCount: number | null;
|
|
375
361
|
shareCount: number | null;
|
|
376
362
|
} | null;
|
|
363
|
+
createTime: number | null;
|
|
364
|
+
createTimeISO: string | null;
|
|
365
|
+
webVideoUrl: string | null;
|
|
366
|
+
covers: string[] | null;
|
|
367
|
+
}, {
|
|
368
|
+
id: string | null;
|
|
369
|
+
text: string | null;
|
|
377
370
|
hashtags: {
|
|
378
371
|
name: string | null;
|
|
379
372
|
}[] | null;
|
|
@@ -390,6 +383,13 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
390
383
|
videoCount: number | null;
|
|
391
384
|
heartCount: number | null;
|
|
392
385
|
} | null;
|
|
386
|
+
stats: {
|
|
387
|
+
collectCount: number | null;
|
|
388
|
+
commentCount: number | null;
|
|
389
|
+
diggCount: number | null;
|
|
390
|
+
playCount: number | null;
|
|
391
|
+
shareCount: number | null;
|
|
392
|
+
} | null;
|
|
393
393
|
createTime: number | null;
|
|
394
394
|
createTimeISO: string | null;
|
|
395
395
|
webVideoUrl: string | null;
|
|
@@ -405,13 +405,6 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
405
405
|
videos: {
|
|
406
406
|
id: string | null;
|
|
407
407
|
text: string | null;
|
|
408
|
-
stats: {
|
|
409
|
-
collectCount: number | null;
|
|
410
|
-
commentCount: number | null;
|
|
411
|
-
diggCount: number | null;
|
|
412
|
-
playCount: number | null;
|
|
413
|
-
shareCount: number | null;
|
|
414
|
-
} | null;
|
|
415
408
|
hashtags: {
|
|
416
409
|
name: string | null;
|
|
417
410
|
}[] | null;
|
|
@@ -428,6 +421,13 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
428
421
|
videoCount: number | null;
|
|
429
422
|
heartCount: number | null;
|
|
430
423
|
} | null;
|
|
424
|
+
stats: {
|
|
425
|
+
collectCount: number | null;
|
|
426
|
+
commentCount: number | null;
|
|
427
|
+
diggCount: number | null;
|
|
428
|
+
playCount: number | null;
|
|
429
|
+
shareCount: number | null;
|
|
430
|
+
} | null;
|
|
431
431
|
createTime: number | null;
|
|
432
432
|
createTimeISO: string | null;
|
|
433
433
|
webVideoUrl: string | null;
|
|
@@ -441,13 +441,6 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
441
441
|
videos: {
|
|
442
442
|
id: string | null;
|
|
443
443
|
text: string | null;
|
|
444
|
-
stats: {
|
|
445
|
-
collectCount: number | null;
|
|
446
|
-
commentCount: number | null;
|
|
447
|
-
diggCount: number | null;
|
|
448
|
-
playCount: number | null;
|
|
449
|
-
shareCount: number | null;
|
|
450
|
-
} | null;
|
|
451
444
|
hashtags: {
|
|
452
445
|
name: string | null;
|
|
453
446
|
}[] | null;
|
|
@@ -464,6 +457,13 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
464
457
|
videoCount: number | null;
|
|
465
458
|
heartCount: number | null;
|
|
466
459
|
} | null;
|
|
460
|
+
stats: {
|
|
461
|
+
collectCount: number | null;
|
|
462
|
+
commentCount: number | null;
|
|
463
|
+
diggCount: number | null;
|
|
464
|
+
playCount: number | null;
|
|
465
|
+
shareCount: number | null;
|
|
466
|
+
} | null;
|
|
467
467
|
createTime: number | null;
|
|
468
468
|
createTimeISO: string | null;
|
|
469
469
|
webVideoUrl: string | null;
|
|
@@ -149,14 +149,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
149
149
|
url: string | null;
|
|
150
150
|
id: string | null;
|
|
151
151
|
text: string | null;
|
|
152
|
-
stats: {
|
|
153
|
-
viewCount: number | null;
|
|
154
|
-
retweetCount: number | null;
|
|
155
|
-
replyCount: number | null;
|
|
156
|
-
likeCount: number | null;
|
|
157
|
-
quoteCount: number | null;
|
|
158
|
-
bookmarkCount: number | null;
|
|
159
|
-
} | null;
|
|
160
152
|
entities: {
|
|
161
153
|
hashtags: string[] | null;
|
|
162
154
|
mentions: string[] | null;
|
|
@@ -176,6 +168,14 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
176
168
|
tweetsCount: number | null;
|
|
177
169
|
createdAt: string | null;
|
|
178
170
|
} | null;
|
|
171
|
+
stats: {
|
|
172
|
+
viewCount: number | null;
|
|
173
|
+
retweetCount: number | null;
|
|
174
|
+
replyCount: number | null;
|
|
175
|
+
likeCount: number | null;
|
|
176
|
+
quoteCount: number | null;
|
|
177
|
+
bookmarkCount: number | null;
|
|
178
|
+
} | null;
|
|
179
179
|
media: {
|
|
180
180
|
type: string | null;
|
|
181
181
|
url: string | null;
|
|
@@ -192,14 +192,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
192
192
|
url: string | null;
|
|
193
193
|
id: string | null;
|
|
194
194
|
text: string | null;
|
|
195
|
-
stats: {
|
|
196
|
-
viewCount: number | null;
|
|
197
|
-
retweetCount: number | null;
|
|
198
|
-
replyCount: number | null;
|
|
199
|
-
likeCount: number | null;
|
|
200
|
-
quoteCount: number | null;
|
|
201
|
-
bookmarkCount: number | null;
|
|
202
|
-
} | null;
|
|
203
195
|
entities: {
|
|
204
196
|
hashtags: string[] | null;
|
|
205
197
|
mentions: string[] | null;
|
|
@@ -219,6 +211,14 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
219
211
|
tweetsCount: number | null;
|
|
220
212
|
createdAt: string | null;
|
|
221
213
|
} | null;
|
|
214
|
+
stats: {
|
|
215
|
+
viewCount: number | null;
|
|
216
|
+
retweetCount: number | null;
|
|
217
|
+
replyCount: number | null;
|
|
218
|
+
likeCount: number | null;
|
|
219
|
+
quoteCount: number | null;
|
|
220
|
+
bookmarkCount: number | null;
|
|
221
|
+
} | null;
|
|
222
222
|
media: {
|
|
223
223
|
type: string | null;
|
|
224
224
|
url: string | null;
|
|
@@ -369,14 +369,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
369
369
|
url: string | null;
|
|
370
370
|
id: string | null;
|
|
371
371
|
text: string | null;
|
|
372
|
-
stats: {
|
|
373
|
-
viewCount: number | null;
|
|
374
|
-
retweetCount: number | null;
|
|
375
|
-
replyCount: number | null;
|
|
376
|
-
likeCount: number | null;
|
|
377
|
-
quoteCount: number | null;
|
|
378
|
-
bookmarkCount: number | null;
|
|
379
|
-
} | null;
|
|
380
372
|
entities: {
|
|
381
373
|
hashtags: string[] | null;
|
|
382
374
|
mentions: string[] | null;
|
|
@@ -396,6 +388,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
396
388
|
tweetsCount: number | null;
|
|
397
389
|
createdAt: string | null;
|
|
398
390
|
} | null;
|
|
391
|
+
stats: {
|
|
392
|
+
viewCount: number | null;
|
|
393
|
+
retweetCount: number | null;
|
|
394
|
+
replyCount: number | null;
|
|
395
|
+
likeCount: number | null;
|
|
396
|
+
quoteCount: number | null;
|
|
397
|
+
bookmarkCount: number | null;
|
|
398
|
+
} | null;
|
|
399
399
|
media: {
|
|
400
400
|
type: string | null;
|
|
401
401
|
url: string | null;
|
|
@@ -412,14 +412,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
412
412
|
url: string | null;
|
|
413
413
|
id: string | null;
|
|
414
414
|
text: string | null;
|
|
415
|
-
stats: {
|
|
416
|
-
viewCount: number | null;
|
|
417
|
-
retweetCount: number | null;
|
|
418
|
-
replyCount: number | null;
|
|
419
|
-
likeCount: number | null;
|
|
420
|
-
quoteCount: number | null;
|
|
421
|
-
bookmarkCount: number | null;
|
|
422
|
-
} | null;
|
|
423
415
|
entities: {
|
|
424
416
|
hashtags: string[] | null;
|
|
425
417
|
mentions: string[] | null;
|
|
@@ -439,6 +431,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
439
431
|
tweetsCount: number | null;
|
|
440
432
|
createdAt: string | null;
|
|
441
433
|
} | null;
|
|
434
|
+
stats: {
|
|
435
|
+
viewCount: number | null;
|
|
436
|
+
retweetCount: number | null;
|
|
437
|
+
replyCount: number | null;
|
|
438
|
+
likeCount: number | null;
|
|
439
|
+
quoteCount: number | null;
|
|
440
|
+
bookmarkCount: number | null;
|
|
441
|
+
} | null;
|
|
442
442
|
media: {
|
|
443
443
|
type: string | null;
|
|
444
444
|
url: string | null;
|
|
@@ -463,14 +463,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
463
463
|
url: string | null;
|
|
464
464
|
id: string | null;
|
|
465
465
|
text: string | null;
|
|
466
|
-
stats: {
|
|
467
|
-
viewCount: number | null;
|
|
468
|
-
retweetCount: number | null;
|
|
469
|
-
replyCount: number | null;
|
|
470
|
-
likeCount: number | null;
|
|
471
|
-
quoteCount: number | null;
|
|
472
|
-
bookmarkCount: number | null;
|
|
473
|
-
} | null;
|
|
474
466
|
entities: {
|
|
475
467
|
hashtags: string[] | null;
|
|
476
468
|
mentions: string[] | null;
|
|
@@ -490,6 +482,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
490
482
|
tweetsCount: number | null;
|
|
491
483
|
createdAt: string | null;
|
|
492
484
|
} | null;
|
|
485
|
+
stats: {
|
|
486
|
+
viewCount: number | null;
|
|
487
|
+
retweetCount: number | null;
|
|
488
|
+
replyCount: number | null;
|
|
489
|
+
likeCount: number | null;
|
|
490
|
+
quoteCount: number | null;
|
|
491
|
+
bookmarkCount: number | null;
|
|
492
|
+
} | null;
|
|
493
493
|
media: {
|
|
494
494
|
type: string | null;
|
|
495
495
|
url: string | null;
|
|
@@ -512,14 +512,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
512
512
|
url: string | null;
|
|
513
513
|
id: string | null;
|
|
514
514
|
text: string | null;
|
|
515
|
-
stats: {
|
|
516
|
-
viewCount: number | null;
|
|
517
|
-
retweetCount: number | null;
|
|
518
|
-
replyCount: number | null;
|
|
519
|
-
likeCount: number | null;
|
|
520
|
-
quoteCount: number | null;
|
|
521
|
-
bookmarkCount: number | null;
|
|
522
|
-
} | null;
|
|
523
515
|
entities: {
|
|
524
516
|
hashtags: string[] | null;
|
|
525
517
|
mentions: string[] | null;
|
|
@@ -539,6 +531,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
539
531
|
tweetsCount: number | null;
|
|
540
532
|
createdAt: string | null;
|
|
541
533
|
} | null;
|
|
534
|
+
stats: {
|
|
535
|
+
viewCount: number | null;
|
|
536
|
+
retweetCount: number | null;
|
|
537
|
+
replyCount: number | null;
|
|
538
|
+
likeCount: number | null;
|
|
539
|
+
quoteCount: number | null;
|
|
540
|
+
bookmarkCount: number | null;
|
|
541
|
+
} | null;
|
|
542
542
|
media: {
|
|
543
543
|
type: string | null;
|
|
544
544
|
url: string | null;
|
|
@@ -715,14 +715,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
715
715
|
url: string | null;
|
|
716
716
|
id: string | null;
|
|
717
717
|
text: string | null;
|
|
718
|
-
stats: {
|
|
719
|
-
viewCount: number | null;
|
|
720
|
-
retweetCount: number | null;
|
|
721
|
-
replyCount: number | null;
|
|
722
|
-
likeCount: number | null;
|
|
723
|
-
quoteCount: number | null;
|
|
724
|
-
bookmarkCount: number | null;
|
|
725
|
-
} | null;
|
|
726
718
|
entities: {
|
|
727
719
|
hashtags: string[] | null;
|
|
728
720
|
mentions: string[] | null;
|
|
@@ -742,6 +734,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
742
734
|
tweetsCount: number | null;
|
|
743
735
|
createdAt: string | null;
|
|
744
736
|
} | null;
|
|
737
|
+
stats: {
|
|
738
|
+
viewCount: number | null;
|
|
739
|
+
retweetCount: number | null;
|
|
740
|
+
replyCount: number | null;
|
|
741
|
+
likeCount: number | null;
|
|
742
|
+
quoteCount: number | null;
|
|
743
|
+
bookmarkCount: number | null;
|
|
744
|
+
} | null;
|
|
745
745
|
media: {
|
|
746
746
|
type: string | null;
|
|
747
747
|
url: string | null;
|
|
@@ -758,14 +758,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
758
758
|
url: string | null;
|
|
759
759
|
id: string | null;
|
|
760
760
|
text: string | null;
|
|
761
|
-
stats: {
|
|
762
|
-
viewCount: number | null;
|
|
763
|
-
retweetCount: number | null;
|
|
764
|
-
replyCount: number | null;
|
|
765
|
-
likeCount: number | null;
|
|
766
|
-
quoteCount: number | null;
|
|
767
|
-
bookmarkCount: number | null;
|
|
768
|
-
} | null;
|
|
769
761
|
entities: {
|
|
770
762
|
hashtags: string[] | null;
|
|
771
763
|
mentions: string[] | null;
|
|
@@ -785,6 +777,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
785
777
|
tweetsCount: number | null;
|
|
786
778
|
createdAt: string | null;
|
|
787
779
|
} | null;
|
|
780
|
+
stats: {
|
|
781
|
+
viewCount: number | null;
|
|
782
|
+
retweetCount: number | null;
|
|
783
|
+
replyCount: number | null;
|
|
784
|
+
likeCount: number | null;
|
|
785
|
+
quoteCount: number | null;
|
|
786
|
+
bookmarkCount: number | null;
|
|
787
|
+
} | null;
|
|
788
788
|
media: {
|
|
789
789
|
type: string | null;
|
|
790
790
|
url: string | null;
|
|
@@ -809,14 +809,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
809
809
|
url: string | null;
|
|
810
810
|
id: string | null;
|
|
811
811
|
text: string | null;
|
|
812
|
-
stats: {
|
|
813
|
-
viewCount: number | null;
|
|
814
|
-
retweetCount: number | null;
|
|
815
|
-
replyCount: number | null;
|
|
816
|
-
likeCount: number | null;
|
|
817
|
-
quoteCount: number | null;
|
|
818
|
-
bookmarkCount: number | null;
|
|
819
|
-
} | null;
|
|
820
812
|
entities: {
|
|
821
813
|
hashtags: string[] | null;
|
|
822
814
|
mentions: string[] | null;
|
|
@@ -836,6 +828,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
836
828
|
tweetsCount: number | null;
|
|
837
829
|
createdAt: string | null;
|
|
838
830
|
} | null;
|
|
831
|
+
stats: {
|
|
832
|
+
viewCount: number | null;
|
|
833
|
+
retweetCount: number | null;
|
|
834
|
+
replyCount: number | null;
|
|
835
|
+
likeCount: number | null;
|
|
836
|
+
quoteCount: number | null;
|
|
837
|
+
bookmarkCount: number | null;
|
|
838
|
+
} | null;
|
|
839
839
|
media: {
|
|
840
840
|
type: string | null;
|
|
841
841
|
url: string | null;
|
|
@@ -858,14 +858,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
858
858
|
url: string | null;
|
|
859
859
|
id: string | null;
|
|
860
860
|
text: string | null;
|
|
861
|
-
stats: {
|
|
862
|
-
viewCount: number | null;
|
|
863
|
-
retweetCount: number | null;
|
|
864
|
-
replyCount: number | null;
|
|
865
|
-
likeCount: number | null;
|
|
866
|
-
quoteCount: number | null;
|
|
867
|
-
bookmarkCount: number | null;
|
|
868
|
-
} | null;
|
|
869
861
|
entities: {
|
|
870
862
|
hashtags: string[] | null;
|
|
871
863
|
mentions: string[] | null;
|
|
@@ -885,6 +877,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
885
877
|
tweetsCount: number | null;
|
|
886
878
|
createdAt: string | null;
|
|
887
879
|
} | null;
|
|
880
|
+
stats: {
|
|
881
|
+
viewCount: number | null;
|
|
882
|
+
retweetCount: number | null;
|
|
883
|
+
replyCount: number | null;
|
|
884
|
+
likeCount: number | null;
|
|
885
|
+
quoteCount: number | null;
|
|
886
|
+
bookmarkCount: number | null;
|
|
887
|
+
} | null;
|
|
888
888
|
media: {
|
|
889
889
|
type: string | null;
|
|
890
890
|
url: string | null;
|