@bubblelab/bubble-core 0.1.69 → 0.1.71

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 (46) hide show
  1. package/dist/bubble-bundle.d.ts +78 -78
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
  4. package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +38 -38
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +78 -78
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +92 -92
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +42 -42
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +346 -346
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +320 -320
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +76 -76
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +58 -58
  17. package/dist/bubbles/service-bubble/github.d.ts +36 -36
  18. package/dist/bubbles/service-bubble/gmail.d.ts +88 -88
  19. package/dist/bubbles/service-bubble/google-drive.d.ts +63 -2
  20. package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
  21. package/dist/bubbles/service-bubble/google-drive.js +74 -4
  22. package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
  23. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +74 -74
  24. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +9 -9
  27. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +62 -62
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +20 -20
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  30. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  31. package/dist/bubbles/service-bubble/slack/slack.d.ts +114 -114
  32. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +11 -11
  33. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +78 -78
  34. package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
  35. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
  36. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +20 -20
  37. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  38. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +305 -305
  39. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +28 -28
  40. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  41. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
  42. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +108 -108
  43. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
  44. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +32 -32
  45. package/dist/bubbles.json +69 -4
  46. package/package.json +2 -2
@@ -69,13 +69,13 @@ export declare const AmazonShoppingToolParamsSchema: z.ZodDiscriminatedUnion<"op
69
69
  max_results: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
70
70
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
71
71
  }, "strip", z.ZodTypeAny, {
72
- query: string;
73
72
  operation: "search";
73
+ query: string;
74
74
  max_results: number;
75
75
  credentials?: Partial<Record<CredentialType, string>> | undefined;
76
76
  }, {
77
- query: string;
78
77
  operation: "search";
78
+ query: string;
79
79
  credentials?: Partial<Record<CredentialType, string>> | undefined;
80
80
  max_results?: number | undefined;
81
81
  }>, z.ZodObject<{
@@ -98,12 +98,12 @@ export declare const AmazonShoppingToolParamsSchema: z.ZodDiscriminatedUnion<"op
98
98
  }, "strip", z.ZodTypeAny, {
99
99
  operation: "screenshot";
100
100
  full_page: boolean;
101
- credentials?: Partial<Record<CredentialType, string>> | undefined;
102
101
  url?: string | undefined;
102
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
103
103
  }, {
104
104
  operation: "screenshot";
105
- credentials?: Partial<Record<CredentialType, string>> | undefined;
106
105
  url?: string | undefined;
106
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
107
107
  full_page?: boolean | undefined;
108
108
  }>]>;
109
109
  /**
@@ -186,15 +186,15 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
186
186
  cart_count: z.ZodOptional<z.ZodNumber>;
187
187
  error: z.ZodString;
188
188
  }, "strip", z.ZodTypeAny, {
189
- error: string;
190
- success: boolean;
191
189
  operation: "add_to_cart";
190
+ success: boolean;
191
+ error: string;
192
192
  message?: string | undefined;
193
193
  cart_count?: number | undefined;
194
194
  }, {
195
- error: string;
196
- success: boolean;
197
195
  operation: "add_to_cart";
196
+ success: boolean;
197
+ error: string;
198
198
  message?: string | undefined;
199
199
  cart_count?: number | undefined;
200
200
  }>, z.ZodObject<{
@@ -227,9 +227,9 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
227
227
  screenshot_url: z.ZodOptional<z.ZodString>;
228
228
  error: z.ZodString;
229
229
  }, "strip", z.ZodTypeAny, {
230
- error: string;
231
- success: boolean;
232
230
  operation: "get_cart";
231
+ success: boolean;
232
+ error: string;
233
233
  items?: {
234
234
  title: string;
235
235
  price: string;
@@ -242,9 +242,9 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
242
242
  total_items?: number | undefined;
243
243
  screenshot_url?: string | undefined;
244
244
  }, {
245
- error: string;
246
- success: boolean;
247
245
  operation: "get_cart";
246
+ success: boolean;
247
+ error: string;
248
248
  items?: {
249
249
  title: string;
250
250
  price: string;
@@ -283,9 +283,9 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
283
283
  screenshot_url: z.ZodOptional<z.ZodString>;
284
284
  error: z.ZodString;
285
285
  }, "strip", z.ZodTypeAny, {
286
- error: string;
287
- success: boolean;
288
286
  operation: "checkout";
287
+ success: boolean;
288
+ error: string;
289
289
  items?: {
290
290
  title: string;
291
291
  price?: string | undefined;
@@ -301,9 +301,9 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
301
301
  shipping_address?: string | undefined;
302
302
  payment_method?: string | undefined;
303
303
  }, {
304
- error: string;
305
- success: boolean;
306
304
  operation: "checkout";
305
+ success: boolean;
306
+ error: string;
307
307
  items?: {
308
308
  title: string;
309
309
  price?: string | undefined;
@@ -352,9 +352,9 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
352
352
  total_results: z.ZodOptional<z.ZodNumber>;
353
353
  error: z.ZodString;
354
354
  }, "strip", z.ZodTypeAny, {
355
- error: string;
356
- success: boolean;
357
355
  operation: "search";
356
+ success: boolean;
357
+ error: string;
358
358
  results?: {
359
359
  title: string;
360
360
  url: string;
@@ -367,9 +367,9 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
367
367
  }[] | undefined;
368
368
  total_results?: number | undefined;
369
369
  }, {
370
- error: string;
371
- success: boolean;
372
370
  operation: "search";
371
+ success: boolean;
372
+ error: string;
373
373
  results?: {
374
374
  title: string;
375
375
  url: string;
@@ -420,9 +420,9 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
420
420
  }>>;
421
421
  error: z.ZodString;
422
422
  }, "strip", z.ZodTypeAny, {
423
- error: string;
424
- success: boolean;
425
423
  operation: "get_product";
424
+ success: boolean;
425
+ error: string;
426
426
  product?: {
427
427
  title: string;
428
428
  url: string;
@@ -436,9 +436,9 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
436
436
  availability?: string | undefined;
437
437
  } | undefined;
438
438
  }, {
439
- error: string;
440
- success: boolean;
441
439
  operation: "get_product";
440
+ success: boolean;
441
+ error: string;
442
442
  product?: {
443
443
  title: string;
444
444
  url: string;
@@ -457,14 +457,14 @@ export declare const AmazonShoppingToolResultSchema: z.ZodDiscriminatedUnion<"op
457
457
  screenshot_url: z.ZodOptional<z.ZodString>;
458
458
  error: z.ZodString;
459
459
  }, "strip", z.ZodTypeAny, {
460
- error: string;
461
- success: boolean;
462
460
  operation: "screenshot";
461
+ success: boolean;
462
+ error: string;
463
463
  screenshot_url?: string | undefined;
464
464
  }, {
465
- error: string;
466
- success: boolean;
467
465
  operation: "screenshot";
466
+ success: boolean;
467
+ error: string;
468
468
  screenshot_url?: string | undefined;
469
469
  }>]>;
470
470
  export type AmazonShoppingToolParams = z.output<typeof AmazonShoppingToolParamsSchema>;
@@ -68,10 +68,10 @@ declare const ContactSchema: z.ZodObject<{
68
68
  name: string | null;
69
69
  role: "founder" | "cxo" | "decision_maker";
70
70
  location: string | null;
71
- emails: string[] | null;
72
- linkedinUrl: string | null;
73
71
  headline: string | null;
74
72
  summary: string | null;
73
+ emails: string[] | null;
74
+ linkedinUrl: string | null;
75
75
  languages: string[] | null;
76
76
  skills: string[] | null;
77
77
  education: {
@@ -99,10 +99,10 @@ declare const ContactSchema: z.ZodObject<{
99
99
  name: string | null;
100
100
  role: "founder" | "cxo" | "decision_maker";
101
101
  location: string | null;
102
- emails: string[] | null;
103
- linkedinUrl: string | null;
104
102
  headline: string | null;
105
103
  summary: string | null;
104
+ emails: string[] | null;
105
+ linkedinUrl: string | null;
106
106
  languages: string[] | null;
107
107
  skills: string[] | null;
108
108
  education: {
@@ -206,10 +206,10 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
206
206
  name: string | null;
207
207
  role: "founder" | "cxo" | "decision_maker";
208
208
  location: string | null;
209
- emails: string[] | null;
210
- linkedinUrl: string | null;
211
209
  headline: string | null;
212
210
  summary: string | null;
211
+ emails: string[] | null;
212
+ linkedinUrl: string | null;
213
213
  languages: string[] | null;
214
214
  skills: string[] | null;
215
215
  education: {
@@ -237,10 +237,10 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
237
237
  name: string | null;
238
238
  role: "founder" | "cxo" | "decision_maker";
239
239
  location: string | null;
240
- emails: string[] | null;
241
- linkedinUrl: string | null;
242
240
  headline: string | null;
243
241
  summary: string | null;
242
+ emails: string[] | null;
243
+ linkedinUrl: string | null;
244
244
  languages: string[] | null;
245
245
  skills: string[] | null;
246
246
  education: {
@@ -325,10 +325,10 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
325
325
  name: string | null;
326
326
  role: "founder" | "cxo" | "decision_maker";
327
327
  location: string | null;
328
- emails: string[] | null;
329
- linkedinUrl: string | null;
330
328
  headline: string | null;
331
329
  summary: string | null;
330
+ emails: string[] | null;
331
+ linkedinUrl: string | null;
332
332
  languages: string[] | null;
333
333
  skills: string[] | null;
334
334
  education: {
@@ -374,10 +374,10 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
374
374
  name: string | null;
375
375
  role: "founder" | "cxo" | "decision_maker";
376
376
  location: string | null;
377
- emails: string[] | null;
378
- linkedinUrl: string | null;
379
377
  headline: string | null;
380
378
  summary: string | null;
379
+ emails: string[] | null;
380
+ linkedinUrl: string | null;
381
381
  languages: string[] | null;
382
382
  skills: string[] | null;
383
383
  education: {
@@ -507,10 +507,10 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
507
507
  name: string | null;
508
508
  role: "founder" | "cxo" | "decision_maker";
509
509
  location: string | null;
510
- emails: string[] | null;
511
- linkedinUrl: string | null;
512
510
  headline: string | null;
513
511
  summary: string | null;
512
+ emails: string[] | null;
513
+ linkedinUrl: string | null;
514
514
  languages: string[] | null;
515
515
  skills: string[] | null;
516
516
  education: {
@@ -538,10 +538,10 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
538
538
  name: string | null;
539
539
  role: "founder" | "cxo" | "decision_maker";
540
540
  location: string | null;
541
- emails: string[] | null;
542
- linkedinUrl: string | null;
543
541
  headline: string | null;
544
542
  summary: string | null;
543
+ emails: string[] | null;
544
+ linkedinUrl: string | null;
545
545
  languages: string[] | null;
546
546
  skills: string[] | null;
547
547
  education: {
@@ -626,10 +626,10 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
626
626
  name: string | null;
627
627
  role: "founder" | "cxo" | "decision_maker";
628
628
  location: string | null;
629
- emails: string[] | null;
630
- linkedinUrl: string | null;
631
629
  headline: string | null;
632
630
  summary: string | null;
631
+ emails: string[] | null;
632
+ linkedinUrl: string | null;
633
633
  languages: string[] | null;
634
634
  skills: string[] | null;
635
635
  education: {
@@ -675,10 +675,10 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
675
675
  name: string | null;
676
676
  role: "founder" | "cxo" | "decision_maker";
677
677
  location: string | null;
678
- emails: string[] | null;
679
- linkedinUrl: string | null;
680
678
  headline: string | null;
681
679
  summary: string | null;
680
+ emails: string[] | null;
681
+ linkedinUrl: string | null;
682
682
  languages: string[] | null;
683
683
  skills: string[] | null;
684
684
  education: {
@@ -89,11 +89,11 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
89
89
  lat: number | null;
90
90
  lng: number | null;
91
91
  } | null;
92
- website: string | null;
93
92
  phone: string | null;
94
93
  rating: number | null;
95
94
  category: string | null;
96
95
  address: string | null;
96
+ website: string | null;
97
97
  placeId: string | null;
98
98
  reviewsCount: number | null;
99
99
  openingHours: {
@@ -119,11 +119,11 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
119
119
  lat: number | null;
120
120
  lng: number | null;
121
121
  } | null;
122
- website: string | null;
123
122
  phone: string | null;
124
123
  rating: number | null;
125
124
  category: string | null;
126
125
  address: string | null;
126
+ website: string | null;
127
127
  placeId: string | null;
128
128
  reviewsCount: number | null;
129
129
  openingHours: {
@@ -157,11 +157,11 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
157
157
  lat: number | null;
158
158
  lng: number | null;
159
159
  } | null;
160
- website: string | null;
161
160
  phone: string | null;
162
161
  rating: number | null;
163
162
  category: string | null;
164
163
  address: string | null;
164
+ website: string | null;
165
165
  placeId: string | null;
166
166
  reviewsCount: number | null;
167
167
  openingHours: {
@@ -193,11 +193,11 @@ declare const GoogleMapsToolResultSchema: z.ZodObject<{
193
193
  lat: number | null;
194
194
  lng: number | null;
195
195
  } | null;
196
- website: string | null;
197
196
  phone: string | null;
198
197
  rating: number | null;
199
198
  category: string | null;
200
199
  address: string | null;
200
+ website: string | null;
201
201
  placeId: string | null;
202
202
  reviewsCount: number | null;
203
203
  openingHours: {
@@ -311,11 +311,11 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
311
311
  lat: number | null;
312
312
  lng: number | null;
313
313
  } | null;
314
- website: string | null;
315
314
  phone: string | null;
316
315
  rating: number | null;
317
316
  category: string | null;
318
317
  address: string | null;
318
+ website: string | null;
319
319
  placeId: string | null;
320
320
  reviewsCount: number | null;
321
321
  openingHours: {
@@ -341,11 +341,11 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
341
341
  lat: number | null;
342
342
  lng: number | null;
343
343
  } | null;
344
- website: string | null;
345
344
  phone: string | null;
346
345
  rating: number | null;
347
346
  category: string | null;
348
347
  address: string | null;
348
+ website: string | null;
349
349
  placeId: string | null;
350
350
  reviewsCount: number | null;
351
351
  openingHours: {
@@ -379,11 +379,11 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
379
379
  lat: number | null;
380
380
  lng: number | null;
381
381
  } | null;
382
- website: string | null;
383
382
  phone: string | null;
384
383
  rating: number | null;
385
384
  category: string | null;
386
385
  address: string | null;
386
+ website: string | null;
387
387
  placeId: string | null;
388
388
  reviewsCount: number | null;
389
389
  openingHours: {
@@ -415,11 +415,11 @@ export declare class GoogleMapsTool extends ToolBubble<GoogleMapsToolParams, Goo
415
415
  lat: number | null;
416
416
  lng: number | null;
417
417
  } | null;
418
- website: string | null;
419
418
  phone: string | null;
420
419
  rating: number | null;
421
420
  category: string | null;
422
421
  address: string | null;
422
+ website: string | null;
423
423
  placeId: string | null;
424
424
  reviewsCount: number | null;
425
425
  openingHours: {