@bubblelab/bubble-core 0.1.249 → 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 +211 -52
  17. package/dist/bubbles/service-bubble/ashby/ashby.d.ts.map +1 -1
  18. package/dist/bubbles/service-bubble/ashby/ashby.js +106 -0
  19. package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
  20. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +535 -344
  21. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts.map +1 -1
  22. package/dist/bubbles/service-bubble/ashby/ashby.schema.js +96 -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 +9 -9
  48. package/dist/bubbles/service-bubble/posthog/posthog.schema.d.ts +14 -14
  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 +244 -2
  75. package/dist/index.d.ts +1 -1
  76. package/dist/index.d.ts.map +1 -1
  77. package/package.json +2 -2
@@ -576,15 +576,15 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
576
576
  }, "strip", z.ZodTypeAny, {
577
577
  operation: "create_call";
578
578
  personId: number;
579
- duration?: number | undefined;
580
579
  credentials?: Partial<Record<CredentialType, string>> | undefined;
580
+ duration?: number | undefined;
581
581
  outcome?: string | undefined;
582
582
  note?: string | undefined;
583
583
  }, {
584
584
  operation: "create_call";
585
585
  personId: number;
586
- duration?: number | undefined;
587
586
  credentials?: Partial<Record<CredentialType, string>> | undefined;
587
+ duration?: number | undefined;
588
588
  outcome?: string | undefined;
589
589
  note?: string | undefined;
590
590
  }>, z.ZodObject<{
@@ -3970,15 +3970,15 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
3970
3970
  }, "strip", z.ZodTypeAny, {
3971
3971
  operation: "create_call";
3972
3972
  personId: number;
3973
- duration?: number | undefined;
3974
3973
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3974
+ duration?: number | undefined;
3975
3975
  outcome?: string | undefined;
3976
3976
  note?: string | undefined;
3977
3977
  }, {
3978
3978
  operation: "create_call";
3979
3979
  personId: number;
3980
- duration?: number | undefined;
3981
3980
  credentials?: Partial<Record<CredentialType, string>> | undefined;
3981
+ duration?: number | undefined;
3982
3982
  outcome?: string | undefined;
3983
3983
  note?: string | undefined;
3984
3984
  }>, z.ZodObject<{