@bubblelab/bubble-core 0.1.99 → 0.1.101
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 +166 -126
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +56 -56
- package/dist/bubbles/service-bubble/ai-agent.d.ts +74 -74
- package/dist/bubbles/service-bubble/airtable.d.ts +98 -98
- package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +68 -68
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +92 -92
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +22 -22
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +28 -28
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +155 -155
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +158 -158
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
- package/dist/bubbles/service-bubble/firecrawl.d.ts +388 -388
- package/dist/bubbles/service-bubble/followupboss.d.ts +376 -376
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +78 -78
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +108 -108
- package/dist/bubbles/service-bubble/github.d.ts +140 -140
- package/dist/bubbles/service-bubble/gmail.d.ts +172 -172
- package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts +84 -84
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +22 -22
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +32 -32
- 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 +12 -12
- package/dist/bubbles/service-bubble/jira/jira.d.ts +36 -36
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +70 -70
- package/dist/bubbles/service-bubble/notion/notion.d.ts +126 -126
- package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
- package/dist/bubbles/service-bubble/resend.d.ts +12 -12
- package/dist/bubbles/service-bubble/slack/slack.d.ts +633 -633
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +68 -68
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +141 -141
- package/dist/bubbles/service-bubble/telegram.d.ts +976 -976
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +22 -22
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +15 -15
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +40 -40
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +38 -38
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +475 -475
- package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +166 -166
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +42 -42
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
- package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +194 -194
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +516 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js +317 -0
- package/dist/bubbles/tool-bubble/yc-scraper-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +38 -38
- package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +40 -40
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +28 -28
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +244 -2
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -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
|
-
operation: "start_reverse_email_lookup";
|
|
124
123
|
emails: string[];
|
|
124
|
+
operation: "start_reverse_email_lookup";
|
|
125
125
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
126
126
|
webhook_url?: string | undefined;
|
|
127
127
|
}, {
|
|
128
128
|
name: string;
|
|
129
|
-
operation: "start_reverse_email_lookup";
|
|
130
129
|
emails: string[];
|
|
130
|
+
operation: "start_reverse_email_lookup";
|
|
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
|
-
error: string;
|
|
171
170
|
success: boolean;
|
|
171
|
+
error: string;
|
|
172
172
|
operation: "start_bulk_enrichment";
|
|
173
173
|
enrichment_id?: string | undefined;
|
|
174
174
|
}, {
|
|
175
|
-
error: string;
|
|
176
175
|
success: boolean;
|
|
176
|
+
error: string;
|
|
177
177
|
operation: "start_bulk_enrichment";
|
|
178
178
|
enrichment_id?: string | undefined;
|
|
179
179
|
}>, 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
|
-
type?: string | undefined;
|
|
229
228
|
url?: string | undefined;
|
|
230
|
-
}, {
|
|
231
229
|
type?: string | undefined;
|
|
230
|
+
}, {
|
|
232
231
|
url?: string | undefined;
|
|
232
|
+
type?: string | undefined;
|
|
233
233
|
}>, "many">>;
|
|
234
234
|
profile: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
235
235
|
linkedin_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -355,6 +355,10 @@ 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;
|
|
358
362
|
profile?: {
|
|
359
363
|
location?: string | undefined;
|
|
360
364
|
headline?: string | undefined;
|
|
@@ -379,10 +383,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
379
383
|
} | undefined;
|
|
380
384
|
} | undefined;
|
|
381
385
|
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,10 +397,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
397
397
|
}[] | undefined;
|
|
398
398
|
most_probable_phone?: string | undefined;
|
|
399
399
|
social_medias?: {
|
|
400
|
-
type?: string | undefined;
|
|
401
400
|
url?: string | undefined;
|
|
401
|
+
type?: string | undefined;
|
|
402
402
|
}[] | undefined;
|
|
403
403
|
}, {
|
|
404
|
+
emails?: {
|
|
405
|
+
status?: string | undefined;
|
|
406
|
+
email?: string | undefined;
|
|
407
|
+
}[] | undefined;
|
|
404
408
|
profile?: {
|
|
405
409
|
location?: string | undefined;
|
|
406
410
|
headline?: string | undefined;
|
|
@@ -425,10 +429,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
425
429
|
} | undefined;
|
|
426
430
|
} | undefined;
|
|
427
431
|
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,13 +443,17 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
443
443
|
}[] | undefined;
|
|
444
444
|
most_probable_phone?: string | undefined;
|
|
445
445
|
social_medias?: {
|
|
446
|
-
type?: string | undefined;
|
|
447
446
|
url?: string | undefined;
|
|
447
|
+
type?: 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;
|
|
453
457
|
profile?: {
|
|
454
458
|
location?: string | undefined;
|
|
455
459
|
headline?: string | undefined;
|
|
@@ -474,10 +478,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
474
478
|
} | undefined;
|
|
475
479
|
} | undefined;
|
|
476
480
|
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,13 +492,17 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
492
492
|
}[] | undefined;
|
|
493
493
|
most_probable_phone?: string | undefined;
|
|
494
494
|
social_medias?: {
|
|
495
|
-
type?: string | undefined;
|
|
496
495
|
url?: string | undefined;
|
|
496
|
+
type?: 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;
|
|
502
506
|
profile?: {
|
|
503
507
|
location?: string | undefined;
|
|
504
508
|
headline?: string | undefined;
|
|
@@ -523,10 +527,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
523
527
|
} | undefined;
|
|
524
528
|
} | undefined;
|
|
525
529
|
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
|
-
type?: string | undefined;
|
|
545
544
|
url?: string | undefined;
|
|
545
|
+
type?: string | undefined;
|
|
546
546
|
}[] | undefined;
|
|
547
547
|
} | undefined;
|
|
548
548
|
}>, "many">>;
|
|
@@ -555,8 +555,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
555
555
|
}>>;
|
|
556
556
|
error: import("zod").ZodString;
|
|
557
557
|
}, "strip", import("zod").ZodTypeAny, {
|
|
558
|
-
error: string;
|
|
559
558
|
success: boolean;
|
|
559
|
+
error: string;
|
|
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;
|
|
@@ -567,6 +567,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
567
567
|
results?: {
|
|
568
568
|
custom?: Record<string, string> | undefined;
|
|
569
569
|
contact?: {
|
|
570
|
+
emails?: {
|
|
571
|
+
status?: string | undefined;
|
|
572
|
+
email?: string | undefined;
|
|
573
|
+
}[] | undefined;
|
|
570
574
|
profile?: {
|
|
571
575
|
location?: string | undefined;
|
|
572
576
|
headline?: string | undefined;
|
|
@@ -591,10 +595,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
591
595
|
} | undefined;
|
|
592
596
|
} | undefined;
|
|
593
597
|
domain?: string | undefined;
|
|
594
|
-
emails?: {
|
|
595
|
-
status?: string | undefined;
|
|
596
|
-
email?: string | undefined;
|
|
597
|
-
}[] | undefined;
|
|
598
598
|
phones?: {
|
|
599
599
|
phone?: string | undefined;
|
|
600
600
|
region?: string | undefined;
|
|
@@ -609,14 +609,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
609
609
|
}[] | undefined;
|
|
610
610
|
most_probable_phone?: string | undefined;
|
|
611
611
|
social_medias?: {
|
|
612
|
-
type?: string | undefined;
|
|
613
612
|
url?: string | undefined;
|
|
613
|
+
type?: string | undefined;
|
|
614
614
|
}[] | undefined;
|
|
615
615
|
} | undefined;
|
|
616
616
|
}[] | undefined;
|
|
617
617
|
}, {
|
|
618
|
-
error: string;
|
|
619
618
|
success: boolean;
|
|
619
|
+
error: string;
|
|
620
620
|
operation: "get_enrichment_result";
|
|
621
621
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
622
622
|
name?: string | undefined;
|
|
@@ -627,6 +627,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
627
627
|
results?: {
|
|
628
628
|
custom?: Record<string, string> | undefined;
|
|
629
629
|
contact?: {
|
|
630
|
+
emails?: {
|
|
631
|
+
status?: string | undefined;
|
|
632
|
+
email?: string | undefined;
|
|
633
|
+
}[] | undefined;
|
|
630
634
|
profile?: {
|
|
631
635
|
location?: string | undefined;
|
|
632
636
|
headline?: string | undefined;
|
|
@@ -651,10 +655,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
651
655
|
} | undefined;
|
|
652
656
|
} | undefined;
|
|
653
657
|
domain?: string | undefined;
|
|
654
|
-
emails?: {
|
|
655
|
-
status?: string | undefined;
|
|
656
|
-
email?: string | undefined;
|
|
657
|
-
}[] | undefined;
|
|
658
658
|
phones?: {
|
|
659
659
|
phone?: string | undefined;
|
|
660
660
|
region?: string | undefined;
|
|
@@ -669,8 +669,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
669
669
|
}[] | undefined;
|
|
670
670
|
most_probable_phone?: string | undefined;
|
|
671
671
|
social_medias?: {
|
|
672
|
-
type?: string | undefined;
|
|
673
672
|
url?: string | undefined;
|
|
673
|
+
type?: string | undefined;
|
|
674
674
|
}[] | undefined;
|
|
675
675
|
} | 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
|
-
error: string;
|
|
684
683
|
success: boolean;
|
|
684
|
+
error: string;
|
|
685
685
|
operation: "start_reverse_email_lookup";
|
|
686
686
|
enrichment_id?: string | undefined;
|
|
687
687
|
}, {
|
|
688
|
-
error: string;
|
|
689
688
|
success: boolean;
|
|
689
|
+
error: string;
|
|
690
690
|
operation: "start_reverse_email_lookup";
|
|
691
691
|
enrichment_id?: string | undefined;
|
|
692
692
|
}>, import("zod").ZodObject<{
|
|
@@ -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
|
-
type?: string | undefined;
|
|
742
741
|
url?: string | undefined;
|
|
743
|
-
}, {
|
|
744
742
|
type?: string | undefined;
|
|
743
|
+
}, {
|
|
745
744
|
url?: string | undefined;
|
|
745
|
+
type?: string | undefined;
|
|
746
746
|
}>, "many">>;
|
|
747
747
|
profile: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
748
748
|
linkedin_url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -868,6 +868,10 @@ 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;
|
|
871
875
|
profile?: {
|
|
872
876
|
location?: string | undefined;
|
|
873
877
|
headline?: string | undefined;
|
|
@@ -892,10 +896,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
892
896
|
} | undefined;
|
|
893
897
|
} | undefined;
|
|
894
898
|
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,10 +910,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
910
910
|
}[] | undefined;
|
|
911
911
|
most_probable_phone?: string | undefined;
|
|
912
912
|
social_medias?: {
|
|
913
|
-
type?: string | undefined;
|
|
914
913
|
url?: string | undefined;
|
|
914
|
+
type?: string | undefined;
|
|
915
915
|
}[] | undefined;
|
|
916
916
|
}, {
|
|
917
|
+
emails?: {
|
|
918
|
+
status?: string | undefined;
|
|
919
|
+
email?: string | undefined;
|
|
920
|
+
}[] | undefined;
|
|
917
921
|
profile?: {
|
|
918
922
|
location?: string | undefined;
|
|
919
923
|
headline?: string | undefined;
|
|
@@ -938,10 +942,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
938
942
|
} | undefined;
|
|
939
943
|
} | undefined;
|
|
940
944
|
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,13 +956,17 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
956
956
|
}[] | undefined;
|
|
957
957
|
most_probable_phone?: string | undefined;
|
|
958
958
|
social_medias?: {
|
|
959
|
-
type?: string | undefined;
|
|
960
959
|
url?: string | undefined;
|
|
960
|
+
type?: 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;
|
|
966
970
|
profile?: {
|
|
967
971
|
location?: string | undefined;
|
|
968
972
|
headline?: string | undefined;
|
|
@@ -987,10 +991,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
987
991
|
} | undefined;
|
|
988
992
|
} | undefined;
|
|
989
993
|
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,13 +1005,17 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1005
1005
|
}[] | undefined;
|
|
1006
1006
|
most_probable_phone?: string | undefined;
|
|
1007
1007
|
social_medias?: {
|
|
1008
|
-
type?: string | undefined;
|
|
1009
1008
|
url?: string | undefined;
|
|
1009
|
+
type?: 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;
|
|
1015
1019
|
profile?: {
|
|
1016
1020
|
location?: string | undefined;
|
|
1017
1021
|
headline?: string | undefined;
|
|
@@ -1036,10 +1040,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1036
1040
|
} | undefined;
|
|
1037
1041
|
} | undefined;
|
|
1038
1042
|
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
|
-
type?: string | undefined;
|
|
1058
1057
|
url?: string | undefined;
|
|
1058
|
+
type?: string | undefined;
|
|
1059
1059
|
}[] | undefined;
|
|
1060
1060
|
} | undefined;
|
|
1061
1061
|
}>, "many">>;
|
|
@@ -1068,8 +1068,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1068
1068
|
}>>;
|
|
1069
1069
|
error: import("zod").ZodString;
|
|
1070
1070
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1071
|
-
error: string;
|
|
1072
1071
|
success: boolean;
|
|
1072
|
+
error: string;
|
|
1073
1073
|
operation: "get_reverse_email_result";
|
|
1074
1074
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1075
1075
|
name?: string | undefined;
|
|
@@ -1080,6 +1080,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1080
1080
|
results?: {
|
|
1081
1081
|
input?: string | undefined;
|
|
1082
1082
|
contact?: {
|
|
1083
|
+
emails?: {
|
|
1084
|
+
status?: string | undefined;
|
|
1085
|
+
email?: string | undefined;
|
|
1086
|
+
}[] | undefined;
|
|
1083
1087
|
profile?: {
|
|
1084
1088
|
location?: string | undefined;
|
|
1085
1089
|
headline?: string | undefined;
|
|
@@ -1104,10 +1108,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1104
1108
|
} | undefined;
|
|
1105
1109
|
} | undefined;
|
|
1106
1110
|
domain?: string | undefined;
|
|
1107
|
-
emails?: {
|
|
1108
|
-
status?: string | undefined;
|
|
1109
|
-
email?: string | undefined;
|
|
1110
|
-
}[] | undefined;
|
|
1111
1111
|
phones?: {
|
|
1112
1112
|
phone?: string | undefined;
|
|
1113
1113
|
region?: string | undefined;
|
|
@@ -1122,14 +1122,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1122
1122
|
}[] | undefined;
|
|
1123
1123
|
most_probable_phone?: string | undefined;
|
|
1124
1124
|
social_medias?: {
|
|
1125
|
-
type?: string | undefined;
|
|
1126
1125
|
url?: string | undefined;
|
|
1126
|
+
type?: string | undefined;
|
|
1127
1127
|
}[] | undefined;
|
|
1128
1128
|
} | undefined;
|
|
1129
1129
|
}[] | undefined;
|
|
1130
1130
|
}, {
|
|
1131
|
-
error: string;
|
|
1132
1131
|
success: boolean;
|
|
1132
|
+
error: string;
|
|
1133
1133
|
operation: "get_reverse_email_result";
|
|
1134
1134
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1135
1135
|
name?: string | undefined;
|
|
@@ -1140,6 +1140,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1140
1140
|
results?: {
|
|
1141
1141
|
input?: string | undefined;
|
|
1142
1142
|
contact?: {
|
|
1143
|
+
emails?: {
|
|
1144
|
+
status?: string | undefined;
|
|
1145
|
+
email?: string | undefined;
|
|
1146
|
+
}[] | undefined;
|
|
1143
1147
|
profile?: {
|
|
1144
1148
|
location?: string | undefined;
|
|
1145
1149
|
headline?: string | undefined;
|
|
@@ -1164,10 +1168,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1164
1168
|
} | undefined;
|
|
1165
1169
|
} | undefined;
|
|
1166
1170
|
domain?: string | undefined;
|
|
1167
|
-
emails?: {
|
|
1168
|
-
status?: string | undefined;
|
|
1169
|
-
email?: string | undefined;
|
|
1170
|
-
}[] | undefined;
|
|
1171
1171
|
phones?: {
|
|
1172
1172
|
phone?: string | undefined;
|
|
1173
1173
|
region?: string | undefined;
|
|
@@ -1182,8 +1182,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1182
1182
|
}[] | undefined;
|
|
1183
1183
|
most_probable_phone?: string | undefined;
|
|
1184
1184
|
social_medias?: {
|
|
1185
|
-
type?: string | undefined;
|
|
1186
1185
|
url?: string | undefined;
|
|
1186
|
+
type?: string | undefined;
|
|
1187
1187
|
}[] | undefined;
|
|
1188
1188
|
} | 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
|
-
error: string;
|
|
1197
1196
|
success: boolean;
|
|
1197
|
+
error: string;
|
|
1198
1198
|
operation: "get_credit_balance";
|
|
1199
1199
|
balance?: number | undefined;
|
|
1200
1200
|
}, {
|
|
1201
|
-
error: string;
|
|
1202
1201
|
success: boolean;
|
|
1202
|
+
error: string;
|
|
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
|
-
error: string;
|
|
1212
1211
|
success: boolean;
|
|
1212
|
+
error: string;
|
|
1213
1213
|
operation: "check_api_key";
|
|
1214
1214
|
workspace_id?: string | undefined;
|
|
1215
1215
|
}, {
|
|
1216
|
-
error: string;
|
|
1217
1216
|
success: boolean;
|
|
1217
|
+
error: string;
|
|
1218
1218
|
operation: "check_api_key";
|
|
1219
1219
|
workspace_id?: string | undefined;
|
|
1220
1220
|
}>]>;
|