@bubblelab/bubble-core 0.1.101 → 0.1.102
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 +80 -80
- package/dist/bubbles/service-bubble/agi-inc.d.ts +40 -40
- package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
- package/dist/bubbles/service-bubble/airtable.d.ts +84 -84
- package/dist/bubbles/service-bubble/apify/apify.d.ts +16 -16
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +20 -20
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +4 -4
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +116 -116
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +12 -12
- package/dist/bubbles/service-bubble/firecrawl.d.ts +773 -773
- package/dist/bubbles/service-bubble/followupboss.d.ts +274 -274
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +122 -122
- package/dist/bubbles/service-bubble/github.d.ts +240 -240
- package/dist/bubbles/service-bubble/gmail.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-calendar.d.ts +118 -118
- package/dist/bubbles/service-bubble/google-drive.d.ts +40 -40
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +10 -10
- package/dist/bubbles/service-bubble/hello-world.d.ts +4 -4
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +4 -4
- package/dist/bubbles/service-bubble/jira/jira.d.ts +38 -38
- package/dist/bubbles/service-bubble/notion/notion.d.ts +1007 -1007
- package/dist/bubbles/service-bubble/postgresql.d.ts +4 -4
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +638 -638
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +152 -82
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/stripe/stripe.js +53 -8
- package/dist/bubbles/service-bubble/stripe/stripe.js.map +1 -1
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +69 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/stripe/stripe.schema.js +35 -0
- package/dist/bubbles/service-bubble/stripe/stripe.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/telegram.d.ts +1129 -1129
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +9 -9
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +86 -86
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +36 -36
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +34 -34
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +210 -210
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +254 -254
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +44 -44
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +88 -88
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +48 -48
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +30 -30
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +84 -84
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +109 -2
- package/package.json +2 -2
|
@@ -55,17 +55,17 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
55
55
|
enrich_fields: ("contact.emails" | "contact.personal_emails")[];
|
|
56
56
|
custom?: Record<string, string> | undefined;
|
|
57
57
|
domain?: string | undefined;
|
|
58
|
+
company_name?: string | undefined;
|
|
58
59
|
linkedin_url?: string | undefined;
|
|
59
60
|
firstname?: string | undefined;
|
|
60
61
|
lastname?: string | undefined;
|
|
61
|
-
company_name?: string | undefined;
|
|
62
62
|
}, {
|
|
63
63
|
custom?: Record<string, string> | undefined;
|
|
64
64
|
domain?: string | undefined;
|
|
65
|
+
company_name?: string | undefined;
|
|
65
66
|
linkedin_url?: string | undefined;
|
|
66
67
|
firstname?: string | undefined;
|
|
67
68
|
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>>;
|
|
@@ -76,10 +76,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
76
76
|
enrich_fields: ("contact.emails" | "contact.personal_emails")[];
|
|
77
77
|
custom?: Record<string, string> | undefined;
|
|
78
78
|
domain?: string | undefined;
|
|
79
|
+
company_name?: string | undefined;
|
|
79
80
|
linkedin_url?: string | undefined;
|
|
80
81
|
firstname?: string | undefined;
|
|
81
82
|
lastname?: string | undefined;
|
|
82
|
-
company_name?: string | undefined;
|
|
83
83
|
}[];
|
|
84
84
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
85
85
|
webhook_url?: string | undefined;
|
|
@@ -89,10 +89,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
89
89
|
contacts: {
|
|
90
90
|
custom?: Record<string, string> | undefined;
|
|
91
91
|
domain?: string | undefined;
|
|
92
|
+
company_name?: string | undefined;
|
|
92
93
|
linkedin_url?: string | undefined;
|
|
93
94
|
firstname?: string | undefined;
|
|
94
95
|
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<{
|
|
@@ -225,11 +225,11 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
225
225
|
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
226
226
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
227
227
|
}, "strip", import("zod").ZodTypeAny, {
|
|
228
|
-
url?: string | undefined;
|
|
229
228
|
type?: string | undefined;
|
|
230
|
-
}, {
|
|
231
229
|
url?: string | undefined;
|
|
230
|
+
}, {
|
|
232
231
|
type?: string | undefined;
|
|
232
|
+
url?: string | undefined;
|
|
233
233
|
}>, "many">>;
|
|
234
234
|
profile: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
235
235
|
linkedin_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -258,9 +258,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
258
258
|
}, "strip", import("zod").ZodTypeAny, {
|
|
259
259
|
name?: string | undefined;
|
|
260
260
|
domain?: string | undefined;
|
|
261
|
-
linkedin_url?: string | undefined;
|
|
262
261
|
linkedin_id?: string | undefined;
|
|
263
262
|
industry?: string | undefined;
|
|
263
|
+
linkedin_url?: string | undefined;
|
|
264
264
|
headquarters?: {
|
|
265
265
|
city?: string | undefined;
|
|
266
266
|
country?: string | undefined;
|
|
@@ -268,9 +268,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
268
268
|
}, {
|
|
269
269
|
name?: string | undefined;
|
|
270
270
|
domain?: string | undefined;
|
|
271
|
-
linkedin_url?: string | undefined;
|
|
272
271
|
linkedin_id?: string | number | undefined;
|
|
273
272
|
industry?: string | undefined;
|
|
273
|
+
linkedin_url?: string | undefined;
|
|
274
274
|
headquarters?: {
|
|
275
275
|
city?: string | undefined;
|
|
276
276
|
country?: string | undefined;
|
|
@@ -283,9 +283,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
283
283
|
company?: {
|
|
284
284
|
name?: string | undefined;
|
|
285
285
|
domain?: string | undefined;
|
|
286
|
-
linkedin_url?: string | undefined;
|
|
287
286
|
linkedin_id?: string | undefined;
|
|
288
287
|
industry?: string | undefined;
|
|
288
|
+
linkedin_url?: string | undefined;
|
|
289
289
|
headquarters?: {
|
|
290
290
|
city?: string | undefined;
|
|
291
291
|
country?: string | undefined;
|
|
@@ -298,9 +298,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
298
298
|
company?: {
|
|
299
299
|
name?: string | undefined;
|
|
300
300
|
domain?: string | undefined;
|
|
301
|
-
linkedin_url?: string | undefined;
|
|
302
301
|
linkedin_id?: string | number | undefined;
|
|
303
302
|
industry?: string | undefined;
|
|
303
|
+
linkedin_url?: string | undefined;
|
|
304
304
|
headquarters?: {
|
|
305
305
|
city?: string | undefined;
|
|
306
306
|
country?: string | undefined;
|
|
@@ -312,17 +312,17 @@ 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_url?: string | undefined;
|
|
316
315
|
linkedin_id?: string | undefined;
|
|
316
|
+
linkedin_url?: 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
322
|
domain?: string | undefined;
|
|
323
|
-
linkedin_url?: string | undefined;
|
|
324
323
|
linkedin_id?: string | undefined;
|
|
325
324
|
industry?: string | undefined;
|
|
325
|
+
linkedin_url?: string | undefined;
|
|
326
326
|
headquarters?: {
|
|
327
327
|
city?: string | undefined;
|
|
328
328
|
country?: string | undefined;
|
|
@@ -334,17 +334,17 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
334
334
|
}, {
|
|
335
335
|
location?: string | undefined;
|
|
336
336
|
headline?: string | undefined;
|
|
337
|
-
linkedin_url?: string | undefined;
|
|
338
337
|
linkedin_id?: string | number | undefined;
|
|
338
|
+
linkedin_url?: string | 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
344
|
domain?: string | undefined;
|
|
345
|
-
linkedin_url?: string | undefined;
|
|
346
345
|
linkedin_id?: string | number | undefined;
|
|
347
346
|
industry?: string | undefined;
|
|
347
|
+
linkedin_url?: string | undefined;
|
|
348
348
|
headquarters?: {
|
|
349
349
|
city?: string | undefined;
|
|
350
350
|
country?: string | undefined;
|
|
@@ -355,24 +355,20 @@ 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
358
|
profile?: {
|
|
363
359
|
location?: string | undefined;
|
|
364
360
|
headline?: string | undefined;
|
|
365
|
-
linkedin_url?: string | undefined;
|
|
366
361
|
linkedin_id?: string | undefined;
|
|
362
|
+
linkedin_url?: string | undefined;
|
|
367
363
|
linkedin_handle?: string | undefined;
|
|
368
364
|
current_position?: {
|
|
369
365
|
title?: string | undefined;
|
|
370
366
|
company?: {
|
|
371
367
|
name?: string | undefined;
|
|
372
368
|
domain?: string | undefined;
|
|
373
|
-
linkedin_url?: string | undefined;
|
|
374
369
|
linkedin_id?: string | undefined;
|
|
375
370
|
industry?: string | undefined;
|
|
371
|
+
linkedin_url?: string | undefined;
|
|
376
372
|
headquarters?: {
|
|
377
373
|
city?: string | undefined;
|
|
378
374
|
country?: string | undefined;
|
|
@@ -383,6 +379,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
383
379
|
} | undefined;
|
|
384
380
|
} | undefined;
|
|
385
381
|
domain?: string | undefined;
|
|
382
|
+
emails?: {
|
|
383
|
+
status?: string | undefined;
|
|
384
|
+
email?: string | undefined;
|
|
385
|
+
}[] | undefined;
|
|
386
386
|
phones?: {
|
|
387
387
|
phone?: string | undefined;
|
|
388
388
|
region?: string | undefined;
|
|
@@ -397,28 +397,24 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
397
397
|
}[] | undefined;
|
|
398
398
|
most_probable_phone?: string | undefined;
|
|
399
399
|
social_medias?: {
|
|
400
|
-
url?: string | undefined;
|
|
401
400
|
type?: string | undefined;
|
|
401
|
+
url?: string | undefined;
|
|
402
402
|
}[] | undefined;
|
|
403
403
|
}, {
|
|
404
|
-
emails?: {
|
|
405
|
-
status?: string | undefined;
|
|
406
|
-
email?: string | undefined;
|
|
407
|
-
}[] | undefined;
|
|
408
404
|
profile?: {
|
|
409
405
|
location?: string | undefined;
|
|
410
406
|
headline?: string | undefined;
|
|
411
|
-
linkedin_url?: string | undefined;
|
|
412
407
|
linkedin_id?: string | number | undefined;
|
|
408
|
+
linkedin_url?: string | undefined;
|
|
413
409
|
linkedin_handle?: string | undefined;
|
|
414
410
|
current_position?: {
|
|
415
411
|
title?: string | undefined;
|
|
416
412
|
company?: {
|
|
417
413
|
name?: string | undefined;
|
|
418
414
|
domain?: string | undefined;
|
|
419
|
-
linkedin_url?: string | undefined;
|
|
420
415
|
linkedin_id?: string | number | undefined;
|
|
421
416
|
industry?: string | undefined;
|
|
417
|
+
linkedin_url?: string | undefined;
|
|
422
418
|
headquarters?: {
|
|
423
419
|
city?: string | undefined;
|
|
424
420
|
country?: string | undefined;
|
|
@@ -429,6 +425,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
429
425
|
} | undefined;
|
|
430
426
|
} | undefined;
|
|
431
427
|
domain?: string | undefined;
|
|
428
|
+
emails?: {
|
|
429
|
+
status?: string | undefined;
|
|
430
|
+
email?: string | undefined;
|
|
431
|
+
}[] | undefined;
|
|
432
432
|
phones?: {
|
|
433
433
|
phone?: string | undefined;
|
|
434
434
|
region?: string | undefined;
|
|
@@ -443,31 +443,27 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
443
443
|
}[] | undefined;
|
|
444
444
|
most_probable_phone?: string | undefined;
|
|
445
445
|
social_medias?: {
|
|
446
|
-
url?: string | undefined;
|
|
447
446
|
type?: string | undefined;
|
|
447
|
+
url?: string | undefined;
|
|
448
448
|
}[] | undefined;
|
|
449
449
|
}>>;
|
|
450
450
|
}, "strip", import("zod").ZodTypeAny, {
|
|
451
451
|
custom?: Record<string, string> | undefined;
|
|
452
452
|
contact?: {
|
|
453
|
-
emails?: {
|
|
454
|
-
status?: string | undefined;
|
|
455
|
-
email?: string | undefined;
|
|
456
|
-
}[] | undefined;
|
|
457
453
|
profile?: {
|
|
458
454
|
location?: string | undefined;
|
|
459
455
|
headline?: string | undefined;
|
|
460
|
-
linkedin_url?: string | undefined;
|
|
461
456
|
linkedin_id?: string | undefined;
|
|
457
|
+
linkedin_url?: string | undefined;
|
|
462
458
|
linkedin_handle?: string | undefined;
|
|
463
459
|
current_position?: {
|
|
464
460
|
title?: string | undefined;
|
|
465
461
|
company?: {
|
|
466
462
|
name?: string | undefined;
|
|
467
463
|
domain?: string | undefined;
|
|
468
|
-
linkedin_url?: string | undefined;
|
|
469
464
|
linkedin_id?: string | undefined;
|
|
470
465
|
industry?: string | undefined;
|
|
466
|
+
linkedin_url?: string | undefined;
|
|
471
467
|
headquarters?: {
|
|
472
468
|
city?: string | undefined;
|
|
473
469
|
country?: string | undefined;
|
|
@@ -478,6 +474,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
478
474
|
} | undefined;
|
|
479
475
|
} | undefined;
|
|
480
476
|
domain?: string | undefined;
|
|
477
|
+
emails?: {
|
|
478
|
+
status?: string | undefined;
|
|
479
|
+
email?: string | undefined;
|
|
480
|
+
}[] | undefined;
|
|
481
481
|
phones?: {
|
|
482
482
|
phone?: string | undefined;
|
|
483
483
|
region?: string | undefined;
|
|
@@ -492,31 +492,27 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
492
492
|
}[] | undefined;
|
|
493
493
|
most_probable_phone?: string | undefined;
|
|
494
494
|
social_medias?: {
|
|
495
|
-
url?: string | undefined;
|
|
496
495
|
type?: string | undefined;
|
|
496
|
+
url?: string | undefined;
|
|
497
497
|
}[] | undefined;
|
|
498
498
|
} | undefined;
|
|
499
499
|
}, {
|
|
500
500
|
custom?: Record<string, string> | undefined;
|
|
501
501
|
contact?: {
|
|
502
|
-
emails?: {
|
|
503
|
-
status?: string | undefined;
|
|
504
|
-
email?: string | undefined;
|
|
505
|
-
}[] | undefined;
|
|
506
502
|
profile?: {
|
|
507
503
|
location?: string | undefined;
|
|
508
504
|
headline?: string | undefined;
|
|
509
|
-
linkedin_url?: string | undefined;
|
|
510
505
|
linkedin_id?: string | number | undefined;
|
|
506
|
+
linkedin_url?: string | undefined;
|
|
511
507
|
linkedin_handle?: string | undefined;
|
|
512
508
|
current_position?: {
|
|
513
509
|
title?: string | undefined;
|
|
514
510
|
company?: {
|
|
515
511
|
name?: string | undefined;
|
|
516
512
|
domain?: string | undefined;
|
|
517
|
-
linkedin_url?: string | undefined;
|
|
518
513
|
linkedin_id?: string | number | undefined;
|
|
519
514
|
industry?: string | undefined;
|
|
515
|
+
linkedin_url?: string | undefined;
|
|
520
516
|
headquarters?: {
|
|
521
517
|
city?: string | undefined;
|
|
522
518
|
country?: string | undefined;
|
|
@@ -527,6 +523,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
527
523
|
} | undefined;
|
|
528
524
|
} | undefined;
|
|
529
525
|
domain?: string | undefined;
|
|
526
|
+
emails?: {
|
|
527
|
+
status?: string | undefined;
|
|
528
|
+
email?: string | undefined;
|
|
529
|
+
}[] | undefined;
|
|
530
530
|
phones?: {
|
|
531
531
|
phone?: string | undefined;
|
|
532
532
|
region?: string | undefined;
|
|
@@ -541,8 +541,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
541
541
|
}[] | undefined;
|
|
542
542
|
most_probable_phone?: string | undefined;
|
|
543
543
|
social_medias?: {
|
|
544
|
-
url?: string | undefined;
|
|
545
544
|
type?: string | undefined;
|
|
545
|
+
url?: string | undefined;
|
|
546
546
|
}[] | undefined;
|
|
547
547
|
} | undefined;
|
|
548
548
|
}>, "many">>;
|
|
@@ -561,30 +561,23 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
561
561
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
562
562
|
name?: string | undefined;
|
|
563
563
|
id?: string | undefined;
|
|
564
|
-
cost?: {
|
|
565
|
-
credits?: number | undefined;
|
|
566
|
-
} | undefined;
|
|
567
564
|
results?: {
|
|
568
565
|
custom?: Record<string, string> | undefined;
|
|
569
566
|
contact?: {
|
|
570
|
-
emails?: {
|
|
571
|
-
status?: string | undefined;
|
|
572
|
-
email?: string | undefined;
|
|
573
|
-
}[] | undefined;
|
|
574
567
|
profile?: {
|
|
575
568
|
location?: string | undefined;
|
|
576
569
|
headline?: string | undefined;
|
|
577
|
-
linkedin_url?: string | undefined;
|
|
578
570
|
linkedin_id?: string | undefined;
|
|
571
|
+
linkedin_url?: string | undefined;
|
|
579
572
|
linkedin_handle?: string | undefined;
|
|
580
573
|
current_position?: {
|
|
581
574
|
title?: string | undefined;
|
|
582
575
|
company?: {
|
|
583
576
|
name?: string | undefined;
|
|
584
577
|
domain?: string | undefined;
|
|
585
|
-
linkedin_url?: string | undefined;
|
|
586
578
|
linkedin_id?: string | undefined;
|
|
587
579
|
industry?: string | undefined;
|
|
580
|
+
linkedin_url?: string | undefined;
|
|
588
581
|
headquarters?: {
|
|
589
582
|
city?: string | undefined;
|
|
590
583
|
country?: string | undefined;
|
|
@@ -595,6 +588,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
595
588
|
} | undefined;
|
|
596
589
|
} | undefined;
|
|
597
590
|
domain?: string | undefined;
|
|
591
|
+
emails?: {
|
|
592
|
+
status?: string | undefined;
|
|
593
|
+
email?: string | undefined;
|
|
594
|
+
}[] | undefined;
|
|
598
595
|
phones?: {
|
|
599
596
|
phone?: string | undefined;
|
|
600
597
|
region?: string | undefined;
|
|
@@ -609,11 +606,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
609
606
|
}[] | undefined;
|
|
610
607
|
most_probable_phone?: string | undefined;
|
|
611
608
|
social_medias?: {
|
|
612
|
-
url?: string | undefined;
|
|
613
609
|
type?: string | undefined;
|
|
610
|
+
url?: string | undefined;
|
|
614
611
|
}[] | undefined;
|
|
615
612
|
} | undefined;
|
|
616
613
|
}[] | undefined;
|
|
614
|
+
cost?: {
|
|
615
|
+
credits?: number | undefined;
|
|
616
|
+
} | undefined;
|
|
617
617
|
}, {
|
|
618
618
|
success: boolean;
|
|
619
619
|
error: string;
|
|
@@ -621,30 +621,23 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
621
621
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
622
622
|
name?: string | undefined;
|
|
623
623
|
id?: string | undefined;
|
|
624
|
-
cost?: {
|
|
625
|
-
credits?: number | undefined;
|
|
626
|
-
} | undefined;
|
|
627
624
|
results?: {
|
|
628
625
|
custom?: Record<string, string> | undefined;
|
|
629
626
|
contact?: {
|
|
630
|
-
emails?: {
|
|
631
|
-
status?: string | undefined;
|
|
632
|
-
email?: string | undefined;
|
|
633
|
-
}[] | undefined;
|
|
634
627
|
profile?: {
|
|
635
628
|
location?: string | undefined;
|
|
636
629
|
headline?: string | undefined;
|
|
637
|
-
linkedin_url?: string | undefined;
|
|
638
630
|
linkedin_id?: string | number | undefined;
|
|
631
|
+
linkedin_url?: string | undefined;
|
|
639
632
|
linkedin_handle?: string | undefined;
|
|
640
633
|
current_position?: {
|
|
641
634
|
title?: string | undefined;
|
|
642
635
|
company?: {
|
|
643
636
|
name?: string | undefined;
|
|
644
637
|
domain?: string | undefined;
|
|
645
|
-
linkedin_url?: string | undefined;
|
|
646
638
|
linkedin_id?: string | number | undefined;
|
|
647
639
|
industry?: string | undefined;
|
|
640
|
+
linkedin_url?: string | undefined;
|
|
648
641
|
headquarters?: {
|
|
649
642
|
city?: string | undefined;
|
|
650
643
|
country?: string | undefined;
|
|
@@ -655,6 +648,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
655
648
|
} | undefined;
|
|
656
649
|
} | undefined;
|
|
657
650
|
domain?: string | undefined;
|
|
651
|
+
emails?: {
|
|
652
|
+
status?: string | undefined;
|
|
653
|
+
email?: string | undefined;
|
|
654
|
+
}[] | undefined;
|
|
658
655
|
phones?: {
|
|
659
656
|
phone?: string | undefined;
|
|
660
657
|
region?: string | undefined;
|
|
@@ -669,11 +666,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
669
666
|
}[] | undefined;
|
|
670
667
|
most_probable_phone?: string | undefined;
|
|
671
668
|
social_medias?: {
|
|
672
|
-
url?: string | undefined;
|
|
673
669
|
type?: string | undefined;
|
|
670
|
+
url?: string | undefined;
|
|
674
671
|
}[] | undefined;
|
|
675
672
|
} | undefined;
|
|
676
673
|
}[] | undefined;
|
|
674
|
+
cost?: {
|
|
675
|
+
credits?: number | undefined;
|
|
676
|
+
} | undefined;
|
|
677
677
|
}>, import("zod").ZodObject<{
|
|
678
678
|
operation: import("zod").ZodLiteral<"start_reverse_email_lookup">;
|
|
679
679
|
success: import("zod").ZodBoolean;
|
|
@@ -738,11 +738,11 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
738
738
|
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
739
739
|
type: import("zod").ZodOptional<import("zod").ZodString>;
|
|
740
740
|
}, "strip", import("zod").ZodTypeAny, {
|
|
741
|
-
url?: string | undefined;
|
|
742
741
|
type?: string | undefined;
|
|
743
|
-
}, {
|
|
744
742
|
url?: string | undefined;
|
|
743
|
+
}, {
|
|
745
744
|
type?: string | undefined;
|
|
745
|
+
url?: string | undefined;
|
|
746
746
|
}>, "many">>;
|
|
747
747
|
profile: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
748
748
|
linkedin_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -771,9 +771,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
771
771
|
}, "strip", import("zod").ZodTypeAny, {
|
|
772
772
|
name?: string | undefined;
|
|
773
773
|
domain?: string | undefined;
|
|
774
|
-
linkedin_url?: string | undefined;
|
|
775
774
|
linkedin_id?: string | undefined;
|
|
776
775
|
industry?: string | undefined;
|
|
776
|
+
linkedin_url?: string | undefined;
|
|
777
777
|
headquarters?: {
|
|
778
778
|
city?: string | undefined;
|
|
779
779
|
country?: string | undefined;
|
|
@@ -781,9 +781,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
781
781
|
}, {
|
|
782
782
|
name?: string | undefined;
|
|
783
783
|
domain?: string | undefined;
|
|
784
|
-
linkedin_url?: string | undefined;
|
|
785
784
|
linkedin_id?: string | number | undefined;
|
|
786
785
|
industry?: string | undefined;
|
|
786
|
+
linkedin_url?: string | undefined;
|
|
787
787
|
headquarters?: {
|
|
788
788
|
city?: string | undefined;
|
|
789
789
|
country?: string | undefined;
|
|
@@ -796,9 +796,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
796
796
|
company?: {
|
|
797
797
|
name?: string | undefined;
|
|
798
798
|
domain?: string | undefined;
|
|
799
|
-
linkedin_url?: string | undefined;
|
|
800
799
|
linkedin_id?: string | undefined;
|
|
801
800
|
industry?: string | undefined;
|
|
801
|
+
linkedin_url?: string | undefined;
|
|
802
802
|
headquarters?: {
|
|
803
803
|
city?: string | undefined;
|
|
804
804
|
country?: string | undefined;
|
|
@@ -811,9 +811,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
811
811
|
company?: {
|
|
812
812
|
name?: string | undefined;
|
|
813
813
|
domain?: string | undefined;
|
|
814
|
-
linkedin_url?: string | undefined;
|
|
815
814
|
linkedin_id?: string | number | undefined;
|
|
816
815
|
industry?: string | undefined;
|
|
816
|
+
linkedin_url?: string | undefined;
|
|
817
817
|
headquarters?: {
|
|
818
818
|
city?: string | undefined;
|
|
819
819
|
country?: string | undefined;
|
|
@@ -825,17 +825,17 @@ 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_url?: string | undefined;
|
|
829
828
|
linkedin_id?: string | undefined;
|
|
829
|
+
linkedin_url?: 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
835
|
domain?: string | undefined;
|
|
836
|
-
linkedin_url?: string | undefined;
|
|
837
836
|
linkedin_id?: string | undefined;
|
|
838
837
|
industry?: string | undefined;
|
|
838
|
+
linkedin_url?: string | undefined;
|
|
839
839
|
headquarters?: {
|
|
840
840
|
city?: string | undefined;
|
|
841
841
|
country?: string | undefined;
|
|
@@ -847,17 +847,17 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
847
847
|
}, {
|
|
848
848
|
location?: string | undefined;
|
|
849
849
|
headline?: string | undefined;
|
|
850
|
-
linkedin_url?: string | undefined;
|
|
851
850
|
linkedin_id?: string | number | undefined;
|
|
851
|
+
linkedin_url?: string | 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
857
|
domain?: string | undefined;
|
|
858
|
-
linkedin_url?: string | undefined;
|
|
859
858
|
linkedin_id?: string | number | undefined;
|
|
860
859
|
industry?: string | undefined;
|
|
860
|
+
linkedin_url?: string | undefined;
|
|
861
861
|
headquarters?: {
|
|
862
862
|
city?: string | undefined;
|
|
863
863
|
country?: string | undefined;
|
|
@@ -868,24 +868,20 @@ 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
871
|
profile?: {
|
|
876
872
|
location?: string | undefined;
|
|
877
873
|
headline?: string | undefined;
|
|
878
|
-
linkedin_url?: string | undefined;
|
|
879
874
|
linkedin_id?: string | undefined;
|
|
875
|
+
linkedin_url?: string | undefined;
|
|
880
876
|
linkedin_handle?: string | undefined;
|
|
881
877
|
current_position?: {
|
|
882
878
|
title?: string | undefined;
|
|
883
879
|
company?: {
|
|
884
880
|
name?: string | undefined;
|
|
885
881
|
domain?: string | undefined;
|
|
886
|
-
linkedin_url?: string | undefined;
|
|
887
882
|
linkedin_id?: string | undefined;
|
|
888
883
|
industry?: string | undefined;
|
|
884
|
+
linkedin_url?: string | undefined;
|
|
889
885
|
headquarters?: {
|
|
890
886
|
city?: string | undefined;
|
|
891
887
|
country?: string | undefined;
|
|
@@ -896,6 +892,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
896
892
|
} | undefined;
|
|
897
893
|
} | undefined;
|
|
898
894
|
domain?: string | undefined;
|
|
895
|
+
emails?: {
|
|
896
|
+
status?: string | undefined;
|
|
897
|
+
email?: string | undefined;
|
|
898
|
+
}[] | undefined;
|
|
899
899
|
phones?: {
|
|
900
900
|
phone?: string | undefined;
|
|
901
901
|
region?: string | undefined;
|
|
@@ -910,28 +910,24 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
910
910
|
}[] | undefined;
|
|
911
911
|
most_probable_phone?: string | undefined;
|
|
912
912
|
social_medias?: {
|
|
913
|
-
url?: string | undefined;
|
|
914
913
|
type?: string | undefined;
|
|
914
|
+
url?: string | undefined;
|
|
915
915
|
}[] | undefined;
|
|
916
916
|
}, {
|
|
917
|
-
emails?: {
|
|
918
|
-
status?: string | undefined;
|
|
919
|
-
email?: string | undefined;
|
|
920
|
-
}[] | undefined;
|
|
921
917
|
profile?: {
|
|
922
918
|
location?: string | undefined;
|
|
923
919
|
headline?: string | undefined;
|
|
924
|
-
linkedin_url?: string | undefined;
|
|
925
920
|
linkedin_id?: string | number | undefined;
|
|
921
|
+
linkedin_url?: string | undefined;
|
|
926
922
|
linkedin_handle?: string | undefined;
|
|
927
923
|
current_position?: {
|
|
928
924
|
title?: string | undefined;
|
|
929
925
|
company?: {
|
|
930
926
|
name?: string | undefined;
|
|
931
927
|
domain?: string | undefined;
|
|
932
|
-
linkedin_url?: string | undefined;
|
|
933
928
|
linkedin_id?: string | number | undefined;
|
|
934
929
|
industry?: string | undefined;
|
|
930
|
+
linkedin_url?: string | undefined;
|
|
935
931
|
headquarters?: {
|
|
936
932
|
city?: string | undefined;
|
|
937
933
|
country?: string | undefined;
|
|
@@ -942,6 +938,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
942
938
|
} | undefined;
|
|
943
939
|
} | undefined;
|
|
944
940
|
domain?: string | undefined;
|
|
941
|
+
emails?: {
|
|
942
|
+
status?: string | undefined;
|
|
943
|
+
email?: string | undefined;
|
|
944
|
+
}[] | undefined;
|
|
945
945
|
phones?: {
|
|
946
946
|
phone?: string | undefined;
|
|
947
947
|
region?: string | undefined;
|
|
@@ -956,31 +956,27 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
956
956
|
}[] | undefined;
|
|
957
957
|
most_probable_phone?: string | undefined;
|
|
958
958
|
social_medias?: {
|
|
959
|
-
url?: string | undefined;
|
|
960
959
|
type?: string | undefined;
|
|
960
|
+
url?: string | undefined;
|
|
961
961
|
}[] | undefined;
|
|
962
962
|
}>>;
|
|
963
963
|
}, "strip", import("zod").ZodTypeAny, {
|
|
964
964
|
input?: string | undefined;
|
|
965
965
|
contact?: {
|
|
966
|
-
emails?: {
|
|
967
|
-
status?: string | undefined;
|
|
968
|
-
email?: string | undefined;
|
|
969
|
-
}[] | undefined;
|
|
970
966
|
profile?: {
|
|
971
967
|
location?: string | undefined;
|
|
972
968
|
headline?: string | undefined;
|
|
973
|
-
linkedin_url?: string | undefined;
|
|
974
969
|
linkedin_id?: string | undefined;
|
|
970
|
+
linkedin_url?: string | undefined;
|
|
975
971
|
linkedin_handle?: string | undefined;
|
|
976
972
|
current_position?: {
|
|
977
973
|
title?: string | undefined;
|
|
978
974
|
company?: {
|
|
979
975
|
name?: string | undefined;
|
|
980
976
|
domain?: string | undefined;
|
|
981
|
-
linkedin_url?: string | undefined;
|
|
982
977
|
linkedin_id?: string | undefined;
|
|
983
978
|
industry?: string | undefined;
|
|
979
|
+
linkedin_url?: string | undefined;
|
|
984
980
|
headquarters?: {
|
|
985
981
|
city?: string | undefined;
|
|
986
982
|
country?: string | undefined;
|
|
@@ -991,6 +987,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
991
987
|
} | undefined;
|
|
992
988
|
} | undefined;
|
|
993
989
|
domain?: string | undefined;
|
|
990
|
+
emails?: {
|
|
991
|
+
status?: string | undefined;
|
|
992
|
+
email?: string | undefined;
|
|
993
|
+
}[] | undefined;
|
|
994
994
|
phones?: {
|
|
995
995
|
phone?: string | undefined;
|
|
996
996
|
region?: string | undefined;
|
|
@@ -1005,31 +1005,27 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1005
1005
|
}[] | undefined;
|
|
1006
1006
|
most_probable_phone?: string | undefined;
|
|
1007
1007
|
social_medias?: {
|
|
1008
|
-
url?: string | undefined;
|
|
1009
1008
|
type?: string | undefined;
|
|
1009
|
+
url?: string | undefined;
|
|
1010
1010
|
}[] | undefined;
|
|
1011
1011
|
} | undefined;
|
|
1012
1012
|
}, {
|
|
1013
1013
|
input?: string | undefined;
|
|
1014
1014
|
contact?: {
|
|
1015
|
-
emails?: {
|
|
1016
|
-
status?: string | undefined;
|
|
1017
|
-
email?: string | undefined;
|
|
1018
|
-
}[] | undefined;
|
|
1019
1015
|
profile?: {
|
|
1020
1016
|
location?: string | undefined;
|
|
1021
1017
|
headline?: string | undefined;
|
|
1022
|
-
linkedin_url?: string | undefined;
|
|
1023
1018
|
linkedin_id?: string | number | undefined;
|
|
1019
|
+
linkedin_url?: string | undefined;
|
|
1024
1020
|
linkedin_handle?: string | undefined;
|
|
1025
1021
|
current_position?: {
|
|
1026
1022
|
title?: string | undefined;
|
|
1027
1023
|
company?: {
|
|
1028
1024
|
name?: string | undefined;
|
|
1029
1025
|
domain?: string | undefined;
|
|
1030
|
-
linkedin_url?: string | undefined;
|
|
1031
1026
|
linkedin_id?: string | number | undefined;
|
|
1032
1027
|
industry?: string | undefined;
|
|
1028
|
+
linkedin_url?: string | undefined;
|
|
1033
1029
|
headquarters?: {
|
|
1034
1030
|
city?: string | undefined;
|
|
1035
1031
|
country?: string | undefined;
|
|
@@ -1040,6 +1036,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1040
1036
|
} | undefined;
|
|
1041
1037
|
} | undefined;
|
|
1042
1038
|
domain?: string | undefined;
|
|
1039
|
+
emails?: {
|
|
1040
|
+
status?: string | undefined;
|
|
1041
|
+
email?: string | undefined;
|
|
1042
|
+
}[] | undefined;
|
|
1043
1043
|
phones?: {
|
|
1044
1044
|
phone?: string | undefined;
|
|
1045
1045
|
region?: string | undefined;
|
|
@@ -1054,8 +1054,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1054
1054
|
}[] | undefined;
|
|
1055
1055
|
most_probable_phone?: string | undefined;
|
|
1056
1056
|
social_medias?: {
|
|
1057
|
-
url?: string | undefined;
|
|
1058
1057
|
type?: string | undefined;
|
|
1058
|
+
url?: string | undefined;
|
|
1059
1059
|
}[] | undefined;
|
|
1060
1060
|
} | undefined;
|
|
1061
1061
|
}>, "many">>;
|
|
@@ -1074,30 +1074,23 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1074
1074
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1075
1075
|
name?: string | undefined;
|
|
1076
1076
|
id?: string | undefined;
|
|
1077
|
-
cost?: {
|
|
1078
|
-
credits?: number | undefined;
|
|
1079
|
-
} | undefined;
|
|
1080
1077
|
results?: {
|
|
1081
1078
|
input?: string | undefined;
|
|
1082
1079
|
contact?: {
|
|
1083
|
-
emails?: {
|
|
1084
|
-
status?: string | undefined;
|
|
1085
|
-
email?: string | undefined;
|
|
1086
|
-
}[] | undefined;
|
|
1087
1080
|
profile?: {
|
|
1088
1081
|
location?: string | undefined;
|
|
1089
1082
|
headline?: string | undefined;
|
|
1090
|
-
linkedin_url?: string | undefined;
|
|
1091
1083
|
linkedin_id?: string | undefined;
|
|
1084
|
+
linkedin_url?: string | undefined;
|
|
1092
1085
|
linkedin_handle?: string | undefined;
|
|
1093
1086
|
current_position?: {
|
|
1094
1087
|
title?: string | undefined;
|
|
1095
1088
|
company?: {
|
|
1096
1089
|
name?: string | undefined;
|
|
1097
1090
|
domain?: string | undefined;
|
|
1098
|
-
linkedin_url?: string | undefined;
|
|
1099
1091
|
linkedin_id?: string | undefined;
|
|
1100
1092
|
industry?: string | undefined;
|
|
1093
|
+
linkedin_url?: string | undefined;
|
|
1101
1094
|
headquarters?: {
|
|
1102
1095
|
city?: string | undefined;
|
|
1103
1096
|
country?: string | undefined;
|
|
@@ -1108,6 +1101,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1108
1101
|
} | undefined;
|
|
1109
1102
|
} | undefined;
|
|
1110
1103
|
domain?: string | undefined;
|
|
1104
|
+
emails?: {
|
|
1105
|
+
status?: string | undefined;
|
|
1106
|
+
email?: string | undefined;
|
|
1107
|
+
}[] | undefined;
|
|
1111
1108
|
phones?: {
|
|
1112
1109
|
phone?: string | undefined;
|
|
1113
1110
|
region?: string | undefined;
|
|
@@ -1122,11 +1119,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1122
1119
|
}[] | undefined;
|
|
1123
1120
|
most_probable_phone?: string | undefined;
|
|
1124
1121
|
social_medias?: {
|
|
1125
|
-
url?: string | undefined;
|
|
1126
1122
|
type?: string | undefined;
|
|
1123
|
+
url?: string | undefined;
|
|
1127
1124
|
}[] | undefined;
|
|
1128
1125
|
} | undefined;
|
|
1129
1126
|
}[] | undefined;
|
|
1127
|
+
cost?: {
|
|
1128
|
+
credits?: number | undefined;
|
|
1129
|
+
} | undefined;
|
|
1130
1130
|
}, {
|
|
1131
1131
|
success: boolean;
|
|
1132
1132
|
error: string;
|
|
@@ -1134,30 +1134,23 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1134
1134
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1135
1135
|
name?: string | undefined;
|
|
1136
1136
|
id?: string | undefined;
|
|
1137
|
-
cost?: {
|
|
1138
|
-
credits?: number | undefined;
|
|
1139
|
-
} | undefined;
|
|
1140
1137
|
results?: {
|
|
1141
1138
|
input?: string | undefined;
|
|
1142
1139
|
contact?: {
|
|
1143
|
-
emails?: {
|
|
1144
|
-
status?: string | undefined;
|
|
1145
|
-
email?: string | undefined;
|
|
1146
|
-
}[] | undefined;
|
|
1147
1140
|
profile?: {
|
|
1148
1141
|
location?: string | undefined;
|
|
1149
1142
|
headline?: string | undefined;
|
|
1150
|
-
linkedin_url?: string | undefined;
|
|
1151
1143
|
linkedin_id?: string | number | undefined;
|
|
1144
|
+
linkedin_url?: string | undefined;
|
|
1152
1145
|
linkedin_handle?: string | undefined;
|
|
1153
1146
|
current_position?: {
|
|
1154
1147
|
title?: string | undefined;
|
|
1155
1148
|
company?: {
|
|
1156
1149
|
name?: string | undefined;
|
|
1157
1150
|
domain?: string | undefined;
|
|
1158
|
-
linkedin_url?: string | undefined;
|
|
1159
1151
|
linkedin_id?: string | number | undefined;
|
|
1160
1152
|
industry?: string | undefined;
|
|
1153
|
+
linkedin_url?: string | undefined;
|
|
1161
1154
|
headquarters?: {
|
|
1162
1155
|
city?: string | undefined;
|
|
1163
1156
|
country?: string | undefined;
|
|
@@ -1168,6 +1161,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1168
1161
|
} | undefined;
|
|
1169
1162
|
} | undefined;
|
|
1170
1163
|
domain?: string | undefined;
|
|
1164
|
+
emails?: {
|
|
1165
|
+
status?: string | undefined;
|
|
1166
|
+
email?: string | undefined;
|
|
1167
|
+
}[] | undefined;
|
|
1171
1168
|
phones?: {
|
|
1172
1169
|
phone?: string | undefined;
|
|
1173
1170
|
region?: string | undefined;
|
|
@@ -1182,11 +1179,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1182
1179
|
}[] | undefined;
|
|
1183
1180
|
most_probable_phone?: string | undefined;
|
|
1184
1181
|
social_medias?: {
|
|
1185
|
-
url?: string | undefined;
|
|
1186
1182
|
type?: string | undefined;
|
|
1183
|
+
url?: string | undefined;
|
|
1187
1184
|
}[] | undefined;
|
|
1188
1185
|
} | undefined;
|
|
1189
1186
|
}[] | undefined;
|
|
1187
|
+
cost?: {
|
|
1188
|
+
credits?: number | undefined;
|
|
1189
|
+
} | undefined;
|
|
1190
1190
|
}>, import("zod").ZodObject<{
|
|
1191
1191
|
operation: import("zod").ZodLiteral<"get_credit_balance">;
|
|
1192
1192
|
success: import("zod").ZodBoolean;
|