@bubblelab/bubble-core 0.1.142 → 0.1.143

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 (156) hide show
  1. package/dist/bubble-bundle.d.ts +174 -111
  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 +120 -120
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
  7. package/dist/bubbles/service-bubble/airtable.d.ts +170 -170
  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 +30 -30
  19. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +62 -62
  20. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
  21. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +39 -32
  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 +26 -26
  30. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
  31. package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
  32. package/dist/bubbles/service-bubble/firecrawl.d.ts +316 -316
  33. package/dist/bubbles/service-bubble/followupboss.d.ts +148 -148
  34. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
  35. package/dist/bubbles/service-bubble/github.d.ts +88 -88
  36. package/dist/bubbles/service-bubble/gmail.d.ts +587 -587
  37. package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
  38. package/dist/bubbles/service-bubble/google-drive.d.ts +98 -98
  39. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
  40. package/dist/bubbles/service-bubble/http.d.ts +22 -22
  41. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  42. package/dist/bubbles/service-bubble/jira/jira.d.ts +68 -68
  43. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  44. package/dist/bubbles/service-bubble/notion/notion.d.ts +348 -348
  45. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  46. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  47. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  48. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  49. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  50. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  51. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  52. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  53. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  54. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  55. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  56. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  57. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  58. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  59. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  60. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  61. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  62. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  63. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  64. package/dist/bubbles/service-bubble/slack/slack.d.ts +684 -684
  65. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  66. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +111 -111
  67. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  68. package/dist/bubbles/service-bubble/telegram.d.ts +108 -108
  69. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +16 -16
  70. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  71. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +126 -0
  72. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts.map +1 -0
  73. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js +34 -0
  74. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js.map +1 -0
  75. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts +22 -0
  76. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts.map +1 -0
  77. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js +57 -0
  78. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js.map +1 -0
  79. package/dist/bubbles/tool-bubble/browser-tools/index.d.ts +5 -0
  80. package/dist/bubbles/tool-bubble/browser-tools/index.d.ts.map +1 -0
  81. package/dist/bubbles/tool-bubble/browser-tools/index.js +5 -0
  82. package/dist/bubbles/tool-bubble/browser-tools/index.js.map +1 -0
  83. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts +3 -0
  84. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts.map +1 -0
  85. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js +3 -0
  86. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js.map +1 -0
  87. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +158 -0
  88. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts.map +1 -0
  89. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js +33 -0
  90. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js.map +1 -0
  91. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +161 -0
  92. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts.map +1 -0
  93. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js +310 -0
  94. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js.map +1 -0
  95. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts +3 -0
  96. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts.map +1 -0
  97. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js +3 -0
  98. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js.map +1 -0
  99. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +165 -0
  100. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts.map +1 -0
  101. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js +45 -0
  102. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js.map +1 -0
  103. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +171 -0
  104. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts.map +1 -0
  105. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js +364 -0
  106. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js.map +1 -0
  107. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts +3 -0
  108. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts.map +1 -0
  109. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js +3 -0
  110. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js.map +1 -0
  111. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +160 -0
  112. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts.map +1 -0
  113. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js +24 -0
  114. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js.map +1 -0
  115. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +160 -0
  116. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts.map +1 -0
  117. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js +334 -0
  118. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js.map +1 -0
  119. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts +3 -0
  120. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts.map +1 -0
  121. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js +3 -0
  122. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js.map +1 -0
  123. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +152 -0
  124. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts.map +1 -0
  125. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js +23 -0
  126. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js.map +1 -0
  127. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +155 -0
  128. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts.map +1 -0
  129. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js +233 -0
  130. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js.map +1 -0
  131. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  132. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
  133. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  134. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  135. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +416 -416
  136. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  137. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
  138. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  139. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
  140. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +128 -128
  141. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  142. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  143. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  144. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
  145. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  146. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +34 -34
  147. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  148. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +50 -50
  149. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  150. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +60 -60
  151. package/dist/bubbles.json +668 -70
  152. package/dist/index.d.ts +4 -1
  153. package/dist/index.d.ts.map +1 -1
  154. package/dist/index.js +4 -1
  155. package/dist/index.js.map +1 -1
  156. 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;
@@ -161,12 +161,12 @@ declare const AIAgentParamsSchema: z.ZodObject<{
161
161
  }, "strip", z.ZodTypeAny, {
162
162
  description: string;
163
163
  name: string;
164
- schema: Record<string, unknown> | z.ZodTypeAny;
164
+ schema: z.ZodTypeAny | Record<string, unknown>;
165
165
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
166
166
  }, {
167
167
  description: string;
168
168
  name: string;
169
- schema: Record<string, unknown> | z.ZodTypeAny;
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?: {
@@ -233,7 +233,7 @@ declare const AIAgentParamsSchema: z.ZodObject<{
233
233
  customTools?: {
234
234
  description: string;
235
235
  name: string;
236
- schema: Record<string, unknown> | z.ZodTypeAny;
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
288
  description: string;
290
289
  name: string;
291
- schema: Record<string, unknown> | z.ZodTypeAny;
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;
@@ -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;
@@ -489,12 +489,12 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
489
489
  }, "strip", z.ZodTypeAny, {
490
490
  description: string;
491
491
  name: string;
492
- schema: Record<string, unknown> | z.ZodTypeAny;
492
+ schema: z.ZodTypeAny | Record<string, unknown>;
493
493
  func: (args_0: Record<string, unknown>, ...args: unknown[]) => Promise<unknown>;
494
494
  }, {
495
495
  description: string;
496
496
  name: string;
497
- schema: Record<string, unknown> | z.ZodTypeAny;
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?: {
@@ -561,7 +561,7 @@ export declare class AIAgentBubble extends ServiceBubble<AIAgentParamsParsed, AI
561
561
  customTools?: {
562
562
  description: string;
563
563
  name: string;
564
- schema: Record<string, unknown> | z.ZodTypeAny;
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
616
  description: string;
618
617
  name: string;
619
- schema: Record<string, unknown> | z.ZodTypeAny;
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;