@bubblelab/bubble-core 0.1.252 → 0.1.253

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 (57) hide show
  1. package/dist/bubble-bundle.d.ts +84 -84
  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.js +1 -1
  5. package/dist/bubbles/service-bubble/airtable.d.ts +36 -36
  6. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  7. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +150 -150
  8. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +5 -5
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
  10. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +2 -2
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +180 -180
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +2 -2
  15. package/dist/bubbles/service-bubble/github.d.ts +120 -120
  16. package/dist/bubbles/service-bubble/gmail.d.ts +68 -68
  17. package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
  18. package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
  19. package/dist/bubbles/service-bubble/http.d.ts +16 -16
  20. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +6 -6
  21. package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
  22. package/dist/bubbles/service-bubble/jira/jira.d.ts +48 -48
  23. package/dist/bubbles/service-bubble/jira/jira.d.ts.map +1 -1
  24. package/dist/bubbles/service-bubble/jira/jira.js.map +1 -1
  25. package/dist/bubbles/service-bubble/linear/linear.d.ts +1 -1
  26. package/dist/bubbles/service-bubble/notion/notion.d.ts +380 -380
  27. package/dist/bubbles/service-bubble/postgresql.d.ts +6 -6
  28. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +4 -4
  29. package/dist/bubbles/service-bubble/resend.d.ts +2 -2
  30. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
  31. package/dist/bubbles/service-bubble/slab/slab.d.ts +18 -18
  32. package/dist/bubbles/service-bubble/slack/slack.d.ts +122 -122
  33. package/dist/bubbles/service-bubble/storage.d.ts +8 -8
  34. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +60 -60
  35. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +103 -103
  36. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +2 -2
  37. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
  38. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  39. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  40. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +158 -158
  41. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  42. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
  43. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  44. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +32 -32
  46. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +50 -50
  47. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  48. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  50. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
  51. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
  53. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +44 -44
  54. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  55. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
  56. package/dist/bubbles.json +3 -3
  57. package/package.json +2 -2
@@ -22,9 +22,9 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
22
22
  operation: "list_people";
23
23
  sort?: string | undefined;
24
24
  credentials?: Partial<Record<CredentialType, string>> | undefined;
25
- fields?: string | undefined;
26
25
  limit?: number | undefined;
27
26
  offset?: number | undefined;
27
+ fields?: string | undefined;
28
28
  includeTrash?: boolean | undefined;
29
29
  }>, z.ZodObject<{
30
30
  operation: z.ZodLiteral<"get_person">;
@@ -3416,9 +3416,9 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
3416
3416
  operation: "list_people";
3417
3417
  sort?: string | undefined;
3418
3418
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3419
- fields?: string | undefined;
3420
3419
  limit?: number | undefined;
3421
3420
  offset?: number | undefined;
3421
+ fields?: string | undefined;
3422
3422
  includeTrash?: boolean | undefined;
3423
3423
  }>, z.ZodObject<{
3424
3424
  operation: z.ZodLiteral<"get_person">;