@bubblelab/bubble-core 0.1.38 → 0.1.40
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 +90 -90
- package/dist/bubbles/service-bubble/agi-inc.d.ts +54 -54
- package/dist/bubbles/service-bubble/ai-agent.d.ts +70 -70
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +5 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +130 -130
- package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +122 -105
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.js +25 -6
- package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +18 -3
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js +9 -5
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +29 -29
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +64 -64
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +142 -92
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +104 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/index.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/index.js +2 -0
- package/dist/bubbles/service-bubble/crustdata/index.js.map +1 -1
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +338 -338
- package/dist/bubbles/service-bubble/followupboss.d.ts +324 -324
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +301 -301
- package/dist/bubbles/service-bubble/github.d.ts +104 -104
- package/dist/bubbles/service-bubble/gmail.d.ts +68 -68
- package/dist/bubbles/service-bubble/google-calendar.d.ts +116 -116
- package/dist/bubbles/service-bubble/google-drive.d.ts +88 -88
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +38 -38
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +4 -4
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +48 -48
- package/dist/bubbles/service-bubble/notion/notion.d.ts +184 -184
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +370 -370
- package/dist/bubbles/service-bubble/storage.d.ts +40 -40
- package/dist/bubbles/service-bubble/telegram.d.ts +516 -516
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +160 -160
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +46 -10
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +18 -7
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +28 -28
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +133 -133
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +223 -223
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-tool.js +28 -13
- package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-utils.d.ts +19 -0
- package/dist/bubbles/tool-bubble/people-search-utils.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/people-search-utils.js +268 -0
- package/dist/bubbles/tool-bubble/people-search-utils.js.map +1 -0
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +26 -26
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +14 -14
- 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 +4 -4
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +68 -68
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +58 -58
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +56 -77
- package/package.json +2 -2
|
@@ -54,18 +54,18 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
54
54
|
}, "strip", import("zod").ZodTypeAny, {
|
|
55
55
|
enrich_fields: ("contact.emails" | "contact.personal_emails")[];
|
|
56
56
|
custom?: Record<string, string> | undefined;
|
|
57
|
-
company_name?: string | undefined;
|
|
58
|
-
firstname?: string | undefined;
|
|
59
|
-
lastname?: string | undefined;
|
|
60
57
|
domain?: string | undefined;
|
|
61
58
|
linkedin_url?: string | undefined;
|
|
62
|
-
}, {
|
|
63
|
-
custom?: Record<string, string> | undefined;
|
|
64
|
-
company_name?: string | undefined;
|
|
65
59
|
firstname?: string | undefined;
|
|
66
60
|
lastname?: string | undefined;
|
|
61
|
+
company_name?: string | undefined;
|
|
62
|
+
}, {
|
|
63
|
+
custom?: Record<string, string> | undefined;
|
|
67
64
|
domain?: string | undefined;
|
|
68
65
|
linkedin_url?: string | undefined;
|
|
66
|
+
firstname?: string | undefined;
|
|
67
|
+
lastname?: string | undefined;
|
|
68
|
+
company_name?: string | undefined;
|
|
69
69
|
enrich_fields?: ("contact.emails" | "contact.personal_emails")[] | undefined;
|
|
70
70
|
}>, "many">;
|
|
71
71
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
@@ -75,11 +75,11 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
75
75
|
contacts: {
|
|
76
76
|
enrich_fields: ("contact.emails" | "contact.personal_emails")[];
|
|
77
77
|
custom?: Record<string, string> | undefined;
|
|
78
|
-
company_name?: string | undefined;
|
|
79
|
-
firstname?: string | undefined;
|
|
80
|
-
lastname?: string | undefined;
|
|
81
78
|
domain?: string | undefined;
|
|
82
79
|
linkedin_url?: string | undefined;
|
|
80
|
+
firstname?: string | undefined;
|
|
81
|
+
lastname?: string | undefined;
|
|
82
|
+
company_name?: string | undefined;
|
|
83
83
|
}[];
|
|
84
84
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
85
85
|
webhook_url?: string | undefined;
|
|
@@ -88,11 +88,11 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
88
88
|
operation: "start_bulk_enrichment";
|
|
89
89
|
contacts: {
|
|
90
90
|
custom?: Record<string, string> | undefined;
|
|
91
|
-
company_name?: string | undefined;
|
|
92
|
-
firstname?: string | undefined;
|
|
93
|
-
lastname?: string | undefined;
|
|
94
91
|
domain?: string | undefined;
|
|
95
92
|
linkedin_url?: string | undefined;
|
|
93
|
+
firstname?: string | undefined;
|
|
94
|
+
lastname?: string | undefined;
|
|
95
|
+
company_name?: string | undefined;
|
|
96
96
|
enrich_fields?: ("contact.emails" | "contact.personal_emails")[] | undefined;
|
|
97
97
|
}[];
|
|
98
98
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -120,14 +120,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
120
120
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
121
121
|
}, "strip", import("zod").ZodTypeAny, {
|
|
122
122
|
name: string;
|
|
123
|
-
emails: string[];
|
|
124
123
|
operation: "start_reverse_email_lookup";
|
|
124
|
+
emails: string[];
|
|
125
125
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
126
126
|
webhook_url?: string | undefined;
|
|
127
127
|
}, {
|
|
128
128
|
name: string;
|
|
129
|
-
emails: string[];
|
|
130
129
|
operation: "start_reverse_email_lookup";
|
|
130
|
+
emails: string[];
|
|
131
131
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
132
132
|
webhook_url?: string | undefined;
|
|
133
133
|
}>, import("zod").ZodObject<{
|
|
@@ -167,13 +167,13 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
167
167
|
enrichment_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
168
168
|
error: import("zod").ZodString;
|
|
169
169
|
}, "strip", import("zod").ZodTypeAny, {
|
|
170
|
-
success: boolean;
|
|
171
170
|
error: string;
|
|
171
|
+
success: boolean;
|
|
172
172
|
operation: "start_bulk_enrichment";
|
|
173
173
|
enrichment_id?: string | undefined;
|
|
174
174
|
}, {
|
|
175
|
-
success: boolean;
|
|
176
175
|
error: string;
|
|
176
|
+
success: boolean;
|
|
177
177
|
operation: "start_bulk_enrichment";
|
|
178
178
|
enrichment_id?: string | undefined;
|
|
179
179
|
}>, import("zod").ZodObject<{
|
|
@@ -215,11 +215,11 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
215
215
|
phone: import("zod").ZodOptional<import("zod").ZodString>;
|
|
216
216
|
region: import("zod").ZodOptional<import("zod").ZodString>;
|
|
217
217
|
}, "strip", import("zod").ZodTypeAny, {
|
|
218
|
-
region?: string | undefined;
|
|
219
218
|
phone?: string | undefined;
|
|
220
|
-
}, {
|
|
221
219
|
region?: string | undefined;
|
|
220
|
+
}, {
|
|
222
221
|
phone?: string | undefined;
|
|
222
|
+
region?: string | undefined;
|
|
223
223
|
}>, "many">>;
|
|
224
224
|
social_medias: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
225
225
|
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -249,31 +249,31 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
249
249
|
city: import("zod").ZodOptional<import("zod").ZodString>;
|
|
250
250
|
country: import("zod").ZodOptional<import("zod").ZodString>;
|
|
251
251
|
}, "strip", import("zod").ZodTypeAny, {
|
|
252
|
-
country?: string | undefined;
|
|
253
252
|
city?: string | undefined;
|
|
254
|
-
}, {
|
|
255
253
|
country?: string | undefined;
|
|
254
|
+
}, {
|
|
256
255
|
city?: string | undefined;
|
|
256
|
+
country?: string | undefined;
|
|
257
257
|
}>>;
|
|
258
258
|
}, "strip", import("zod").ZodTypeAny, {
|
|
259
259
|
name?: string | undefined;
|
|
260
|
-
linkedin_id?: string | undefined;
|
|
261
|
-
industry?: string | undefined;
|
|
262
260
|
domain?: string | undefined;
|
|
263
261
|
linkedin_url?: string | undefined;
|
|
262
|
+
linkedin_id?: string | undefined;
|
|
263
|
+
industry?: string | undefined;
|
|
264
264
|
headquarters?: {
|
|
265
|
-
country?: string | undefined;
|
|
266
265
|
city?: string | undefined;
|
|
266
|
+
country?: string | undefined;
|
|
267
267
|
} | undefined;
|
|
268
268
|
}, {
|
|
269
269
|
name?: string | undefined;
|
|
270
|
-
linkedin_id?: string | number | undefined;
|
|
271
|
-
industry?: string | undefined;
|
|
272
270
|
domain?: string | undefined;
|
|
273
271
|
linkedin_url?: string | undefined;
|
|
272
|
+
linkedin_id?: string | number | undefined;
|
|
273
|
+
industry?: string | undefined;
|
|
274
274
|
headquarters?: {
|
|
275
|
-
country?: string | undefined;
|
|
276
275
|
city?: string | undefined;
|
|
276
|
+
country?: string | undefined;
|
|
277
277
|
} | undefined;
|
|
278
278
|
}>>;
|
|
279
279
|
start_date: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -282,13 +282,13 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
282
282
|
title?: string | undefined;
|
|
283
283
|
company?: {
|
|
284
284
|
name?: string | undefined;
|
|
285
|
-
linkedin_id?: string | undefined;
|
|
286
|
-
industry?: string | undefined;
|
|
287
285
|
domain?: string | undefined;
|
|
288
286
|
linkedin_url?: string | undefined;
|
|
287
|
+
linkedin_id?: string | undefined;
|
|
288
|
+
industry?: string | undefined;
|
|
289
289
|
headquarters?: {
|
|
290
|
-
country?: string | undefined;
|
|
291
290
|
city?: string | undefined;
|
|
291
|
+
country?: string | undefined;
|
|
292
292
|
} | undefined;
|
|
293
293
|
} | undefined;
|
|
294
294
|
start_date?: string | undefined;
|
|
@@ -297,13 +297,13 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
297
297
|
title?: string | undefined;
|
|
298
298
|
company?: {
|
|
299
299
|
name?: string | undefined;
|
|
300
|
-
linkedin_id?: string | number | undefined;
|
|
301
|
-
industry?: string | undefined;
|
|
302
300
|
domain?: string | undefined;
|
|
303
301
|
linkedin_url?: string | undefined;
|
|
302
|
+
linkedin_id?: string | number | undefined;
|
|
303
|
+
industry?: string | undefined;
|
|
304
304
|
headquarters?: {
|
|
305
|
-
country?: string | undefined;
|
|
306
305
|
city?: string | undefined;
|
|
306
|
+
country?: string | undefined;
|
|
307
307
|
} | undefined;
|
|
308
308
|
} | undefined;
|
|
309
309
|
start_date?: string | undefined;
|
|
@@ -312,20 +312,20 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
312
312
|
}, "strip", import("zod").ZodTypeAny, {
|
|
313
313
|
location?: string | undefined;
|
|
314
314
|
headline?: string | undefined;
|
|
315
|
-
linkedin_id?: string | undefined;
|
|
316
315
|
linkedin_url?: string | undefined;
|
|
316
|
+
linkedin_id?: string | undefined;
|
|
317
317
|
linkedin_handle?: string | undefined;
|
|
318
318
|
current_position?: {
|
|
319
319
|
title?: string | undefined;
|
|
320
320
|
company?: {
|
|
321
321
|
name?: string | undefined;
|
|
322
|
-
linkedin_id?: string | undefined;
|
|
323
|
-
industry?: string | undefined;
|
|
324
322
|
domain?: string | undefined;
|
|
325
323
|
linkedin_url?: string | undefined;
|
|
324
|
+
linkedin_id?: string | undefined;
|
|
325
|
+
industry?: string | undefined;
|
|
326
326
|
headquarters?: {
|
|
327
|
-
country?: string | undefined;
|
|
328
327
|
city?: string | undefined;
|
|
328
|
+
country?: string | undefined;
|
|
329
329
|
} | undefined;
|
|
330
330
|
} | undefined;
|
|
331
331
|
start_date?: string | undefined;
|
|
@@ -334,20 +334,20 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
334
334
|
}, {
|
|
335
335
|
location?: string | undefined;
|
|
336
336
|
headline?: string | undefined;
|
|
337
|
-
linkedin_id?: string | number | undefined;
|
|
338
337
|
linkedin_url?: string | undefined;
|
|
338
|
+
linkedin_id?: string | number | undefined;
|
|
339
339
|
linkedin_handle?: string | undefined;
|
|
340
340
|
current_position?: {
|
|
341
341
|
title?: string | undefined;
|
|
342
342
|
company?: {
|
|
343
343
|
name?: string | undefined;
|
|
344
|
-
linkedin_id?: string | number | undefined;
|
|
345
|
-
industry?: string | undefined;
|
|
346
344
|
domain?: string | undefined;
|
|
347
345
|
linkedin_url?: string | undefined;
|
|
346
|
+
linkedin_id?: string | number | undefined;
|
|
347
|
+
industry?: string | undefined;
|
|
348
348
|
headquarters?: {
|
|
349
|
-
country?: string | undefined;
|
|
350
349
|
city?: string | undefined;
|
|
350
|
+
country?: string | undefined;
|
|
351
351
|
} | undefined;
|
|
352
352
|
} | undefined;
|
|
353
353
|
start_date?: string | undefined;
|
|
@@ -355,59 +355,40 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
355
355
|
} | undefined;
|
|
356
356
|
}>>;
|
|
357
357
|
}, "strip", import("zod").ZodTypeAny, {
|
|
358
|
-
emails?: {
|
|
359
|
-
status?: string | undefined;
|
|
360
|
-
email?: string | undefined;
|
|
361
|
-
}[] | undefined;
|
|
362
|
-
firstname?: string | undefined;
|
|
363
|
-
lastname?: string | undefined;
|
|
364
|
-
domain?: string | undefined;
|
|
365
|
-
most_probable_email?: string | undefined;
|
|
366
|
-
most_probable_personal_email?: string | undefined;
|
|
367
|
-
personal_emails?: {
|
|
368
|
-
status?: string | undefined;
|
|
369
|
-
email?: string | undefined;
|
|
370
|
-
}[] | undefined;
|
|
371
|
-
most_probable_phone?: string | undefined;
|
|
372
|
-
phones?: {
|
|
373
|
-
region?: string | undefined;
|
|
374
|
-
phone?: string | undefined;
|
|
375
|
-
}[] | undefined;
|
|
376
|
-
social_medias?: {
|
|
377
|
-
type?: string | undefined;
|
|
378
|
-
url?: string | undefined;
|
|
379
|
-
}[] | undefined;
|
|
380
358
|
profile?: {
|
|
381
359
|
location?: string | undefined;
|
|
382
360
|
headline?: string | undefined;
|
|
383
|
-
linkedin_id?: string | undefined;
|
|
384
361
|
linkedin_url?: string | undefined;
|
|
362
|
+
linkedin_id?: string | undefined;
|
|
385
363
|
linkedin_handle?: string | undefined;
|
|
386
364
|
current_position?: {
|
|
387
365
|
title?: string | undefined;
|
|
388
366
|
company?: {
|
|
389
367
|
name?: string | undefined;
|
|
390
|
-
linkedin_id?: string | undefined;
|
|
391
|
-
industry?: string | undefined;
|
|
392
368
|
domain?: string | undefined;
|
|
393
369
|
linkedin_url?: string | undefined;
|
|
370
|
+
linkedin_id?: string | undefined;
|
|
371
|
+
industry?: string | undefined;
|
|
394
372
|
headquarters?: {
|
|
395
|
-
country?: string | undefined;
|
|
396
373
|
city?: string | undefined;
|
|
374
|
+
country?: string | undefined;
|
|
397
375
|
} | undefined;
|
|
398
376
|
} | undefined;
|
|
399
377
|
start_date?: string | undefined;
|
|
400
378
|
end_date?: string | undefined;
|
|
401
379
|
} | undefined;
|
|
402
380
|
} | undefined;
|
|
403
|
-
|
|
381
|
+
domain?: string | undefined;
|
|
404
382
|
emails?: {
|
|
405
383
|
status?: string | undefined;
|
|
406
384
|
email?: string | undefined;
|
|
407
385
|
}[] | undefined;
|
|
386
|
+
phones?: {
|
|
387
|
+
phone?: string | undefined;
|
|
388
|
+
region?: string | undefined;
|
|
389
|
+
}[] | undefined;
|
|
408
390
|
firstname?: string | undefined;
|
|
409
391
|
lastname?: string | undefined;
|
|
410
|
-
domain?: string | undefined;
|
|
411
392
|
most_probable_email?: string | undefined;
|
|
412
393
|
most_probable_personal_email?: string | undefined;
|
|
413
394
|
personal_emails?: {
|
|
@@ -415,48 +396,45 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
415
396
|
email?: string | undefined;
|
|
416
397
|
}[] | undefined;
|
|
417
398
|
most_probable_phone?: string | undefined;
|
|
418
|
-
phones?: {
|
|
419
|
-
region?: string | undefined;
|
|
420
|
-
phone?: string | undefined;
|
|
421
|
-
}[] | undefined;
|
|
422
399
|
social_medias?: {
|
|
423
400
|
type?: string | undefined;
|
|
424
401
|
url?: string | undefined;
|
|
425
402
|
}[] | undefined;
|
|
403
|
+
}, {
|
|
426
404
|
profile?: {
|
|
427
405
|
location?: string | undefined;
|
|
428
406
|
headline?: string | undefined;
|
|
429
|
-
linkedin_id?: string | number | undefined;
|
|
430
407
|
linkedin_url?: string | undefined;
|
|
408
|
+
linkedin_id?: string | number | undefined;
|
|
431
409
|
linkedin_handle?: string | undefined;
|
|
432
410
|
current_position?: {
|
|
433
411
|
title?: string | undefined;
|
|
434
412
|
company?: {
|
|
435
413
|
name?: string | undefined;
|
|
436
|
-
linkedin_id?: string | number | undefined;
|
|
437
|
-
industry?: string | undefined;
|
|
438
414
|
domain?: string | undefined;
|
|
439
415
|
linkedin_url?: string | undefined;
|
|
416
|
+
linkedin_id?: string | number | undefined;
|
|
417
|
+
industry?: string | undefined;
|
|
440
418
|
headquarters?: {
|
|
441
|
-
country?: string | undefined;
|
|
442
419
|
city?: string | undefined;
|
|
420
|
+
country?: string | undefined;
|
|
443
421
|
} | undefined;
|
|
444
422
|
} | undefined;
|
|
445
423
|
start_date?: string | undefined;
|
|
446
424
|
end_date?: string | undefined;
|
|
447
425
|
} | undefined;
|
|
448
426
|
} | undefined;
|
|
449
|
-
|
|
450
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
451
|
-
custom?: Record<string, string> | undefined;
|
|
452
|
-
contact?: {
|
|
427
|
+
domain?: string | undefined;
|
|
453
428
|
emails?: {
|
|
454
429
|
status?: string | undefined;
|
|
455
430
|
email?: string | undefined;
|
|
456
431
|
}[] | undefined;
|
|
432
|
+
phones?: {
|
|
433
|
+
phone?: string | undefined;
|
|
434
|
+
region?: string | undefined;
|
|
435
|
+
}[] | undefined;
|
|
457
436
|
firstname?: string | undefined;
|
|
458
437
|
lastname?: string | undefined;
|
|
459
|
-
domain?: string | undefined;
|
|
460
438
|
most_probable_email?: string | undefined;
|
|
461
439
|
most_probable_personal_email?: string | undefined;
|
|
462
440
|
personal_emails?: {
|
|
@@ -464,48 +442,48 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
464
442
|
email?: string | undefined;
|
|
465
443
|
}[] | undefined;
|
|
466
444
|
most_probable_phone?: string | undefined;
|
|
467
|
-
phones?: {
|
|
468
|
-
region?: string | undefined;
|
|
469
|
-
phone?: string | undefined;
|
|
470
|
-
}[] | undefined;
|
|
471
445
|
social_medias?: {
|
|
472
446
|
type?: string | undefined;
|
|
473
447
|
url?: string | undefined;
|
|
474
448
|
}[] | undefined;
|
|
449
|
+
}>>;
|
|
450
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
451
|
+
custom?: Record<string, string> | undefined;
|
|
452
|
+
contact?: {
|
|
475
453
|
profile?: {
|
|
476
454
|
location?: string | undefined;
|
|
477
455
|
headline?: string | undefined;
|
|
478
|
-
linkedin_id?: string | undefined;
|
|
479
456
|
linkedin_url?: string | undefined;
|
|
457
|
+
linkedin_id?: string | undefined;
|
|
480
458
|
linkedin_handle?: string | undefined;
|
|
481
459
|
current_position?: {
|
|
482
460
|
title?: string | undefined;
|
|
483
461
|
company?: {
|
|
484
462
|
name?: string | undefined;
|
|
485
|
-
linkedin_id?: string | undefined;
|
|
486
|
-
industry?: string | undefined;
|
|
487
463
|
domain?: string | undefined;
|
|
488
464
|
linkedin_url?: string | undefined;
|
|
465
|
+
linkedin_id?: string | undefined;
|
|
466
|
+
industry?: string | undefined;
|
|
489
467
|
headquarters?: {
|
|
490
|
-
country?: string | undefined;
|
|
491
468
|
city?: string | undefined;
|
|
469
|
+
country?: string | undefined;
|
|
492
470
|
} | undefined;
|
|
493
471
|
} | undefined;
|
|
494
472
|
start_date?: string | undefined;
|
|
495
473
|
end_date?: string | undefined;
|
|
496
474
|
} | undefined;
|
|
497
475
|
} | undefined;
|
|
498
|
-
|
|
499
|
-
}, {
|
|
500
|
-
custom?: Record<string, string> | undefined;
|
|
501
|
-
contact?: {
|
|
476
|
+
domain?: string | undefined;
|
|
502
477
|
emails?: {
|
|
503
478
|
status?: string | undefined;
|
|
504
479
|
email?: string | undefined;
|
|
505
480
|
}[] | undefined;
|
|
481
|
+
phones?: {
|
|
482
|
+
phone?: string | undefined;
|
|
483
|
+
region?: string | undefined;
|
|
484
|
+
}[] | undefined;
|
|
506
485
|
firstname?: string | undefined;
|
|
507
486
|
lastname?: string | undefined;
|
|
508
|
-
domain?: string | undefined;
|
|
509
487
|
most_probable_email?: string | undefined;
|
|
510
488
|
most_probable_personal_email?: string | undefined;
|
|
511
489
|
personal_emails?: {
|
|
@@ -513,37 +491,59 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
513
491
|
email?: string | undefined;
|
|
514
492
|
}[] | undefined;
|
|
515
493
|
most_probable_phone?: string | undefined;
|
|
516
|
-
phones?: {
|
|
517
|
-
region?: string | undefined;
|
|
518
|
-
phone?: string | undefined;
|
|
519
|
-
}[] | undefined;
|
|
520
494
|
social_medias?: {
|
|
521
495
|
type?: string | undefined;
|
|
522
496
|
url?: string | undefined;
|
|
523
497
|
}[] | undefined;
|
|
498
|
+
} | undefined;
|
|
499
|
+
}, {
|
|
500
|
+
custom?: Record<string, string> | undefined;
|
|
501
|
+
contact?: {
|
|
524
502
|
profile?: {
|
|
525
503
|
location?: string | undefined;
|
|
526
504
|
headline?: string | undefined;
|
|
527
|
-
linkedin_id?: string | number | undefined;
|
|
528
505
|
linkedin_url?: string | undefined;
|
|
506
|
+
linkedin_id?: string | number | undefined;
|
|
529
507
|
linkedin_handle?: string | undefined;
|
|
530
508
|
current_position?: {
|
|
531
509
|
title?: string | undefined;
|
|
532
510
|
company?: {
|
|
533
511
|
name?: string | undefined;
|
|
534
|
-
linkedin_id?: string | number | undefined;
|
|
535
|
-
industry?: string | undefined;
|
|
536
512
|
domain?: string | undefined;
|
|
537
513
|
linkedin_url?: string | undefined;
|
|
514
|
+
linkedin_id?: string | number | undefined;
|
|
515
|
+
industry?: string | undefined;
|
|
538
516
|
headquarters?: {
|
|
539
|
-
country?: string | undefined;
|
|
540
517
|
city?: string | undefined;
|
|
518
|
+
country?: string | undefined;
|
|
541
519
|
} | undefined;
|
|
542
520
|
} | undefined;
|
|
543
521
|
start_date?: string | undefined;
|
|
544
522
|
end_date?: string | undefined;
|
|
545
523
|
} | undefined;
|
|
546
524
|
} | undefined;
|
|
525
|
+
domain?: string | undefined;
|
|
526
|
+
emails?: {
|
|
527
|
+
status?: string | undefined;
|
|
528
|
+
email?: string | undefined;
|
|
529
|
+
}[] | undefined;
|
|
530
|
+
phones?: {
|
|
531
|
+
phone?: string | undefined;
|
|
532
|
+
region?: string | undefined;
|
|
533
|
+
}[] | undefined;
|
|
534
|
+
firstname?: string | undefined;
|
|
535
|
+
lastname?: string | undefined;
|
|
536
|
+
most_probable_email?: string | undefined;
|
|
537
|
+
most_probable_personal_email?: string | undefined;
|
|
538
|
+
personal_emails?: {
|
|
539
|
+
status?: string | undefined;
|
|
540
|
+
email?: string | undefined;
|
|
541
|
+
}[] | undefined;
|
|
542
|
+
most_probable_phone?: string | undefined;
|
|
543
|
+
social_medias?: {
|
|
544
|
+
type?: string | undefined;
|
|
545
|
+
url?: string | undefined;
|
|
546
|
+
}[] | undefined;
|
|
547
547
|
} | undefined;
|
|
548
548
|
}>, "many">>;
|
|
549
549
|
cost: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
@@ -555,81 +555,49 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
555
555
|
}>>;
|
|
556
556
|
error: import("zod").ZodString;
|
|
557
557
|
}, "strip", import("zod").ZodTypeAny, {
|
|
558
|
-
success: boolean;
|
|
559
558
|
error: string;
|
|
559
|
+
success: boolean;
|
|
560
560
|
operation: "get_enrichment_result";
|
|
561
561
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
562
562
|
name?: string | undefined;
|
|
563
|
+
id?: string | undefined;
|
|
563
564
|
results?: {
|
|
564
565
|
custom?: Record<string, string> | undefined;
|
|
565
566
|
contact?: {
|
|
566
|
-
emails?: {
|
|
567
|
-
status?: string | undefined;
|
|
568
|
-
email?: string | undefined;
|
|
569
|
-
}[] | undefined;
|
|
570
|
-
firstname?: string | undefined;
|
|
571
|
-
lastname?: string | undefined;
|
|
572
|
-
domain?: string | undefined;
|
|
573
|
-
most_probable_email?: string | undefined;
|
|
574
|
-
most_probable_personal_email?: string | undefined;
|
|
575
|
-
personal_emails?: {
|
|
576
|
-
status?: string | undefined;
|
|
577
|
-
email?: string | undefined;
|
|
578
|
-
}[] | undefined;
|
|
579
|
-
most_probable_phone?: string | undefined;
|
|
580
|
-
phones?: {
|
|
581
|
-
region?: string | undefined;
|
|
582
|
-
phone?: string | undefined;
|
|
583
|
-
}[] | undefined;
|
|
584
|
-
social_medias?: {
|
|
585
|
-
type?: string | undefined;
|
|
586
|
-
url?: string | undefined;
|
|
587
|
-
}[] | undefined;
|
|
588
567
|
profile?: {
|
|
589
568
|
location?: string | undefined;
|
|
590
569
|
headline?: string | undefined;
|
|
591
|
-
linkedin_id?: string | undefined;
|
|
592
570
|
linkedin_url?: string | undefined;
|
|
571
|
+
linkedin_id?: string | undefined;
|
|
593
572
|
linkedin_handle?: string | undefined;
|
|
594
573
|
current_position?: {
|
|
595
574
|
title?: string | undefined;
|
|
596
575
|
company?: {
|
|
597
576
|
name?: string | undefined;
|
|
598
|
-
linkedin_id?: string | undefined;
|
|
599
|
-
industry?: string | undefined;
|
|
600
577
|
domain?: string | undefined;
|
|
601
578
|
linkedin_url?: string | undefined;
|
|
579
|
+
linkedin_id?: string | undefined;
|
|
580
|
+
industry?: string | undefined;
|
|
602
581
|
headquarters?: {
|
|
603
|
-
country?: string | undefined;
|
|
604
582
|
city?: string | undefined;
|
|
583
|
+
country?: string | undefined;
|
|
605
584
|
} | undefined;
|
|
606
585
|
} | undefined;
|
|
607
586
|
start_date?: string | undefined;
|
|
608
587
|
end_date?: string | undefined;
|
|
609
588
|
} | undefined;
|
|
610
589
|
} | undefined;
|
|
611
|
-
|
|
612
|
-
}[] | undefined;
|
|
613
|
-
id?: string | undefined;
|
|
614
|
-
cost?: {
|
|
615
|
-
credits?: number | undefined;
|
|
616
|
-
} | undefined;
|
|
617
|
-
}, {
|
|
618
|
-
success: boolean;
|
|
619
|
-
error: string;
|
|
620
|
-
operation: "get_enrichment_result";
|
|
621
|
-
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
622
|
-
name?: string | undefined;
|
|
623
|
-
results?: {
|
|
624
|
-
custom?: Record<string, string> | undefined;
|
|
625
|
-
contact?: {
|
|
590
|
+
domain?: string | undefined;
|
|
626
591
|
emails?: {
|
|
627
592
|
status?: string | undefined;
|
|
628
593
|
email?: string | undefined;
|
|
629
594
|
}[] | undefined;
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
595
|
+
phones?: {
|
|
596
|
+
phone?: string | undefined;
|
|
597
|
+
region?: string | undefined;
|
|
598
|
+
}[] | undefined;
|
|
599
|
+
firstname?: string | undefined;
|
|
600
|
+
lastname?: string | undefined;
|
|
633
601
|
most_probable_email?: string | undefined;
|
|
634
602
|
most_probable_personal_email?: string | undefined;
|
|
635
603
|
personal_emails?: {
|
|
@@ -637,40 +605,72 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
637
605
|
email?: string | undefined;
|
|
638
606
|
}[] | undefined;
|
|
639
607
|
most_probable_phone?: string | undefined;
|
|
640
|
-
phones?: {
|
|
641
|
-
region?: string | undefined;
|
|
642
|
-
phone?: string | undefined;
|
|
643
|
-
}[] | undefined;
|
|
644
608
|
social_medias?: {
|
|
645
609
|
type?: string | undefined;
|
|
646
610
|
url?: string | undefined;
|
|
647
611
|
}[] | undefined;
|
|
612
|
+
} | undefined;
|
|
613
|
+
}[] | undefined;
|
|
614
|
+
cost?: {
|
|
615
|
+
credits?: number | undefined;
|
|
616
|
+
} | undefined;
|
|
617
|
+
}, {
|
|
618
|
+
error: string;
|
|
619
|
+
success: boolean;
|
|
620
|
+
operation: "get_enrichment_result";
|
|
621
|
+
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
622
|
+
name?: string | undefined;
|
|
623
|
+
id?: string | undefined;
|
|
624
|
+
results?: {
|
|
625
|
+
custom?: Record<string, string> | undefined;
|
|
626
|
+
contact?: {
|
|
648
627
|
profile?: {
|
|
649
628
|
location?: string | undefined;
|
|
650
629
|
headline?: string | undefined;
|
|
651
|
-
linkedin_id?: string | number | undefined;
|
|
652
630
|
linkedin_url?: string | undefined;
|
|
631
|
+
linkedin_id?: string | number | undefined;
|
|
653
632
|
linkedin_handle?: string | undefined;
|
|
654
633
|
current_position?: {
|
|
655
634
|
title?: string | undefined;
|
|
656
635
|
company?: {
|
|
657
636
|
name?: string | undefined;
|
|
658
|
-
linkedin_id?: string | number | undefined;
|
|
659
|
-
industry?: string | undefined;
|
|
660
637
|
domain?: string | undefined;
|
|
661
638
|
linkedin_url?: string | undefined;
|
|
639
|
+
linkedin_id?: string | number | undefined;
|
|
640
|
+
industry?: string | undefined;
|
|
662
641
|
headquarters?: {
|
|
663
|
-
country?: string | undefined;
|
|
664
642
|
city?: string | undefined;
|
|
643
|
+
country?: string | undefined;
|
|
665
644
|
} | undefined;
|
|
666
645
|
} | undefined;
|
|
667
646
|
start_date?: string | undefined;
|
|
668
647
|
end_date?: string | undefined;
|
|
669
648
|
} | undefined;
|
|
670
649
|
} | undefined;
|
|
650
|
+
domain?: string | undefined;
|
|
651
|
+
emails?: {
|
|
652
|
+
status?: string | undefined;
|
|
653
|
+
email?: string | undefined;
|
|
654
|
+
}[] | undefined;
|
|
655
|
+
phones?: {
|
|
656
|
+
phone?: string | undefined;
|
|
657
|
+
region?: string | undefined;
|
|
658
|
+
}[] | undefined;
|
|
659
|
+
firstname?: string | undefined;
|
|
660
|
+
lastname?: string | undefined;
|
|
661
|
+
most_probable_email?: string | undefined;
|
|
662
|
+
most_probable_personal_email?: string | undefined;
|
|
663
|
+
personal_emails?: {
|
|
664
|
+
status?: string | undefined;
|
|
665
|
+
email?: string | undefined;
|
|
666
|
+
}[] | undefined;
|
|
667
|
+
most_probable_phone?: string | undefined;
|
|
668
|
+
social_medias?: {
|
|
669
|
+
type?: string | undefined;
|
|
670
|
+
url?: string | undefined;
|
|
671
|
+
}[] | undefined;
|
|
671
672
|
} | undefined;
|
|
672
673
|
}[] | undefined;
|
|
673
|
-
id?: string | undefined;
|
|
674
674
|
cost?: {
|
|
675
675
|
credits?: number | undefined;
|
|
676
676
|
} | undefined;
|
|
@@ -680,13 +680,13 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
680
680
|
enrichment_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
681
681
|
error: import("zod").ZodString;
|
|
682
682
|
}, "strip", import("zod").ZodTypeAny, {
|
|
683
|
-
success: boolean;
|
|
684
683
|
error: string;
|
|
684
|
+
success: boolean;
|
|
685
685
|
operation: "start_reverse_email_lookup";
|
|
686
686
|
enrichment_id?: string | undefined;
|
|
687
687
|
}, {
|
|
688
|
-
success: boolean;
|
|
689
688
|
error: string;
|
|
689
|
+
success: boolean;
|
|
690
690
|
operation: "start_reverse_email_lookup";
|
|
691
691
|
enrichment_id?: string | undefined;
|
|
692
692
|
}>, import("zod").ZodObject<{
|
|
@@ -728,11 +728,11 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
728
728
|
phone: import("zod").ZodOptional<import("zod").ZodString>;
|
|
729
729
|
region: import("zod").ZodOptional<import("zod").ZodString>;
|
|
730
730
|
}, "strip", import("zod").ZodTypeAny, {
|
|
731
|
-
region?: string | undefined;
|
|
732
731
|
phone?: string | undefined;
|
|
733
|
-
}, {
|
|
734
732
|
region?: string | undefined;
|
|
733
|
+
}, {
|
|
735
734
|
phone?: string | undefined;
|
|
735
|
+
region?: string | undefined;
|
|
736
736
|
}>, "many">>;
|
|
737
737
|
social_medias: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
738
738
|
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -762,31 +762,31 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
762
762
|
city: import("zod").ZodOptional<import("zod").ZodString>;
|
|
763
763
|
country: import("zod").ZodOptional<import("zod").ZodString>;
|
|
764
764
|
}, "strip", import("zod").ZodTypeAny, {
|
|
765
|
-
country?: string | undefined;
|
|
766
765
|
city?: string | undefined;
|
|
767
|
-
}, {
|
|
768
766
|
country?: string | undefined;
|
|
767
|
+
}, {
|
|
769
768
|
city?: string | undefined;
|
|
769
|
+
country?: string | undefined;
|
|
770
770
|
}>>;
|
|
771
771
|
}, "strip", import("zod").ZodTypeAny, {
|
|
772
772
|
name?: string | undefined;
|
|
773
|
-
linkedin_id?: string | undefined;
|
|
774
|
-
industry?: string | undefined;
|
|
775
773
|
domain?: string | undefined;
|
|
776
774
|
linkedin_url?: string | undefined;
|
|
775
|
+
linkedin_id?: string | undefined;
|
|
776
|
+
industry?: string | undefined;
|
|
777
777
|
headquarters?: {
|
|
778
|
-
country?: string | undefined;
|
|
779
778
|
city?: string | undefined;
|
|
779
|
+
country?: string | undefined;
|
|
780
780
|
} | undefined;
|
|
781
781
|
}, {
|
|
782
782
|
name?: string | undefined;
|
|
783
|
-
linkedin_id?: string | number | undefined;
|
|
784
|
-
industry?: string | undefined;
|
|
785
783
|
domain?: string | undefined;
|
|
786
784
|
linkedin_url?: string | undefined;
|
|
785
|
+
linkedin_id?: string | number | undefined;
|
|
786
|
+
industry?: string | undefined;
|
|
787
787
|
headquarters?: {
|
|
788
|
-
country?: string | undefined;
|
|
789
788
|
city?: string | undefined;
|
|
789
|
+
country?: string | undefined;
|
|
790
790
|
} | undefined;
|
|
791
791
|
}>>;
|
|
792
792
|
start_date: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -795,13 +795,13 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
795
795
|
title?: string | undefined;
|
|
796
796
|
company?: {
|
|
797
797
|
name?: string | undefined;
|
|
798
|
-
linkedin_id?: string | undefined;
|
|
799
|
-
industry?: string | undefined;
|
|
800
798
|
domain?: string | undefined;
|
|
801
799
|
linkedin_url?: string | undefined;
|
|
800
|
+
linkedin_id?: string | undefined;
|
|
801
|
+
industry?: string | undefined;
|
|
802
802
|
headquarters?: {
|
|
803
|
-
country?: string | undefined;
|
|
804
803
|
city?: string | undefined;
|
|
804
|
+
country?: string | undefined;
|
|
805
805
|
} | undefined;
|
|
806
806
|
} | undefined;
|
|
807
807
|
start_date?: string | undefined;
|
|
@@ -810,13 +810,13 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
810
810
|
title?: string | undefined;
|
|
811
811
|
company?: {
|
|
812
812
|
name?: string | undefined;
|
|
813
|
-
linkedin_id?: string | number | undefined;
|
|
814
|
-
industry?: string | undefined;
|
|
815
813
|
domain?: string | undefined;
|
|
816
814
|
linkedin_url?: string | undefined;
|
|
815
|
+
linkedin_id?: string | number | undefined;
|
|
816
|
+
industry?: string | undefined;
|
|
817
817
|
headquarters?: {
|
|
818
|
-
country?: string | undefined;
|
|
819
818
|
city?: string | undefined;
|
|
819
|
+
country?: string | undefined;
|
|
820
820
|
} | undefined;
|
|
821
821
|
} | undefined;
|
|
822
822
|
start_date?: string | undefined;
|
|
@@ -825,20 +825,20 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
825
825
|
}, "strip", import("zod").ZodTypeAny, {
|
|
826
826
|
location?: string | undefined;
|
|
827
827
|
headline?: string | undefined;
|
|
828
|
-
linkedin_id?: string | undefined;
|
|
829
828
|
linkedin_url?: string | undefined;
|
|
829
|
+
linkedin_id?: string | undefined;
|
|
830
830
|
linkedin_handle?: string | undefined;
|
|
831
831
|
current_position?: {
|
|
832
832
|
title?: string | undefined;
|
|
833
833
|
company?: {
|
|
834
834
|
name?: string | undefined;
|
|
835
|
-
linkedin_id?: string | undefined;
|
|
836
|
-
industry?: string | undefined;
|
|
837
835
|
domain?: string | undefined;
|
|
838
836
|
linkedin_url?: string | undefined;
|
|
837
|
+
linkedin_id?: string | undefined;
|
|
838
|
+
industry?: string | undefined;
|
|
839
839
|
headquarters?: {
|
|
840
|
-
country?: string | undefined;
|
|
841
840
|
city?: string | undefined;
|
|
841
|
+
country?: string | undefined;
|
|
842
842
|
} | undefined;
|
|
843
843
|
} | undefined;
|
|
844
844
|
start_date?: string | undefined;
|
|
@@ -847,20 +847,20 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
847
847
|
}, {
|
|
848
848
|
location?: string | undefined;
|
|
849
849
|
headline?: string | undefined;
|
|
850
|
-
linkedin_id?: string | number | undefined;
|
|
851
850
|
linkedin_url?: string | undefined;
|
|
851
|
+
linkedin_id?: string | number | undefined;
|
|
852
852
|
linkedin_handle?: string | undefined;
|
|
853
853
|
current_position?: {
|
|
854
854
|
title?: string | undefined;
|
|
855
855
|
company?: {
|
|
856
856
|
name?: string | undefined;
|
|
857
|
-
linkedin_id?: string | number | undefined;
|
|
858
|
-
industry?: string | undefined;
|
|
859
857
|
domain?: string | undefined;
|
|
860
858
|
linkedin_url?: string | undefined;
|
|
859
|
+
linkedin_id?: string | number | undefined;
|
|
860
|
+
industry?: string | undefined;
|
|
861
861
|
headquarters?: {
|
|
862
|
-
country?: string | undefined;
|
|
863
862
|
city?: string | undefined;
|
|
863
|
+
country?: string | undefined;
|
|
864
864
|
} | undefined;
|
|
865
865
|
} | undefined;
|
|
866
866
|
start_date?: string | undefined;
|
|
@@ -868,59 +868,40 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
868
868
|
} | undefined;
|
|
869
869
|
}>>;
|
|
870
870
|
}, "strip", import("zod").ZodTypeAny, {
|
|
871
|
-
emails?: {
|
|
872
|
-
status?: string | undefined;
|
|
873
|
-
email?: string | undefined;
|
|
874
|
-
}[] | undefined;
|
|
875
|
-
firstname?: string | undefined;
|
|
876
|
-
lastname?: string | undefined;
|
|
877
|
-
domain?: string | undefined;
|
|
878
|
-
most_probable_email?: string | undefined;
|
|
879
|
-
most_probable_personal_email?: string | undefined;
|
|
880
|
-
personal_emails?: {
|
|
881
|
-
status?: string | undefined;
|
|
882
|
-
email?: string | undefined;
|
|
883
|
-
}[] | undefined;
|
|
884
|
-
most_probable_phone?: string | undefined;
|
|
885
|
-
phones?: {
|
|
886
|
-
region?: string | undefined;
|
|
887
|
-
phone?: string | undefined;
|
|
888
|
-
}[] | undefined;
|
|
889
|
-
social_medias?: {
|
|
890
|
-
type?: string | undefined;
|
|
891
|
-
url?: string | undefined;
|
|
892
|
-
}[] | undefined;
|
|
893
871
|
profile?: {
|
|
894
872
|
location?: string | undefined;
|
|
895
873
|
headline?: string | undefined;
|
|
896
|
-
linkedin_id?: string | undefined;
|
|
897
874
|
linkedin_url?: string | undefined;
|
|
875
|
+
linkedin_id?: string | undefined;
|
|
898
876
|
linkedin_handle?: string | undefined;
|
|
899
877
|
current_position?: {
|
|
900
878
|
title?: string | undefined;
|
|
901
879
|
company?: {
|
|
902
880
|
name?: string | undefined;
|
|
903
|
-
linkedin_id?: string | undefined;
|
|
904
|
-
industry?: string | undefined;
|
|
905
881
|
domain?: string | undefined;
|
|
906
882
|
linkedin_url?: string | undefined;
|
|
883
|
+
linkedin_id?: string | undefined;
|
|
884
|
+
industry?: string | undefined;
|
|
907
885
|
headquarters?: {
|
|
908
|
-
country?: string | undefined;
|
|
909
886
|
city?: string | undefined;
|
|
887
|
+
country?: string | undefined;
|
|
910
888
|
} | undefined;
|
|
911
889
|
} | undefined;
|
|
912
890
|
start_date?: string | undefined;
|
|
913
891
|
end_date?: string | undefined;
|
|
914
892
|
} | undefined;
|
|
915
893
|
} | undefined;
|
|
916
|
-
|
|
894
|
+
domain?: string | undefined;
|
|
917
895
|
emails?: {
|
|
918
896
|
status?: string | undefined;
|
|
919
897
|
email?: string | undefined;
|
|
920
898
|
}[] | undefined;
|
|
899
|
+
phones?: {
|
|
900
|
+
phone?: string | undefined;
|
|
901
|
+
region?: string | undefined;
|
|
902
|
+
}[] | undefined;
|
|
921
903
|
firstname?: string | undefined;
|
|
922
904
|
lastname?: string | undefined;
|
|
923
|
-
domain?: string | undefined;
|
|
924
905
|
most_probable_email?: string | undefined;
|
|
925
906
|
most_probable_personal_email?: string | undefined;
|
|
926
907
|
personal_emails?: {
|
|
@@ -928,47 +909,45 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
928
909
|
email?: string | undefined;
|
|
929
910
|
}[] | undefined;
|
|
930
911
|
most_probable_phone?: string | undefined;
|
|
931
|
-
phones?: {
|
|
932
|
-
region?: string | undefined;
|
|
933
|
-
phone?: string | undefined;
|
|
934
|
-
}[] | undefined;
|
|
935
912
|
social_medias?: {
|
|
936
913
|
type?: string | undefined;
|
|
937
914
|
url?: string | undefined;
|
|
938
915
|
}[] | undefined;
|
|
916
|
+
}, {
|
|
939
917
|
profile?: {
|
|
940
918
|
location?: string | undefined;
|
|
941
919
|
headline?: string | undefined;
|
|
942
|
-
linkedin_id?: string | number | undefined;
|
|
943
920
|
linkedin_url?: string | undefined;
|
|
921
|
+
linkedin_id?: string | number | undefined;
|
|
944
922
|
linkedin_handle?: string | undefined;
|
|
945
923
|
current_position?: {
|
|
946
924
|
title?: string | undefined;
|
|
947
925
|
company?: {
|
|
948
926
|
name?: string | undefined;
|
|
949
|
-
linkedin_id?: string | number | undefined;
|
|
950
|
-
industry?: string | undefined;
|
|
951
927
|
domain?: string | undefined;
|
|
952
928
|
linkedin_url?: string | undefined;
|
|
929
|
+
linkedin_id?: string | number | undefined;
|
|
930
|
+
industry?: string | undefined;
|
|
953
931
|
headquarters?: {
|
|
954
|
-
country?: string | undefined;
|
|
955
932
|
city?: string | undefined;
|
|
933
|
+
country?: string | undefined;
|
|
956
934
|
} | undefined;
|
|
957
935
|
} | undefined;
|
|
958
936
|
start_date?: string | undefined;
|
|
959
937
|
end_date?: string | undefined;
|
|
960
938
|
} | undefined;
|
|
961
939
|
} | undefined;
|
|
962
|
-
|
|
963
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
964
|
-
contact?: {
|
|
940
|
+
domain?: string | undefined;
|
|
965
941
|
emails?: {
|
|
966
942
|
status?: string | undefined;
|
|
967
943
|
email?: string | undefined;
|
|
968
944
|
}[] | undefined;
|
|
945
|
+
phones?: {
|
|
946
|
+
phone?: string | undefined;
|
|
947
|
+
region?: string | undefined;
|
|
948
|
+
}[] | undefined;
|
|
969
949
|
firstname?: string | undefined;
|
|
970
950
|
lastname?: string | undefined;
|
|
971
|
-
domain?: string | undefined;
|
|
972
951
|
most_probable_email?: string | undefined;
|
|
973
952
|
most_probable_personal_email?: string | undefined;
|
|
974
953
|
personal_emails?: {
|
|
@@ -976,48 +955,48 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
976
955
|
email?: string | undefined;
|
|
977
956
|
}[] | undefined;
|
|
978
957
|
most_probable_phone?: string | undefined;
|
|
979
|
-
phones?: {
|
|
980
|
-
region?: string | undefined;
|
|
981
|
-
phone?: string | undefined;
|
|
982
|
-
}[] | undefined;
|
|
983
958
|
social_medias?: {
|
|
984
959
|
type?: string | undefined;
|
|
985
960
|
url?: string | undefined;
|
|
986
961
|
}[] | undefined;
|
|
962
|
+
}>>;
|
|
963
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
964
|
+
input?: string | undefined;
|
|
965
|
+
contact?: {
|
|
987
966
|
profile?: {
|
|
988
967
|
location?: string | undefined;
|
|
989
968
|
headline?: string | undefined;
|
|
990
|
-
linkedin_id?: string | undefined;
|
|
991
969
|
linkedin_url?: string | undefined;
|
|
970
|
+
linkedin_id?: string | undefined;
|
|
992
971
|
linkedin_handle?: string | undefined;
|
|
993
972
|
current_position?: {
|
|
994
973
|
title?: string | undefined;
|
|
995
974
|
company?: {
|
|
996
975
|
name?: string | undefined;
|
|
997
|
-
linkedin_id?: string | undefined;
|
|
998
|
-
industry?: string | undefined;
|
|
999
976
|
domain?: string | undefined;
|
|
1000
977
|
linkedin_url?: string | undefined;
|
|
978
|
+
linkedin_id?: string | undefined;
|
|
979
|
+
industry?: string | undefined;
|
|
1001
980
|
headquarters?: {
|
|
1002
|
-
country?: string | undefined;
|
|
1003
981
|
city?: string | undefined;
|
|
982
|
+
country?: string | undefined;
|
|
1004
983
|
} | undefined;
|
|
1005
984
|
} | undefined;
|
|
1006
985
|
start_date?: string | undefined;
|
|
1007
986
|
end_date?: string | undefined;
|
|
1008
987
|
} | undefined;
|
|
1009
988
|
} | undefined;
|
|
1010
|
-
|
|
1011
|
-
input?: string | undefined;
|
|
1012
|
-
}, {
|
|
1013
|
-
contact?: {
|
|
989
|
+
domain?: string | undefined;
|
|
1014
990
|
emails?: {
|
|
1015
991
|
status?: string | undefined;
|
|
1016
992
|
email?: string | undefined;
|
|
1017
993
|
}[] | undefined;
|
|
994
|
+
phones?: {
|
|
995
|
+
phone?: string | undefined;
|
|
996
|
+
region?: string | undefined;
|
|
997
|
+
}[] | undefined;
|
|
1018
998
|
firstname?: string | undefined;
|
|
1019
999
|
lastname?: string | undefined;
|
|
1020
|
-
domain?: string | undefined;
|
|
1021
1000
|
most_probable_email?: string | undefined;
|
|
1022
1001
|
most_probable_personal_email?: string | undefined;
|
|
1023
1002
|
personal_emails?: {
|
|
@@ -1025,63 +1004,48 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1025
1004
|
email?: string | undefined;
|
|
1026
1005
|
}[] | undefined;
|
|
1027
1006
|
most_probable_phone?: string | undefined;
|
|
1028
|
-
phones?: {
|
|
1029
|
-
region?: string | undefined;
|
|
1030
|
-
phone?: string | undefined;
|
|
1031
|
-
}[] | undefined;
|
|
1032
1007
|
social_medias?: {
|
|
1033
1008
|
type?: string | undefined;
|
|
1034
1009
|
url?: string | undefined;
|
|
1035
1010
|
}[] | undefined;
|
|
1011
|
+
} | undefined;
|
|
1012
|
+
}, {
|
|
1013
|
+
input?: string | undefined;
|
|
1014
|
+
contact?: {
|
|
1036
1015
|
profile?: {
|
|
1037
1016
|
location?: string | undefined;
|
|
1038
1017
|
headline?: string | undefined;
|
|
1039
|
-
linkedin_id?: string | number | undefined;
|
|
1040
1018
|
linkedin_url?: string | undefined;
|
|
1019
|
+
linkedin_id?: string | number | undefined;
|
|
1041
1020
|
linkedin_handle?: string | undefined;
|
|
1042
1021
|
current_position?: {
|
|
1043
1022
|
title?: string | undefined;
|
|
1044
1023
|
company?: {
|
|
1045
1024
|
name?: string | undefined;
|
|
1046
|
-
linkedin_id?: string | number | undefined;
|
|
1047
|
-
industry?: string | undefined;
|
|
1048
1025
|
domain?: string | undefined;
|
|
1049
1026
|
linkedin_url?: string | undefined;
|
|
1027
|
+
linkedin_id?: string | number | undefined;
|
|
1028
|
+
industry?: string | undefined;
|
|
1050
1029
|
headquarters?: {
|
|
1051
|
-
country?: string | undefined;
|
|
1052
1030
|
city?: string | undefined;
|
|
1031
|
+
country?: string | undefined;
|
|
1053
1032
|
} | undefined;
|
|
1054
1033
|
} | undefined;
|
|
1055
1034
|
start_date?: string | undefined;
|
|
1056
1035
|
end_date?: string | undefined;
|
|
1057
1036
|
} | undefined;
|
|
1058
1037
|
} | undefined;
|
|
1059
|
-
|
|
1060
|
-
input?: string | undefined;
|
|
1061
|
-
}>, "many">>;
|
|
1062
|
-
cost: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1063
|
-
credits: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1064
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1065
|
-
credits?: number | undefined;
|
|
1066
|
-
}, {
|
|
1067
|
-
credits?: number | undefined;
|
|
1068
|
-
}>>;
|
|
1069
|
-
error: import("zod").ZodString;
|
|
1070
|
-
}, "strip", import("zod").ZodTypeAny, {
|
|
1071
|
-
success: boolean;
|
|
1072
|
-
error: string;
|
|
1073
|
-
operation: "get_reverse_email_result";
|
|
1074
|
-
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1075
|
-
name?: string | undefined;
|
|
1076
|
-
results?: {
|
|
1077
|
-
contact?: {
|
|
1038
|
+
domain?: string | undefined;
|
|
1078
1039
|
emails?: {
|
|
1079
1040
|
status?: string | undefined;
|
|
1080
1041
|
email?: string | undefined;
|
|
1081
1042
|
}[] | undefined;
|
|
1043
|
+
phones?: {
|
|
1044
|
+
phone?: string | undefined;
|
|
1045
|
+
region?: string | undefined;
|
|
1046
|
+
}[] | undefined;
|
|
1082
1047
|
firstname?: string | undefined;
|
|
1083
1048
|
lastname?: string | undefined;
|
|
1084
|
-
domain?: string | undefined;
|
|
1085
1049
|
most_probable_email?: string | undefined;
|
|
1086
1050
|
most_probable_personal_email?: string | undefined;
|
|
1087
1051
|
personal_emails?: {
|
|
@@ -1089,59 +1053,64 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1089
1053
|
email?: string | undefined;
|
|
1090
1054
|
}[] | undefined;
|
|
1091
1055
|
most_probable_phone?: string | undefined;
|
|
1092
|
-
phones?: {
|
|
1093
|
-
region?: string | undefined;
|
|
1094
|
-
phone?: string | undefined;
|
|
1095
|
-
}[] | undefined;
|
|
1096
1056
|
social_medias?: {
|
|
1097
1057
|
type?: string | undefined;
|
|
1098
1058
|
url?: string | undefined;
|
|
1099
1059
|
}[] | undefined;
|
|
1060
|
+
} | undefined;
|
|
1061
|
+
}>, "many">>;
|
|
1062
|
+
cost: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
1063
|
+
credits: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1064
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1065
|
+
credits?: number | undefined;
|
|
1066
|
+
}, {
|
|
1067
|
+
credits?: number | undefined;
|
|
1068
|
+
}>>;
|
|
1069
|
+
error: import("zod").ZodString;
|
|
1070
|
+
}, "strip", import("zod").ZodTypeAny, {
|
|
1071
|
+
error: string;
|
|
1072
|
+
success: boolean;
|
|
1073
|
+
operation: "get_reverse_email_result";
|
|
1074
|
+
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1075
|
+
name?: string | undefined;
|
|
1076
|
+
id?: string | undefined;
|
|
1077
|
+
results?: {
|
|
1078
|
+
input?: string | undefined;
|
|
1079
|
+
contact?: {
|
|
1100
1080
|
profile?: {
|
|
1101
1081
|
location?: string | undefined;
|
|
1102
1082
|
headline?: string | undefined;
|
|
1103
|
-
linkedin_id?: string | undefined;
|
|
1104
1083
|
linkedin_url?: string | undefined;
|
|
1084
|
+
linkedin_id?: string | undefined;
|
|
1105
1085
|
linkedin_handle?: string | undefined;
|
|
1106
1086
|
current_position?: {
|
|
1107
1087
|
title?: string | undefined;
|
|
1108
1088
|
company?: {
|
|
1109
1089
|
name?: string | undefined;
|
|
1110
|
-
linkedin_id?: string | undefined;
|
|
1111
|
-
industry?: string | undefined;
|
|
1112
1090
|
domain?: string | undefined;
|
|
1113
1091
|
linkedin_url?: string | undefined;
|
|
1092
|
+
linkedin_id?: string | undefined;
|
|
1093
|
+
industry?: string | undefined;
|
|
1114
1094
|
headquarters?: {
|
|
1115
|
-
country?: string | undefined;
|
|
1116
1095
|
city?: string | undefined;
|
|
1096
|
+
country?: string | undefined;
|
|
1117
1097
|
} | undefined;
|
|
1118
1098
|
} | undefined;
|
|
1119
1099
|
start_date?: string | undefined;
|
|
1120
1100
|
end_date?: string | undefined;
|
|
1121
1101
|
} | undefined;
|
|
1122
1102
|
} | undefined;
|
|
1123
|
-
|
|
1124
|
-
input?: string | undefined;
|
|
1125
|
-
}[] | undefined;
|
|
1126
|
-
id?: string | undefined;
|
|
1127
|
-
cost?: {
|
|
1128
|
-
credits?: number | undefined;
|
|
1129
|
-
} | undefined;
|
|
1130
|
-
}, {
|
|
1131
|
-
success: boolean;
|
|
1132
|
-
error: string;
|
|
1133
|
-
operation: "get_reverse_email_result";
|
|
1134
|
-
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1135
|
-
name?: string | undefined;
|
|
1136
|
-
results?: {
|
|
1137
|
-
contact?: {
|
|
1103
|
+
domain?: string | undefined;
|
|
1138
1104
|
emails?: {
|
|
1139
1105
|
status?: string | undefined;
|
|
1140
1106
|
email?: string | undefined;
|
|
1141
1107
|
}[] | undefined;
|
|
1108
|
+
phones?: {
|
|
1109
|
+
phone?: string | undefined;
|
|
1110
|
+
region?: string | undefined;
|
|
1111
|
+
}[] | undefined;
|
|
1142
1112
|
firstname?: string | undefined;
|
|
1143
1113
|
lastname?: string | undefined;
|
|
1144
|
-
domain?: string | undefined;
|
|
1145
1114
|
most_probable_email?: string | undefined;
|
|
1146
1115
|
most_probable_personal_email?: string | undefined;
|
|
1147
1116
|
personal_emails?: {
|
|
@@ -1149,41 +1118,72 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1149
1118
|
email?: string | undefined;
|
|
1150
1119
|
}[] | undefined;
|
|
1151
1120
|
most_probable_phone?: string | undefined;
|
|
1152
|
-
phones?: {
|
|
1153
|
-
region?: string | undefined;
|
|
1154
|
-
phone?: string | undefined;
|
|
1155
|
-
}[] | undefined;
|
|
1156
1121
|
social_medias?: {
|
|
1157
1122
|
type?: string | undefined;
|
|
1158
1123
|
url?: string | undefined;
|
|
1159
1124
|
}[] | undefined;
|
|
1125
|
+
} | undefined;
|
|
1126
|
+
}[] | undefined;
|
|
1127
|
+
cost?: {
|
|
1128
|
+
credits?: number | undefined;
|
|
1129
|
+
} | undefined;
|
|
1130
|
+
}, {
|
|
1131
|
+
error: string;
|
|
1132
|
+
success: boolean;
|
|
1133
|
+
operation: "get_reverse_email_result";
|
|
1134
|
+
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1135
|
+
name?: string | undefined;
|
|
1136
|
+
id?: string | undefined;
|
|
1137
|
+
results?: {
|
|
1138
|
+
input?: string | undefined;
|
|
1139
|
+
contact?: {
|
|
1160
1140
|
profile?: {
|
|
1161
1141
|
location?: string | undefined;
|
|
1162
1142
|
headline?: string | undefined;
|
|
1163
|
-
linkedin_id?: string | number | undefined;
|
|
1164
1143
|
linkedin_url?: string | undefined;
|
|
1144
|
+
linkedin_id?: string | number | undefined;
|
|
1165
1145
|
linkedin_handle?: string | undefined;
|
|
1166
1146
|
current_position?: {
|
|
1167
1147
|
title?: string | undefined;
|
|
1168
1148
|
company?: {
|
|
1169
1149
|
name?: string | undefined;
|
|
1170
|
-
linkedin_id?: string | number | undefined;
|
|
1171
|
-
industry?: string | undefined;
|
|
1172
1150
|
domain?: string | undefined;
|
|
1173
1151
|
linkedin_url?: string | undefined;
|
|
1152
|
+
linkedin_id?: string | number | undefined;
|
|
1153
|
+
industry?: string | undefined;
|
|
1174
1154
|
headquarters?: {
|
|
1175
|
-
country?: string | undefined;
|
|
1176
1155
|
city?: string | undefined;
|
|
1156
|
+
country?: string | undefined;
|
|
1177
1157
|
} | undefined;
|
|
1178
1158
|
} | undefined;
|
|
1179
1159
|
start_date?: string | undefined;
|
|
1180
1160
|
end_date?: string | undefined;
|
|
1181
1161
|
} | undefined;
|
|
1182
1162
|
} | undefined;
|
|
1163
|
+
domain?: string | undefined;
|
|
1164
|
+
emails?: {
|
|
1165
|
+
status?: string | undefined;
|
|
1166
|
+
email?: string | undefined;
|
|
1167
|
+
}[] | undefined;
|
|
1168
|
+
phones?: {
|
|
1169
|
+
phone?: string | undefined;
|
|
1170
|
+
region?: string | undefined;
|
|
1171
|
+
}[] | undefined;
|
|
1172
|
+
firstname?: string | undefined;
|
|
1173
|
+
lastname?: string | undefined;
|
|
1174
|
+
most_probable_email?: string | undefined;
|
|
1175
|
+
most_probable_personal_email?: string | undefined;
|
|
1176
|
+
personal_emails?: {
|
|
1177
|
+
status?: string | undefined;
|
|
1178
|
+
email?: string | undefined;
|
|
1179
|
+
}[] | undefined;
|
|
1180
|
+
most_probable_phone?: string | undefined;
|
|
1181
|
+
social_medias?: {
|
|
1182
|
+
type?: string | undefined;
|
|
1183
|
+
url?: string | undefined;
|
|
1184
|
+
}[] | undefined;
|
|
1183
1185
|
} | undefined;
|
|
1184
|
-
input?: string | undefined;
|
|
1185
1186
|
}[] | undefined;
|
|
1186
|
-
id?: string | undefined;
|
|
1187
1187
|
cost?: {
|
|
1188
1188
|
credits?: number | undefined;
|
|
1189
1189
|
} | undefined;
|
|
@@ -1193,13 +1193,13 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1193
1193
|
balance: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
1194
1194
|
error: import("zod").ZodString;
|
|
1195
1195
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1196
|
-
success: boolean;
|
|
1197
1196
|
error: string;
|
|
1197
|
+
success: boolean;
|
|
1198
1198
|
operation: "get_credit_balance";
|
|
1199
1199
|
balance?: number | undefined;
|
|
1200
1200
|
}, {
|
|
1201
|
-
success: boolean;
|
|
1202
1201
|
error: string;
|
|
1202
|
+
success: boolean;
|
|
1203
1203
|
operation: "get_credit_balance";
|
|
1204
1204
|
balance?: number | undefined;
|
|
1205
1205
|
}>, import("zod").ZodObject<{
|
|
@@ -1208,13 +1208,13 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1208
1208
|
workspace_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
1209
1209
|
error: import("zod").ZodString;
|
|
1210
1210
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1211
|
-
success: boolean;
|
|
1212
1211
|
error: string;
|
|
1212
|
+
success: boolean;
|
|
1213
1213
|
operation: "check_api_key";
|
|
1214
1214
|
workspace_id?: string | undefined;
|
|
1215
1215
|
}, {
|
|
1216
|
-
success: boolean;
|
|
1217
1216
|
error: string;
|
|
1217
|
+
success: boolean;
|
|
1218
1218
|
operation: "check_api_key";
|
|
1219
1219
|
workspace_id?: string | undefined;
|
|
1220
1220
|
}>]>;
|