@bubblelab/bubble-core 0.1.141 → 0.1.143
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 +181 -118
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +9 -1
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.d.ts +4 -0
- package/dist/bubble-flow/bubble-flow-class.d.ts.map +1 -1
- package/dist/bubble-flow/bubble-flow-class.js +1 -0
- package/dist/bubble-flow/bubble-flow-class.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +140 -140
- package/dist/bubbles/service-bubble/ai-agent.d.ts +4 -4
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +7 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +158 -158
- package/dist/bubbles/service-bubble/apify/actors/google-maps-scraper.d.ts +6 -6
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +806 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts.map +1 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js +256 -0
- package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.js.map +1 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +813 -6
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js +8 -0
- package/dist/bubbles/service-bubble/apify/apify-scraper.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.d.ts +13 -13
- package/dist/bubbles/service-bubble/apify/apify.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/apify/apify.js +1 -0
- package/dist/bubbles/service-bubble/apify/apify.js.map +1 -1
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +64 -64
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +6 -6
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +44 -37
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.js +66 -3
- package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +59 -16
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js +19 -0
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js.map +1 -1
- package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +96 -96
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +24 -24
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +24 -24
- package/dist/bubbles/service-bubble/firecrawl.d.ts +244 -244
- package/dist/bubbles/service-bubble/followupboss.d.ts +152 -152
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +44 -44
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +62 -62
- package/dist/bubbles/service-bubble/github.d.ts +148 -148
- package/dist/bubbles/service-bubble/gmail.d.ts +556 -556
- package/dist/bubbles/service-bubble/google-calendar.d.ts +34 -34
- package/dist/bubbles/service-bubble/google-drive.d.ts +102 -102
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +30 -30
- package/dist/bubbles/service-bubble/http.d.ts +20 -20
- package/dist/bubbles/service-bubble/jira/jira.d.ts +92 -92
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +2 -2
- package/dist/bubbles/service-bubble/notion/notion.d.ts +647 -647
- package/dist/bubbles/service-bubble/resend.d.ts +32 -32
- package/dist/bubbles/service-bubble/slack/slack.d.ts +496 -496
- package/dist/bubbles/service-bubble/slack/slack.js +2 -2
- package/dist/bubbles/service-bubble/slack/slack.js.map +1 -1
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +87 -87
- package/dist/bubbles/service-bubble/telegram.d.ts +108 -108
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +126 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js +34 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts +22 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js +57 -0
- package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.d.ts +5 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.js +5 -0
- package/dist/bubbles/tool-bubble/browser-tools/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +158 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js +33 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +161 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js +310 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +165 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js +45 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +171 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js +364 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +160 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js +24 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +160 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js +334 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js +3 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +152 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js +23 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +155 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js +233 -0
- package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +64 -64
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +16 -16
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +1634 -196
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts.map +1 -1
- package/dist/bubbles/tool-bubble/linkedin-tool.js +300 -56
- package/dist/bubbles/tool-bubble/linkedin-tool.js.map +1 -1
- package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +108 -108
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +24 -24
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +14 -14
- package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +2 -2
- package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +32 -32
- package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +58 -58
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +2 -2
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +46 -46
- package/dist/bubbles.json +1148 -75
- package/dist/index.d.ts +4 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -70,8 +70,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
70
70
|
}>, "many">;
|
|
71
71
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
72
72
|
}, "strip", import("zod").ZodTypeAny, {
|
|
73
|
-
name: string;
|
|
74
73
|
operation: "start_bulk_enrichment";
|
|
74
|
+
name: string;
|
|
75
75
|
contacts: {
|
|
76
76
|
enrich_fields: ("contact.emails" | "contact.personal_emails")[];
|
|
77
77
|
custom?: Record<string, string> | undefined;
|
|
@@ -84,8 +84,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
84
84
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
85
85
|
webhook_url?: string | undefined;
|
|
86
86
|
}, {
|
|
87
|
-
name: string;
|
|
88
87
|
operation: "start_bulk_enrichment";
|
|
88
|
+
name: string;
|
|
89
89
|
contacts: {
|
|
90
90
|
custom?: Record<string, string> | undefined;
|
|
91
91
|
domain?: string | undefined;
|
|
@@ -119,14 +119,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
119
119
|
emails: import("zod").ZodArray<import("zod").ZodString, "many">;
|
|
120
120
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
121
121
|
}, "strip", import("zod").ZodTypeAny, {
|
|
122
|
-
name: string;
|
|
123
122
|
operation: "start_reverse_email_lookup";
|
|
123
|
+
name: string;
|
|
124
124
|
emails: string[];
|
|
125
125
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
126
126
|
webhook_url?: string | undefined;
|
|
127
127
|
}, {
|
|
128
|
-
name: string;
|
|
129
128
|
operation: "start_reverse_email_lookup";
|
|
129
|
+
name: string;
|
|
130
130
|
emails: string[];
|
|
131
131
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
132
132
|
webhook_url?: string | undefined;
|
|
@@ -167,14 +167,14 @@ 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
|
+
operation: "start_bulk_enrichment";
|
|
170
171
|
error: string;
|
|
171
172
|
success: boolean;
|
|
172
|
-
operation: "start_bulk_enrichment";
|
|
173
173
|
enrichment_id?: string | undefined;
|
|
174
174
|
}, {
|
|
175
|
+
operation: "start_bulk_enrichment";
|
|
175
176
|
error: string;
|
|
176
177
|
success: boolean;
|
|
177
|
-
operation: "start_bulk_enrichment";
|
|
178
178
|
enrichment_id?: string | undefined;
|
|
179
179
|
}>, import("zod").ZodObject<{
|
|
180
180
|
operation: import("zod").ZodLiteral<"get_enrichment_result">;
|
|
@@ -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;
|
|
@@ -370,8 +370,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
370
370
|
linkedin_id?: string | undefined;
|
|
371
371
|
industry?: string | undefined;
|
|
372
372
|
headquarters?: {
|
|
373
|
-
city?: string | undefined;
|
|
374
373
|
country?: string | undefined;
|
|
374
|
+
city?: string | undefined;
|
|
375
375
|
} | undefined;
|
|
376
376
|
} | undefined;
|
|
377
377
|
start_date?: string | undefined;
|
|
@@ -416,8 +416,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
416
416
|
linkedin_id?: string | number | undefined;
|
|
417
417
|
industry?: string | undefined;
|
|
418
418
|
headquarters?: {
|
|
419
|
-
city?: string | undefined;
|
|
420
419
|
country?: string | undefined;
|
|
420
|
+
city?: string | undefined;
|
|
421
421
|
} | undefined;
|
|
422
422
|
} | undefined;
|
|
423
423
|
start_date?: string | undefined;
|
|
@@ -465,8 +465,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
465
465
|
linkedin_id?: string | undefined;
|
|
466
466
|
industry?: string | undefined;
|
|
467
467
|
headquarters?: {
|
|
468
|
-
city?: string | undefined;
|
|
469
468
|
country?: string | undefined;
|
|
469
|
+
city?: string | undefined;
|
|
470
470
|
} | undefined;
|
|
471
471
|
} | undefined;
|
|
472
472
|
start_date?: string | undefined;
|
|
@@ -514,8 +514,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
514
514
|
linkedin_id?: string | number | undefined;
|
|
515
515
|
industry?: string | undefined;
|
|
516
516
|
headquarters?: {
|
|
517
|
-
city?: string | undefined;
|
|
518
517
|
country?: string | undefined;
|
|
518
|
+
city?: string | undefined;
|
|
519
519
|
} | undefined;
|
|
520
520
|
} | undefined;
|
|
521
521
|
start_date?: string | undefined;
|
|
@@ -555,9 +555,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
555
555
|
}>>;
|
|
556
556
|
error: import("zod").ZodString;
|
|
557
557
|
}, "strip", import("zod").ZodTypeAny, {
|
|
558
|
+
operation: "get_enrichment_result";
|
|
558
559
|
error: string;
|
|
559
560
|
success: boolean;
|
|
560
|
-
operation: "get_enrichment_result";
|
|
561
561
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
562
562
|
name?: string | undefined;
|
|
563
563
|
id?: string | undefined;
|
|
@@ -582,8 +582,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
582
582
|
linkedin_id?: string | undefined;
|
|
583
583
|
industry?: string | undefined;
|
|
584
584
|
headquarters?: {
|
|
585
|
-
city?: string | undefined;
|
|
586
585
|
country?: string | undefined;
|
|
586
|
+
city?: string | undefined;
|
|
587
587
|
} | undefined;
|
|
588
588
|
} | undefined;
|
|
589
589
|
start_date?: string | undefined;
|
|
@@ -615,9 +615,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
615
615
|
} | undefined;
|
|
616
616
|
}[] | undefined;
|
|
617
617
|
}, {
|
|
618
|
+
operation: "get_enrichment_result";
|
|
618
619
|
error: string;
|
|
619
620
|
success: boolean;
|
|
620
|
-
operation: "get_enrichment_result";
|
|
621
621
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
622
622
|
name?: string | undefined;
|
|
623
623
|
id?: string | undefined;
|
|
@@ -642,8 +642,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
642
642
|
linkedin_id?: string | number | undefined;
|
|
643
643
|
industry?: string | undefined;
|
|
644
644
|
headquarters?: {
|
|
645
|
-
city?: string | undefined;
|
|
646
645
|
country?: string | undefined;
|
|
646
|
+
city?: string | undefined;
|
|
647
647
|
} | undefined;
|
|
648
648
|
} | undefined;
|
|
649
649
|
start_date?: string | undefined;
|
|
@@ -680,14 +680,14 @@ 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
|
+
operation: "start_reverse_email_lookup";
|
|
683
684
|
error: string;
|
|
684
685
|
success: boolean;
|
|
685
|
-
operation: "start_reverse_email_lookup";
|
|
686
686
|
enrichment_id?: string | undefined;
|
|
687
687
|
}, {
|
|
688
|
+
operation: "start_reverse_email_lookup";
|
|
688
689
|
error: string;
|
|
689
690
|
success: boolean;
|
|
690
|
-
operation: "start_reverse_email_lookup";
|
|
691
691
|
enrichment_id?: string | undefined;
|
|
692
692
|
}>, import("zod").ZodObject<{
|
|
693
693
|
operation: import("zod").ZodLiteral<"get_reverse_email_result">;
|
|
@@ -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;
|
|
@@ -883,8 +883,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
883
883
|
linkedin_id?: string | undefined;
|
|
884
884
|
industry?: string | undefined;
|
|
885
885
|
headquarters?: {
|
|
886
|
-
city?: string | undefined;
|
|
887
886
|
country?: string | undefined;
|
|
887
|
+
city?: string | undefined;
|
|
888
888
|
} | undefined;
|
|
889
889
|
} | undefined;
|
|
890
890
|
start_date?: string | undefined;
|
|
@@ -929,8 +929,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
929
929
|
linkedin_id?: string | number | undefined;
|
|
930
930
|
industry?: string | undefined;
|
|
931
931
|
headquarters?: {
|
|
932
|
-
city?: string | undefined;
|
|
933
932
|
country?: string | undefined;
|
|
933
|
+
city?: string | undefined;
|
|
934
934
|
} | undefined;
|
|
935
935
|
} | undefined;
|
|
936
936
|
start_date?: string | undefined;
|
|
@@ -978,8 +978,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
978
978
|
linkedin_id?: string | undefined;
|
|
979
979
|
industry?: string | undefined;
|
|
980
980
|
headquarters?: {
|
|
981
|
-
city?: string | undefined;
|
|
982
981
|
country?: string | undefined;
|
|
982
|
+
city?: string | undefined;
|
|
983
983
|
} | undefined;
|
|
984
984
|
} | undefined;
|
|
985
985
|
start_date?: string | undefined;
|
|
@@ -1027,8 +1027,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1027
1027
|
linkedin_id?: string | number | undefined;
|
|
1028
1028
|
industry?: string | undefined;
|
|
1029
1029
|
headquarters?: {
|
|
1030
|
-
city?: string | undefined;
|
|
1031
1030
|
country?: string | undefined;
|
|
1031
|
+
city?: string | undefined;
|
|
1032
1032
|
} | undefined;
|
|
1033
1033
|
} | undefined;
|
|
1034
1034
|
start_date?: string | undefined;
|
|
@@ -1068,9 +1068,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1068
1068
|
}>>;
|
|
1069
1069
|
error: import("zod").ZodString;
|
|
1070
1070
|
}, "strip", import("zod").ZodTypeAny, {
|
|
1071
|
+
operation: "get_reverse_email_result";
|
|
1071
1072
|
error: string;
|
|
1072
1073
|
success: boolean;
|
|
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;
|
|
1076
1076
|
id?: string | undefined;
|
|
@@ -1095,8 +1095,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1095
1095
|
linkedin_id?: string | undefined;
|
|
1096
1096
|
industry?: string | undefined;
|
|
1097
1097
|
headquarters?: {
|
|
1098
|
-
city?: string | undefined;
|
|
1099
1098
|
country?: string | undefined;
|
|
1099
|
+
city?: string | undefined;
|
|
1100
1100
|
} | undefined;
|
|
1101
1101
|
} | undefined;
|
|
1102
1102
|
start_date?: string | undefined;
|
|
@@ -1128,9 +1128,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1128
1128
|
} | undefined;
|
|
1129
1129
|
}[] | undefined;
|
|
1130
1130
|
}, {
|
|
1131
|
+
operation: "get_reverse_email_result";
|
|
1131
1132
|
error: string;
|
|
1132
1133
|
success: boolean;
|
|
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;
|
|
1136
1136
|
id?: string | undefined;
|
|
@@ -1155,8 +1155,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1155
1155
|
linkedin_id?: string | number | undefined;
|
|
1156
1156
|
industry?: string | undefined;
|
|
1157
1157
|
headquarters?: {
|
|
1158
|
-
city?: string | undefined;
|
|
1159
1158
|
country?: string | undefined;
|
|
1159
|
+
city?: string | undefined;
|
|
1160
1160
|
} | undefined;
|
|
1161
1161
|
} | undefined;
|
|
1162
1162
|
start_date?: string | undefined;
|
|
@@ -1193,14 +1193,14 @@ 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
|
+
operation: "get_credit_balance";
|
|
1196
1197
|
error: string;
|
|
1197
1198
|
success: boolean;
|
|
1198
|
-
operation: "get_credit_balance";
|
|
1199
1199
|
balance?: number | undefined;
|
|
1200
1200
|
}, {
|
|
1201
|
+
operation: "get_credit_balance";
|
|
1201
1202
|
error: string;
|
|
1202
1203
|
success: boolean;
|
|
1203
|
-
operation: "get_credit_balance";
|
|
1204
1204
|
balance?: number | undefined;
|
|
1205
1205
|
}>, import("zod").ZodObject<{
|
|
1206
1206
|
operation: import("zod").ZodLiteral<"check_api_key">;
|
|
@@ -1208,14 +1208,14 @@ 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
|
+
operation: "check_api_key";
|
|
1211
1212
|
error: string;
|
|
1212
1213
|
success: boolean;
|
|
1213
|
-
operation: "check_api_key";
|
|
1214
1214
|
workspace_id?: string | undefined;
|
|
1215
1215
|
}, {
|
|
1216
|
+
operation: "check_api_key";
|
|
1216
1217
|
error: string;
|
|
1217
1218
|
success: boolean;
|
|
1218
|
-
operation: "check_api_key";
|
|
1219
1219
|
workspace_id?: string | undefined;
|
|
1220
1220
|
}>]>;
|
|
1221
1221
|
static readonly shortDescription = "B2B contact enrichment for emails, phones, and LinkedIn data";
|