@bubblelab/bubble-core 0.1.38 → 0.1.39
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 +73 -73
- package/dist/bubbles/service-bubble/agi-inc.d.ts +60 -60
- package/dist/bubbles/service-bubble/airtable.d.ts +132 -132
- package/dist/bubbles/service-bubble/apify/apify.d.ts +4 -4
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +88 -71
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.js +25 -6
- package/dist/bubbles/service-bubble/ashby/ashby.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +18 -3
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js +9 -5
- package/dist/bubbles/service-bubble/ashby/ashby.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +23 -23
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +63 -63
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +142 -92
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js +104 -2
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/index.d.ts +1 -1
- package/dist/bubbles/service-bubble/crustdata/index.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/crustdata/index.js +2 -0
- package/dist/bubbles/service-bubble/crustdata/index.js.map +1 -1
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +32 -32
- package/dist/bubbles/service-bubble/firecrawl.d.ts +156 -156
- package/dist/bubbles/service-bubble/followupboss.d.ts +230 -230
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +108 -108
- package/dist/bubbles/service-bubble/github.d.ts +124 -124
- package/dist/bubbles/service-bubble/gmail.d.ts +70 -70
- package/dist/bubbles/service-bubble/google-calendar.d.ts +36 -36
- package/dist/bubbles/service-bubble/google-drive.d.ts +58 -58
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +33 -33
- package/dist/bubbles/service-bubble/notion/notion.d.ts +80 -80
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +112 -112
- package/dist/bubbles/service-bubble/storage.d.ts +30 -30
- package/dist/bubbles/service-bubble/telegram.d.ts +214 -214
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +138 -138
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +42 -6
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js +18 -7
- package/dist/bubbles/tool-bubble/get-bubble-details-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +346 -346
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +165 -165
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-tool.js +28 -13
- package/dist/bubbles/tool-bubble/people-search-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/people-search-utils.d.ts +19 -0
- package/dist/bubbles/tool-bubble/people-search-utils.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/people-search-utils.js +268 -0
- package/dist/bubbles/tool-bubble/people-search-utils.js.map +1 -0
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +102 -102
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +4 -4
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +34 -34
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
- package/dist/bubbles.json +56 -77
- package/package.json +2 -2
|
@@ -62,16 +62,16 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
62
62
|
}, "strip", import("zod").ZodTypeAny, {
|
|
63
63
|
operation: "enrich";
|
|
64
64
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
65
|
-
company_domain?: string | undefined;
|
|
66
65
|
company_linkedin_url?: string | undefined;
|
|
66
|
+
company_domain?: string | undefined;
|
|
67
67
|
company_id?: number | undefined;
|
|
68
68
|
fields?: string | undefined;
|
|
69
69
|
enrich_realtime?: boolean | undefined;
|
|
70
70
|
}, {
|
|
71
71
|
operation: "enrich";
|
|
72
72
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
73
|
-
company_domain?: string | undefined;
|
|
74
73
|
company_linkedin_url?: string | undefined;
|
|
74
|
+
company_domain?: string | undefined;
|
|
75
75
|
company_id?: number | undefined;
|
|
76
76
|
fields?: string | undefined;
|
|
77
77
|
enrich_realtime?: boolean | undefined;
|
|
@@ -146,12 +146,12 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
146
146
|
column: string;
|
|
147
147
|
} | import("./crustdata.schema.js").PersonDBFilterGroup;
|
|
148
148
|
limit?: number | undefined;
|
|
149
|
+
cursor?: string | undefined;
|
|
149
150
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
150
151
|
sorts?: {
|
|
151
152
|
column: string;
|
|
152
153
|
order: "asc" | "desc";
|
|
153
154
|
}[] | undefined;
|
|
154
|
-
cursor?: string | undefined;
|
|
155
155
|
preview?: boolean | undefined;
|
|
156
156
|
post_processing?: {
|
|
157
157
|
exclude_profiles?: string[] | undefined;
|
|
@@ -169,12 +169,12 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
169
169
|
column: string;
|
|
170
170
|
} | import("./crustdata.schema.js").PersonDBFilterGroup;
|
|
171
171
|
limit?: number | undefined;
|
|
172
|
+
cursor?: string | undefined;
|
|
172
173
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
173
174
|
sorts?: {
|
|
174
175
|
column: string;
|
|
175
176
|
order: "asc" | "desc";
|
|
176
177
|
}[] | undefined;
|
|
177
|
-
cursor?: string | undefined;
|
|
178
178
|
preview?: boolean | undefined;
|
|
179
179
|
post_processing?: {
|
|
180
180
|
exclude_profiles?: string[] | undefined;
|
|
@@ -191,19 +191,19 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
191
191
|
}, "strip", import("zod").ZodTypeAny, {
|
|
192
192
|
operation: "person_enrich";
|
|
193
193
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
194
|
+
linkedin_profile_url?: string | undefined;
|
|
195
|
+
business_email?: string | undefined;
|
|
194
196
|
fields?: string | undefined;
|
|
195
197
|
enrich_realtime?: boolean | undefined;
|
|
196
198
|
preview?: boolean | undefined;
|
|
197
|
-
linkedin_profile_url?: string | undefined;
|
|
198
|
-
business_email?: string | undefined;
|
|
199
199
|
}, {
|
|
200
200
|
operation: "person_enrich";
|
|
201
201
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
202
|
+
linkedin_profile_url?: string | undefined;
|
|
203
|
+
business_email?: string | undefined;
|
|
202
204
|
fields?: string | undefined;
|
|
203
205
|
enrich_realtime?: boolean | undefined;
|
|
204
206
|
preview?: boolean | undefined;
|
|
205
|
-
linkedin_profile_url?: string | undefined;
|
|
206
|
-
business_email?: string | undefined;
|
|
207
207
|
}>]>;
|
|
208
208
|
static readonly resultSchema: import("zod").ZodDiscriminatedUnion<"operation", [import("zod").ZodObject<{
|
|
209
209
|
operation: import("zod").ZodLiteral<"identify">;
|
|
@@ -232,9 +232,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
232
232
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
233
233
|
error: import("zod").ZodString;
|
|
234
234
|
}, "strip", import("zod").ZodTypeAny, {
|
|
235
|
+
operation: "identify";
|
|
235
236
|
success: boolean;
|
|
236
237
|
error: string;
|
|
237
|
-
operation: "identify";
|
|
238
238
|
results?: import("zod").objectOutputType<{
|
|
239
239
|
company_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
240
240
|
company_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -244,9 +244,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
244
244
|
score: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
245
245
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
246
246
|
}, {
|
|
247
|
+
operation: "identify";
|
|
247
248
|
success: boolean;
|
|
248
249
|
error: string;
|
|
249
|
-
operation: "identify";
|
|
250
250
|
results?: import("zod").objectInputType<{
|
|
251
251
|
company_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
252
252
|
company_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -344,14 +344,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
344
344
|
}, "strip", import("zod").ZodTypeAny, {
|
|
345
345
|
description?: string | null | undefined;
|
|
346
346
|
title?: string | null | undefined;
|
|
347
|
-
company_linkedin_url?: string | null | undefined;
|
|
348
347
|
company_name?: string | null | undefined;
|
|
348
|
+
company_linkedin_url?: string | null | undefined;
|
|
349
349
|
start_date?: string | number | null | undefined;
|
|
350
350
|
}, {
|
|
351
351
|
description?: string | null | undefined;
|
|
352
352
|
title?: string | null | undefined;
|
|
353
|
-
company_linkedin_url?: string | null | undefined;
|
|
354
353
|
company_name?: string | null | undefined;
|
|
354
|
+
company_linkedin_url?: string | null | undefined;
|
|
355
355
|
start_date?: string | number | null | undefined;
|
|
356
356
|
}>, "many">>>;
|
|
357
357
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -408,14 +408,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
408
408
|
}, "strip", import("zod").ZodTypeAny, {
|
|
409
409
|
description?: string | null | undefined;
|
|
410
410
|
title?: string | null | undefined;
|
|
411
|
-
company_linkedin_url?: string | null | undefined;
|
|
412
411
|
company_name?: string | null | undefined;
|
|
412
|
+
company_linkedin_url?: string | null | undefined;
|
|
413
413
|
start_date?: string | number | null | undefined;
|
|
414
414
|
}, {
|
|
415
415
|
description?: string | null | undefined;
|
|
416
416
|
title?: string | null | undefined;
|
|
417
|
-
company_linkedin_url?: string | null | undefined;
|
|
418
417
|
company_name?: string | null | undefined;
|
|
418
|
+
company_linkedin_url?: string | null | undefined;
|
|
419
419
|
start_date?: string | number | null | undefined;
|
|
420
420
|
}>, "many">>>;
|
|
421
421
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -472,14 +472,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
472
472
|
}, "strip", import("zod").ZodTypeAny, {
|
|
473
473
|
description?: string | null | undefined;
|
|
474
474
|
title?: string | null | undefined;
|
|
475
|
-
company_linkedin_url?: string | null | undefined;
|
|
476
475
|
company_name?: string | null | undefined;
|
|
476
|
+
company_linkedin_url?: string | null | undefined;
|
|
477
477
|
start_date?: string | number | null | undefined;
|
|
478
478
|
}, {
|
|
479
479
|
description?: string | null | undefined;
|
|
480
480
|
title?: string | null | undefined;
|
|
481
|
-
company_linkedin_url?: string | null | undefined;
|
|
482
481
|
company_name?: string | null | undefined;
|
|
482
|
+
company_linkedin_url?: string | null | undefined;
|
|
483
483
|
start_date?: string | number | null | undefined;
|
|
484
484
|
}>, "many">>>;
|
|
485
485
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -537,14 +537,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
537
537
|
}, "strip", import("zod").ZodTypeAny, {
|
|
538
538
|
description?: string | null | undefined;
|
|
539
539
|
title?: string | null | undefined;
|
|
540
|
-
company_linkedin_url?: string | null | undefined;
|
|
541
540
|
company_name?: string | null | undefined;
|
|
541
|
+
company_linkedin_url?: string | null | undefined;
|
|
542
542
|
start_date?: string | number | null | undefined;
|
|
543
543
|
}, {
|
|
544
544
|
description?: string | null | undefined;
|
|
545
545
|
title?: string | null | undefined;
|
|
546
|
-
company_linkedin_url?: string | null | undefined;
|
|
547
546
|
company_name?: string | null | undefined;
|
|
547
|
+
company_linkedin_url?: string | null | undefined;
|
|
548
548
|
start_date?: string | number | null | undefined;
|
|
549
549
|
}>, "many">>>;
|
|
550
550
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -601,14 +601,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
601
601
|
}, "strip", import("zod").ZodTypeAny, {
|
|
602
602
|
description?: string | null | undefined;
|
|
603
603
|
title?: string | null | undefined;
|
|
604
|
-
company_linkedin_url?: string | null | undefined;
|
|
605
604
|
company_name?: string | null | undefined;
|
|
605
|
+
company_linkedin_url?: string | null | undefined;
|
|
606
606
|
start_date?: string | number | null | undefined;
|
|
607
607
|
}, {
|
|
608
608
|
description?: string | null | undefined;
|
|
609
609
|
title?: string | null | undefined;
|
|
610
|
-
company_linkedin_url?: string | null | undefined;
|
|
611
610
|
company_name?: string | null | undefined;
|
|
611
|
+
company_linkedin_url?: string | null | undefined;
|
|
612
612
|
start_date?: string | number | null | undefined;
|
|
613
613
|
}>, "many">>>;
|
|
614
614
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -665,14 +665,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
665
665
|
}, "strip", import("zod").ZodTypeAny, {
|
|
666
666
|
description?: string | null | undefined;
|
|
667
667
|
title?: string | null | undefined;
|
|
668
|
-
company_linkedin_url?: string | null | undefined;
|
|
669
668
|
company_name?: string | null | undefined;
|
|
669
|
+
company_linkedin_url?: string | null | undefined;
|
|
670
670
|
start_date?: string | number | null | undefined;
|
|
671
671
|
}, {
|
|
672
672
|
description?: string | null | undefined;
|
|
673
673
|
title?: string | null | undefined;
|
|
674
|
-
company_linkedin_url?: string | null | undefined;
|
|
675
674
|
company_name?: string | null | undefined;
|
|
675
|
+
company_linkedin_url?: string | null | undefined;
|
|
676
676
|
start_date?: string | number | null | undefined;
|
|
677
677
|
}>, "many">>>;
|
|
678
678
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -731,14 +731,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
731
731
|
}, "strip", import("zod").ZodTypeAny, {
|
|
732
732
|
description?: string | null | undefined;
|
|
733
733
|
title?: string | null | undefined;
|
|
734
|
-
company_linkedin_url?: string | null | undefined;
|
|
735
734
|
company_name?: string | null | undefined;
|
|
735
|
+
company_linkedin_url?: string | null | undefined;
|
|
736
736
|
start_date?: string | number | null | undefined;
|
|
737
737
|
}, {
|
|
738
738
|
description?: string | null | undefined;
|
|
739
739
|
title?: string | null | undefined;
|
|
740
|
-
company_linkedin_url?: string | null | undefined;
|
|
741
740
|
company_name?: string | null | undefined;
|
|
741
|
+
company_linkedin_url?: string | null | undefined;
|
|
742
742
|
start_date?: string | number | null | undefined;
|
|
743
743
|
}>, "many">>>;
|
|
744
744
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -795,14 +795,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
795
795
|
}, "strip", import("zod").ZodTypeAny, {
|
|
796
796
|
description?: string | null | undefined;
|
|
797
797
|
title?: string | null | undefined;
|
|
798
|
-
company_linkedin_url?: string | null | undefined;
|
|
799
798
|
company_name?: string | null | undefined;
|
|
799
|
+
company_linkedin_url?: string | null | undefined;
|
|
800
800
|
start_date?: string | number | null | undefined;
|
|
801
801
|
}, {
|
|
802
802
|
description?: string | null | undefined;
|
|
803
803
|
title?: string | null | undefined;
|
|
804
|
-
company_linkedin_url?: string | null | undefined;
|
|
805
804
|
company_name?: string | null | undefined;
|
|
805
|
+
company_linkedin_url?: string | null | undefined;
|
|
806
806
|
start_date?: string | number | null | undefined;
|
|
807
807
|
}>, "many">>>;
|
|
808
808
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -859,14 +859,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
859
859
|
}, "strip", import("zod").ZodTypeAny, {
|
|
860
860
|
description?: string | null | undefined;
|
|
861
861
|
title?: string | null | undefined;
|
|
862
|
-
company_linkedin_url?: string | null | undefined;
|
|
863
862
|
company_name?: string | null | undefined;
|
|
863
|
+
company_linkedin_url?: string | null | undefined;
|
|
864
864
|
start_date?: string | number | null | undefined;
|
|
865
865
|
}, {
|
|
866
866
|
description?: string | null | undefined;
|
|
867
867
|
title?: string | null | undefined;
|
|
868
|
-
company_linkedin_url?: string | null | undefined;
|
|
869
868
|
company_name?: string | null | undefined;
|
|
869
|
+
company_linkedin_url?: string | null | undefined;
|
|
870
870
|
start_date?: string | number | null | undefined;
|
|
871
871
|
}>, "many">>>;
|
|
872
872
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -925,14 +925,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
925
925
|
}, "strip", import("zod").ZodTypeAny, {
|
|
926
926
|
description?: string | null | undefined;
|
|
927
927
|
title?: string | null | undefined;
|
|
928
|
-
company_linkedin_url?: string | null | undefined;
|
|
929
928
|
company_name?: string | null | undefined;
|
|
929
|
+
company_linkedin_url?: string | null | undefined;
|
|
930
930
|
start_date?: string | number | null | undefined;
|
|
931
931
|
}, {
|
|
932
932
|
description?: string | null | undefined;
|
|
933
933
|
title?: string | null | undefined;
|
|
934
|
-
company_linkedin_url?: string | null | undefined;
|
|
935
934
|
company_name?: string | null | undefined;
|
|
935
|
+
company_linkedin_url?: string | null | undefined;
|
|
936
936
|
start_date?: string | number | null | undefined;
|
|
937
937
|
}>, "many">>>;
|
|
938
938
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -991,14 +991,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
991
991
|
}, "strip", import("zod").ZodTypeAny, {
|
|
992
992
|
description?: string | null | undefined;
|
|
993
993
|
title?: string | null | undefined;
|
|
994
|
-
company_linkedin_url?: string | null | undefined;
|
|
995
994
|
company_name?: string | null | undefined;
|
|
995
|
+
company_linkedin_url?: string | null | undefined;
|
|
996
996
|
start_date?: string | number | null | undefined;
|
|
997
997
|
}, {
|
|
998
998
|
description?: string | null | undefined;
|
|
999
999
|
title?: string | null | undefined;
|
|
1000
|
-
company_linkedin_url?: string | null | undefined;
|
|
1001
1000
|
company_name?: string | null | undefined;
|
|
1001
|
+
company_linkedin_url?: string | null | undefined;
|
|
1002
1002
|
start_date?: string | number | null | undefined;
|
|
1003
1003
|
}>, "many">>>;
|
|
1004
1004
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -1034,9 +1034,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1034
1034
|
}>>>;
|
|
1035
1035
|
error: import("zod").ZodString;
|
|
1036
1036
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1037
|
+
operation: "enrich";
|
|
1037
1038
|
success: boolean;
|
|
1038
1039
|
error: string;
|
|
1039
|
-
operation: "enrich";
|
|
1040
1040
|
company?: import("zod").objectOutputType<{
|
|
1041
1041
|
name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1042
1042
|
linkedin_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1083,14 +1083,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1083
1083
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1084
1084
|
description?: string | null | undefined;
|
|
1085
1085
|
title?: string | null | undefined;
|
|
1086
|
-
company_linkedin_url?: string | null | undefined;
|
|
1087
1086
|
company_name?: string | null | undefined;
|
|
1087
|
+
company_linkedin_url?: string | null | undefined;
|
|
1088
1088
|
start_date?: string | number | null | undefined;
|
|
1089
1089
|
}, {
|
|
1090
1090
|
description?: string | null | undefined;
|
|
1091
1091
|
title?: string | null | undefined;
|
|
1092
|
-
company_linkedin_url?: string | null | undefined;
|
|
1093
1092
|
company_name?: string | null | undefined;
|
|
1093
|
+
company_linkedin_url?: string | null | undefined;
|
|
1094
1094
|
start_date?: string | number | null | undefined;
|
|
1095
1095
|
}>, "many">>>;
|
|
1096
1096
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -1148,14 +1148,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1148
1148
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1149
1149
|
description?: string | null | undefined;
|
|
1150
1150
|
title?: string | null | undefined;
|
|
1151
|
-
company_linkedin_url?: string | null | undefined;
|
|
1152
1151
|
company_name?: string | null | undefined;
|
|
1152
|
+
company_linkedin_url?: string | null | undefined;
|
|
1153
1153
|
start_date?: string | number | null | undefined;
|
|
1154
1154
|
}, {
|
|
1155
1155
|
description?: string | null | undefined;
|
|
1156
1156
|
title?: string | null | undefined;
|
|
1157
|
-
company_linkedin_url?: string | null | undefined;
|
|
1158
1157
|
company_name?: string | null | undefined;
|
|
1158
|
+
company_linkedin_url?: string | null | undefined;
|
|
1159
1159
|
start_date?: string | number | null | undefined;
|
|
1160
1160
|
}>, "many">>>;
|
|
1161
1161
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -1214,14 +1214,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1214
1214
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1215
1215
|
description?: string | null | undefined;
|
|
1216
1216
|
title?: string | null | undefined;
|
|
1217
|
-
company_linkedin_url?: string | null | undefined;
|
|
1218
1217
|
company_name?: string | null | undefined;
|
|
1218
|
+
company_linkedin_url?: string | null | undefined;
|
|
1219
1219
|
start_date?: string | number | null | undefined;
|
|
1220
1220
|
}, {
|
|
1221
1221
|
description?: string | null | undefined;
|
|
1222
1222
|
title?: string | null | undefined;
|
|
1223
|
-
company_linkedin_url?: string | null | undefined;
|
|
1224
1223
|
company_name?: string | null | undefined;
|
|
1224
|
+
company_linkedin_url?: string | null | undefined;
|
|
1225
1225
|
start_date?: string | number | null | undefined;
|
|
1226
1226
|
}>, "many">>>;
|
|
1227
1227
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -1256,9 +1256,9 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1256
1256
|
}, import("zod").ZodTypeAny, "passthrough">[] | null | undefined;
|
|
1257
1257
|
} | null | undefined;
|
|
1258
1258
|
}, {
|
|
1259
|
+
operation: "enrich";
|
|
1259
1260
|
success: boolean;
|
|
1260
1261
|
error: string;
|
|
1261
|
-
operation: "enrich";
|
|
1262
1262
|
company?: import("zod").objectInputType<{
|
|
1263
1263
|
name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
1264
1264
|
linkedin_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -1305,14 +1305,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1305
1305
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1306
1306
|
description?: string | null | undefined;
|
|
1307
1307
|
title?: string | null | undefined;
|
|
1308
|
-
company_linkedin_url?: string | null | undefined;
|
|
1309
1308
|
company_name?: string | null | undefined;
|
|
1309
|
+
company_linkedin_url?: string | null | undefined;
|
|
1310
1310
|
start_date?: string | number | null | undefined;
|
|
1311
1311
|
}, {
|
|
1312
1312
|
description?: string | null | undefined;
|
|
1313
1313
|
title?: string | null | undefined;
|
|
1314
|
-
company_linkedin_url?: string | null | undefined;
|
|
1315
1314
|
company_name?: string | null | undefined;
|
|
1315
|
+
company_linkedin_url?: string | null | undefined;
|
|
1316
1316
|
start_date?: string | number | null | undefined;
|
|
1317
1317
|
}>, "many">>>;
|
|
1318
1318
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -1370,14 +1370,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1370
1370
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1371
1371
|
description?: string | null | undefined;
|
|
1372
1372
|
title?: string | null | undefined;
|
|
1373
|
-
company_linkedin_url?: string | null | undefined;
|
|
1374
1373
|
company_name?: string | null | undefined;
|
|
1374
|
+
company_linkedin_url?: string | null | undefined;
|
|
1375
1375
|
start_date?: string | number | null | undefined;
|
|
1376
1376
|
}, {
|
|
1377
1377
|
description?: string | null | undefined;
|
|
1378
1378
|
title?: string | null | undefined;
|
|
1379
|
-
company_linkedin_url?: string | null | undefined;
|
|
1380
1379
|
company_name?: string | null | undefined;
|
|
1380
|
+
company_linkedin_url?: string | null | undefined;
|
|
1381
1381
|
start_date?: string | number | null | undefined;
|
|
1382
1382
|
}>, "many">>>;
|
|
1383
1383
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -1436,14 +1436,14 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
1436
1436
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1437
1437
|
description?: string | null | undefined;
|
|
1438
1438
|
title?: string | null | undefined;
|
|
1439
|
-
company_linkedin_url?: string | null | undefined;
|
|
1440
1439
|
company_name?: string | null | undefined;
|
|
1440
|
+
company_linkedin_url?: string | null | undefined;
|
|
1441
1441
|
start_date?: string | number | null | undefined;
|
|
1442
1442
|
}, {
|
|
1443
1443
|
description?: string | null | undefined;
|
|
1444
1444
|
title?: string | null | undefined;
|
|
1445
|
-
company_linkedin_url?: string | null | undefined;
|
|
1446
1445
|
company_name?: string | null | undefined;
|
|
1446
|
+
company_linkedin_url?: string | null | undefined;
|
|
1447
1447
|
start_date?: string | number | null | undefined;
|
|
1448
1448
|
}>, "many">>>;
|
|
1449
1449
|
past_positions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodObject<{
|
|
@@ -2256,9 +2256,10 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
2256
2256
|
next_cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
2257
2257
|
error: import("zod").ZodString;
|
|
2258
2258
|
}, "strip", import("zod").ZodTypeAny, {
|
|
2259
|
+
operation: "person_search_db";
|
|
2259
2260
|
success: boolean;
|
|
2260
2261
|
error: string;
|
|
2261
|
-
|
|
2262
|
+
next_cursor?: string | undefined;
|
|
2262
2263
|
profiles?: import("zod").objectOutputType<{
|
|
2263
2264
|
person_id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2264
2265
|
name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -2518,11 +2519,11 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
2518
2519
|
twitter_handle: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2519
2520
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2520
2521
|
total_count?: number | undefined;
|
|
2521
|
-
next_cursor?: string | undefined;
|
|
2522
2522
|
}, {
|
|
2523
|
+
operation: "person_search_db";
|
|
2523
2524
|
success: boolean;
|
|
2524
2525
|
error: string;
|
|
2525
|
-
|
|
2526
|
+
next_cursor?: string | undefined;
|
|
2526
2527
|
profiles?: import("zod").objectInputType<{
|
|
2527
2528
|
person_id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
2528
2529
|
name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -2782,7 +2783,6 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
2782
2783
|
twitter_handle: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
2783
2784
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
2784
2785
|
total_count?: number | undefined;
|
|
2785
|
-
next_cursor?: string | undefined;
|
|
2786
2786
|
}>, import("zod").ZodObject<{
|
|
2787
2787
|
operation: import("zod").ZodLiteral<"person_enrich">;
|
|
2788
2788
|
success: import("zod").ZodBoolean;
|
|
@@ -3591,9 +3591,16 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
3591
3591
|
}, import("zod").ZodTypeAny, "passthrough">>, "many">>;
|
|
3592
3592
|
error: import("zod").ZodString;
|
|
3593
3593
|
}, "strip", import("zod").ZodTypeAny, {
|
|
3594
|
+
operation: "person_enrich";
|
|
3594
3595
|
success: boolean;
|
|
3595
3596
|
error: string;
|
|
3596
|
-
|
|
3597
|
+
errors?: import("zod").objectOutputType<{
|
|
3598
|
+
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3599
|
+
business_email: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3600
|
+
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3601
|
+
error_code: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3602
|
+
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3603
|
+
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
3597
3604
|
profiles?: import("zod").objectOutputType<{
|
|
3598
3605
|
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3599
3606
|
linkedin_flagship_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -3856,17 +3863,17 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
3856
3863
|
query_linkedin_profile_urn_or_slug: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
3857
3864
|
score: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
3858
3865
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
3859
|
-
|
|
3866
|
+
}, {
|
|
3867
|
+
operation: "person_enrich";
|
|
3868
|
+
success: boolean;
|
|
3869
|
+
error: string;
|
|
3870
|
+
errors?: import("zod").objectInputType<{
|
|
3860
3871
|
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3861
3872
|
business_email: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3862
3873
|
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3863
3874
|
error_code: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3864
3875
|
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
3865
3876
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
3866
|
-
}, {
|
|
3867
|
-
success: boolean;
|
|
3868
|
-
error: string;
|
|
3869
|
-
operation: "person_enrich";
|
|
3870
3877
|
profiles?: import("zod").objectInputType<{
|
|
3871
3878
|
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3872
3879
|
linkedin_flagship_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
@@ -4129,13 +4136,6 @@ export declare class CrustdataBubble<T extends CrustdataParamsInput = CrustdataP
|
|
|
4129
4136
|
query_linkedin_profile_urn_or_slug: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodArray<import("zod").ZodString, "many">>>;
|
|
4130
4137
|
score: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
4131
4138
|
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
4132
|
-
errors?: import("zod").objectInputType<{
|
|
4133
|
-
linkedin_profile_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4134
|
-
business_email: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4135
|
-
error: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4136
|
-
error_code: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4137
|
-
message: import("zod").ZodOptional<import("zod").ZodString>;
|
|
4138
|
-
}, import("zod").ZodTypeAny, "passthrough">[] | undefined;
|
|
4139
4139
|
}>]>;
|
|
4140
4140
|
static readonly shortDescription = "Crustdata API for company data enrichment and people search";
|
|
4141
4141
|
static readonly longDescription = "\n Crustdata service integration for company data enrichment, lead generation, and people search.\n\n Operations:\n - identify: Resolve company name/domain/LinkedIn URL to company_id (FREE)\n - enrich: Get company data with decision makers, CXOs, and founders (1 credit)\n - person_search_db: In-database people search with advanced filtering (3 credits per 100 results)\n - person_enrich: Enrich LinkedIn profiles with comprehensive data (3-5 credits per profile)\n\n Use cases:\n - Lead generation and sales prospecting\n - Company research and intelligence\n - Contact discovery for outreach\n - People search across companies with various filters\n - Find professionals by title, company, skills, location, etc.\n - Geographic radius search for local talent\n - LinkedIn profile enrichment with employment history, education, skills\n - Reverse email lookup to find LinkedIn profiles\n - Business email discovery for outreach\n\n Note: For agent-friendly usage, use CompanyEnrichmentTool or PeopleSearchTool instead.\n ";
|