@bubblelab/bubble-core 0.1.142 → 0.1.145

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 (172) hide show
  1. package/dist/bubble-bundle.d.ts +189 -126
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +9 -1
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +128 -128
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +82 -82
  7. package/dist/bubbles/service-bubble/airtable.d.ts +194 -194
  8. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  14. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  15. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  16. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  17. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
  18. package/dist/bubbles/service-bubble/apify/apify.d.ts +28 -28
  19. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +74 -74
  20. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
  21. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +97 -90
  22. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -1
  23. package/dist/bubbles/service-bubble/browserbase/browserbase.js +66 -3
  24. package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -1
  25. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +44 -1
  26. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts.map +1 -1
  27. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js +19 -0
  28. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js.map +1 -1
  29. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +43 -43
  30. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +96 -96
  31. package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
  32. package/dist/bubbles/service-bubble/firecrawl.d.ts +542 -542
  33. package/dist/bubbles/service-bubble/followupboss.d.ts +308 -308
  34. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +88 -88
  35. package/dist/bubbles/service-bubble/github.d.ts +136 -136
  36. package/dist/bubbles/service-bubble/gmail.d.ts +344 -344
  37. package/dist/bubbles/service-bubble/google-calendar.d.ts +152 -152
  38. package/dist/bubbles/service-bubble/google-drive.d.ts +136 -136
  39. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
  40. package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
  41. package/dist/bubbles/service-bubble/http.d.ts +10 -10
  42. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  43. package/dist/bubbles/service-bubble/jira/jira.d.ts +86 -86
  44. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  45. package/dist/bubbles/service-bubble/notion/notion.d.ts +1438 -1438
  46. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  47. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  48. package/dist/bubbles/service-bubble/resend.d.ts +28 -28
  49. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  50. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  51. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  52. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  53. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  54. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  55. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  56. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  57. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  58. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  59. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  60. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  61. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  62. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  63. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  64. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  65. package/dist/bubbles/service-bubble/slack/slack.d.ts +444 -444
  66. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  67. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +111 -111
  68. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  69. package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
  70. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +32 -32
  71. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  72. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +126 -0
  73. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts.map +1 -0
  74. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js +34 -0
  75. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js.map +1 -0
  76. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts +22 -0
  77. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts.map +1 -0
  78. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js +57 -0
  79. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js.map +1 -0
  80. package/dist/bubbles/tool-bubble/browser-tools/index.d.ts +5 -0
  81. package/dist/bubbles/tool-bubble/browser-tools/index.d.ts.map +1 -0
  82. package/dist/bubbles/tool-bubble/browser-tools/index.js +5 -0
  83. package/dist/bubbles/tool-bubble/browser-tools/index.js.map +1 -0
  84. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts +3 -0
  85. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts.map +1 -0
  86. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js +3 -0
  87. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js.map +1 -0
  88. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +158 -0
  89. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts.map +1 -0
  90. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js +31 -0
  91. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js.map +1 -0
  92. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +161 -0
  93. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts.map +1 -0
  94. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js +310 -0
  95. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js.map +1 -0
  96. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts +3 -0
  97. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts.map +1 -0
  98. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js +3 -0
  99. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js.map +1 -0
  100. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +165 -0
  101. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts.map +1 -0
  102. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js +45 -0
  103. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js.map +1 -0
  104. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +171 -0
  105. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts.map +1 -0
  106. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js +364 -0
  107. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js.map +1 -0
  108. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts +3 -0
  109. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts.map +1 -0
  110. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js +3 -0
  111. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js.map +1 -0
  112. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +160 -0
  113. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts.map +1 -0
  114. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js +24 -0
  115. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js.map +1 -0
  116. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +160 -0
  117. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts.map +1 -0
  118. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js +334 -0
  119. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js.map +1 -0
  120. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts +3 -0
  121. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts.map +1 -0
  122. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js +3 -0
  123. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js.map +1 -0
  124. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +152 -0
  125. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts.map +1 -0
  126. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js +23 -0
  127. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js.map +1 -0
  128. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +155 -0
  129. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts.map +1 -0
  130. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js +233 -0
  131. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js.map +1 -0
  132. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +12 -12
  133. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  134. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  135. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
  136. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  137. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  138. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +20 -20
  139. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  140. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
  141. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +470 -470
  142. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  143. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +16 -16
  144. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
  145. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +44 -44
  146. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +56 -56
  147. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  148. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  149. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  150. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
  151. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  152. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +132 -132
  153. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  154. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  155. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  156. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  157. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +40 -40
  158. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  159. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  160. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
  161. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  162. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +76 -76
  163. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  164. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
  165. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +36 -36
  166. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  167. package/dist/bubbles.json +668 -70
  168. package/dist/index.d.ts +4 -1
  169. package/dist/index.d.ts.map +1 -1
  170. package/dist/index.js +4 -1
  171. package/dist/index.js.map +1 -1
  172. package/package.json +2 -2
@@ -16,8 +16,8 @@ declare const TwitterUserSchema: z.ZodObject<{
16
16
  url: z.ZodNullable<z.ZodString>;
17
17
  createdAt: z.ZodNullable<z.ZodString>;
18
18
  }, "strip", z.ZodTypeAny, {
19
- description: string | null;
20
19
  name: string | null;
20
+ description: string | null;
21
21
  id: string | null;
22
22
  url: string | null;
23
23
  following: number | null;
@@ -29,8 +29,8 @@ declare const TwitterUserSchema: z.ZodObject<{
29
29
  tweetsCount: number | null;
30
30
  createdAt: string | null;
31
31
  }, {
32
- description: string | null;
33
32
  name: string | null;
33
+ description: string | null;
34
34
  id: string | null;
35
35
  url: string | null;
36
36
  following: number | null;
@@ -60,8 +60,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
60
60
  url: z.ZodNullable<z.ZodString>;
61
61
  createdAt: z.ZodNullable<z.ZodString>;
62
62
  }, "strip", z.ZodTypeAny, {
63
- description: string | null;
64
63
  name: string | null;
64
+ description: string | null;
65
65
  id: string | null;
66
66
  url: string | null;
67
67
  following: number | null;
@@ -73,8 +73,8 @@ declare const TwitterTweetSchema: z.ZodObject<{
73
73
  tweetsCount: number | null;
74
74
  createdAt: string | null;
75
75
  }, {
76
- description: string | null;
77
76
  name: string | null;
77
+ description: string | null;
78
78
  id: string | null;
79
79
  url: string | null;
80
80
  following: number | null;
@@ -117,15 +117,15 @@ declare const TwitterTweetSchema: z.ZodObject<{
117
117
  height: z.ZodNullable<z.ZodNumber>;
118
118
  duration: z.ZodNullable<z.ZodNumber>;
119
119
  }, "strip", z.ZodTypeAny, {
120
- duration: number | null;
121
120
  type: string | null;
122
121
  url: string | null;
122
+ duration: number | null;
123
123
  width: number | null;
124
124
  height: number | null;
125
125
  }, {
126
- duration: number | null;
127
126
  type: string | null;
128
127
  url: string | null;
128
+ duration: number | null;
129
129
  width: number | null;
130
130
  height: number | null;
131
131
  }>, "many">>;
@@ -146,25 +146,17 @@ 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
- stats: {
150
- viewCount: number | null;
151
- retweetCount: number | null;
152
- replyCount: number | null;
153
- likeCount: number | null;
154
- quoteCount: number | null;
155
- bookmarkCount: number | null;
156
- } | null;
157
- text: string | null;
158
149
  id: string | null;
159
150
  url: string | null;
151
+ text: string | null;
160
152
  entities: {
161
153
  hashtags: string[] | null;
162
154
  mentions: string[] | null;
163
155
  urls: string[] | null;
164
156
  } | null;
165
157
  author: {
166
- description: string | null;
167
158
  name: string | null;
159
+ description: string | null;
168
160
  id: string | null;
169
161
  url: string | null;
170
162
  following: number | null;
@@ -176,10 +168,18 @@ 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
- duration: number | null;
181
180
  type: string | null;
182
181
  url: string | null;
182
+ duration: number | null;
183
183
  width: number | null;
184
184
  height: number | null;
185
185
  }[] | null;
@@ -189,25 +189,17 @@ declare const TwitterTweetSchema: z.ZodObject<{
189
189
  isQuote: boolean | null;
190
190
  isReply: boolean | null;
191
191
  }, {
192
- stats: {
193
- viewCount: number | null;
194
- retweetCount: number | null;
195
- replyCount: number | null;
196
- likeCount: number | null;
197
- quoteCount: number | null;
198
- bookmarkCount: number | null;
199
- } | null;
200
- text: string | null;
201
192
  id: string | null;
202
193
  url: string | null;
194
+ text: string | null;
203
195
  entities: {
204
196
  hashtags: string[] | null;
205
197
  mentions: string[] | null;
206
198
  urls: string[] | null;
207
199
  } | null;
208
200
  author: {
209
- description: string | null;
210
201
  name: string | null;
202
+ description: string | null;
211
203
  id: string | null;
212
204
  url: string | null;
213
205
  following: number | null;
@@ -219,10 +211,18 @@ 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
- duration: number | null;
224
223
  type: string | null;
225
224
  url: string | null;
225
+ duration: number | null;
226
226
  width: number | null;
227
227
  height: number | null;
228
228
  }[] | null;
@@ -280,8 +280,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
280
280
  url: z.ZodNullable<z.ZodString>;
281
281
  createdAt: z.ZodNullable<z.ZodString>;
282
282
  }, "strip", z.ZodTypeAny, {
283
- description: string | null;
284
283
  name: string | null;
284
+ description: string | null;
285
285
  id: string | null;
286
286
  url: string | null;
287
287
  following: number | null;
@@ -293,8 +293,8 @@ declare const TwitterToolResultSchema: z.ZodObject<{
293
293
  tweetsCount: number | null;
294
294
  createdAt: string | null;
295
295
  }, {
296
- description: string | null;
297
296
  name: string | null;
297
+ description: string | null;
298
298
  id: string | null;
299
299
  url: string | null;
300
300
  following: number | null;
@@ -337,15 +337,15 @@ declare const TwitterToolResultSchema: z.ZodObject<{
337
337
  height: z.ZodNullable<z.ZodNumber>;
338
338
  duration: z.ZodNullable<z.ZodNumber>;
339
339
  }, "strip", z.ZodTypeAny, {
340
- duration: number | null;
341
340
  type: string | null;
342
341
  url: string | null;
342
+ duration: number | null;
343
343
  width: number | null;
344
344
  height: number | null;
345
345
  }, {
346
- duration: number | null;
347
346
  type: string | null;
348
347
  url: string | null;
348
+ duration: number | null;
349
349
  width: number | null;
350
350
  height: number | null;
351
351
  }>, "many">>;
@@ -366,25 +366,17 @@ 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
- stats: {
370
- viewCount: number | null;
371
- retweetCount: number | null;
372
- replyCount: number | null;
373
- likeCount: number | null;
374
- quoteCount: number | null;
375
- bookmarkCount: number | null;
376
- } | null;
377
- text: string | null;
378
369
  id: string | null;
379
370
  url: string | null;
371
+ text: string | null;
380
372
  entities: {
381
373
  hashtags: string[] | null;
382
374
  mentions: string[] | null;
383
375
  urls: string[] | null;
384
376
  } | null;
385
377
  author: {
386
- description: string | null;
387
378
  name: string | null;
379
+ description: string | null;
388
380
  id: string | null;
389
381
  url: string | null;
390
382
  following: number | null;
@@ -396,10 +388,18 @@ 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
- duration: number | null;
401
400
  type: string | null;
402
401
  url: string | null;
402
+ duration: number | null;
403
403
  width: number | null;
404
404
  height: number | null;
405
405
  }[] | null;
@@ -409,25 +409,17 @@ declare const TwitterToolResultSchema: z.ZodObject<{
409
409
  isQuote: boolean | null;
410
410
  isReply: boolean | null;
411
411
  }, {
412
- stats: {
413
- viewCount: number | null;
414
- retweetCount: number | null;
415
- replyCount: number | null;
416
- likeCount: number | null;
417
- quoteCount: number | null;
418
- bookmarkCount: number | null;
419
- } | null;
420
- text: string | null;
421
412
  id: string | null;
422
413
  url: string | null;
414
+ text: string | null;
423
415
  entities: {
424
416
  hashtags: string[] | null;
425
417
  mentions: string[] | null;
426
418
  urls: string[] | null;
427
419
  } | null;
428
420
  author: {
429
- description: string | null;
430
421
  name: string | null;
422
+ description: string | null;
431
423
  id: string | null;
432
424
  url: string | null;
433
425
  following: number | null;
@@ -439,10 +431,18 @@ 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
- duration: number | null;
444
443
  type: string | null;
445
444
  url: string | null;
445
+ duration: number | null;
446
446
  width: number | null;
447
447
  height: number | null;
448
448
  }[] | null;
@@ -456,29 +456,21 @@ declare const TwitterToolResultSchema: z.ZodObject<{
456
456
  success: z.ZodBoolean;
457
457
  error: z.ZodString;
458
458
  }, "strip", z.ZodTypeAny, {
459
- error: string;
460
- success: boolean;
461
459
  operation: "search" | "scrapeProfile" | "scrapeUrl";
460
+ success: boolean;
461
+ error: string;
462
462
  tweets: {
463
- stats: {
464
- viewCount: number | null;
465
- retweetCount: number | null;
466
- replyCount: number | null;
467
- likeCount: number | null;
468
- quoteCount: number | null;
469
- bookmarkCount: number | null;
470
- } | null;
471
- text: string | null;
472
463
  id: string | null;
473
464
  url: string | null;
465
+ text: string | null;
474
466
  entities: {
475
467
  hashtags: string[] | null;
476
468
  mentions: string[] | null;
477
469
  urls: string[] | null;
478
470
  } | null;
479
471
  author: {
480
- description: string | null;
481
472
  name: string | null;
473
+ description: string | null;
482
474
  id: string | null;
483
475
  url: string | null;
484
476
  following: number | null;
@@ -490,10 +482,18 @@ 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
- duration: number | null;
495
494
  type: string | null;
496
495
  url: string | null;
496
+ duration: number | null;
497
497
  width: number | null;
498
498
  height: number | null;
499
499
  }[] | null;
@@ -505,29 +505,21 @@ declare const TwitterToolResultSchema: z.ZodObject<{
505
505
  }[];
506
506
  totalTweets: number;
507
507
  }, {
508
- error: string;
509
- success: boolean;
510
508
  operation: "search" | "scrapeProfile" | "scrapeUrl";
509
+ success: boolean;
510
+ error: string;
511
511
  tweets: {
512
- stats: {
513
- viewCount: number | null;
514
- retweetCount: number | null;
515
- replyCount: number | null;
516
- likeCount: number | null;
517
- quoteCount: number | null;
518
- bookmarkCount: number | null;
519
- } | null;
520
- text: string | null;
521
512
  id: string | null;
522
513
  url: string | null;
514
+ text: string | null;
523
515
  entities: {
524
516
  hashtags: string[] | null;
525
517
  mentions: string[] | null;
526
518
  urls: string[] | null;
527
519
  } | null;
528
520
  author: {
529
- description: string | null;
530
521
  name: string | null;
522
+ description: string | null;
531
523
  id: string | null;
532
524
  url: string | null;
533
525
  following: number | null;
@@ -539,10 +531,18 @@ 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
- duration: number | null;
544
543
  type: string | null;
545
544
  url: string | null;
545
+ duration: number | null;
546
546
  width: number | null;
547
547
  height: number | null;
548
548
  }[] | null;
@@ -626,8 +626,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
626
626
  url: z.ZodNullable<z.ZodString>;
627
627
  createdAt: z.ZodNullable<z.ZodString>;
628
628
  }, "strip", z.ZodTypeAny, {
629
- description: string | null;
630
629
  name: string | null;
630
+ description: string | null;
631
631
  id: string | null;
632
632
  url: string | null;
633
633
  following: number | null;
@@ -639,8 +639,8 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
639
639
  tweetsCount: number | null;
640
640
  createdAt: string | null;
641
641
  }, {
642
- description: string | null;
643
642
  name: string | null;
643
+ description: string | null;
644
644
  id: string | null;
645
645
  url: string | null;
646
646
  following: number | null;
@@ -683,15 +683,15 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
683
683
  height: z.ZodNullable<z.ZodNumber>;
684
684
  duration: z.ZodNullable<z.ZodNumber>;
685
685
  }, "strip", z.ZodTypeAny, {
686
- duration: number | null;
687
686
  type: string | null;
688
687
  url: string | null;
688
+ duration: number | null;
689
689
  width: number | null;
690
690
  height: number | null;
691
691
  }, {
692
- duration: number | null;
693
692
  type: string | null;
694
693
  url: string | null;
694
+ duration: number | null;
695
695
  width: number | null;
696
696
  height: number | null;
697
697
  }>, "many">>;
@@ -712,25 +712,17 @@ 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
- stats: {
716
- viewCount: number | null;
717
- retweetCount: number | null;
718
- replyCount: number | null;
719
- likeCount: number | null;
720
- quoteCount: number | null;
721
- bookmarkCount: number | null;
722
- } | null;
723
- text: string | null;
724
715
  id: string | null;
725
716
  url: string | null;
717
+ text: string | null;
726
718
  entities: {
727
719
  hashtags: string[] | null;
728
720
  mentions: string[] | null;
729
721
  urls: string[] | null;
730
722
  } | null;
731
723
  author: {
732
- description: string | null;
733
724
  name: string | null;
725
+ description: string | null;
734
726
  id: string | null;
735
727
  url: string | null;
736
728
  following: number | null;
@@ -742,10 +734,18 @@ 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
- duration: number | null;
747
746
  type: string | null;
748
747
  url: string | null;
748
+ duration: number | null;
749
749
  width: number | null;
750
750
  height: number | null;
751
751
  }[] | null;
@@ -755,25 +755,17 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
755
755
  isQuote: boolean | null;
756
756
  isReply: boolean | null;
757
757
  }, {
758
- stats: {
759
- viewCount: number | null;
760
- retweetCount: number | null;
761
- replyCount: number | null;
762
- likeCount: number | null;
763
- quoteCount: number | null;
764
- bookmarkCount: number | null;
765
- } | null;
766
- text: string | null;
767
758
  id: string | null;
768
759
  url: string | null;
760
+ text: string | null;
769
761
  entities: {
770
762
  hashtags: string[] | null;
771
763
  mentions: string[] | null;
772
764
  urls: string[] | null;
773
765
  } | null;
774
766
  author: {
775
- description: string | null;
776
767
  name: string | null;
768
+ description: string | null;
777
769
  id: string | null;
778
770
  url: string | null;
779
771
  following: number | null;
@@ -785,10 +777,18 @@ 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
- duration: number | null;
790
789
  type: string | null;
791
790
  url: string | null;
791
+ duration: number | null;
792
792
  width: number | null;
793
793
  height: number | null;
794
794
  }[] | null;
@@ -802,29 +802,21 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
802
802
  success: z.ZodBoolean;
803
803
  error: z.ZodString;
804
804
  }, "strip", z.ZodTypeAny, {
805
- error: string;
806
- success: boolean;
807
805
  operation: "search" | "scrapeProfile" | "scrapeUrl";
806
+ success: boolean;
807
+ error: string;
808
808
  tweets: {
809
- stats: {
810
- viewCount: number | null;
811
- retweetCount: number | null;
812
- replyCount: number | null;
813
- likeCount: number | null;
814
- quoteCount: number | null;
815
- bookmarkCount: number | null;
816
- } | null;
817
- text: string | null;
818
809
  id: string | null;
819
810
  url: string | null;
811
+ text: string | null;
820
812
  entities: {
821
813
  hashtags: string[] | null;
822
814
  mentions: string[] | null;
823
815
  urls: string[] | null;
824
816
  } | null;
825
817
  author: {
826
- description: string | null;
827
818
  name: string | null;
819
+ description: string | null;
828
820
  id: string | null;
829
821
  url: string | null;
830
822
  following: number | null;
@@ -836,10 +828,18 @@ 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
- duration: number | null;
841
840
  type: string | null;
842
841
  url: string | null;
842
+ duration: number | null;
843
843
  width: number | null;
844
844
  height: number | null;
845
845
  }[] | null;
@@ -851,29 +851,21 @@ export declare class TwitterTool extends ToolBubble<TwitterToolParams, TwitterTo
851
851
  }[];
852
852
  totalTweets: number;
853
853
  }, {
854
- error: string;
855
- success: boolean;
856
854
  operation: "search" | "scrapeProfile" | "scrapeUrl";
855
+ success: boolean;
856
+ error: string;
857
857
  tweets: {
858
- stats: {
859
- viewCount: number | null;
860
- retweetCount: number | null;
861
- replyCount: number | null;
862
- likeCount: number | null;
863
- quoteCount: number | null;
864
- bookmarkCount: number | null;
865
- } | null;
866
- text: string | null;
867
858
  id: string | null;
868
859
  url: string | null;
860
+ text: string | null;
869
861
  entities: {
870
862
  hashtags: string[] | null;
871
863
  mentions: string[] | null;
872
864
  urls: string[] | null;
873
865
  } | null;
874
866
  author: {
875
- description: string | null;
876
867
  name: string | null;
868
+ description: string | null;
877
869
  id: string | null;
878
870
  url: string | null;
879
871
  following: number | null;
@@ -885,10 +877,18 @@ 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
- duration: number | null;
890
889
  type: string | null;
891
890
  url: string | null;
891
+ duration: number | null;
892
892
  width: number | null;
893
893
  height: number | null;
894
894
  }[] | null;
@@ -69,9 +69,9 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
69
69
  maxPagesReached?: boolean | undefined;
70
70
  }>>;
71
71
  }, "strip", z.ZodTypeAny, {
72
- error: string;
73
- success: boolean;
74
72
  url: string;
73
+ success: boolean;
74
+ error: string;
75
75
  pages: {
76
76
  content: string;
77
77
  url: string;
@@ -86,9 +86,9 @@ declare const WebCrawlToolResultSchema: z.ZodObject<{
86
86
  maxPagesReached?: boolean | undefined;
87
87
  } | undefined;
88
88
  }, {
89
- error: string;
90
- success: boolean;
91
89
  url: string;
90
+ success: boolean;
91
+ error: string;
92
92
  pages: {
93
93
  content: string;
94
94
  url: string;
@@ -175,9 +175,9 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
175
175
  maxPagesReached?: boolean | undefined;
176
176
  }>>;
177
177
  }, "strip", z.ZodTypeAny, {
178
- error: string;
179
- success: boolean;
180
178
  url: string;
179
+ success: boolean;
180
+ error: string;
181
181
  pages: {
182
182
  content: string;
183
183
  url: string;
@@ -192,9 +192,9 @@ export declare class WebCrawlTool extends ToolBubble<WebCrawlToolParams, WebCraw
192
192
  maxPagesReached?: boolean | undefined;
193
193
  } | undefined;
194
194
  }, {
195
- error: string;
196
- success: boolean;
197
195
  url: string;
196
+ success: boolean;
197
+ error: string;
198
198
  pages: {
199
199
  content: string;
200
200
  url: string;