@bubblelab/bubble-core 0.1.183 → 0.1.184

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 (49) hide show
  1. package/dist/bubble-bundle.d.ts +63 -63
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
  4. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  6. package/dist/bubbles/service-bubble/airtable.d.ts +28 -28
  7. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  8. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +112 -112
  9. package/dist/bubbles/service-bubble/attio/attio.d.ts +4 -4
  10. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
  12. package/dist/bubbles/service-bubble/firecrawl.d.ts +180 -180
  13. package/dist/bubbles/service-bubble/github.d.ts +72 -72
  14. package/dist/bubbles/service-bubble/gmail.d.ts +68 -68
  15. package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
  16. package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
  17. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  18. package/dist/bubbles/service-bubble/jira/jira.d.ts +38 -38
  19. package/dist/bubbles/service-bubble/linear/linear.d.ts +1 -1
  20. package/dist/bubbles/service-bubble/notion/notion.d.ts +148 -148
  21. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +4 -4
  22. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
  23. package/dist/bubbles/service-bubble/slack/slack.d.ts +147 -146
  24. package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
  25. package/dist/bubbles/service-bubble/slack/slack.js +35 -8
  26. package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
  27. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts +12 -0
  28. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
  29. package/dist/bubbles/service-bubble/slack/slack.utils.js +132 -9
  30. package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
  31. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +15 -15
  32. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
  33. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  34. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  35. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +46 -46
  36. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  37. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
  38. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  39. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  41. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  42. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  43. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
  44. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
  45. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +44 -44
  46. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  47. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +40 -40
  48. package/dist/bubbles.json +1 -1
  49. package/package.json +2 -2
@@ -284,15 +284,15 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
284
284
  entry_values: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
285
285
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
286
286
  }, "strip", import("zod").ZodTypeAny, {
287
- operation: "create_entry";
288
287
  list: string;
288
+ operation: "create_entry";
289
289
  parent_object: string;
290
290
  parent_record_id: string;
291
291
  entry_values: Record<string, unknown>;
292
292
  credentials?: Partial<Record<CredentialType, string>> | undefined;
293
293
  }, {
294
- operation: "create_entry";
295
294
  list: string;
295
+ operation: "create_entry";
296
296
  parent_object: string;
297
297
  parent_record_id: string;
298
298
  credentials?: Partial<Record<CredentialType, string>> | undefined;
@@ -305,15 +305,15 @@ export declare class AttioBubble<T extends AttioParamsInput = AttioParamsInput>
305
305
  filter: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>;
306
306
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
307
307
  }, "strip", import("zod").ZodTypeAny, {
308
+ list: string;
308
309
  operation: "list_entries";
309
310
  limit: number;
310
311
  offset: number;
311
- list: string;
312
312
  filter?: Record<string, unknown> | undefined;
313
313
  credentials?: Partial<Record<CredentialType, string>> | undefined;
314
314
  }, {
315
- operation: "list_entries";
316
315
  list: string;
316
+ operation: "list_entries";
317
317
  filter?: Record<string, unknown> | undefined;
318
318
  credentials?: Partial<Record<CredentialType, string>> | undefined;
319
319
  limit?: number | undefined;
@@ -169,6 +169,7 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
169
169
  captchaImageSelector?: string | undefined;
170
170
  captchaInputSelector?: string | undefined;
171
171
  } | undefined;
172
+ context_id?: string | undefined;
172
173
  cookies?: {
173
174
  value: string;
174
175
  path: string;
@@ -178,7 +179,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
178
179
  httpOnly: boolean;
179
180
  secure: boolean;
180
181
  }[] | undefined;
181
- context_id?: string | undefined;
182
182
  proxies?: true | ({
183
183
  type: "browserbase";
184
184
  geolocation?: {
@@ -204,6 +204,7 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
204
204
  captchaImageSelector?: string | undefined;
205
205
  captchaInputSelector?: string | undefined;
206
206
  } | undefined;
207
+ context_id?: string | undefined;
207
208
  cookies?: {
208
209
  value: string;
209
210
  path: string;
@@ -213,7 +214,6 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
213
214
  httpOnly: boolean;
214
215
  secure: boolean;
215
216
  }[] | undefined;
216
- context_id?: string | undefined;
217
217
  viewport_width?: number | undefined;
218
218
  viewport_height?: number | undefined;
219
219
  proxies?: true | ({
@@ -537,14 +537,14 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
537
537
  error: string;
538
538
  success: boolean;
539
539
  operation: "screenshot";
540
- format?: string | undefined;
541
540
  data?: string | undefined;
541
+ format?: string | undefined;
542
542
  }, {
543
543
  error: string;
544
544
  success: boolean;
545
545
  operation: "screenshot";
546
- format?: string | undefined;
547
546
  data?: string | undefined;
547
+ format?: string | undefined;
548
548
  }>, import("zod").ZodObject<{
549
549
  operation: import("zod").ZodLiteral<"wait">;
550
550
  success: import("zod").ZodBoolean;