@bubblelab/bubble-core 0.1.80 → 0.1.82
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 +107 -107
- package/dist/bubbles/service-bubble/agi-inc.d.ts +120 -120
- package/dist/bubbles/service-bubble/ai-agent.d.ts +32 -32
- package/dist/bubbles/service-bubble/airtable.d.ts +170 -170
- package/dist/bubbles/service-bubble/apify/apify.d.ts +26 -26
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +62 -62
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +30 -30
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +16 -16
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +302 -302
- package/dist/bubbles/service-bubble/followupboss.d.ts +148 -148
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +40 -40
- package/dist/bubbles/service-bubble/github.d.ts +88 -88
- package/dist/bubbles/service-bubble/gmail.d.ts +584 -584
- package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
- package/dist/bubbles/service-bubble/google-drive.d.ts +66 -66
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +22 -22
- package/dist/bubbles/service-bubble/http.d.ts +16 -16
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +46 -46
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +22 -22
- package/dist/bubbles/service-bubble/notion/notion.d.ts +92 -92
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/slack.d.ts +668 -668
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +75 -75
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/telegram.d.ts +108 -108
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +26 -26
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +304 -304
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +110 -110
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +42 -42
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +52 -52
- package/dist/bubbles.json +4 -2
- package/package.json +2 -2
|
@@ -70,8 +70,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
70
70
|
}>, "many">;
|
|
71
71
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
72
72
|
}, "strip", import("zod").ZodTypeAny, {
|
|
73
|
-
operation: "start_bulk_enrichment";
|
|
74
73
|
name: string;
|
|
74
|
+
operation: "start_bulk_enrichment";
|
|
75
75
|
contacts: {
|
|
76
76
|
enrich_fields: ("contact.emails" | "contact.personal_emails")[];
|
|
77
77
|
custom?: Record<string, string> | undefined;
|
|
@@ -84,8 +84,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
84
84
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
85
85
|
webhook_url?: string | undefined;
|
|
86
86
|
}, {
|
|
87
|
-
operation: "start_bulk_enrichment";
|
|
88
87
|
name: string;
|
|
88
|
+
operation: "start_bulk_enrichment";
|
|
89
89
|
contacts: {
|
|
90
90
|
custom?: Record<string, string> | undefined;
|
|
91
91
|
domain?: string | undefined;
|
|
@@ -119,14 +119,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
119
119
|
emails: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
120
120
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
121
121
|
}, "strip", import("zod").ZodTypeAny, {
|
|
122
|
-
operation: "start_reverse_email_lookup";
|
|
123
122
|
name: string;
|
|
123
|
+
operation: "start_reverse_email_lookup";
|
|
124
124
|
emails: string[];
|
|
125
125
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
126
126
|
webhook_url?: string | undefined;
|
|
127
127
|
}, {
|
|
128
|
-
operation: "start_reverse_email_lookup";
|
|
129
128
|
name: string;
|
|
129
|
+
operation: "start_reverse_email_lookup";
|
|
130
130
|
emails: string[];
|
|
131
131
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
132
132
|
webhook_url?: string | undefined;
|
|
@@ -167,14 +167,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
167
167
|
enrichment_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
168
168
|
error: import("zod").ZodString;
|
|
169
169
|
}, "strip", import("zod").ZodTypeAny, {
|
|
170
|
-
operation: "start_bulk_enrichment";
|
|
171
170
|
error: string;
|
|
172
171
|
success: boolean;
|
|
172
|
+
operation: "start_bulk_enrichment";
|
|
173
173
|
enrichment_id?: string | undefined;
|
|
174
174
|
}, {
|
|
175
|
-
operation: "start_bulk_enrichment";
|
|
176
175
|
error: string;
|
|
177
176
|
success: boolean;
|
|
177
|
+
operation: "start_bulk_enrichment";
|
|
178
178
|
enrichment_id?: string | undefined;
|
|
179
179
|
}>, import("zod").ZodObject<{
|
|
180
180
|
operation: import("zod").ZodLiteral<"get_enrichment_result">;
|
|
@@ -555,9 +555,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
555
555
|
}>>;
|
|
556
556
|
error: import("zod").ZodString;
|
|
557
557
|
}, "strip", import("zod").ZodTypeAny, {
|
|
558
|
-
operation: "get_enrichment_result";
|
|
559
558
|
error: string;
|
|
560
559
|
success: boolean;
|
|
560
|
+
operation: "get_enrichment_result";
|
|
561
561
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
562
562
|
name?: string | undefined;
|
|
563
563
|
id?: string | undefined;
|
|
@@ -615,9 +615,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
615
615
|
} | undefined;
|
|
616
616
|
}[] | undefined;
|
|
617
617
|
}, {
|
|
618
|
-
operation: "get_enrichment_result";
|
|
619
618
|
error: string;
|
|
620
619
|
success: boolean;
|
|
620
|
+
operation: "get_enrichment_result";
|
|
621
621
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
622
622
|
name?: string | undefined;
|
|
623
623
|
id?: string | undefined;
|
|
@@ -680,14 +680,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
680
680
|
enrichment_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
681
681
|
error: import("zod").ZodString;
|
|
682
682
|
}, "strip", import("zod").ZodTypeAny, {
|
|
683
|
-
operation: "start_reverse_email_lookup";
|
|
684
683
|
error: string;
|
|
685
684
|
success: boolean;
|
|
685
|
+
operation: "start_reverse_email_lookup";
|
|
686
686
|
enrichment_id?: string | undefined;
|
|
687
687
|
}, {
|
|
688
|
-
operation: "start_reverse_email_lookup";
|
|
689
688
|
error: string;
|
|
690
689
|
success: boolean;
|
|
690
|
+
operation: "start_reverse_email_lookup";
|
|
691
691
|
enrichment_id?: string | undefined;
|
|
692
692
|
}>, import("zod").ZodObject<{
|
|
693
693
|
operation: import("zod").ZodLiteral<"get_reverse_email_result">;
|
|
@@ -1068,9 +1068,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1068
1068
|
}>>;
|
|
1069
1069
|
error: import("zod").ZodString;
|
|
1070
1070
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1071
|
-
operation: "get_reverse_email_result";
|
|
1072
1071
|
error: string;
|
|
1073
1072
|
success: boolean;
|
|
1073
|
+
operation: "get_reverse_email_result";
|
|
1074
1074
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1075
1075
|
name?: string | undefined;
|
|
1076
1076
|
id?: string | undefined;
|
|
@@ -1128,9 +1128,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1128
1128
|
} | undefined;
|
|
1129
1129
|
}[] | undefined;
|
|
1130
1130
|
}, {
|
|
1131
|
-
operation: "get_reverse_email_result";
|
|
1132
1131
|
error: string;
|
|
1133
1132
|
success: boolean;
|
|
1133
|
+
operation: "get_reverse_email_result";
|
|
1134
1134
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1135
1135
|
name?: string | undefined;
|
|
1136
1136
|
id?: string | undefined;
|
|
@@ -1193,14 +1193,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1193
1193
|
balance: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1194
1194
|
error: import("zod").ZodString;
|
|
1195
1195
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1196
|
-
operation: "get_credit_balance";
|
|
1197
1196
|
error: string;
|
|
1198
1197
|
success: boolean;
|
|
1198
|
+
operation: "get_credit_balance";
|
|
1199
1199
|
balance?: number | undefined;
|
|
1200
1200
|
}, {
|
|
1201
|
-
operation: "get_credit_balance";
|
|
1202
1201
|
error: string;
|
|
1203
1202
|
success: boolean;
|
|
1203
|
+
operation: "get_credit_balance";
|
|
1204
1204
|
balance?: number | undefined;
|
|
1205
1205
|
}>, import("zod").ZodObject<{
|
|
1206
1206
|
operation: import("zod").ZodLiteral<"check_api_key">;
|
|
@@ -1208,14 +1208,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1208
1208
|
workspace_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1209
1209
|
error: import("zod").ZodString;
|
|
1210
1210
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1211
|
-
operation: "check_api_key";
|
|
1212
1211
|
error: string;
|
|
1213
1212
|
success: boolean;
|
|
1213
|
+
operation: "check_api_key";
|
|
1214
1214
|
workspace_id?: string | undefined;
|
|
1215
1215
|
}, {
|
|
1216
|
-
operation: "check_api_key";
|
|
1217
1216
|
error: string;
|
|
1218
1217
|
success: boolean;
|
|
1218
|
+
operation: "check_api_key";
|
|
1219
1219
|
workspace_id?: string | undefined;
|
|
1220
1220
|
}>]>;
|
|
1221
1221
|
static readonly shortDescription = "B2B contact enrichment for emails, phones, and LinkedIn data";
|
|
@@ -43,11 +43,11 @@ export declare const SocialMediaSchema: z.ZodObject<{
|
|
|
43
43
|
url: z.ZodOptional<z.ZodString>;
|
|
44
44
|
type: z.ZodOptional<z.ZodString>;
|
|
45
45
|
}, "strip", z.ZodTypeAny, {
|
|
46
|
-
url?: string | undefined;
|
|
47
46
|
type?: string | undefined;
|
|
48
|
-
}, {
|
|
49
47
|
url?: string | undefined;
|
|
48
|
+
}, {
|
|
50
49
|
type?: string | undefined;
|
|
50
|
+
url?: string | undefined;
|
|
51
51
|
}>;
|
|
52
52
|
/**
|
|
53
53
|
* Company information from LinkedIn profile
|
|
@@ -259,11 +259,11 @@ export declare const EnrichedContactSchema: z.ZodObject<{
|
|
|
259
259
|
url: z.ZodOptional<z.ZodString>;
|
|
260
260
|
type: z.ZodOptional<z.ZodString>;
|
|
261
261
|
}, "strip", z.ZodTypeAny, {
|
|
262
|
-
url?: string | undefined;
|
|
263
262
|
type?: string | undefined;
|
|
264
|
-
}, {
|
|
265
263
|
url?: string | undefined;
|
|
264
|
+
}, {
|
|
266
265
|
type?: string | undefined;
|
|
266
|
+
url?: string | undefined;
|
|
267
267
|
}>, "many">>;
|
|
268
268
|
profile: z.ZodOptional<z.ZodObject<{
|
|
269
269
|
linkedin_url: z.ZodOptional<z.ZodString>;
|
|
@@ -431,8 +431,8 @@ export declare const EnrichedContactSchema: z.ZodObject<{
|
|
|
431
431
|
}[] | undefined;
|
|
432
432
|
most_probable_phone?: string | undefined;
|
|
433
433
|
social_medias?: {
|
|
434
|
-
url?: string | undefined;
|
|
435
434
|
type?: string | undefined;
|
|
435
|
+
url?: string | undefined;
|
|
436
436
|
}[] | undefined;
|
|
437
437
|
}, {
|
|
438
438
|
profile?: {
|
|
@@ -477,8 +477,8 @@ export declare const EnrichedContactSchema: z.ZodObject<{
|
|
|
477
477
|
}[] | undefined;
|
|
478
478
|
most_probable_phone?: string | undefined;
|
|
479
479
|
social_medias?: {
|
|
480
|
-
url?: string | undefined;
|
|
481
480
|
type?: string | undefined;
|
|
481
|
+
url?: string | undefined;
|
|
482
482
|
}[] | undefined;
|
|
483
483
|
}>;
|
|
484
484
|
/**
|
|
@@ -527,11 +527,11 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
|
|
|
527
527
|
url: z.ZodOptional<z.ZodString>;
|
|
528
528
|
type: z.ZodOptional<z.ZodString>;
|
|
529
529
|
}, "strip", z.ZodTypeAny, {
|
|
530
|
-
url?: string | undefined;
|
|
531
530
|
type?: string | undefined;
|
|
532
|
-
}, {
|
|
533
531
|
url?: string | undefined;
|
|
532
|
+
}, {
|
|
534
533
|
type?: string | undefined;
|
|
534
|
+
url?: string | undefined;
|
|
535
535
|
}>, "many">>;
|
|
536
536
|
profile: z.ZodOptional<z.ZodObject<{
|
|
537
537
|
linkedin_url: z.ZodOptional<z.ZodString>;
|
|
@@ -699,8 +699,8 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
|
|
|
699
699
|
}[] | undefined;
|
|
700
700
|
most_probable_phone?: string | undefined;
|
|
701
701
|
social_medias?: {
|
|
702
|
-
url?: string | undefined;
|
|
703
702
|
type?: string | undefined;
|
|
703
|
+
url?: string | undefined;
|
|
704
704
|
}[] | undefined;
|
|
705
705
|
}, {
|
|
706
706
|
profile?: {
|
|
@@ -745,8 +745,8 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
|
|
|
745
745
|
}[] | undefined;
|
|
746
746
|
most_probable_phone?: string | undefined;
|
|
747
747
|
social_medias?: {
|
|
748
|
-
url?: string | undefined;
|
|
749
748
|
type?: string | undefined;
|
|
749
|
+
url?: string | undefined;
|
|
750
750
|
}[] | undefined;
|
|
751
751
|
}>>;
|
|
752
752
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -794,8 +794,8 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
|
|
|
794
794
|
}[] | undefined;
|
|
795
795
|
most_probable_phone?: string | undefined;
|
|
796
796
|
social_medias?: {
|
|
797
|
-
url?: string | undefined;
|
|
798
797
|
type?: string | undefined;
|
|
798
|
+
url?: string | undefined;
|
|
799
799
|
}[] | undefined;
|
|
800
800
|
} | undefined;
|
|
801
801
|
}, {
|
|
@@ -843,8 +843,8 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
|
|
|
843
843
|
}[] | undefined;
|
|
844
844
|
most_probable_phone?: string | undefined;
|
|
845
845
|
social_medias?: {
|
|
846
|
-
url?: string | undefined;
|
|
847
846
|
type?: string | undefined;
|
|
847
|
+
url?: string | undefined;
|
|
848
848
|
}[] | undefined;
|
|
849
849
|
} | undefined;
|
|
850
850
|
}>;
|
|
@@ -1014,13 +1014,13 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1014
1014
|
enrichment_id: z.ZodOptional<z.ZodString>;
|
|
1015
1015
|
error: z.ZodString;
|
|
1016
1016
|
}, "strip", z.ZodTypeAny, {
|
|
1017
|
-
success: boolean;
|
|
1018
1017
|
error: string;
|
|
1018
|
+
success: boolean;
|
|
1019
1019
|
operation: "start_bulk_enrichment";
|
|
1020
1020
|
enrichment_id?: string | undefined;
|
|
1021
1021
|
}, {
|
|
1022
|
-
success: boolean;
|
|
1023
1022
|
error: string;
|
|
1023
|
+
success: boolean;
|
|
1024
1024
|
operation: "start_bulk_enrichment";
|
|
1025
1025
|
enrichment_id?: string | undefined;
|
|
1026
1026
|
}>, z.ZodObject<{
|
|
@@ -1072,11 +1072,11 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1072
1072
|
url: z.ZodOptional<z.ZodString>;
|
|
1073
1073
|
type: z.ZodOptional<z.ZodString>;
|
|
1074
1074
|
}, "strip", z.ZodTypeAny, {
|
|
1075
|
-
url?: string | undefined;
|
|
1076
1075
|
type?: string | undefined;
|
|
1077
|
-
}, {
|
|
1078
1076
|
url?: string | undefined;
|
|
1077
|
+
}, {
|
|
1079
1078
|
type?: string | undefined;
|
|
1079
|
+
url?: string | undefined;
|
|
1080
1080
|
}>, "many">>;
|
|
1081
1081
|
profile: z.ZodOptional<z.ZodObject<{
|
|
1082
1082
|
linkedin_url: z.ZodOptional<z.ZodString>;
|
|
@@ -1244,8 +1244,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1244
1244
|
}[] | undefined;
|
|
1245
1245
|
most_probable_phone?: string | undefined;
|
|
1246
1246
|
social_medias?: {
|
|
1247
|
-
url?: string | undefined;
|
|
1248
1247
|
type?: string | undefined;
|
|
1248
|
+
url?: string | undefined;
|
|
1249
1249
|
}[] | undefined;
|
|
1250
1250
|
}, {
|
|
1251
1251
|
profile?: {
|
|
@@ -1290,8 +1290,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1290
1290
|
}[] | undefined;
|
|
1291
1291
|
most_probable_phone?: string | undefined;
|
|
1292
1292
|
social_medias?: {
|
|
1293
|
-
url?: string | undefined;
|
|
1294
1293
|
type?: string | undefined;
|
|
1294
|
+
url?: string | undefined;
|
|
1295
1295
|
}[] | undefined;
|
|
1296
1296
|
}>>;
|
|
1297
1297
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1339,8 +1339,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1339
1339
|
}[] | undefined;
|
|
1340
1340
|
most_probable_phone?: string | undefined;
|
|
1341
1341
|
social_medias?: {
|
|
1342
|
-
url?: string | undefined;
|
|
1343
1342
|
type?: string | undefined;
|
|
1343
|
+
url?: string | undefined;
|
|
1344
1344
|
}[] | undefined;
|
|
1345
1345
|
} | undefined;
|
|
1346
1346
|
}, {
|
|
@@ -1388,8 +1388,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1388
1388
|
}[] | undefined;
|
|
1389
1389
|
most_probable_phone?: string | undefined;
|
|
1390
1390
|
social_medias?: {
|
|
1391
|
-
url?: string | undefined;
|
|
1392
1391
|
type?: string | undefined;
|
|
1392
|
+
url?: string | undefined;
|
|
1393
1393
|
}[] | undefined;
|
|
1394
1394
|
} | undefined;
|
|
1395
1395
|
}>, "many">>;
|
|
@@ -1402,8 +1402,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1402
1402
|
}>>;
|
|
1403
1403
|
error: z.ZodString;
|
|
1404
1404
|
}, "strip", z.ZodTypeAny, {
|
|
1405
|
-
success: boolean;
|
|
1406
1405
|
error: string;
|
|
1406
|
+
success: boolean;
|
|
1407
1407
|
operation: "get_enrichment_result";
|
|
1408
1408
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1409
1409
|
name?: string | undefined;
|
|
@@ -1456,14 +1456,14 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1456
1456
|
}[] | undefined;
|
|
1457
1457
|
most_probable_phone?: string | undefined;
|
|
1458
1458
|
social_medias?: {
|
|
1459
|
-
url?: string | undefined;
|
|
1460
1459
|
type?: string | undefined;
|
|
1460
|
+
url?: string | undefined;
|
|
1461
1461
|
}[] | undefined;
|
|
1462
1462
|
} | undefined;
|
|
1463
1463
|
}[] | undefined;
|
|
1464
1464
|
}, {
|
|
1465
|
-
success: boolean;
|
|
1466
1465
|
error: string;
|
|
1466
|
+
success: boolean;
|
|
1467
1467
|
operation: "get_enrichment_result";
|
|
1468
1468
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1469
1469
|
name?: string | undefined;
|
|
@@ -1516,8 +1516,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1516
1516
|
}[] | undefined;
|
|
1517
1517
|
most_probable_phone?: string | undefined;
|
|
1518
1518
|
social_medias?: {
|
|
1519
|
-
url?: string | undefined;
|
|
1520
1519
|
type?: string | undefined;
|
|
1520
|
+
url?: string | undefined;
|
|
1521
1521
|
}[] | undefined;
|
|
1522
1522
|
} | undefined;
|
|
1523
1523
|
}[] | undefined;
|
|
@@ -1527,13 +1527,13 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1527
1527
|
enrichment_id: z.ZodOptional<z.ZodString>;
|
|
1528
1528
|
error: z.ZodString;
|
|
1529
1529
|
}, "strip", z.ZodTypeAny, {
|
|
1530
|
-
success: boolean;
|
|
1531
1530
|
error: string;
|
|
1531
|
+
success: boolean;
|
|
1532
1532
|
operation: "start_reverse_email_lookup";
|
|
1533
1533
|
enrichment_id?: string | undefined;
|
|
1534
1534
|
}, {
|
|
1535
|
-
success: boolean;
|
|
1536
1535
|
error: string;
|
|
1536
|
+
success: boolean;
|
|
1537
1537
|
operation: "start_reverse_email_lookup";
|
|
1538
1538
|
enrichment_id?: string | undefined;
|
|
1539
1539
|
}>, z.ZodObject<{
|
|
@@ -1585,11 +1585,11 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1585
1585
|
url: z.ZodOptional<z.ZodString>;
|
|
1586
1586
|
type: z.ZodOptional<z.ZodString>;
|
|
1587
1587
|
}, "strip", z.ZodTypeAny, {
|
|
1588
|
-
url?: string | undefined;
|
|
1589
1588
|
type?: string | undefined;
|
|
1590
|
-
}, {
|
|
1591
1589
|
url?: string | undefined;
|
|
1590
|
+
}, {
|
|
1592
1591
|
type?: string | undefined;
|
|
1592
|
+
url?: string | undefined;
|
|
1593
1593
|
}>, "many">>;
|
|
1594
1594
|
profile: z.ZodOptional<z.ZodObject<{
|
|
1595
1595
|
linkedin_url: z.ZodOptional<z.ZodString>;
|
|
@@ -1757,8 +1757,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1757
1757
|
}[] | undefined;
|
|
1758
1758
|
most_probable_phone?: string | undefined;
|
|
1759
1759
|
social_medias?: {
|
|
1760
|
-
url?: string | undefined;
|
|
1761
1760
|
type?: string | undefined;
|
|
1761
|
+
url?: string | undefined;
|
|
1762
1762
|
}[] | undefined;
|
|
1763
1763
|
}, {
|
|
1764
1764
|
profile?: {
|
|
@@ -1803,8 +1803,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1803
1803
|
}[] | undefined;
|
|
1804
1804
|
most_probable_phone?: string | undefined;
|
|
1805
1805
|
social_medias?: {
|
|
1806
|
-
url?: string | undefined;
|
|
1807
1806
|
type?: string | undefined;
|
|
1807
|
+
url?: string | undefined;
|
|
1808
1808
|
}[] | undefined;
|
|
1809
1809
|
}>>;
|
|
1810
1810
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1852,8 +1852,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1852
1852
|
}[] | undefined;
|
|
1853
1853
|
most_probable_phone?: string | undefined;
|
|
1854
1854
|
social_medias?: {
|
|
1855
|
-
url?: string | undefined;
|
|
1856
1855
|
type?: string | undefined;
|
|
1856
|
+
url?: string | undefined;
|
|
1857
1857
|
}[] | undefined;
|
|
1858
1858
|
} | undefined;
|
|
1859
1859
|
}, {
|
|
@@ -1901,8 +1901,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1901
1901
|
}[] | undefined;
|
|
1902
1902
|
most_probable_phone?: string | undefined;
|
|
1903
1903
|
social_medias?: {
|
|
1904
|
-
url?: string | undefined;
|
|
1905
1904
|
type?: string | undefined;
|
|
1905
|
+
url?: string | undefined;
|
|
1906
1906
|
}[] | undefined;
|
|
1907
1907
|
} | undefined;
|
|
1908
1908
|
}>, "many">>;
|
|
@@ -1915,8 +1915,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1915
1915
|
}>>;
|
|
1916
1916
|
error: z.ZodString;
|
|
1917
1917
|
}, "strip", z.ZodTypeAny, {
|
|
1918
|
-
success: boolean;
|
|
1919
1918
|
error: string;
|
|
1919
|
+
success: boolean;
|
|
1920
1920
|
operation: "get_reverse_email_result";
|
|
1921
1921
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1922
1922
|
name?: string | undefined;
|
|
@@ -1969,14 +1969,14 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1969
1969
|
}[] | undefined;
|
|
1970
1970
|
most_probable_phone?: string | undefined;
|
|
1971
1971
|
social_medias?: {
|
|
1972
|
-
url?: string | undefined;
|
|
1973
1972
|
type?: string | undefined;
|
|
1973
|
+
url?: string | undefined;
|
|
1974
1974
|
}[] | undefined;
|
|
1975
1975
|
} | undefined;
|
|
1976
1976
|
}[] | undefined;
|
|
1977
1977
|
}, {
|
|
1978
|
-
success: boolean;
|
|
1979
1978
|
error: string;
|
|
1979
|
+
success: boolean;
|
|
1980
1980
|
operation: "get_reverse_email_result";
|
|
1981
1981
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1982
1982
|
name?: string | undefined;
|
|
@@ -2029,8 +2029,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
2029
2029
|
}[] | undefined;
|
|
2030
2030
|
most_probable_phone?: string | undefined;
|
|
2031
2031
|
social_medias?: {
|
|
2032
|
-
url?: string | undefined;
|
|
2033
2032
|
type?: string | undefined;
|
|
2033
|
+
url?: string | undefined;
|
|
2034
2034
|
}[] | undefined;
|
|
2035
2035
|
} | undefined;
|
|
2036
2036
|
}[] | undefined;
|
|
@@ -2040,13 +2040,13 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
2040
2040
|
balance: z.ZodOptional<z.ZodNumber>;
|
|
2041
2041
|
error: z.ZodString;
|
|
2042
2042
|
}, "strip", z.ZodTypeAny, {
|
|
2043
|
-
success: boolean;
|
|
2044
2043
|
error: string;
|
|
2044
|
+
success: boolean;
|
|
2045
2045
|
operation: "get_credit_balance";
|
|
2046
2046
|
balance?: number | undefined;
|
|
2047
2047
|
}, {
|
|
2048
|
-
success: boolean;
|
|
2049
2048
|
error: string;
|
|
2049
|
+
success: boolean;
|
|
2050
2050
|
operation: "get_credit_balance";
|
|
2051
2051
|
balance?: number | undefined;
|
|
2052
2052
|
}>, z.ZodObject<{
|
|
@@ -2055,13 +2055,13 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
2055
2055
|
workspace_id: z.ZodOptional<z.ZodString>;
|
|
2056
2056
|
error: z.ZodString;
|
|
2057
2057
|
}, "strip", z.ZodTypeAny, {
|
|
2058
|
-
success: boolean;
|
|
2059
2058
|
error: string;
|
|
2059
|
+
success: boolean;
|
|
2060
2060
|
operation: "check_api_key";
|
|
2061
2061
|
workspace_id?: string | undefined;
|
|
2062
2062
|
}, {
|
|
2063
|
-
success: boolean;
|
|
2064
2063
|
error: string;
|
|
2064
|
+
success: boolean;
|
|
2065
2065
|
operation: "check_api_key";
|
|
2066
2066
|
workspace_id?: string | undefined;
|
|
2067
2067
|
}>]>;
|