@bubblelab/bubble-core 0.1.44 → 0.1.45

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 (43) hide show
  1. package/dist/bubble-bundle.d.ts +67 -67
  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/apify/apify.d.ts +14 -14
  5. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +48 -48
  6. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +10 -10
  7. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +16 -16
  8. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +16 -16
  9. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +6 -6
  10. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +80 -80
  11. package/dist/bubbles/service-bubble/firecrawl.d.ts +268 -268
  12. package/dist/bubbles/service-bubble/followupboss.d.ts +172 -172
  13. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +233 -233
  14. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts.map +1 -1
  15. package/dist/bubbles/service-bubble/fullenrich/fullenrich.js +59 -2
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.js.map +1 -1
  17. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +341 -341
  18. package/dist/bubbles/service-bubble/github.d.ts +28 -28
  19. package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
  20. package/dist/bubbles/service-bubble/google-drive.d.ts +32 -32
  21. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
  22. package/dist/bubbles/service-bubble/http.d.ts +4 -4
  23. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  24. package/dist/bubbles/service-bubble/notion/notion.d.ts +80 -80
  25. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  26. package/dist/bubbles/service-bubble/resend.d.ts +8 -8
  27. package/dist/bubbles/service-bubble/slack/slack.d.ts +88 -88
  28. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  29. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +5 -5
  30. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +50 -50
  31. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +8 -8
  32. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
  33. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +6 -6
  34. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +330 -330
  35. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +18 -18
  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 +4 -4
  40. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  41. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
  42. package/dist/bubbles.json +1 -1
  43. package/package.json +2 -2
@@ -171,11 +171,11 @@ export declare const ProfileSchema: z.ZodObject<{
171
171
  end_date?: string | undefined;
172
172
  }>>;
173
173
  }, "strip", z.ZodTypeAny, {
174
- headline?: string | undefined;
175
- location?: string | undefined;
176
174
  linkedin_url?: string | undefined;
177
175
  linkedin_id?: string | undefined;
178
176
  linkedin_handle?: string | undefined;
177
+ headline?: string | undefined;
178
+ location?: string | undefined;
179
179
  current_position?: {
180
180
  title?: string | undefined;
181
181
  company?: {
@@ -193,11 +193,11 @@ export declare const ProfileSchema: z.ZodObject<{
193
193
  end_date?: string | undefined;
194
194
  } | undefined;
195
195
  }, {
196
- headline?: string | undefined;
197
- location?: string | undefined;
198
196
  linkedin_url?: string | undefined;
199
197
  linkedin_id?: string | number | undefined;
200
198
  linkedin_handle?: string | undefined;
199
+ headline?: string | undefined;
200
+ location?: string | undefined;
201
201
  current_position?: {
202
202
  title?: string | undefined;
203
203
  company?: {
@@ -344,11 +344,11 @@ export declare const EnrichedContactSchema: z.ZodObject<{
344
344
  end_date?: string | undefined;
345
345
  }>>;
346
346
  }, "strip", z.ZodTypeAny, {
347
- headline?: string | undefined;
348
- location?: string | undefined;
349
347
  linkedin_url?: string | undefined;
350
348
  linkedin_id?: string | undefined;
351
349
  linkedin_handle?: string | undefined;
350
+ headline?: string | undefined;
351
+ location?: string | undefined;
352
352
  current_position?: {
353
353
  title?: string | undefined;
354
354
  company?: {
@@ -366,11 +366,11 @@ export declare const EnrichedContactSchema: z.ZodObject<{
366
366
  end_date?: string | undefined;
367
367
  } | undefined;
368
368
  }, {
369
- headline?: string | undefined;
370
- location?: string | undefined;
371
369
  linkedin_url?: string | undefined;
372
370
  linkedin_id?: string | number | undefined;
373
371
  linkedin_handle?: string | undefined;
372
+ headline?: string | undefined;
373
+ location?: string | undefined;
374
374
  current_position?: {
375
375
  title?: string | undefined;
376
376
  company?: {
@@ -389,12 +389,34 @@ export declare const EnrichedContactSchema: z.ZodObject<{
389
389
  } | undefined;
390
390
  }>>;
391
391
  }, "strip", z.ZodTypeAny, {
392
+ firstname?: string | undefined;
393
+ lastname?: string | undefined;
394
+ domain?: string | undefined;
395
+ emails?: {
396
+ status?: string | undefined;
397
+ email?: string | undefined;
398
+ }[] | undefined;
399
+ most_probable_email?: string | undefined;
400
+ most_probable_personal_email?: string | undefined;
401
+ personal_emails?: {
402
+ status?: string | undefined;
403
+ email?: string | undefined;
404
+ }[] | undefined;
405
+ most_probable_phone?: string | undefined;
406
+ phones?: {
407
+ phone?: string | undefined;
408
+ region?: string | undefined;
409
+ }[] | undefined;
410
+ social_medias?: {
411
+ type?: string | undefined;
412
+ url?: string | undefined;
413
+ }[] | undefined;
392
414
  profile?: {
393
- headline?: string | undefined;
394
- location?: string | undefined;
395
415
  linkedin_url?: string | undefined;
396
416
  linkedin_id?: string | undefined;
397
417
  linkedin_handle?: string | undefined;
418
+ headline?: string | undefined;
419
+ location?: string | undefined;
398
420
  current_position?: {
399
421
  title?: string | undefined;
400
422
  company?: {
@@ -412,17 +434,14 @@ export declare const EnrichedContactSchema: z.ZodObject<{
412
434
  end_date?: string | undefined;
413
435
  } | undefined;
414
436
  } | undefined;
437
+ }, {
438
+ firstname?: string | undefined;
439
+ lastname?: string | undefined;
415
440
  domain?: string | undefined;
416
441
  emails?: {
417
442
  status?: string | undefined;
418
443
  email?: string | undefined;
419
444
  }[] | undefined;
420
- phones?: {
421
- phone?: string | undefined;
422
- region?: string | undefined;
423
- }[] | undefined;
424
- firstname?: string | undefined;
425
- lastname?: string | undefined;
426
445
  most_probable_email?: string | undefined;
427
446
  most_probable_personal_email?: string | undefined;
428
447
  personal_emails?: {
@@ -430,17 +449,20 @@ export declare const EnrichedContactSchema: z.ZodObject<{
430
449
  email?: string | undefined;
431
450
  }[] | undefined;
432
451
  most_probable_phone?: string | undefined;
452
+ phones?: {
453
+ phone?: string | undefined;
454
+ region?: string | undefined;
455
+ }[] | undefined;
433
456
  social_medias?: {
434
457
  type?: string | undefined;
435
458
  url?: string | undefined;
436
459
  }[] | undefined;
437
- }, {
438
460
  profile?: {
439
- headline?: string | undefined;
440
- location?: string | undefined;
441
461
  linkedin_url?: string | undefined;
442
462
  linkedin_id?: string | number | undefined;
443
463
  linkedin_handle?: string | undefined;
464
+ headline?: string | undefined;
465
+ location?: string | undefined;
444
466
  current_position?: {
445
467
  title?: string | undefined;
446
468
  company?: {
@@ -458,28 +480,6 @@ export declare const EnrichedContactSchema: z.ZodObject<{
458
480
  end_date?: string | undefined;
459
481
  } | undefined;
460
482
  } | undefined;
461
- domain?: string | undefined;
462
- emails?: {
463
- status?: string | undefined;
464
- email?: string | undefined;
465
- }[] | undefined;
466
- phones?: {
467
- phone?: string | undefined;
468
- region?: string | undefined;
469
- }[] | undefined;
470
- firstname?: string | undefined;
471
- lastname?: string | undefined;
472
- most_probable_email?: string | undefined;
473
- most_probable_personal_email?: string | undefined;
474
- personal_emails?: {
475
- status?: string | undefined;
476
- email?: string | undefined;
477
- }[] | undefined;
478
- most_probable_phone?: string | undefined;
479
- social_medias?: {
480
- type?: string | undefined;
481
- url?: string | undefined;
482
- }[] | undefined;
483
483
  }>;
484
484
  /**
485
485
  * Single enrichment record
@@ -612,11 +612,11 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
612
612
  end_date?: string | undefined;
613
613
  }>>;
614
614
  }, "strip", z.ZodTypeAny, {
615
- headline?: string | undefined;
616
- location?: string | undefined;
617
615
  linkedin_url?: string | undefined;
618
616
  linkedin_id?: string | undefined;
619
617
  linkedin_handle?: string | undefined;
618
+ headline?: string | undefined;
619
+ location?: string | undefined;
620
620
  current_position?: {
621
621
  title?: string | undefined;
622
622
  company?: {
@@ -634,11 +634,11 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
634
634
  end_date?: string | undefined;
635
635
  } | undefined;
636
636
  }, {
637
- headline?: string | undefined;
638
- location?: string | undefined;
639
637
  linkedin_url?: string | undefined;
640
638
  linkedin_id?: string | number | undefined;
641
639
  linkedin_handle?: string | undefined;
640
+ headline?: string | undefined;
641
+ location?: string | undefined;
642
642
  current_position?: {
643
643
  title?: string | undefined;
644
644
  company?: {
@@ -657,12 +657,34 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
657
657
  } | undefined;
658
658
  }>>;
659
659
  }, "strip", z.ZodTypeAny, {
660
+ firstname?: string | undefined;
661
+ lastname?: string | undefined;
662
+ domain?: string | undefined;
663
+ emails?: {
664
+ status?: string | undefined;
665
+ email?: string | undefined;
666
+ }[] | undefined;
667
+ most_probable_email?: string | undefined;
668
+ most_probable_personal_email?: string | undefined;
669
+ personal_emails?: {
670
+ status?: string | undefined;
671
+ email?: string | undefined;
672
+ }[] | undefined;
673
+ most_probable_phone?: string | undefined;
674
+ phones?: {
675
+ phone?: string | undefined;
676
+ region?: string | undefined;
677
+ }[] | undefined;
678
+ social_medias?: {
679
+ type?: string | undefined;
680
+ url?: string | undefined;
681
+ }[] | undefined;
660
682
  profile?: {
661
- headline?: string | undefined;
662
- location?: string | undefined;
663
683
  linkedin_url?: string | undefined;
664
684
  linkedin_id?: string | undefined;
665
685
  linkedin_handle?: string | undefined;
686
+ headline?: string | undefined;
687
+ location?: string | undefined;
666
688
  current_position?: {
667
689
  title?: string | undefined;
668
690
  company?: {
@@ -680,17 +702,14 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
680
702
  end_date?: string | undefined;
681
703
  } | undefined;
682
704
  } | undefined;
705
+ }, {
706
+ firstname?: string | undefined;
707
+ lastname?: string | undefined;
683
708
  domain?: string | undefined;
684
709
  emails?: {
685
710
  status?: string | undefined;
686
711
  email?: string | undefined;
687
712
  }[] | undefined;
688
- phones?: {
689
- phone?: string | undefined;
690
- region?: string | undefined;
691
- }[] | undefined;
692
- firstname?: string | undefined;
693
- lastname?: string | undefined;
694
713
  most_probable_email?: string | undefined;
695
714
  most_probable_personal_email?: string | undefined;
696
715
  personal_emails?: {
@@ -698,17 +717,20 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
698
717
  email?: string | undefined;
699
718
  }[] | undefined;
700
719
  most_probable_phone?: string | undefined;
720
+ phones?: {
721
+ phone?: string | undefined;
722
+ region?: string | undefined;
723
+ }[] | undefined;
701
724
  social_medias?: {
702
725
  type?: string | undefined;
703
726
  url?: string | undefined;
704
727
  }[] | undefined;
705
- }, {
706
728
  profile?: {
707
- headline?: string | undefined;
708
- location?: string | undefined;
709
729
  linkedin_url?: string | undefined;
710
730
  linkedin_id?: string | number | undefined;
711
731
  linkedin_handle?: string | undefined;
732
+ headline?: string | undefined;
733
+ location?: string | undefined;
712
734
  current_position?: {
713
735
  title?: string | undefined;
714
736
  company?: {
@@ -726,17 +748,17 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
726
748
  end_date?: string | undefined;
727
749
  } | undefined;
728
750
  } | undefined;
751
+ }>>;
752
+ }, "strip", z.ZodTypeAny, {
753
+ custom?: Record<string, string> | undefined;
754
+ contact?: {
755
+ firstname?: string | undefined;
756
+ lastname?: string | undefined;
729
757
  domain?: string | undefined;
730
758
  emails?: {
731
759
  status?: string | undefined;
732
760
  email?: string | undefined;
733
761
  }[] | undefined;
734
- phones?: {
735
- phone?: string | undefined;
736
- region?: string | undefined;
737
- }[] | undefined;
738
- firstname?: string | undefined;
739
- lastname?: string | undefined;
740
762
  most_probable_email?: string | undefined;
741
763
  most_probable_personal_email?: string | undefined;
742
764
  personal_emails?: {
@@ -744,20 +766,20 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
744
766
  email?: string | undefined;
745
767
  }[] | undefined;
746
768
  most_probable_phone?: string | undefined;
769
+ phones?: {
770
+ phone?: string | undefined;
771
+ region?: string | undefined;
772
+ }[] | undefined;
747
773
  social_medias?: {
748
774
  type?: string | undefined;
749
775
  url?: string | undefined;
750
776
  }[] | undefined;
751
- }>>;
752
- }, "strip", z.ZodTypeAny, {
753
- custom?: Record<string, string> | undefined;
754
- contact?: {
755
777
  profile?: {
756
- headline?: string | undefined;
757
- location?: string | undefined;
758
778
  linkedin_url?: string | undefined;
759
779
  linkedin_id?: string | undefined;
760
780
  linkedin_handle?: string | undefined;
781
+ headline?: string | undefined;
782
+ location?: string | undefined;
761
783
  current_position?: {
762
784
  title?: string | undefined;
763
785
  company?: {
@@ -775,17 +797,17 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
775
797
  end_date?: string | undefined;
776
798
  } | undefined;
777
799
  } | undefined;
800
+ } | undefined;
801
+ }, {
802
+ custom?: Record<string, string> | undefined;
803
+ contact?: {
804
+ firstname?: string | undefined;
805
+ lastname?: string | undefined;
778
806
  domain?: string | undefined;
779
807
  emails?: {
780
808
  status?: string | undefined;
781
809
  email?: string | undefined;
782
810
  }[] | undefined;
783
- phones?: {
784
- phone?: string | undefined;
785
- region?: string | undefined;
786
- }[] | undefined;
787
- firstname?: string | undefined;
788
- lastname?: string | undefined;
789
811
  most_probable_email?: string | undefined;
790
812
  most_probable_personal_email?: string | undefined;
791
813
  personal_emails?: {
@@ -793,20 +815,20 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
793
815
  email?: string | undefined;
794
816
  }[] | undefined;
795
817
  most_probable_phone?: string | undefined;
818
+ phones?: {
819
+ phone?: string | undefined;
820
+ region?: string | undefined;
821
+ }[] | undefined;
796
822
  social_medias?: {
797
823
  type?: string | undefined;
798
824
  url?: string | undefined;
799
825
  }[] | undefined;
800
- } | undefined;
801
- }, {
802
- custom?: Record<string, string> | undefined;
803
- contact?: {
804
826
  profile?: {
805
- headline?: string | undefined;
806
- location?: string | undefined;
807
827
  linkedin_url?: string | undefined;
808
828
  linkedin_id?: string | number | undefined;
809
829
  linkedin_handle?: string | undefined;
830
+ headline?: string | undefined;
831
+ location?: string | undefined;
810
832
  current_position?: {
811
833
  title?: string | undefined;
812
834
  company?: {
@@ -824,28 +846,6 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
824
846
  end_date?: string | undefined;
825
847
  } | undefined;
826
848
  } | undefined;
827
- domain?: string | undefined;
828
- emails?: {
829
- status?: string | undefined;
830
- email?: string | undefined;
831
- }[] | undefined;
832
- phones?: {
833
- phone?: string | undefined;
834
- region?: string | undefined;
835
- }[] | undefined;
836
- firstname?: string | undefined;
837
- lastname?: string | undefined;
838
- most_probable_email?: string | undefined;
839
- most_probable_personal_email?: string | undefined;
840
- personal_emails?: {
841
- status?: string | undefined;
842
- email?: string | undefined;
843
- }[] | undefined;
844
- most_probable_phone?: string | undefined;
845
- social_medias?: {
846
- type?: string | undefined;
847
- url?: string | undefined;
848
- }[] | undefined;
849
849
  } | undefined;
850
850
  }>;
851
851
  /**
@@ -871,20 +871,20 @@ export declare const ContactToEnrichSchema: z.ZodObject<{
871
871
  custom: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
872
872
  }, "strip", z.ZodTypeAny, {
873
873
  enrich_fields: ("contact.emails" | "contact.personal_emails")[];
874
- custom?: Record<string, string> | undefined;
875
- domain?: string | undefined;
876
- linkedin_url?: string | undefined;
877
874
  firstname?: string | undefined;
878
875
  lastname?: string | undefined;
879
- company_name?: string | undefined;
880
- }, {
881
- custom?: Record<string, string> | undefined;
882
876
  domain?: string | undefined;
877
+ company_name?: string | undefined;
883
878
  linkedin_url?: string | undefined;
879
+ custom?: Record<string, string> | undefined;
880
+ }, {
884
881
  firstname?: string | undefined;
885
882
  lastname?: string | undefined;
883
+ domain?: string | undefined;
886
884
  company_name?: string | undefined;
885
+ linkedin_url?: string | undefined;
887
886
  enrich_fields?: ("contact.emails" | "contact.personal_emails")[] | undefined;
887
+ custom?: Record<string, string> | undefined;
888
888
  }>;
889
889
  export declare const FullEnrichParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
890
890
  operation: z.ZodLiteral<"start_bulk_enrichment">;
@@ -900,20 +900,20 @@ export declare const FullEnrichParamsSchema: z.ZodDiscriminatedUnion<"operation"
900
900
  custom: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodString>>;
901
901
  }, "strip", z.ZodTypeAny, {
902
902
  enrich_fields: ("contact.emails" | "contact.personal_emails")[];
903
- custom?: Record<string, string> | undefined;
904
- domain?: string | undefined;
905
- linkedin_url?: string | undefined;
906
903
  firstname?: string | undefined;
907
904
  lastname?: string | undefined;
908
- company_name?: string | undefined;
909
- }, {
910
- custom?: Record<string, string> | undefined;
911
905
  domain?: string | undefined;
906
+ company_name?: string | undefined;
912
907
  linkedin_url?: string | undefined;
908
+ custom?: Record<string, string> | undefined;
909
+ }, {
913
910
  firstname?: string | undefined;
914
911
  lastname?: string | undefined;
912
+ domain?: string | undefined;
915
913
  company_name?: string | undefined;
914
+ linkedin_url?: string | undefined;
916
915
  enrich_fields?: ("contact.emails" | "contact.personal_emails")[] | undefined;
916
+ custom?: Record<string, string> | undefined;
917
917
  }>, "many">;
918
918
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
919
919
  }, "strip", z.ZodTypeAny, {
@@ -921,29 +921,29 @@ export declare const FullEnrichParamsSchema: z.ZodDiscriminatedUnion<"operation"
921
921
  name: string;
922
922
  contacts: {
923
923
  enrich_fields: ("contact.emails" | "contact.personal_emails")[];
924
- custom?: Record<string, string> | undefined;
925
- domain?: string | undefined;
926
- linkedin_url?: string | undefined;
927
924
  firstname?: string | undefined;
928
925
  lastname?: string | undefined;
926
+ domain?: string | undefined;
929
927
  company_name?: string | undefined;
928
+ linkedin_url?: string | undefined;
929
+ custom?: Record<string, string> | undefined;
930
930
  }[];
931
- credentials?: Partial<Record<CredentialType, string>> | undefined;
932
931
  webhook_url?: string | undefined;
932
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
933
933
  }, {
934
934
  operation: "start_bulk_enrichment";
935
935
  name: string;
936
936
  contacts: {
937
- custom?: Record<string, string> | undefined;
938
- domain?: string | undefined;
939
- linkedin_url?: string | undefined;
940
937
  firstname?: string | undefined;
941
938
  lastname?: string | undefined;
939
+ domain?: string | undefined;
942
940
  company_name?: string | undefined;
941
+ linkedin_url?: string | undefined;
943
942
  enrich_fields?: ("contact.emails" | "contact.personal_emails")[] | undefined;
943
+ custom?: Record<string, string> | undefined;
944
944
  }[];
945
- credentials?: Partial<Record<CredentialType, string>> | undefined;
946
945
  webhook_url?: string | undefined;
946
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
947
947
  }>, z.ZodObject<{
948
948
  operation: z.ZodLiteral<"get_enrichment_result">;
949
949
  enrichment_id: z.ZodString;
@@ -969,14 +969,14 @@ export declare const FullEnrichParamsSchema: z.ZodDiscriminatedUnion<"operation"
969
969
  operation: "start_reverse_email_lookup";
970
970
  name: string;
971
971
  emails: string[];
972
- credentials?: Partial<Record<CredentialType, string>> | undefined;
973
972
  webhook_url?: string | undefined;
973
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
974
974
  }, {
975
975
  operation: "start_reverse_email_lookup";
976
976
  name: string;
977
977
  emails: string[];
978
- credentials?: Partial<Record<CredentialType, string>> | undefined;
979
978
  webhook_url?: string | undefined;
979
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
980
980
  }>, z.ZodObject<{
981
981
  operation: z.ZodLiteral<"get_reverse_email_result">;
982
982
  reverse_email_id: z.ZodString;
@@ -1157,11 +1157,11 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1157
1157
  end_date?: string | undefined;
1158
1158
  }>>;
1159
1159
  }, "strip", z.ZodTypeAny, {
1160
- headline?: string | undefined;
1161
- location?: string | undefined;
1162
1160
  linkedin_url?: string | undefined;
1163
1161
  linkedin_id?: string | undefined;
1164
1162
  linkedin_handle?: string | undefined;
1163
+ headline?: string | undefined;
1164
+ location?: string | undefined;
1165
1165
  current_position?: {
1166
1166
  title?: string | undefined;
1167
1167
  company?: {
@@ -1179,11 +1179,11 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1179
1179
  end_date?: string | undefined;
1180
1180
  } | undefined;
1181
1181
  }, {
1182
- headline?: string | undefined;
1183
- location?: string | undefined;
1184
1182
  linkedin_url?: string | undefined;
1185
1183
  linkedin_id?: string | number | undefined;
1186
1184
  linkedin_handle?: string | undefined;
1185
+ headline?: string | undefined;
1186
+ location?: string | undefined;
1187
1187
  current_position?: {
1188
1188
  title?: string | undefined;
1189
1189
  company?: {
@@ -1202,12 +1202,34 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1202
1202
  } | undefined;
1203
1203
  }>>;
1204
1204
  }, "strip", z.ZodTypeAny, {
1205
+ firstname?: string | undefined;
1206
+ lastname?: string | undefined;
1207
+ domain?: string | undefined;
1208
+ emails?: {
1209
+ status?: string | undefined;
1210
+ email?: string | undefined;
1211
+ }[] | undefined;
1212
+ most_probable_email?: string | undefined;
1213
+ most_probable_personal_email?: string | undefined;
1214
+ personal_emails?: {
1215
+ status?: string | undefined;
1216
+ email?: string | undefined;
1217
+ }[] | undefined;
1218
+ most_probable_phone?: string | undefined;
1219
+ phones?: {
1220
+ phone?: string | undefined;
1221
+ region?: string | undefined;
1222
+ }[] | undefined;
1223
+ social_medias?: {
1224
+ type?: string | undefined;
1225
+ url?: string | undefined;
1226
+ }[] | undefined;
1205
1227
  profile?: {
1206
- headline?: string | undefined;
1207
- location?: string | undefined;
1208
1228
  linkedin_url?: string | undefined;
1209
1229
  linkedin_id?: string | undefined;
1210
1230
  linkedin_handle?: string | undefined;
1231
+ headline?: string | undefined;
1232
+ location?: string | undefined;
1211
1233
  current_position?: {
1212
1234
  title?: string | undefined;
1213
1235
  company?: {
@@ -1225,17 +1247,14 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1225
1247
  end_date?: string | undefined;
1226
1248
  } | undefined;
1227
1249
  } | undefined;
1250
+ }, {
1251
+ firstname?: string | undefined;
1252
+ lastname?: string | undefined;
1228
1253
  domain?: string | undefined;
1229
1254
  emails?: {
1230
1255
  status?: string | undefined;
1231
1256
  email?: string | undefined;
1232
1257
  }[] | undefined;
1233
- phones?: {
1234
- phone?: string | undefined;
1235
- region?: string | undefined;
1236
- }[] | undefined;
1237
- firstname?: string | undefined;
1238
- lastname?: string | undefined;
1239
1258
  most_probable_email?: string | undefined;
1240
1259
  most_probable_personal_email?: string | undefined;
1241
1260
  personal_emails?: {
@@ -1243,17 +1262,20 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1243
1262
  email?: string | undefined;
1244
1263
  }[] | undefined;
1245
1264
  most_probable_phone?: string | undefined;
1265
+ phones?: {
1266
+ phone?: string | undefined;
1267
+ region?: string | undefined;
1268
+ }[] | undefined;
1246
1269
  social_medias?: {
1247
1270
  type?: string | undefined;
1248
1271
  url?: string | undefined;
1249
1272
  }[] | undefined;
1250
- }, {
1251
1273
  profile?: {
1252
- headline?: string | undefined;
1253
- location?: string | undefined;
1254
1274
  linkedin_url?: string | undefined;
1255
1275
  linkedin_id?: string | number | undefined;
1256
1276
  linkedin_handle?: string | undefined;
1277
+ headline?: string | undefined;
1278
+ location?: string | undefined;
1257
1279
  current_position?: {
1258
1280
  title?: string | undefined;
1259
1281
  company?: {
@@ -1271,17 +1293,17 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1271
1293
  end_date?: string | undefined;
1272
1294
  } | undefined;
1273
1295
  } | undefined;
1296
+ }>>;
1297
+ }, "strip", z.ZodTypeAny, {
1298
+ custom?: Record<string, string> | undefined;
1299
+ contact?: {
1300
+ firstname?: string | undefined;
1301
+ lastname?: string | undefined;
1274
1302
  domain?: string | undefined;
1275
1303
  emails?: {
1276
1304
  status?: string | undefined;
1277
1305
  email?: string | undefined;
1278
1306
  }[] | undefined;
1279
- phones?: {
1280
- phone?: string | undefined;
1281
- region?: string | undefined;
1282
- }[] | undefined;
1283
- firstname?: string | undefined;
1284
- lastname?: string | undefined;
1285
1307
  most_probable_email?: string | undefined;
1286
1308
  most_probable_personal_email?: string | undefined;
1287
1309
  personal_emails?: {
@@ -1289,20 +1311,20 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1289
1311
  email?: string | undefined;
1290
1312
  }[] | undefined;
1291
1313
  most_probable_phone?: string | undefined;
1314
+ phones?: {
1315
+ phone?: string | undefined;
1316
+ region?: string | undefined;
1317
+ }[] | undefined;
1292
1318
  social_medias?: {
1293
1319
  type?: string | undefined;
1294
1320
  url?: string | undefined;
1295
1321
  }[] | undefined;
1296
- }>>;
1297
- }, "strip", z.ZodTypeAny, {
1298
- custom?: Record<string, string> | undefined;
1299
- contact?: {
1300
1322
  profile?: {
1301
- headline?: string | undefined;
1302
- location?: string | undefined;
1303
1323
  linkedin_url?: string | undefined;
1304
1324
  linkedin_id?: string | undefined;
1305
1325
  linkedin_handle?: string | undefined;
1326
+ headline?: string | undefined;
1327
+ location?: string | undefined;
1306
1328
  current_position?: {
1307
1329
  title?: string | undefined;
1308
1330
  company?: {
@@ -1320,17 +1342,17 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1320
1342
  end_date?: string | undefined;
1321
1343
  } | undefined;
1322
1344
  } | undefined;
1345
+ } | undefined;
1346
+ }, {
1347
+ custom?: Record<string, string> | undefined;
1348
+ contact?: {
1349
+ firstname?: string | undefined;
1350
+ lastname?: string | undefined;
1323
1351
  domain?: string | undefined;
1324
1352
  emails?: {
1325
1353
  status?: string | undefined;
1326
1354
  email?: string | undefined;
1327
1355
  }[] | undefined;
1328
- phones?: {
1329
- phone?: string | undefined;
1330
- region?: string | undefined;
1331
- }[] | undefined;
1332
- firstname?: string | undefined;
1333
- lastname?: string | undefined;
1334
1356
  most_probable_email?: string | undefined;
1335
1357
  most_probable_personal_email?: string | undefined;
1336
1358
  personal_emails?: {
@@ -1338,20 +1360,20 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1338
1360
  email?: string | undefined;
1339
1361
  }[] | undefined;
1340
1362
  most_probable_phone?: string | undefined;
1363
+ phones?: {
1364
+ phone?: string | undefined;
1365
+ region?: string | undefined;
1366
+ }[] | undefined;
1341
1367
  social_medias?: {
1342
1368
  type?: string | undefined;
1343
1369
  url?: string | undefined;
1344
1370
  }[] | undefined;
1345
- } | undefined;
1346
- }, {
1347
- custom?: Record<string, string> | undefined;
1348
- contact?: {
1349
1371
  profile?: {
1350
- headline?: string | undefined;
1351
- location?: string | undefined;
1352
1372
  linkedin_url?: string | undefined;
1353
1373
  linkedin_id?: string | number | undefined;
1354
1374
  linkedin_handle?: string | undefined;
1375
+ headline?: string | undefined;
1376
+ location?: string | undefined;
1355
1377
  current_position?: {
1356
1378
  title?: string | undefined;
1357
1379
  company?: {
@@ -1369,28 +1391,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1369
1391
  end_date?: string | undefined;
1370
1392
  } | undefined;
1371
1393
  } | undefined;
1372
- domain?: string | undefined;
1373
- emails?: {
1374
- status?: string | undefined;
1375
- email?: string | undefined;
1376
- }[] | undefined;
1377
- phones?: {
1378
- phone?: string | undefined;
1379
- region?: string | undefined;
1380
- }[] | undefined;
1381
- firstname?: string | undefined;
1382
- lastname?: string | undefined;
1383
- most_probable_email?: string | undefined;
1384
- most_probable_personal_email?: string | undefined;
1385
- personal_emails?: {
1386
- status?: string | undefined;
1387
- email?: string | undefined;
1388
- }[] | undefined;
1389
- most_probable_phone?: string | undefined;
1390
- social_medias?: {
1391
- type?: string | undefined;
1392
- url?: string | undefined;
1393
- }[] | undefined;
1394
1394
  } | undefined;
1395
1395
  }>, "many">>;
1396
1396
  cost: z.ZodOptional<z.ZodObject<{
@@ -1411,12 +1411,34 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1411
1411
  results?: {
1412
1412
  custom?: Record<string, string> | undefined;
1413
1413
  contact?: {
1414
+ firstname?: string | undefined;
1415
+ lastname?: string | undefined;
1416
+ domain?: string | undefined;
1417
+ emails?: {
1418
+ status?: string | undefined;
1419
+ email?: string | undefined;
1420
+ }[] | undefined;
1421
+ most_probable_email?: string | undefined;
1422
+ most_probable_personal_email?: string | undefined;
1423
+ personal_emails?: {
1424
+ status?: string | undefined;
1425
+ email?: string | undefined;
1426
+ }[] | undefined;
1427
+ most_probable_phone?: string | undefined;
1428
+ phones?: {
1429
+ phone?: string | undefined;
1430
+ region?: string | undefined;
1431
+ }[] | undefined;
1432
+ social_medias?: {
1433
+ type?: string | undefined;
1434
+ url?: string | undefined;
1435
+ }[] | undefined;
1414
1436
  profile?: {
1415
- headline?: string | undefined;
1416
- location?: string | undefined;
1417
1437
  linkedin_url?: string | undefined;
1418
1438
  linkedin_id?: string | undefined;
1419
1439
  linkedin_handle?: string | undefined;
1440
+ headline?: string | undefined;
1441
+ location?: string | undefined;
1420
1442
  current_position?: {
1421
1443
  title?: string | undefined;
1422
1444
  company?: {
@@ -1434,17 +1456,28 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1434
1456
  end_date?: string | undefined;
1435
1457
  } | undefined;
1436
1458
  } | undefined;
1459
+ } | undefined;
1460
+ }[] | undefined;
1461
+ cost?: {
1462
+ credits?: number | undefined;
1463
+ } | undefined;
1464
+ }, {
1465
+ operation: "get_enrichment_result";
1466
+ success: boolean;
1467
+ error: string;
1468
+ status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1469
+ name?: string | undefined;
1470
+ id?: string | undefined;
1471
+ results?: {
1472
+ custom?: Record<string, string> | undefined;
1473
+ contact?: {
1474
+ firstname?: string | undefined;
1475
+ lastname?: string | undefined;
1437
1476
  domain?: string | undefined;
1438
1477
  emails?: {
1439
1478
  status?: string | undefined;
1440
1479
  email?: string | undefined;
1441
1480
  }[] | undefined;
1442
- phones?: {
1443
- phone?: string | undefined;
1444
- region?: string | undefined;
1445
- }[] | undefined;
1446
- firstname?: string | undefined;
1447
- lastname?: string | undefined;
1448
1481
  most_probable_email?: string | undefined;
1449
1482
  most_probable_personal_email?: string | undefined;
1450
1483
  personal_emails?: {
@@ -1452,31 +1485,20 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1452
1485
  email?: string | undefined;
1453
1486
  }[] | undefined;
1454
1487
  most_probable_phone?: string | undefined;
1488
+ phones?: {
1489
+ phone?: string | undefined;
1490
+ region?: string | undefined;
1491
+ }[] | undefined;
1455
1492
  social_medias?: {
1456
1493
  type?: string | undefined;
1457
1494
  url?: string | undefined;
1458
1495
  }[] | undefined;
1459
- } | undefined;
1460
- }[] | undefined;
1461
- cost?: {
1462
- credits?: number | undefined;
1463
- } | undefined;
1464
- }, {
1465
- operation: "get_enrichment_result";
1466
- success: boolean;
1467
- error: string;
1468
- status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1469
- name?: string | undefined;
1470
- id?: string | undefined;
1471
- results?: {
1472
- custom?: Record<string, string> | undefined;
1473
- contact?: {
1474
1496
  profile?: {
1475
- headline?: string | undefined;
1476
- location?: string | undefined;
1477
1497
  linkedin_url?: string | undefined;
1478
1498
  linkedin_id?: string | number | undefined;
1479
1499
  linkedin_handle?: string | undefined;
1500
+ headline?: string | undefined;
1501
+ location?: string | undefined;
1480
1502
  current_position?: {
1481
1503
  title?: string | undefined;
1482
1504
  company?: {
@@ -1494,28 +1516,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1494
1516
  end_date?: string | undefined;
1495
1517
  } | undefined;
1496
1518
  } | undefined;
1497
- domain?: string | undefined;
1498
- emails?: {
1499
- status?: string | undefined;
1500
- email?: string | undefined;
1501
- }[] | undefined;
1502
- phones?: {
1503
- phone?: string | undefined;
1504
- region?: string | undefined;
1505
- }[] | undefined;
1506
- firstname?: string | undefined;
1507
- lastname?: string | undefined;
1508
- most_probable_email?: string | undefined;
1509
- most_probable_personal_email?: string | undefined;
1510
- personal_emails?: {
1511
- status?: string | undefined;
1512
- email?: string | undefined;
1513
- }[] | undefined;
1514
- most_probable_phone?: string | undefined;
1515
- social_medias?: {
1516
- type?: string | undefined;
1517
- url?: string | undefined;
1518
- }[] | undefined;
1519
1519
  } | undefined;
1520
1520
  }[] | undefined;
1521
1521
  cost?: {
@@ -1670,11 +1670,11 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1670
1670
  end_date?: string | undefined;
1671
1671
  }>>;
1672
1672
  }, "strip", z.ZodTypeAny, {
1673
- headline?: string | undefined;
1674
- location?: string | undefined;
1675
1673
  linkedin_url?: string | undefined;
1676
1674
  linkedin_id?: string | undefined;
1677
1675
  linkedin_handle?: string | undefined;
1676
+ headline?: string | undefined;
1677
+ location?: string | undefined;
1678
1678
  current_position?: {
1679
1679
  title?: string | undefined;
1680
1680
  company?: {
@@ -1692,11 +1692,11 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1692
1692
  end_date?: string | undefined;
1693
1693
  } | undefined;
1694
1694
  }, {
1695
- headline?: string | undefined;
1696
- location?: string | undefined;
1697
1695
  linkedin_url?: string | undefined;
1698
1696
  linkedin_id?: string | number | undefined;
1699
1697
  linkedin_handle?: string | undefined;
1698
+ headline?: string | undefined;
1699
+ location?: string | undefined;
1700
1700
  current_position?: {
1701
1701
  title?: string | undefined;
1702
1702
  company?: {
@@ -1715,12 +1715,34 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1715
1715
  } | undefined;
1716
1716
  }>>;
1717
1717
  }, "strip", z.ZodTypeAny, {
1718
+ firstname?: string | undefined;
1719
+ lastname?: string | undefined;
1720
+ domain?: string | undefined;
1721
+ emails?: {
1722
+ status?: string | undefined;
1723
+ email?: string | undefined;
1724
+ }[] | undefined;
1725
+ most_probable_email?: string | undefined;
1726
+ most_probable_personal_email?: string | undefined;
1727
+ personal_emails?: {
1728
+ status?: string | undefined;
1729
+ email?: string | undefined;
1730
+ }[] | undefined;
1731
+ most_probable_phone?: string | undefined;
1732
+ phones?: {
1733
+ phone?: string | undefined;
1734
+ region?: string | undefined;
1735
+ }[] | undefined;
1736
+ social_medias?: {
1737
+ type?: string | undefined;
1738
+ url?: string | undefined;
1739
+ }[] | undefined;
1718
1740
  profile?: {
1719
- headline?: string | undefined;
1720
- location?: string | undefined;
1721
1741
  linkedin_url?: string | undefined;
1722
1742
  linkedin_id?: string | undefined;
1723
1743
  linkedin_handle?: string | undefined;
1744
+ headline?: string | undefined;
1745
+ location?: string | undefined;
1724
1746
  current_position?: {
1725
1747
  title?: string | undefined;
1726
1748
  company?: {
@@ -1738,17 +1760,14 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1738
1760
  end_date?: string | undefined;
1739
1761
  } | undefined;
1740
1762
  } | undefined;
1763
+ }, {
1764
+ firstname?: string | undefined;
1765
+ lastname?: string | undefined;
1741
1766
  domain?: string | undefined;
1742
1767
  emails?: {
1743
1768
  status?: string | undefined;
1744
1769
  email?: string | undefined;
1745
1770
  }[] | undefined;
1746
- phones?: {
1747
- phone?: string | undefined;
1748
- region?: string | undefined;
1749
- }[] | undefined;
1750
- firstname?: string | undefined;
1751
- lastname?: string | undefined;
1752
1771
  most_probable_email?: string | undefined;
1753
1772
  most_probable_personal_email?: string | undefined;
1754
1773
  personal_emails?: {
@@ -1756,17 +1775,20 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1756
1775
  email?: string | undefined;
1757
1776
  }[] | undefined;
1758
1777
  most_probable_phone?: string | undefined;
1778
+ phones?: {
1779
+ phone?: string | undefined;
1780
+ region?: string | undefined;
1781
+ }[] | undefined;
1759
1782
  social_medias?: {
1760
1783
  type?: string | undefined;
1761
1784
  url?: string | undefined;
1762
1785
  }[] | undefined;
1763
- }, {
1764
1786
  profile?: {
1765
- headline?: string | undefined;
1766
- location?: string | undefined;
1767
1787
  linkedin_url?: string | undefined;
1768
1788
  linkedin_id?: string | number | undefined;
1769
1789
  linkedin_handle?: string | undefined;
1790
+ headline?: string | undefined;
1791
+ location?: string | undefined;
1770
1792
  current_position?: {
1771
1793
  title?: string | undefined;
1772
1794
  company?: {
@@ -1784,17 +1806,16 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1784
1806
  end_date?: string | undefined;
1785
1807
  } | undefined;
1786
1808
  } | undefined;
1809
+ }>>;
1810
+ }, "strip", z.ZodTypeAny, {
1811
+ contact?: {
1812
+ firstname?: string | undefined;
1813
+ lastname?: string | undefined;
1787
1814
  domain?: string | undefined;
1788
1815
  emails?: {
1789
1816
  status?: string | undefined;
1790
1817
  email?: string | undefined;
1791
1818
  }[] | undefined;
1792
- phones?: {
1793
- phone?: string | undefined;
1794
- region?: string | undefined;
1795
- }[] | undefined;
1796
- firstname?: string | undefined;
1797
- lastname?: string | undefined;
1798
1819
  most_probable_email?: string | undefined;
1799
1820
  most_probable_personal_email?: string | undefined;
1800
1821
  personal_emails?: {
@@ -1802,20 +1823,20 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1802
1823
  email?: string | undefined;
1803
1824
  }[] | undefined;
1804
1825
  most_probable_phone?: string | undefined;
1826
+ phones?: {
1827
+ phone?: string | undefined;
1828
+ region?: string | undefined;
1829
+ }[] | undefined;
1805
1830
  social_medias?: {
1806
1831
  type?: string | undefined;
1807
1832
  url?: string | undefined;
1808
1833
  }[] | undefined;
1809
- }>>;
1810
- }, "strip", z.ZodTypeAny, {
1811
- input?: string | undefined;
1812
- contact?: {
1813
1834
  profile?: {
1814
- headline?: string | undefined;
1815
- location?: string | undefined;
1816
1835
  linkedin_url?: string | undefined;
1817
1836
  linkedin_id?: string | undefined;
1818
1837
  linkedin_handle?: string | undefined;
1838
+ headline?: string | undefined;
1839
+ location?: string | undefined;
1819
1840
  current_position?: {
1820
1841
  title?: string | undefined;
1821
1842
  company?: {
@@ -1833,17 +1854,17 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1833
1854
  end_date?: string | undefined;
1834
1855
  } | undefined;
1835
1856
  } | undefined;
1857
+ } | undefined;
1858
+ input?: string | undefined;
1859
+ }, {
1860
+ contact?: {
1861
+ firstname?: string | undefined;
1862
+ lastname?: string | undefined;
1836
1863
  domain?: string | undefined;
1837
1864
  emails?: {
1838
1865
  status?: string | undefined;
1839
1866
  email?: string | undefined;
1840
1867
  }[] | undefined;
1841
- phones?: {
1842
- phone?: string | undefined;
1843
- region?: string | undefined;
1844
- }[] | undefined;
1845
- firstname?: string | undefined;
1846
- lastname?: string | undefined;
1847
1868
  most_probable_email?: string | undefined;
1848
1869
  most_probable_personal_email?: string | undefined;
1849
1870
  personal_emails?: {
@@ -1851,20 +1872,20 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1851
1872
  email?: string | undefined;
1852
1873
  }[] | undefined;
1853
1874
  most_probable_phone?: string | undefined;
1875
+ phones?: {
1876
+ phone?: string | undefined;
1877
+ region?: string | undefined;
1878
+ }[] | undefined;
1854
1879
  social_medias?: {
1855
1880
  type?: string | undefined;
1856
1881
  url?: string | undefined;
1857
1882
  }[] | undefined;
1858
- } | undefined;
1859
- }, {
1860
- input?: string | undefined;
1861
- contact?: {
1862
1883
  profile?: {
1863
- headline?: string | undefined;
1864
- location?: string | undefined;
1865
1884
  linkedin_url?: string | undefined;
1866
1885
  linkedin_id?: string | number | undefined;
1867
1886
  linkedin_handle?: string | undefined;
1887
+ headline?: string | undefined;
1888
+ location?: string | undefined;
1868
1889
  current_position?: {
1869
1890
  title?: string | undefined;
1870
1891
  company?: {
@@ -1882,29 +1903,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1882
1903
  end_date?: string | undefined;
1883
1904
  } | undefined;
1884
1905
  } | undefined;
1885
- domain?: string | undefined;
1886
- emails?: {
1887
- status?: string | undefined;
1888
- email?: string | undefined;
1889
- }[] | undefined;
1890
- phones?: {
1891
- phone?: string | undefined;
1892
- region?: string | undefined;
1893
- }[] | undefined;
1894
- firstname?: string | undefined;
1895
- lastname?: string | undefined;
1896
- most_probable_email?: string | undefined;
1897
- most_probable_personal_email?: string | undefined;
1898
- personal_emails?: {
1899
- status?: string | undefined;
1900
- email?: string | undefined;
1901
- }[] | undefined;
1902
- most_probable_phone?: string | undefined;
1903
- social_medias?: {
1904
- type?: string | undefined;
1905
- url?: string | undefined;
1906
- }[] | undefined;
1907
1906
  } | undefined;
1907
+ input?: string | undefined;
1908
1908
  }>, "many">>;
1909
1909
  cost: z.ZodOptional<z.ZodObject<{
1910
1910
  credits: z.ZodOptional<z.ZodNumber>;
@@ -1922,14 +1922,35 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1922
1922
  name?: string | undefined;
1923
1923
  id?: string | undefined;
1924
1924
  results?: {
1925
- input?: string | undefined;
1926
1925
  contact?: {
1926
+ firstname?: string | undefined;
1927
+ lastname?: string | undefined;
1928
+ domain?: string | undefined;
1929
+ emails?: {
1930
+ status?: string | undefined;
1931
+ email?: string | undefined;
1932
+ }[] | undefined;
1933
+ most_probable_email?: string | undefined;
1934
+ most_probable_personal_email?: string | undefined;
1935
+ personal_emails?: {
1936
+ status?: string | undefined;
1937
+ email?: string | undefined;
1938
+ }[] | undefined;
1939
+ most_probable_phone?: string | undefined;
1940
+ phones?: {
1941
+ phone?: string | undefined;
1942
+ region?: string | undefined;
1943
+ }[] | undefined;
1944
+ social_medias?: {
1945
+ type?: string | undefined;
1946
+ url?: string | undefined;
1947
+ }[] | undefined;
1927
1948
  profile?: {
1928
- headline?: string | undefined;
1929
- location?: string | undefined;
1930
1949
  linkedin_url?: string | undefined;
1931
1950
  linkedin_id?: string | undefined;
1932
1951
  linkedin_handle?: string | undefined;
1952
+ headline?: string | undefined;
1953
+ location?: string | undefined;
1933
1954
  current_position?: {
1934
1955
  title?: string | undefined;
1935
1956
  company?: {
@@ -1947,17 +1968,28 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1947
1968
  end_date?: string | undefined;
1948
1969
  } | undefined;
1949
1970
  } | undefined;
1971
+ } | undefined;
1972
+ input?: string | undefined;
1973
+ }[] | undefined;
1974
+ cost?: {
1975
+ credits?: number | undefined;
1976
+ } | undefined;
1977
+ }, {
1978
+ operation: "get_reverse_email_result";
1979
+ success: boolean;
1980
+ error: string;
1981
+ status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1982
+ name?: string | undefined;
1983
+ id?: string | undefined;
1984
+ results?: {
1985
+ contact?: {
1986
+ firstname?: string | undefined;
1987
+ lastname?: string | undefined;
1950
1988
  domain?: string | undefined;
1951
1989
  emails?: {
1952
1990
  status?: string | undefined;
1953
1991
  email?: string | undefined;
1954
1992
  }[] | undefined;
1955
- phones?: {
1956
- phone?: string | undefined;
1957
- region?: string | undefined;
1958
- }[] | undefined;
1959
- firstname?: string | undefined;
1960
- lastname?: string | undefined;
1961
1993
  most_probable_email?: string | undefined;
1962
1994
  most_probable_personal_email?: string | undefined;
1963
1995
  personal_emails?: {
@@ -1965,31 +1997,20 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1965
1997
  email?: string | undefined;
1966
1998
  }[] | undefined;
1967
1999
  most_probable_phone?: string | undefined;
2000
+ phones?: {
2001
+ phone?: string | undefined;
2002
+ region?: string | undefined;
2003
+ }[] | undefined;
1968
2004
  social_medias?: {
1969
2005
  type?: string | undefined;
1970
2006
  url?: string | undefined;
1971
2007
  }[] | undefined;
1972
- } | undefined;
1973
- }[] | undefined;
1974
- cost?: {
1975
- credits?: number | undefined;
1976
- } | undefined;
1977
- }, {
1978
- operation: "get_reverse_email_result";
1979
- success: boolean;
1980
- error: string;
1981
- status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1982
- name?: string | undefined;
1983
- id?: string | undefined;
1984
- results?: {
1985
- input?: string | undefined;
1986
- contact?: {
1987
2008
  profile?: {
1988
- headline?: string | undefined;
1989
- location?: string | undefined;
1990
2009
  linkedin_url?: string | undefined;
1991
2010
  linkedin_id?: string | number | undefined;
1992
2011
  linkedin_handle?: string | undefined;
2012
+ headline?: string | undefined;
2013
+ location?: string | undefined;
1993
2014
  current_position?: {
1994
2015
  title?: string | undefined;
1995
2016
  company?: {
@@ -2007,29 +2028,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
2007
2028
  end_date?: string | undefined;
2008
2029
  } | undefined;
2009
2030
  } | undefined;
2010
- domain?: string | undefined;
2011
- emails?: {
2012
- status?: string | undefined;
2013
- email?: string | undefined;
2014
- }[] | undefined;
2015
- phones?: {
2016
- phone?: string | undefined;
2017
- region?: string | undefined;
2018
- }[] | undefined;
2019
- firstname?: string | undefined;
2020
- lastname?: string | undefined;
2021
- most_probable_email?: string | undefined;
2022
- most_probable_personal_email?: string | undefined;
2023
- personal_emails?: {
2024
- status?: string | undefined;
2025
- email?: string | undefined;
2026
- }[] | undefined;
2027
- most_probable_phone?: string | undefined;
2028
- social_medias?: {
2029
- type?: string | undefined;
2030
- url?: string | undefined;
2031
- }[] | undefined;
2032
2031
  } | undefined;
2032
+ input?: string | undefined;
2033
2033
  }[] | undefined;
2034
2034
  cost?: {
2035
2035
  credits?: number | undefined;