@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
|
@@ -54,45 +54,45 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
54
54
|
}, "strip", import("zod").ZodTypeAny, {
|
|
55
55
|
enrich_fields: ("contact.emails" | "contact.personal_emails")[];
|
|
56
56
|
custom?: Record<string, string> | undefined;
|
|
57
|
+
linkedin_url?: string | undefined;
|
|
57
58
|
company_name?: string | undefined;
|
|
58
59
|
firstname?: string | undefined;
|
|
59
60
|
lastname?: string | undefined;
|
|
60
61
|
domain?: string | undefined;
|
|
61
|
-
linkedin_url?: string | undefined;
|
|
62
62
|
}, {
|
|
63
63
|
custom?: Record<string, string> | undefined;
|
|
64
|
+
linkedin_url?: string | undefined;
|
|
64
65
|
company_name?: string | undefined;
|
|
65
66
|
firstname?: string | undefined;
|
|
66
67
|
lastname?: string | undefined;
|
|
67
68
|
domain?: string | undefined;
|
|
68
|
-
linkedin_url?: string | undefined;
|
|
69
69
|
enrich_fields?: ("contact.emails" | "contact.personal_emails")[] | undefined;
|
|
70
70
|
}>, "many">;
|
|
71
71
|
credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
|
|
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;
|
|
78
|
+
linkedin_url?: string | undefined;
|
|
78
79
|
company_name?: string | undefined;
|
|
79
80
|
firstname?: string | undefined;
|
|
80
81
|
lastname?: string | undefined;
|
|
81
82
|
domain?: string | undefined;
|
|
82
|
-
linkedin_url?: string | undefined;
|
|
83
83
|
}[];
|
|
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
|
+
linkedin_url?: string | undefined;
|
|
91
92
|
company_name?: string | undefined;
|
|
92
93
|
firstname?: string | undefined;
|
|
93
94
|
lastname?: string | undefined;
|
|
94
95
|
domain?: string | undefined;
|
|
95
|
-
linkedin_url?: string | undefined;
|
|
96
96
|
enrich_fields?: ("contact.emails" | "contact.personal_emails")[] | undefined;
|
|
97
97
|
}[];
|
|
98
98
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -119,15 +119,15 @@ 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
|
+
operation: "start_reverse_email_lookup";
|
|
122
123
|
name: string;
|
|
123
124
|
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
|
+
operation: "start_reverse_email_lookup";
|
|
128
129
|
name: string;
|
|
129
130
|
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,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
|
success: boolean;
|
|
171
172
|
error: string;
|
|
172
|
-
operation: "start_bulk_enrichment";
|
|
173
173
|
enrichment_id?: string | undefined;
|
|
174
174
|
}, {
|
|
175
|
+
operation: "start_bulk_enrichment";
|
|
175
176
|
success: boolean;
|
|
176
177
|
error: string;
|
|
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,31 +249,31 @@ 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
|
-
country?: string | undefined;
|
|
253
252
|
city?: string | undefined;
|
|
254
|
-
}, {
|
|
255
253
|
country?: string | undefined;
|
|
254
|
+
}, {
|
|
256
255
|
city?: string | undefined;
|
|
256
|
+
country?: string | undefined;
|
|
257
257
|
}>>;
|
|
258
258
|
}, "strip", import("zod").ZodTypeAny, {
|
|
259
259
|
name?: string | undefined;
|
|
260
|
+
linkedin_url?: string | undefined;
|
|
260
261
|
linkedin_id?: string | undefined;
|
|
261
262
|
industry?: string | undefined;
|
|
262
263
|
domain?: string | undefined;
|
|
263
|
-
linkedin_url?: string | undefined;
|
|
264
264
|
headquarters?: {
|
|
265
|
-
country?: string | undefined;
|
|
266
265
|
city?: string | undefined;
|
|
266
|
+
country?: string | undefined;
|
|
267
267
|
} | undefined;
|
|
268
268
|
}, {
|
|
269
269
|
name?: string | undefined;
|
|
270
|
+
linkedin_url?: string | undefined;
|
|
270
271
|
linkedin_id?: string | number | undefined;
|
|
271
272
|
industry?: string | undefined;
|
|
272
273
|
domain?: string | undefined;
|
|
273
|
-
linkedin_url?: string | undefined;
|
|
274
274
|
headquarters?: {
|
|
275
|
-
country?: string | undefined;
|
|
276
275
|
city?: string | undefined;
|
|
276
|
+
country?: string | undefined;
|
|
277
277
|
} | undefined;
|
|
278
278
|
}>>;
|
|
279
279
|
start_date: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -282,13 +282,13 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
282
282
|
title?: string | undefined;
|
|
283
283
|
company?: {
|
|
284
284
|
name?: string | undefined;
|
|
285
|
+
linkedin_url?: string | undefined;
|
|
285
286
|
linkedin_id?: string | undefined;
|
|
286
287
|
industry?: string | undefined;
|
|
287
288
|
domain?: string | undefined;
|
|
288
|
-
linkedin_url?: string | undefined;
|
|
289
289
|
headquarters?: {
|
|
290
|
-
country?: string | undefined;
|
|
291
290
|
city?: string | undefined;
|
|
291
|
+
country?: string | undefined;
|
|
292
292
|
} | undefined;
|
|
293
293
|
} | undefined;
|
|
294
294
|
start_date?: string | undefined;
|
|
@@ -297,57 +297,57 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
297
297
|
title?: string | undefined;
|
|
298
298
|
company?: {
|
|
299
299
|
name?: string | undefined;
|
|
300
|
+
linkedin_url?: string | undefined;
|
|
300
301
|
linkedin_id?: string | number | undefined;
|
|
301
302
|
industry?: string | undefined;
|
|
302
303
|
domain?: string | undefined;
|
|
303
|
-
linkedin_url?: string | undefined;
|
|
304
304
|
headquarters?: {
|
|
305
|
-
country?: string | undefined;
|
|
306
305
|
city?: string | undefined;
|
|
306
|
+
country?: string | undefined;
|
|
307
307
|
} | undefined;
|
|
308
308
|
} | undefined;
|
|
309
309
|
start_date?: string | undefined;
|
|
310
310
|
end_date?: string | undefined;
|
|
311
311
|
}>>;
|
|
312
312
|
}, "strip", import("zod").ZodTypeAny, {
|
|
313
|
-
|
|
313
|
+
linkedin_url?: string | undefined;
|
|
314
314
|
headline?: string | undefined;
|
|
315
|
+
location?: string | undefined;
|
|
315
316
|
linkedin_id?: string | undefined;
|
|
316
|
-
linkedin_url?: string | undefined;
|
|
317
317
|
linkedin_handle?: string | undefined;
|
|
318
318
|
current_position?: {
|
|
319
319
|
title?: string | undefined;
|
|
320
320
|
company?: {
|
|
321
321
|
name?: string | undefined;
|
|
322
|
+
linkedin_url?: string | undefined;
|
|
322
323
|
linkedin_id?: string | undefined;
|
|
323
324
|
industry?: string | undefined;
|
|
324
325
|
domain?: string | undefined;
|
|
325
|
-
linkedin_url?: string | undefined;
|
|
326
326
|
headquarters?: {
|
|
327
|
-
country?: string | undefined;
|
|
328
327
|
city?: string | undefined;
|
|
328
|
+
country?: string | undefined;
|
|
329
329
|
} | undefined;
|
|
330
330
|
} | undefined;
|
|
331
331
|
start_date?: string | undefined;
|
|
332
332
|
end_date?: string | undefined;
|
|
333
333
|
} | undefined;
|
|
334
334
|
}, {
|
|
335
|
-
|
|
335
|
+
linkedin_url?: string | undefined;
|
|
336
336
|
headline?: string | undefined;
|
|
337
|
+
location?: string | undefined;
|
|
337
338
|
linkedin_id?: string | number | undefined;
|
|
338
|
-
linkedin_url?: string | undefined;
|
|
339
339
|
linkedin_handle?: string | undefined;
|
|
340
340
|
current_position?: {
|
|
341
341
|
title?: string | undefined;
|
|
342
342
|
company?: {
|
|
343
343
|
name?: string | undefined;
|
|
344
|
+
linkedin_url?: string | undefined;
|
|
344
345
|
linkedin_id?: string | number | undefined;
|
|
345
346
|
industry?: string | undefined;
|
|
346
347
|
domain?: string | undefined;
|
|
347
|
-
linkedin_url?: string | undefined;
|
|
348
348
|
headquarters?: {
|
|
349
|
-
country?: string | undefined;
|
|
350
349
|
city?: string | undefined;
|
|
350
|
+
country?: string | undefined;
|
|
351
351
|
} | undefined;
|
|
352
352
|
} | undefined;
|
|
353
353
|
start_date?: string | undefined;
|
|
@@ -378,22 +378,22 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
378
378
|
url?: string | undefined;
|
|
379
379
|
}[] | undefined;
|
|
380
380
|
profile?: {
|
|
381
|
-
|
|
381
|
+
linkedin_url?: string | undefined;
|
|
382
382
|
headline?: string | undefined;
|
|
383
|
+
location?: string | undefined;
|
|
383
384
|
linkedin_id?: string | undefined;
|
|
384
|
-
linkedin_url?: string | undefined;
|
|
385
385
|
linkedin_handle?: string | undefined;
|
|
386
386
|
current_position?: {
|
|
387
387
|
title?: string | undefined;
|
|
388
388
|
company?: {
|
|
389
389
|
name?: string | undefined;
|
|
390
|
+
linkedin_url?: string | undefined;
|
|
390
391
|
linkedin_id?: string | undefined;
|
|
391
392
|
industry?: string | undefined;
|
|
392
393
|
domain?: string | undefined;
|
|
393
|
-
linkedin_url?: string | undefined;
|
|
394
394
|
headquarters?: {
|
|
395
|
-
country?: string | undefined;
|
|
396
395
|
city?: string | undefined;
|
|
396
|
+
country?: string | undefined;
|
|
397
397
|
} | undefined;
|
|
398
398
|
} | undefined;
|
|
399
399
|
start_date?: string | undefined;
|
|
@@ -424,22 +424,22 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
424
424
|
url?: string | undefined;
|
|
425
425
|
}[] | undefined;
|
|
426
426
|
profile?: {
|
|
427
|
-
|
|
427
|
+
linkedin_url?: string | undefined;
|
|
428
428
|
headline?: string | undefined;
|
|
429
|
+
location?: string | undefined;
|
|
429
430
|
linkedin_id?: string | number | undefined;
|
|
430
|
-
linkedin_url?: string | undefined;
|
|
431
431
|
linkedin_handle?: string | undefined;
|
|
432
432
|
current_position?: {
|
|
433
433
|
title?: string | undefined;
|
|
434
434
|
company?: {
|
|
435
435
|
name?: string | undefined;
|
|
436
|
+
linkedin_url?: string | undefined;
|
|
436
437
|
linkedin_id?: string | number | undefined;
|
|
437
438
|
industry?: string | undefined;
|
|
438
439
|
domain?: string | undefined;
|
|
439
|
-
linkedin_url?: string | undefined;
|
|
440
440
|
headquarters?: {
|
|
441
|
-
country?: string | undefined;
|
|
442
441
|
city?: string | undefined;
|
|
442
|
+
country?: string | undefined;
|
|
443
443
|
} | undefined;
|
|
444
444
|
} | undefined;
|
|
445
445
|
start_date?: string | undefined;
|
|
@@ -473,22 +473,22 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
473
473
|
url?: string | undefined;
|
|
474
474
|
}[] | undefined;
|
|
475
475
|
profile?: {
|
|
476
|
-
|
|
476
|
+
linkedin_url?: string | undefined;
|
|
477
477
|
headline?: string | undefined;
|
|
478
|
+
location?: string | undefined;
|
|
478
479
|
linkedin_id?: string | undefined;
|
|
479
|
-
linkedin_url?: string | undefined;
|
|
480
480
|
linkedin_handle?: string | undefined;
|
|
481
481
|
current_position?: {
|
|
482
482
|
title?: string | undefined;
|
|
483
483
|
company?: {
|
|
484
484
|
name?: string | undefined;
|
|
485
|
+
linkedin_url?: string | undefined;
|
|
485
486
|
linkedin_id?: string | undefined;
|
|
486
487
|
industry?: string | undefined;
|
|
487
488
|
domain?: string | undefined;
|
|
488
|
-
linkedin_url?: string | undefined;
|
|
489
489
|
headquarters?: {
|
|
490
|
-
country?: string | undefined;
|
|
491
490
|
city?: string | undefined;
|
|
491
|
+
country?: string | undefined;
|
|
492
492
|
} | undefined;
|
|
493
493
|
} | undefined;
|
|
494
494
|
start_date?: string | undefined;
|
|
@@ -522,22 +522,22 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
522
522
|
url?: string | undefined;
|
|
523
523
|
}[] | undefined;
|
|
524
524
|
profile?: {
|
|
525
|
-
|
|
525
|
+
linkedin_url?: string | undefined;
|
|
526
526
|
headline?: string | undefined;
|
|
527
|
+
location?: string | undefined;
|
|
527
528
|
linkedin_id?: string | number | undefined;
|
|
528
|
-
linkedin_url?: string | undefined;
|
|
529
529
|
linkedin_handle?: string | undefined;
|
|
530
530
|
current_position?: {
|
|
531
531
|
title?: string | undefined;
|
|
532
532
|
company?: {
|
|
533
533
|
name?: string | undefined;
|
|
534
|
+
linkedin_url?: string | undefined;
|
|
534
535
|
linkedin_id?: string | number | undefined;
|
|
535
536
|
industry?: string | undefined;
|
|
536
537
|
domain?: string | undefined;
|
|
537
|
-
linkedin_url?: string | undefined;
|
|
538
538
|
headquarters?: {
|
|
539
|
-
country?: string | undefined;
|
|
540
539
|
city?: string | undefined;
|
|
540
|
+
country?: string | undefined;
|
|
541
541
|
} | undefined;
|
|
542
542
|
} | undefined;
|
|
543
543
|
start_date?: string | undefined;
|
|
@@ -555,11 +555,12 @@ 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
|
success: boolean;
|
|
559
560
|
error: string;
|
|
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
|
+
id?: string | undefined;
|
|
563
564
|
results?: {
|
|
564
565
|
custom?: Record<string, string> | undefined;
|
|
565
566
|
contact?: {
|
|
@@ -586,22 +587,22 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
586
587
|
url?: string | undefined;
|
|
587
588
|
}[] | undefined;
|
|
588
589
|
profile?: {
|
|
589
|
-
|
|
590
|
+
linkedin_url?: string | undefined;
|
|
590
591
|
headline?: string | undefined;
|
|
592
|
+
location?: string | undefined;
|
|
591
593
|
linkedin_id?: string | undefined;
|
|
592
|
-
linkedin_url?: string | undefined;
|
|
593
594
|
linkedin_handle?: string | undefined;
|
|
594
595
|
current_position?: {
|
|
595
596
|
title?: string | undefined;
|
|
596
597
|
company?: {
|
|
597
598
|
name?: string | undefined;
|
|
599
|
+
linkedin_url?: string | undefined;
|
|
598
600
|
linkedin_id?: string | undefined;
|
|
599
601
|
industry?: string | undefined;
|
|
600
602
|
domain?: string | undefined;
|
|
601
|
-
linkedin_url?: string | undefined;
|
|
602
603
|
headquarters?: {
|
|
603
|
-
country?: string | undefined;
|
|
604
604
|
city?: string | undefined;
|
|
605
|
+
country?: string | undefined;
|
|
605
606
|
} | undefined;
|
|
606
607
|
} | undefined;
|
|
607
608
|
start_date?: string | undefined;
|
|
@@ -610,16 +611,16 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
610
611
|
} | undefined;
|
|
611
612
|
} | undefined;
|
|
612
613
|
}[] | undefined;
|
|
613
|
-
id?: string | undefined;
|
|
614
614
|
cost?: {
|
|
615
615
|
credits?: number | undefined;
|
|
616
616
|
} | undefined;
|
|
617
617
|
}, {
|
|
618
|
+
operation: "get_enrichment_result";
|
|
618
619
|
success: boolean;
|
|
619
620
|
error: string;
|
|
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
|
+
id?: string | undefined;
|
|
623
624
|
results?: {
|
|
624
625
|
custom?: Record<string, string> | undefined;
|
|
625
626
|
contact?: {
|
|
@@ -646,22 +647,22 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
646
647
|
url?: string | undefined;
|
|
647
648
|
}[] | undefined;
|
|
648
649
|
profile?: {
|
|
649
|
-
|
|
650
|
+
linkedin_url?: string | undefined;
|
|
650
651
|
headline?: string | undefined;
|
|
652
|
+
location?: string | undefined;
|
|
651
653
|
linkedin_id?: string | number | undefined;
|
|
652
|
-
linkedin_url?: string | undefined;
|
|
653
654
|
linkedin_handle?: string | undefined;
|
|
654
655
|
current_position?: {
|
|
655
656
|
title?: string | undefined;
|
|
656
657
|
company?: {
|
|
657
658
|
name?: string | undefined;
|
|
659
|
+
linkedin_url?: string | undefined;
|
|
658
660
|
linkedin_id?: string | number | undefined;
|
|
659
661
|
industry?: string | undefined;
|
|
660
662
|
domain?: string | undefined;
|
|
661
|
-
linkedin_url?: string | undefined;
|
|
662
663
|
headquarters?: {
|
|
663
|
-
country?: string | undefined;
|
|
664
664
|
city?: string | undefined;
|
|
665
|
+
country?: string | undefined;
|
|
665
666
|
} | undefined;
|
|
666
667
|
} | undefined;
|
|
667
668
|
start_date?: string | undefined;
|
|
@@ -670,7 +671,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
670
671
|
} | undefined;
|
|
671
672
|
} | undefined;
|
|
672
673
|
}[] | undefined;
|
|
673
|
-
id?: string | undefined;
|
|
674
674
|
cost?: {
|
|
675
675
|
credits?: number | undefined;
|
|
676
676
|
} | 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
|
success: boolean;
|
|
684
685
|
error: string;
|
|
685
|
-
operation: "start_reverse_email_lookup";
|
|
686
686
|
enrichment_id?: string | undefined;
|
|
687
687
|
}, {
|
|
688
|
+
operation: "start_reverse_email_lookup";
|
|
688
689
|
success: boolean;
|
|
689
690
|
error: string;
|
|
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,31 +762,31 @@ 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
|
-
country?: string | undefined;
|
|
766
765
|
city?: string | undefined;
|
|
767
|
-
}, {
|
|
768
766
|
country?: string | undefined;
|
|
767
|
+
}, {
|
|
769
768
|
city?: string | undefined;
|
|
769
|
+
country?: string | undefined;
|
|
770
770
|
}>>;
|
|
771
771
|
}, "strip", import("zod").ZodTypeAny, {
|
|
772
772
|
name?: string | undefined;
|
|
773
|
+
linkedin_url?: string | undefined;
|
|
773
774
|
linkedin_id?: string | undefined;
|
|
774
775
|
industry?: string | undefined;
|
|
775
776
|
domain?: string | undefined;
|
|
776
|
-
linkedin_url?: string | undefined;
|
|
777
777
|
headquarters?: {
|
|
778
|
-
country?: string | undefined;
|
|
779
778
|
city?: string | undefined;
|
|
779
|
+
country?: string | undefined;
|
|
780
780
|
} | undefined;
|
|
781
781
|
}, {
|
|
782
782
|
name?: string | undefined;
|
|
783
|
+
linkedin_url?: string | undefined;
|
|
783
784
|
linkedin_id?: string | number | undefined;
|
|
784
785
|
industry?: string | undefined;
|
|
785
786
|
domain?: string | undefined;
|
|
786
|
-
linkedin_url?: string | undefined;
|
|
787
787
|
headquarters?: {
|
|
788
|
-
country?: string | undefined;
|
|
789
788
|
city?: string | undefined;
|
|
789
|
+
country?: string | undefined;
|
|
790
790
|
} | undefined;
|
|
791
791
|
}>>;
|
|
792
792
|
start_date: import("zod").ZodOptional<import("zod").ZodString>;
|
|
@@ -795,13 +795,13 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
795
795
|
title?: string | undefined;
|
|
796
796
|
company?: {
|
|
797
797
|
name?: string | undefined;
|
|
798
|
+
linkedin_url?: string | undefined;
|
|
798
799
|
linkedin_id?: string | undefined;
|
|
799
800
|
industry?: string | undefined;
|
|
800
801
|
domain?: string | undefined;
|
|
801
|
-
linkedin_url?: string | undefined;
|
|
802
802
|
headquarters?: {
|
|
803
|
-
country?: string | undefined;
|
|
804
803
|
city?: string | undefined;
|
|
804
|
+
country?: string | undefined;
|
|
805
805
|
} | undefined;
|
|
806
806
|
} | undefined;
|
|
807
807
|
start_date?: string | undefined;
|
|
@@ -810,57 +810,57 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
810
810
|
title?: string | undefined;
|
|
811
811
|
company?: {
|
|
812
812
|
name?: string | undefined;
|
|
813
|
+
linkedin_url?: string | undefined;
|
|
813
814
|
linkedin_id?: string | number | undefined;
|
|
814
815
|
industry?: string | undefined;
|
|
815
816
|
domain?: string | undefined;
|
|
816
|
-
linkedin_url?: string | undefined;
|
|
817
817
|
headquarters?: {
|
|
818
|
-
country?: string | undefined;
|
|
819
818
|
city?: string | undefined;
|
|
819
|
+
country?: string | undefined;
|
|
820
820
|
} | undefined;
|
|
821
821
|
} | undefined;
|
|
822
822
|
start_date?: string | undefined;
|
|
823
823
|
end_date?: string | undefined;
|
|
824
824
|
}>>;
|
|
825
825
|
}, "strip", import("zod").ZodTypeAny, {
|
|
826
|
-
|
|
826
|
+
linkedin_url?: string | undefined;
|
|
827
827
|
headline?: string | undefined;
|
|
828
|
+
location?: string | undefined;
|
|
828
829
|
linkedin_id?: string | undefined;
|
|
829
|
-
linkedin_url?: string | undefined;
|
|
830
830
|
linkedin_handle?: string | undefined;
|
|
831
831
|
current_position?: {
|
|
832
832
|
title?: string | undefined;
|
|
833
833
|
company?: {
|
|
834
834
|
name?: string | undefined;
|
|
835
|
+
linkedin_url?: string | undefined;
|
|
835
836
|
linkedin_id?: string | undefined;
|
|
836
837
|
industry?: string | undefined;
|
|
837
838
|
domain?: string | undefined;
|
|
838
|
-
linkedin_url?: string | undefined;
|
|
839
839
|
headquarters?: {
|
|
840
|
-
country?: string | undefined;
|
|
841
840
|
city?: string | undefined;
|
|
841
|
+
country?: string | undefined;
|
|
842
842
|
} | undefined;
|
|
843
843
|
} | undefined;
|
|
844
844
|
start_date?: string | undefined;
|
|
845
845
|
end_date?: string | undefined;
|
|
846
846
|
} | undefined;
|
|
847
847
|
}, {
|
|
848
|
-
|
|
848
|
+
linkedin_url?: string | undefined;
|
|
849
849
|
headline?: string | undefined;
|
|
850
|
+
location?: string | undefined;
|
|
850
851
|
linkedin_id?: string | number | undefined;
|
|
851
|
-
linkedin_url?: string | undefined;
|
|
852
852
|
linkedin_handle?: string | undefined;
|
|
853
853
|
current_position?: {
|
|
854
854
|
title?: string | undefined;
|
|
855
855
|
company?: {
|
|
856
856
|
name?: string | undefined;
|
|
857
|
+
linkedin_url?: string | undefined;
|
|
857
858
|
linkedin_id?: string | number | undefined;
|
|
858
859
|
industry?: string | undefined;
|
|
859
860
|
domain?: string | undefined;
|
|
860
|
-
linkedin_url?: string | undefined;
|
|
861
861
|
headquarters?: {
|
|
862
|
-
country?: string | undefined;
|
|
863
862
|
city?: string | undefined;
|
|
863
|
+
country?: string | undefined;
|
|
864
864
|
} | undefined;
|
|
865
865
|
} | undefined;
|
|
866
866
|
start_date?: string | undefined;
|
|
@@ -891,22 +891,22 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
891
891
|
url?: string | undefined;
|
|
892
892
|
}[] | undefined;
|
|
893
893
|
profile?: {
|
|
894
|
-
|
|
894
|
+
linkedin_url?: string | undefined;
|
|
895
895
|
headline?: string | undefined;
|
|
896
|
+
location?: string | undefined;
|
|
896
897
|
linkedin_id?: string | undefined;
|
|
897
|
-
linkedin_url?: string | undefined;
|
|
898
898
|
linkedin_handle?: string | undefined;
|
|
899
899
|
current_position?: {
|
|
900
900
|
title?: string | undefined;
|
|
901
901
|
company?: {
|
|
902
902
|
name?: string | undefined;
|
|
903
|
+
linkedin_url?: string | undefined;
|
|
903
904
|
linkedin_id?: string | undefined;
|
|
904
905
|
industry?: string | undefined;
|
|
905
906
|
domain?: string | undefined;
|
|
906
|
-
linkedin_url?: string | undefined;
|
|
907
907
|
headquarters?: {
|
|
908
|
-
country?: string | undefined;
|
|
909
908
|
city?: string | undefined;
|
|
909
|
+
country?: string | undefined;
|
|
910
910
|
} | undefined;
|
|
911
911
|
} | undefined;
|
|
912
912
|
start_date?: string | undefined;
|
|
@@ -937,22 +937,22 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
937
937
|
url?: string | undefined;
|
|
938
938
|
}[] | undefined;
|
|
939
939
|
profile?: {
|
|
940
|
-
|
|
940
|
+
linkedin_url?: string | undefined;
|
|
941
941
|
headline?: string | undefined;
|
|
942
|
+
location?: string | undefined;
|
|
942
943
|
linkedin_id?: string | number | undefined;
|
|
943
|
-
linkedin_url?: string | undefined;
|
|
944
944
|
linkedin_handle?: string | undefined;
|
|
945
945
|
current_position?: {
|
|
946
946
|
title?: string | undefined;
|
|
947
947
|
company?: {
|
|
948
948
|
name?: string | undefined;
|
|
949
|
+
linkedin_url?: string | undefined;
|
|
949
950
|
linkedin_id?: string | number | undefined;
|
|
950
951
|
industry?: string | undefined;
|
|
951
952
|
domain?: string | undefined;
|
|
952
|
-
linkedin_url?: string | undefined;
|
|
953
953
|
headquarters?: {
|
|
954
|
-
country?: string | undefined;
|
|
955
954
|
city?: string | undefined;
|
|
955
|
+
country?: string | undefined;
|
|
956
956
|
} | undefined;
|
|
957
957
|
} | undefined;
|
|
958
958
|
start_date?: string | undefined;
|
|
@@ -985,22 +985,22 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
985
985
|
url?: string | undefined;
|
|
986
986
|
}[] | undefined;
|
|
987
987
|
profile?: {
|
|
988
|
-
|
|
988
|
+
linkedin_url?: string | undefined;
|
|
989
989
|
headline?: string | undefined;
|
|
990
|
+
location?: string | undefined;
|
|
990
991
|
linkedin_id?: string | undefined;
|
|
991
|
-
linkedin_url?: string | undefined;
|
|
992
992
|
linkedin_handle?: string | undefined;
|
|
993
993
|
current_position?: {
|
|
994
994
|
title?: string | undefined;
|
|
995
995
|
company?: {
|
|
996
996
|
name?: string | undefined;
|
|
997
|
+
linkedin_url?: string | undefined;
|
|
997
998
|
linkedin_id?: string | undefined;
|
|
998
999
|
industry?: string | undefined;
|
|
999
1000
|
domain?: string | undefined;
|
|
1000
|
-
linkedin_url?: string | undefined;
|
|
1001
1001
|
headquarters?: {
|
|
1002
|
-
country?: string | undefined;
|
|
1003
1002
|
city?: string | undefined;
|
|
1003
|
+
country?: string | undefined;
|
|
1004
1004
|
} | undefined;
|
|
1005
1005
|
} | undefined;
|
|
1006
1006
|
start_date?: string | undefined;
|
|
@@ -1034,22 +1034,22 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1034
1034
|
url?: string | undefined;
|
|
1035
1035
|
}[] | undefined;
|
|
1036
1036
|
profile?: {
|
|
1037
|
-
|
|
1037
|
+
linkedin_url?: string | undefined;
|
|
1038
1038
|
headline?: string | undefined;
|
|
1039
|
+
location?: string | undefined;
|
|
1039
1040
|
linkedin_id?: string | number | undefined;
|
|
1040
|
-
linkedin_url?: string | undefined;
|
|
1041
1041
|
linkedin_handle?: string | undefined;
|
|
1042
1042
|
current_position?: {
|
|
1043
1043
|
title?: string | undefined;
|
|
1044
1044
|
company?: {
|
|
1045
1045
|
name?: string | undefined;
|
|
1046
|
+
linkedin_url?: string | undefined;
|
|
1046
1047
|
linkedin_id?: string | number | undefined;
|
|
1047
1048
|
industry?: string | undefined;
|
|
1048
1049
|
domain?: string | undefined;
|
|
1049
|
-
linkedin_url?: string | undefined;
|
|
1050
1050
|
headquarters?: {
|
|
1051
|
-
country?: string | undefined;
|
|
1052
1051
|
city?: string | undefined;
|
|
1052
|
+
country?: string | undefined;
|
|
1053
1053
|
} | undefined;
|
|
1054
1054
|
} | undefined;
|
|
1055
1055
|
start_date?: string | undefined;
|
|
@@ -1068,11 +1068,12 @@ 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
|
success: boolean;
|
|
1072
1073
|
error: string;
|
|
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
|
+
id?: string | undefined;
|
|
1076
1077
|
results?: {
|
|
1077
1078
|
contact?: {
|
|
1078
1079
|
emails?: {
|
|
@@ -1098,22 +1099,22 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1098
1099
|
url?: string | undefined;
|
|
1099
1100
|
}[] | undefined;
|
|
1100
1101
|
profile?: {
|
|
1101
|
-
|
|
1102
|
+
linkedin_url?: string | undefined;
|
|
1102
1103
|
headline?: string | undefined;
|
|
1104
|
+
location?: string | undefined;
|
|
1103
1105
|
linkedin_id?: string | undefined;
|
|
1104
|
-
linkedin_url?: string | undefined;
|
|
1105
1106
|
linkedin_handle?: string | undefined;
|
|
1106
1107
|
current_position?: {
|
|
1107
1108
|
title?: string | undefined;
|
|
1108
1109
|
company?: {
|
|
1109
1110
|
name?: string | undefined;
|
|
1111
|
+
linkedin_url?: string | undefined;
|
|
1110
1112
|
linkedin_id?: string | undefined;
|
|
1111
1113
|
industry?: string | undefined;
|
|
1112
1114
|
domain?: string | undefined;
|
|
1113
|
-
linkedin_url?: string | undefined;
|
|
1114
1115
|
headquarters?: {
|
|
1115
|
-
country?: string | undefined;
|
|
1116
1116
|
city?: string | undefined;
|
|
1117
|
+
country?: string | undefined;
|
|
1117
1118
|
} | undefined;
|
|
1118
1119
|
} | undefined;
|
|
1119
1120
|
start_date?: string | undefined;
|
|
@@ -1123,16 +1124,16 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1123
1124
|
} | undefined;
|
|
1124
1125
|
input?: string | undefined;
|
|
1125
1126
|
}[] | undefined;
|
|
1126
|
-
id?: string | undefined;
|
|
1127
1127
|
cost?: {
|
|
1128
1128
|
credits?: number | undefined;
|
|
1129
1129
|
} | undefined;
|
|
1130
1130
|
}, {
|
|
1131
|
+
operation: "get_reverse_email_result";
|
|
1131
1132
|
success: boolean;
|
|
1132
1133
|
error: string;
|
|
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
|
+
id?: string | undefined;
|
|
1136
1137
|
results?: {
|
|
1137
1138
|
contact?: {
|
|
1138
1139
|
emails?: {
|
|
@@ -1158,22 +1159,22 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1158
1159
|
url?: string | undefined;
|
|
1159
1160
|
}[] | undefined;
|
|
1160
1161
|
profile?: {
|
|
1161
|
-
|
|
1162
|
+
linkedin_url?: string | undefined;
|
|
1162
1163
|
headline?: string | undefined;
|
|
1164
|
+
location?: string | undefined;
|
|
1163
1165
|
linkedin_id?: string | number | undefined;
|
|
1164
|
-
linkedin_url?: string | undefined;
|
|
1165
1166
|
linkedin_handle?: string | undefined;
|
|
1166
1167
|
current_position?: {
|
|
1167
1168
|
title?: string | undefined;
|
|
1168
1169
|
company?: {
|
|
1169
1170
|
name?: string | undefined;
|
|
1171
|
+
linkedin_url?: string | undefined;
|
|
1170
1172
|
linkedin_id?: string | number | undefined;
|
|
1171
1173
|
industry?: string | undefined;
|
|
1172
1174
|
domain?: string | undefined;
|
|
1173
|
-
linkedin_url?: string | undefined;
|
|
1174
1175
|
headquarters?: {
|
|
1175
|
-
country?: string | undefined;
|
|
1176
1176
|
city?: string | undefined;
|
|
1177
|
+
country?: string | undefined;
|
|
1177
1178
|
} | undefined;
|
|
1178
1179
|
} | undefined;
|
|
1179
1180
|
start_date?: string | undefined;
|
|
@@ -1183,7 +1184,6 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
|
|
|
1183
1184
|
} | undefined;
|
|
1184
1185
|
input?: string | undefined;
|
|
1185
1186
|
}[] | undefined;
|
|
1186
|
-
id?: string | undefined;
|
|
1187
1187
|
cost?: {
|
|
1188
1188
|
credits?: number | undefined;
|
|
1189
1189
|
} | 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
|
success: boolean;
|
|
1197
1198
|
error: string;
|
|
1198
|
-
operation: "get_credit_balance";
|
|
1199
1199
|
balance?: number | undefined;
|
|
1200
1200
|
}, {
|
|
1201
|
+
operation: "get_credit_balance";
|
|
1201
1202
|
success: boolean;
|
|
1202
1203
|
error: string;
|
|
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
|
success: boolean;
|
|
1212
1213
|
error: string;
|
|
1213
|
-
operation: "check_api_key";
|
|
1214
1214
|
workspace_id?: string | undefined;
|
|
1215
1215
|
}, {
|
|
1216
|
+
operation: "check_api_key";
|
|
1216
1217
|
success: boolean;
|
|
1217
1218
|
error: string;
|
|
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";
|