@bubblelab/bubble-core 0.1.42 → 0.1.43
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 +75 -75
- package/dist/bubbles/service-bubble/agi-inc.d.ts +100 -100
- package/dist/bubbles/service-bubble/ai-agent.d.ts +54 -54
- package/dist/bubbles/service-bubble/airtable.d.ts +136 -136
- package/dist/bubbles/service-bubble/apify/apify.d.ts +6 -6
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +30 -30
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +39 -39
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +52 -52
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
- package/dist/bubbles/service-bubble/firecrawl.d.ts +664 -664
- package/dist/bubbles/service-bubble/followupboss.d.ts +156 -156
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +76 -76
- package/dist/bubbles/service-bubble/github.d.ts +160 -160
- package/dist/bubbles/service-bubble/gmail.d.ts +148 -148
- package/dist/bubbles/service-bubble/google-calendar.d.ts +134 -134
- package/dist/bubbles/service-bubble/google-drive.d.ts +60 -60
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +4 -4
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +44 -44
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1485 -1485
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/slack.d.ts +455 -455
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +1529 -1529
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +86 -86
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +27 -10
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +127 -10
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +94 -94
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +132 -132
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +54 -54
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +74 -74
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +76 -76
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +1 -1
- package/package.json +2 -2
|
@@ -21,12 +21,12 @@ declare const RedditPostSchema: z.ZodObject<{
|
|
|
21
21
|
title: string;
|
|
22
22
|
url: string;
|
|
23
23
|
author: string;
|
|
24
|
-
subreddit: string;
|
|
25
24
|
score: number;
|
|
26
25
|
numComments: number;
|
|
27
26
|
createdUtc: number;
|
|
28
27
|
postUrl: string;
|
|
29
28
|
selftext: string;
|
|
29
|
+
subreddit: string;
|
|
30
30
|
isSelf: boolean;
|
|
31
31
|
domain?: string | undefined;
|
|
32
32
|
thumbnail?: string | undefined;
|
|
@@ -36,12 +36,12 @@ declare const RedditPostSchema: z.ZodObject<{
|
|
|
36
36
|
title: string;
|
|
37
37
|
url: string;
|
|
38
38
|
author: string;
|
|
39
|
-
subreddit: string;
|
|
40
39
|
score: number;
|
|
41
40
|
numComments: number;
|
|
42
41
|
createdUtc: number;
|
|
43
42
|
postUrl: string;
|
|
44
43
|
selftext: string;
|
|
44
|
+
subreddit: string;
|
|
45
45
|
isSelf: boolean;
|
|
46
46
|
domain?: string | undefined;
|
|
47
47
|
thumbnail?: string | undefined;
|
|
@@ -96,12 +96,12 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
96
96
|
title: string;
|
|
97
97
|
url: string;
|
|
98
98
|
author: string;
|
|
99
|
-
subreddit: string;
|
|
100
99
|
score: number;
|
|
101
100
|
numComments: number;
|
|
102
101
|
createdUtc: number;
|
|
103
102
|
postUrl: string;
|
|
104
103
|
selftext: string;
|
|
104
|
+
subreddit: string;
|
|
105
105
|
isSelf: boolean;
|
|
106
106
|
domain?: string | undefined;
|
|
107
107
|
thumbnail?: string | undefined;
|
|
@@ -111,12 +111,12 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
111
111
|
title: string;
|
|
112
112
|
url: string;
|
|
113
113
|
author: string;
|
|
114
|
-
subreddit: string;
|
|
115
114
|
score: number;
|
|
116
115
|
numComments: number;
|
|
117
116
|
createdUtc: number;
|
|
118
117
|
postUrl: string;
|
|
119
118
|
selftext: string;
|
|
119
|
+
subreddit: string;
|
|
120
120
|
isSelf: boolean;
|
|
121
121
|
domain?: string | undefined;
|
|
122
122
|
thumbnail?: string | undefined;
|
|
@@ -170,12 +170,12 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
170
170
|
title: string;
|
|
171
171
|
url: string;
|
|
172
172
|
author: string;
|
|
173
|
-
subreddit: string;
|
|
174
173
|
score: number;
|
|
175
174
|
numComments: number;
|
|
176
175
|
createdUtc: number;
|
|
177
176
|
postUrl: string;
|
|
178
177
|
selftext: string;
|
|
178
|
+
subreddit: string;
|
|
179
179
|
isSelf: boolean;
|
|
180
180
|
domain?: string | undefined;
|
|
181
181
|
thumbnail?: string | undefined;
|
|
@@ -199,12 +199,12 @@ declare const RedditScrapeToolResultSchema: z.ZodObject<{
|
|
|
199
199
|
title: string;
|
|
200
200
|
url: string;
|
|
201
201
|
author: string;
|
|
202
|
-
subreddit: string;
|
|
203
202
|
score: number;
|
|
204
203
|
numComments: number;
|
|
205
204
|
createdUtc: number;
|
|
206
205
|
postUrl: string;
|
|
207
206
|
selftext: string;
|
|
207
|
+
subreddit: string;
|
|
208
208
|
isSelf: boolean;
|
|
209
209
|
domain?: string | undefined;
|
|
210
210
|
thumbnail?: string | undefined;
|
|
@@ -266,12 +266,12 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
266
266
|
title: string;
|
|
267
267
|
url: string;
|
|
268
268
|
author: string;
|
|
269
|
-
subreddit: string;
|
|
270
269
|
score: number;
|
|
271
270
|
numComments: number;
|
|
272
271
|
createdUtc: number;
|
|
273
272
|
postUrl: string;
|
|
274
273
|
selftext: string;
|
|
274
|
+
subreddit: string;
|
|
275
275
|
isSelf: boolean;
|
|
276
276
|
domain?: string | undefined;
|
|
277
277
|
thumbnail?: string | undefined;
|
|
@@ -281,12 +281,12 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
281
281
|
title: string;
|
|
282
282
|
url: string;
|
|
283
283
|
author: string;
|
|
284
|
-
subreddit: string;
|
|
285
284
|
score: number;
|
|
286
285
|
numComments: number;
|
|
287
286
|
createdUtc: number;
|
|
288
287
|
postUrl: string;
|
|
289
288
|
selftext: string;
|
|
289
|
+
subreddit: string;
|
|
290
290
|
isSelf: boolean;
|
|
291
291
|
domain?: string | undefined;
|
|
292
292
|
thumbnail?: string | undefined;
|
|
@@ -340,12 +340,12 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
340
340
|
title: string;
|
|
341
341
|
url: string;
|
|
342
342
|
author: string;
|
|
343
|
-
subreddit: string;
|
|
344
343
|
score: number;
|
|
345
344
|
numComments: number;
|
|
346
345
|
createdUtc: number;
|
|
347
346
|
postUrl: string;
|
|
348
347
|
selftext: string;
|
|
348
|
+
subreddit: string;
|
|
349
349
|
isSelf: boolean;
|
|
350
350
|
domain?: string | undefined;
|
|
351
351
|
thumbnail?: string | undefined;
|
|
@@ -369,12 +369,12 @@ export declare class RedditScrapeTool extends ToolBubble<RedditScrapeToolParams,
|
|
|
369
369
|
title: string;
|
|
370
370
|
url: string;
|
|
371
371
|
author: string;
|
|
372
|
-
subreddit: string;
|
|
373
372
|
score: number;
|
|
374
373
|
numComments: number;
|
|
375
374
|
createdUtc: number;
|
|
376
375
|
postUrl: string;
|
|
377
376
|
selftext: string;
|
|
377
|
+
subreddit: string;
|
|
378
378
|
isSelf: boolean;
|
|
379
379
|
domain?: string | undefined;
|
|
380
380
|
thumbnail?: string | undefined;
|
|
@@ -8,13 +8,13 @@ declare const SQLQueryToolParamsSchema: z.ZodObject<{
|
|
|
8
8
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
9
9
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
10
10
|
}, "strip", z.ZodTypeAny, {
|
|
11
|
-
query: string;
|
|
12
11
|
reasoning: string;
|
|
12
|
+
query: string;
|
|
13
13
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
14
14
|
config?: Record<string, unknown> | undefined;
|
|
15
15
|
}, {
|
|
16
|
-
query: string;
|
|
17
16
|
reasoning: string;
|
|
17
|
+
query: string;
|
|
18
18
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
19
19
|
config?: Record<string, unknown> | undefined;
|
|
20
20
|
}>;
|
|
@@ -74,13 +74,13 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
|
|
|
74
74
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
75
75
|
config: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
76
76
|
}, "strip", z.ZodTypeAny, {
|
|
77
|
-
query: string;
|
|
78
77
|
reasoning: string;
|
|
78
|
+
query: string;
|
|
79
79
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
80
80
|
config?: Record<string, unknown> | undefined;
|
|
81
81
|
}, {
|
|
82
|
-
query: string;
|
|
83
82
|
reasoning: string;
|
|
83
|
+
query: string;
|
|
84
84
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
85
85
|
config?: Record<string, unknown> | undefined;
|
|
86
86
|
}>;
|
|
@@ -49,22 +49,22 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
49
49
|
id: string | null;
|
|
50
50
|
verified: boolean | null;
|
|
51
51
|
signature: string | null;
|
|
52
|
-
followingCount: number | null;
|
|
53
52
|
uniqueId: string | null;
|
|
54
53
|
nickname: string | null;
|
|
55
54
|
avatarThumb: string | null;
|
|
56
55
|
followerCount: number | null;
|
|
56
|
+
followingCount: number | null;
|
|
57
57
|
videoCount: number | null;
|
|
58
58
|
heartCount: number | null;
|
|
59
59
|
}, {
|
|
60
60
|
id: string | null;
|
|
61
61
|
verified: boolean | null;
|
|
62
62
|
signature: string | null;
|
|
63
|
-
followingCount: number | null;
|
|
64
63
|
uniqueId: string | null;
|
|
65
64
|
nickname: string | null;
|
|
66
65
|
avatarThumb: string | null;
|
|
67
66
|
followerCount: number | null;
|
|
67
|
+
followingCount: number | null;
|
|
68
68
|
videoCount: number | null;
|
|
69
69
|
heartCount: number | null;
|
|
70
70
|
}>>;
|
|
@@ -108,11 +108,11 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
108
108
|
id: string | null;
|
|
109
109
|
verified: boolean | null;
|
|
110
110
|
signature: string | null;
|
|
111
|
-
followingCount: number | null;
|
|
112
111
|
uniqueId: string | null;
|
|
113
112
|
nickname: string | null;
|
|
114
113
|
avatarThumb: string | null;
|
|
115
114
|
followerCount: number | null;
|
|
115
|
+
followingCount: number | null;
|
|
116
116
|
videoCount: number | null;
|
|
117
117
|
heartCount: number | null;
|
|
118
118
|
} | null;
|
|
@@ -138,11 +138,11 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
138
138
|
id: string | null;
|
|
139
139
|
verified: boolean | null;
|
|
140
140
|
signature: string | null;
|
|
141
|
-
followingCount: number | null;
|
|
142
141
|
uniqueId: string | null;
|
|
143
142
|
nickname: string | null;
|
|
144
143
|
avatarThumb: string | null;
|
|
145
144
|
followerCount: number | null;
|
|
145
|
+
followingCount: number | null;
|
|
146
146
|
videoCount: number | null;
|
|
147
147
|
heartCount: number | null;
|
|
148
148
|
} | null;
|
|
@@ -162,9 +162,9 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
162
162
|
success: z.ZodBoolean;
|
|
163
163
|
error: z.ZodString;
|
|
164
164
|
}, "strip", z.ZodTypeAny, {
|
|
165
|
+
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
165
166
|
success: boolean;
|
|
166
167
|
error: string;
|
|
167
|
-
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
168
168
|
videos: {
|
|
169
169
|
text: string | null;
|
|
170
170
|
id: string | null;
|
|
@@ -176,11 +176,11 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
176
176
|
id: string | null;
|
|
177
177
|
verified: boolean | null;
|
|
178
178
|
signature: string | null;
|
|
179
|
-
followingCount: number | null;
|
|
180
179
|
uniqueId: string | null;
|
|
181
180
|
nickname: string | null;
|
|
182
181
|
avatarThumb: string | null;
|
|
183
182
|
followerCount: number | null;
|
|
183
|
+
followingCount: number | null;
|
|
184
184
|
videoCount: number | null;
|
|
185
185
|
heartCount: number | null;
|
|
186
186
|
} | null;
|
|
@@ -198,9 +198,9 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
198
198
|
}[];
|
|
199
199
|
totalVideos: number;
|
|
200
200
|
}, {
|
|
201
|
+
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
201
202
|
success: boolean;
|
|
202
203
|
error: string;
|
|
203
|
-
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
204
204
|
videos: {
|
|
205
205
|
text: string | null;
|
|
206
206
|
id: string | null;
|
|
@@ -212,11 +212,11 @@ declare const TikTokToolResultSchema: z.ZodObject<{
|
|
|
212
212
|
id: string | null;
|
|
213
213
|
verified: boolean | null;
|
|
214
214
|
signature: string | null;
|
|
215
|
-
followingCount: number | null;
|
|
216
215
|
uniqueId: string | null;
|
|
217
216
|
nickname: string | null;
|
|
218
217
|
avatarThumb: string | null;
|
|
219
218
|
followerCount: number | null;
|
|
219
|
+
followingCount: number | null;
|
|
220
220
|
videoCount: number | null;
|
|
221
221
|
heartCount: number | null;
|
|
222
222
|
} | null;
|
|
@@ -286,22 +286,22 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
286
286
|
id: string | null;
|
|
287
287
|
verified: boolean | null;
|
|
288
288
|
signature: string | null;
|
|
289
|
-
followingCount: number | null;
|
|
290
289
|
uniqueId: string | null;
|
|
291
290
|
nickname: string | null;
|
|
292
291
|
avatarThumb: string | null;
|
|
293
292
|
followerCount: number | null;
|
|
293
|
+
followingCount: number | null;
|
|
294
294
|
videoCount: number | null;
|
|
295
295
|
heartCount: number | null;
|
|
296
296
|
}, {
|
|
297
297
|
id: string | null;
|
|
298
298
|
verified: boolean | null;
|
|
299
299
|
signature: string | null;
|
|
300
|
-
followingCount: number | null;
|
|
301
300
|
uniqueId: string | null;
|
|
302
301
|
nickname: string | null;
|
|
303
302
|
avatarThumb: string | null;
|
|
304
303
|
followerCount: number | null;
|
|
304
|
+
followingCount: number | null;
|
|
305
305
|
videoCount: number | null;
|
|
306
306
|
heartCount: number | null;
|
|
307
307
|
}>>;
|
|
@@ -345,11 +345,11 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
345
345
|
id: string | null;
|
|
346
346
|
verified: boolean | null;
|
|
347
347
|
signature: string | null;
|
|
348
|
-
followingCount: number | null;
|
|
349
348
|
uniqueId: string | null;
|
|
350
349
|
nickname: string | null;
|
|
351
350
|
avatarThumb: string | null;
|
|
352
351
|
followerCount: number | null;
|
|
352
|
+
followingCount: number | null;
|
|
353
353
|
videoCount: number | null;
|
|
354
354
|
heartCount: number | null;
|
|
355
355
|
} | null;
|
|
@@ -375,11 +375,11 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
375
375
|
id: string | null;
|
|
376
376
|
verified: boolean | null;
|
|
377
377
|
signature: string | null;
|
|
378
|
-
followingCount: number | null;
|
|
379
378
|
uniqueId: string | null;
|
|
380
379
|
nickname: string | null;
|
|
381
380
|
avatarThumb: string | null;
|
|
382
381
|
followerCount: number | null;
|
|
382
|
+
followingCount: number | null;
|
|
383
383
|
videoCount: number | null;
|
|
384
384
|
heartCount: number | null;
|
|
385
385
|
} | null;
|
|
@@ -399,9 +399,9 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
399
399
|
success: z.ZodBoolean;
|
|
400
400
|
error: z.ZodString;
|
|
401
401
|
}, "strip", z.ZodTypeAny, {
|
|
402
|
+
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
402
403
|
success: boolean;
|
|
403
404
|
error: string;
|
|
404
|
-
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
405
405
|
videos: {
|
|
406
406
|
text: string | null;
|
|
407
407
|
id: string | null;
|
|
@@ -413,11 +413,11 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
413
413
|
id: string | null;
|
|
414
414
|
verified: boolean | null;
|
|
415
415
|
signature: string | null;
|
|
416
|
-
followingCount: number | null;
|
|
417
416
|
uniqueId: string | null;
|
|
418
417
|
nickname: string | null;
|
|
419
418
|
avatarThumb: string | null;
|
|
420
419
|
followerCount: number | null;
|
|
420
|
+
followingCount: number | null;
|
|
421
421
|
videoCount: number | null;
|
|
422
422
|
heartCount: number | null;
|
|
423
423
|
} | null;
|
|
@@ -435,9 +435,9 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
435
435
|
}[];
|
|
436
436
|
totalVideos: number;
|
|
437
437
|
}, {
|
|
438
|
+
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
438
439
|
success: boolean;
|
|
439
440
|
error: string;
|
|
440
|
-
operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
|
|
441
441
|
videos: {
|
|
442
442
|
text: string | null;
|
|
443
443
|
id: string | null;
|
|
@@ -449,11 +449,11 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
|
|
|
449
449
|
id: string | null;
|
|
450
450
|
verified: boolean | null;
|
|
451
451
|
signature: string | null;
|
|
452
|
-
followingCount: number | null;
|
|
453
452
|
uniqueId: string | null;
|
|
454
453
|
nickname: string | null;
|
|
455
454
|
avatarThumb: string | null;
|
|
456
455
|
followerCount: number | null;
|
|
456
|
+
followingCount: number | null;
|
|
457
457
|
videoCount: number | null;
|
|
458
458
|
heartCount: number | null;
|
|
459
459
|
} | null;
|
|
@@ -149,6 +149,11 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
149
149
|
url: string | null;
|
|
150
150
|
text: string | null;
|
|
151
151
|
id: string | null;
|
|
152
|
+
entities: {
|
|
153
|
+
hashtags: string[] | null;
|
|
154
|
+
mentions: string[] | null;
|
|
155
|
+
urls: string[] | null;
|
|
156
|
+
} | null;
|
|
152
157
|
author: {
|
|
153
158
|
description: string | null;
|
|
154
159
|
name: string | null;
|
|
@@ -180,11 +185,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
180
185
|
}[] | null;
|
|
181
186
|
createdAt: string | null;
|
|
182
187
|
lang: string | null;
|
|
183
|
-
entities: {
|
|
184
|
-
hashtags: string[] | null;
|
|
185
|
-
mentions: string[] | null;
|
|
186
|
-
urls: string[] | null;
|
|
187
|
-
} | null;
|
|
188
188
|
isRetweet: boolean | null;
|
|
189
189
|
isQuote: boolean | null;
|
|
190
190
|
isReply: boolean | null;
|
|
@@ -192,6 +192,11 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
192
192
|
url: string | null;
|
|
193
193
|
text: string | null;
|
|
194
194
|
id: string | null;
|
|
195
|
+
entities: {
|
|
196
|
+
hashtags: string[] | null;
|
|
197
|
+
mentions: string[] | null;
|
|
198
|
+
urls: string[] | null;
|
|
199
|
+
} | null;
|
|
195
200
|
author: {
|
|
196
201
|
description: string | null;
|
|
197
202
|
name: string | null;
|
|
@@ -223,11 +228,6 @@ declare const TwitterTweetSchema: z.ZodObject<{
|
|
|
223
228
|
}[] | null;
|
|
224
229
|
createdAt: string | null;
|
|
225
230
|
lang: string | null;
|
|
226
|
-
entities: {
|
|
227
|
-
hashtags: string[] | null;
|
|
228
|
-
mentions: string[] | null;
|
|
229
|
-
urls: string[] | null;
|
|
230
|
-
} | null;
|
|
231
231
|
isRetweet: boolean | null;
|
|
232
232
|
isQuote: boolean | null;
|
|
233
233
|
isReply: boolean | null;
|
|
@@ -369,6 +369,11 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
369
369
|
url: string | null;
|
|
370
370
|
text: string | null;
|
|
371
371
|
id: string | null;
|
|
372
|
+
entities: {
|
|
373
|
+
hashtags: string[] | null;
|
|
374
|
+
mentions: string[] | null;
|
|
375
|
+
urls: string[] | null;
|
|
376
|
+
} | null;
|
|
372
377
|
author: {
|
|
373
378
|
description: string | null;
|
|
374
379
|
name: string | null;
|
|
@@ -400,11 +405,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
400
405
|
}[] | null;
|
|
401
406
|
createdAt: string | null;
|
|
402
407
|
lang: string | null;
|
|
403
|
-
entities: {
|
|
404
|
-
hashtags: string[] | null;
|
|
405
|
-
mentions: string[] | null;
|
|
406
|
-
urls: string[] | null;
|
|
407
|
-
} | null;
|
|
408
408
|
isRetweet: boolean | null;
|
|
409
409
|
isQuote: boolean | null;
|
|
410
410
|
isReply: boolean | null;
|
|
@@ -412,6 +412,11 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
412
412
|
url: string | null;
|
|
413
413
|
text: string | null;
|
|
414
414
|
id: string | null;
|
|
415
|
+
entities: {
|
|
416
|
+
hashtags: string[] | null;
|
|
417
|
+
mentions: string[] | null;
|
|
418
|
+
urls: string[] | null;
|
|
419
|
+
} | null;
|
|
415
420
|
author: {
|
|
416
421
|
description: string | null;
|
|
417
422
|
name: string | null;
|
|
@@ -443,11 +448,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
443
448
|
}[] | null;
|
|
444
449
|
createdAt: string | null;
|
|
445
450
|
lang: string | null;
|
|
446
|
-
entities: {
|
|
447
|
-
hashtags: string[] | null;
|
|
448
|
-
mentions: string[] | null;
|
|
449
|
-
urls: string[] | null;
|
|
450
|
-
} | null;
|
|
451
451
|
isRetweet: boolean | null;
|
|
452
452
|
isQuote: boolean | null;
|
|
453
453
|
isReply: boolean | null;
|
|
@@ -456,13 +456,18 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
456
456
|
success: z.ZodBoolean;
|
|
457
457
|
error: z.ZodString;
|
|
458
458
|
}, "strip", z.ZodTypeAny, {
|
|
459
|
+
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
459
460
|
success: boolean;
|
|
460
461
|
error: string;
|
|
461
|
-
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
462
462
|
tweets: {
|
|
463
463
|
url: string | null;
|
|
464
464
|
text: string | null;
|
|
465
465
|
id: string | null;
|
|
466
|
+
entities: {
|
|
467
|
+
hashtags: string[] | null;
|
|
468
|
+
mentions: string[] | null;
|
|
469
|
+
urls: string[] | null;
|
|
470
|
+
} | null;
|
|
466
471
|
author: {
|
|
467
472
|
description: string | null;
|
|
468
473
|
name: string | null;
|
|
@@ -494,24 +499,24 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
494
499
|
}[] | null;
|
|
495
500
|
createdAt: string | null;
|
|
496
501
|
lang: string | null;
|
|
497
|
-
entities: {
|
|
498
|
-
hashtags: string[] | null;
|
|
499
|
-
mentions: string[] | null;
|
|
500
|
-
urls: string[] | null;
|
|
501
|
-
} | null;
|
|
502
502
|
isRetweet: boolean | null;
|
|
503
503
|
isQuote: boolean | null;
|
|
504
504
|
isReply: boolean | null;
|
|
505
505
|
}[];
|
|
506
506
|
totalTweets: number;
|
|
507
507
|
}, {
|
|
508
|
+
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
508
509
|
success: boolean;
|
|
509
510
|
error: string;
|
|
510
|
-
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
511
511
|
tweets: {
|
|
512
512
|
url: string | null;
|
|
513
513
|
text: string | null;
|
|
514
514
|
id: string | null;
|
|
515
|
+
entities: {
|
|
516
|
+
hashtags: string[] | null;
|
|
517
|
+
mentions: string[] | null;
|
|
518
|
+
urls: string[] | null;
|
|
519
|
+
} | null;
|
|
515
520
|
author: {
|
|
516
521
|
description: string | null;
|
|
517
522
|
name: string | null;
|
|
@@ -543,11 +548,6 @@ declare const TwitterToolResultSchema: z.ZodObject<{
|
|
|
543
548
|
}[] | null;
|
|
544
549
|
createdAt: string | null;
|
|
545
550
|
lang: string | null;
|
|
546
|
-
entities: {
|
|
547
|
-
hashtags: string[] | null;
|
|
548
|
-
mentions: string[] | null;
|
|
549
|
-
urls: string[] | null;
|
|
550
|
-
} | null;
|
|
551
551
|
isRetweet: boolean | null;
|
|
552
552
|
isQuote: boolean | null;
|
|
553
553
|
isReply: boolean | null;
|
|
@@ -715,6 +715,11 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
715
715
|
url: string | null;
|
|
716
716
|
text: string | null;
|
|
717
717
|
id: string | null;
|
|
718
|
+
entities: {
|
|
719
|
+
hashtags: string[] | null;
|
|
720
|
+
mentions: string[] | null;
|
|
721
|
+
urls: string[] | null;
|
|
722
|
+
} | null;
|
|
718
723
|
author: {
|
|
719
724
|
description: string | null;
|
|
720
725
|
name: string | null;
|
|
@@ -746,11 +751,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
746
751
|
}[] | null;
|
|
747
752
|
createdAt: string | null;
|
|
748
753
|
lang: string | null;
|
|
749
|
-
entities: {
|
|
750
|
-
hashtags: string[] | null;
|
|
751
|
-
mentions: string[] | null;
|
|
752
|
-
urls: string[] | null;
|
|
753
|
-
} | null;
|
|
754
754
|
isRetweet: boolean | null;
|
|
755
755
|
isQuote: boolean | null;
|
|
756
756
|
isReply: boolean | null;
|
|
@@ -758,6 +758,11 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
758
758
|
url: string | null;
|
|
759
759
|
text: string | null;
|
|
760
760
|
id: string | null;
|
|
761
|
+
entities: {
|
|
762
|
+
hashtags: string[] | null;
|
|
763
|
+
mentions: string[] | null;
|
|
764
|
+
urls: string[] | null;
|
|
765
|
+
} | null;
|
|
761
766
|
author: {
|
|
762
767
|
description: string | null;
|
|
763
768
|
name: string | null;
|
|
@@ -789,11 +794,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
789
794
|
}[] | null;
|
|
790
795
|
createdAt: string | null;
|
|
791
796
|
lang: string | null;
|
|
792
|
-
entities: {
|
|
793
|
-
hashtags: string[] | null;
|
|
794
|
-
mentions: string[] | null;
|
|
795
|
-
urls: string[] | null;
|
|
796
|
-
} | null;
|
|
797
797
|
isRetweet: boolean | null;
|
|
798
798
|
isQuote: boolean | null;
|
|
799
799
|
isReply: boolean | null;
|
|
@@ -802,13 +802,18 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
802
802
|
success: z.ZodBoolean;
|
|
803
803
|
error: z.ZodString;
|
|
804
804
|
}, "strip", z.ZodTypeAny, {
|
|
805
|
+
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
805
806
|
success: boolean;
|
|
806
807
|
error: string;
|
|
807
|
-
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
808
808
|
tweets: {
|
|
809
809
|
url: string | null;
|
|
810
810
|
text: string | null;
|
|
811
811
|
id: string | null;
|
|
812
|
+
entities: {
|
|
813
|
+
hashtags: string[] | null;
|
|
814
|
+
mentions: string[] | null;
|
|
815
|
+
urls: string[] | null;
|
|
816
|
+
} | null;
|
|
812
817
|
author: {
|
|
813
818
|
description: string | null;
|
|
814
819
|
name: string | null;
|
|
@@ -840,24 +845,24 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
840
845
|
}[] | null;
|
|
841
846
|
createdAt: string | null;
|
|
842
847
|
lang: string | null;
|
|
843
|
-
entities: {
|
|
844
|
-
hashtags: string[] | null;
|
|
845
|
-
mentions: string[] | null;
|
|
846
|
-
urls: string[] | null;
|
|
847
|
-
} | null;
|
|
848
848
|
isRetweet: boolean | null;
|
|
849
849
|
isQuote: boolean | null;
|
|
850
850
|
isReply: boolean | null;
|
|
851
851
|
}[];
|
|
852
852
|
totalTweets: number;
|
|
853
853
|
}, {
|
|
854
|
+
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
854
855
|
success: boolean;
|
|
855
856
|
error: string;
|
|
856
|
-
operation: "search" | "scrapeProfile" | "scrapeUrl";
|
|
857
857
|
tweets: {
|
|
858
858
|
url: string | null;
|
|
859
859
|
text: string | null;
|
|
860
860
|
id: string | null;
|
|
861
|
+
entities: {
|
|
862
|
+
hashtags: string[] | null;
|
|
863
|
+
mentions: string[] | null;
|
|
864
|
+
urls: string[] | null;
|
|
865
|
+
} | null;
|
|
861
866
|
author: {
|
|
862
867
|
description: string | null;
|
|
863
868
|
name: string | null;
|
|
@@ -889,11 +894,6 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
|
|
|
889
894
|
}[] | null;
|
|
890
895
|
createdAt: string | null;
|
|
891
896
|
lang: string | null;
|
|
892
|
-
entities: {
|
|
893
|
-
hashtags: string[] | null;
|
|
894
|
-
mentions: string[] | null;
|
|
895
|
-
urls: string[] | null;
|
|
896
|
-
} | null;
|
|
897
897
|
isRetweet: boolean | null;
|
|
898
898
|
isQuote: boolean | null;
|
|
899
899
|
isReply: boolean | null;
|