@bubblelab/bubble-core 0.1.139 → 0.1.141

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 (95) hide show
  1. package/dist/bubble-bundle.d.ts +89 -89
  2. package/dist/bubble-flow/bubble-flow-class.d.ts +0 -4
  3. package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
  4. package/dist/bubble-flow/bubble-flow-class.js +0 -1
  5. package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
  6. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  7. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  8. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  9. package/dist/bubbles/service-bubble/ai-agent.js +0 -7
  10. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  11. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  12. package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +6 -6
  13. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  14. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  15. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  16. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  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 +94 -901
  22. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
  23. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +0 -8
  24. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
  25. package/dist/bubbles/service-bubble/apify/apify.d.ts +19 -19
  26. package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
  27. package/dist/bubbles/service-bubble/apify/apify.js +0 -1
  28. package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
  29. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +6 -6
  30. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +8 -8
  31. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +7 -7
  32. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +17 -17
  33. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +10 -10
  34. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
  35. package/dist/bubbles/service-bubble/firecrawl.d.ts +350 -350
  36. package/dist/bubbles/service-bubble/followupboss.d.ts +12 -12
  37. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +28 -28
  38. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +62 -62
  39. package/dist/bubbles/service-bubble/github.d.ts +60 -60
  40. package/dist/bubbles/service-bubble/gmail.d.ts +164 -164
  41. package/dist/bubbles/service-bubble/google-calendar.d.ts +6 -6
  42. package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
  43. package/dist/bubbles/service-bubble/http.d.ts +2 -2
  44. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  45. package/dist/bubbles/service-bubble/jira/jira.d.ts +32 -32
  46. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +38 -38
  47. package/dist/bubbles/service-bubble/notion/notion.d.ts +168 -168
  48. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  49. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  50. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  51. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  52. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  53. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  54. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  55. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  56. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  57. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  58. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  59. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  60. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  61. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  62. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  63. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  64. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  65. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  66. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  67. package/dist/bubbles/service-bubble/slack/slack.d.ts +392 -392
  68. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +24 -24
  69. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  70. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +6 -6
  71. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  72. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  73. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +64 -64
  74. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +451 -1889
  75. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
  76. package/dist/bubbles/tool-bubble/linkedin-tool.js +56 -300
  77. package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
  78. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +108 -108
  79. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  80. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  81. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  82. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +72 -72
  83. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +134 -134
  84. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +36 -36
  85. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  86. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  87. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +24 -24
  88. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
  89. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +26 -26
  90. package/dist/bubbles.json +6 -481
  91. package/package.json +2 -2
  92. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +0 -806
  93. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts.map +0 -1
  94. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js +0 -256
  95. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js.map +0 -1
@@ -55,30 +55,30 @@ declare const ContactSchema: z.ZodObject<{
55
55
  degreeName: z.ZodNullable<z.ZodString>;
56
56
  fieldOfStudy: z.ZodNullable<z.ZodString>;
57
57
  }, "strip", z.ZodTypeAny, {
58
- fieldOfStudy: string | null;
59
58
  instituteName: string | null;
60
59
  degreeName: string | null;
61
- }, {
62
60
  fieldOfStudy: string | null;
61
+ }, {
63
62
  instituteName: string | null;
64
63
  degreeName: string | null;
64
+ fieldOfStudy: string | null;
65
65
  }>, "many">>;
66
66
  }, "strip", z.ZodTypeAny, {
67
67
  title: string | null;
68
68
  name: string | null;
69
69
  summary: string | null;
70
- role: "founder" | "cxo" | "decision_maker";
70
+ role: "cxo" | "decision_maker" | "founder";
71
71
  location: string | null;
72
72
  headline: string | null;
73
+ emails: string[] | null;
74
+ languages: string[] | null;
73
75
  skills: string[] | null;
74
- linkedinUrl: string | null;
75
76
  education: {
76
- fieldOfStudy: string | null;
77
77
  instituteName: string | null;
78
78
  degreeName: string | null;
79
+ fieldOfStudy: string | null;
79
80
  }[] | null;
80
- languages: string[] | null;
81
- emails: string[] | null;
81
+ linkedinUrl: string | null;
82
82
  profilePictureUrl: string | null;
83
83
  twitterHandle: string | null;
84
84
  currentEmployment: {
@@ -98,18 +98,18 @@ declare const ContactSchema: z.ZodObject<{
98
98
  title: string | null;
99
99
  name: string | null;
100
100
  summary: string | null;
101
- role: "founder" | "cxo" | "decision_maker";
101
+ role: "cxo" | "decision_maker" | "founder";
102
102
  location: string | null;
103
103
  headline: string | null;
104
+ emails: string[] | null;
105
+ languages: string[] | null;
104
106
  skills: string[] | null;
105
- linkedinUrl: string | null;
106
107
  education: {
107
- fieldOfStudy: string | null;
108
108
  instituteName: string | null;
109
109
  degreeName: string | null;
110
+ fieldOfStudy: string | null;
110
111
  }[] | null;
111
- languages: string[] | null;
112
- emails: string[] | null;
112
+ linkedinUrl: string | null;
113
113
  profilePictureUrl: string | null;
114
114
  twitterHandle: string | null;
115
115
  currentEmployment: {
@@ -193,30 +193,30 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
193
193
  degreeName: z.ZodNullable<z.ZodString>;
194
194
  fieldOfStudy: z.ZodNullable<z.ZodString>;
195
195
  }, "strip", z.ZodTypeAny, {
196
- fieldOfStudy: string | null;
197
196
  instituteName: string | null;
198
197
  degreeName: string | null;
199
- }, {
200
198
  fieldOfStudy: string | null;
199
+ }, {
201
200
  instituteName: string | null;
202
201
  degreeName: string | null;
202
+ fieldOfStudy: string | null;
203
203
  }>, "many">>;
204
204
  }, "strip", z.ZodTypeAny, {
205
205
  title: string | null;
206
206
  name: string | null;
207
207
  summary: string | null;
208
- role: "founder" | "cxo" | "decision_maker";
208
+ role: "cxo" | "decision_maker" | "founder";
209
209
  location: string | null;
210
210
  headline: string | null;
211
+ emails: string[] | null;
212
+ languages: string[] | null;
211
213
  skills: string[] | null;
212
- linkedinUrl: string | null;
213
214
  education: {
214
- fieldOfStudy: string | null;
215
215
  instituteName: string | null;
216
216
  degreeName: string | null;
217
+ fieldOfStudy: string | null;
217
218
  }[] | null;
218
- languages: string[] | null;
219
- emails: string[] | null;
219
+ linkedinUrl: string | null;
220
220
  profilePictureUrl: string | null;
221
221
  twitterHandle: string | null;
222
222
  currentEmployment: {
@@ -236,18 +236,18 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
236
236
  title: string | null;
237
237
  name: string | null;
238
238
  summary: string | null;
239
- role: "founder" | "cxo" | "decision_maker";
239
+ role: "cxo" | "decision_maker" | "founder";
240
240
  location: string | null;
241
241
  headline: string | null;
242
+ emails: string[] | null;
243
+ languages: string[] | null;
242
244
  skills: string[] | null;
243
- linkedinUrl: string | null;
244
245
  education: {
245
- fieldOfStudy: string | null;
246
246
  instituteName: string | null;
247
247
  degreeName: string | null;
248
+ fieldOfStudy: string | null;
248
249
  }[] | null;
249
- languages: string[] | null;
250
- emails: string[] | null;
250
+ linkedinUrl: string | null;
251
251
  profilePictureUrl: string | null;
252
252
  twitterHandle: string | null;
253
253
  currentEmployment: {
@@ -279,10 +279,10 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
279
279
  }, "strip", z.ZodTypeAny, {
280
280
  description: string | null;
281
281
  name: string | null;
282
- linkedinUrl: string | null;
283
282
  website: string | null;
284
283
  industry: string | null;
285
284
  headcount: number | null;
285
+ linkedinUrl: string | null;
286
286
  hqCity: string | null;
287
287
  hqCountry: string | null;
288
288
  yearFounded: number | null;
@@ -291,10 +291,10 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
291
291
  }, {
292
292
  description: string | null;
293
293
  name: string | null;
294
- linkedinUrl: string | null;
295
294
  website: string | null;
296
295
  industry: string | null;
297
296
  headcount: number | null;
297
+ linkedinUrl: string | null;
298
298
  hqCity: string | null;
299
299
  hqCountry: string | null;
300
300
  yearFounded: number | null;
@@ -310,10 +310,10 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
310
310
  company: {
311
311
  description: string | null;
312
312
  name: string | null;
313
- linkedinUrl: string | null;
314
313
  website: string | null;
315
314
  industry: string | null;
316
315
  headcount: number | null;
316
+ linkedinUrl: string | null;
317
317
  hqCity: string | null;
318
318
  hqCountry: string | null;
319
319
  yearFounded: number | null;
@@ -324,18 +324,18 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
324
324
  title: string | null;
325
325
  name: string | null;
326
326
  summary: string | null;
327
- role: "founder" | "cxo" | "decision_maker";
327
+ role: "cxo" | "decision_maker" | "founder";
328
328
  location: string | null;
329
329
  headline: string | null;
330
+ emails: string[] | null;
331
+ languages: string[] | null;
330
332
  skills: string[] | null;
331
- linkedinUrl: string | null;
332
333
  education: {
333
- fieldOfStudy: string | null;
334
334
  instituteName: string | null;
335
335
  degreeName: string | null;
336
+ fieldOfStudy: string | null;
336
337
  }[] | null;
337
- languages: string[] | null;
338
- emails: string[] | null;
338
+ linkedinUrl: string | null;
339
339
  profilePictureUrl: string | null;
340
340
  twitterHandle: string | null;
341
341
  currentEmployment: {
@@ -359,10 +359,10 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
359
359
  company: {
360
360
  description: string | null;
361
361
  name: string | null;
362
- linkedinUrl: string | null;
363
362
  website: string | null;
364
363
  industry: string | null;
365
364
  headcount: number | null;
365
+ linkedinUrl: string | null;
366
366
  hqCity: string | null;
367
367
  hqCountry: string | null;
368
368
  yearFounded: number | null;
@@ -373,18 +373,18 @@ declare const CompanyEnrichmentToolResultSchema: z.ZodObject<{
373
373
  title: string | null;
374
374
  name: string | null;
375
375
  summary: string | null;
376
- role: "founder" | "cxo" | "decision_maker";
376
+ role: "cxo" | "decision_maker" | "founder";
377
377
  location: string | null;
378
378
  headline: string | null;
379
+ emails: string[] | null;
380
+ languages: string[] | null;
379
381
  skills: string[] | null;
380
- linkedinUrl: string | null;
381
382
  education: {
382
- fieldOfStudy: string | null;
383
383
  instituteName: string | null;
384
384
  degreeName: string | null;
385
+ fieldOfStudy: string | null;
385
386
  }[] | null;
386
- languages: string[] | null;
387
- emails: string[] | null;
387
+ linkedinUrl: string | null;
388
388
  profilePictureUrl: string | null;
389
389
  twitterHandle: string | null;
390
390
  currentEmployment: {
@@ -494,30 +494,30 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
494
494
  degreeName: z.ZodNullable<z.ZodString>;
495
495
  fieldOfStudy: z.ZodNullable<z.ZodString>;
496
496
  }, "strip", z.ZodTypeAny, {
497
- fieldOfStudy: string | null;
498
497
  instituteName: string | null;
499
498
  degreeName: string | null;
500
- }, {
501
499
  fieldOfStudy: string | null;
500
+ }, {
502
501
  instituteName: string | null;
503
502
  degreeName: string | null;
503
+ fieldOfStudy: string | null;
504
504
  }>, "many">>;
505
505
  }, "strip", z.ZodTypeAny, {
506
506
  title: string | null;
507
507
  name: string | null;
508
508
  summary: string | null;
509
- role: "founder" | "cxo" | "decision_maker";
509
+ role: "cxo" | "decision_maker" | "founder";
510
510
  location: string | null;
511
511
  headline: string | null;
512
+ emails: string[] | null;
513
+ languages: string[] | null;
512
514
  skills: string[] | null;
513
- linkedinUrl: string | null;
514
515
  education: {
515
- fieldOfStudy: string | null;
516
516
  instituteName: string | null;
517
517
  degreeName: string | null;
518
+ fieldOfStudy: string | null;
518
519
  }[] | null;
519
- languages: string[] | null;
520
- emails: string[] | null;
520
+ linkedinUrl: string | null;
521
521
  profilePictureUrl: string | null;
522
522
  twitterHandle: string | null;
523
523
  currentEmployment: {
@@ -537,18 +537,18 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
537
537
  title: string | null;
538
538
  name: string | null;
539
539
  summary: string | null;
540
- role: "founder" | "cxo" | "decision_maker";
540
+ role: "cxo" | "decision_maker" | "founder";
541
541
  location: string | null;
542
542
  headline: string | null;
543
+ emails: string[] | null;
544
+ languages: string[] | null;
543
545
  skills: string[] | null;
544
- linkedinUrl: string | null;
545
546
  education: {
546
- fieldOfStudy: string | null;
547
547
  instituteName: string | null;
548
548
  degreeName: string | null;
549
+ fieldOfStudy: string | null;
549
550
  }[] | null;
550
- languages: string[] | null;
551
- emails: string[] | null;
551
+ linkedinUrl: string | null;
552
552
  profilePictureUrl: string | null;
553
553
  twitterHandle: string | null;
554
554
  currentEmployment: {
@@ -580,10 +580,10 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
580
580
  }, "strip", z.ZodTypeAny, {
581
581
  description: string | null;
582
582
  name: string | null;
583
- linkedinUrl: string | null;
584
583
  website: string | null;
585
584
  industry: string | null;
586
585
  headcount: number | null;
586
+ linkedinUrl: string | null;
587
587
  hqCity: string | null;
588
588
  hqCountry: string | null;
589
589
  yearFounded: number | null;
@@ -592,10 +592,10 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
592
592
  }, {
593
593
  description: string | null;
594
594
  name: string | null;
595
- linkedinUrl: string | null;
596
595
  website: string | null;
597
596
  industry: string | null;
598
597
  headcount: number | null;
598
+ linkedinUrl: string | null;
599
599
  hqCity: string | null;
600
600
  hqCountry: string | null;
601
601
  yearFounded: number | null;
@@ -611,10 +611,10 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
611
611
  company: {
612
612
  description: string | null;
613
613
  name: string | null;
614
- linkedinUrl: string | null;
615
614
  website: string | null;
616
615
  industry: string | null;
617
616
  headcount: number | null;
617
+ linkedinUrl: string | null;
618
618
  hqCity: string | null;
619
619
  hqCountry: string | null;
620
620
  yearFounded: number | null;
@@ -625,18 +625,18 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
625
625
  title: string | null;
626
626
  name: string | null;
627
627
  summary: string | null;
628
- role: "founder" | "cxo" | "decision_maker";
628
+ role: "cxo" | "decision_maker" | "founder";
629
629
  location: string | null;
630
630
  headline: string | null;
631
+ emails: string[] | null;
632
+ languages: string[] | null;
631
633
  skills: string[] | null;
632
- linkedinUrl: string | null;
633
634
  education: {
634
- fieldOfStudy: string | null;
635
635
  instituteName: string | null;
636
636
  degreeName: string | null;
637
+ fieldOfStudy: string | null;
637
638
  }[] | null;
638
- languages: string[] | null;
639
- emails: string[] | null;
639
+ linkedinUrl: string | null;
640
640
  profilePictureUrl: string | null;
641
641
  twitterHandle: string | null;
642
642
  currentEmployment: {
@@ -660,10 +660,10 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
660
660
  company: {
661
661
  description: string | null;
662
662
  name: string | null;
663
- linkedinUrl: string | null;
664
663
  website: string | null;
665
664
  industry: string | null;
666
665
  headcount: number | null;
666
+ linkedinUrl: string | null;
667
667
  hqCity: string | null;
668
668
  hqCountry: string | null;
669
669
  yearFounded: number | null;
@@ -674,18 +674,18 @@ export declare class CompanyEnrichmentTool extends ToolBubble<CompanyEnrichmentT
674
674
  title: string | null;
675
675
  name: string | null;
676
676
  summary: string | null;
677
- role: "founder" | "cxo" | "decision_maker";
677
+ role: "cxo" | "decision_maker" | "founder";
678
678
  location: string | null;
679
679
  headline: string | null;
680
+ emails: string[] | null;
681
+ languages: string[] | null;
680
682
  skills: string[] | null;
681
- linkedinUrl: string | null;
682
683
  education: {
683
- fieldOfStudy: string | null;
684
684
  instituteName: string | null;
685
685
  degreeName: string | null;
686
+ fieldOfStudy: string | null;
686
687
  }[] | null;
687
- languages: string[] | null;
688
- emails: string[] | null;
688
+ linkedinUrl: string | null;
689
689
  profilePictureUrl: string | null;
690
690
  twitterHandle: string | null;
691
691
  currentEmployment: {