@bubblelab/bubble-core 0.1.179 → 0.1.181

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 +173 -167
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +12 -2
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubble-flow/bubble-flow-class.d.ts +2 -8
  6. package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
  7. package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
  8. package/dist/bubbles/service-bubble/ai-agent.d.ts +34 -28
  9. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  10. package/dist/bubbles/service-bubble/ai-agent.js +210 -10
  11. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  12. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  13. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  14. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  15. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  16. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
  17. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  18. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  19. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  20. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  21. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
  22. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  23. package/dist/bubbles/service-bubble/attio/attio.d.ts +4 -4
  24. package/dist/bubbles/service-bubble/attio/attio.schema.d.ts +4 -4
  25. package/dist/bubbles/service-bubble/capability-pipeline.d.ts.map +1 -1
  26. package/dist/bubbles/service-bubble/capability-pipeline.js +24 -7
  27. package/dist/bubbles/service-bubble/capability-pipeline.js.map +1 -1
  28. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +8 -8
  29. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
  30. package/dist/bubbles/service-bubble/firecrawl.d.ts +12 -12
  31. package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
  32. package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
  33. package/dist/bubbles/service-bubble/jira/jira.d.ts +12 -12
  34. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +14 -14
  35. package/dist/bubbles/service-bubble/notion/notion.d.ts +244 -244
  36. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  37. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  38. package/dist/bubbles/service-bubble/slack/slack.d.ts +156 -156
  39. package/dist/bubbles/service-bubble/slack/slack.d.ts.map +1 -1
  40. package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
  41. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +4 -4
  42. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +6 -6
  43. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +13 -4
  44. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts.map +1 -1
  45. package/dist/bubbles/tool-bubble/code-edit-tool.js +66 -75
  46. package/dist/bubbles/tool-bubble/code-edit-tool.js.map +1 -1
  47. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  48. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts.map +1 -1
  49. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.js +1 -0
  50. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.js.map +1 -1
  51. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +80 -80
  52. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
  53. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +6 -6
  54. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +8 -8
  55. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +10 -10
  56. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +10 -10
  57. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +10 -10
  58. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
  59. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +36 -36
  60. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
  61. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +34 -34
  62. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +10 -10
  63. package/dist/bubbles.json +19 -9
  64. package/dist/capabilities/define-capability.d.ts +9 -1
  65. package/dist/capabilities/define-capability.d.ts.map +1 -1
  66. package/dist/capabilities/define-capability.js +12 -1
  67. package/dist/capabilities/define-capability.js.map +1 -1
  68. package/dist/capabilities/index.d.ts +1 -1
  69. package/dist/capabilities/index.d.ts.map +1 -1
  70. package/dist/capabilities/index.js.map +1 -1
  71. package/dist/index.d.ts +1 -1
  72. package/dist/index.d.ts.map +1 -1
  73. package/dist/index.js +1 -1
  74. package/dist/index.js.map +1 -1
  75. package/dist/types/bubble.d.ts +2 -1
  76. package/dist/types/bubble.d.ts.map +1 -1
  77. package/package.json +2 -2
@@ -277,8 +277,8 @@ export declare const TikTokVideoSchema: z.ZodObject<{
277
277
  }>, "many">>;
278
278
  width: z.ZodOptional<z.ZodNumber>;
279
279
  }, "strip", z.ZodTypeAny, {
280
- duration?: number | undefined;
281
280
  format?: string | undefined;
281
+ duration?: number | undefined;
282
282
  width?: number | undefined;
283
283
  height?: number | undefined;
284
284
  coverUrl?: string | undefined;
@@ -293,8 +293,8 @@ export declare const TikTokVideoSchema: z.ZodObject<{
293
293
  sourceUnabbreviated?: string | undefined;
294
294
  }[] | undefined;
295
295
  }, {
296
- duration?: number | undefined;
297
296
  format?: string | undefined;
297
+ duration?: number | undefined;
298
298
  width?: number | undefined;
299
299
  height?: number | undefined;
300
300
  coverUrl?: string | undefined;
@@ -311,9 +311,9 @@ export declare const TikTokVideoSchema: z.ZodObject<{
311
311
  }>>;
312
312
  webVideoUrl: z.ZodOptional<z.ZodString>;
313
313
  }, "strip", z.ZodTypeAny, {
314
- text?: string | undefined;
315
314
  id?: string | undefined;
316
315
  input?: string | undefined;
316
+ text?: string | undefined;
317
317
  hashtags?: {
318
318
  name?: string | undefined;
319
319
  }[] | undefined;
@@ -379,8 +379,8 @@ export declare const TikTokVideoSchema: z.ZodObject<{
379
379
  shareCount?: number | undefined;
380
380
  textLanguage?: string | undefined;
381
381
  videoMeta?: {
382
- duration?: number | undefined;
383
382
  format?: string | undefined;
383
+ duration?: number | undefined;
384
384
  width?: number | undefined;
385
385
  height?: number | undefined;
386
386
  coverUrl?: string | undefined;
@@ -397,9 +397,9 @@ export declare const TikTokVideoSchema: z.ZodObject<{
397
397
  } | undefined;
398
398
  webVideoUrl?: string | undefined;
399
399
  }, {
400
- text?: string | undefined;
401
400
  id?: string | undefined;
402
401
  input?: string | undefined;
402
+ text?: string | undefined;
403
403
  hashtags?: {
404
404
  name?: string | undefined;
405
405
  }[] | undefined;
@@ -465,8 +465,8 @@ export declare const TikTokVideoSchema: z.ZodObject<{
465
465
  shareCount?: number | undefined;
466
466
  textLanguage?: string | undefined;
467
467
  videoMeta?: {
468
- duration?: number | undefined;
469
468
  format?: string | undefined;
469
+ duration?: number | undefined;
470
470
  width?: number | undefined;
471
471
  height?: number | undefined;
472
472
  coverUrl?: string | undefined;
@@ -44,8 +44,8 @@ export declare const TwitterTweetSchema: z.ZodObject<{
44
44
  }, "strip", z.ZodTypeAny, {
45
45
  description?: string | undefined;
46
46
  name?: string | undefined;
47
- id?: string | undefined;
48
47
  url?: string | undefined;
48
+ id?: string | undefined;
49
49
  following?: number | undefined;
50
50
  userName?: string | undefined;
51
51
  isVerified?: boolean | undefined;
@@ -57,8 +57,8 @@ export declare const TwitterTweetSchema: z.ZodObject<{
57
57
  }, {
58
58
  description?: string | undefined;
59
59
  name?: string | undefined;
60
- id?: string | undefined;
61
60
  url?: string | undefined;
61
+ id?: string | undefined;
62
62
  following?: number | undefined;
63
63
  userName?: string | undefined;
64
64
  isVerified?: boolean | undefined;
@@ -83,15 +83,15 @@ export declare const TwitterTweetSchema: z.ZodObject<{
83
83
  height: z.ZodOptional<z.ZodNumber>;
84
84
  duration: z.ZodOptional<z.ZodNumber>;
85
85
  }, "strip", z.ZodTypeAny, {
86
- duration?: number | undefined;
87
86
  type?: "photo" | "video" | "animated_gif" | undefined;
88
87
  url?: string | undefined;
88
+ duration?: number | undefined;
89
89
  width?: number | undefined;
90
90
  height?: number | undefined;
91
91
  }, {
92
- duration?: number | undefined;
93
92
  type?: "photo" | "video" | "animated_gif" | undefined;
94
93
  url?: string | undefined;
94
+ duration?: number | undefined;
95
95
  width?: number | undefined;
96
96
  height?: number | undefined;
97
97
  }>]>, "many">>;
@@ -157,9 +157,9 @@ export declare const TwitterTweetSchema: z.ZodObject<{
157
157
  isQuote: z.ZodOptional<z.ZodBoolean>;
158
158
  isReply: z.ZodOptional<z.ZodBoolean>;
159
159
  }, "strip", z.ZodTypeAny, {
160
- text?: string | undefined;
161
- id?: string | undefined;
162
160
  url?: string | undefined;
161
+ id?: string | undefined;
162
+ text?: string | undefined;
163
163
  entities?: {
164
164
  hashtags?: {
165
165
  text?: string | undefined;
@@ -177,8 +177,8 @@ export declare const TwitterTweetSchema: z.ZodObject<{
177
177
  author?: {
178
178
  description?: string | undefined;
179
179
  name?: string | undefined;
180
- id?: string | undefined;
181
180
  url?: string | undefined;
181
+ id?: string | undefined;
182
182
  following?: number | undefined;
183
183
  userName?: string | undefined;
184
184
  isVerified?: boolean | undefined;
@@ -189,9 +189,9 @@ export declare const TwitterTweetSchema: z.ZodObject<{
189
189
  createdAt?: string | undefined;
190
190
  } | undefined;
191
191
  media?: (string | {
192
- duration?: number | undefined;
193
192
  type?: "photo" | "video" | "animated_gif" | undefined;
194
193
  url?: string | undefined;
194
+ duration?: number | undefined;
195
195
  width?: number | undefined;
196
196
  height?: number | undefined;
197
197
  })[] | undefined;
@@ -207,9 +207,9 @@ export declare const TwitterTweetSchema: z.ZodObject<{
207
207
  isQuote?: boolean | undefined;
208
208
  isReply?: boolean | undefined;
209
209
  }, {
210
- text?: string | undefined;
211
- id?: string | undefined;
212
210
  url?: string | undefined;
211
+ id?: string | undefined;
212
+ text?: string | undefined;
213
213
  entities?: {
214
214
  hashtags?: {
215
215
  text?: string | undefined;
@@ -227,8 +227,8 @@ export declare const TwitterTweetSchema: z.ZodObject<{
227
227
  author?: {
228
228
  description?: string | undefined;
229
229
  name?: string | undefined;
230
- id?: string | undefined;
231
230
  url?: string | undefined;
231
+ id?: string | undefined;
232
232
  following?: number | undefined;
233
233
  userName?: string | undefined;
234
234
  isVerified?: boolean | undefined;
@@ -239,9 +239,9 @@ export declare const TwitterTweetSchema: z.ZodObject<{
239
239
  createdAt?: string | undefined;
240
240
  } | undefined;
241
241
  media?: (string | {
242
- duration?: number | undefined;
243
242
  type?: "photo" | "video" | "animated_gif" | undefined;
244
243
  url?: string | undefined;
244
+ duration?: number | undefined;
245
245
  width?: number | undefined;
246
246
  height?: number | undefined;
247
247
  })[] | undefined;
@@ -120,23 +120,23 @@ export declare const YouTubeVideoSchema: z.ZodObject<{
120
120
  url: z.ZodOptional<z.ZodString>;
121
121
  text: z.ZodOptional<z.ZodString>;
122
122
  }, "strip", z.ZodTypeAny, {
123
- text?: string | undefined;
124
123
  url?: string | undefined;
124
+ text?: string | undefined;
125
125
  language?: string | undefined;
126
126
  }, {
127
- text?: string | undefined;
128
127
  url?: string | undefined;
128
+ text?: string | undefined;
129
129
  language?: string | undefined;
130
130
  }>, "many">>;
131
131
  }, "strip", z.ZodTypeAny, {
132
- duration?: string | undefined;
133
132
  description?: string | undefined;
134
133
  title?: string | undefined;
135
134
  date?: string | undefined;
136
- text?: string | undefined;
137
- tags?: string[] | undefined;
138
- id?: string | undefined;
139
135
  url?: string | undefined;
136
+ duration?: string | undefined;
137
+ id?: string | undefined;
138
+ tags?: string[] | undefined;
139
+ text?: string | undefined;
140
140
  thumbnail?: string | undefined;
141
141
  commentsCount?: number | undefined;
142
142
  comments?: number | undefined;
@@ -150,19 +150,19 @@ export declare const YouTubeVideoSchema: z.ZodObject<{
150
150
  thumbnailUrl?: string | undefined;
151
151
  category?: string | undefined;
152
152
  subtitles?: {
153
- text?: string | undefined;
154
153
  url?: string | undefined;
154
+ text?: string | undefined;
155
155
  language?: string | undefined;
156
156
  }[] | undefined;
157
157
  }, {
158
- duration?: string | undefined;
159
158
  description?: string | undefined;
160
159
  title?: string | undefined;
161
160
  date?: string | undefined;
162
- text?: string | undefined;
163
- tags?: string[] | undefined;
164
- id?: string | undefined;
165
161
  url?: string | undefined;
162
+ duration?: string | undefined;
163
+ id?: string | undefined;
164
+ tags?: string[] | undefined;
165
+ text?: string | undefined;
166
166
  thumbnail?: string | undefined;
167
167
  commentsCount?: number | undefined;
168
168
  comments?: number | undefined;
@@ -176,8 +176,8 @@ export declare const YouTubeVideoSchema: z.ZodObject<{
176
176
  thumbnailUrl?: string | undefined;
177
177
  category?: string | undefined;
178
178
  subtitles?: {
179
- text?: string | undefined;
180
179
  url?: string | undefined;
180
+ text?: string | undefined;
181
181
  language?: string | undefined;
182
182
  }[] | undefined;
183
183
  }>;