@bubblelab/bubble-core 0.1.122 → 0.1.124

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.
Files changed (119) hide show
  1. package/dist/bubble-bundle.d.ts +163 -143
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +2 -0
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +148 -148
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +106 -106
  7. package/dist/bubbles/service-bubble/ai-agent.d.ts.map +1 -1
  8. package/dist/bubbles/service-bubble/ai-agent.js +168 -87
  9. package/dist/bubbles/service-bubble/ai-agent.js.map +1 -1
  10. package/dist/bubbles/service-bubble/airtable.d.ts +170 -170
  11. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  12. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  14. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  15. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  16. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  17. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  18. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  19. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +88 -88
  20. package/dist/bubbles/service-bubble/apify/apify.d.ts +30 -30
  21. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +72 -72
  22. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +96 -96
  23. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +32 -32
  24. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +34 -34
  25. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +26 -26
  26. package/dist/bubbles/service-bubble/confluence/confluence.schema.d.ts +26 -26
  27. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +130 -130
  28. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +162 -162
  29. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  30. package/dist/bubbles/service-bubble/firecrawl.d.ts +864 -864
  31. package/dist/bubbles/service-bubble/followupboss.d.ts +164 -164
  32. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +72 -72
  33. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +112 -112
  34. package/dist/bubbles/service-bubble/github.d.ts +152 -152
  35. package/dist/bubbles/service-bubble/gmail.d.ts +657 -657
  36. package/dist/bubbles/service-bubble/google-calendar.d.ts +138 -138
  37. package/dist/bubbles/service-bubble/google-drive.d.ts +102 -102
  38. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +52 -52
  39. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +56 -56
  40. package/dist/bubbles/service-bubble/http.d.ts +22 -22
  41. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  42. package/dist/bubbles/service-bubble/jira/jira.d.ts +70 -70
  43. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +74 -74
  44. package/dist/bubbles/service-bubble/notion/notion.d.ts +642 -642
  45. package/dist/bubbles/service-bubble/notion/notion.d.ts.map +1 -1
  46. package/dist/bubbles/service-bubble/notion/notion.js +2 -1
  47. package/dist/bubbles/service-bubble/notion/notion.js.map +1 -1
  48. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  49. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  50. package/dist/bubbles/service-bubble/resend.d.ts +32 -32
  51. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  52. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  53. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  54. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  55. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  56. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  57. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  58. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  59. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  60. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  61. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  62. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  63. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  64. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  65. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  66. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  67. package/dist/bubbles/service-bubble/slack/slack.d.ts +684 -684
  68. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  69. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +153 -153
  70. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +175 -175
  71. package/dist/bubbles/service-bubble/telegram.d.ts +1590 -1590
  72. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +17 -17
  73. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +17 -17
  74. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +16 -16
  75. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +22 -22
  76. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  77. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +58 -58
  78. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +24 -24
  79. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +14 -14
  80. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  81. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  82. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +378 -378
  83. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +4 -4
  84. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +235 -0
  85. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts.map +1 -0
  86. package/dist/bubbles/tool-bubble/list-capabilities-tool.js +105 -0
  87. package/dist/bubbles/tool-bubble/list-capabilities-tool.js.map +1 -0
  88. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +122 -122
  89. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +24 -24
  90. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  91. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +80 -80
  92. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +178 -178
  93. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +18 -18
  94. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  95. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  96. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  97. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +50 -50
  98. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +48 -48
  99. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +36 -36
  100. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  101. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +90 -90
  102. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  103. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +28 -28
  104. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +108 -108
  105. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  106. package/dist/bubbles.json +137 -4
  107. package/dist/capabilities/define-capability.d.ts +8 -2
  108. package/dist/capabilities/define-capability.d.ts.map +1 -1
  109. package/dist/capabilities/define-capability.js +3 -0
  110. package/dist/capabilities/define-capability.js.map +1 -1
  111. package/dist/index.d.ts +1 -0
  112. package/dist/index.d.ts.map +1 -1
  113. package/dist/index.js +1 -0
  114. package/dist/index.js.map +1 -1
  115. package/dist/types/available-tools.d.ts +1 -1
  116. package/dist/types/available-tools.d.ts.map +1 -1
  117. package/dist/types/available-tools.js +1 -0
  118. package/dist/types/available-tools.js.map +1 -1
  119. 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;
75
74
  linkedin_id?: string | undefined;
76
75
  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;
85
84
  linkedin_id?: string | number | undefined;
86
85
  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;
123
122
  linkedin_id?: string | undefined;
124
123
  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;
133
132
  linkedin_id?: string | number | undefined;
134
133
  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;
148
147
  linkedin_id?: string | undefined;
149
148
  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;
163
162
  linkedin_id?: string | number | undefined;
164
163
  industry?: string | undefined;
164
+ linkedin_url?: string | undefined;
165
165
  headquarters?: {
166
166
  city?: string | undefined;
167
167
  country?: string | undefined;
@@ -173,17 +173,17 @@ export declare const ProfileSchema: z.ZodObject<{
173
173
  }, "strip", z.ZodTypeAny, {
174
174
  location?: string | undefined;
175
175
  headline?: string | undefined;
176
- linkedin_url?: string | undefined;
177
176
  linkedin_id?: string | undefined;
177
+ linkedin_url?: 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;
185
184
  linkedin_id?: string | undefined;
186
185
  industry?: string | undefined;
186
+ linkedin_url?: string | undefined;
187
187
  headquarters?: {
188
188
  city?: string | undefined;
189
189
  country?: string | undefined;
@@ -195,17 +195,17 @@ export declare const ProfileSchema: z.ZodObject<{
195
195
  }, {
196
196
  location?: string | undefined;
197
197
  headline?: string | undefined;
198
- linkedin_url?: string | undefined;
199
198
  linkedin_id?: string | number | undefined;
199
+ linkedin_url?: string | 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;
207
206
  linkedin_id?: string | number | undefined;
208
207
  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;
296
295
  linkedin_id?: string | undefined;
297
296
  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;
306
305
  linkedin_id?: string | number | undefined;
307
306
  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;
321
320
  linkedin_id?: string | undefined;
322
321
  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;
336
335
  linkedin_id?: string | number | undefined;
337
336
  industry?: string | undefined;
337
+ linkedin_url?: string | undefined;
338
338
  headquarters?: {
339
339
  city?: string | undefined;
340
340
  country?: string | undefined;
@@ -346,17 +346,17 @@ export declare const EnrichedContactSchema: z.ZodObject<{
346
346
  }, "strip", z.ZodTypeAny, {
347
347
  location?: string | undefined;
348
348
  headline?: string | undefined;
349
- linkedin_url?: string | undefined;
350
349
  linkedin_id?: string | undefined;
350
+ linkedin_url?: 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;
358
357
  linkedin_id?: string | undefined;
359
358
  industry?: string | undefined;
359
+ linkedin_url?: string | undefined;
360
360
  headquarters?: {
361
361
  city?: string | undefined;
362
362
  country?: string | undefined;
@@ -368,17 +368,17 @@ export declare const EnrichedContactSchema: z.ZodObject<{
368
368
  }, {
369
369
  location?: string | undefined;
370
370
  headline?: string | undefined;
371
- linkedin_url?: string | undefined;
372
371
  linkedin_id?: string | number | undefined;
372
+ linkedin_url?: string | 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;
380
379
  linkedin_id?: string | number | undefined;
381
380
  industry?: string | undefined;
381
+ linkedin_url?: string | undefined;
382
382
  headquarters?: {
383
383
  city?: string | undefined;
384
384
  country?: string | undefined;
@@ -392,17 +392,17 @@ export declare const EnrichedContactSchema: z.ZodObject<{
392
392
  profile?: {
393
393
  location?: string | undefined;
394
394
  headline?: string | undefined;
395
- linkedin_url?: string | undefined;
396
395
  linkedin_id?: string | undefined;
396
+ linkedin_url?: 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;
404
403
  linkedin_id?: string | undefined;
405
404
  industry?: string | undefined;
405
+ linkedin_url?: string | undefined;
406
406
  headquarters?: {
407
407
  city?: string | undefined;
408
408
  country?: string | undefined;
@@ -438,17 +438,17 @@ export declare const EnrichedContactSchema: z.ZodObject<{
438
438
  profile?: {
439
439
  location?: string | undefined;
440
440
  headline?: string | undefined;
441
- linkedin_url?: string | undefined;
442
441
  linkedin_id?: string | number | undefined;
442
+ linkedin_url?: string | 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;
450
449
  linkedin_id?: string | number | undefined;
451
450
  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;
564
563
  linkedin_id?: string | undefined;
565
564
  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;
574
573
  linkedin_id?: string | number | undefined;
575
574
  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;
589
588
  linkedin_id?: string | undefined;
590
589
  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;
604
603
  linkedin_id?: string | number | undefined;
605
604
  industry?: string | undefined;
605
+ linkedin_url?: string | undefined;
606
606
  headquarters?: {
607
607
  city?: string | undefined;
608
608
  country?: string | undefined;
@@ -614,17 +614,17 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
614
614
  }, "strip", z.ZodTypeAny, {
615
615
  location?: string | undefined;
616
616
  headline?: string | undefined;
617
- linkedin_url?: string | undefined;
618
617
  linkedin_id?: string | undefined;
618
+ linkedin_url?: 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;
626
625
  linkedin_id?: string | undefined;
627
626
  industry?: string | undefined;
627
+ linkedin_url?: string | undefined;
628
628
  headquarters?: {
629
629
  city?: string | undefined;
630
630
  country?: string | undefined;
@@ -636,17 +636,17 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
636
636
  }, {
637
637
  location?: string | undefined;
638
638
  headline?: string | undefined;
639
- linkedin_url?: string | undefined;
640
639
  linkedin_id?: string | number | undefined;
640
+ linkedin_url?: string | 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;
648
647
  linkedin_id?: string | number | undefined;
649
648
  industry?: string | undefined;
649
+ linkedin_url?: string | undefined;
650
650
  headquarters?: {
651
651
  city?: string | undefined;
652
652
  country?: string | undefined;
@@ -660,17 +660,17 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
660
660
  profile?: {
661
661
  location?: string | undefined;
662
662
  headline?: string | undefined;
663
- linkedin_url?: string | undefined;
664
663
  linkedin_id?: string | undefined;
664
+ linkedin_url?: 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;
672
671
  linkedin_id?: string | undefined;
673
672
  industry?: string | undefined;
673
+ linkedin_url?: string | undefined;
674
674
  headquarters?: {
675
675
  city?: string | undefined;
676
676
  country?: string | undefined;
@@ -706,17 +706,17 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
706
706
  profile?: {
707
707
  location?: string | undefined;
708
708
  headline?: string | undefined;
709
- linkedin_url?: string | undefined;
710
709
  linkedin_id?: string | number | undefined;
710
+ linkedin_url?: string | 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;
718
717
  linkedin_id?: string | number | undefined;
719
718
  industry?: string | undefined;
719
+ linkedin_url?: string | undefined;
720
720
  headquarters?: {
721
721
  city?: string | undefined;
722
722
  country?: string | undefined;
@@ -755,17 +755,17 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
755
755
  profile?: {
756
756
  location?: string | undefined;
757
757
  headline?: string | undefined;
758
- linkedin_url?: string | undefined;
759
758
  linkedin_id?: string | undefined;
759
+ linkedin_url?: 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;
767
766
  linkedin_id?: string | undefined;
768
767
  industry?: string | undefined;
768
+ linkedin_url?: string | undefined;
769
769
  headquarters?: {
770
770
  city?: string | undefined;
771
771
  country?: string | undefined;
@@ -804,17 +804,17 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
804
804
  profile?: {
805
805
  location?: string | undefined;
806
806
  headline?: string | undefined;
807
- linkedin_url?: string | undefined;
808
807
  linkedin_id?: string | number | undefined;
808
+ linkedin_url?: string | 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;
816
815
  linkedin_id?: string | number | undefined;
817
816
  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;
876
877
  linkedin_url?: string | undefined;
877
878
  firstname?: string | undefined;
878
879
  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;
883
884
  linkedin_url?: string | undefined;
884
885
  firstname?: string | undefined;
885
886
  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;
905
906
  linkedin_url?: string | undefined;
906
907
  firstname?: string | undefined;
907
908
  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;
912
913
  linkedin_url?: string | undefined;
913
914
  firstname?: string | undefined;
914
915
  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;
926
927
  linkedin_url?: string | undefined;
927
928
  firstname?: string | undefined;
928
929
  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;
939
940
  linkedin_url?: string | undefined;
940
941
  firstname?: string | undefined;
941
942
  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
  error: string;
1018
1019
  success: boolean;
1019
- operation: "start_bulk_enrichment";
1020
1020
  enrichment_id?: string | undefined;
1021
1021
  }, {
1022
+ operation: "start_bulk_enrichment";
1022
1023
  error: string;
1023
1024
  success: boolean;
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;
1109
1108
  linkedin_id?: string | undefined;
1110
1109
  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;
1119
1118
  linkedin_id?: string | number | undefined;
1120
1119
  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;
1134
1133
  linkedin_id?: string | undefined;
1135
1134
  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;
1149
1148
  linkedin_id?: string | number | undefined;
1150
1149
  industry?: string | undefined;
1150
+ linkedin_url?: string | undefined;
1151
1151
  headquarters?: {
1152
1152
  city?: string | undefined;
1153
1153
  country?: string | undefined;
@@ -1159,17 +1159,17 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1159
1159
  }, "strip", z.ZodTypeAny, {
1160
1160
  location?: string | undefined;
1161
1161
  headline?: string | undefined;
1162
- linkedin_url?: string | undefined;
1163
1162
  linkedin_id?: string | undefined;
1163
+ linkedin_url?: 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;
1171
1170
  linkedin_id?: string | undefined;
1172
1171
  industry?: string | undefined;
1172
+ linkedin_url?: string | undefined;
1173
1173
  headquarters?: {
1174
1174
  city?: string | undefined;
1175
1175
  country?: string | undefined;
@@ -1181,17 +1181,17 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1181
1181
  }, {
1182
1182
  location?: string | undefined;
1183
1183
  headline?: string | undefined;
1184
- linkedin_url?: string | undefined;
1185
1184
  linkedin_id?: string | number | undefined;
1185
+ linkedin_url?: string | 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;
1193
1192
  linkedin_id?: string | number | undefined;
1194
1193
  industry?: string | undefined;
1194
+ linkedin_url?: string | undefined;
1195
1195
  headquarters?: {
1196
1196
  city?: string | undefined;
1197
1197
  country?: string | undefined;
@@ -1205,17 +1205,17 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1205
1205
  profile?: {
1206
1206
  location?: string | undefined;
1207
1207
  headline?: string | undefined;
1208
- linkedin_url?: string | undefined;
1209
1208
  linkedin_id?: string | undefined;
1209
+ linkedin_url?: 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;
1217
1216
  linkedin_id?: string | undefined;
1218
1217
  industry?: string | undefined;
1218
+ linkedin_url?: string | undefined;
1219
1219
  headquarters?: {
1220
1220
  city?: string | undefined;
1221
1221
  country?: string | undefined;
@@ -1251,17 +1251,17 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1251
1251
  profile?: {
1252
1252
  location?: string | undefined;
1253
1253
  headline?: string | undefined;
1254
- linkedin_url?: string | undefined;
1255
1254
  linkedin_id?: string | number | undefined;
1255
+ linkedin_url?: string | 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;
1263
1262
  linkedin_id?: string | number | undefined;
1264
1263
  industry?: string | undefined;
1264
+ linkedin_url?: string | undefined;
1265
1265
  headquarters?: {
1266
1266
  city?: string | undefined;
1267
1267
  country?: string | undefined;
@@ -1300,17 +1300,17 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1300
1300
  profile?: {
1301
1301
  location?: string | undefined;
1302
1302
  headline?: string | undefined;
1303
- linkedin_url?: string | undefined;
1304
1303
  linkedin_id?: string | undefined;
1304
+ linkedin_url?: 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;
1312
1311
  linkedin_id?: string | undefined;
1313
1312
  industry?: string | undefined;
1313
+ linkedin_url?: string | undefined;
1314
1314
  headquarters?: {
1315
1315
  city?: string | undefined;
1316
1316
  country?: string | undefined;
@@ -1349,17 +1349,17 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1349
1349
  profile?: {
1350
1350
  location?: string | undefined;
1351
1351
  headline?: string | undefined;
1352
- linkedin_url?: string | undefined;
1353
1352
  linkedin_id?: string | number | undefined;
1353
+ linkedin_url?: string | 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;
1361
1360
  linkedin_id?: string | number | undefined;
1362
1361
  industry?: string | undefined;
1362
+ linkedin_url?: string | undefined;
1363
1363
  headquarters?: {
1364
1364
  city?: string | undefined;
1365
1365
  country?: string | undefined;
@@ -1402,32 +1402,29 @@ 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
  error: string;
1406
1407
  success: boolean;
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;
1411
- cost?: {
1412
- credits?: number | undefined;
1413
- } | undefined;
1414
1411
  results?: {
1415
1412
  custom?: Record<string, string> | undefined;
1416
1413
  contact?: {
1417
1414
  profile?: {
1418
1415
  location?: string | undefined;
1419
1416
  headline?: string | undefined;
1420
- linkedin_url?: string | undefined;
1421
1417
  linkedin_id?: string | undefined;
1418
+ linkedin_url?: string | undefined;
1422
1419
  linkedin_handle?: string | undefined;
1423
1420
  current_position?: {
1424
1421
  title?: string | undefined;
1425
1422
  company?: {
1426
1423
  name?: string | undefined;
1427
1424
  domain?: string | undefined;
1428
- linkedin_url?: string | undefined;
1429
1425
  linkedin_id?: string | undefined;
1430
1426
  industry?: string | undefined;
1427
+ linkedin_url?: string | undefined;
1431
1428
  headquarters?: {
1432
1429
  city?: string | undefined;
1433
1430
  country?: string | undefined;
@@ -1461,33 +1458,33 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1461
1458
  }[] | undefined;
1462
1459
  } | undefined;
1463
1460
  }[] | undefined;
1461
+ cost?: {
1462
+ credits?: number | undefined;
1463
+ } | undefined;
1464
1464
  }, {
1465
+ operation: "get_enrichment_result";
1465
1466
  error: string;
1466
1467
  success: boolean;
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;
1471
- cost?: {
1472
- credits?: number | undefined;
1473
- } | undefined;
1474
1471
  results?: {
1475
1472
  custom?: Record<string, string> | undefined;
1476
1473
  contact?: {
1477
1474
  profile?: {
1478
1475
  location?: string | undefined;
1479
1476
  headline?: string | undefined;
1480
- linkedin_url?: string | undefined;
1481
1477
  linkedin_id?: string | number | undefined;
1478
+ linkedin_url?: string | undefined;
1482
1479
  linkedin_handle?: string | undefined;
1483
1480
  current_position?: {
1484
1481
  title?: string | undefined;
1485
1482
  company?: {
1486
1483
  name?: string | undefined;
1487
1484
  domain?: string | undefined;
1488
- linkedin_url?: string | undefined;
1489
1485
  linkedin_id?: string | number | undefined;
1490
1486
  industry?: string | undefined;
1487
+ linkedin_url?: string | undefined;
1491
1488
  headquarters?: {
1492
1489
  city?: string | undefined;
1493
1490
  country?: string | undefined;
@@ -1521,20 +1518,23 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1521
1518
  }[] | undefined;
1522
1519
  } | undefined;
1523
1520
  }[] | undefined;
1521
+ cost?: {
1522
+ credits?: number | undefined;
1523
+ } | undefined;
1524
1524
  }>, z.ZodObject<{
1525
1525
  operation: z.ZodLiteral<"start_reverse_email_lookup">;
1526
1526
  success: z.ZodBoolean;
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
  error: string;
1531
1532
  success: boolean;
1532
- operation: "start_reverse_email_lookup";
1533
1533
  enrichment_id?: string | undefined;
1534
1534
  }, {
1535
+ operation: "start_reverse_email_lookup";
1535
1536
  error: string;
1536
1537
  success: boolean;
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;
1622
1621
  linkedin_id?: string | undefined;
1623
1622
  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;
1632
1631
  linkedin_id?: string | number | undefined;
1633
1632
  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;
1647
1646
  linkedin_id?: string | undefined;
1648
1647
  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;
1662
1661
  linkedin_id?: string | number | undefined;
1663
1662
  industry?: string | undefined;
1663
+ linkedin_url?: string | undefined;
1664
1664
  headquarters?: {
1665
1665
  city?: string | undefined;
1666
1666
  country?: string | undefined;
@@ -1672,17 +1672,17 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1672
1672
  }, "strip", z.ZodTypeAny, {
1673
1673
  location?: string | undefined;
1674
1674
  headline?: string | undefined;
1675
- linkedin_url?: string | undefined;
1676
1675
  linkedin_id?: string | undefined;
1676
+ linkedin_url?: 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;
1684
1683
  linkedin_id?: string | undefined;
1685
1684
  industry?: string | undefined;
1685
+ linkedin_url?: string | undefined;
1686
1686
  headquarters?: {
1687
1687
  city?: string | undefined;
1688
1688
  country?: string | undefined;
@@ -1694,17 +1694,17 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1694
1694
  }, {
1695
1695
  location?: string | undefined;
1696
1696
  headline?: string | undefined;
1697
- linkedin_url?: string | undefined;
1698
1697
  linkedin_id?: string | number | undefined;
1698
+ linkedin_url?: string | 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;
1706
1705
  linkedin_id?: string | number | undefined;
1707
1706
  industry?: string | undefined;
1707
+ linkedin_url?: string | undefined;
1708
1708
  headquarters?: {
1709
1709
  city?: string | undefined;
1710
1710
  country?: string | undefined;
@@ -1718,17 +1718,17 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1718
1718
  profile?: {
1719
1719
  location?: string | undefined;
1720
1720
  headline?: string | undefined;
1721
- linkedin_url?: string | undefined;
1722
1721
  linkedin_id?: string | undefined;
1722
+ linkedin_url?: 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;
1730
1729
  linkedin_id?: string | undefined;
1731
1730
  industry?: string | undefined;
1731
+ linkedin_url?: string | undefined;
1732
1732
  headquarters?: {
1733
1733
  city?: string | undefined;
1734
1734
  country?: string | undefined;
@@ -1764,17 +1764,17 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1764
1764
  profile?: {
1765
1765
  location?: string | undefined;
1766
1766
  headline?: string | undefined;
1767
- linkedin_url?: string | undefined;
1768
1767
  linkedin_id?: string | number | undefined;
1768
+ linkedin_url?: string | 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;
1776
1775
  linkedin_id?: string | number | undefined;
1777
1776
  industry?: string | undefined;
1777
+ linkedin_url?: string | undefined;
1778
1778
  headquarters?: {
1779
1779
  city?: string | undefined;
1780
1780
  country?: string | undefined;
@@ -1813,17 +1813,17 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1813
1813
  profile?: {
1814
1814
  location?: string | undefined;
1815
1815
  headline?: string | undefined;
1816
- linkedin_url?: string | undefined;
1817
1816
  linkedin_id?: string | undefined;
1817
+ linkedin_url?: 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;
1825
1824
  linkedin_id?: string | undefined;
1826
1825
  industry?: string | undefined;
1826
+ linkedin_url?: string | undefined;
1827
1827
  headquarters?: {
1828
1828
  city?: string | undefined;
1829
1829
  country?: string | undefined;
@@ -1862,17 +1862,17 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1862
1862
  profile?: {
1863
1863
  location?: string | undefined;
1864
1864
  headline?: string | undefined;
1865
- linkedin_url?: string | undefined;
1866
1865
  linkedin_id?: string | number | undefined;
1866
+ linkedin_url?: string | 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;
1874
1873
  linkedin_id?: string | number | undefined;
1875
1874
  industry?: string | undefined;
1875
+ linkedin_url?: string | undefined;
1876
1876
  headquarters?: {
1877
1877
  city?: string | undefined;
1878
1878
  country?: string | undefined;
@@ -1915,32 +1915,29 @@ 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
  error: string;
1919
1920
  success: boolean;
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;
1924
- cost?: {
1925
- credits?: number | undefined;
1926
- } | undefined;
1927
1924
  results?: {
1928
1925
  input?: string | undefined;
1929
1926
  contact?: {
1930
1927
  profile?: {
1931
1928
  location?: string | undefined;
1932
1929
  headline?: string | undefined;
1933
- linkedin_url?: string | undefined;
1934
1930
  linkedin_id?: string | undefined;
1931
+ linkedin_url?: string | undefined;
1935
1932
  linkedin_handle?: string | undefined;
1936
1933
  current_position?: {
1937
1934
  title?: string | undefined;
1938
1935
  company?: {
1939
1936
  name?: string | undefined;
1940
1937
  domain?: string | undefined;
1941
- linkedin_url?: string | undefined;
1942
1938
  linkedin_id?: string | undefined;
1943
1939
  industry?: string | undefined;
1940
+ linkedin_url?: string | undefined;
1944
1941
  headquarters?: {
1945
1942
  city?: string | undefined;
1946
1943
  country?: string | undefined;
@@ -1974,33 +1971,33 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1974
1971
  }[] | undefined;
1975
1972
  } | undefined;
1976
1973
  }[] | undefined;
1974
+ cost?: {
1975
+ credits?: number | undefined;
1976
+ } | undefined;
1977
1977
  }, {
1978
+ operation: "get_reverse_email_result";
1978
1979
  error: string;
1979
1980
  success: boolean;
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;
1984
- cost?: {
1985
- credits?: number | undefined;
1986
- } | undefined;
1987
1984
  results?: {
1988
1985
  input?: string | undefined;
1989
1986
  contact?: {
1990
1987
  profile?: {
1991
1988
  location?: string | undefined;
1992
1989
  headline?: string | undefined;
1993
- linkedin_url?: string | undefined;
1994
1990
  linkedin_id?: string | number | undefined;
1991
+ linkedin_url?: string | undefined;
1995
1992
  linkedin_handle?: string | undefined;
1996
1993
  current_position?: {
1997
1994
  title?: string | undefined;
1998
1995
  company?: {
1999
1996
  name?: string | undefined;
2000
1997
  domain?: string | undefined;
2001
- linkedin_url?: string | undefined;
2002
1998
  linkedin_id?: string | number | undefined;
2003
1999
  industry?: string | undefined;
2000
+ linkedin_url?: string | undefined;
2004
2001
  headquarters?: {
2005
2002
  city?: string | undefined;
2006
2003
  country?: string | undefined;
@@ -2034,20 +2031,23 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
2034
2031
  }[] | undefined;
2035
2032
  } | undefined;
2036
2033
  }[] | undefined;
2034
+ cost?: {
2035
+ credits?: number | undefined;
2036
+ } | undefined;
2037
2037
  }>, z.ZodObject<{
2038
2038
  operation: z.ZodLiteral<"get_credit_balance">;
2039
2039
  success: z.ZodBoolean;
2040
2040
  balance: z.ZodOptional<z.ZodNumber>;
2041
2041
  error: z.ZodString;
2042
2042
  }, "strip", z.ZodTypeAny, {
2043
+ operation: "get_credit_balance";
2043
2044
  error: string;
2044
2045
  success: boolean;
2045
- operation: "get_credit_balance";
2046
2046
  balance?: number | undefined;
2047
2047
  }, {
2048
+ operation: "get_credit_balance";
2048
2049
  error: string;
2049
2050
  success: boolean;
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
  error: string;
2059
2060
  success: boolean;
2060
- operation: "check_api_key";
2061
2061
  workspace_id?: string | undefined;
2062
2062
  }, {
2063
+ operation: "check_api_key";
2063
2064
  error: string;
2064
2065
  success: boolean;
2065
- operation: "check_api_key";
2066
2066
  workspace_id?: string | undefined;
2067
2067
  }>]>;
2068
2068
  export type FullEnrichParamsInput = z.input<typeof FullEnrichParamsSchema>;