@bubblelab/bubble-core 0.1.45 → 0.1.46

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 (44) hide show
  1. package/dist/bubble-bundle.d.ts +63 -63
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +24 -24
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
  4. package/dist/bubbles/service-bubble/airtable.d.ts +28 -28
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +48 -48
  7. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +21 -20
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -1
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.js +29 -8
  10. package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -1
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +16 -16
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +428 -428
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +256 -256
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +236 -236
  16. package/dist/bubbles/service-bubble/github.d.ts +64 -64
  17. package/dist/bubbles/service-bubble/gmail.d.ts +478 -478
  18. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  19. package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
  20. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
  21. package/dist/bubbles/service-bubble/http.d.ts +12 -12
  22. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  23. package/dist/bubbles/service-bubble/jira/jira.d.ts +10 -10
  24. package/dist/bubbles/service-bubble/notion/notion.d.ts +80 -80
  25. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  26. package/dist/bubbles/service-bubble/resend.d.ts +8 -8
  27. package/dist/bubbles/service-bubble/slack/slack.d.ts +248 -248
  28. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  29. package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
  30. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +5 -5
  31. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +70 -70
  32. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +4 -4
  33. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
  34. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +348 -348
  35. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +42 -42
  36. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  37. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
  38. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +90 -90
  39. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  40. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  41. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +28 -28
  42. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +8 -8
  43. package/dist/bubbles.json +1 -1
  44. package/package.json +2 -2
@@ -109,11 +109,11 @@ declare const PersonResultSchema: z.ZodObject<{
109
109
  }, "strip", z.ZodTypeAny, {
110
110
  title: string | null;
111
111
  name: string | null;
112
- emails: string[] | null;
113
- headline: string | null;
114
- location: string | null;
115
112
  summary: string | null;
113
+ location: string | null;
114
+ headline: string | null;
116
115
  seniorityLevel: string | null;
116
+ emails: string[] | null;
117
117
  languages: string[] | null;
118
118
  skills: string[] | null;
119
119
  education: {
@@ -161,11 +161,11 @@ declare const PersonResultSchema: z.ZodObject<{
161
161
  }, {
162
162
  title: string | null;
163
163
  name: string | null;
164
- emails: string[] | null;
165
- headline: string | null;
166
- location: string | null;
167
164
  summary: string | null;
165
+ location: string | null;
166
+ headline: string | null;
168
167
  seniorityLevel: string | null;
168
+ emails: string[] | null;
169
169
  languages: string[] | null;
170
170
  skills: string[] | null;
171
171
  education: {
@@ -255,13 +255,13 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
255
255
  enrichEmails: boolean;
256
256
  includePersonalEmails: boolean;
257
257
  credentials?: Partial<Record<CredentialType, string>> | undefined;
258
- location?: string | undefined;
259
- city?: string | undefined;
260
- country?: string | undefined;
261
258
  limit?: number | undefined;
262
259
  cursor?: string | undefined;
260
+ location?: string | undefined;
263
261
  companyName?: string | undefined;
264
262
  companyLinkedinUrl?: string | undefined;
263
+ city?: string | undefined;
264
+ country?: string | undefined;
265
265
  languages?: string[] | undefined;
266
266
  skills?: string[] | undefined;
267
267
  recentlyChangedJobs?: boolean | undefined;
@@ -287,13 +287,13 @@ declare const PeopleSearchToolParamsSchema: z.ZodObject<{
287
287
  excludeProfiles?: string[] | undefined;
288
288
  }, {
289
289
  credentials?: Partial<Record<CredentialType, string>> | undefined;
290
- location?: string | undefined;
291
- city?: string | undefined;
292
- country?: string | undefined;
293
290
  limit?: number | undefined;
294
291
  cursor?: string | undefined;
292
+ location?: string | undefined;
295
293
  companyName?: string | undefined;
296
294
  companyLinkedinUrl?: string | undefined;
295
+ city?: string | undefined;
296
+ country?: string | undefined;
297
297
  languages?: string[] | undefined;
298
298
  skills?: string[] | undefined;
299
299
  recentlyChangedJobs?: boolean | undefined;
@@ -428,11 +428,11 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
428
428
  }, "strip", z.ZodTypeAny, {
429
429
  title: string | null;
430
430
  name: string | null;
431
- emails: string[] | null;
432
- headline: string | null;
433
- location: string | null;
434
431
  summary: string | null;
432
+ location: string | null;
433
+ headline: string | null;
435
434
  seniorityLevel: string | null;
435
+ emails: string[] | null;
436
436
  languages: string[] | null;
437
437
  skills: string[] | null;
438
438
  education: {
@@ -480,11 +480,11 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
480
480
  }, {
481
481
  title: string | null;
482
482
  name: string | null;
483
- emails: string[] | null;
484
- headline: string | null;
485
- location: string | null;
486
483
  summary: string | null;
484
+ location: string | null;
485
+ headline: string | null;
487
486
  seniorityLevel: string | null;
487
+ emails: string[] | null;
488
488
  languages: string[] | null;
489
489
  skills: string[] | null;
490
490
  education: {
@@ -540,11 +540,11 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
540
540
  people: {
541
541
  title: string | null;
542
542
  name: string | null;
543
- emails: string[] | null;
544
- headline: string | null;
545
- location: string | null;
546
543
  summary: string | null;
544
+ location: string | null;
545
+ headline: string | null;
547
546
  seniorityLevel: string | null;
547
+ emails: string[] | null;
548
548
  languages: string[] | null;
549
549
  skills: string[] | null;
550
550
  education: {
@@ -598,11 +598,11 @@ declare const PeopleSearchToolResultSchema: z.ZodObject<{
598
598
  people: {
599
599
  title: string | null;
600
600
  name: string | null;
601
- emails: string[] | null;
602
- headline: string | null;
603
- location: string | null;
604
601
  summary: string | null;
602
+ location: string | null;
603
+ headline: string | null;
605
604
  seniorityLevel: string | null;
605
+ emails: string[] | null;
606
606
  languages: string[] | null;
607
607
  skills: string[] | null;
608
608
  education: {
@@ -724,13 +724,13 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
724
724
  enrichEmails: boolean;
725
725
  includePersonalEmails: boolean;
726
726
  credentials?: Partial<Record<CredentialType, string>> | undefined;
727
- location?: string | undefined;
728
- city?: string | undefined;
729
- country?: string | undefined;
730
727
  limit?: number | undefined;
731
728
  cursor?: string | undefined;
729
+ location?: string | undefined;
732
730
  companyName?: string | undefined;
733
731
  companyLinkedinUrl?: string | undefined;
732
+ city?: string | undefined;
733
+ country?: string | undefined;
734
734
  languages?: string[] | undefined;
735
735
  skills?: string[] | undefined;
736
736
  recentlyChangedJobs?: boolean | undefined;
@@ -756,13 +756,13 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
756
756
  excludeProfiles?: string[] | undefined;
757
757
  }, {
758
758
  credentials?: Partial<Record<CredentialType, string>> | undefined;
759
- location?: string | undefined;
760
- city?: string | undefined;
761
- country?: string | undefined;
762
759
  limit?: number | undefined;
763
760
  cursor?: string | undefined;
761
+ location?: string | undefined;
764
762
  companyName?: string | undefined;
765
763
  companyLinkedinUrl?: string | undefined;
764
+ city?: string | undefined;
765
+ country?: string | undefined;
766
766
  languages?: string[] | undefined;
767
767
  skills?: string[] | undefined;
768
768
  recentlyChangedJobs?: boolean | undefined;
@@ -897,11 +897,11 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
897
897
  }, "strip", z.ZodTypeAny, {
898
898
  title: string | null;
899
899
  name: string | null;
900
- emails: string[] | null;
901
- headline: string | null;
902
- location: string | null;
903
900
  summary: string | null;
901
+ location: string | null;
902
+ headline: string | null;
904
903
  seniorityLevel: string | null;
904
+ emails: string[] | null;
905
905
  languages: string[] | null;
906
906
  skills: string[] | null;
907
907
  education: {
@@ -949,11 +949,11 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
949
949
  }, {
950
950
  title: string | null;
951
951
  name: string | null;
952
- emails: string[] | null;
953
- headline: string | null;
954
- location: string | null;
955
952
  summary: string | null;
953
+ location: string | null;
954
+ headline: string | null;
956
955
  seniorityLevel: string | null;
956
+ emails: string[] | null;
957
957
  languages: string[] | null;
958
958
  skills: string[] | null;
959
959
  education: {
@@ -1009,11 +1009,11 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
1009
1009
  people: {
1010
1010
  title: string | null;
1011
1011
  name: string | null;
1012
- emails: string[] | null;
1013
- headline: string | null;
1014
- location: string | null;
1015
1012
  summary: string | null;
1013
+ location: string | null;
1014
+ headline: string | null;
1016
1015
  seniorityLevel: string | null;
1016
+ emails: string[] | null;
1017
1017
  languages: string[] | null;
1018
1018
  skills: string[] | null;
1019
1019
  education: {
@@ -1067,11 +1067,11 @@ export declare class PeopleSearchTool extends ToolBubble<PeopleSearchToolParams,
1067
1067
  people: {
1068
1068
  title: string | null;
1069
1069
  name: string | null;
1070
- emails: string[] | null;
1071
- headline: string | null;
1072
- location: string | null;
1073
1070
  summary: string | null;
1071
+ location: string | null;
1072
+ headline: string | null;
1074
1073
  seniorityLevel: string | null;
1074
+ emails: string[] | null;
1075
1075
  languages: string[] | null;
1076
1076
  skills: string[] | null;
1077
1077
  education: {
@@ -40,8 +40,8 @@ declare const SQLQueryToolResultSchema: z.ZodObject<{
40
40
  }, "strip", z.ZodTypeAny, {
41
41
  success: boolean;
42
42
  error: string;
43
- executionTime: number;
44
43
  rowCount: number;
44
+ executionTime: number;
45
45
  rows?: Record<string, unknown>[] | undefined;
46
46
  fields?: {
47
47
  name: string;
@@ -50,8 +50,8 @@ declare const SQLQueryToolResultSchema: z.ZodObject<{
50
50
  }, {
51
51
  success: boolean;
52
52
  error: string;
53
- executionTime: number;
54
53
  rowCount: number;
54
+ executionTime: number;
55
55
  rows?: Record<string, unknown>[] | undefined;
56
56
  fields?: {
57
57
  name: string;
@@ -103,8 +103,8 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
103
103
  }, "strip", z.ZodTypeAny, {
104
104
  success: boolean;
105
105
  error: string;
106
- executionTime: number;
107
106
  rowCount: number;
107
+ executionTime: number;
108
108
  rows?: Record<string, unknown>[] | undefined;
109
109
  fields?: {
110
110
  name: string;
@@ -113,8 +113,8 @@ export declare class SQLQueryTool extends ToolBubble<SQLQueryToolParams, SQLQuer
113
113
  }, {
114
114
  success: boolean;
115
115
  error: string;
116
- executionTime: number;
117
116
  rowCount: number;
117
+ executionTime: number;
118
118
  rows?: Record<string, unknown>[] | undefined;
119
119
  fields?: {
120
120
  name: string;
@@ -98,15 +98,8 @@ declare const TikTokToolResultSchema: z.ZodObject<{
98
98
  name: string | null;
99
99
  }>, "many">>;
100
100
  }, "strip", z.ZodTypeAny, {
101
- id: string | null;
102
- stats: {
103
- collectCount: number | null;
104
- commentCount: number | null;
105
- diggCount: number | null;
106
- playCount: number | null;
107
- shareCount: number | null;
108
- } | null;
109
101
  text: string | null;
102
+ id: string | null;
110
103
  hashtags: {
111
104
  name: string | null;
112
105
  }[] | null;
@@ -123,12 +116,6 @@ declare const TikTokToolResultSchema: z.ZodObject<{
123
116
  videoCount: number | null;
124
117
  heartCount: number | null;
125
118
  } | null;
126
- createTime: number | null;
127
- createTimeISO: string | null;
128
- webVideoUrl: string | null;
129
- covers: string[] | null;
130
- }, {
131
- id: string | null;
132
119
  stats: {
133
120
  collectCount: number | null;
134
121
  commentCount: number | null;
@@ -136,7 +123,13 @@ declare const TikTokToolResultSchema: z.ZodObject<{
136
123
  playCount: number | null;
137
124
  shareCount: number | null;
138
125
  } | null;
126
+ createTime: number | null;
127
+ createTimeISO: string | null;
128
+ webVideoUrl: string | null;
129
+ covers: string[] | null;
130
+ }, {
139
131
  text: string | null;
132
+ id: string | null;
140
133
  hashtags: {
141
134
  name: string | null;
142
135
  }[] | null;
@@ -153,6 +146,13 @@ declare const TikTokToolResultSchema: z.ZodObject<{
153
146
  videoCount: number | null;
154
147
  heartCount: number | null;
155
148
  } | null;
149
+ stats: {
150
+ collectCount: number | null;
151
+ commentCount: number | null;
152
+ diggCount: number | null;
153
+ playCount: number | null;
154
+ shareCount: number | null;
155
+ } | null;
156
156
  createTime: number | null;
157
157
  createTimeISO: string | null;
158
158
  webVideoUrl: string | null;
@@ -166,15 +166,8 @@ declare const TikTokToolResultSchema: z.ZodObject<{
166
166
  success: boolean;
167
167
  error: string;
168
168
  videos: {
169
- id: string | null;
170
- stats: {
171
- collectCount: number | null;
172
- commentCount: number | null;
173
- diggCount: number | null;
174
- playCount: number | null;
175
- shareCount: number | null;
176
- } | null;
177
169
  text: string | null;
170
+ id: string | null;
178
171
  hashtags: {
179
172
  name: string | null;
180
173
  }[] | null;
@@ -191,6 +184,13 @@ declare const TikTokToolResultSchema: z.ZodObject<{
191
184
  videoCount: number | null;
192
185
  heartCount: number | null;
193
186
  } | null;
187
+ stats: {
188
+ collectCount: number | null;
189
+ commentCount: number | null;
190
+ diggCount: number | null;
191
+ playCount: number | null;
192
+ shareCount: number | null;
193
+ } | null;
194
194
  createTime: number | null;
195
195
  createTimeISO: string | null;
196
196
  webVideoUrl: string | null;
@@ -202,15 +202,8 @@ declare const TikTokToolResultSchema: z.ZodObject<{
202
202
  success: boolean;
203
203
  error: string;
204
204
  videos: {
205
- id: string | null;
206
- stats: {
207
- collectCount: number | null;
208
- commentCount: number | null;
209
- diggCount: number | null;
210
- playCount: number | null;
211
- shareCount: number | null;
212
- } | null;
213
205
  text: string | null;
206
+ id: string | null;
214
207
  hashtags: {
215
208
  name: string | null;
216
209
  }[] | null;
@@ -227,6 +220,13 @@ declare const TikTokToolResultSchema: z.ZodObject<{
227
220
  videoCount: number | null;
228
221
  heartCount: number | null;
229
222
  } | null;
223
+ stats: {
224
+ collectCount: number | null;
225
+ commentCount: number | null;
226
+ diggCount: number | null;
227
+ playCount: number | null;
228
+ shareCount: number | null;
229
+ } | null;
230
230
  createTime: number | null;
231
231
  createTimeISO: string | null;
232
232
  webVideoUrl: string | null;
@@ -335,15 +335,8 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
335
335
  name: string | null;
336
336
  }>, "many">>;
337
337
  }, "strip", z.ZodTypeAny, {
338
- id: string | null;
339
- stats: {
340
- collectCount: number | null;
341
- commentCount: number | null;
342
- diggCount: number | null;
343
- playCount: number | null;
344
- shareCount: number | null;
345
- } | null;
346
338
  text: string | null;
339
+ id: string | null;
347
340
  hashtags: {
348
341
  name: string | null;
349
342
  }[] | null;
@@ -360,12 +353,6 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
360
353
  videoCount: number | null;
361
354
  heartCount: number | null;
362
355
  } | null;
363
- createTime: number | null;
364
- createTimeISO: string | null;
365
- webVideoUrl: string | null;
366
- covers: string[] | null;
367
- }, {
368
- id: string | null;
369
356
  stats: {
370
357
  collectCount: number | null;
371
358
  commentCount: number | null;
@@ -373,7 +360,13 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
373
360
  playCount: number | null;
374
361
  shareCount: number | null;
375
362
  } | null;
363
+ createTime: number | null;
364
+ createTimeISO: string | null;
365
+ webVideoUrl: string | null;
366
+ covers: string[] | null;
367
+ }, {
376
368
  text: string | null;
369
+ id: string | null;
377
370
  hashtags: {
378
371
  name: string | null;
379
372
  }[] | null;
@@ -390,6 +383,13 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
390
383
  videoCount: number | null;
391
384
  heartCount: number | null;
392
385
  } | null;
386
+ stats: {
387
+ collectCount: number | null;
388
+ commentCount: number | null;
389
+ diggCount: number | null;
390
+ playCount: number | null;
391
+ shareCount: number | null;
392
+ } | null;
393
393
  createTime: number | null;
394
394
  createTimeISO: string | null;
395
395
  webVideoUrl: string | null;
@@ -403,15 +403,8 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
403
403
  success: boolean;
404
404
  error: string;
405
405
  videos: {
406
- id: string | null;
407
- stats: {
408
- collectCount: number | null;
409
- commentCount: number | null;
410
- diggCount: number | null;
411
- playCount: number | null;
412
- shareCount: number | null;
413
- } | null;
414
406
  text: string | null;
407
+ id: string | null;
415
408
  hashtags: {
416
409
  name: string | null;
417
410
  }[] | null;
@@ -428,6 +421,13 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
428
421
  videoCount: number | null;
429
422
  heartCount: number | null;
430
423
  } | null;
424
+ stats: {
425
+ collectCount: number | null;
426
+ commentCount: number | null;
427
+ diggCount: number | null;
428
+ playCount: number | null;
429
+ shareCount: number | null;
430
+ } | null;
431
431
  createTime: number | null;
432
432
  createTimeISO: string | null;
433
433
  webVideoUrl: string | null;
@@ -439,15 +439,8 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
439
439
  success: boolean;
440
440
  error: string;
441
441
  videos: {
442
- id: string | null;
443
- stats: {
444
- collectCount: number | null;
445
- commentCount: number | null;
446
- diggCount: number | null;
447
- playCount: number | null;
448
- shareCount: number | null;
449
- } | null;
450
442
  text: string | null;
443
+ id: string | null;
451
444
  hashtags: {
452
445
  name: string | null;
453
446
  }[] | null;
@@ -464,6 +457,13 @@ export declare class TikTokTool extends ToolBubble<TikTokToolParams, TikTokToolR
464
457
  videoCount: number | null;
465
458
  heartCount: number | null;
466
459
  } | null;
460
+ stats: {
461
+ collectCount: number | null;
462
+ commentCount: number | null;
463
+ diggCount: number | null;
464
+ playCount: number | null;
465
+ shareCount: number | null;
466
+ } | null;
467
467
  createTime: number | null;
468
468
  createTimeISO: string | null;
469
469
  webVideoUrl: string | null;