@bubblelab/bubble-core 0.1.288 → 0.1.289

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 +68 -68
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +12 -12
  4. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  5. package/dist/bubbles/service-bubble/ai-agent.js +5 -0
  6. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  7. package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
  8. package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
  9. package/dist/bubbles/service-bubble/asana/asana.d.ts +2 -2
  10. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +152 -152
  11. package/dist/bubbles/service-bubble/assembled/assembled.d.ts +2 -2
  12. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +78 -78
  14. package/dist/bubbles/service-bubble/firecrawl.d.ts +172 -172
  15. package/dist/bubbles/service-bubble/github.d.ts +72 -72
  16. package/dist/bubbles/service-bubble/gmail.d.ts +64 -64
  17. package/dist/bubbles/service-bubble/google-calendar.d.ts +86 -86
  18. package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
  19. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  20. package/dist/bubbles/service-bubble/hubspot/hubspot.d.ts +6 -6
  21. package/dist/bubbles/service-bubble/jira/jira.d.ts +38 -38
  22. package/dist/bubbles/service-bubble/metabase/metabase.d.ts +4 -4
  23. package/dist/bubbles/service-bubble/notion/notion.d.ts +380 -380
  24. package/dist/bubbles/service-bubble/posthog/posthog.d.ts +2 -2
  25. package/dist/bubbles/service-bubble/sendsafely/sendsafely.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/slab/slab.d.ts +16 -16
  27. package/dist/bubbles/service-bubble/slack/slack.d.ts +98 -98
  28. package/dist/bubbles/service-bubble/sortly/sortly.d.ts +2 -2
  29. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +9 -9
  30. package/dist/bubbles/service-bubble/zendesk/zendesk.d.ts +2 -2
  31. package/dist/bubbles/tool-bubble/app-rankings-tool.d.ts +8 -8
  32. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
  33. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
  34. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +12 -12
  35. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
  36. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +34 -34
  37. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
  38. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  39. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  40. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  41. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +4 -4
  42. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +36 -36
  43. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
  44. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +16 -16
  45. package/dist/bubbles.json +1 -1
  46. package/package.json +2 -2
@@ -506,12 +506,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
506
506
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
507
507
  isPrimary: import("zod").ZodBoolean;
508
508
  }, "strip", import("zod").ZodTypeAny, {
509
- value: string;
510
509
  type: "Personal" | "Work" | "Other";
510
+ value: string;
511
511
  isPrimary: boolean;
512
512
  }, {
513
- value: string;
514
513
  type: "Personal" | "Work" | "Other";
514
+ value: string;
515
515
  isPrimary: boolean;
516
516
  }>>>;
517
517
  emailAddresses: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -519,12 +519,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
519
519
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
520
520
  isPrimary: import("zod").ZodBoolean;
521
521
  }, "strip", import("zod").ZodTypeAny, {
522
- value: string;
523
522
  type: "Personal" | "Work" | "Other";
523
+ value: string;
524
524
  isPrimary: boolean;
525
525
  }, {
526
- value: string;
527
526
  type: "Personal" | "Work" | "Other";
527
+ value: string;
528
528
  isPrimary: boolean;
529
529
  }>, "many">>;
530
530
  primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
@@ -532,12 +532,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
532
532
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
533
533
  isPrimary: import("zod").ZodBoolean;
534
534
  }, "strip", import("zod").ZodTypeAny, {
535
- value: string;
536
535
  type: "Personal" | "Work" | "Other";
536
+ value: string;
537
537
  isPrimary: boolean;
538
538
  }, {
539
- value: string;
540
539
  type: "Personal" | "Work" | "Other";
540
+ value: string;
541
541
  isPrimary: boolean;
542
542
  }>>>;
543
543
  phoneNumbers: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -545,12 +545,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
545
545
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
546
546
  isPrimary: import("zod").ZodBoolean;
547
547
  }, "strip", import("zod").ZodTypeAny, {
548
- value: string;
549
548
  type: "Personal" | "Work" | "Other";
549
+ value: string;
550
550
  isPrimary: boolean;
551
551
  }, {
552
- value: string;
553
552
  type: "Personal" | "Work" | "Other";
553
+ value: string;
554
554
  isPrimary: boolean;
555
555
  }>, "many">>;
556
556
  socialLinks: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -638,37 +638,31 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
638
638
  source?: unknown;
639
639
  createdAt?: string | undefined;
640
640
  updatedAt?: string | undefined;
641
+ company?: string | null | undefined;
641
642
  primaryEmailAddress?: {
642
- value: string;
643
643
  type: "Personal" | "Work" | "Other";
644
- isPrimary: boolean;
645
- } | null | undefined;
646
- primaryPhoneNumber?: {
647
644
  value: string;
648
- type: "Personal" | "Work" | "Other";
649
645
  isPrimary: boolean;
650
646
  } | null | undefined;
651
- customFields?: {
652
- title: string;
653
- id: string;
654
- value?: unknown;
655
- isPrivate?: boolean | undefined;
656
- }[] | undefined;
657
647
  emailAddresses?: {
658
- value: string;
659
648
  type: "Personal" | "Work" | "Other";
649
+ value: string;
660
650
  isPrimary: boolean;
661
651
  }[] | undefined;
662
- phoneNumbers?: {
652
+ primaryPhoneNumber?: {
653
+ type: "Personal" | "Work" | "Other";
663
654
  value: string;
655
+ isPrimary: boolean;
656
+ } | null | undefined;
657
+ phoneNumbers?: {
664
658
  type: "Personal" | "Work" | "Other";
659
+ value: string;
665
660
  isPrimary: boolean;
666
661
  }[] | undefined;
667
662
  socialLinks?: {
668
663
  type: string;
669
664
  url: string;
670
665
  }[] | undefined;
671
- company?: string | null | undefined;
672
666
  school?: string | null | undefined;
673
667
  applicationIds?: string[] | undefined;
674
668
  resumeFileHandle?: {
@@ -681,6 +675,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
681
675
  id: string;
682
676
  handle: string;
683
677
  }[] | undefined;
678
+ customFields?: {
679
+ title: string;
680
+ id: string;
681
+ value?: unknown;
682
+ isPrivate?: boolean | undefined;
683
+ }[] | undefined;
684
684
  creditedToUser?: unknown;
685
685
  }, {
686
686
  name: string;
@@ -695,37 +695,31 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
695
695
  source?: unknown;
696
696
  createdAt?: string | undefined;
697
697
  updatedAt?: string | undefined;
698
+ company?: string | null | undefined;
698
699
  primaryEmailAddress?: {
699
- value: string;
700
700
  type: "Personal" | "Work" | "Other";
701
- isPrimary: boolean;
702
- } | null | undefined;
703
- primaryPhoneNumber?: {
704
701
  value: string;
705
- type: "Personal" | "Work" | "Other";
706
702
  isPrimary: boolean;
707
703
  } | null | undefined;
708
- customFields?: {
709
- title: string;
710
- id: string;
711
- value?: unknown;
712
- isPrivate?: boolean | undefined;
713
- }[] | undefined;
714
704
  emailAddresses?: {
715
- value: string;
716
705
  type: "Personal" | "Work" | "Other";
706
+ value: string;
717
707
  isPrimary: boolean;
718
708
  }[] | undefined;
719
- phoneNumbers?: {
709
+ primaryPhoneNumber?: {
710
+ type: "Personal" | "Work" | "Other";
720
711
  value: string;
712
+ isPrimary: boolean;
713
+ } | null | undefined;
714
+ phoneNumbers?: {
721
715
  type: "Personal" | "Work" | "Other";
716
+ value: string;
722
717
  isPrimary: boolean;
723
718
  }[] | undefined;
724
719
  socialLinks?: {
725
720
  type: string;
726
721
  url: string;
727
722
  }[] | undefined;
728
- company?: string | null | undefined;
729
723
  school?: string | null | undefined;
730
724
  applicationIds?: string[] | undefined;
731
725
  resumeFileHandle?: {
@@ -738,6 +732,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
738
732
  id: string;
739
733
  handle: string;
740
734
  }[] | undefined;
735
+ customFields?: {
736
+ title: string;
737
+ id: string;
738
+ value?: unknown;
739
+ isPrivate?: boolean | undefined;
740
+ }[] | undefined;
741
741
  creditedToUser?: unknown;
742
742
  }>, "many">>;
743
743
  next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
@@ -763,37 +763,31 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
763
763
  source?: unknown;
764
764
  createdAt?: string | undefined;
765
765
  updatedAt?: string | undefined;
766
+ company?: string | null | undefined;
766
767
  primaryEmailAddress?: {
767
- value: string;
768
768
  type: "Personal" | "Work" | "Other";
769
- isPrimary: boolean;
770
- } | null | undefined;
771
- primaryPhoneNumber?: {
772
769
  value: string;
773
- type: "Personal" | "Work" | "Other";
774
770
  isPrimary: boolean;
775
771
  } | null | undefined;
776
- customFields?: {
777
- title: string;
778
- id: string;
779
- value?: unknown;
780
- isPrivate?: boolean | undefined;
781
- }[] | undefined;
782
772
  emailAddresses?: {
783
- value: string;
784
773
  type: "Personal" | "Work" | "Other";
774
+ value: string;
785
775
  isPrimary: boolean;
786
776
  }[] | undefined;
787
- phoneNumbers?: {
777
+ primaryPhoneNumber?: {
778
+ type: "Personal" | "Work" | "Other";
788
779
  value: string;
780
+ isPrimary: boolean;
781
+ } | null | undefined;
782
+ phoneNumbers?: {
789
783
  type: "Personal" | "Work" | "Other";
784
+ value: string;
790
785
  isPrimary: boolean;
791
786
  }[] | undefined;
792
787
  socialLinks?: {
793
788
  type: string;
794
789
  url: string;
795
790
  }[] | undefined;
796
- company?: string | null | undefined;
797
791
  school?: string | null | undefined;
798
792
  applicationIds?: string[] | undefined;
799
793
  resumeFileHandle?: {
@@ -806,6 +800,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
806
800
  id: string;
807
801
  handle: string;
808
802
  }[] | undefined;
803
+ customFields?: {
804
+ title: string;
805
+ id: string;
806
+ value?: unknown;
807
+ isPrivate?: boolean | undefined;
808
+ }[] | undefined;
809
809
  creditedToUser?: unknown;
810
810
  }[] | undefined;
811
811
  more_data_available?: boolean | undefined;
@@ -828,37 +828,31 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
828
828
  source?: unknown;
829
829
  createdAt?: string | undefined;
830
830
  updatedAt?: string | undefined;
831
+ company?: string | null | undefined;
831
832
  primaryEmailAddress?: {
832
- value: string;
833
833
  type: "Personal" | "Work" | "Other";
834
- isPrimary: boolean;
835
- } | null | undefined;
836
- primaryPhoneNumber?: {
837
834
  value: string;
838
- type: "Personal" | "Work" | "Other";
839
835
  isPrimary: boolean;
840
836
  } | null | undefined;
841
- customFields?: {
842
- title: string;
843
- id: string;
844
- value?: unknown;
845
- isPrivate?: boolean | undefined;
846
- }[] | undefined;
847
837
  emailAddresses?: {
848
- value: string;
849
838
  type: "Personal" | "Work" | "Other";
839
+ value: string;
850
840
  isPrimary: boolean;
851
841
  }[] | undefined;
852
- phoneNumbers?: {
842
+ primaryPhoneNumber?: {
843
+ type: "Personal" | "Work" | "Other";
853
844
  value: string;
845
+ isPrimary: boolean;
846
+ } | null | undefined;
847
+ phoneNumbers?: {
854
848
  type: "Personal" | "Work" | "Other";
849
+ value: string;
855
850
  isPrimary: boolean;
856
851
  }[] | undefined;
857
852
  socialLinks?: {
858
853
  type: string;
859
854
  url: string;
860
855
  }[] | undefined;
861
- company?: string | null | undefined;
862
856
  school?: string | null | undefined;
863
857
  applicationIds?: string[] | undefined;
864
858
  resumeFileHandle?: {
@@ -871,6 +865,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
871
865
  id: string;
872
866
  handle: string;
873
867
  }[] | undefined;
868
+ customFields?: {
869
+ title: string;
870
+ id: string;
871
+ value?: unknown;
872
+ isPrivate?: boolean | undefined;
873
+ }[] | undefined;
874
874
  creditedToUser?: unknown;
875
875
  }[] | undefined;
876
876
  more_data_available?: boolean | undefined;
@@ -887,12 +887,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
887
887
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
888
888
  isPrimary: import("zod").ZodBoolean;
889
889
  }, "strip", import("zod").ZodTypeAny, {
890
- value: string;
891
890
  type: "Personal" | "Work" | "Other";
891
+ value: string;
892
892
  isPrimary: boolean;
893
893
  }, {
894
- value: string;
895
894
  type: "Personal" | "Work" | "Other";
895
+ value: string;
896
896
  isPrimary: boolean;
897
897
  }>>>;
898
898
  primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
@@ -900,12 +900,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
900
900
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
901
901
  isPrimary: import("zod").ZodBoolean;
902
902
  }, "strip", import("zod").ZodTypeAny, {
903
- value: string;
904
903
  type: "Personal" | "Work" | "Other";
904
+ value: string;
905
905
  isPrimary: boolean;
906
906
  }, {
907
- value: string;
908
907
  type: "Personal" | "Work" | "Other";
908
+ value: string;
909
909
  isPrimary: boolean;
910
910
  }>>>;
911
911
  customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -930,13 +930,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
930
930
  createdAt?: string | undefined;
931
931
  updatedAt?: string | undefined;
932
932
  primaryEmailAddress?: {
933
- value: string;
934
933
  type: "Personal" | "Work" | "Other";
934
+ value: string;
935
935
  isPrimary: boolean;
936
936
  } | null | undefined;
937
937
  primaryPhoneNumber?: {
938
- value: string;
939
938
  type: "Personal" | "Work" | "Other";
939
+ value: string;
940
940
  isPrimary: boolean;
941
941
  } | null | undefined;
942
942
  customFields?: {
@@ -951,13 +951,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
951
951
  createdAt?: string | undefined;
952
952
  updatedAt?: string | undefined;
953
953
  primaryEmailAddress?: {
954
- value: string;
955
954
  type: "Personal" | "Work" | "Other";
955
+ value: string;
956
956
  isPrimary: boolean;
957
957
  } | null | undefined;
958
958
  primaryPhoneNumber?: {
959
- value: string;
960
959
  type: "Personal" | "Work" | "Other";
960
+ value: string;
961
961
  isPrimary: boolean;
962
962
  } | null | undefined;
963
963
  customFields?: {
@@ -978,13 +978,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
978
978
  createdAt?: string | undefined;
979
979
  updatedAt?: string | undefined;
980
980
  primaryEmailAddress?: {
981
- value: string;
982
981
  type: "Personal" | "Work" | "Other";
982
+ value: string;
983
983
  isPrimary: boolean;
984
984
  } | null | undefined;
985
985
  primaryPhoneNumber?: {
986
- value: string;
987
986
  type: "Personal" | "Work" | "Other";
987
+ value: string;
988
988
  isPrimary: boolean;
989
989
  } | null | undefined;
990
990
  customFields?: {
@@ -1004,13 +1004,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1004
1004
  createdAt?: string | undefined;
1005
1005
  updatedAt?: string | undefined;
1006
1006
  primaryEmailAddress?: {
1007
- value: string;
1008
1007
  type: "Personal" | "Work" | "Other";
1008
+ value: string;
1009
1009
  isPrimary: boolean;
1010
1010
  } | null | undefined;
1011
1011
  primaryPhoneNumber?: {
1012
- value: string;
1013
1012
  type: "Personal" | "Work" | "Other";
1013
+ value: string;
1014
1014
  isPrimary: boolean;
1015
1015
  } | null | undefined;
1016
1016
  customFields?: {
@@ -1033,12 +1033,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1033
1033
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
1034
1034
  isPrimary: import("zod").ZodBoolean;
1035
1035
  }, "strip", import("zod").ZodTypeAny, {
1036
- value: string;
1037
1036
  type: "Personal" | "Work" | "Other";
1037
+ value: string;
1038
1038
  isPrimary: boolean;
1039
1039
  }, {
1040
- value: string;
1041
1040
  type: "Personal" | "Work" | "Other";
1041
+ value: string;
1042
1042
  isPrimary: boolean;
1043
1043
  }>>>;
1044
1044
  primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
@@ -1046,12 +1046,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1046
1046
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
1047
1047
  isPrimary: import("zod").ZodBoolean;
1048
1048
  }, "strip", import("zod").ZodTypeAny, {
1049
- value: string;
1050
1049
  type: "Personal" | "Work" | "Other";
1050
+ value: string;
1051
1051
  isPrimary: boolean;
1052
1052
  }, {
1053
- value: string;
1054
1053
  type: "Personal" | "Work" | "Other";
1054
+ value: string;
1055
1055
  isPrimary: boolean;
1056
1056
  }>>>;
1057
1057
  customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -1076,13 +1076,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1076
1076
  createdAt?: string | undefined;
1077
1077
  updatedAt?: string | undefined;
1078
1078
  primaryEmailAddress?: {
1079
- value: string;
1080
1079
  type: "Personal" | "Work" | "Other";
1080
+ value: string;
1081
1081
  isPrimary: boolean;
1082
1082
  } | null | undefined;
1083
1083
  primaryPhoneNumber?: {
1084
- value: string;
1085
1084
  type: "Personal" | "Work" | "Other";
1085
+ value: string;
1086
1086
  isPrimary: boolean;
1087
1087
  } | null | undefined;
1088
1088
  customFields?: {
@@ -1097,13 +1097,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1097
1097
  createdAt?: string | undefined;
1098
1098
  updatedAt?: string | undefined;
1099
1099
  primaryEmailAddress?: {
1100
- value: string;
1101
1100
  type: "Personal" | "Work" | "Other";
1101
+ value: string;
1102
1102
  isPrimary: boolean;
1103
1103
  } | null | undefined;
1104
1104
  primaryPhoneNumber?: {
1105
- value: string;
1106
1105
  type: "Personal" | "Work" | "Other";
1106
+ value: string;
1107
1107
  isPrimary: boolean;
1108
1108
  } | null | undefined;
1109
1109
  customFields?: {
@@ -1125,13 +1125,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1125
1125
  createdAt?: string | undefined;
1126
1126
  updatedAt?: string | undefined;
1127
1127
  primaryEmailAddress?: {
1128
- value: string;
1129
1128
  type: "Personal" | "Work" | "Other";
1129
+ value: string;
1130
1130
  isPrimary: boolean;
1131
1131
  } | null | undefined;
1132
1132
  primaryPhoneNumber?: {
1133
- value: string;
1134
1133
  type: "Personal" | "Work" | "Other";
1134
+ value: string;
1135
1135
  isPrimary: boolean;
1136
1136
  } | null | undefined;
1137
1137
  customFields?: {
@@ -1152,13 +1152,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1152
1152
  createdAt?: string | undefined;
1153
1153
  updatedAt?: string | undefined;
1154
1154
  primaryEmailAddress?: {
1155
- value: string;
1156
1155
  type: "Personal" | "Work" | "Other";
1156
+ value: string;
1157
1157
  isPrimary: boolean;
1158
1158
  } | null | undefined;
1159
1159
  primaryPhoneNumber?: {
1160
- value: string;
1161
1160
  type: "Personal" | "Work" | "Other";
1161
+ value: string;
1162
1162
  isPrimary: boolean;
1163
1163
  } | null | undefined;
1164
1164
  customFields?: {
@@ -1182,12 +1182,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1182
1182
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
1183
1183
  isPrimary: import("zod").ZodBoolean;
1184
1184
  }, "strip", import("zod").ZodTypeAny, {
1185
- value: string;
1186
1185
  type: "Personal" | "Work" | "Other";
1186
+ value: string;
1187
1187
  isPrimary: boolean;
1188
1188
  }, {
1189
- value: string;
1190
1189
  type: "Personal" | "Work" | "Other";
1190
+ value: string;
1191
1191
  isPrimary: boolean;
1192
1192
  }>>>;
1193
1193
  primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
@@ -1195,12 +1195,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1195
1195
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
1196
1196
  isPrimary: import("zod").ZodBoolean;
1197
1197
  }, "strip", import("zod").ZodTypeAny, {
1198
- value: string;
1199
1198
  type: "Personal" | "Work" | "Other";
1199
+ value: string;
1200
1200
  isPrimary: boolean;
1201
1201
  }, {
1202
- value: string;
1203
1202
  type: "Personal" | "Work" | "Other";
1203
+ value: string;
1204
1204
  isPrimary: boolean;
1205
1205
  }>>>;
1206
1206
  customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -1225,13 +1225,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1225
1225
  createdAt?: string | undefined;
1226
1226
  updatedAt?: string | undefined;
1227
1227
  primaryEmailAddress?: {
1228
- value: string;
1229
1228
  type: "Personal" | "Work" | "Other";
1229
+ value: string;
1230
1230
  isPrimary: boolean;
1231
1231
  } | null | undefined;
1232
1232
  primaryPhoneNumber?: {
1233
- value: string;
1234
1233
  type: "Personal" | "Work" | "Other";
1234
+ value: string;
1235
1235
  isPrimary: boolean;
1236
1236
  } | null | undefined;
1237
1237
  customFields?: {
@@ -1246,13 +1246,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1246
1246
  createdAt?: string | undefined;
1247
1247
  updatedAt?: string | undefined;
1248
1248
  primaryEmailAddress?: {
1249
- value: string;
1250
1249
  type: "Personal" | "Work" | "Other";
1250
+ value: string;
1251
1251
  isPrimary: boolean;
1252
1252
  } | null | undefined;
1253
1253
  primaryPhoneNumber?: {
1254
- value: string;
1255
1254
  type: "Personal" | "Work" | "Other";
1255
+ value: string;
1256
1256
  isPrimary: boolean;
1257
1257
  } | null | undefined;
1258
1258
  customFields?: {
@@ -1273,13 +1273,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1273
1273
  createdAt?: string | undefined;
1274
1274
  updatedAt?: string | undefined;
1275
1275
  primaryEmailAddress?: {
1276
- value: string;
1277
1276
  type: "Personal" | "Work" | "Other";
1277
+ value: string;
1278
1278
  isPrimary: boolean;
1279
1279
  } | null | undefined;
1280
1280
  primaryPhoneNumber?: {
1281
- value: string;
1282
1281
  type: "Personal" | "Work" | "Other";
1282
+ value: string;
1283
1283
  isPrimary: boolean;
1284
1284
  } | null | undefined;
1285
1285
  customFields?: {
@@ -1299,13 +1299,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1299
1299
  createdAt?: string | undefined;
1300
1300
  updatedAt?: string | undefined;
1301
1301
  primaryEmailAddress?: {
1302
- value: string;
1303
1302
  type: "Personal" | "Work" | "Other";
1303
+ value: string;
1304
1304
  isPrimary: boolean;
1305
1305
  } | null | undefined;
1306
1306
  primaryPhoneNumber?: {
1307
- value: string;
1308
1307
  type: "Personal" | "Work" | "Other";
1308
+ value: string;
1309
1309
  isPrimary: boolean;
1310
1310
  } | null | undefined;
1311
1311
  customFields?: {
@@ -1328,12 +1328,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1328
1328
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
1329
1329
  isPrimary: import("zod").ZodBoolean;
1330
1330
  }, "strip", import("zod").ZodTypeAny, {
1331
- value: string;
1332
1331
  type: "Personal" | "Work" | "Other";
1332
+ value: string;
1333
1333
  isPrimary: boolean;
1334
1334
  }, {
1335
- value: string;
1336
1335
  type: "Personal" | "Work" | "Other";
1336
+ value: string;
1337
1337
  isPrimary: boolean;
1338
1338
  }>>>;
1339
1339
  primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
@@ -1341,12 +1341,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1341
1341
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
1342
1342
  isPrimary: import("zod").ZodBoolean;
1343
1343
  }, "strip", import("zod").ZodTypeAny, {
1344
- value: string;
1345
1344
  type: "Personal" | "Work" | "Other";
1345
+ value: string;
1346
1346
  isPrimary: boolean;
1347
1347
  }, {
1348
- value: string;
1349
1348
  type: "Personal" | "Work" | "Other";
1349
+ value: string;
1350
1350
  isPrimary: boolean;
1351
1351
  }>>>;
1352
1352
  customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -1371,13 +1371,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1371
1371
  createdAt?: string | undefined;
1372
1372
  updatedAt?: string | undefined;
1373
1373
  primaryEmailAddress?: {
1374
- value: string;
1375
1374
  type: "Personal" | "Work" | "Other";
1375
+ value: string;
1376
1376
  isPrimary: boolean;
1377
1377
  } | null | undefined;
1378
1378
  primaryPhoneNumber?: {
1379
- value: string;
1380
1379
  type: "Personal" | "Work" | "Other";
1380
+ value: string;
1381
1381
  isPrimary: boolean;
1382
1382
  } | null | undefined;
1383
1383
  customFields?: {
@@ -1392,13 +1392,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1392
1392
  createdAt?: string | undefined;
1393
1393
  updatedAt?: string | undefined;
1394
1394
  primaryEmailAddress?: {
1395
- value: string;
1396
1395
  type: "Personal" | "Work" | "Other";
1396
+ value: string;
1397
1397
  isPrimary: boolean;
1398
1398
  } | null | undefined;
1399
1399
  primaryPhoneNumber?: {
1400
- value: string;
1401
1400
  type: "Personal" | "Work" | "Other";
1401
+ value: string;
1402
1402
  isPrimary: boolean;
1403
1403
  } | null | undefined;
1404
1404
  customFields?: {
@@ -1419,13 +1419,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1419
1419
  createdAt?: string | undefined;
1420
1420
  updatedAt?: string | undefined;
1421
1421
  primaryEmailAddress?: {
1422
- value: string;
1423
1422
  type: "Personal" | "Work" | "Other";
1423
+ value: string;
1424
1424
  isPrimary: boolean;
1425
1425
  } | null | undefined;
1426
1426
  primaryPhoneNumber?: {
1427
- value: string;
1428
1427
  type: "Personal" | "Work" | "Other";
1428
+ value: string;
1429
1429
  isPrimary: boolean;
1430
1430
  } | null | undefined;
1431
1431
  customFields?: {
@@ -1445,13 +1445,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1445
1445
  createdAt?: string | undefined;
1446
1446
  updatedAt?: string | undefined;
1447
1447
  primaryEmailAddress?: {
1448
- value: string;
1449
1448
  type: "Personal" | "Work" | "Other";
1449
+ value: string;
1450
1450
  isPrimary: boolean;
1451
1451
  } | null | undefined;
1452
1452
  primaryPhoneNumber?: {
1453
- value: string;
1454
1453
  type: "Personal" | "Work" | "Other";
1454
+ value: string;
1455
1455
  isPrimary: boolean;
1456
1456
  } | null | undefined;
1457
1457
  customFields?: {
@@ -1558,8 +1558,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1558
1558
  title: string;
1559
1559
  id: string;
1560
1560
  fieldType: string;
1561
- isPrivate: boolean;
1562
1561
  isArchived: boolean;
1562
+ isPrivate: boolean;
1563
1563
  objectType: string;
1564
1564
  selectableValues?: {
1565
1565
  value: string;
@@ -1570,8 +1570,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1570
1570
  title: string;
1571
1571
  id: string;
1572
1572
  fieldType: string;
1573
- isPrivate: boolean;
1574
1573
  isArchived: boolean;
1574
+ isPrivate: boolean;
1575
1575
  objectType: string;
1576
1576
  selectableValues?: {
1577
1577
  value: string;
@@ -1592,8 +1592,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1592
1592
  title: string;
1593
1593
  id: string;
1594
1594
  fieldType: string;
1595
- isPrivate: boolean;
1596
1595
  isArchived: boolean;
1596
+ isPrivate: boolean;
1597
1597
  objectType: string;
1598
1598
  selectableValues?: {
1599
1599
  value: string;
@@ -1612,8 +1612,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1612
1612
  title: string;
1613
1613
  id: string;
1614
1614
  fieldType: string;
1615
- isPrivate: boolean;
1616
1615
  isArchived: boolean;
1616
+ isPrivate: boolean;
1617
1617
  objectType: string;
1618
1618
  selectableValues?: {
1619
1619
  value: string;
@@ -1660,8 +1660,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1660
1660
  status?: string | undefined;
1661
1661
  locationId?: string | null | undefined;
1662
1662
  createdAt?: string | undefined;
1663
- updatedAt?: string | undefined;
1664
1663
  teamId?: string | null | undefined;
1664
+ updatedAt?: string | undefined;
1665
1665
  customFields?: {
1666
1666
  title: string;
1667
1667
  id: string;
@@ -1678,8 +1678,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1678
1678
  status?: string | undefined;
1679
1679
  locationId?: string | null | undefined;
1680
1680
  createdAt?: string | undefined;
1681
- updatedAt?: string | undefined;
1682
1681
  teamId?: string | null | undefined;
1682
+ updatedAt?: string | undefined;
1683
1683
  customFields?: {
1684
1684
  title: string;
1685
1685
  id: string;
@@ -1705,8 +1705,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1705
1705
  status?: string | undefined;
1706
1706
  locationId?: string | null | undefined;
1707
1707
  createdAt?: string | undefined;
1708
- updatedAt?: string | undefined;
1709
1708
  teamId?: string | null | undefined;
1709
+ updatedAt?: string | undefined;
1710
1710
  customFields?: {
1711
1711
  title: string;
1712
1712
  id: string;
@@ -1730,8 +1730,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1730
1730
  status?: string | undefined;
1731
1731
  locationId?: string | null | undefined;
1732
1732
  createdAt?: string | undefined;
1733
- updatedAt?: string | undefined;
1734
1733
  teamId?: string | null | undefined;
1734
+ updatedAt?: string | undefined;
1735
1735
  customFields?: {
1736
1736
  title: string;
1737
1737
  id: string;
@@ -1781,8 +1781,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1781
1781
  status?: string | undefined;
1782
1782
  locationId?: string | null | undefined;
1783
1783
  createdAt?: string | undefined;
1784
- updatedAt?: string | undefined;
1785
1784
  teamId?: string | null | undefined;
1785
+ updatedAt?: string | undefined;
1786
1786
  customFields?: {
1787
1787
  title: string;
1788
1788
  id: string;
@@ -1799,8 +1799,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1799
1799
  status?: string | undefined;
1800
1800
  locationId?: string | null | undefined;
1801
1801
  createdAt?: string | undefined;
1802
- updatedAt?: string | undefined;
1803
1802
  teamId?: string | null | undefined;
1803
+ updatedAt?: string | undefined;
1804
1804
  customFields?: {
1805
1805
  title: string;
1806
1806
  id: string;
@@ -1842,8 +1842,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1842
1842
  status?: string | undefined;
1843
1843
  locationId?: string | null | undefined;
1844
1844
  createdAt?: string | undefined;
1845
- updatedAt?: string | undefined;
1846
1845
  teamId?: string | null | undefined;
1846
+ updatedAt?: string | undefined;
1847
1847
  customFields?: {
1848
1848
  title: string;
1849
1849
  id: string;
@@ -1872,8 +1872,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
1872
1872
  status?: string | undefined;
1873
1873
  locationId?: string | null | undefined;
1874
1874
  createdAt?: string | undefined;
1875
- updatedAt?: string | undefined;
1876
1875
  teamId?: string | null | undefined;
1876
+ updatedAt?: string | undefined;
1877
1877
  customFields?: {
1878
1878
  title: string;
1879
1879
  id: string;
@@ -2227,12 +2227,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
2227
2227
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
2228
2228
  isPrimary: import("zod").ZodBoolean;
2229
2229
  }, "strip", import("zod").ZodTypeAny, {
2230
- value: string;
2231
2230
  type: "Personal" | "Work" | "Other";
2231
+ value: string;
2232
2232
  isPrimary: boolean;
2233
2233
  }, {
2234
- value: string;
2235
2234
  type: "Personal" | "Work" | "Other";
2235
+ value: string;
2236
2236
  isPrimary: boolean;
2237
2237
  }>>>;
2238
2238
  primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
@@ -2240,12 +2240,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
2240
2240
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
2241
2241
  isPrimary: import("zod").ZodBoolean;
2242
2242
  }, "strip", import("zod").ZodTypeAny, {
2243
- value: string;
2244
2243
  type: "Personal" | "Work" | "Other";
2244
+ value: string;
2245
2245
  isPrimary: boolean;
2246
2246
  }, {
2247
- value: string;
2248
2247
  type: "Personal" | "Work" | "Other";
2248
+ value: string;
2249
2249
  isPrimary: boolean;
2250
2250
  }>>>;
2251
2251
  customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -2270,13 +2270,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
2270
2270
  createdAt?: string | undefined;
2271
2271
  updatedAt?: string | undefined;
2272
2272
  primaryEmailAddress?: {
2273
- value: string;
2274
2273
  type: "Personal" | "Work" | "Other";
2274
+ value: string;
2275
2275
  isPrimary: boolean;
2276
2276
  } | null | undefined;
2277
2277
  primaryPhoneNumber?: {
2278
- value: string;
2279
2278
  type: "Personal" | "Work" | "Other";
2279
+ value: string;
2280
2280
  isPrimary: boolean;
2281
2281
  } | null | undefined;
2282
2282
  customFields?: {
@@ -2291,13 +2291,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
2291
2291
  createdAt?: string | undefined;
2292
2292
  updatedAt?: string | undefined;
2293
2293
  primaryEmailAddress?: {
2294
- value: string;
2295
2294
  type: "Personal" | "Work" | "Other";
2295
+ value: string;
2296
2296
  isPrimary: boolean;
2297
2297
  } | null | undefined;
2298
2298
  primaryPhoneNumber?: {
2299
- value: string;
2300
2299
  type: "Personal" | "Work" | "Other";
2300
+ value: string;
2301
2301
  isPrimary: boolean;
2302
2302
  } | null | undefined;
2303
2303
  customFields?: {
@@ -2341,8 +2341,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
2341
2341
  status?: string | undefined;
2342
2342
  locationId?: string | null | undefined;
2343
2343
  createdAt?: string | undefined;
2344
- updatedAt?: string | undefined;
2345
2344
  teamId?: string | null | undefined;
2345
+ updatedAt?: string | undefined;
2346
2346
  customFields?: {
2347
2347
  title: string;
2348
2348
  id: string;
@@ -2359,8 +2359,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
2359
2359
  status?: string | undefined;
2360
2360
  locationId?: string | null | undefined;
2361
2361
  createdAt?: string | undefined;
2362
- updatedAt?: string | undefined;
2363
2362
  teamId?: string | null | undefined;
2363
+ updatedAt?: string | undefined;
2364
2364
  customFields?: {
2365
2365
  title: string;
2366
2366
  id: string;
@@ -2383,13 +2383,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
2383
2383
  createdAt?: string | undefined;
2384
2384
  updatedAt?: string | undefined;
2385
2385
  primaryEmailAddress?: {
2386
- value: string;
2387
2386
  type: "Personal" | "Work" | "Other";
2387
+ value: string;
2388
2388
  isPrimary: boolean;
2389
2389
  } | null | undefined;
2390
2390
  primaryPhoneNumber?: {
2391
- value: string;
2392
2391
  type: "Personal" | "Work" | "Other";
2392
+ value: string;
2393
2393
  isPrimary: boolean;
2394
2394
  } | null | undefined;
2395
2395
  customFields?: {
@@ -2405,8 +2405,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
2405
2405
  status?: string | undefined;
2406
2406
  locationId?: string | null | undefined;
2407
2407
  createdAt?: string | undefined;
2408
- updatedAt?: string | undefined;
2409
2408
  teamId?: string | null | undefined;
2409
+ updatedAt?: string | undefined;
2410
2410
  customFields?: {
2411
2411
  title: string;
2412
2412
  id: string;
@@ -2458,13 +2458,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
2458
2458
  createdAt?: string | undefined;
2459
2459
  updatedAt?: string | undefined;
2460
2460
  primaryEmailAddress?: {
2461
- value: string;
2462
2461
  type: "Personal" | "Work" | "Other";
2462
+ value: string;
2463
2463
  isPrimary: boolean;
2464
2464
  } | null | undefined;
2465
2465
  primaryPhoneNumber?: {
2466
- value: string;
2467
2466
  type: "Personal" | "Work" | "Other";
2467
+ value: string;
2468
2468
  isPrimary: boolean;
2469
2469
  } | null | undefined;
2470
2470
  customFields?: {
@@ -2480,8 +2480,8 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
2480
2480
  status?: string | undefined;
2481
2481
  locationId?: string | null | undefined;
2482
2482
  createdAt?: string | undefined;
2483
- updatedAt?: string | undefined;
2484
2483
  teamId?: string | null | undefined;
2484
+ updatedAt?: string | undefined;
2485
2485
  customFields?: {
2486
2486
  title: string;
2487
2487
  id: string;
@@ -2924,12 +2924,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
2924
2924
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
2925
2925
  isPrimary: import("zod").ZodBoolean;
2926
2926
  }, "strip", import("zod").ZodTypeAny, {
2927
- value: string;
2928
2927
  type: "Personal" | "Work" | "Other";
2928
+ value: string;
2929
2929
  isPrimary: boolean;
2930
2930
  }, {
2931
- value: string;
2932
2931
  type: "Personal" | "Work" | "Other";
2932
+ value: string;
2933
2933
  isPrimary: boolean;
2934
2934
  }>>>;
2935
2935
  primaryPhoneNumber: import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodObject<{
@@ -2937,12 +2937,12 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
2937
2937
  type: import("zod").ZodEnum<["Personal", "Work", "Other"]>;
2938
2938
  isPrimary: import("zod").ZodBoolean;
2939
2939
  }, "strip", import("zod").ZodTypeAny, {
2940
- value: string;
2941
2940
  type: "Personal" | "Work" | "Other";
2941
+ value: string;
2942
2942
  isPrimary: boolean;
2943
2943
  }, {
2944
- value: string;
2945
2944
  type: "Personal" | "Work" | "Other";
2945
+ value: string;
2946
2946
  isPrimary: boolean;
2947
2947
  }>>>;
2948
2948
  customFields: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
@@ -2967,13 +2967,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
2967
2967
  createdAt?: string | undefined;
2968
2968
  updatedAt?: string | undefined;
2969
2969
  primaryEmailAddress?: {
2970
- value: string;
2971
2970
  type: "Personal" | "Work" | "Other";
2971
+ value: string;
2972
2972
  isPrimary: boolean;
2973
2973
  } | null | undefined;
2974
2974
  primaryPhoneNumber?: {
2975
- value: string;
2976
2975
  type: "Personal" | "Work" | "Other";
2976
+ value: string;
2977
2977
  isPrimary: boolean;
2978
2978
  } | null | undefined;
2979
2979
  customFields?: {
@@ -2988,13 +2988,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
2988
2988
  createdAt?: string | undefined;
2989
2989
  updatedAt?: string | undefined;
2990
2990
  primaryEmailAddress?: {
2991
- value: string;
2992
2991
  type: "Personal" | "Work" | "Other";
2992
+ value: string;
2993
2993
  isPrimary: boolean;
2994
2994
  } | null | undefined;
2995
2995
  primaryPhoneNumber?: {
2996
- value: string;
2997
2996
  type: "Personal" | "Work" | "Other";
2997
+ value: string;
2998
2998
  isPrimary: boolean;
2999
2999
  } | null | undefined;
3000
3000
  customFields?: {
@@ -3015,13 +3015,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
3015
3015
  createdAt?: string | undefined;
3016
3016
  updatedAt?: string | undefined;
3017
3017
  primaryEmailAddress?: {
3018
- value: string;
3019
3018
  type: "Personal" | "Work" | "Other";
3019
+ value: string;
3020
3020
  isPrimary: boolean;
3021
3021
  } | null | undefined;
3022
3022
  primaryPhoneNumber?: {
3023
- value: string;
3024
3023
  type: "Personal" | "Work" | "Other";
3024
+ value: string;
3025
3025
  isPrimary: boolean;
3026
3026
  } | null | undefined;
3027
3027
  customFields?: {
@@ -3041,13 +3041,13 @@ export declare class AshbyBubble<T extends AshbyParamsInput = AshbyParamsInput>
3041
3041
  createdAt?: string | undefined;
3042
3042
  updatedAt?: string | undefined;
3043
3043
  primaryEmailAddress?: {
3044
- value: string;
3045
3044
  type: "Personal" | "Work" | "Other";
3045
+ value: string;
3046
3046
  isPrimary: boolean;
3047
3047
  } | null | undefined;
3048
3048
  primaryPhoneNumber?: {
3049
- value: string;
3050
3049
  type: "Personal" | "Work" | "Other";
3050
+ value: string;
3051
3051
  isPrimary: boolean;
3052
3052
  } | null | undefined;
3053
3053
  customFields?: {