@bubblelab/bubble-core 0.1.83 → 0.1.84
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 +68 -68
- package/dist/bubbles/service-bubble/ai-agent.d.ts +28 -28
- package/dist/bubbles/service-bubble/airtable.d.ts +40 -40
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
- 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 +30 -30
- package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +26 -26
- 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 +16 -16
- package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +31 -31
- package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +8 -8
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +153 -153
- 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/ashby/ashby.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +20 -20
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +74 -74
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/firecrawl.d.ts +206 -206
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +12 -12
- package/dist/bubbles/service-bubble/github.d.ts +28 -28
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +22 -22
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +12 -12
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +34 -34
- package/dist/bubbles/service-bubble/notion/notion.d.ts +64 -64
- package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +36 -36
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +177 -177
- package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/slack/slack.js +0 -133
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +9 -9
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +38 -38
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +14 -14
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +271 -271
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +90 -90
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +56 -56
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts +0 -31
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js +0 -184
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.integration.flow.js.map +0 -1
- package/dist/bubbles/service-bubble/google-sheets.d.ts +0 -1811
- package/dist/bubbles/service-bubble/google-sheets.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/google-sheets.js +0 -904
- package/dist/bubbles/service-bubble/google-sheets.js.map +0 -1
- package/dist/bubbles/service-bubble/slack.d.ts +0 -5869
- package/dist/bubbles/service-bubble/slack.d.ts.map +0 -1
- package/dist/bubbles/service-bubble/slack.js +0 -1536
- package/dist/bubbles/service-bubble/slack.js.map +0 -1
- package/dist/recording/types.d.ts +0 -68
- package/dist/recording/types.d.ts.map +0 -1
- package/dist/recording/types.js +0 -13
- package/dist/recording/types.js.map +0 -1
|
@@ -58,8 +58,6 @@ declare const ListAirtableTablesToolResultSchema: z.ZodObject<{
|
|
|
58
58
|
}, "strip", z.ZodTypeAny, {
|
|
59
59
|
success: boolean;
|
|
60
60
|
error: string;
|
|
61
|
-
baseId?: string | undefined;
|
|
62
|
-
baseName?: string | undefined;
|
|
63
61
|
tables?: {
|
|
64
62
|
name: string;
|
|
65
63
|
id: string;
|
|
@@ -70,11 +68,11 @@ declare const ListAirtableTablesToolResultSchema: z.ZodObject<{
|
|
|
70
68
|
id: string;
|
|
71
69
|
}[] | undefined;
|
|
72
70
|
}[] | undefined;
|
|
71
|
+
baseId?: string | undefined;
|
|
72
|
+
baseName?: string | undefined;
|
|
73
73
|
}, {
|
|
74
74
|
success: boolean;
|
|
75
75
|
error: string;
|
|
76
|
-
baseId?: string | undefined;
|
|
77
|
-
baseName?: string | undefined;
|
|
78
76
|
tables?: {
|
|
79
77
|
name: string;
|
|
80
78
|
id: string;
|
|
@@ -85,6 +83,8 @@ declare const ListAirtableTablesToolResultSchema: z.ZodObject<{
|
|
|
85
83
|
id: string;
|
|
86
84
|
}[] | undefined;
|
|
87
85
|
}[] | undefined;
|
|
86
|
+
baseId?: string | undefined;
|
|
87
|
+
baseName?: string | undefined;
|
|
88
88
|
}>;
|
|
89
89
|
type ListAirtableTablesToolResult = z.output<typeof ListAirtableTablesToolResultSchema>;
|
|
90
90
|
/**
|
|
@@ -148,8 +148,6 @@ export declare class ListAirtableTablesTool extends ToolBubble<ListAirtableTable
|
|
|
148
148
|
}, "strip", z.ZodTypeAny, {
|
|
149
149
|
success: boolean;
|
|
150
150
|
error: string;
|
|
151
|
-
baseId?: string | undefined;
|
|
152
|
-
baseName?: string | undefined;
|
|
153
151
|
tables?: {
|
|
154
152
|
name: string;
|
|
155
153
|
id: string;
|
|
@@ -160,11 +158,11 @@ export declare class ListAirtableTablesTool extends ToolBubble<ListAirtableTable
|
|
|
160
158
|
id: string;
|
|
161
159
|
}[] | undefined;
|
|
162
160
|
}[] | undefined;
|
|
161
|
+
baseId?: string | undefined;
|
|
162
|
+
baseName?: string | undefined;
|
|
163
163
|
}, {
|
|
164
164
|
success: boolean;
|
|
165
165
|
error: string;
|
|
166
|
-
baseId?: string | undefined;
|
|
167
|
-
baseName?: string | undefined;
|
|
168
166
|
tables?: {
|
|
169
167
|
name: string;
|
|
170
168
|
id: string;
|
|
@@ -175,6 +173,8 @@ export declare class ListAirtableTablesTool extends ToolBubble<ListAirtableTable
|
|
|
175
173
|
id: string;
|
|
176
174
|
}[] | undefined;
|
|
177
175
|
}[] | undefined;
|
|
176
|
+
baseId?: string | undefined;
|
|
177
|
+
baseName?: string | undefined;
|
|
178
178
|
}>;
|
|
179
179
|
static readonly shortDescription = "Lists tables in an Airtable base for trigger configuration";
|
|
180
180
|
static readonly longDescription = "\n A tool that retrieves all tables in a specific Airtable base.\n\n Use this tool when:\n - User wants to set up an Airtable trigger for a specific table\n - User mentions a table name and you need to find its ID\n - You need to show the user what tables are available in their base\n\n Returns:\n - List of tables with their IDs, names, descriptions, and field information\n\n Requires:\n - AIRTABLE_OAUTH credential to be connected\n - A valid baseId (use list-airtable-bases-tool first)\n ";
|
|
@@ -40,23 +40,23 @@ 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
|
+
rows?: Record<string, unknown>[] | undefined;
|
|
45
46
|
fields?: {
|
|
46
47
|
name: string;
|
|
47
48
|
dataTypeID?: number | undefined;
|
|
48
49
|
}[] | undefined;
|
|
49
|
-
rows?: Record<string, unknown>[] | undefined;
|
|
50
50
|
}, {
|
|
51
51
|
success: boolean;
|
|
52
52
|
error: string;
|
|
53
|
-
executionTime: number;
|
|
54
53
|
rowCount: number;
|
|
54
|
+
executionTime: number;
|
|
55
|
+
rows?: Record<string, unknown>[] | undefined;
|
|
55
56
|
fields?: {
|
|
56
57
|
name: string;
|
|
57
58
|
dataTypeID?: number | undefined;
|
|
58
59
|
}[] | undefined;
|
|
59
|
-
rows?: Record<string, unknown>[] | undefined;
|
|
60
60
|
}>;
|
|
61
61
|
/**
|
|
62
62
|
* SQLQueryTool - Execute SQL queries against PostgreSQL databases
|
|
@@ -103,23 +103,23 @@ 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
|
+
rows?: Record<string, unknown>[] | undefined;
|
|
108
109
|
fields?: {
|
|
109
110
|
name: string;
|
|
110
111
|
dataTypeID?: number | undefined;
|
|
111
112
|
}[] | undefined;
|
|
112
|
-
rows?: Record<string, unknown>[] | undefined;
|
|
113
113
|
}, {
|
|
114
114
|
success: boolean;
|
|
115
115
|
error: string;
|
|
116
|
-
executionTime: number;
|
|
117
116
|
rowCount: number;
|
|
117
|
+
executionTime: number;
|
|
118
|
+
rows?: Record<string, unknown>[] | undefined;
|
|
118
119
|
fields?: {
|
|
119
120
|
name: string;
|
|
120
121
|
dataTypeID?: number | undefined;
|
|
121
122
|
}[] | undefined;
|
|
122
|
-
rows?: Record<string, unknown>[] | undefined;
|
|
123
123
|
}>;
|
|
124
124
|
static readonly shortDescription = "Execute read-only SQL queries against PostgreSQL databases for data analysis";
|
|
125
125
|
static readonly longDescription = "\n A tool bubble that provides safe, read-only SQL query execution against PostgreSQL databases.\n \n Features:\n - Execute SELECT, WITH, EXPLAIN, ANALYZE, SHOW, and DESCRIBE queries\n - Automatic query timeout and row limit enforcement (30s timeout, 1000 rows max)\n - Clean JSON formatting of results for AI consumption\n - Detailed execution metadata including timing and row counts\n \n Security:\n - Read-only operations enforced\n - Query timeout protection (30 seconds)\n - Row limit protection (1000 rows max)\n \n Use cases:\n - AI agents performing iterative database exploration\n - Data analysis and business intelligence queries\n - Schema discovery and table introspection\n - Performance analysis with EXPLAIN queries\n - Automated reporting and data extraction\n ";
|
|
@@ -98,15 +98,8 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
98
98
|
name: string | null;
|
|
99
99
|
}>, "many">>;
|
|
100
100
|
}, "strip", z.ZodTypeAny, {
|
|
101
|
-
id: string | null;
|
|
102
|
-
stats: {
|
|
103
|
-
collectCount: number | null;
|
|
104
|
-
commentCount: number | null;
|
|
105
|
-
diggCount: number | null;
|
|
106
|
-
playCount: number | null;
|
|
107
|
-
shareCount: number | null;
|
|
108
|
-
} | null;
|
|
109
101
|
text: string | null;
|
|
102
|
+
id: string | null;
|
|
110
103
|
hashtags: {
|
|
111
104
|
name: string | null;
|
|
112
105
|
}[] | null;
|
|
@@ -123,12 +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
119
|
stats: {
|
|
133
120
|
collectCount: number | null;
|
|
134
121
|
commentCount: number | null;
|
|
@@ -136,7 +123,13 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
136
123
|
playCount: number | null;
|
|
137
124
|
shareCount: number | null;
|
|
138
125
|
} | null;
|
|
126
|
+
createTime: number | null;
|
|
127
|
+
createTimeISO: string | null;
|
|
128
|
+
webVideoUrl: string | null;
|
|
129
|
+
covers: string[] | null;
|
|
130
|
+
}, {
|
|
139
131
|
text: string | null;
|
|
132
|
+
id: 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;
|
|
@@ -166,15 +166,8 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
166
166
|
error: string;
|
|
167
167
|
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
168
168
|
videos: {
|
|
169
|
-
id: string | null;
|
|
170
|
-
stats: {
|
|
171
|
-
collectCount: number | null;
|
|
172
|
-
commentCount: number | null;
|
|
173
|
-
diggCount: number | null;
|
|
174
|
-
playCount: number | null;
|
|
175
|
-
shareCount: number | null;
|
|
176
|
-
} | null;
|
|
177
169
|
text: string | null;
|
|
170
|
+
id: string | 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;
|
|
@@ -202,15 +202,8 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
202
202
|
error: string;
|
|
203
203
|
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
204
204
|
videos: {
|
|
205
|
-
id: string | null;
|
|
206
|
-
stats: {
|
|
207
|
-
collectCount: number | null;
|
|
208
|
-
commentCount: number | null;
|
|
209
|
-
diggCount: number | null;
|
|
210
|
-
playCount: number | null;
|
|
211
|
-
shareCount: number | null;
|
|
212
|
-
} | null;
|
|
213
205
|
text: string | null;
|
|
206
|
+
id: string | 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;
|
|
@@ -335,15 +335,8 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
335
335
|
name: string | null;
|
|
336
336
|
}>, "many">>;
|
|
337
337
|
}, "strip", z.ZodTypeAny, {
|
|
338
|
-
id: string | null;
|
|
339
|
-
stats: {
|
|
340
|
-
collectCount: number | null;
|
|
341
|
-
commentCount: number | null;
|
|
342
|
-
diggCount: number | null;
|
|
343
|
-
playCount: number | null;
|
|
344
|
-
shareCount: number | null;
|
|
345
|
-
} | null;
|
|
346
338
|
text: string | null;
|
|
339
|
+
id: string | null;
|
|
347
340
|
hashtags: {
|
|
348
341
|
name: string | null;
|
|
349
342
|
}[] | null;
|
|
@@ -360,12 +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
356
|
stats: {
|
|
370
357
|
collectCount: number | null;
|
|
371
358
|
commentCount: number | null;
|
|
@@ -373,7 +360,13 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
373
360
|
playCount: number | null;
|
|
374
361
|
shareCount: number | null;
|
|
375
362
|
} | null;
|
|
363
|
+
createTime: number | null;
|
|
364
|
+
createTimeISO: string | null;
|
|
365
|
+
webVideoUrl: string | null;
|
|
366
|
+
covers: string[] | null;
|
|
367
|
+
}, {
|
|
376
368
|
text: string | null;
|
|
369
|
+
id: 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;
|
|
@@ -403,15 +403,8 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
403
403
|
error: string;
|
|
404
404
|
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
405
405
|
videos: {
|
|
406
|
-
id: string | null;
|
|
407
|
-
stats: {
|
|
408
|
-
collectCount: number | null;
|
|
409
|
-
commentCount: number | null;
|
|
410
|
-
diggCount: number | null;
|
|
411
|
-
playCount: number | null;
|
|
412
|
-
shareCount: number | null;
|
|
413
|
-
} | null;
|
|
414
406
|
text: string | null;
|
|
407
|
+
id: string | 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;
|
|
@@ -439,15 +439,8 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
439
439
|
error: string;
|
|
440
440
|
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
441
441
|
videos: {
|
|
442
|
-
id: string | null;
|
|
443
|
-
stats: {
|
|
444
|
-
collectCount: number | null;
|
|
445
|
-
commentCount: number | null;
|
|
446
|
-
diggCount: number | null;
|
|
447
|
-
playCount: number | null;
|
|
448
|
-
shareCount: number | null;
|
|
449
|
-
} | null;
|
|
450
442
|
text: string | null;
|
|
443
|
+
id: string | 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;
|
|
@@ -147,16 +147,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
147
147
|
isReply: z.ZodNullable<z.ZodBoolean>;
|
|
148
148
|
}, "strip", z.ZodTypeAny, {
|
|
149
149
|
url: string | null;
|
|
150
|
-
id: string | null;
|
|
151
|
-
stats: {
|
|
152
|
-
viewCount: number | null;
|
|
153
|
-
retweetCount: number | null;
|
|
154
|
-
replyCount: number | null;
|
|
155
|
-
likeCount: number | null;
|
|
156
|
-
quoteCount: number | null;
|
|
157
|
-
bookmarkCount: number | null;
|
|
158
|
-
} | null;
|
|
159
150
|
text: string | null;
|
|
151
|
+
id: string | 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;
|
|
@@ -190,16 +190,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
190
190
|
isReply: boolean | null;
|
|
191
191
|
}, {
|
|
192
192
|
url: string | null;
|
|
193
|
-
id: string | null;
|
|
194
|
-
stats: {
|
|
195
|
-
viewCount: number | null;
|
|
196
|
-
retweetCount: number | null;
|
|
197
|
-
replyCount: number | null;
|
|
198
|
-
likeCount: number | null;
|
|
199
|
-
quoteCount: number | null;
|
|
200
|
-
bookmarkCount: number | null;
|
|
201
|
-
} | null;
|
|
202
193
|
text: string | null;
|
|
194
|
+
id: string | 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;
|
|
@@ -367,16 +367,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
367
367
|
isReply: z.ZodNullable<z.ZodBoolean>;
|
|
368
368
|
}, "strip", z.ZodTypeAny, {
|
|
369
369
|
url: string | null;
|
|
370
|
-
id: string | null;
|
|
371
|
-
stats: {
|
|
372
|
-
viewCount: number | null;
|
|
373
|
-
retweetCount: number | null;
|
|
374
|
-
replyCount: number | null;
|
|
375
|
-
likeCount: number | null;
|
|
376
|
-
quoteCount: number | null;
|
|
377
|
-
bookmarkCount: number | null;
|
|
378
|
-
} | null;
|
|
379
370
|
text: string | null;
|
|
371
|
+
id: string | 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;
|
|
@@ -410,16 +410,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
410
410
|
isReply: boolean | null;
|
|
411
411
|
}, {
|
|
412
412
|
url: string | null;
|
|
413
|
-
id: string | null;
|
|
414
|
-
stats: {
|
|
415
|
-
viewCount: number | null;
|
|
416
|
-
retweetCount: number | null;
|
|
417
|
-
replyCount: number | null;
|
|
418
|
-
likeCount: number | null;
|
|
419
|
-
quoteCount: number | null;
|
|
420
|
-
bookmarkCount: number | null;
|
|
421
|
-
} | null;
|
|
422
413
|
text: string | null;
|
|
414
|
+
id: string | 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;
|
|
@@ -461,16 +461,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
461
461
|
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
462
462
|
tweets: {
|
|
463
463
|
url: string | null;
|
|
464
|
-
id: string | null;
|
|
465
|
-
stats: {
|
|
466
|
-
viewCount: number | null;
|
|
467
|
-
retweetCount: number | null;
|
|
468
|
-
replyCount: number | null;
|
|
469
|
-
likeCount: number | null;
|
|
470
|
-
quoteCount: number | null;
|
|
471
|
-
bookmarkCount: number | null;
|
|
472
|
-
} | null;
|
|
473
464
|
text: string | null;
|
|
465
|
+
id: string | 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;
|
|
@@ -510,16 +510,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
510
510
|
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
511
511
|
tweets: {
|
|
512
512
|
url: string | null;
|
|
513
|
-
id: string | null;
|
|
514
|
-
stats: {
|
|
515
|
-
viewCount: number | null;
|
|
516
|
-
retweetCount: number | null;
|
|
517
|
-
replyCount: number | null;
|
|
518
|
-
likeCount: number | null;
|
|
519
|
-
quoteCount: number | null;
|
|
520
|
-
bookmarkCount: number | null;
|
|
521
|
-
} | null;
|
|
522
513
|
text: string | null;
|
|
514
|
+
id: string | 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;
|
|
@@ -713,16 +713,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
713
713
|
isReply: z.ZodNullable<z.ZodBoolean>;
|
|
714
714
|
}, "strip", z.ZodTypeAny, {
|
|
715
715
|
url: string | null;
|
|
716
|
-
id: string | null;
|
|
717
|
-
stats: {
|
|
718
|
-
viewCount: number | null;
|
|
719
|
-
retweetCount: number | null;
|
|
720
|
-
replyCount: number | null;
|
|
721
|
-
likeCount: number | null;
|
|
722
|
-
quoteCount: number | null;
|
|
723
|
-
bookmarkCount: number | null;
|
|
724
|
-
} | null;
|
|
725
716
|
text: string | null;
|
|
717
|
+
id: string | 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;
|
|
@@ -756,16 +756,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
756
756
|
isReply: boolean | null;
|
|
757
757
|
}, {
|
|
758
758
|
url: string | null;
|
|
759
|
-
id: string | null;
|
|
760
|
-
stats: {
|
|
761
|
-
viewCount: number | null;
|
|
762
|
-
retweetCount: number | null;
|
|
763
|
-
replyCount: number | null;
|
|
764
|
-
likeCount: number | null;
|
|
765
|
-
quoteCount: number | null;
|
|
766
|
-
bookmarkCount: number | null;
|
|
767
|
-
} | null;
|
|
768
759
|
text: string | null;
|
|
760
|
+
id: string | 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;
|
|
@@ -807,16 +807,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
807
807
|
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
808
808
|
tweets: {
|
|
809
809
|
url: string | null;
|
|
810
|
-
id: string | null;
|
|
811
|
-
stats: {
|
|
812
|
-
viewCount: number | null;
|
|
813
|
-
retweetCount: number | null;
|
|
814
|
-
replyCount: number | null;
|
|
815
|
-
likeCount: number | null;
|
|
816
|
-
quoteCount: number | null;
|
|
817
|
-
bookmarkCount: number | null;
|
|
818
|
-
} | null;
|
|
819
810
|
text: string | null;
|
|
811
|
+
id: string | 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;
|
|
@@ -856,16 +856,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
856
856
|
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
857
857
|
tweets: {
|
|
858
858
|
url: string | null;
|
|
859
|
-
id: string | null;
|
|
860
|
-
stats: {
|
|
861
|
-
viewCount: number | null;
|
|
862
|
-
retweetCount: number | null;
|
|
863
|
-
replyCount: number | null;
|
|
864
|
-
likeCount: number | null;
|
|
865
|
-
quoteCount: number | null;
|
|
866
|
-
bookmarkCount: number | null;
|
|
867
|
-
} | null;
|
|
868
859
|
text: string | null;
|
|
860
|
+
id: string | 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;
|