@bubblelab/bubble-core 0.1.163 → 0.1.165

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.
Files changed (110) hide show
  1. package/dist/bubble-bundle.d.ts +142 -142
  2. package/dist/bubbles/service-bubble/agent-memory.d.ts +104 -0
  3. package/dist/bubbles/service-bubble/agent-memory.d.ts.map +1 -0
  4. package/dist/bubbles/service-bubble/agent-memory.js +626 -0
  5. package/dist/bubbles/service-bubble/agent-memory.js.map +1 -0
  6. package/dist/bubbles/service-bubble/agi-inc.d.ts +60 -60
  7. package/dist/bubbles/service-bubble/ai-agent.d.ts +20 -8
  8. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  9. package/dist/bubbles/service-bubble/ai-agent.js +129 -5
  10. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  11. package/dist/bubbles/service-bubble/airtable.d.ts +50 -50
  12. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +2 -2
  13. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +4 -4
  14. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +12 -12
  15. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  16. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +10 -10
  17. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +54 -54
  18. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +22 -22
  19. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +12 -12
  20. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +28 -28
  21. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  22. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +144 -144
  23. package/dist/bubbles/service-bubble/apify/apify.d.ts +12 -12
  24. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +62 -62
  25. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +84 -84
  26. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +28 -28
  27. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +30 -30
  28. package/dist/bubbles/service-bubble/capability-pipeline.d.ts.map +1 -1
  29. package/dist/bubbles/service-bubble/capability-pipeline.js +2 -0
  30. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  31. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +24 -24
  32. package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +24 -24
  33. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +126 -126
  34. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
  35. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  36. package/dist/bubbles/service-bubble/firecrawl.d.ts +628 -628
  37. package/dist/bubbles/service-bubble/followupboss.d.ts +140 -140
  38. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +68 -68
  39. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
  40. package/dist/bubbles/service-bubble/github.d.ts +104 -104
  41. package/dist/bubbles/service-bubble/gmail.d.ts +92 -92
  42. package/dist/bubbles/service-bubble/google-calendar.d.ts +138 -138
  43. package/dist/bubbles/service-bubble/google-drive.d.ts +60 -60
  44. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
  45. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +48 -48
  46. package/dist/bubbles/service-bubble/hello-world.d.ts +8 -8
  47. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  48. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  49. package/dist/bubbles/service-bubble/jira/jira.d.ts +86 -86
  50. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +94 -94
  51. package/dist/bubbles/service-bubble/notion/notion.d.ts +534 -534
  52. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  53. package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
  54. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +22 -22
  55. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +26 -26
  56. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  57. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +10 -10
  58. package/dist/bubbles/service-bubble/sendsafely/sendsafely.schema.d.ts +12 -12
  59. package/dist/bubbles/service-bubble/slack/slack.d.ts +316 -316
  60. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  61. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +125 -125
  62. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +143 -143
  63. package/dist/bubbles/service-bubble/telegram.d.ts +1537 -1537
  64. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +13 -13
  65. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +13 -13
  66. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +2 -2
  67. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +2 -2
  68. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +2 -2
  69. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +2 -2
  70. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +2 -2
  71. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +2 -2
  72. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +2 -2
  73. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +2 -2
  74. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +2 -2
  75. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
  76. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +26 -26
  77. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +8 -8
  78. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +22 -22
  79. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  80. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  81. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
  82. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
  83. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +212 -212
  84. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  85. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  86. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  87. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +4 -4
  88. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +14 -14
  89. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +28 -28
  90. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +8 -8
  91. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  92. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +36 -36
  93. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  94. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +64 -64
  95. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +22 -22
  96. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  97. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  98. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  99. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +22 -22
  100. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +28 -28
  101. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  102. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +28 -28
  103. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +8 -8
  104. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +72 -72
  105. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +32 -32
  106. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +30 -30
  107. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +90 -90
  108. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +8 -8
  109. package/dist/bubbles.json +7 -2
  110. package/package.json +2 -2
@@ -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
- reasoning: string;
12
11
  query: string;
12
+ reasoning: string;
13
13
  credentials?: Partial<Record<CredentialType, string>> | undefined;
14
14
  config?: Record<string, unknown> | undefined;
15
15
  }, {
16
- reasoning: string;
17
16
  query: string;
17
+ reasoning: string;
18
18
  credentials?: Partial<Record<CredentialType, string>> | undefined;
19
19
  config?: Record<string, unknown> | undefined;
20
20
  }>;
@@ -38,8 +38,8 @@ declare const SQLQueryToolResultSchema: z.ZodObject<{
38
38
  success: z.ZodBoolean;
39
39
  error: z.ZodString;
40
40
  }, "strip", z.ZodTypeAny, {
41
- success: boolean;
42
41
  error: string;
42
+ success: boolean;
43
43
  rowCount: number;
44
44
  executionTime: number;
45
45
  rows?: Record<string, unknown>[] | undefined;
@@ -48,8 +48,8 @@ declare const SQLQueryToolResultSchema: z.ZodObject<{
48
48
  dataTypeID?: number | undefined;
49
49
  }[] | undefined;
50
50
  }, {
51
- success: boolean;
52
51
  error: string;
52
+ success: boolean;
53
53
  rowCount: number;
54
54
  executionTime: number;
55
55
  rows?: Record<string, unknown>[] | undefined;
@@ -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
- reasoning: string;
78
77
  query: string;
78
+ reasoning: string;
79
79
  credentials?: Partial<Record<CredentialType, string>> | undefined;
80
80
  config?: Record<string, unknown> | undefined;
81
81
  }, {
82
- reasoning: string;
83
82
  query: string;
83
+ reasoning: string;
84
84
  credentials?: Partial<Record<CredentialType, string>> | undefined;
85
85
  config?: Record<string, unknown> | undefined;
86
86
  }>;
@@ -101,8 +101,8 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
101
101
  success: z.ZodBoolean;
102
102
  error: z.ZodString;
103
103
  }, "strip", z.ZodTypeAny, {
104
- success: boolean;
105
104
  error: string;
105
+ success: boolean;
106
106
  rowCount: number;
107
107
  executionTime: number;
108
108
  rows?: Record<string, unknown>[] | undefined;
@@ -111,8 +111,8 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
111
111
  dataTypeID?: number | undefined;
112
112
  }[] | undefined;
113
113
  }, {
114
- success: boolean;
115
114
  error: string;
115
+ success: boolean;
116
116
  rowCount: number;
117
117
  executionTime: number;
118
118
  rows?: Record<string, unknown>[] | undefined;
@@ -47,24 +47,24 @@ declare const TikTokToolResultSchema: z.ZodObject<{
47
47
  heartCount: z.ZodNullable<z.ZodNumber>;
48
48
  }, "strip", z.ZodTypeAny, {
49
49
  id: string | null;
50
+ uniqueId: string | null;
50
51
  verified: boolean | null;
51
52
  followerCount: number | null;
52
53
  signature: string | null;
53
- followingCount: number | null;
54
- uniqueId: string | null;
55
54
  nickname: string | null;
56
55
  avatarThumb: string | null;
56
+ followingCount: number | null;
57
57
  videoCount: number | null;
58
58
  heartCount: number | null;
59
59
  }, {
60
60
  id: string | null;
61
+ uniqueId: string | null;
61
62
  verified: boolean | null;
62
63
  followerCount: number | null;
63
64
  signature: string | null;
64
- followingCount: number | null;
65
- uniqueId: string | null;
66
65
  nickname: string | null;
67
66
  avatarThumb: string | null;
67
+ followingCount: number | null;
68
68
  videoCount: number | null;
69
69
  heartCount: number | null;
70
70
  }>>;
@@ -98,21 +98,21 @@ declare const TikTokToolResultSchema: z.ZodObject<{
98
98
  name: string | null;
99
99
  }>, "many">>;
100
100
  }, "strip", z.ZodTypeAny, {
101
- id: string | null;
102
101
  text: string | null;
102
+ id: string | null;
103
103
  hashtags: {
104
104
  name: string | null;
105
105
  }[] | null;
106
106
  videoUrl: string | null;
107
107
  author: {
108
108
  id: string | null;
109
+ uniqueId: string | null;
109
110
  verified: boolean | null;
110
111
  followerCount: number | null;
111
112
  signature: string | null;
112
- followingCount: number | null;
113
- uniqueId: string | null;
114
113
  nickname: string | null;
115
114
  avatarThumb: string | null;
115
+ followingCount: number | null;
116
116
  videoCount: number | null;
117
117
  heartCount: number | null;
118
118
  } | null;
@@ -128,21 +128,21 @@ declare const TikTokToolResultSchema: z.ZodObject<{
128
128
  webVideoUrl: string | null;
129
129
  covers: string[] | null;
130
130
  }, {
131
- id: string | null;
132
131
  text: string | null;
132
+ id: string | null;
133
133
  hashtags: {
134
134
  name: string | null;
135
135
  }[] | null;
136
136
  videoUrl: string | null;
137
137
  author: {
138
138
  id: string | null;
139
+ uniqueId: string | null;
139
140
  verified: boolean | null;
140
141
  followerCount: number | null;
141
142
  signature: string | null;
142
- followingCount: number | null;
143
- uniqueId: string | null;
144
143
  nickname: string | null;
145
144
  avatarThumb: string | null;
145
+ followingCount: number | null;
146
146
  videoCount: number | null;
147
147
  heartCount: number | null;
148
148
  } | null;
@@ -162,25 +162,25 @@ declare const TikTokToolResultSchema: z.ZodObject<{
162
162
  success: z.ZodBoolean;
163
163
  error: z.ZodString;
164
164
  }, "strip", z.ZodTypeAny, {
165
- success: boolean;
166
165
  error: string;
166
+ success: boolean;
167
167
  operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
168
168
  videos: {
169
- id: string | null;
170
169
  text: string | null;
170
+ id: string | null;
171
171
  hashtags: {
172
172
  name: string | null;
173
173
  }[] | null;
174
174
  videoUrl: string | null;
175
175
  author: {
176
176
  id: string | null;
177
+ uniqueId: string | null;
177
178
  verified: boolean | null;
178
179
  followerCount: number | null;
179
180
  signature: string | null;
180
- followingCount: number | null;
181
- uniqueId: string | null;
182
181
  nickname: string | null;
183
182
  avatarThumb: string | null;
183
+ followingCount: number | null;
184
184
  videoCount: number | null;
185
185
  heartCount: number | null;
186
186
  } | null;
@@ -198,25 +198,25 @@ declare const TikTokToolResultSchema: z.ZodObject<{
198
198
  }[];
199
199
  totalVideos: number;
200
200
  }, {
201
- success: boolean;
202
201
  error: string;
202
+ success: boolean;
203
203
  operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
204
204
  videos: {
205
- id: string | null;
206
205
  text: string | null;
206
+ id: string | null;
207
207
  hashtags: {
208
208
  name: string | null;
209
209
  }[] | null;
210
210
  videoUrl: string | null;
211
211
  author: {
212
212
  id: string | null;
213
+ uniqueId: string | null;
213
214
  verified: boolean | null;
214
215
  followerCount: number | null;
215
216
  signature: string | null;
216
- followingCount: number | null;
217
- uniqueId: string | null;
218
217
  nickname: string | null;
219
218
  avatarThumb: string | null;
219
+ followingCount: number | null;
220
220
  videoCount: number | null;
221
221
  heartCount: number | null;
222
222
  } | null;
@@ -284,24 +284,24 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
284
284
  heartCount: z.ZodNullable<z.ZodNumber>;
285
285
  }, "strip", z.ZodTypeAny, {
286
286
  id: string | null;
287
+ uniqueId: string | null;
287
288
  verified: boolean | null;
288
289
  followerCount: number | null;
289
290
  signature: string | null;
290
- followingCount: number | null;
291
- uniqueId: string | null;
292
291
  nickname: string | null;
293
292
  avatarThumb: string | null;
293
+ followingCount: number | null;
294
294
  videoCount: number | null;
295
295
  heartCount: number | null;
296
296
  }, {
297
297
  id: string | null;
298
+ uniqueId: string | null;
298
299
  verified: boolean | null;
299
300
  followerCount: number | null;
300
301
  signature: string | null;
301
- followingCount: number | null;
302
- uniqueId: string | null;
303
302
  nickname: string | null;
304
303
  avatarThumb: string | null;
304
+ followingCount: number | null;
305
305
  videoCount: number | null;
306
306
  heartCount: number | null;
307
307
  }>>;
@@ -335,21 +335,21 @@ 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
338
  text: string | null;
339
+ id: string | null;
340
340
  hashtags: {
341
341
  name: string | null;
342
342
  }[] | null;
343
343
  videoUrl: string | null;
344
344
  author: {
345
345
  id: string | null;
346
+ uniqueId: string | null;
346
347
  verified: boolean | null;
347
348
  followerCount: number | null;
348
349
  signature: string | null;
349
- followingCount: number | null;
350
- uniqueId: string | null;
351
350
  nickname: string | null;
352
351
  avatarThumb: string | null;
352
+ followingCount: number | null;
353
353
  videoCount: number | null;
354
354
  heartCount: number | null;
355
355
  } | null;
@@ -365,21 +365,21 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
365
365
  webVideoUrl: string | null;
366
366
  covers: string[] | null;
367
367
  }, {
368
- id: string | null;
369
368
  text: string | null;
369
+ id: string | null;
370
370
  hashtags: {
371
371
  name: string | null;
372
372
  }[] | null;
373
373
  videoUrl: string | null;
374
374
  author: {
375
375
  id: string | null;
376
+ uniqueId: string | null;
376
377
  verified: boolean | null;
377
378
  followerCount: number | null;
378
379
  signature: string | null;
379
- followingCount: number | null;
380
- uniqueId: string | null;
381
380
  nickname: string | null;
382
381
  avatarThumb: string | null;
382
+ followingCount: number | null;
383
383
  videoCount: number | null;
384
384
  heartCount: number | null;
385
385
  } | null;
@@ -399,25 +399,25 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
399
399
  success: z.ZodBoolean;
400
400
  error: z.ZodString;
401
401
  }, "strip", z.ZodTypeAny, {
402
- success: boolean;
403
402
  error: string;
403
+ success: boolean;
404
404
  operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
405
405
  videos: {
406
- id: string | null;
407
406
  text: string | null;
407
+ id: string | null;
408
408
  hashtags: {
409
409
  name: string | null;
410
410
  }[] | null;
411
411
  videoUrl: string | null;
412
412
  author: {
413
413
  id: string | null;
414
+ uniqueId: string | null;
414
415
  verified: boolean | null;
415
416
  followerCount: number | null;
416
417
  signature: string | null;
417
- followingCount: number | null;
418
- uniqueId: string | null;
419
418
  nickname: string | null;
420
419
  avatarThumb: string | null;
420
+ followingCount: number | null;
421
421
  videoCount: number | null;
422
422
  heartCount: number | null;
423
423
  } | null;
@@ -435,25 +435,25 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
435
435
  }[];
436
436
  totalVideos: number;
437
437
  }, {
438
- success: boolean;
439
438
  error: string;
439
+ success: boolean;
440
440
  operation: "scrapeProfile" | "scrapeHashtag" | "scrapeVideo";
441
441
  videos: {
442
- id: string | null;
443
442
  text: string | null;
443
+ id: string | null;
444
444
  hashtags: {
445
445
  name: string | null;
446
446
  }[] | null;
447
447
  videoUrl: string | null;
448
448
  author: {
449
449
  id: string | null;
450
+ uniqueId: string | null;
450
451
  verified: boolean | null;
451
452
  followerCount: number | null;
452
453
  signature: string | null;
453
- followingCount: number | null;
454
- uniqueId: string | null;
455
454
  nickname: string | null;
456
455
  avatarThumb: string | null;
456
+ followingCount: number | null;
457
457
  videoCount: number | null;
458
458
  heartCount: number | null;
459
459
  } | null;
@@ -99,16 +99,16 @@ declare const MyCustomToolResultSchema: z.ZodObject<{
99
99
  success: z.ZodBoolean;
100
100
  error: z.ZodString;
101
101
  }, "strip", z.ZodTypeAny, {
102
- success: boolean;
103
102
  error: string;
103
+ success: boolean;
104
104
  metadata: {
105
105
  processedAt: string;
106
106
  itemsProcessed: number;
107
107
  };
108
108
  processedData: string;
109
109
  }, {
110
- success: boolean;
111
110
  error: string;
111
+ success: boolean;
112
112
  metadata: {
113
113
  processedAt: string;
114
114
  itemsProcessed: number;
@@ -172,16 +172,16 @@ export declare class MyCustomTool extends ToolBubble<MyCustomToolParams, MyCusto
172
172
  success: z.ZodBoolean;
173
173
  error: z.ZodString;
174
174
  }, "strip", z.ZodTypeAny, {
175
- success: boolean;
176
175
  error: string;
176
+ success: boolean;
177
177
  metadata: {
178
178
  processedAt: string;
179
179
  itemsProcessed: number;
180
180
  };
181
181
  processedData: string;
182
182
  }, {
183
- success: boolean;
184
183
  error: string;
184
+ success: boolean;
185
185
  metadata: {
186
186
  processedAt: string;
187
187
  itemsProcessed: number;
@@ -146,9 +146,14 @@ declare const TwitterTweetSchema: z.ZodObject<{
146
146
  isQuote: z.ZodNullable<z.ZodBoolean>;
147
147
  isReply: z.ZodNullable<z.ZodBoolean>;
148
148
  }, "strip", z.ZodTypeAny, {
149
+ text: string | null;
149
150
  url: string | null;
150
151
  id: string | null;
151
- text: 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,18 +185,18 @@ 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;
191
191
  }, {
192
+ text: string | null;
192
193
  url: string | null;
193
194
  id: string | null;
194
- text: 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;
@@ -366,9 +366,14 @@ declare const TwitterToolResultSchema: z.ZodObject<{
366
366
  isQuote: z.ZodNullable<z.ZodBoolean>;
367
367
  isReply: z.ZodNullable<z.ZodBoolean>;
368
368
  }, "strip", z.ZodTypeAny, {
369
+ text: string | null;
369
370
  url: string | null;
370
371
  id: string | null;
371
- text: 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,18 +405,18 @@ 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;
411
411
  }, {
412
+ text: string | null;
412
413
  url: string | null;
413
414
  id: string | null;
414
- text: 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
- success: boolean;
460
459
  error: string;
460
+ success: boolean;
461
461
  operation: "search" | "scrapeProfile" | "scrapeUrl";
462
462
  tweets: {
463
+ text: string | null;
463
464
  url: string | null;
464
465
  id: string | null;
465
- text: 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
- success: boolean;
509
508
  error: string;
509
+ success: boolean;
510
510
  operation: "search" | "scrapeProfile" | "scrapeUrl";
511
511
  tweets: {
512
+ text: string | null;
512
513
  url: string | null;
513
514
  id: string | null;
514
- text: 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;
@@ -712,9 +712,14 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
712
712
  isQuote: z.ZodNullable<z.ZodBoolean>;
713
713
  isReply: z.ZodNullable<z.ZodBoolean>;
714
714
  }, "strip", z.ZodTypeAny, {
715
+ text: string | null;
715
716
  url: string | null;
716
717
  id: string | null;
717
- text: 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,18 +751,18 @@ 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;
757
757
  }, {
758
+ text: string | null;
758
759
  url: string | null;
759
760
  id: string | null;
760
- text: 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
- success: boolean;
806
805
  error: string;
806
+ success: boolean;
807
807
  operation: "search" | "scrapeProfile" | "scrapeUrl";
808
808
  tweets: {
809
+ text: string | null;
809
810
  url: string | null;
810
811
  id: string | null;
811
- text: 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
- success: boolean;
855
854
  error: string;
855
+ success: boolean;
856
856
  operation: "search" | "scrapeProfile" | "scrapeUrl";
857
857
  tweets: {
858
+ text: string | null;
858
859
  url: string | null;
859
860
  id: string | null;
860
- text: 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;