@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
@@ -311,8 +311,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
311
311
  }>>;
312
312
  }, "strip", import("zod").ZodTypeAny, {
313
313
  location?: string | undefined;
314
- linkedin_url?: string | undefined;
315
314
  headline?: string | undefined;
315
+ linkedin_url?: string | undefined;
316
316
  linkedin_id?: string | undefined;
317
317
  linkedin_handle?: string | undefined;
318
318
  current_position?: {
@@ -333,8 +333,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
333
333
  } | undefined;
334
334
  }, {
335
335
  location?: string | undefined;
336
- linkedin_url?: string | undefined;
337
336
  headline?: string | undefined;
337
+ linkedin_url?: string | undefined;
338
338
  linkedin_id?: string | number | undefined;
339
339
  linkedin_handle?: string | undefined;
340
340
  current_position?: {
@@ -356,14 +356,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
356
356
  }>>;
357
357
  }, "strip", import("zod").ZodTypeAny, {
358
358
  domain?: string | undefined;
359
- emails?: {
360
- status?: string | undefined;
361
- email?: string | undefined;
362
- }[] | undefined;
363
359
  profile?: {
364
360
  location?: string | undefined;
365
- linkedin_url?: string | undefined;
366
361
  headline?: string | undefined;
362
+ linkedin_url?: string | undefined;
367
363
  linkedin_id?: string | undefined;
368
364
  linkedin_handle?: string | undefined;
369
365
  current_position?: {
@@ -383,6 +379,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
383
379
  end_date?: string | undefined;
384
380
  } | undefined;
385
381
  } | undefined;
382
+ emails?: {
383
+ status?: string | undefined;
384
+ email?: string | undefined;
385
+ }[] | undefined;
386
386
  phones?: {
387
387
  phone?: string | undefined;
388
388
  region?: string | undefined;
@@ -402,14 +402,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
402
402
  }[] | undefined;
403
403
  }, {
404
404
  domain?: string | undefined;
405
- emails?: {
406
- status?: string | undefined;
407
- email?: string | undefined;
408
- }[] | undefined;
409
405
  profile?: {
410
406
  location?: string | undefined;
411
- linkedin_url?: string | undefined;
412
407
  headline?: string | undefined;
408
+ linkedin_url?: string | undefined;
413
409
  linkedin_id?: string | number | undefined;
414
410
  linkedin_handle?: string | undefined;
415
411
  current_position?: {
@@ -429,6 +425,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
429
425
  end_date?: string | undefined;
430
426
  } | undefined;
431
427
  } | undefined;
428
+ emails?: {
429
+ status?: string | undefined;
430
+ email?: string | undefined;
431
+ }[] | undefined;
432
432
  phones?: {
433
433
  phone?: string | undefined;
434
434
  region?: string | undefined;
@@ -451,14 +451,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
451
451
  custom?: Record<string, string> | undefined;
452
452
  contact?: {
453
453
  domain?: string | undefined;
454
- emails?: {
455
- status?: string | undefined;
456
- email?: string | undefined;
457
- }[] | undefined;
458
454
  profile?: {
459
455
  location?: string | undefined;
460
- linkedin_url?: string | undefined;
461
456
  headline?: string | undefined;
457
+ linkedin_url?: string | undefined;
462
458
  linkedin_id?: string | undefined;
463
459
  linkedin_handle?: string | undefined;
464
460
  current_position?: {
@@ -478,6 +474,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
478
474
  end_date?: string | undefined;
479
475
  } | undefined;
480
476
  } | undefined;
477
+ emails?: {
478
+ status?: string | undefined;
479
+ email?: string | undefined;
480
+ }[] | undefined;
481
481
  phones?: {
482
482
  phone?: string | undefined;
483
483
  region?: string | undefined;
@@ -500,14 +500,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
500
500
  custom?: Record<string, string> | undefined;
501
501
  contact?: {
502
502
  domain?: string | undefined;
503
- emails?: {
504
- status?: string | undefined;
505
- email?: string | undefined;
506
- }[] | undefined;
507
503
  profile?: {
508
504
  location?: string | undefined;
509
- linkedin_url?: string | undefined;
510
505
  headline?: string | undefined;
506
+ linkedin_url?: string | undefined;
511
507
  linkedin_id?: string | number | undefined;
512
508
  linkedin_handle?: string | undefined;
513
509
  current_position?: {
@@ -527,6 +523,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
527
523
  end_date?: string | undefined;
528
524
  } | undefined;
529
525
  } | undefined;
526
+ emails?: {
527
+ status?: string | undefined;
528
+ email?: string | undefined;
529
+ }[] | undefined;
530
530
  phones?: {
531
531
  phone?: string | undefined;
532
532
  region?: string | undefined;
@@ -561,18 +561,17 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
561
561
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
562
562
  name?: string | undefined;
563
563
  id?: string | undefined;
564
+ cost?: {
565
+ credits?: number | undefined;
566
+ } | undefined;
564
567
  results?: {
565
568
  custom?: Record<string, string> | undefined;
566
569
  contact?: {
567
570
  domain?: string | undefined;
568
- emails?: {
569
- status?: string | undefined;
570
- email?: string | undefined;
571
- }[] | undefined;
572
571
  profile?: {
573
572
  location?: string | undefined;
574
- linkedin_url?: string | undefined;
575
573
  headline?: string | undefined;
574
+ linkedin_url?: string | undefined;
576
575
  linkedin_id?: string | undefined;
577
576
  linkedin_handle?: string | undefined;
578
577
  current_position?: {
@@ -592,6 +591,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
592
591
  end_date?: string | undefined;
593
592
  } | undefined;
594
593
  } | undefined;
594
+ emails?: {
595
+ status?: string | undefined;
596
+ email?: string | undefined;
597
+ }[] | undefined;
595
598
  phones?: {
596
599
  phone?: string | undefined;
597
600
  region?: string | undefined;
@@ -611,9 +614,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
611
614
  }[] | undefined;
612
615
  } | undefined;
613
616
  }[] | undefined;
614
- cost?: {
615
- credits?: number | undefined;
616
- } | undefined;
617
617
  }, {
618
618
  operation: "get_enrichment_result";
619
619
  success: boolean;
@@ -621,18 +621,17 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
621
621
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
622
622
  name?: string | undefined;
623
623
  id?: string | undefined;
624
+ cost?: {
625
+ credits?: number | undefined;
626
+ } | undefined;
624
627
  results?: {
625
628
  custom?: Record<string, string> | undefined;
626
629
  contact?: {
627
630
  domain?: string | undefined;
628
- emails?: {
629
- status?: string | undefined;
630
- email?: string | undefined;
631
- }[] | undefined;
632
631
  profile?: {
633
632
  location?: string | undefined;
634
- linkedin_url?: string | undefined;
635
633
  headline?: string | undefined;
634
+ linkedin_url?: string | undefined;
636
635
  linkedin_id?: string | number | undefined;
637
636
  linkedin_handle?: string | undefined;
638
637
  current_position?: {
@@ -652,6 +651,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
652
651
  end_date?: string | undefined;
653
652
  } | undefined;
654
653
  } | undefined;
654
+ emails?: {
655
+ status?: string | undefined;
656
+ email?: string | undefined;
657
+ }[] | undefined;
655
658
  phones?: {
656
659
  phone?: string | undefined;
657
660
  region?: string | undefined;
@@ -671,9 +674,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
671
674
  }[] | undefined;
672
675
  } | undefined;
673
676
  }[] | undefined;
674
- cost?: {
675
- credits?: number | undefined;
676
- } | undefined;
677
677
  }>, import("zod").ZodObject<{
678
678
  operation: import("zod").ZodLiteral<"start_reverse_email_lookup">;
679
679
  success: import("zod").ZodBoolean;
@@ -824,8 +824,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
824
824
  }>>;
825
825
  }, "strip", import("zod").ZodTypeAny, {
826
826
  location?: string | undefined;
827
- linkedin_url?: string | undefined;
828
827
  headline?: string | undefined;
828
+ linkedin_url?: string | undefined;
829
829
  linkedin_id?: string | undefined;
830
830
  linkedin_handle?: string | undefined;
831
831
  current_position?: {
@@ -846,8 +846,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
846
846
  } | undefined;
847
847
  }, {
848
848
  location?: string | undefined;
849
- linkedin_url?: string | undefined;
850
849
  headline?: string | undefined;
850
+ linkedin_url?: string | undefined;
851
851
  linkedin_id?: string | number | undefined;
852
852
  linkedin_handle?: string | undefined;
853
853
  current_position?: {
@@ -869,14 +869,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
869
869
  }>>;
870
870
  }, "strip", import("zod").ZodTypeAny, {
871
871
  domain?: string | undefined;
872
- emails?: {
873
- status?: string | undefined;
874
- email?: string | undefined;
875
- }[] | undefined;
876
872
  profile?: {
877
873
  location?: string | undefined;
878
- linkedin_url?: string | undefined;
879
874
  headline?: string | undefined;
875
+ linkedin_url?: string | undefined;
880
876
  linkedin_id?: string | undefined;
881
877
  linkedin_handle?: string | undefined;
882
878
  current_position?: {
@@ -896,6 +892,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
896
892
  end_date?: string | undefined;
897
893
  } | undefined;
898
894
  } | undefined;
895
+ emails?: {
896
+ status?: string | undefined;
897
+ email?: string | undefined;
898
+ }[] | undefined;
899
899
  phones?: {
900
900
  phone?: string | undefined;
901
901
  region?: string | undefined;
@@ -915,14 +915,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
915
915
  }[] | undefined;
916
916
  }, {
917
917
  domain?: string | undefined;
918
- emails?: {
919
- status?: string | undefined;
920
- email?: string | undefined;
921
- }[] | undefined;
922
918
  profile?: {
923
919
  location?: string | undefined;
924
- linkedin_url?: string | undefined;
925
920
  headline?: string | undefined;
921
+ linkedin_url?: string | undefined;
926
922
  linkedin_id?: string | number | undefined;
927
923
  linkedin_handle?: string | undefined;
928
924
  current_position?: {
@@ -942,6 +938,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
942
938
  end_date?: string | undefined;
943
939
  } | undefined;
944
940
  } | undefined;
941
+ emails?: {
942
+ status?: string | undefined;
943
+ email?: string | undefined;
944
+ }[] | undefined;
945
945
  phones?: {
946
946
  phone?: string | undefined;
947
947
  region?: string | undefined;
@@ -964,14 +964,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
964
964
  input?: string | undefined;
965
965
  contact?: {
966
966
  domain?: string | undefined;
967
- emails?: {
968
- status?: string | undefined;
969
- email?: string | undefined;
970
- }[] | undefined;
971
967
  profile?: {
972
968
  location?: string | undefined;
973
- linkedin_url?: string | undefined;
974
969
  headline?: string | undefined;
970
+ linkedin_url?: string | undefined;
975
971
  linkedin_id?: string | undefined;
976
972
  linkedin_handle?: string | undefined;
977
973
  current_position?: {
@@ -991,6 +987,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
991
987
  end_date?: string | undefined;
992
988
  } | undefined;
993
989
  } | undefined;
990
+ emails?: {
991
+ status?: string | undefined;
992
+ email?: string | undefined;
993
+ }[] | undefined;
994
994
  phones?: {
995
995
  phone?: string | undefined;
996
996
  region?: string | undefined;
@@ -1013,14 +1013,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1013
1013
  input?: string | undefined;
1014
1014
  contact?: {
1015
1015
  domain?: string | undefined;
1016
- emails?: {
1017
- status?: string | undefined;
1018
- email?: string | undefined;
1019
- }[] | undefined;
1020
1016
  profile?: {
1021
1017
  location?: string | undefined;
1022
- linkedin_url?: string | undefined;
1023
1018
  headline?: string | undefined;
1019
+ linkedin_url?: string | undefined;
1024
1020
  linkedin_id?: string | number | undefined;
1025
1021
  linkedin_handle?: string | undefined;
1026
1022
  current_position?: {
@@ -1040,6 +1036,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1040
1036
  end_date?: string | undefined;
1041
1037
  } | undefined;
1042
1038
  } | undefined;
1039
+ emails?: {
1040
+ status?: string | undefined;
1041
+ email?: string | undefined;
1042
+ }[] | undefined;
1043
1043
  phones?: {
1044
1044
  phone?: string | undefined;
1045
1045
  region?: string | undefined;
@@ -1074,18 +1074,17 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1074
1074
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1075
1075
  name?: string | undefined;
1076
1076
  id?: string | undefined;
1077
+ cost?: {
1078
+ credits?: number | undefined;
1079
+ } | undefined;
1077
1080
  results?: {
1078
1081
  input?: string | undefined;
1079
1082
  contact?: {
1080
1083
  domain?: string | undefined;
1081
- emails?: {
1082
- status?: string | undefined;
1083
- email?: string | undefined;
1084
- }[] | undefined;
1085
1084
  profile?: {
1086
1085
  location?: string | undefined;
1087
- linkedin_url?: string | undefined;
1088
1086
  headline?: string | undefined;
1087
+ linkedin_url?: string | undefined;
1089
1088
  linkedin_id?: string | undefined;
1090
1089
  linkedin_handle?: string | undefined;
1091
1090
  current_position?: {
@@ -1105,6 +1104,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1105
1104
  end_date?: string | undefined;
1106
1105
  } | undefined;
1107
1106
  } | undefined;
1107
+ emails?: {
1108
+ status?: string | undefined;
1109
+ email?: string | undefined;
1110
+ }[] | undefined;
1108
1111
  phones?: {
1109
1112
  phone?: string | undefined;
1110
1113
  region?: string | undefined;
@@ -1124,9 +1127,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1124
1127
  }[] | undefined;
1125
1128
  } | undefined;
1126
1129
  }[] | undefined;
1127
- cost?: {
1128
- credits?: number | undefined;
1129
- } | undefined;
1130
1130
  }, {
1131
1131
  operation: "get_reverse_email_result";
1132
1132
  success: boolean;
@@ -1134,18 +1134,17 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1134
1134
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1135
1135
  name?: string | undefined;
1136
1136
  id?: string | undefined;
1137
+ cost?: {
1138
+ credits?: number | undefined;
1139
+ } | undefined;
1137
1140
  results?: {
1138
1141
  input?: string | undefined;
1139
1142
  contact?: {
1140
1143
  domain?: string | undefined;
1141
- emails?: {
1142
- status?: string | undefined;
1143
- email?: string | undefined;
1144
- }[] | undefined;
1145
1144
  profile?: {
1146
1145
  location?: string | undefined;
1147
- linkedin_url?: string | undefined;
1148
1146
  headline?: string | undefined;
1147
+ linkedin_url?: string | undefined;
1149
1148
  linkedin_id?: string | number | undefined;
1150
1149
  linkedin_handle?: string | undefined;
1151
1150
  current_position?: {
@@ -1165,6 +1164,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1165
1164
  end_date?: string | undefined;
1166
1165
  } | undefined;
1167
1166
  } | undefined;
1167
+ emails?: {
1168
+ status?: string | undefined;
1169
+ email?: string | undefined;
1170
+ }[] | undefined;
1168
1171
  phones?: {
1169
1172
  phone?: string | undefined;
1170
1173
  region?: string | undefined;
@@ -1184,9 +1187,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1184
1187
  }[] | undefined;
1185
1188
  } | undefined;
1186
1189
  }[] | undefined;
1187
- cost?: {
1188
- credits?: number | undefined;
1189
- } | undefined;
1190
1190
  }>, import("zod").ZodObject<{
1191
1191
  operation: import("zod").ZodLiteral<"get_credit_balance">;
1192
1192
  success: import("zod").ZodBoolean;