@bubblelab/bubble-core 0.1.146 → 0.1.147
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 +76 -76
- package/dist/bubbles/service-bubble/agi-inc.d.ts +28 -28
- package/dist/bubbles/service-bubble/ai-agent.d.ts +60 -60
- package/dist/bubbles/service-bubble/airtable.d.ts +112 -112
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +37 -37
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +21 -21
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +88 -88
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +4 -4
- package/dist/bubbles/service-bubble/firecrawl.d.ts +394 -394
- package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +60 -60
- package/dist/bubbles/service-bubble/github.d.ts +210 -210
- package/dist/bubbles/service-bubble/gmail.d.ts +410 -410
- package/dist/bubbles/service-bubble/google-calendar.d.ts +2 -2
- package/dist/bubbles/service-bubble/google-drive.d.ts +48 -48
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +10 -10
- package/dist/bubbles/service-bubble/jira/jira.d.ts +18 -18
- package/dist/bubbles/service-bubble/notion/notion.d.ts +13738 -9223
- package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/notion/notion.js +55 -2
- package/dist/bubbles/service-bubble/notion/notion.js.map +1 -1
- package/dist/bubbles/service-bubble/postgresql.d.ts +10 -10
- package/dist/bubbles/service-bubble/resend.d.ts +24 -24
- package/dist/bubbles/service-bubble/slack/slack.d.ts +504 -504
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +25 -25
- package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +7 -7
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +386 -386
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +20 -20
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +108 -108
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
- 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 +12 -12
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +32 -32
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +46 -46
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +44 -44
- package/dist/bubbles.json +732 -3
- package/package.json +2 -2
|
@@ -53,15 +53,15 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
53
53
|
custom: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
|
|
54
54
|
}, "strip", import("zod").ZodTypeAny, {
|
|
55
55
|
enrich_fields: ("contact.emails" | "contact.personal_emails")[];
|
|
56
|
-
domain?: string | undefined;
|
|
57
56
|
custom?: Record<string, string> | undefined;
|
|
57
|
+
domain?: string | undefined;
|
|
58
58
|
linkedin_url?: string | undefined;
|
|
59
59
|
firstname?: string | undefined;
|
|
60
60
|
lastname?: string | undefined;
|
|
61
61
|
company_name?: string | undefined;
|
|
62
62
|
}, {
|
|
63
|
-
domain?: string | undefined;
|
|
64
63
|
custom?: Record<string, string> | undefined;
|
|
64
|
+
domain?: string | undefined;
|
|
65
65
|
linkedin_url?: string | undefined;
|
|
66
66
|
firstname?: string | undefined;
|
|
67
67
|
lastname?: string | undefined;
|
|
@@ -74,8 +74,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
74
74
|
name: string;
|
|
75
75
|
contacts: {
|
|
76
76
|
enrich_fields: ("contact.emails" | "contact.personal_emails")[];
|
|
77
|
-
domain?: string | undefined;
|
|
78
77
|
custom?: Record<string, string> | undefined;
|
|
78
|
+
domain?: string | undefined;
|
|
79
79
|
linkedin_url?: string | undefined;
|
|
80
80
|
firstname?: string | undefined;
|
|
81
81
|
lastname?: string | undefined;
|
|
@@ -87,8 +87,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
87
87
|
operation: "start_bulk_enrichment";
|
|
88
88
|
name: string;
|
|
89
89
|
contacts: {
|
|
90
|
-
domain?: string | undefined;
|
|
91
90
|
custom?: Record<string, string> | undefined;
|
|
91
|
+
domain?: string | undefined;
|
|
92
92
|
linkedin_url?: string | undefined;
|
|
93
93
|
firstname?: string | undefined;
|
|
94
94
|
lastname?: string | undefined;
|
|
@@ -249,11 +249,11 @@ 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
|
-
city?: string | undefined;
|
|
253
252
|
country?: string | undefined;
|
|
254
|
-
}, {
|
|
255
253
|
city?: string | undefined;
|
|
254
|
+
}, {
|
|
256
255
|
country?: string | undefined;
|
|
256
|
+
city?: string | undefined;
|
|
257
257
|
}>>;
|
|
258
258
|
}, "strip", import("zod").ZodTypeAny, {
|
|
259
259
|
name?: string | undefined;
|
|
@@ -262,8 +262,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
262
262
|
linkedin_id?: string | undefined;
|
|
263
263
|
industry?: string | undefined;
|
|
264
264
|
headquarters?: {
|
|
265
|
-
city?: string | undefined;
|
|
266
265
|
country?: string | undefined;
|
|
266
|
+
city?: string | undefined;
|
|
267
267
|
} | undefined;
|
|
268
268
|
}, {
|
|
269
269
|
name?: string | undefined;
|
|
@@ -272,8 +272,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
272
272
|
linkedin_id?: string | number | undefined;
|
|
273
273
|
industry?: string | undefined;
|
|
274
274
|
headquarters?: {
|
|
275
|
-
city?: string | undefined;
|
|
276
275
|
country?: string | undefined;
|
|
276
|
+
city?: string | undefined;
|
|
277
277
|
} | undefined;
|
|
278
278
|
}>>;
|
|
279
279
|
start_date: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -287,8 +287,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
287
287
|
linkedin_id?: string | undefined;
|
|
288
288
|
industry?: string | undefined;
|
|
289
289
|
headquarters?: {
|
|
290
|
-
city?: string | undefined;
|
|
291
290
|
country?: string | undefined;
|
|
291
|
+
city?: string | undefined;
|
|
292
292
|
} | undefined;
|
|
293
293
|
} | undefined;
|
|
294
294
|
start_date?: string | undefined;
|
|
@@ -302,8 +302,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
302
302
|
linkedin_id?: string | number | undefined;
|
|
303
303
|
industry?: string | undefined;
|
|
304
304
|
headquarters?: {
|
|
305
|
-
city?: string | undefined;
|
|
306
305
|
country?: string | undefined;
|
|
306
|
+
city?: string | undefined;
|
|
307
307
|
} | undefined;
|
|
308
308
|
} | undefined;
|
|
309
309
|
start_date?: string | undefined;
|
|
@@ -324,8 +324,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
324
324
|
linkedin_id?: string | undefined;
|
|
325
325
|
industry?: string | undefined;
|
|
326
326
|
headquarters?: {
|
|
327
|
-
city?: string | undefined;
|
|
328
327
|
country?: string | undefined;
|
|
328
|
+
city?: string | undefined;
|
|
329
329
|
} | undefined;
|
|
330
330
|
} | undefined;
|
|
331
331
|
start_date?: string | undefined;
|
|
@@ -346,8 +346,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
346
346
|
linkedin_id?: string | number | undefined;
|
|
347
347
|
industry?: string | undefined;
|
|
348
348
|
headquarters?: {
|
|
349
|
-
city?: string | undefined;
|
|
350
349
|
country?: string | undefined;
|
|
350
|
+
city?: string | undefined;
|
|
351
351
|
} | undefined;
|
|
352
352
|
} | undefined;
|
|
353
353
|
start_date?: string | undefined;
|
|
@@ -355,7 +355,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
355
355
|
} | undefined;
|
|
356
356
|
}>>;
|
|
357
357
|
}, "strip", import("zod").ZodTypeAny, {
|
|
358
|
-
domain?: string | undefined;
|
|
359
358
|
profile?: {
|
|
360
359
|
location?: string | undefined;
|
|
361
360
|
headline?: string | undefined;
|
|
@@ -371,14 +370,15 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
371
370
|
linkedin_id?: string | undefined;
|
|
372
371
|
industry?: string | undefined;
|
|
373
372
|
headquarters?: {
|
|
374
|
-
city?: string | undefined;
|
|
375
373
|
country?: string | undefined;
|
|
374
|
+
city?: string | undefined;
|
|
376
375
|
} | undefined;
|
|
377
376
|
} | undefined;
|
|
378
377
|
start_date?: string | undefined;
|
|
379
378
|
end_date?: string | undefined;
|
|
380
379
|
} | undefined;
|
|
381
380
|
} | undefined;
|
|
381
|
+
domain?: string | undefined;
|
|
382
382
|
emails?: {
|
|
383
383
|
status?: string | undefined;
|
|
384
384
|
email?: string | undefined;
|
|
@@ -401,7 +401,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
401
401
|
url?: string | undefined;
|
|
402
402
|
}[] | undefined;
|
|
403
403
|
}, {
|
|
404
|
-
domain?: string | undefined;
|
|
405
404
|
profile?: {
|
|
406
405
|
location?: string | undefined;
|
|
407
406
|
headline?: string | undefined;
|
|
@@ -417,14 +416,15 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
417
416
|
linkedin_id?: string | number | undefined;
|
|
418
417
|
industry?: string | undefined;
|
|
419
418
|
headquarters?: {
|
|
420
|
-
city?: string | undefined;
|
|
421
419
|
country?: string | undefined;
|
|
420
|
+
city?: string | undefined;
|
|
422
421
|
} | undefined;
|
|
423
422
|
} | undefined;
|
|
424
423
|
start_date?: string | undefined;
|
|
425
424
|
end_date?: string | undefined;
|
|
426
425
|
} | undefined;
|
|
427
426
|
} | undefined;
|
|
427
|
+
domain?: string | undefined;
|
|
428
428
|
emails?: {
|
|
429
429
|
status?: string | undefined;
|
|
430
430
|
email?: string | undefined;
|
|
@@ -450,7 +450,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
450
450
|
}, "strip", import("zod").ZodTypeAny, {
|
|
451
451
|
custom?: Record<string, string> | undefined;
|
|
452
452
|
contact?: {
|
|
453
|
-
domain?: string | undefined;
|
|
454
453
|
profile?: {
|
|
455
454
|
location?: string | undefined;
|
|
456
455
|
headline?: string | undefined;
|
|
@@ -466,14 +465,15 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
466
465
|
linkedin_id?: string | undefined;
|
|
467
466
|
industry?: string | undefined;
|
|
468
467
|
headquarters?: {
|
|
469
|
-
city?: string | undefined;
|
|
470
468
|
country?: string | undefined;
|
|
469
|
+
city?: string | undefined;
|
|
471
470
|
} | undefined;
|
|
472
471
|
} | undefined;
|
|
473
472
|
start_date?: string | undefined;
|
|
474
473
|
end_date?: string | undefined;
|
|
475
474
|
} | undefined;
|
|
476
475
|
} | undefined;
|
|
476
|
+
domain?: string | undefined;
|
|
477
477
|
emails?: {
|
|
478
478
|
status?: string | undefined;
|
|
479
479
|
email?: string | undefined;
|
|
@@ -499,7 +499,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
499
499
|
}, {
|
|
500
500
|
custom?: Record<string, string> | undefined;
|
|
501
501
|
contact?: {
|
|
502
|
-
domain?: string | undefined;
|
|
503
502
|
profile?: {
|
|
504
503
|
location?: string | undefined;
|
|
505
504
|
headline?: string | undefined;
|
|
@@ -515,14 +514,15 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
515
514
|
linkedin_id?: string | number | undefined;
|
|
516
515
|
industry?: string | undefined;
|
|
517
516
|
headquarters?: {
|
|
518
|
-
city?: string | undefined;
|
|
519
517
|
country?: string | undefined;
|
|
518
|
+
city?: string | undefined;
|
|
520
519
|
} | undefined;
|
|
521
520
|
} | undefined;
|
|
522
521
|
start_date?: string | undefined;
|
|
523
522
|
end_date?: string | undefined;
|
|
524
523
|
} | undefined;
|
|
525
524
|
} | undefined;
|
|
525
|
+
domain?: string | undefined;
|
|
526
526
|
emails?: {
|
|
527
527
|
status?: string | undefined;
|
|
528
528
|
email?: string | undefined;
|
|
@@ -559,15 +559,11 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
559
559
|
success: boolean;
|
|
560
560
|
error: string;
|
|
561
561
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
562
|
-
name?: string | undefined;
|
|
563
562
|
id?: string | undefined;
|
|
564
|
-
|
|
565
|
-
credits?: number | undefined;
|
|
566
|
-
} | undefined;
|
|
563
|
+
name?: string | undefined;
|
|
567
564
|
results?: {
|
|
568
565
|
custom?: Record<string, string> | undefined;
|
|
569
566
|
contact?: {
|
|
570
|
-
domain?: string | undefined;
|
|
571
567
|
profile?: {
|
|
572
568
|
location?: string | undefined;
|
|
573
569
|
headline?: string | undefined;
|
|
@@ -583,14 +579,15 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
583
579
|
linkedin_id?: string | undefined;
|
|
584
580
|
industry?: string | undefined;
|
|
585
581
|
headquarters?: {
|
|
586
|
-
city?: string | undefined;
|
|
587
582
|
country?: string | undefined;
|
|
583
|
+
city?: string | undefined;
|
|
588
584
|
} | undefined;
|
|
589
585
|
} | undefined;
|
|
590
586
|
start_date?: string | undefined;
|
|
591
587
|
end_date?: string | undefined;
|
|
592
588
|
} | undefined;
|
|
593
589
|
} | undefined;
|
|
590
|
+
domain?: string | undefined;
|
|
594
591
|
emails?: {
|
|
595
592
|
status?: string | undefined;
|
|
596
593
|
email?: string | undefined;
|
|
@@ -614,20 +611,19 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
614
611
|
}[] | undefined;
|
|
615
612
|
} | undefined;
|
|
616
613
|
}[] | undefined;
|
|
614
|
+
cost?: {
|
|
615
|
+
credits?: number | undefined;
|
|
616
|
+
} | undefined;
|
|
617
617
|
}, {
|
|
618
618
|
operation: "get_enrichment_result";
|
|
619
619
|
success: boolean;
|
|
620
620
|
error: string;
|
|
621
621
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
622
|
-
name?: string | undefined;
|
|
623
622
|
id?: string | undefined;
|
|
624
|
-
|
|
625
|
-
credits?: number | undefined;
|
|
626
|
-
} | undefined;
|
|
623
|
+
name?: string | undefined;
|
|
627
624
|
results?: {
|
|
628
625
|
custom?: Record<string, string> | undefined;
|
|
629
626
|
contact?: {
|
|
630
|
-
domain?: string | undefined;
|
|
631
627
|
profile?: {
|
|
632
628
|
location?: string | undefined;
|
|
633
629
|
headline?: string | undefined;
|
|
@@ -643,14 +639,15 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
643
639
|
linkedin_id?: string | number | undefined;
|
|
644
640
|
industry?: string | undefined;
|
|
645
641
|
headquarters?: {
|
|
646
|
-
city?: string | undefined;
|
|
647
642
|
country?: string | undefined;
|
|
643
|
+
city?: string | undefined;
|
|
648
644
|
} | undefined;
|
|
649
645
|
} | undefined;
|
|
650
646
|
start_date?: string | undefined;
|
|
651
647
|
end_date?: string | undefined;
|
|
652
648
|
} | undefined;
|
|
653
649
|
} | undefined;
|
|
650
|
+
domain?: string | undefined;
|
|
654
651
|
emails?: {
|
|
655
652
|
status?: string | undefined;
|
|
656
653
|
email?: string | undefined;
|
|
@@ -674,6 +671,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
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;
|
|
@@ -762,11 +762,11 @@ 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
|
-
city?: string | undefined;
|
|
766
765
|
country?: string | undefined;
|
|
767
|
-
}, {
|
|
768
766
|
city?: string | undefined;
|
|
767
|
+
}, {
|
|
769
768
|
country?: string | undefined;
|
|
769
|
+
city?: string | undefined;
|
|
770
770
|
}>>;
|
|
771
771
|
}, "strip", import("zod").ZodTypeAny, {
|
|
772
772
|
name?: string | undefined;
|
|
@@ -775,8 +775,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
775
775
|
linkedin_id?: string | undefined;
|
|
776
776
|
industry?: string | undefined;
|
|
777
777
|
headquarters?: {
|
|
778
|
-
city?: string | undefined;
|
|
779
778
|
country?: string | undefined;
|
|
779
|
+
city?: string | undefined;
|
|
780
780
|
} | undefined;
|
|
781
781
|
}, {
|
|
782
782
|
name?: string | undefined;
|
|
@@ -785,8 +785,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
785
785
|
linkedin_id?: string | number | undefined;
|
|
786
786
|
industry?: string | undefined;
|
|
787
787
|
headquarters?: {
|
|
788
|
-
city?: string | undefined;
|
|
789
788
|
country?: string | undefined;
|
|
789
|
+
city?: string | undefined;
|
|
790
790
|
} | undefined;
|
|
791
791
|
}>>;
|
|
792
792
|
start_date: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -800,8 +800,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
800
800
|
linkedin_id?: string | undefined;
|
|
801
801
|
industry?: string | undefined;
|
|
802
802
|
headquarters?: {
|
|
803
|
-
city?: string | undefined;
|
|
804
803
|
country?: string | undefined;
|
|
804
|
+
city?: string | undefined;
|
|
805
805
|
} | undefined;
|
|
806
806
|
} | undefined;
|
|
807
807
|
start_date?: string | undefined;
|
|
@@ -815,8 +815,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
815
815
|
linkedin_id?: string | number | undefined;
|
|
816
816
|
industry?: string | undefined;
|
|
817
817
|
headquarters?: {
|
|
818
|
-
city?: string | undefined;
|
|
819
818
|
country?: string | undefined;
|
|
819
|
+
city?: string | undefined;
|
|
820
820
|
} | undefined;
|
|
821
821
|
} | undefined;
|
|
822
822
|
start_date?: string | undefined;
|
|
@@ -837,8 +837,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
837
837
|
linkedin_id?: string | undefined;
|
|
838
838
|
industry?: string | undefined;
|
|
839
839
|
headquarters?: {
|
|
840
|
-
city?: string | undefined;
|
|
841
840
|
country?: string | undefined;
|
|
841
|
+
city?: string | undefined;
|
|
842
842
|
} | undefined;
|
|
843
843
|
} | undefined;
|
|
844
844
|
start_date?: string | undefined;
|
|
@@ -859,8 +859,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
859
859
|
linkedin_id?: string | number | undefined;
|
|
860
860
|
industry?: string | undefined;
|
|
861
861
|
headquarters?: {
|
|
862
|
-
city?: string | undefined;
|
|
863
862
|
country?: string | undefined;
|
|
863
|
+
city?: string | undefined;
|
|
864
864
|
} | undefined;
|
|
865
865
|
} | undefined;
|
|
866
866
|
start_date?: string | undefined;
|
|
@@ -868,7 +868,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
868
868
|
} | undefined;
|
|
869
869
|
}>>;
|
|
870
870
|
}, "strip", import("zod").ZodTypeAny, {
|
|
871
|
-
domain?: string | undefined;
|
|
872
871
|
profile?: {
|
|
873
872
|
location?: string | undefined;
|
|
874
873
|
headline?: string | undefined;
|
|
@@ -884,14 +883,15 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
884
883
|
linkedin_id?: string | undefined;
|
|
885
884
|
industry?: string | undefined;
|
|
886
885
|
headquarters?: {
|
|
887
|
-
city?: string | undefined;
|
|
888
886
|
country?: string | undefined;
|
|
887
|
+
city?: string | undefined;
|
|
889
888
|
} | undefined;
|
|
890
889
|
} | undefined;
|
|
891
890
|
start_date?: string | undefined;
|
|
892
891
|
end_date?: string | undefined;
|
|
893
892
|
} | undefined;
|
|
894
893
|
} | undefined;
|
|
894
|
+
domain?: string | undefined;
|
|
895
895
|
emails?: {
|
|
896
896
|
status?: string | undefined;
|
|
897
897
|
email?: string | undefined;
|
|
@@ -914,7 +914,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
914
914
|
url?: string | undefined;
|
|
915
915
|
}[] | undefined;
|
|
916
916
|
}, {
|
|
917
|
-
domain?: string | undefined;
|
|
918
917
|
profile?: {
|
|
919
918
|
location?: string | undefined;
|
|
920
919
|
headline?: string | undefined;
|
|
@@ -930,14 +929,15 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
930
929
|
linkedin_id?: string | number | undefined;
|
|
931
930
|
industry?: string | undefined;
|
|
932
931
|
headquarters?: {
|
|
933
|
-
city?: string | undefined;
|
|
934
932
|
country?: string | undefined;
|
|
933
|
+
city?: string | undefined;
|
|
935
934
|
} | undefined;
|
|
936
935
|
} | undefined;
|
|
937
936
|
start_date?: string | undefined;
|
|
938
937
|
end_date?: string | undefined;
|
|
939
938
|
} | undefined;
|
|
940
939
|
} | undefined;
|
|
940
|
+
domain?: string | undefined;
|
|
941
941
|
emails?: {
|
|
942
942
|
status?: string | undefined;
|
|
943
943
|
email?: string | undefined;
|
|
@@ -963,7 +963,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
963
963
|
}, "strip", import("zod").ZodTypeAny, {
|
|
964
964
|
input?: string | undefined;
|
|
965
965
|
contact?: {
|
|
966
|
-
domain?: string | undefined;
|
|
967
966
|
profile?: {
|
|
968
967
|
location?: string | undefined;
|
|
969
968
|
headline?: string | undefined;
|
|
@@ -979,14 +978,15 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
979
978
|
linkedin_id?: string | undefined;
|
|
980
979
|
industry?: string | undefined;
|
|
981
980
|
headquarters?: {
|
|
982
|
-
city?: string | undefined;
|
|
983
981
|
country?: string | undefined;
|
|
982
|
+
city?: string | undefined;
|
|
984
983
|
} | undefined;
|
|
985
984
|
} | undefined;
|
|
986
985
|
start_date?: string | undefined;
|
|
987
986
|
end_date?: string | undefined;
|
|
988
987
|
} | undefined;
|
|
989
988
|
} | undefined;
|
|
989
|
+
domain?: string | undefined;
|
|
990
990
|
emails?: {
|
|
991
991
|
status?: string | undefined;
|
|
992
992
|
email?: string | undefined;
|
|
@@ -1012,7 +1012,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1012
1012
|
}, {
|
|
1013
1013
|
input?: string | undefined;
|
|
1014
1014
|
contact?: {
|
|
1015
|
-
domain?: string | undefined;
|
|
1016
1015
|
profile?: {
|
|
1017
1016
|
location?: string | undefined;
|
|
1018
1017
|
headline?: string | undefined;
|
|
@@ -1028,14 +1027,15 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1028
1027
|
linkedin_id?: string | number | undefined;
|
|
1029
1028
|
industry?: string | undefined;
|
|
1030
1029
|
headquarters?: {
|
|
1031
|
-
city?: string | undefined;
|
|
1032
1030
|
country?: string | undefined;
|
|
1031
|
+
city?: string | undefined;
|
|
1033
1032
|
} | undefined;
|
|
1034
1033
|
} | undefined;
|
|
1035
1034
|
start_date?: string | undefined;
|
|
1036
1035
|
end_date?: string | undefined;
|
|
1037
1036
|
} | undefined;
|
|
1038
1037
|
} | undefined;
|
|
1038
|
+
domain?: string | undefined;
|
|
1039
1039
|
emails?: {
|
|
1040
1040
|
status?: string | undefined;
|
|
1041
1041
|
email?: string | undefined;
|
|
@@ -1072,15 +1072,11 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1072
1072
|
success: boolean;
|
|
1073
1073
|
error: string;
|
|
1074
1074
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1075
|
-
name?: string | undefined;
|
|
1076
1075
|
id?: string | undefined;
|
|
1077
|
-
|
|
1078
|
-
credits?: number | undefined;
|
|
1079
|
-
} | undefined;
|
|
1076
|
+
name?: string | undefined;
|
|
1080
1077
|
results?: {
|
|
1081
1078
|
input?: string | undefined;
|
|
1082
1079
|
contact?: {
|
|
1083
|
-
domain?: string | undefined;
|
|
1084
1080
|
profile?: {
|
|
1085
1081
|
location?: string | undefined;
|
|
1086
1082
|
headline?: string | undefined;
|
|
@@ -1096,14 +1092,15 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1096
1092
|
linkedin_id?: string | undefined;
|
|
1097
1093
|
industry?: string | undefined;
|
|
1098
1094
|
headquarters?: {
|
|
1099
|
-
city?: string | undefined;
|
|
1100
1095
|
country?: string | undefined;
|
|
1096
|
+
city?: string | undefined;
|
|
1101
1097
|
} | undefined;
|
|
1102
1098
|
} | undefined;
|
|
1103
1099
|
start_date?: string | undefined;
|
|
1104
1100
|
end_date?: string | undefined;
|
|
1105
1101
|
} | undefined;
|
|
1106
1102
|
} | undefined;
|
|
1103
|
+
domain?: string | undefined;
|
|
1107
1104
|
emails?: {
|
|
1108
1105
|
status?: string | undefined;
|
|
1109
1106
|
email?: string | undefined;
|
|
@@ -1127,20 +1124,19 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1127
1124
|
}[] | undefined;
|
|
1128
1125
|
} | undefined;
|
|
1129
1126
|
}[] | undefined;
|
|
1127
|
+
cost?: {
|
|
1128
|
+
credits?: number | undefined;
|
|
1129
|
+
} | undefined;
|
|
1130
1130
|
}, {
|
|
1131
1131
|
operation: "get_reverse_email_result";
|
|
1132
1132
|
success: boolean;
|
|
1133
1133
|
error: string;
|
|
1134
1134
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1135
|
-
name?: string | undefined;
|
|
1136
1135
|
id?: string | undefined;
|
|
1137
|
-
|
|
1138
|
-
credits?: number | undefined;
|
|
1139
|
-
} | undefined;
|
|
1136
|
+
name?: string | undefined;
|
|
1140
1137
|
results?: {
|
|
1141
1138
|
input?: string | undefined;
|
|
1142
1139
|
contact?: {
|
|
1143
|
-
domain?: string | undefined;
|
|
1144
1140
|
profile?: {
|
|
1145
1141
|
location?: string | undefined;
|
|
1146
1142
|
headline?: string | undefined;
|
|
@@ -1156,14 +1152,15 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1156
1152
|
linkedin_id?: string | number | undefined;
|
|
1157
1153
|
industry?: string | undefined;
|
|
1158
1154
|
headquarters?: {
|
|
1159
|
-
city?: string | undefined;
|
|
1160
1155
|
country?: string | undefined;
|
|
1156
|
+
city?: string | undefined;
|
|
1161
1157
|
} | undefined;
|
|
1162
1158
|
} | undefined;
|
|
1163
1159
|
start_date?: string | undefined;
|
|
1164
1160
|
end_date?: string | undefined;
|
|
1165
1161
|
} | undefined;
|
|
1166
1162
|
} | undefined;
|
|
1163
|
+
domain?: string | undefined;
|
|
1167
1164
|
emails?: {
|
|
1168
1165
|
status?: string | undefined;
|
|
1169
1166
|
email?: string | undefined;
|
|
@@ -1187,6 +1184,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
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;
|