@bubblelab/bubble-core 0.1.101 → 0.1.103

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 (80) hide show
  1. package/dist/bubble-bundle.d.ts +113 -113
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +56 -56
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
  4. package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
  5. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  6. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +68 -68
  7. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +92 -92
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
  9. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +155 -155
  11. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
  12. package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
  13. package/dist/bubbles/service-bubble/firecrawl.d.ts +388 -388
  14. package/dist/bubbles/service-bubble/followupboss.d.ts +376 -376
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +78 -78
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
  17. package/dist/bubbles/service-bubble/github.d.ts +140 -140
  18. package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
  19. package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
  22. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +32 -32
  23. package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
  24. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  26. package/dist/bubbles/service-bubble/jira/jira.d.ts +36 -36
  27. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
  28. package/dist/bubbles/service-bubble/notion/notion.d.ts +126 -126
  29. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  30. package/dist/bubbles/service-bubble/resend.d.ts +12 -12
  31. package/dist/bubbles/service-bubble/slack/slack.d.ts +631 -631
  32. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  33. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +147 -68
  34. package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
  35. package/dist/bubbles/service-bubble/stripe/stripe.js +74 -21
  36. package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
  37. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +219 -141
  38. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -1
  39. package/dist/bubbles/service-bubble/stripe/stripe.schema.js +48 -0
  40. package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
  41. package/dist/bubbles/service-bubble/telegram.d.ts +968 -968
  42. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
  43. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +15 -15
  44. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +10 -10
  46. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  47. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
  48. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  49. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  50. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +40 -40
  51. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +38 -38
  52. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
  53. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  54. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +471 -471
  55. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  56. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
  57. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  58. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +166 -166
  59. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +42 -42
  60. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  61. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  62. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
  63. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  64. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +194 -194
  65. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
  66. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
  67. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +14 -14
  68. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
  69. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +88 -88
  70. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
  71. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  72. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
  73. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  74. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +40 -40
  75. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  76. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
  77. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +28 -28
  78. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  79. package/dist/bubbles.json +122 -2
  80. package/package.json +2 -2
@@ -120,14 +120,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
120
120
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
121
121
  }, "strip", import("zod").ZodTypeAny, {
122
122
  name: string;
123
- emails: string[];
124
123
  operation: "start_reverse_email_lookup";
124
+ emails: string[];
125
125
  credentials?: Partial<Record<CredentialType, string>> | undefined;
126
126
  webhook_url?: string | undefined;
127
127
  }, {
128
128
  name: string;
129
- emails: string[];
130
129
  operation: "start_reverse_email_lookup";
130
+ emails: string[];
131
131
  credentials?: Partial<Record<CredentialType, string>> | undefined;
132
132
  webhook_url?: string | undefined;
133
133
  }>, import("zod").ZodObject<{
@@ -167,13 +167,13 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
167
167
  enrichment_id: import("zod").ZodOptional<import("zod").ZodString>;
168
168
  error: import("zod").ZodString;
169
169
  }, "strip", import("zod").ZodTypeAny, {
170
- success: boolean;
171
170
  error: string;
171
+ success: boolean;
172
172
  operation: "start_bulk_enrichment";
173
173
  enrichment_id?: string | undefined;
174
174
  }, {
175
- success: boolean;
176
175
  error: string;
176
+ success: boolean;
177
177
  operation: "start_bulk_enrichment";
178
178
  enrichment_id?: string | undefined;
179
179
  }>, import("zod").ZodObject<{
@@ -225,11 +225,11 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
225
225
  url: import("zod").ZodOptional<import("zod").ZodString>;
226
226
  type: import("zod").ZodOptional<import("zod").ZodString>;
227
227
  }, "strip", import("zod").ZodTypeAny, {
228
- url?: string | undefined;
229
228
  type?: string | undefined;
230
- }, {
231
229
  url?: string | undefined;
230
+ }, {
232
231
  type?: string | undefined;
232
+ url?: string | undefined;
233
233
  }>, "many">>;
234
234
  profile: import("zod").ZodOptional<import("zod").ZodObject<{
235
235
  linkedin_url: import("zod").ZodOptional<import("zod").ZodString>;
@@ -355,10 +355,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
355
355
  } | undefined;
356
356
  }>>;
357
357
  }, "strip", import("zod").ZodTypeAny, {
358
- emails?: {
359
- status?: string | undefined;
360
- email?: string | undefined;
361
- }[] | undefined;
362
358
  profile?: {
363
359
  location?: string | undefined;
364
360
  headline?: string | undefined;
@@ -383,6 +379,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
383
379
  } | undefined;
384
380
  } | undefined;
385
381
  domain?: string | 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;
@@ -397,14 +397,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
397
397
  }[] | undefined;
398
398
  most_probable_phone?: string | undefined;
399
399
  social_medias?: {
400
- url?: string | undefined;
401
400
  type?: string | undefined;
401
+ url?: string | undefined;
402
402
  }[] | undefined;
403
403
  }, {
404
- emails?: {
405
- status?: string | undefined;
406
- email?: string | undefined;
407
- }[] | undefined;
408
404
  profile?: {
409
405
  location?: string | undefined;
410
406
  headline?: string | undefined;
@@ -429,6 +425,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
429
425
  } | undefined;
430
426
  } | undefined;
431
427
  domain?: string | 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;
@@ -443,17 +443,13 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
443
443
  }[] | undefined;
444
444
  most_probable_phone?: string | undefined;
445
445
  social_medias?: {
446
- url?: string | undefined;
447
446
  type?: string | undefined;
447
+ url?: string | undefined;
448
448
  }[] | undefined;
449
449
  }>>;
450
450
  }, "strip", import("zod").ZodTypeAny, {
451
451
  custom?: Record<string, string> | undefined;
452
452
  contact?: {
453
- emails?: {
454
- status?: string | undefined;
455
- email?: string | undefined;
456
- }[] | undefined;
457
453
  profile?: {
458
454
  location?: string | undefined;
459
455
  headline?: string | undefined;
@@ -478,6 +474,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
478
474
  } | undefined;
479
475
  } | undefined;
480
476
  domain?: string | 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;
@@ -492,17 +492,13 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
492
492
  }[] | undefined;
493
493
  most_probable_phone?: string | undefined;
494
494
  social_medias?: {
495
- url?: string | undefined;
496
495
  type?: string | undefined;
496
+ url?: string | undefined;
497
497
  }[] | undefined;
498
498
  } | undefined;
499
499
  }, {
500
500
  custom?: Record<string, string> | undefined;
501
501
  contact?: {
502
- emails?: {
503
- status?: string | undefined;
504
- email?: string | undefined;
505
- }[] | undefined;
506
502
  profile?: {
507
503
  location?: string | undefined;
508
504
  headline?: string | undefined;
@@ -527,6 +523,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
527
523
  } | undefined;
528
524
  } | undefined;
529
525
  domain?: string | 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;
@@ -541,8 +541,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
541
541
  }[] | undefined;
542
542
  most_probable_phone?: string | undefined;
543
543
  social_medias?: {
544
- url?: string | undefined;
545
544
  type?: string | undefined;
545
+ url?: string | undefined;
546
546
  }[] | undefined;
547
547
  } | undefined;
548
548
  }>, "many">>;
@@ -555,8 +555,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
555
555
  }>>;
556
556
  error: import("zod").ZodString;
557
557
  }, "strip", import("zod").ZodTypeAny, {
558
- success: boolean;
559
558
  error: string;
559
+ success: boolean;
560
560
  operation: "get_enrichment_result";
561
561
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
562
562
  name?: string | undefined;
@@ -567,10 +567,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
567
567
  results?: {
568
568
  custom?: Record<string, string> | undefined;
569
569
  contact?: {
570
- emails?: {
571
- status?: string | undefined;
572
- email?: string | undefined;
573
- }[] | undefined;
574
570
  profile?: {
575
571
  location?: string | undefined;
576
572
  headline?: string | undefined;
@@ -595,6 +591,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
595
591
  } | undefined;
596
592
  } | undefined;
597
593
  domain?: string | undefined;
594
+ emails?: {
595
+ status?: string | undefined;
596
+ email?: string | undefined;
597
+ }[] | undefined;
598
598
  phones?: {
599
599
  phone?: string | undefined;
600
600
  region?: string | undefined;
@@ -609,14 +609,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
609
609
  }[] | undefined;
610
610
  most_probable_phone?: string | undefined;
611
611
  social_medias?: {
612
- url?: string | undefined;
613
612
  type?: string | undefined;
613
+ url?: string | undefined;
614
614
  }[] | undefined;
615
615
  } | undefined;
616
616
  }[] | undefined;
617
617
  }, {
618
- success: boolean;
619
618
  error: string;
619
+ success: boolean;
620
620
  operation: "get_enrichment_result";
621
621
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
622
622
  name?: string | undefined;
@@ -627,10 +627,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
627
627
  results?: {
628
628
  custom?: Record<string, string> | undefined;
629
629
  contact?: {
630
- emails?: {
631
- status?: string | undefined;
632
- email?: string | undefined;
633
- }[] | undefined;
634
630
  profile?: {
635
631
  location?: string | undefined;
636
632
  headline?: string | undefined;
@@ -655,6 +651,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
655
651
  } | undefined;
656
652
  } | undefined;
657
653
  domain?: string | undefined;
654
+ emails?: {
655
+ status?: string | undefined;
656
+ email?: string | undefined;
657
+ }[] | undefined;
658
658
  phones?: {
659
659
  phone?: string | undefined;
660
660
  region?: string | undefined;
@@ -669,8 +669,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
669
669
  }[] | undefined;
670
670
  most_probable_phone?: string | undefined;
671
671
  social_medias?: {
672
- url?: string | undefined;
673
672
  type?: string | undefined;
673
+ url?: string | undefined;
674
674
  }[] | undefined;
675
675
  } | undefined;
676
676
  }[] | undefined;
@@ -680,13 +680,13 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
680
680
  enrichment_id: import("zod").ZodOptional<import("zod").ZodString>;
681
681
  error: import("zod").ZodString;
682
682
  }, "strip", import("zod").ZodTypeAny, {
683
- success: boolean;
684
683
  error: string;
684
+ success: boolean;
685
685
  operation: "start_reverse_email_lookup";
686
686
  enrichment_id?: string | undefined;
687
687
  }, {
688
- success: boolean;
689
688
  error: string;
689
+ success: boolean;
690
690
  operation: "start_reverse_email_lookup";
691
691
  enrichment_id?: string | undefined;
692
692
  }>, import("zod").ZodObject<{
@@ -738,11 +738,11 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
738
738
  url: import("zod").ZodOptional<import("zod").ZodString>;
739
739
  type: import("zod").ZodOptional<import("zod").ZodString>;
740
740
  }, "strip", import("zod").ZodTypeAny, {
741
- url?: string | undefined;
742
741
  type?: string | undefined;
743
- }, {
744
742
  url?: string | undefined;
743
+ }, {
745
744
  type?: string | undefined;
745
+ url?: string | undefined;
746
746
  }>, "many">>;
747
747
  profile: import("zod").ZodOptional<import("zod").ZodObject<{
748
748
  linkedin_url: import("zod").ZodOptional<import("zod").ZodString>;
@@ -868,10 +868,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
868
868
  } | undefined;
869
869
  }>>;
870
870
  }, "strip", import("zod").ZodTypeAny, {
871
- emails?: {
872
- status?: string | undefined;
873
- email?: string | undefined;
874
- }[] | undefined;
875
871
  profile?: {
876
872
  location?: string | undefined;
877
873
  headline?: string | undefined;
@@ -896,6 +892,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
896
892
  } | undefined;
897
893
  } | undefined;
898
894
  domain?: string | 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;
@@ -910,14 +910,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
910
910
  }[] | undefined;
911
911
  most_probable_phone?: string | undefined;
912
912
  social_medias?: {
913
- url?: string | undefined;
914
913
  type?: string | undefined;
914
+ url?: string | undefined;
915
915
  }[] | undefined;
916
916
  }, {
917
- emails?: {
918
- status?: string | undefined;
919
- email?: string | undefined;
920
- }[] | undefined;
921
917
  profile?: {
922
918
  location?: string | undefined;
923
919
  headline?: string | undefined;
@@ -942,6 +938,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
942
938
  } | undefined;
943
939
  } | undefined;
944
940
  domain?: string | 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;
@@ -956,17 +956,13 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
956
956
  }[] | undefined;
957
957
  most_probable_phone?: string | undefined;
958
958
  social_medias?: {
959
- url?: string | undefined;
960
959
  type?: string | undefined;
960
+ url?: string | undefined;
961
961
  }[] | undefined;
962
962
  }>>;
963
963
  }, "strip", import("zod").ZodTypeAny, {
964
964
  input?: string | undefined;
965
965
  contact?: {
966
- emails?: {
967
- status?: string | undefined;
968
- email?: string | undefined;
969
- }[] | undefined;
970
966
  profile?: {
971
967
  location?: string | undefined;
972
968
  headline?: string | undefined;
@@ -991,6 +987,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
991
987
  } | undefined;
992
988
  } | undefined;
993
989
  domain?: string | 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;
@@ -1005,17 +1005,13 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1005
1005
  }[] | undefined;
1006
1006
  most_probable_phone?: string | undefined;
1007
1007
  social_medias?: {
1008
- url?: string | undefined;
1009
1008
  type?: string | undefined;
1009
+ url?: string | undefined;
1010
1010
  }[] | undefined;
1011
1011
  } | undefined;
1012
1012
  }, {
1013
1013
  input?: string | undefined;
1014
1014
  contact?: {
1015
- emails?: {
1016
- status?: string | undefined;
1017
- email?: string | undefined;
1018
- }[] | undefined;
1019
1015
  profile?: {
1020
1016
  location?: string | undefined;
1021
1017
  headline?: string | undefined;
@@ -1040,6 +1036,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1040
1036
  } | undefined;
1041
1037
  } | undefined;
1042
1038
  domain?: string | 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;
@@ -1054,8 +1054,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1054
1054
  }[] | undefined;
1055
1055
  most_probable_phone?: string | undefined;
1056
1056
  social_medias?: {
1057
- url?: string | undefined;
1058
1057
  type?: string | undefined;
1058
+ url?: string | undefined;
1059
1059
  }[] | undefined;
1060
1060
  } | undefined;
1061
1061
  }>, "many">>;
@@ -1068,8 +1068,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1068
1068
  }>>;
1069
1069
  error: import("zod").ZodString;
1070
1070
  }, "strip", import("zod").ZodTypeAny, {
1071
- success: boolean;
1072
1071
  error: string;
1072
+ success: boolean;
1073
1073
  operation: "get_reverse_email_result";
1074
1074
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1075
1075
  name?: string | undefined;
@@ -1080,10 +1080,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1080
1080
  results?: {
1081
1081
  input?: string | undefined;
1082
1082
  contact?: {
1083
- emails?: {
1084
- status?: string | undefined;
1085
- email?: string | undefined;
1086
- }[] | undefined;
1087
1083
  profile?: {
1088
1084
  location?: string | undefined;
1089
1085
  headline?: string | undefined;
@@ -1108,6 +1104,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1108
1104
  } | undefined;
1109
1105
  } | undefined;
1110
1106
  domain?: string | undefined;
1107
+ emails?: {
1108
+ status?: string | undefined;
1109
+ email?: string | undefined;
1110
+ }[] | undefined;
1111
1111
  phones?: {
1112
1112
  phone?: string | undefined;
1113
1113
  region?: string | undefined;
@@ -1122,14 +1122,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1122
1122
  }[] | undefined;
1123
1123
  most_probable_phone?: string | undefined;
1124
1124
  social_medias?: {
1125
- url?: string | undefined;
1126
1125
  type?: string | undefined;
1126
+ url?: string | undefined;
1127
1127
  }[] | undefined;
1128
1128
  } | undefined;
1129
1129
  }[] | undefined;
1130
1130
  }, {
1131
- success: boolean;
1132
1131
  error: string;
1132
+ success: boolean;
1133
1133
  operation: "get_reverse_email_result";
1134
1134
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1135
1135
  name?: string | undefined;
@@ -1140,10 +1140,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1140
1140
  results?: {
1141
1141
  input?: string | undefined;
1142
1142
  contact?: {
1143
- emails?: {
1144
- status?: string | undefined;
1145
- email?: string | undefined;
1146
- }[] | undefined;
1147
1143
  profile?: {
1148
1144
  location?: string | undefined;
1149
1145
  headline?: string | undefined;
@@ -1168,6 +1164,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1168
1164
  } | undefined;
1169
1165
  } | undefined;
1170
1166
  domain?: string | undefined;
1167
+ emails?: {
1168
+ status?: string | undefined;
1169
+ email?: string | undefined;
1170
+ }[] | undefined;
1171
1171
  phones?: {
1172
1172
  phone?: string | undefined;
1173
1173
  region?: string | undefined;
@@ -1182,8 +1182,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1182
1182
  }[] | undefined;
1183
1183
  most_probable_phone?: string | undefined;
1184
1184
  social_medias?: {
1185
- url?: string | undefined;
1186
1185
  type?: string | undefined;
1186
+ url?: string | undefined;
1187
1187
  }[] | undefined;
1188
1188
  } | undefined;
1189
1189
  }[] | undefined;
@@ -1193,13 +1193,13 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1193
1193
  balance: import("zod").ZodOptional<import("zod").ZodNumber>;
1194
1194
  error: import("zod").ZodString;
1195
1195
  }, "strip", import("zod").ZodTypeAny, {
1196
- success: boolean;
1197
1196
  error: string;
1197
+ success: boolean;
1198
1198
  operation: "get_credit_balance";
1199
1199
  balance?: number | undefined;
1200
1200
  }, {
1201
- success: boolean;
1202
1201
  error: string;
1202
+ success: boolean;
1203
1203
  operation: "get_credit_balance";
1204
1204
  balance?: number | undefined;
1205
1205
  }>, import("zod").ZodObject<{
@@ -1208,13 +1208,13 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1208
1208
  workspace_id: import("zod").ZodOptional<import("zod").ZodString>;
1209
1209
  error: import("zod").ZodString;
1210
1210
  }, "strip", import("zod").ZodTypeAny, {
1211
- success: boolean;
1212
1211
  error: string;
1212
+ success: boolean;
1213
1213
  operation: "check_api_key";
1214
1214
  workspace_id?: string | undefined;
1215
1215
  }, {
1216
- success: boolean;
1217
1216
  error: string;
1217
+ success: boolean;
1218
1218
  operation: "check_api_key";
1219
1219
  workspace_id?: string | undefined;
1220
1220
  }>]>;