@bubblelab/bubble-core 0.1.39 → 0.1.41
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 +134 -113
- package/dist/bubble-factory.d.ts.map +1 -1
- package/dist/bubble-factory.js +4 -0
- package/dist/bubble-factory.js.map +1 -1
- package/dist/bubbles/service-bubble/agi-inc.d.ts +22 -22
- package/dist/bubbles/service-bubble/ai-agent.d.ts +48 -48
- package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/ai-agent.js +5 -0
- package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
- package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +76 -76
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +102 -102
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +18 -18
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +23 -23
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +100 -100
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +126 -126
- package/dist/bubbles/service-bubble/eleven-labs.d.ts +8 -8
- package/dist/bubbles/service-bubble/firecrawl.d.ts +450 -450
- package/dist/bubbles/service-bubble/followupboss.d.ts +218 -218
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +229 -229
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +128 -128
- package/dist/bubbles/service-bubble/github.d.ts +84 -84
- package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
- package/dist/bubbles/service-bubble/google-drive.d.ts +8 -8
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +26 -26
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +18 -18
- package/dist/bubbles/service-bubble/http.d.ts +8 -8
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +6 -6
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +17 -17
- package/dist/bubbles/service-bubble/notion/notion.d.ts +24 -24
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +8 -8
- package/dist/bubbles/service-bubble/slack/slack.d.ts +232 -232
- package/dist/bubbles/service-bubble/storage.d.ts +20 -20
- package/dist/bubbles/service-bubble/telegram.d.ts +298 -298
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +5 -5
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +7 -7
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +56 -56
- package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js +3 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/index.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +143 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js +589 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +93 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js +44 -0
- package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.js.map +1 -0
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +609 -609
- package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +94 -94
- package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +12 -12
- package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +6 -6
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +182 -182
- package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +10 -10
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +8 -8
- package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +20 -20
- package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +6 -6
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +74 -74
- package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +14 -14
- package/dist/bubbles.json +125 -40
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
|
@@ -71,9 +71,9 @@ export declare const CompanyInfoSchema: z.ZodObject<{
|
|
|
71
71
|
}, "strip", z.ZodTypeAny, {
|
|
72
72
|
name?: string | undefined;
|
|
73
73
|
domain?: string | undefined;
|
|
74
|
+
linkedin_url?: string | undefined;
|
|
74
75
|
linkedin_id?: string | undefined;
|
|
75
76
|
industry?: string | undefined;
|
|
76
|
-
linkedin_url?: string | undefined;
|
|
77
77
|
headquarters?: {
|
|
78
78
|
city?: string | undefined;
|
|
79
79
|
country?: string | undefined;
|
|
@@ -81,9 +81,9 @@ export declare const CompanyInfoSchema: z.ZodObject<{
|
|
|
81
81
|
}, {
|
|
82
82
|
name?: string | undefined;
|
|
83
83
|
domain?: string | undefined;
|
|
84
|
+
linkedin_url?: string | undefined;
|
|
84
85
|
linkedin_id?: string | number | undefined;
|
|
85
86
|
industry?: string | undefined;
|
|
86
|
-
linkedin_url?: string | undefined;
|
|
87
87
|
headquarters?: {
|
|
88
88
|
city?: string | undefined;
|
|
89
89
|
country?: string | undefined;
|
|
@@ -119,9 +119,9 @@ export declare const ProfileSchema: z.ZodObject<{
|
|
|
119
119
|
}, "strip", z.ZodTypeAny, {
|
|
120
120
|
name?: string | undefined;
|
|
121
121
|
domain?: string | undefined;
|
|
122
|
+
linkedin_url?: string | undefined;
|
|
122
123
|
linkedin_id?: string | undefined;
|
|
123
124
|
industry?: string | undefined;
|
|
124
|
-
linkedin_url?: string | undefined;
|
|
125
125
|
headquarters?: {
|
|
126
126
|
city?: string | undefined;
|
|
127
127
|
country?: string | undefined;
|
|
@@ -129,9 +129,9 @@ export declare const ProfileSchema: z.ZodObject<{
|
|
|
129
129
|
}, {
|
|
130
130
|
name?: string | undefined;
|
|
131
131
|
domain?: string | undefined;
|
|
132
|
+
linkedin_url?: string | undefined;
|
|
132
133
|
linkedin_id?: string | number | undefined;
|
|
133
134
|
industry?: string | undefined;
|
|
134
|
-
linkedin_url?: string | undefined;
|
|
135
135
|
headquarters?: {
|
|
136
136
|
city?: string | undefined;
|
|
137
137
|
country?: string | undefined;
|
|
@@ -144,9 +144,9 @@ export declare const ProfileSchema: z.ZodObject<{
|
|
|
144
144
|
company?: {
|
|
145
145
|
name?: string | undefined;
|
|
146
146
|
domain?: string | undefined;
|
|
147
|
+
linkedin_url?: string | undefined;
|
|
147
148
|
linkedin_id?: string | undefined;
|
|
148
149
|
industry?: string | undefined;
|
|
149
|
-
linkedin_url?: string | undefined;
|
|
150
150
|
headquarters?: {
|
|
151
151
|
city?: string | undefined;
|
|
152
152
|
country?: string | undefined;
|
|
@@ -159,9 +159,9 @@ export declare const ProfileSchema: z.ZodObject<{
|
|
|
159
159
|
company?: {
|
|
160
160
|
name?: string | undefined;
|
|
161
161
|
domain?: string | undefined;
|
|
162
|
+
linkedin_url?: string | undefined;
|
|
162
163
|
linkedin_id?: string | number | undefined;
|
|
163
164
|
industry?: string | undefined;
|
|
164
|
-
linkedin_url?: string | undefined;
|
|
165
165
|
headquarters?: {
|
|
166
166
|
city?: string | undefined;
|
|
167
167
|
country?: string | undefined;
|
|
@@ -171,19 +171,19 @@ export declare const ProfileSchema: z.ZodObject<{
|
|
|
171
171
|
end_date?: string | undefined;
|
|
172
172
|
}>>;
|
|
173
173
|
}, "strip", z.ZodTypeAny, {
|
|
174
|
-
location?: string | undefined;
|
|
175
174
|
headline?: string | undefined;
|
|
176
|
-
|
|
175
|
+
location?: string | undefined;
|
|
177
176
|
linkedin_url?: string | undefined;
|
|
177
|
+
linkedin_id?: string | undefined;
|
|
178
178
|
linkedin_handle?: string | undefined;
|
|
179
179
|
current_position?: {
|
|
180
180
|
title?: string | undefined;
|
|
181
181
|
company?: {
|
|
182
182
|
name?: string | undefined;
|
|
183
183
|
domain?: string | undefined;
|
|
184
|
+
linkedin_url?: string | undefined;
|
|
184
185
|
linkedin_id?: string | undefined;
|
|
185
186
|
industry?: string | undefined;
|
|
186
|
-
linkedin_url?: string | undefined;
|
|
187
187
|
headquarters?: {
|
|
188
188
|
city?: string | undefined;
|
|
189
189
|
country?: string | undefined;
|
|
@@ -193,19 +193,19 @@ export declare const ProfileSchema: z.ZodObject<{
|
|
|
193
193
|
end_date?: string | undefined;
|
|
194
194
|
} | undefined;
|
|
195
195
|
}, {
|
|
196
|
-
location?: string | undefined;
|
|
197
196
|
headline?: string | undefined;
|
|
198
|
-
|
|
197
|
+
location?: string | undefined;
|
|
199
198
|
linkedin_url?: string | undefined;
|
|
199
|
+
linkedin_id?: string | number | undefined;
|
|
200
200
|
linkedin_handle?: string | undefined;
|
|
201
201
|
current_position?: {
|
|
202
202
|
title?: string | undefined;
|
|
203
203
|
company?: {
|
|
204
204
|
name?: string | undefined;
|
|
205
205
|
domain?: string | undefined;
|
|
206
|
+
linkedin_url?: string | undefined;
|
|
206
207
|
linkedin_id?: string | number | undefined;
|
|
207
208
|
industry?: string | undefined;
|
|
208
|
-
linkedin_url?: string | undefined;
|
|
209
209
|
headquarters?: {
|
|
210
210
|
city?: string | undefined;
|
|
211
211
|
country?: string | undefined;
|
|
@@ -292,9 +292,9 @@ export declare const EnrichedContactSchema: z.ZodObject<{
|
|
|
292
292
|
}, "strip", z.ZodTypeAny, {
|
|
293
293
|
name?: string | undefined;
|
|
294
294
|
domain?: string | undefined;
|
|
295
|
+
linkedin_url?: string | undefined;
|
|
295
296
|
linkedin_id?: string | undefined;
|
|
296
297
|
industry?: string | undefined;
|
|
297
|
-
linkedin_url?: string | undefined;
|
|
298
298
|
headquarters?: {
|
|
299
299
|
city?: string | undefined;
|
|
300
300
|
country?: string | undefined;
|
|
@@ -302,9 +302,9 @@ export declare const EnrichedContactSchema: z.ZodObject<{
|
|
|
302
302
|
}, {
|
|
303
303
|
name?: string | undefined;
|
|
304
304
|
domain?: string | undefined;
|
|
305
|
+
linkedin_url?: string | undefined;
|
|
305
306
|
linkedin_id?: string | number | undefined;
|
|
306
307
|
industry?: string | undefined;
|
|
307
|
-
linkedin_url?: string | undefined;
|
|
308
308
|
headquarters?: {
|
|
309
309
|
city?: string | undefined;
|
|
310
310
|
country?: string | undefined;
|
|
@@ -317,9 +317,9 @@ export declare const EnrichedContactSchema: z.ZodObject<{
|
|
|
317
317
|
company?: {
|
|
318
318
|
name?: string | undefined;
|
|
319
319
|
domain?: string | undefined;
|
|
320
|
+
linkedin_url?: string | undefined;
|
|
320
321
|
linkedin_id?: string | undefined;
|
|
321
322
|
industry?: string | undefined;
|
|
322
|
-
linkedin_url?: string | undefined;
|
|
323
323
|
headquarters?: {
|
|
324
324
|
city?: string | undefined;
|
|
325
325
|
country?: string | undefined;
|
|
@@ -332,9 +332,9 @@ export declare const EnrichedContactSchema: z.ZodObject<{
|
|
|
332
332
|
company?: {
|
|
333
333
|
name?: string | undefined;
|
|
334
334
|
domain?: string | undefined;
|
|
335
|
+
linkedin_url?: string | undefined;
|
|
335
336
|
linkedin_id?: string | number | undefined;
|
|
336
337
|
industry?: string | undefined;
|
|
337
|
-
linkedin_url?: string | undefined;
|
|
338
338
|
headquarters?: {
|
|
339
339
|
city?: string | undefined;
|
|
340
340
|
country?: string | undefined;
|
|
@@ -344,19 +344,19 @@ export declare const EnrichedContactSchema: z.ZodObject<{
|
|
|
344
344
|
end_date?: string | undefined;
|
|
345
345
|
}>>;
|
|
346
346
|
}, "strip", z.ZodTypeAny, {
|
|
347
|
-
location?: string | undefined;
|
|
348
347
|
headline?: string | undefined;
|
|
349
|
-
|
|
348
|
+
location?: string | undefined;
|
|
350
349
|
linkedin_url?: string | undefined;
|
|
350
|
+
linkedin_id?: string | undefined;
|
|
351
351
|
linkedin_handle?: string | undefined;
|
|
352
352
|
current_position?: {
|
|
353
353
|
title?: string | undefined;
|
|
354
354
|
company?: {
|
|
355
355
|
name?: string | undefined;
|
|
356
356
|
domain?: string | undefined;
|
|
357
|
+
linkedin_url?: string | undefined;
|
|
357
358
|
linkedin_id?: string | undefined;
|
|
358
359
|
industry?: string | undefined;
|
|
359
|
-
linkedin_url?: string | undefined;
|
|
360
360
|
headquarters?: {
|
|
361
361
|
city?: string | undefined;
|
|
362
362
|
country?: string | undefined;
|
|
@@ -366,19 +366,19 @@ export declare const EnrichedContactSchema: z.ZodObject<{
|
|
|
366
366
|
end_date?: string | undefined;
|
|
367
367
|
} | undefined;
|
|
368
368
|
}, {
|
|
369
|
-
location?: string | undefined;
|
|
370
369
|
headline?: string | undefined;
|
|
371
|
-
|
|
370
|
+
location?: string | undefined;
|
|
372
371
|
linkedin_url?: string | undefined;
|
|
372
|
+
linkedin_id?: string | number | undefined;
|
|
373
373
|
linkedin_handle?: string | undefined;
|
|
374
374
|
current_position?: {
|
|
375
375
|
title?: string | undefined;
|
|
376
376
|
company?: {
|
|
377
377
|
name?: string | undefined;
|
|
378
378
|
domain?: string | undefined;
|
|
379
|
+
linkedin_url?: string | undefined;
|
|
379
380
|
linkedin_id?: string | number | undefined;
|
|
380
381
|
industry?: string | undefined;
|
|
381
|
-
linkedin_url?: string | undefined;
|
|
382
382
|
headquarters?: {
|
|
383
383
|
city?: string | undefined;
|
|
384
384
|
country?: string | undefined;
|
|
@@ -390,19 +390,19 @@ export declare const EnrichedContactSchema: z.ZodObject<{
|
|
|
390
390
|
}>>;
|
|
391
391
|
}, "strip", z.ZodTypeAny, {
|
|
392
392
|
profile?: {
|
|
393
|
-
location?: string | undefined;
|
|
394
393
|
headline?: string | undefined;
|
|
395
|
-
|
|
394
|
+
location?: string | undefined;
|
|
396
395
|
linkedin_url?: string | undefined;
|
|
396
|
+
linkedin_id?: string | undefined;
|
|
397
397
|
linkedin_handle?: string | undefined;
|
|
398
398
|
current_position?: {
|
|
399
399
|
title?: string | undefined;
|
|
400
400
|
company?: {
|
|
401
401
|
name?: string | undefined;
|
|
402
402
|
domain?: string | undefined;
|
|
403
|
+
linkedin_url?: string | undefined;
|
|
403
404
|
linkedin_id?: string | undefined;
|
|
404
405
|
industry?: string | undefined;
|
|
405
|
-
linkedin_url?: string | undefined;
|
|
406
406
|
headquarters?: {
|
|
407
407
|
city?: string | undefined;
|
|
408
408
|
country?: string | undefined;
|
|
@@ -436,19 +436,19 @@ export declare const EnrichedContactSchema: z.ZodObject<{
|
|
|
436
436
|
}[] | undefined;
|
|
437
437
|
}, {
|
|
438
438
|
profile?: {
|
|
439
|
-
location?: string | undefined;
|
|
440
439
|
headline?: string | undefined;
|
|
441
|
-
|
|
440
|
+
location?: string | undefined;
|
|
442
441
|
linkedin_url?: string | undefined;
|
|
442
|
+
linkedin_id?: string | number | undefined;
|
|
443
443
|
linkedin_handle?: string | undefined;
|
|
444
444
|
current_position?: {
|
|
445
445
|
title?: string | undefined;
|
|
446
446
|
company?: {
|
|
447
447
|
name?: string | undefined;
|
|
448
448
|
domain?: string | undefined;
|
|
449
|
+
linkedin_url?: string | undefined;
|
|
449
450
|
linkedin_id?: string | number | undefined;
|
|
450
451
|
industry?: string | undefined;
|
|
451
|
-
linkedin_url?: string | undefined;
|
|
452
452
|
headquarters?: {
|
|
453
453
|
city?: string | undefined;
|
|
454
454
|
country?: string | undefined;
|
|
@@ -560,9 +560,9 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
|
|
|
560
560
|
}, "strip", z.ZodTypeAny, {
|
|
561
561
|
name?: string | undefined;
|
|
562
562
|
domain?: string | undefined;
|
|
563
|
+
linkedin_url?: string | undefined;
|
|
563
564
|
linkedin_id?: string | undefined;
|
|
564
565
|
industry?: string | undefined;
|
|
565
|
-
linkedin_url?: string | undefined;
|
|
566
566
|
headquarters?: {
|
|
567
567
|
city?: string | undefined;
|
|
568
568
|
country?: string | undefined;
|
|
@@ -570,9 +570,9 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
|
|
|
570
570
|
}, {
|
|
571
571
|
name?: string | undefined;
|
|
572
572
|
domain?: string | undefined;
|
|
573
|
+
linkedin_url?: string | undefined;
|
|
573
574
|
linkedin_id?: string | number | undefined;
|
|
574
575
|
industry?: string | undefined;
|
|
575
|
-
linkedin_url?: string | undefined;
|
|
576
576
|
headquarters?: {
|
|
577
577
|
city?: string | undefined;
|
|
578
578
|
country?: string | undefined;
|
|
@@ -585,9 +585,9 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
|
|
|
585
585
|
company?: {
|
|
586
586
|
name?: string | undefined;
|
|
587
587
|
domain?: string | undefined;
|
|
588
|
+
linkedin_url?: string | undefined;
|
|
588
589
|
linkedin_id?: string | undefined;
|
|
589
590
|
industry?: string | undefined;
|
|
590
|
-
linkedin_url?: string | undefined;
|
|
591
591
|
headquarters?: {
|
|
592
592
|
city?: string | undefined;
|
|
593
593
|
country?: string | undefined;
|
|
@@ -600,9 +600,9 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
|
|
|
600
600
|
company?: {
|
|
601
601
|
name?: string | undefined;
|
|
602
602
|
domain?: string | undefined;
|
|
603
|
+
linkedin_url?: string | undefined;
|
|
603
604
|
linkedin_id?: string | number | undefined;
|
|
604
605
|
industry?: string | undefined;
|
|
605
|
-
linkedin_url?: string | undefined;
|
|
606
606
|
headquarters?: {
|
|
607
607
|
city?: string | undefined;
|
|
608
608
|
country?: string | undefined;
|
|
@@ -612,19 +612,19 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
|
|
|
612
612
|
end_date?: string | undefined;
|
|
613
613
|
}>>;
|
|
614
614
|
}, "strip", z.ZodTypeAny, {
|
|
615
|
-
location?: string | undefined;
|
|
616
615
|
headline?: string | undefined;
|
|
617
|
-
|
|
616
|
+
location?: string | undefined;
|
|
618
617
|
linkedin_url?: string | undefined;
|
|
618
|
+
linkedin_id?: string | undefined;
|
|
619
619
|
linkedin_handle?: string | undefined;
|
|
620
620
|
current_position?: {
|
|
621
621
|
title?: string | undefined;
|
|
622
622
|
company?: {
|
|
623
623
|
name?: string | undefined;
|
|
624
624
|
domain?: string | undefined;
|
|
625
|
+
linkedin_url?: string | undefined;
|
|
625
626
|
linkedin_id?: string | undefined;
|
|
626
627
|
industry?: string | undefined;
|
|
627
|
-
linkedin_url?: string | undefined;
|
|
628
628
|
headquarters?: {
|
|
629
629
|
city?: string | undefined;
|
|
630
630
|
country?: string | undefined;
|
|
@@ -634,19 +634,19 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
|
|
|
634
634
|
end_date?: string | undefined;
|
|
635
635
|
} | undefined;
|
|
636
636
|
}, {
|
|
637
|
-
location?: string | undefined;
|
|
638
637
|
headline?: string | undefined;
|
|
639
|
-
|
|
638
|
+
location?: string | undefined;
|
|
640
639
|
linkedin_url?: string | undefined;
|
|
640
|
+
linkedin_id?: string | number | undefined;
|
|
641
641
|
linkedin_handle?: string | undefined;
|
|
642
642
|
current_position?: {
|
|
643
643
|
title?: string | undefined;
|
|
644
644
|
company?: {
|
|
645
645
|
name?: string | undefined;
|
|
646
646
|
domain?: string | undefined;
|
|
647
|
+
linkedin_url?: string | undefined;
|
|
647
648
|
linkedin_id?: string | number | undefined;
|
|
648
649
|
industry?: string | undefined;
|
|
649
|
-
linkedin_url?: string | undefined;
|
|
650
650
|
headquarters?: {
|
|
651
651
|
city?: string | undefined;
|
|
652
652
|
country?: string | undefined;
|
|
@@ -658,19 +658,19 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
|
|
|
658
658
|
}>>;
|
|
659
659
|
}, "strip", z.ZodTypeAny, {
|
|
660
660
|
profile?: {
|
|
661
|
-
location?: string | undefined;
|
|
662
661
|
headline?: string | undefined;
|
|
663
|
-
|
|
662
|
+
location?: string | undefined;
|
|
664
663
|
linkedin_url?: string | undefined;
|
|
664
|
+
linkedin_id?: string | undefined;
|
|
665
665
|
linkedin_handle?: string | undefined;
|
|
666
666
|
current_position?: {
|
|
667
667
|
title?: string | undefined;
|
|
668
668
|
company?: {
|
|
669
669
|
name?: string | undefined;
|
|
670
670
|
domain?: string | undefined;
|
|
671
|
+
linkedin_url?: string | undefined;
|
|
671
672
|
linkedin_id?: string | undefined;
|
|
672
673
|
industry?: string | undefined;
|
|
673
|
-
linkedin_url?: string | undefined;
|
|
674
674
|
headquarters?: {
|
|
675
675
|
city?: string | undefined;
|
|
676
676
|
country?: string | undefined;
|
|
@@ -704,19 +704,19 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
|
|
|
704
704
|
}[] | undefined;
|
|
705
705
|
}, {
|
|
706
706
|
profile?: {
|
|
707
|
-
location?: string | undefined;
|
|
708
707
|
headline?: string | undefined;
|
|
709
|
-
|
|
708
|
+
location?: string | undefined;
|
|
710
709
|
linkedin_url?: string | undefined;
|
|
710
|
+
linkedin_id?: string | number | undefined;
|
|
711
711
|
linkedin_handle?: string | undefined;
|
|
712
712
|
current_position?: {
|
|
713
713
|
title?: string | undefined;
|
|
714
714
|
company?: {
|
|
715
715
|
name?: string | undefined;
|
|
716
716
|
domain?: string | undefined;
|
|
717
|
+
linkedin_url?: string | undefined;
|
|
717
718
|
linkedin_id?: string | number | undefined;
|
|
718
719
|
industry?: string | undefined;
|
|
719
|
-
linkedin_url?: string | undefined;
|
|
720
720
|
headquarters?: {
|
|
721
721
|
city?: string | undefined;
|
|
722
722
|
country?: string | undefined;
|
|
@@ -753,19 +753,19 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
|
|
|
753
753
|
custom?: Record<string, string> | undefined;
|
|
754
754
|
contact?: {
|
|
755
755
|
profile?: {
|
|
756
|
-
location?: string | undefined;
|
|
757
756
|
headline?: string | undefined;
|
|
758
|
-
|
|
757
|
+
location?: string | undefined;
|
|
759
758
|
linkedin_url?: string | undefined;
|
|
759
|
+
linkedin_id?: string | undefined;
|
|
760
760
|
linkedin_handle?: string | undefined;
|
|
761
761
|
current_position?: {
|
|
762
762
|
title?: string | undefined;
|
|
763
763
|
company?: {
|
|
764
764
|
name?: string | undefined;
|
|
765
765
|
domain?: string | undefined;
|
|
766
|
+
linkedin_url?: string | undefined;
|
|
766
767
|
linkedin_id?: string | undefined;
|
|
767
768
|
industry?: string | undefined;
|
|
768
|
-
linkedin_url?: string | undefined;
|
|
769
769
|
headquarters?: {
|
|
770
770
|
city?: string | undefined;
|
|
771
771
|
country?: string | undefined;
|
|
@@ -802,19 +802,19 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
|
|
|
802
802
|
custom?: Record<string, string> | undefined;
|
|
803
803
|
contact?: {
|
|
804
804
|
profile?: {
|
|
805
|
-
location?: string | undefined;
|
|
806
805
|
headline?: string | undefined;
|
|
807
|
-
|
|
806
|
+
location?: string | undefined;
|
|
808
807
|
linkedin_url?: string | undefined;
|
|
808
|
+
linkedin_id?: string | number | undefined;
|
|
809
809
|
linkedin_handle?: string | undefined;
|
|
810
810
|
current_position?: {
|
|
811
811
|
title?: string | undefined;
|
|
812
812
|
company?: {
|
|
813
813
|
name?: string | undefined;
|
|
814
814
|
domain?: string | undefined;
|
|
815
|
+
linkedin_url?: string | undefined;
|
|
815
816
|
linkedin_id?: string | number | undefined;
|
|
816
817
|
industry?: string | undefined;
|
|
817
|
-
linkedin_url?: string | undefined;
|
|
818
818
|
headquarters?: {
|
|
819
819
|
city?: string | undefined;
|
|
820
820
|
country?: string | undefined;
|
|
@@ -873,17 +873,17 @@ export declare const ContactToEnrichSchema: z.ZodObject<{
|
|
|
873
873
|
enrich_fields: ("contact.emails" | "contact.personal_emails")[];
|
|
874
874
|
custom?: Record<string, string> | undefined;
|
|
875
875
|
domain?: string | undefined;
|
|
876
|
-
company_name?: string | undefined;
|
|
877
876
|
linkedin_url?: string | undefined;
|
|
878
877
|
firstname?: string | undefined;
|
|
879
878
|
lastname?: string | undefined;
|
|
879
|
+
company_name?: string | undefined;
|
|
880
880
|
}, {
|
|
881
881
|
custom?: Record<string, string> | undefined;
|
|
882
882
|
domain?: string | undefined;
|
|
883
|
-
company_name?: string | undefined;
|
|
884
883
|
linkedin_url?: string | undefined;
|
|
885
884
|
firstname?: string | undefined;
|
|
886
885
|
lastname?: string | undefined;
|
|
886
|
+
company_name?: string | undefined;
|
|
887
887
|
enrich_fields?: ("contact.emails" | "contact.personal_emails")[] | undefined;
|
|
888
888
|
}>;
|
|
889
889
|
export declare const FullEnrichParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject<{
|
|
@@ -902,44 +902,44 @@ export declare const FullEnrichParamsSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
902
902
|
enrich_fields: ("contact.emails" | "contact.personal_emails")[];
|
|
903
903
|
custom?: Record<string, string> | undefined;
|
|
904
904
|
domain?: string | undefined;
|
|
905
|
-
company_name?: string | undefined;
|
|
906
905
|
linkedin_url?: string | undefined;
|
|
907
906
|
firstname?: string | undefined;
|
|
908
907
|
lastname?: string | undefined;
|
|
908
|
+
company_name?: string | undefined;
|
|
909
909
|
}, {
|
|
910
910
|
custom?: Record<string, string> | undefined;
|
|
911
911
|
domain?: string | undefined;
|
|
912
|
-
company_name?: string | undefined;
|
|
913
912
|
linkedin_url?: string | undefined;
|
|
914
913
|
firstname?: string | undefined;
|
|
915
914
|
lastname?: string | undefined;
|
|
915
|
+
company_name?: string | undefined;
|
|
916
916
|
enrich_fields?: ("contact.emails" | "contact.personal_emails")[] | undefined;
|
|
917
917
|
}>, "many">;
|
|
918
918
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
919
919
|
}, "strip", z.ZodTypeAny, {
|
|
920
|
-
name: string;
|
|
921
920
|
operation: "start_bulk_enrichment";
|
|
921
|
+
name: string;
|
|
922
922
|
contacts: {
|
|
923
923
|
enrich_fields: ("contact.emails" | "contact.personal_emails")[];
|
|
924
924
|
custom?: Record<string, string> | undefined;
|
|
925
925
|
domain?: string | undefined;
|
|
926
|
-
company_name?: string | undefined;
|
|
927
926
|
linkedin_url?: string | undefined;
|
|
928
927
|
firstname?: string | undefined;
|
|
929
928
|
lastname?: string | undefined;
|
|
929
|
+
company_name?: string | undefined;
|
|
930
930
|
}[];
|
|
931
931
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
932
932
|
webhook_url?: string | undefined;
|
|
933
933
|
}, {
|
|
934
|
-
name: string;
|
|
935
934
|
operation: "start_bulk_enrichment";
|
|
935
|
+
name: string;
|
|
936
936
|
contacts: {
|
|
937
937
|
custom?: Record<string, string> | undefined;
|
|
938
938
|
domain?: string | undefined;
|
|
939
|
-
company_name?: string | undefined;
|
|
940
939
|
linkedin_url?: string | undefined;
|
|
941
940
|
firstname?: string | undefined;
|
|
942
941
|
lastname?: string | undefined;
|
|
942
|
+
company_name?: string | undefined;
|
|
943
943
|
enrich_fields?: ("contact.emails" | "contact.personal_emails")[] | undefined;
|
|
944
944
|
}[];
|
|
945
945
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
@@ -966,14 +966,14 @@ export declare const FullEnrichParamsSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
966
966
|
emails: z.ZodArray<z.ZodString, "many">;
|
|
967
967
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
968
968
|
}, "strip", z.ZodTypeAny, {
|
|
969
|
-
name: string;
|
|
970
969
|
operation: "start_reverse_email_lookup";
|
|
970
|
+
name: string;
|
|
971
971
|
emails: string[];
|
|
972
972
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
973
973
|
webhook_url?: string | undefined;
|
|
974
974
|
}, {
|
|
975
|
-
name: string;
|
|
976
975
|
operation: "start_reverse_email_lookup";
|
|
976
|
+
name: string;
|
|
977
977
|
emails: string[];
|
|
978
978
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
979
979
|
webhook_url?: string | undefined;
|
|
@@ -1014,14 +1014,14 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1014
1014
|
enrichment_id: z.ZodOptional<z.ZodString>;
|
|
1015
1015
|
error: z.ZodString;
|
|
1016
1016
|
}, "strip", z.ZodTypeAny, {
|
|
1017
|
+
operation: "start_bulk_enrichment";
|
|
1017
1018
|
success: boolean;
|
|
1018
1019
|
error: string;
|
|
1019
|
-
operation: "start_bulk_enrichment";
|
|
1020
1020
|
enrichment_id?: string | undefined;
|
|
1021
1021
|
}, {
|
|
1022
|
+
operation: "start_bulk_enrichment";
|
|
1022
1023
|
success: boolean;
|
|
1023
1024
|
error: string;
|
|
1024
|
-
operation: "start_bulk_enrichment";
|
|
1025
1025
|
enrichment_id?: string | undefined;
|
|
1026
1026
|
}>, z.ZodObject<{
|
|
1027
1027
|
operation: z.ZodLiteral<"get_enrichment_result">;
|
|
@@ -1105,9 +1105,9 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1105
1105
|
}, "strip", z.ZodTypeAny, {
|
|
1106
1106
|
name?: string | undefined;
|
|
1107
1107
|
domain?: string | undefined;
|
|
1108
|
+
linkedin_url?: string | undefined;
|
|
1108
1109
|
linkedin_id?: string | undefined;
|
|
1109
1110
|
industry?: string | undefined;
|
|
1110
|
-
linkedin_url?: string | undefined;
|
|
1111
1111
|
headquarters?: {
|
|
1112
1112
|
city?: string | undefined;
|
|
1113
1113
|
country?: string | undefined;
|
|
@@ -1115,9 +1115,9 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1115
1115
|
}, {
|
|
1116
1116
|
name?: string | undefined;
|
|
1117
1117
|
domain?: string | undefined;
|
|
1118
|
+
linkedin_url?: string | undefined;
|
|
1118
1119
|
linkedin_id?: string | number | undefined;
|
|
1119
1120
|
industry?: string | undefined;
|
|
1120
|
-
linkedin_url?: string | undefined;
|
|
1121
1121
|
headquarters?: {
|
|
1122
1122
|
city?: string | undefined;
|
|
1123
1123
|
country?: string | undefined;
|
|
@@ -1130,9 +1130,9 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1130
1130
|
company?: {
|
|
1131
1131
|
name?: string | undefined;
|
|
1132
1132
|
domain?: string | undefined;
|
|
1133
|
+
linkedin_url?: string | undefined;
|
|
1133
1134
|
linkedin_id?: string | undefined;
|
|
1134
1135
|
industry?: string | undefined;
|
|
1135
|
-
linkedin_url?: string | undefined;
|
|
1136
1136
|
headquarters?: {
|
|
1137
1137
|
city?: string | undefined;
|
|
1138
1138
|
country?: string | undefined;
|
|
@@ -1145,9 +1145,9 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1145
1145
|
company?: {
|
|
1146
1146
|
name?: string | undefined;
|
|
1147
1147
|
domain?: string | undefined;
|
|
1148
|
+
linkedin_url?: string | undefined;
|
|
1148
1149
|
linkedin_id?: string | number | undefined;
|
|
1149
1150
|
industry?: string | undefined;
|
|
1150
|
-
linkedin_url?: string | undefined;
|
|
1151
1151
|
headquarters?: {
|
|
1152
1152
|
city?: string | undefined;
|
|
1153
1153
|
country?: string | undefined;
|
|
@@ -1157,19 +1157,19 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1157
1157
|
end_date?: string | undefined;
|
|
1158
1158
|
}>>;
|
|
1159
1159
|
}, "strip", z.ZodTypeAny, {
|
|
1160
|
-
location?: string | undefined;
|
|
1161
1160
|
headline?: string | undefined;
|
|
1162
|
-
|
|
1161
|
+
location?: string | undefined;
|
|
1163
1162
|
linkedin_url?: string | undefined;
|
|
1163
|
+
linkedin_id?: string | undefined;
|
|
1164
1164
|
linkedin_handle?: string | undefined;
|
|
1165
1165
|
current_position?: {
|
|
1166
1166
|
title?: string | undefined;
|
|
1167
1167
|
company?: {
|
|
1168
1168
|
name?: string | undefined;
|
|
1169
1169
|
domain?: string | undefined;
|
|
1170
|
+
linkedin_url?: string | undefined;
|
|
1170
1171
|
linkedin_id?: string | undefined;
|
|
1171
1172
|
industry?: string | undefined;
|
|
1172
|
-
linkedin_url?: string | undefined;
|
|
1173
1173
|
headquarters?: {
|
|
1174
1174
|
city?: string | undefined;
|
|
1175
1175
|
country?: string | undefined;
|
|
@@ -1179,19 +1179,19 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1179
1179
|
end_date?: string | undefined;
|
|
1180
1180
|
} | undefined;
|
|
1181
1181
|
}, {
|
|
1182
|
-
location?: string | undefined;
|
|
1183
1182
|
headline?: string | undefined;
|
|
1184
|
-
|
|
1183
|
+
location?: string | undefined;
|
|
1185
1184
|
linkedin_url?: string | undefined;
|
|
1185
|
+
linkedin_id?: string | number | undefined;
|
|
1186
1186
|
linkedin_handle?: string | undefined;
|
|
1187
1187
|
current_position?: {
|
|
1188
1188
|
title?: string | undefined;
|
|
1189
1189
|
company?: {
|
|
1190
1190
|
name?: string | undefined;
|
|
1191
1191
|
domain?: string | undefined;
|
|
1192
|
+
linkedin_url?: string | undefined;
|
|
1192
1193
|
linkedin_id?: string | number | undefined;
|
|
1193
1194
|
industry?: string | undefined;
|
|
1194
|
-
linkedin_url?: string | undefined;
|
|
1195
1195
|
headquarters?: {
|
|
1196
1196
|
city?: string | undefined;
|
|
1197
1197
|
country?: string | undefined;
|
|
@@ -1203,19 +1203,19 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1203
1203
|
}>>;
|
|
1204
1204
|
}, "strip", z.ZodTypeAny, {
|
|
1205
1205
|
profile?: {
|
|
1206
|
-
location?: string | undefined;
|
|
1207
1206
|
headline?: string | undefined;
|
|
1208
|
-
|
|
1207
|
+
location?: string | undefined;
|
|
1209
1208
|
linkedin_url?: string | undefined;
|
|
1209
|
+
linkedin_id?: string | undefined;
|
|
1210
1210
|
linkedin_handle?: string | undefined;
|
|
1211
1211
|
current_position?: {
|
|
1212
1212
|
title?: string | undefined;
|
|
1213
1213
|
company?: {
|
|
1214
1214
|
name?: string | undefined;
|
|
1215
1215
|
domain?: string | undefined;
|
|
1216
|
+
linkedin_url?: string | undefined;
|
|
1216
1217
|
linkedin_id?: string | undefined;
|
|
1217
1218
|
industry?: string | undefined;
|
|
1218
|
-
linkedin_url?: string | undefined;
|
|
1219
1219
|
headquarters?: {
|
|
1220
1220
|
city?: string | undefined;
|
|
1221
1221
|
country?: string | undefined;
|
|
@@ -1249,19 +1249,19 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1249
1249
|
}[] | undefined;
|
|
1250
1250
|
}, {
|
|
1251
1251
|
profile?: {
|
|
1252
|
-
location?: string | undefined;
|
|
1253
1252
|
headline?: string | undefined;
|
|
1254
|
-
|
|
1253
|
+
location?: string | undefined;
|
|
1255
1254
|
linkedin_url?: string | undefined;
|
|
1255
|
+
linkedin_id?: string | number | undefined;
|
|
1256
1256
|
linkedin_handle?: string | undefined;
|
|
1257
1257
|
current_position?: {
|
|
1258
1258
|
title?: string | undefined;
|
|
1259
1259
|
company?: {
|
|
1260
1260
|
name?: string | undefined;
|
|
1261
1261
|
domain?: string | undefined;
|
|
1262
|
+
linkedin_url?: string | undefined;
|
|
1262
1263
|
linkedin_id?: string | number | undefined;
|
|
1263
1264
|
industry?: string | undefined;
|
|
1264
|
-
linkedin_url?: string | undefined;
|
|
1265
1265
|
headquarters?: {
|
|
1266
1266
|
city?: string | undefined;
|
|
1267
1267
|
country?: string | undefined;
|
|
@@ -1298,19 +1298,19 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1298
1298
|
custom?: Record<string, string> | undefined;
|
|
1299
1299
|
contact?: {
|
|
1300
1300
|
profile?: {
|
|
1301
|
-
location?: string | undefined;
|
|
1302
1301
|
headline?: string | undefined;
|
|
1303
|
-
|
|
1302
|
+
location?: string | undefined;
|
|
1304
1303
|
linkedin_url?: string | undefined;
|
|
1304
|
+
linkedin_id?: string | undefined;
|
|
1305
1305
|
linkedin_handle?: string | undefined;
|
|
1306
1306
|
current_position?: {
|
|
1307
1307
|
title?: string | undefined;
|
|
1308
1308
|
company?: {
|
|
1309
1309
|
name?: string | undefined;
|
|
1310
1310
|
domain?: string | undefined;
|
|
1311
|
+
linkedin_url?: string | undefined;
|
|
1311
1312
|
linkedin_id?: string | undefined;
|
|
1312
1313
|
industry?: string | undefined;
|
|
1313
|
-
linkedin_url?: string | undefined;
|
|
1314
1314
|
headquarters?: {
|
|
1315
1315
|
city?: string | undefined;
|
|
1316
1316
|
country?: string | undefined;
|
|
@@ -1347,19 +1347,19 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1347
1347
|
custom?: Record<string, string> | undefined;
|
|
1348
1348
|
contact?: {
|
|
1349
1349
|
profile?: {
|
|
1350
|
-
location?: string | undefined;
|
|
1351
1350
|
headline?: string | undefined;
|
|
1352
|
-
|
|
1351
|
+
location?: string | undefined;
|
|
1353
1352
|
linkedin_url?: string | undefined;
|
|
1353
|
+
linkedin_id?: string | number | undefined;
|
|
1354
1354
|
linkedin_handle?: string | undefined;
|
|
1355
1355
|
current_position?: {
|
|
1356
1356
|
title?: string | undefined;
|
|
1357
1357
|
company?: {
|
|
1358
1358
|
name?: string | undefined;
|
|
1359
1359
|
domain?: string | undefined;
|
|
1360
|
+
linkedin_url?: string | undefined;
|
|
1360
1361
|
linkedin_id?: string | number | undefined;
|
|
1361
1362
|
industry?: string | undefined;
|
|
1362
|
-
linkedin_url?: string | undefined;
|
|
1363
1363
|
headquarters?: {
|
|
1364
1364
|
city?: string | undefined;
|
|
1365
1365
|
country?: string | undefined;
|
|
@@ -1402,9 +1402,9 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1402
1402
|
}>>;
|
|
1403
1403
|
error: z.ZodString;
|
|
1404
1404
|
}, "strip", z.ZodTypeAny, {
|
|
1405
|
+
operation: "get_enrichment_result";
|
|
1405
1406
|
success: boolean;
|
|
1406
1407
|
error: string;
|
|
1407
|
-
operation: "get_enrichment_result";
|
|
1408
1408
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1409
1409
|
name?: string | undefined;
|
|
1410
1410
|
id?: string | undefined;
|
|
@@ -1412,19 +1412,19 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1412
1412
|
custom?: Record<string, string> | undefined;
|
|
1413
1413
|
contact?: {
|
|
1414
1414
|
profile?: {
|
|
1415
|
-
location?: string | undefined;
|
|
1416
1415
|
headline?: string | undefined;
|
|
1417
|
-
|
|
1416
|
+
location?: string | undefined;
|
|
1418
1417
|
linkedin_url?: string | undefined;
|
|
1418
|
+
linkedin_id?: string | undefined;
|
|
1419
1419
|
linkedin_handle?: string | undefined;
|
|
1420
1420
|
current_position?: {
|
|
1421
1421
|
title?: string | undefined;
|
|
1422
1422
|
company?: {
|
|
1423
1423
|
name?: string | undefined;
|
|
1424
1424
|
domain?: string | undefined;
|
|
1425
|
+
linkedin_url?: string | undefined;
|
|
1425
1426
|
linkedin_id?: string | undefined;
|
|
1426
1427
|
industry?: string | undefined;
|
|
1427
|
-
linkedin_url?: string | undefined;
|
|
1428
1428
|
headquarters?: {
|
|
1429
1429
|
city?: string | undefined;
|
|
1430
1430
|
country?: string | undefined;
|
|
@@ -1462,9 +1462,9 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1462
1462
|
credits?: number | undefined;
|
|
1463
1463
|
} | undefined;
|
|
1464
1464
|
}, {
|
|
1465
|
+
operation: "get_enrichment_result";
|
|
1465
1466
|
success: boolean;
|
|
1466
1467
|
error: string;
|
|
1467
|
-
operation: "get_enrichment_result";
|
|
1468
1468
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1469
1469
|
name?: string | undefined;
|
|
1470
1470
|
id?: string | undefined;
|
|
@@ -1472,19 +1472,19 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1472
1472
|
custom?: Record<string, string> | undefined;
|
|
1473
1473
|
contact?: {
|
|
1474
1474
|
profile?: {
|
|
1475
|
-
location?: string | undefined;
|
|
1476
1475
|
headline?: string | undefined;
|
|
1477
|
-
|
|
1476
|
+
location?: string | undefined;
|
|
1478
1477
|
linkedin_url?: string | undefined;
|
|
1478
|
+
linkedin_id?: string | number | undefined;
|
|
1479
1479
|
linkedin_handle?: string | undefined;
|
|
1480
1480
|
current_position?: {
|
|
1481
1481
|
title?: string | undefined;
|
|
1482
1482
|
company?: {
|
|
1483
1483
|
name?: string | undefined;
|
|
1484
1484
|
domain?: string | undefined;
|
|
1485
|
+
linkedin_url?: string | undefined;
|
|
1485
1486
|
linkedin_id?: string | number | undefined;
|
|
1486
1487
|
industry?: string | undefined;
|
|
1487
|
-
linkedin_url?: string | undefined;
|
|
1488
1488
|
headquarters?: {
|
|
1489
1489
|
city?: string | undefined;
|
|
1490
1490
|
country?: string | undefined;
|
|
@@ -1527,14 +1527,14 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1527
1527
|
enrichment_id: z.ZodOptional<z.ZodString>;
|
|
1528
1528
|
error: z.ZodString;
|
|
1529
1529
|
}, "strip", z.ZodTypeAny, {
|
|
1530
|
+
operation: "start_reverse_email_lookup";
|
|
1530
1531
|
success: boolean;
|
|
1531
1532
|
error: string;
|
|
1532
|
-
operation: "start_reverse_email_lookup";
|
|
1533
1533
|
enrichment_id?: string | undefined;
|
|
1534
1534
|
}, {
|
|
1535
|
+
operation: "start_reverse_email_lookup";
|
|
1535
1536
|
success: boolean;
|
|
1536
1537
|
error: string;
|
|
1537
|
-
operation: "start_reverse_email_lookup";
|
|
1538
1538
|
enrichment_id?: string | undefined;
|
|
1539
1539
|
}>, z.ZodObject<{
|
|
1540
1540
|
operation: z.ZodLiteral<"get_reverse_email_result">;
|
|
@@ -1618,9 +1618,9 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1618
1618
|
}, "strip", z.ZodTypeAny, {
|
|
1619
1619
|
name?: string | undefined;
|
|
1620
1620
|
domain?: string | undefined;
|
|
1621
|
+
linkedin_url?: string | undefined;
|
|
1621
1622
|
linkedin_id?: string | undefined;
|
|
1622
1623
|
industry?: string | undefined;
|
|
1623
|
-
linkedin_url?: string | undefined;
|
|
1624
1624
|
headquarters?: {
|
|
1625
1625
|
city?: string | undefined;
|
|
1626
1626
|
country?: string | undefined;
|
|
@@ -1628,9 +1628,9 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1628
1628
|
}, {
|
|
1629
1629
|
name?: string | undefined;
|
|
1630
1630
|
domain?: string | undefined;
|
|
1631
|
+
linkedin_url?: string | undefined;
|
|
1631
1632
|
linkedin_id?: string | number | undefined;
|
|
1632
1633
|
industry?: string | undefined;
|
|
1633
|
-
linkedin_url?: string | undefined;
|
|
1634
1634
|
headquarters?: {
|
|
1635
1635
|
city?: string | undefined;
|
|
1636
1636
|
country?: string | undefined;
|
|
@@ -1643,9 +1643,9 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1643
1643
|
company?: {
|
|
1644
1644
|
name?: string | undefined;
|
|
1645
1645
|
domain?: string | undefined;
|
|
1646
|
+
linkedin_url?: string | undefined;
|
|
1646
1647
|
linkedin_id?: string | undefined;
|
|
1647
1648
|
industry?: string | undefined;
|
|
1648
|
-
linkedin_url?: string | undefined;
|
|
1649
1649
|
headquarters?: {
|
|
1650
1650
|
city?: string | undefined;
|
|
1651
1651
|
country?: string | undefined;
|
|
@@ -1658,9 +1658,9 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1658
1658
|
company?: {
|
|
1659
1659
|
name?: string | undefined;
|
|
1660
1660
|
domain?: string | undefined;
|
|
1661
|
+
linkedin_url?: string | undefined;
|
|
1661
1662
|
linkedin_id?: string | number | undefined;
|
|
1662
1663
|
industry?: string | undefined;
|
|
1663
|
-
linkedin_url?: string | undefined;
|
|
1664
1664
|
headquarters?: {
|
|
1665
1665
|
city?: string | undefined;
|
|
1666
1666
|
country?: string | undefined;
|
|
@@ -1670,19 +1670,19 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1670
1670
|
end_date?: string | undefined;
|
|
1671
1671
|
}>>;
|
|
1672
1672
|
}, "strip", z.ZodTypeAny, {
|
|
1673
|
-
location?: string | undefined;
|
|
1674
1673
|
headline?: string | undefined;
|
|
1675
|
-
|
|
1674
|
+
location?: string | undefined;
|
|
1676
1675
|
linkedin_url?: string | undefined;
|
|
1676
|
+
linkedin_id?: string | undefined;
|
|
1677
1677
|
linkedin_handle?: string | undefined;
|
|
1678
1678
|
current_position?: {
|
|
1679
1679
|
title?: string | undefined;
|
|
1680
1680
|
company?: {
|
|
1681
1681
|
name?: string | undefined;
|
|
1682
1682
|
domain?: string | undefined;
|
|
1683
|
+
linkedin_url?: string | undefined;
|
|
1683
1684
|
linkedin_id?: string | undefined;
|
|
1684
1685
|
industry?: string | undefined;
|
|
1685
|
-
linkedin_url?: string | undefined;
|
|
1686
1686
|
headquarters?: {
|
|
1687
1687
|
city?: string | undefined;
|
|
1688
1688
|
country?: string | undefined;
|
|
@@ -1692,19 +1692,19 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1692
1692
|
end_date?: string | undefined;
|
|
1693
1693
|
} | undefined;
|
|
1694
1694
|
}, {
|
|
1695
|
-
location?: string | undefined;
|
|
1696
1695
|
headline?: string | undefined;
|
|
1697
|
-
|
|
1696
|
+
location?: string | undefined;
|
|
1698
1697
|
linkedin_url?: string | undefined;
|
|
1698
|
+
linkedin_id?: string | number | undefined;
|
|
1699
1699
|
linkedin_handle?: string | undefined;
|
|
1700
1700
|
current_position?: {
|
|
1701
1701
|
title?: string | undefined;
|
|
1702
1702
|
company?: {
|
|
1703
1703
|
name?: string | undefined;
|
|
1704
1704
|
domain?: string | undefined;
|
|
1705
|
+
linkedin_url?: string | undefined;
|
|
1705
1706
|
linkedin_id?: string | number | undefined;
|
|
1706
1707
|
industry?: string | undefined;
|
|
1707
|
-
linkedin_url?: string | undefined;
|
|
1708
1708
|
headquarters?: {
|
|
1709
1709
|
city?: string | undefined;
|
|
1710
1710
|
country?: string | undefined;
|
|
@@ -1716,19 +1716,19 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1716
1716
|
}>>;
|
|
1717
1717
|
}, "strip", z.ZodTypeAny, {
|
|
1718
1718
|
profile?: {
|
|
1719
|
-
location?: string | undefined;
|
|
1720
1719
|
headline?: string | undefined;
|
|
1721
|
-
|
|
1720
|
+
location?: string | undefined;
|
|
1722
1721
|
linkedin_url?: string | undefined;
|
|
1722
|
+
linkedin_id?: string | undefined;
|
|
1723
1723
|
linkedin_handle?: string | undefined;
|
|
1724
1724
|
current_position?: {
|
|
1725
1725
|
title?: string | undefined;
|
|
1726
1726
|
company?: {
|
|
1727
1727
|
name?: string | undefined;
|
|
1728
1728
|
domain?: string | undefined;
|
|
1729
|
+
linkedin_url?: string | undefined;
|
|
1729
1730
|
linkedin_id?: string | undefined;
|
|
1730
1731
|
industry?: string | undefined;
|
|
1731
|
-
linkedin_url?: string | undefined;
|
|
1732
1732
|
headquarters?: {
|
|
1733
1733
|
city?: string | undefined;
|
|
1734
1734
|
country?: string | undefined;
|
|
@@ -1762,19 +1762,19 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1762
1762
|
}[] | undefined;
|
|
1763
1763
|
}, {
|
|
1764
1764
|
profile?: {
|
|
1765
|
-
location?: string | undefined;
|
|
1766
1765
|
headline?: string | undefined;
|
|
1767
|
-
|
|
1766
|
+
location?: string | undefined;
|
|
1768
1767
|
linkedin_url?: string | undefined;
|
|
1768
|
+
linkedin_id?: string | number | undefined;
|
|
1769
1769
|
linkedin_handle?: string | undefined;
|
|
1770
1770
|
current_position?: {
|
|
1771
1771
|
title?: string | undefined;
|
|
1772
1772
|
company?: {
|
|
1773
1773
|
name?: string | undefined;
|
|
1774
1774
|
domain?: string | undefined;
|
|
1775
|
+
linkedin_url?: string | undefined;
|
|
1775
1776
|
linkedin_id?: string | number | undefined;
|
|
1776
1777
|
industry?: string | undefined;
|
|
1777
|
-
linkedin_url?: string | undefined;
|
|
1778
1778
|
headquarters?: {
|
|
1779
1779
|
city?: string | undefined;
|
|
1780
1780
|
country?: string | undefined;
|
|
@@ -1811,19 +1811,19 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1811
1811
|
input?: string | undefined;
|
|
1812
1812
|
contact?: {
|
|
1813
1813
|
profile?: {
|
|
1814
|
-
location?: string | undefined;
|
|
1815
1814
|
headline?: string | undefined;
|
|
1816
|
-
|
|
1815
|
+
location?: string | undefined;
|
|
1817
1816
|
linkedin_url?: string | undefined;
|
|
1817
|
+
linkedin_id?: string | undefined;
|
|
1818
1818
|
linkedin_handle?: string | undefined;
|
|
1819
1819
|
current_position?: {
|
|
1820
1820
|
title?: string | undefined;
|
|
1821
1821
|
company?: {
|
|
1822
1822
|
name?: string | undefined;
|
|
1823
1823
|
domain?: string | undefined;
|
|
1824
|
+
linkedin_url?: string | undefined;
|
|
1824
1825
|
linkedin_id?: string | undefined;
|
|
1825
1826
|
industry?: string | undefined;
|
|
1826
|
-
linkedin_url?: string | undefined;
|
|
1827
1827
|
headquarters?: {
|
|
1828
1828
|
city?: string | undefined;
|
|
1829
1829
|
country?: string | undefined;
|
|
@@ -1860,19 +1860,19 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1860
1860
|
input?: string | undefined;
|
|
1861
1861
|
contact?: {
|
|
1862
1862
|
profile?: {
|
|
1863
|
-
location?: string | undefined;
|
|
1864
1863
|
headline?: string | undefined;
|
|
1865
|
-
|
|
1864
|
+
location?: string | undefined;
|
|
1866
1865
|
linkedin_url?: string | undefined;
|
|
1866
|
+
linkedin_id?: string | number | undefined;
|
|
1867
1867
|
linkedin_handle?: string | undefined;
|
|
1868
1868
|
current_position?: {
|
|
1869
1869
|
title?: string | undefined;
|
|
1870
1870
|
company?: {
|
|
1871
1871
|
name?: string | undefined;
|
|
1872
1872
|
domain?: string | undefined;
|
|
1873
|
+
linkedin_url?: string | undefined;
|
|
1873
1874
|
linkedin_id?: string | number | undefined;
|
|
1874
1875
|
industry?: string | undefined;
|
|
1875
|
-
linkedin_url?: string | undefined;
|
|
1876
1876
|
headquarters?: {
|
|
1877
1877
|
city?: string | undefined;
|
|
1878
1878
|
country?: string | undefined;
|
|
@@ -1915,9 +1915,9 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1915
1915
|
}>>;
|
|
1916
1916
|
error: z.ZodString;
|
|
1917
1917
|
}, "strip", z.ZodTypeAny, {
|
|
1918
|
+
operation: "get_reverse_email_result";
|
|
1918
1919
|
success: boolean;
|
|
1919
1920
|
error: string;
|
|
1920
|
-
operation: "get_reverse_email_result";
|
|
1921
1921
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1922
1922
|
name?: string | undefined;
|
|
1923
1923
|
id?: string | undefined;
|
|
@@ -1925,19 +1925,19 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1925
1925
|
input?: string | undefined;
|
|
1926
1926
|
contact?: {
|
|
1927
1927
|
profile?: {
|
|
1928
|
-
location?: string | undefined;
|
|
1929
1928
|
headline?: string | undefined;
|
|
1930
|
-
|
|
1929
|
+
location?: string | undefined;
|
|
1931
1930
|
linkedin_url?: string | undefined;
|
|
1931
|
+
linkedin_id?: string | undefined;
|
|
1932
1932
|
linkedin_handle?: string | undefined;
|
|
1933
1933
|
current_position?: {
|
|
1934
1934
|
title?: string | undefined;
|
|
1935
1935
|
company?: {
|
|
1936
1936
|
name?: string | undefined;
|
|
1937
1937
|
domain?: string | undefined;
|
|
1938
|
+
linkedin_url?: string | undefined;
|
|
1938
1939
|
linkedin_id?: string | undefined;
|
|
1939
1940
|
industry?: string | undefined;
|
|
1940
|
-
linkedin_url?: string | undefined;
|
|
1941
1941
|
headquarters?: {
|
|
1942
1942
|
city?: string | undefined;
|
|
1943
1943
|
country?: string | undefined;
|
|
@@ -1975,9 +1975,9 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1975
1975
|
credits?: number | undefined;
|
|
1976
1976
|
} | undefined;
|
|
1977
1977
|
}, {
|
|
1978
|
+
operation: "get_reverse_email_result";
|
|
1978
1979
|
success: boolean;
|
|
1979
1980
|
error: string;
|
|
1980
|
-
operation: "get_reverse_email_result";
|
|
1981
1981
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1982
1982
|
name?: string | undefined;
|
|
1983
1983
|
id?: string | undefined;
|
|
@@ -1985,19 +1985,19 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1985
1985
|
input?: string | undefined;
|
|
1986
1986
|
contact?: {
|
|
1987
1987
|
profile?: {
|
|
1988
|
-
location?: string | undefined;
|
|
1989
1988
|
headline?: string | undefined;
|
|
1990
|
-
|
|
1989
|
+
location?: string | undefined;
|
|
1991
1990
|
linkedin_url?: string | undefined;
|
|
1991
|
+
linkedin_id?: string | number | undefined;
|
|
1992
1992
|
linkedin_handle?: string | undefined;
|
|
1993
1993
|
current_position?: {
|
|
1994
1994
|
title?: string | undefined;
|
|
1995
1995
|
company?: {
|
|
1996
1996
|
name?: string | undefined;
|
|
1997
1997
|
domain?: string | undefined;
|
|
1998
|
+
linkedin_url?: string | undefined;
|
|
1998
1999
|
linkedin_id?: string | number | undefined;
|
|
1999
2000
|
industry?: string | undefined;
|
|
2000
|
-
linkedin_url?: string | undefined;
|
|
2001
2001
|
headquarters?: {
|
|
2002
2002
|
city?: string | undefined;
|
|
2003
2003
|
country?: string | undefined;
|
|
@@ -2040,14 +2040,14 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
2040
2040
|
balance: z.ZodOptional<z.ZodNumber>;
|
|
2041
2041
|
error: z.ZodString;
|
|
2042
2042
|
}, "strip", z.ZodTypeAny, {
|
|
2043
|
+
operation: "get_credit_balance";
|
|
2043
2044
|
success: boolean;
|
|
2044
2045
|
error: string;
|
|
2045
|
-
operation: "get_credit_balance";
|
|
2046
2046
|
balance?: number | undefined;
|
|
2047
2047
|
}, {
|
|
2048
|
+
operation: "get_credit_balance";
|
|
2048
2049
|
success: boolean;
|
|
2049
2050
|
error: string;
|
|
2050
|
-
operation: "get_credit_balance";
|
|
2051
2051
|
balance?: number | undefined;
|
|
2052
2052
|
}>, z.ZodObject<{
|
|
2053
2053
|
operation: z.ZodLiteral<"check_api_key">;
|
|
@@ -2055,14 +2055,14 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
2055
2055
|
workspace_id: z.ZodOptional<z.ZodString>;
|
|
2056
2056
|
error: z.ZodString;
|
|
2057
2057
|
}, "strip", z.ZodTypeAny, {
|
|
2058
|
+
operation: "check_api_key";
|
|
2058
2059
|
success: boolean;
|
|
2059
2060
|
error: string;
|
|
2060
|
-
operation: "check_api_key";
|
|
2061
2061
|
workspace_id?: string | undefined;
|
|
2062
2062
|
}, {
|
|
2063
|
+
operation: "check_api_key";
|
|
2063
2064
|
success: boolean;
|
|
2064
2065
|
error: string;
|
|
2065
|
-
operation: "check_api_key";
|
|
2066
2066
|
workspace_id?: string | undefined;
|
|
2067
2067
|
}>]>;
|
|
2068
2068
|
export type FullEnrichParamsInput = z.input<typeof FullEnrichParamsSchema>;
|