@bubblelab/bubble-core 0.1.51 → 0.1.52
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.
- package/dist/bubble-bundle.d.ts +50 -50
- package/dist/bubbles/service-bubble/agi-inc.d.ts +8 -8
- package/dist/bubbles/service-bubble/ai-agent.d.ts +8 -8
- package/dist/bubbles/service-bubble/airtable.d.ts +72 -72
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +124 -124
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +16 -16
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +48 -48
- package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +36 -36
- package/dist/bubbles/service-bubble/github.d.ts +56 -56
- package/dist/bubbles/service-bubble/gmail.d.ts +124 -124
- package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
- package/dist/bubbles/service-bubble/hello-world.d.ts +2 -2
- package/dist/bubbles/service-bubble/jira/jira.d.ts +24 -24
- package/dist/bubbles/service-bubble/notion/notion.d.ts +392 -392
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +28 -28
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +201 -32
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/stripe/stripe.js +51 -0
- package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +210 -40
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/stripe/stripe.schema.js +45 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/telegram.d.ts +140 -140
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +48 -48
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +8 -8
- package/dist/bubbles.json +252 -2
- package/package.json +2 -2
|
@@ -194,21 +194,21 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
194
194
|
email: import("zod").ZodOptional<import("zod").ZodString>;
|
|
195
195
|
status: import("zod").ZodOptional<import("zod").ZodString>;
|
|
196
196
|
}, "strip", import("zod").ZodTypeAny, {
|
|
197
|
-
status?: string | undefined;
|
|
198
197
|
email?: string | undefined;
|
|
199
|
-
}, {
|
|
200
198
|
status?: string | undefined;
|
|
199
|
+
}, {
|
|
201
200
|
email?: string | undefined;
|
|
201
|
+
status?: string | undefined;
|
|
202
202
|
}>, "many">>;
|
|
203
203
|
personal_emails: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
204
204
|
email: import("zod").ZodOptional<import("zod").ZodString>;
|
|
205
205
|
status: import("zod").ZodOptional<import("zod").ZodString>;
|
|
206
206
|
}, "strip", import("zod").ZodTypeAny, {
|
|
207
|
-
status?: string | undefined;
|
|
208
207
|
email?: string | undefined;
|
|
209
|
-
}, {
|
|
210
208
|
status?: string | undefined;
|
|
209
|
+
}, {
|
|
211
210
|
email?: string | undefined;
|
|
211
|
+
status?: string | undefined;
|
|
212
212
|
}>, "many">>;
|
|
213
213
|
most_probable_phone: import("zod").ZodOptional<import("zod").ZodString>;
|
|
214
214
|
phones: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -380,8 +380,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
380
380
|
} | undefined;
|
|
381
381
|
domain?: string | undefined;
|
|
382
382
|
emails?: {
|
|
383
|
-
status?: string | undefined;
|
|
384
383
|
email?: string | undefined;
|
|
384
|
+
status?: string | undefined;
|
|
385
385
|
}[] | undefined;
|
|
386
386
|
phones?: {
|
|
387
387
|
phone?: string | undefined;
|
|
@@ -392,8 +392,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
392
392
|
most_probable_email?: string | undefined;
|
|
393
393
|
most_probable_personal_email?: string | undefined;
|
|
394
394
|
personal_emails?: {
|
|
395
|
-
status?: string | undefined;
|
|
396
395
|
email?: string | undefined;
|
|
396
|
+
status?: string | undefined;
|
|
397
397
|
}[] | undefined;
|
|
398
398
|
most_probable_phone?: string | undefined;
|
|
399
399
|
social_medias?: {
|
|
@@ -426,8 +426,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
426
426
|
} | undefined;
|
|
427
427
|
domain?: string | undefined;
|
|
428
428
|
emails?: {
|
|
429
|
-
status?: string | undefined;
|
|
430
429
|
email?: string | undefined;
|
|
430
|
+
status?: string | undefined;
|
|
431
431
|
}[] | undefined;
|
|
432
432
|
phones?: {
|
|
433
433
|
phone?: string | undefined;
|
|
@@ -438,8 +438,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
438
438
|
most_probable_email?: string | undefined;
|
|
439
439
|
most_probable_personal_email?: string | undefined;
|
|
440
440
|
personal_emails?: {
|
|
441
|
-
status?: string | undefined;
|
|
442
441
|
email?: string | undefined;
|
|
442
|
+
status?: string | undefined;
|
|
443
443
|
}[] | undefined;
|
|
444
444
|
most_probable_phone?: string | undefined;
|
|
445
445
|
social_medias?: {
|
|
@@ -475,8 +475,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
475
475
|
} | undefined;
|
|
476
476
|
domain?: string | undefined;
|
|
477
477
|
emails?: {
|
|
478
|
-
status?: string | undefined;
|
|
479
478
|
email?: string | undefined;
|
|
479
|
+
status?: string | undefined;
|
|
480
480
|
}[] | undefined;
|
|
481
481
|
phones?: {
|
|
482
482
|
phone?: string | undefined;
|
|
@@ -487,8 +487,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
487
487
|
most_probable_email?: string | undefined;
|
|
488
488
|
most_probable_personal_email?: string | undefined;
|
|
489
489
|
personal_emails?: {
|
|
490
|
-
status?: string | undefined;
|
|
491
490
|
email?: string | undefined;
|
|
491
|
+
status?: string | undefined;
|
|
492
492
|
}[] | undefined;
|
|
493
493
|
most_probable_phone?: string | undefined;
|
|
494
494
|
social_medias?: {
|
|
@@ -524,8 +524,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
524
524
|
} | undefined;
|
|
525
525
|
domain?: string | undefined;
|
|
526
526
|
emails?: {
|
|
527
|
-
status?: string | undefined;
|
|
528
527
|
email?: string | undefined;
|
|
528
|
+
status?: string | undefined;
|
|
529
529
|
}[] | undefined;
|
|
530
530
|
phones?: {
|
|
531
531
|
phone?: string | undefined;
|
|
@@ -536,8 +536,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
536
536
|
most_probable_email?: string | undefined;
|
|
537
537
|
most_probable_personal_email?: string | undefined;
|
|
538
538
|
personal_emails?: {
|
|
539
|
-
status?: string | undefined;
|
|
540
539
|
email?: string | undefined;
|
|
540
|
+
status?: string | undefined;
|
|
541
541
|
}[] | undefined;
|
|
542
542
|
most_probable_phone?: string | undefined;
|
|
543
543
|
social_medias?: {
|
|
@@ -558,9 +558,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
558
558
|
operation: "get_enrichment_result";
|
|
559
559
|
success: boolean;
|
|
560
560
|
error: string;
|
|
561
|
-
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
562
561
|
id?: string | undefined;
|
|
563
562
|
name?: string | undefined;
|
|
563
|
+
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
564
564
|
results?: {
|
|
565
565
|
custom?: Record<string, string> | undefined;
|
|
566
566
|
contact?: {
|
|
@@ -589,8 +589,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
589
589
|
} | undefined;
|
|
590
590
|
domain?: string | undefined;
|
|
591
591
|
emails?: {
|
|
592
|
-
status?: string | undefined;
|
|
593
592
|
email?: string | undefined;
|
|
593
|
+
status?: string | undefined;
|
|
594
594
|
}[] | undefined;
|
|
595
595
|
phones?: {
|
|
596
596
|
phone?: string | undefined;
|
|
@@ -601,8 +601,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
601
601
|
most_probable_email?: string | undefined;
|
|
602
602
|
most_probable_personal_email?: string | undefined;
|
|
603
603
|
personal_emails?: {
|
|
604
|
-
status?: string | undefined;
|
|
605
604
|
email?: string | undefined;
|
|
605
|
+
status?: string | undefined;
|
|
606
606
|
}[] | undefined;
|
|
607
607
|
most_probable_phone?: string | undefined;
|
|
608
608
|
social_medias?: {
|
|
@@ -618,9 +618,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
618
618
|
operation: "get_enrichment_result";
|
|
619
619
|
success: boolean;
|
|
620
620
|
error: string;
|
|
621
|
-
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
622
621
|
id?: string | undefined;
|
|
623
622
|
name?: string | undefined;
|
|
623
|
+
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
624
624
|
results?: {
|
|
625
625
|
custom?: Record<string, string> | undefined;
|
|
626
626
|
contact?: {
|
|
@@ -649,8 +649,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
649
649
|
} | undefined;
|
|
650
650
|
domain?: string | undefined;
|
|
651
651
|
emails?: {
|
|
652
|
-
status?: string | undefined;
|
|
653
652
|
email?: string | undefined;
|
|
653
|
+
status?: string | undefined;
|
|
654
654
|
}[] | undefined;
|
|
655
655
|
phones?: {
|
|
656
656
|
phone?: string | undefined;
|
|
@@ -661,8 +661,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
661
661
|
most_probable_email?: string | undefined;
|
|
662
662
|
most_probable_personal_email?: string | undefined;
|
|
663
663
|
personal_emails?: {
|
|
664
|
-
status?: string | undefined;
|
|
665
664
|
email?: string | undefined;
|
|
665
|
+
status?: string | undefined;
|
|
666
666
|
}[] | undefined;
|
|
667
667
|
most_probable_phone?: string | undefined;
|
|
668
668
|
social_medias?: {
|
|
@@ -707,21 +707,21 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
707
707
|
email: import("zod").ZodOptional<import("zod").ZodString>;
|
|
708
708
|
status: import("zod").ZodOptional<import("zod").ZodString>;
|
|
709
709
|
}, "strip", import("zod").ZodTypeAny, {
|
|
710
|
-
status?: string | undefined;
|
|
711
710
|
email?: string | undefined;
|
|
712
|
-
}, {
|
|
713
711
|
status?: string | undefined;
|
|
712
|
+
}, {
|
|
714
713
|
email?: string | undefined;
|
|
714
|
+
status?: string | undefined;
|
|
715
715
|
}>, "many">>;
|
|
716
716
|
personal_emails: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
717
717
|
email: import("zod").ZodOptional<import("zod").ZodString>;
|
|
718
718
|
status: import("zod").ZodOptional<import("zod").ZodString>;
|
|
719
719
|
}, "strip", import("zod").ZodTypeAny, {
|
|
720
|
-
status?: string | undefined;
|
|
721
720
|
email?: string | undefined;
|
|
722
|
-
}, {
|
|
723
721
|
status?: string | undefined;
|
|
722
|
+
}, {
|
|
724
723
|
email?: string | undefined;
|
|
724
|
+
status?: string | undefined;
|
|
725
725
|
}>, "many">>;
|
|
726
726
|
most_probable_phone: import("zod").ZodOptional<import("zod").ZodString>;
|
|
727
727
|
phones: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -893,8 +893,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
893
893
|
} | undefined;
|
|
894
894
|
domain?: string | undefined;
|
|
895
895
|
emails?: {
|
|
896
|
-
status?: string | undefined;
|
|
897
896
|
email?: string | undefined;
|
|
897
|
+
status?: string | undefined;
|
|
898
898
|
}[] | undefined;
|
|
899
899
|
phones?: {
|
|
900
900
|
phone?: string | undefined;
|
|
@@ -905,8 +905,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
905
905
|
most_probable_email?: string | undefined;
|
|
906
906
|
most_probable_personal_email?: string | undefined;
|
|
907
907
|
personal_emails?: {
|
|
908
|
-
status?: string | undefined;
|
|
909
908
|
email?: string | undefined;
|
|
909
|
+
status?: string | undefined;
|
|
910
910
|
}[] | undefined;
|
|
911
911
|
most_probable_phone?: string | undefined;
|
|
912
912
|
social_medias?: {
|
|
@@ -939,8 +939,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
939
939
|
} | undefined;
|
|
940
940
|
domain?: string | undefined;
|
|
941
941
|
emails?: {
|
|
942
|
-
status?: string | undefined;
|
|
943
942
|
email?: string | undefined;
|
|
943
|
+
status?: string | undefined;
|
|
944
944
|
}[] | undefined;
|
|
945
945
|
phones?: {
|
|
946
946
|
phone?: string | undefined;
|
|
@@ -951,8 +951,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
951
951
|
most_probable_email?: string | undefined;
|
|
952
952
|
most_probable_personal_email?: string | undefined;
|
|
953
953
|
personal_emails?: {
|
|
954
|
-
status?: string | undefined;
|
|
955
954
|
email?: string | undefined;
|
|
955
|
+
status?: string | undefined;
|
|
956
956
|
}[] | undefined;
|
|
957
957
|
most_probable_phone?: string | undefined;
|
|
958
958
|
social_medias?: {
|
|
@@ -988,8 +988,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
988
988
|
} | undefined;
|
|
989
989
|
domain?: string | undefined;
|
|
990
990
|
emails?: {
|
|
991
|
-
status?: string | undefined;
|
|
992
991
|
email?: string | undefined;
|
|
992
|
+
status?: string | undefined;
|
|
993
993
|
}[] | undefined;
|
|
994
994
|
phones?: {
|
|
995
995
|
phone?: string | undefined;
|
|
@@ -1000,8 +1000,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1000
1000
|
most_probable_email?: string | undefined;
|
|
1001
1001
|
most_probable_personal_email?: string | undefined;
|
|
1002
1002
|
personal_emails?: {
|
|
1003
|
-
status?: string | undefined;
|
|
1004
1003
|
email?: string | undefined;
|
|
1004
|
+
status?: string | undefined;
|
|
1005
1005
|
}[] | undefined;
|
|
1006
1006
|
most_probable_phone?: string | undefined;
|
|
1007
1007
|
social_medias?: {
|
|
@@ -1037,8 +1037,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1037
1037
|
} | undefined;
|
|
1038
1038
|
domain?: string | undefined;
|
|
1039
1039
|
emails?: {
|
|
1040
|
-
status?: string | undefined;
|
|
1041
1040
|
email?: string | undefined;
|
|
1041
|
+
status?: string | undefined;
|
|
1042
1042
|
}[] | undefined;
|
|
1043
1043
|
phones?: {
|
|
1044
1044
|
phone?: string | undefined;
|
|
@@ -1049,8 +1049,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1049
1049
|
most_probable_email?: string | undefined;
|
|
1050
1050
|
most_probable_personal_email?: string | undefined;
|
|
1051
1051
|
personal_emails?: {
|
|
1052
|
-
status?: string | undefined;
|
|
1053
1052
|
email?: string | undefined;
|
|
1053
|
+
status?: string | undefined;
|
|
1054
1054
|
}[] | undefined;
|
|
1055
1055
|
most_probable_phone?: string | undefined;
|
|
1056
1056
|
social_medias?: {
|
|
@@ -1071,9 +1071,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1071
1071
|
operation: "get_reverse_email_result";
|
|
1072
1072
|
success: boolean;
|
|
1073
1073
|
error: string;
|
|
1074
|
-
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1075
1074
|
id?: string | undefined;
|
|
1076
1075
|
name?: string | undefined;
|
|
1076
|
+
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1077
1077
|
results?: {
|
|
1078
1078
|
input?: string | undefined;
|
|
1079
1079
|
contact?: {
|
|
@@ -1102,8 +1102,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1102
1102
|
} | undefined;
|
|
1103
1103
|
domain?: string | undefined;
|
|
1104
1104
|
emails?: {
|
|
1105
|
-
status?: string | undefined;
|
|
1106
1105
|
email?: string | undefined;
|
|
1106
|
+
status?: string | undefined;
|
|
1107
1107
|
}[] | undefined;
|
|
1108
1108
|
phones?: {
|
|
1109
1109
|
phone?: string | undefined;
|
|
@@ -1114,8 +1114,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1114
1114
|
most_probable_email?: string | undefined;
|
|
1115
1115
|
most_probable_personal_email?: string | undefined;
|
|
1116
1116
|
personal_emails?: {
|
|
1117
|
-
status?: string | undefined;
|
|
1118
1117
|
email?: string | undefined;
|
|
1118
|
+
status?: string | undefined;
|
|
1119
1119
|
}[] | undefined;
|
|
1120
1120
|
most_probable_phone?: string | undefined;
|
|
1121
1121
|
social_medias?: {
|
|
@@ -1131,9 +1131,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1131
1131
|
operation: "get_reverse_email_result";
|
|
1132
1132
|
success: boolean;
|
|
1133
1133
|
error: string;
|
|
1134
|
-
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1135
1134
|
id?: string | undefined;
|
|
1136
1135
|
name?: string | undefined;
|
|
1136
|
+
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1137
1137
|
results?: {
|
|
1138
1138
|
input?: string | undefined;
|
|
1139
1139
|
contact?: {
|
|
@@ -1162,8 +1162,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1162
1162
|
} | undefined;
|
|
1163
1163
|
domain?: string | undefined;
|
|
1164
1164
|
emails?: {
|
|
1165
|
-
status?: string | undefined;
|
|
1166
1165
|
email?: string | undefined;
|
|
1166
|
+
status?: string | undefined;
|
|
1167
1167
|
}[] | undefined;
|
|
1168
1168
|
phones?: {
|
|
1169
1169
|
phone?: string | undefined;
|
|
@@ -1174,8 +1174,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1174
1174
|
most_probable_email?: string | undefined;
|
|
1175
1175
|
most_probable_personal_email?: string | undefined;
|
|
1176
1176
|
personal_emails?: {
|
|
1177
|
-
status?: string | undefined;
|
|
1178
1177
|
email?: string | undefined;
|
|
1178
|
+
status?: string | undefined;
|
|
1179
1179
|
}[] | undefined;
|
|
1180
1180
|
most_probable_phone?: string | undefined;
|
|
1181
1181
|
social_medias?: {
|