@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
@@ -43,8 +43,8 @@ declare const AIAgentParamsSchema: z.ZodObject<{
43
43
  description: z.ZodOptional<z.ZodString>;
44
44
  }, "strip", z.ZodTypeAny, {
45
45
  type: "base64";
46
- mimeType: string;
47
46
  data: string;
47
+ mimeType: string;
48
48
  description?: string | undefined;
49
49
  }, {
50
50
  data: string;
@@ -159,14 +159,14 @@ declare const AIAgentParamsSchema: z.ZodObject<{
159
159
  schema: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodType<z.ZodTypeAny, z.ZodTypeDef, z.ZodTypeAny>]>;
160
160
  func: z.ZodFunction<z.ZodTuple<[z.ZodRecord<z.ZodString, z.ZodUnknown>], z.ZodUnknown>, z.ZodPromise<z.ZodUnknown>>;
161
161
  }, "strip", z.ZodTypeAny, {
162
- description: string;
163
162
  name: string;
164
- schema: Record<string, unknown> | z.ZodTypeAny;
163
+ description: string;
164
+ schema: z.ZodTypeAny | Record<string, unknown>;
165
165
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
166
166
  }, {
167
- description: string;
168
167
  name: string;
169
- schema: Record<string, unknown> | z.ZodTypeAny;
168
+ description: string;
169
+ schema: z.ZodTypeAny | Record<string, unknown>;
170
170
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
171
171
  }>, "many">>>;
172
172
  maxIterations: z.ZodDefault<z.ZodNumber>;
@@ -188,6 +188,17 @@ declare const AIAgentParamsSchema: z.ZodObject<{
188
188
  expectedOutputSchema: z.ZodOptional<z.ZodUnion<[z.ZodType<z.ZodTypeAny, z.ZodTypeDef, z.ZodTypeAny>, z.ZodString]>>;
189
189
  }, "strip", z.ZodTypeAny, {
190
190
  message: string;
191
+ images: ({
192
+ type: "base64";
193
+ data: string;
194
+ mimeType: string;
195
+ description?: string | undefined;
196
+ } | {
197
+ type: "url";
198
+ url: string;
199
+ description?: string | undefined;
200
+ })[];
201
+ systemPrompt: string;
191
202
  model: {
192
203
  model: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research";
193
204
  temperature: number;
@@ -204,24 +215,13 @@ declare const AIAgentParamsSchema: z.ZodObject<{
204
215
  maxRetries?: number | undefined;
205
216
  } | undefined;
206
217
  };
207
- streaming: boolean;
208
218
  tools: {
209
219
  name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "list-capabilities-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
210
220
  credentials?: Partial<Record<CredentialType, string>> | undefined;
211
221
  config?: Record<string, unknown> | undefined;
212
222
  }[];
213
- images: ({
214
- type: "base64";
215
- mimeType: string;
216
- data: string;
217
- description?: string | undefined;
218
- } | {
219
- type: "url";
220
- url: string;
221
- description?: string | undefined;
222
- })[];
223
- systemPrompt: string;
224
223
  maxIterations: number;
224
+ streaming: boolean;
225
225
  name?: string | undefined;
226
226
  credentials?: Partial<Record<CredentialType, string>> | undefined;
227
227
  conversationHistory?: {
@@ -231,9 +231,9 @@ declare const AIAgentParamsSchema: z.ZodObject<{
231
231
  name?: string | undefined;
232
232
  }[] | undefined;
233
233
  customTools?: {
234
- description: string;
235
234
  name: string;
236
- schema: Record<string, unknown> | z.ZodTypeAny;
235
+ description: string;
236
+ schema: z.ZodTypeAny | Record<string, unknown>;
237
237
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
238
238
  }[] | undefined;
239
239
  capabilities?: {
@@ -246,6 +246,23 @@ declare const AIAgentParamsSchema: z.ZodObject<{
246
246
  message: string;
247
247
  name?: string | undefined;
248
248
  credentials?: Partial<Record<CredentialType, string>> | undefined;
249
+ images?: ({
250
+ data: string;
251
+ type?: "base64" | undefined;
252
+ description?: string | undefined;
253
+ mimeType?: string | undefined;
254
+ } | {
255
+ type: "url";
256
+ url: string;
257
+ description?: string | undefined;
258
+ })[] | undefined;
259
+ conversationHistory?: {
260
+ role: "user" | "assistant" | "tool";
261
+ content: string;
262
+ toolCallId?: string | undefined;
263
+ name?: string | undefined;
264
+ }[] | undefined;
265
+ systemPrompt?: string | undefined;
249
266
  model?: {
250
267
  model: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research";
251
268
  temperature?: number | undefined;
@@ -262,36 +279,19 @@ declare const AIAgentParamsSchema: z.ZodObject<{
262
279
  maxRetries?: number | undefined;
263
280
  } | undefined;
264
281
  } | undefined;
265
- streaming?: boolean | undefined;
266
282
  tools?: {
267
283
  name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "list-capabilities-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
268
284
  credentials?: Partial<Record<CredentialType, string>> | undefined;
269
285
  config?: Record<string, unknown> | undefined;
270
286
  }[] | undefined;
271
- images?: ({
272
- data: string;
273
- type?: "base64" | undefined;
274
- description?: string | undefined;
275
- mimeType?: string | undefined;
276
- } | {
277
- type: "url";
278
- url: string;
279
- description?: string | undefined;
280
- })[] | undefined;
281
- conversationHistory?: {
282
- role: "user" | "assistant" | "tool";
283
- content: string;
284
- toolCallId?: string | undefined;
285
- name?: string | undefined;
286
- }[] | undefined;
287
- systemPrompt?: string | undefined;
288
287
  customTools?: {
289
- description: string;
290
288
  name: string;
291
- schema: Record<string, unknown> | z.ZodTypeAny;
289
+ description: string;
290
+ schema: z.ZodTypeAny | Record<string, unknown>;
292
291
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
293
292
  }[] | undefined;
294
293
  maxIterations?: number | undefined;
294
+ streaming?: boolean | undefined;
295
295
  capabilities?: {
296
296
  id: string;
297
297
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -320,8 +320,8 @@ declare const AIAgentResultSchema: z.ZodObject<{
320
320
  error: z.ZodString;
321
321
  success: z.ZodBoolean;
322
322
  }, "strip", z.ZodTypeAny, {
323
- error: string;
324
323
  success: boolean;
324
+ error: string;
325
325
  response: string;
326
326
  toolCalls: {
327
327
  tool: string;
@@ -332,8 +332,8 @@ declare const AIAgentResultSchema: z.ZodObject<{
332
332
  reasoning?: string | null | undefined;
333
333
  totalCost?: number | undefined;
334
334
  }, {
335
- error: string;
336
335
  success: boolean;
336
+ error: string;
337
337
  response: string;
338
338
  toolCalls: {
339
339
  tool: string;
@@ -371,8 +371,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
371
371
  description: z.ZodOptional<z.ZodString>;
372
372
  }, "strip", z.ZodTypeAny, {
373
373
  type: "base64";
374
- mimeType: string;
375
374
  data: string;
375
+ mimeType: string;
376
376
  description?: string | undefined;
377
377
  }, {
378
378
  data: string;
@@ -487,14 +487,14 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
487
487
  schema: z.ZodUnion<[z.ZodRecord<z.ZodString, z.ZodUnknown>, z.ZodType<z.ZodTypeAny, z.ZodTypeDef, z.ZodTypeAny>]>;
488
488
  func: z.ZodFunction<z.ZodTuple<[z.ZodRecord<z.ZodString, z.ZodUnknown>], z.ZodUnknown>, z.ZodPromise<z.ZodUnknown>>;
489
489
  }, "strip", z.ZodTypeAny, {
490
- description: string;
491
490
  name: string;
492
- schema: Record<string, unknown> | z.ZodTypeAny;
491
+ description: string;
492
+ schema: z.ZodTypeAny | Record<string, unknown>;
493
493
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
494
494
  }, {
495
- description: string;
496
495
  name: string;
497
- schema: Record<string, unknown> | z.ZodTypeAny;
496
+ description: string;
497
+ schema: z.ZodTypeAny | Record<string, unknown>;
498
498
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
499
499
  }>, "many">>>;
500
500
  maxIterations: z.ZodDefault<z.ZodNumber>;
@@ -516,6 +516,17 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
516
516
  expectedOutputSchema: z.ZodOptional<z.ZodUnion<[z.ZodType<z.ZodTypeAny, z.ZodTypeDef, z.ZodTypeAny>, z.ZodString]>>;
517
517
  }, "strip", z.ZodTypeAny, {
518
518
  message: string;
519
+ images: ({
520
+ type: "base64";
521
+ data: string;
522
+ mimeType: string;
523
+ description?: string | undefined;
524
+ } | {
525
+ type: "url";
526
+ url: string;
527
+ description?: string | undefined;
528
+ })[];
529
+ systemPrompt: string;
519
530
  model: {
520
531
  model: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research";
521
532
  temperature: number;
@@ -532,24 +543,13 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
532
543
  maxRetries?: number | undefined;
533
544
  } | undefined;
534
545
  };
535
- streaming: boolean;
536
546
  tools: {
537
547
  name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "list-capabilities-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
538
548
  credentials?: Partial<Record<CredentialType, string>> | undefined;
539
549
  config?: Record<string, unknown> | undefined;
540
550
  }[];
541
- images: ({
542
- type: "base64";
543
- mimeType: string;
544
- data: string;
545
- description?: string | undefined;
546
- } | {
547
- type: "url";
548
- url: string;
549
- description?: string | undefined;
550
- })[];
551
- systemPrompt: string;
552
551
  maxIterations: number;
552
+ streaming: boolean;
553
553
  name?: string | undefined;
554
554
  credentials?: Partial<Record<CredentialType, string>> | undefined;
555
555
  conversationHistory?: {
@@ -559,9 +559,9 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
559
559
  name?: string | undefined;
560
560
  }[] | undefined;
561
561
  customTools?: {
562
- description: string;
563
562
  name: string;
564
- schema: Record<string, unknown> | z.ZodTypeAny;
563
+ description: string;
564
+ schema: z.ZodTypeAny | Record<string, unknown>;
565
565
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
566
566
  }[] | undefined;
567
567
  capabilities?: {
@@ -574,6 +574,23 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
574
574
  message: string;
575
575
  name?: string | undefined;
576
576
  credentials?: Partial<Record<CredentialType, string>> | undefined;
577
+ images?: ({
578
+ data: string;
579
+ type?: "base64" | undefined;
580
+ description?: string | undefined;
581
+ mimeType?: string | undefined;
582
+ } | {
583
+ type: "url";
584
+ url: string;
585
+ description?: string | undefined;
586
+ })[] | undefined;
587
+ conversationHistory?: {
588
+ role: "user" | "assistant" | "tool";
589
+ content: string;
590
+ toolCallId?: string | undefined;
591
+ name?: string | undefined;
592
+ }[] | undefined;
593
+ systemPrompt?: string | undefined;
577
594
  model?: {
578
595
  model: "openai/gpt-5" | "openai/gpt-5-mini" | "openai/gpt-5.1" | "openai/gpt-5.2" | "google/gemini-2.5-pro" | "google/gemini-2.5-flash" | "google/gemini-2.5-flash-lite" | "google/gemini-2.5-flash-image-preview" | "google/gemini-3-pro-preview" | "google/gemini-3-pro-image-preview" | "google/gemini-3-flash-preview" | "anthropic/claude-sonnet-4-5" | "anthropic/claude-opus-4-5" | "anthropic/claude-haiku-4-5" | "openrouter/x-ai/grok-code-fast-1" | "openrouter/z-ai/glm-4.6" | "openrouter/z-ai/glm-4.7" | "openrouter/anthropic/claude-sonnet-4.5" | "openrouter/anthropic/claude-opus-4.5" | "openrouter/google/gemini-3-pro-preview" | "openrouter/morph/morph-v3-large" | "openrouter/openai/gpt-oss-120b" | "openrouter/openai/o3-deep-research" | "openrouter/openai/o4-mini-deep-research";
579
596
  temperature?: number | undefined;
@@ -590,36 +607,19 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
590
607
  maxRetries?: number | undefined;
591
608
  } | undefined;
592
609
  } | undefined;
593
- streaming?: boolean | undefined;
594
610
  tools?: {
595
611
  name: "get-bubble-details-tool" | "get-trigger-detail-tool" | "list-bubbles-tool" | "list-capabilities-tool" | "sql-query-tool" | "chart-js-tool" | "web-search-tool" | "web-scrape-tool" | "web-crawl-tool" | "web-extract-tool" | "research-agent-tool" | "reddit-scrape-tool" | "bubbleflow-validation-tool" | "code-edit-tool" | "instagram-tool" | "linkedin-tool" | "tiktok-tool" | "twitter-tool" | "google-maps-tool" | "youtube-tool" | "amazon-shopping-tool" | "people-search-tool";
596
612
  credentials?: Partial<Record<CredentialType, string>> | undefined;
597
613
  config?: Record<string, unknown> | undefined;
598
614
  }[] | undefined;
599
- images?: ({
600
- data: string;
601
- type?: "base64" | undefined;
602
- description?: string | undefined;
603
- mimeType?: string | undefined;
604
- } | {
605
- type: "url";
606
- url: string;
607
- description?: string | undefined;
608
- })[] | undefined;
609
- conversationHistory?: {
610
- role: "user" | "assistant" | "tool";
611
- content: string;
612
- toolCallId?: string | undefined;
613
- name?: string | undefined;
614
- }[] | undefined;
615
- systemPrompt?: string | undefined;
616
615
  customTools?: {
617
- description: string;
618
616
  name: string;
619
- schema: Record<string, unknown> | z.ZodTypeAny;
617
+ description: string;
618
+ schema: z.ZodTypeAny | Record<string, unknown>;
620
619
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
621
620
  }[] | undefined;
622
621
  maxIterations?: number | undefined;
622
+ streaming?: boolean | undefined;
623
623
  capabilities?: {
624
624
  id: string;
625
625
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -648,8 +648,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
648
648
  error: z.ZodString;
649
649
  success: z.ZodBoolean;
650
650
  }, "strip", z.ZodTypeAny, {
651
- error: string;
652
651
  success: boolean;
652
+ error: string;
653
653
  response: string;
654
654
  toolCalls: {
655
655
  tool: string;
@@ -660,8 +660,8 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
660
660
  reasoning?: string | null | undefined;
661
661
  totalCost?: number | undefined;
662
662
  }, {
663
- error: string;
664
663
  success: boolean;
664
+ error: string;
665
665
  response: string;
666
666
  toolCalls: {
667
667
  tool: string;