@bubblelab/bubble-core 0.1.248 → 0.1.250

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 (77) hide show
  1. package/dist/bubble-bundle.d.ts +101 -101
  2. package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
  3. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  4. package/dist/bubbles/service-bubble/apify/actors/app-rankings-scraper.d.ts +6 -6
  5. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  6. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  7. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  8. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  9. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  11. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  12. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  13. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  14. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +132 -132
  15. package/dist/bubbles/service-bubble/apify/apify.d.ts +22 -22
  16. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +423 -52
  17. package/dist/bubbles/service-bubble/ashby/ashby.d.ts.map +1 -1
  18. package/dist/bubbles/service-bubble/ashby/ashby.js +233 -20
  19. package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
  20. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +741 -326
  21. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts.map +1 -1
  22. package/dist/bubbles/service-bubble/ashby/ashby.schema.js +224 -0
  23. package/dist/bubbles/service-bubble/ashby/ashby.schema.js.map +1 -1
  24. package/dist/bubbles/service-bubble/ashby/index.d.ts +1 -1
  25. package/dist/bubbles/service-bubble/ashby/index.d.ts.map +1 -1
  26. package/dist/bubbles/service-bubble/ashby/index.js +1 -1
  27. package/dist/bubbles/service-bubble/ashby/index.js.map +1 -1
  28. package/dist/bubbles/service-bubble/assembled/assembled.schema.d.ts +6 -6
  29. package/dist/bubbles/service-bubble/attio/attio.d.ts +4 -4
  30. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +6 -6
  31. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +3 -3
  32. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +1 -1
  33. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
  34. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +8 -8
  35. package/dist/bubbles/service-bubble/firecrawl.d.ts +256 -256
  36. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  37. package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
  38. package/dist/bubbles/service-bubble/google-drive.d.ts +4 -4
  39. package/dist/bubbles/service-bubble/http.d.ts +6 -6
  40. package/dist/bubbles/service-bubble/hubspot/hubspot.schema.d.ts +2 -2
  41. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  42. package/dist/bubbles/service-bubble/jira/jira.d.ts +16 -16
  43. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  44. package/dist/bubbles/service-bubble/notion/notion.d.ts +268 -268
  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/posthog/posthog.d.ts +13 -13
  48. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +18 -18
  49. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  50. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
  51. package/dist/bubbles/service-bubble/slab/slab.d.ts +16 -16
  52. package/dist/bubbles/service-bubble/slack/slack.d.ts +291 -291
  53. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +32 -32
  54. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  55. package/dist/bubbles/service-bubble/xero/xero.schema.d.ts +2 -2
  56. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +20 -20
  57. package/dist/bubbles/service-bubble/zendesk/zendesk.schema.d.ts +20 -20
  58. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +4 -4
  59. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  60. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +16 -16
  61. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  62. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  63. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +380 -380
  64. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
  65. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  66. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
  67. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
  68. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +8 -8
  69. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  70. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  71. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
  72. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  73. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +40 -40
  74. package/dist/bubbles.json +602 -2
  75. package/dist/index.d.ts +1 -1
  76. package/dist/index.d.ts.map +1 -1
  77. package/package.json +2 -2
@@ -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 | ({
@@ -240,8 +240,8 @@ export declare class BrowserBaseBubble<T extends BrowserBaseParamsInput = Browse
240
240
  timeout: import("zod").ZodDefault<import("zod").ZodOptional<import("zod").ZodNumber>>;
241
241
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
242
242
  }, "strip", import("zod").ZodTypeAny, {
243
- timeout: number;
244
243
  url: string;
244
+ timeout: number;
245
245
  operation: "navigate";
246
246
  session_id: string;
247
247
  wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";
@@ -461,8 +461,8 @@ export declare const BrowserBaseParamsSchema: z.ZodDiscriminatedUnion<"operation
461
461
  timeout: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
462
462
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
463
463
  }, "strip", z.ZodTypeAny, {
464
- timeout: number;
465
464
  url: string;
465
+ timeout: number;
466
466
  operation: "navigate";
467
467
  session_id: string;
468
468
  wait_until: "load" | "domcontentloaded" | "networkidle0" | "networkidle2";