@bubblelab/bubble-core 0.1.142 → 0.1.145

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 (172) hide show
  1. package/dist/bubble-bundle.d.ts +189 -126
  2. package/dist/bubble-factory.d.ts.map +1 -1
  3. package/dist/bubble-factory.js +9 -1
  4. package/dist/bubble-factory.js.map +1 -1
  5. package/dist/bubbles/service-bubble/agi-inc.d.ts +128 -128
  6. package/dist/bubbles/service-bubble/ai-agent.d.ts +82 -82
  7. package/dist/bubbles/service-bubble/airtable.d.ts +194 -194
  8. package/dist/bubbles/service-bubble/apify/actors/instagram-hashtag-scraper.d.ts +2 -2
  9. package/dist/bubbles/service-bubble/apify/actors/instagram-scraper.d.ts +8 -8
  10. package/dist/bubbles/service-bubble/apify/actors/linkedin-jobs-scraper.d.ts +2 -2
  11. package/dist/bubbles/service-bubble/apify/actors/linkedin-posts-search.d.ts +22 -22
  12. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-detail.d.ts +38 -38
  13. package/dist/bubbles/service-bubble/apify/actors/linkedin-profile-posts.d.ts +52 -52
  14. package/dist/bubbles/service-bubble/apify/actors/tiktok-scraper.d.ts +6 -6
  15. package/dist/bubbles/service-bubble/apify/actors/twitter-scraper.d.ts +12 -12
  16. package/dist/bubbles/service-bubble/apify/actors/youtube-scraper.d.ts +12 -12
  17. package/dist/bubbles/service-bubble/apify/apify-scraper.schema.d.ts +126 -126
  18. package/dist/bubbles/service-bubble/apify/apify.d.ts +28 -28
  19. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +74 -74
  20. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +2 -2
  21. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +97 -90
  22. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts.map +1 -1
  23. package/dist/bubbles/service-bubble/browserbase/browserbase.js +66 -3
  24. package/dist/bubbles/service-bubble/browserbase/browserbase.js.map +1 -1
  25. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +44 -1
  26. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts.map +1 -1
  27. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js +19 -0
  28. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.js.map +1 -1
  29. package/dist/bubbles/service-bubble/confluence/confluence.d.ts +43 -43
  30. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +96 -96
  31. package/dist/bubbles/service-bubble/eleven-labs.d.ts +48 -48
  32. package/dist/bubbles/service-bubble/firecrawl.d.ts +542 -542
  33. package/dist/bubbles/service-bubble/followupboss.d.ts +308 -308
  34. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +88 -88
  35. package/dist/bubbles/service-bubble/github.d.ts +136 -136
  36. package/dist/bubbles/service-bubble/gmail.d.ts +344 -344
  37. package/dist/bubbles/service-bubble/google-calendar.d.ts +152 -152
  38. package/dist/bubbles/service-bubble/google-drive.d.ts +136 -136
  39. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +44 -44
  40. package/dist/bubbles/service-bubble/hello-world.d.ts +6 -6
  41. package/dist/bubbles/service-bubble/http.d.ts +10 -10
  42. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  43. package/dist/bubbles/service-bubble/jira/jira.d.ts +86 -86
  44. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +36 -36
  45. package/dist/bubbles/service-bubble/notion/notion.d.ts +1438 -1438
  46. package/dist/bubbles/service-bubble/notion/property-schemas.d.ts +8 -8
  47. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  48. package/dist/bubbles/service-bubble/resend.d.ts +28 -28
  49. package/dist/bubbles/service-bubble/salesforce/index.d.ts +4 -0
  50. package/dist/bubbles/service-bubble/salesforce/index.d.ts.map +1 -0
  51. package/dist/bubbles/service-bubble/salesforce/index.js +4 -0
  52. package/dist/bubbles/service-bubble/salesforce/index.js.map +1 -0
  53. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts +1331 -0
  54. package/dist/bubbles/service-bubble/salesforce/salesforce.d.ts.map +1 -0
  55. package/dist/bubbles/service-bubble/salesforce/salesforce.js +618 -0
  56. package/dist/bubbles/service-bubble/salesforce/salesforce.js.map +1 -0
  57. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts +1445 -0
  58. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.d.ts.map +1 -0
  59. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js +609 -0
  60. package/dist/bubbles/service-bubble/salesforce/salesforce.schema.js.map +1 -0
  61. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts +87 -0
  62. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.d.ts.map +1 -0
  63. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js +181 -0
  64. package/dist/bubbles/service-bubble/salesforce/salesforce.utils.js.map +1 -0
  65. package/dist/bubbles/service-bubble/slack/slack.d.ts +444 -444
  66. package/dist/bubbles/service-bubble/storage.d.ts +40 -40
  67. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +111 -111
  68. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +28 -28
  69. package/dist/bubbles/service-bubble/telegram.d.ts +116 -116
  70. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +32 -32
  71. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +8 -8
  72. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts +126 -0
  73. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.d.ts.map +1 -0
  74. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js +34 -0
  75. package/dist/bubbles/tool-bubble/browser-tools/_shared/schema.js.map +1 -0
  76. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts +22 -0
  77. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.d.ts.map +1 -0
  78. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js +57 -0
  79. package/dist/bubbles/tool-bubble/browser-tools/_shared/utils.js.map +1 -0
  80. package/dist/bubbles/tool-bubble/browser-tools/index.d.ts +5 -0
  81. package/dist/bubbles/tool-bubble/browser-tools/index.d.ts.map +1 -0
  82. package/dist/bubbles/tool-bubble/browser-tools/index.js +5 -0
  83. package/dist/bubbles/tool-bubble/browser-tools/index.js.map +1 -0
  84. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts +3 -0
  85. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.d.ts.map +1 -0
  86. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js +3 -0
  87. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/index.js.map +1 -0
  88. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts +158 -0
  89. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.d.ts.map +1 -0
  90. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js +31 -0
  91. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/schema.js.map +1 -0
  92. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts +161 -0
  93. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.d.ts.map +1 -0
  94. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js +310 -0
  95. package/dist/bubbles/tool-bubble/browser-tools/linkedin-accept-invitations/tool.js.map +1 -0
  96. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts +3 -0
  97. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.d.ts.map +1 -0
  98. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js +3 -0
  99. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/index.js.map +1 -0
  100. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts +165 -0
  101. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.d.ts.map +1 -0
  102. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js +45 -0
  103. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/schema.js.map +1 -0
  104. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts +171 -0
  105. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.d.ts.map +1 -0
  106. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js +364 -0
  107. package/dist/bubbles/tool-bubble/browser-tools/linkedin-connection/tool.js.map +1 -0
  108. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts +3 -0
  109. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.d.ts.map +1 -0
  110. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js +3 -0
  111. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/index.js.map +1 -0
  112. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts +160 -0
  113. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.d.ts.map +1 -0
  114. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js +24 -0
  115. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/schema.js.map +1 -0
  116. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts +160 -0
  117. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.d.ts.map +1 -0
  118. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js +334 -0
  119. package/dist/bubbles/tool-bubble/browser-tools/linkedin-received-invitations/tool.js.map +1 -0
  120. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts +3 -0
  121. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.d.ts.map +1 -0
  122. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js +3 -0
  123. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/index.js.map +1 -0
  124. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts +152 -0
  125. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.d.ts.map +1 -0
  126. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js +23 -0
  127. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/schema.js.map +1 -0
  128. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts +155 -0
  129. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.d.ts.map +1 -0
  130. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js +233 -0
  131. package/dist/bubbles/tool-bubble/browser-tools/linkedin-sent-invitations/tool.js.map +1 -0
  132. package/dist/bubbles/tool-bubble/bubbleflow-validation-tool.d.ts +12 -12
  133. package/dist/bubbles/tool-bubble/chart-js-tool.d.ts +4 -4
  134. package/dist/bubbles/tool-bubble/code-edit-tool.d.ts +4 -4
  135. package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +52 -52
  136. package/dist/bubbles/tool-bubble/get-bubble-details-tool.d.ts +4 -4
  137. package/dist/bubbles/tool-bubble/get-trigger-detail-tool.d.ts +4 -4
  138. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +20 -20
  139. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +8 -8
  140. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +8 -8
  141. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +470 -470
  142. package/dist/bubbles/tool-bubble/list-airtable-bases-tool.d.ts +4 -4
  143. package/dist/bubbles/tool-bubble/list-airtable-tables-tool.d.ts +16 -16
  144. package/dist/bubbles/tool-bubble/list-bubbles-tool.d.ts +12 -12
  145. package/dist/bubbles/tool-bubble/list-capabilities-tool.d.ts +44 -44
  146. package/dist/bubbles/tool-bubble/people-search-tool.d.ts +56 -56
  147. package/dist/bubbles/tool-bubble/reddit-scrape-tool.d.ts +14 -14
  148. package/dist/bubbles/tool-bubble/research-agent-tool.d.ts +4 -4
  149. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  150. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +68 -68
  151. package/dist/bubbles/tool-bubble/tool-template.d.ts +4 -4
  152. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +132 -132
  153. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +8 -8
  154. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +8 -8
  155. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  156. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +6 -6
  157. package/dist/bubbles/tool-bubble/yc-scraper-tool.d.ts +40 -40
  158. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +18 -18
  159. package/dist/bubbles/workflow-bubble/database-analyzer.workflow.d.ts +4 -4
  160. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +24 -24
  161. package/dist/bubbles/workflow-bubble/parse-document.workflow.d.ts +4 -4
  162. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +76 -76
  163. package/dist/bubbles/workflow-bubble/pdf-ocr.workflow.d.ts +24 -24
  164. package/dist/bubbles/workflow-bubble/slack-data-assistant.workflow.d.ts +4 -4
  165. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +36 -36
  166. package/dist/bubbles/workflow-bubble/slack-notifier.workflow.d.ts +4 -4
  167. package/dist/bubbles.json +668 -70
  168. package/dist/index.d.ts +4 -1
  169. package/dist/index.d.ts.map +1 -1
  170. package/dist/index.js +4 -1
  171. package/dist/index.js.map +1 -1
  172. package/package.json +2 -2
@@ -53,15 +53,15 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
53
53
  custom: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodString>>;
54
54
  }, "strip", import("zod").ZodTypeAny, {
55
55
  enrich_fields: ("contact.emails" | "contact.personal_emails")[];
56
- custom?: Record<string, string> | undefined;
57
56
  domain?: string | undefined;
57
+ custom?: Record<string, string> | undefined;
58
58
  linkedin_url?: string | undefined;
59
59
  firstname?: string | undefined;
60
60
  lastname?: string | undefined;
61
61
  company_name?: string | undefined;
62
62
  }, {
63
- custom?: Record<string, string> | undefined;
64
63
  domain?: string | undefined;
64
+ custom?: Record<string, string> | undefined;
65
65
  linkedin_url?: string | undefined;
66
66
  firstname?: string | undefined;
67
67
  lastname?: string | undefined;
@@ -74,8 +74,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
74
74
  operation: "start_bulk_enrichment";
75
75
  contacts: {
76
76
  enrich_fields: ("contact.emails" | "contact.personal_emails")[];
77
- custom?: Record<string, string> | undefined;
78
77
  domain?: string | undefined;
78
+ custom?: Record<string, string> | undefined;
79
79
  linkedin_url?: string | undefined;
80
80
  firstname?: string | undefined;
81
81
  lastname?: string | undefined;
@@ -87,8 +87,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
87
87
  name: string;
88
88
  operation: "start_bulk_enrichment";
89
89
  contacts: {
90
- custom?: Record<string, string> | undefined;
91
90
  domain?: string | undefined;
91
+ custom?: Record<string, string> | undefined;
92
92
  linkedin_url?: string | undefined;
93
93
  firstname?: string | undefined;
94
94
  lastname?: string | undefined;
@@ -167,14 +167,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
167
167
  enrichment_id: import("zod").ZodOptional<import("zod").ZodString>;
168
168
  error: import("zod").ZodString;
169
169
  }, "strip", import("zod").ZodTypeAny, {
170
- error: string;
171
- success: boolean;
172
170
  operation: "start_bulk_enrichment";
171
+ success: boolean;
172
+ error: string;
173
173
  enrichment_id?: string | undefined;
174
174
  }, {
175
- error: string;
176
- success: boolean;
177
175
  operation: "start_bulk_enrichment";
176
+ success: boolean;
177
+ error: string;
178
178
  enrichment_id?: string | undefined;
179
179
  }>, import("zod").ZodObject<{
180
180
  operation: import("zod").ZodLiteral<"get_enrichment_result">;
@@ -249,11 +249,11 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
249
249
  city: import("zod").ZodOptional<import("zod").ZodString>;
250
250
  country: import("zod").ZodOptional<import("zod").ZodString>;
251
251
  }, "strip", import("zod").ZodTypeAny, {
252
- country?: string | undefined;
253
252
  city?: string | undefined;
254
- }, {
255
253
  country?: string | undefined;
254
+ }, {
256
255
  city?: string | undefined;
256
+ country?: string | undefined;
257
257
  }>>;
258
258
  }, "strip", import("zod").ZodTypeAny, {
259
259
  name?: string | undefined;
@@ -262,8 +262,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
262
262
  linkedin_id?: string | undefined;
263
263
  industry?: string | undefined;
264
264
  headquarters?: {
265
- country?: string | undefined;
266
265
  city?: string | undefined;
266
+ country?: string | undefined;
267
267
  } | undefined;
268
268
  }, {
269
269
  name?: string | undefined;
@@ -272,8 +272,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
272
272
  linkedin_id?: string | number | undefined;
273
273
  industry?: string | undefined;
274
274
  headquarters?: {
275
- country?: string | undefined;
276
275
  city?: string | undefined;
276
+ country?: string | undefined;
277
277
  } | undefined;
278
278
  }>>;
279
279
  start_date: import("zod").ZodOptional<import("zod").ZodString>;
@@ -287,8 +287,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
287
287
  linkedin_id?: string | undefined;
288
288
  industry?: string | undefined;
289
289
  headquarters?: {
290
- country?: string | undefined;
291
290
  city?: string | undefined;
291
+ country?: string | undefined;
292
292
  } | undefined;
293
293
  } | undefined;
294
294
  start_date?: string | undefined;
@@ -302,16 +302,16 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
302
302
  linkedin_id?: string | number | undefined;
303
303
  industry?: string | undefined;
304
304
  headquarters?: {
305
- country?: string | undefined;
306
305
  city?: string | undefined;
306
+ country?: string | undefined;
307
307
  } | undefined;
308
308
  } | undefined;
309
309
  start_date?: string | undefined;
310
310
  end_date?: string | undefined;
311
311
  }>>;
312
312
  }, "strip", import("zod").ZodTypeAny, {
313
- location?: string | undefined;
314
313
  headline?: string | undefined;
314
+ location?: string | undefined;
315
315
  linkedin_url?: string | undefined;
316
316
  linkedin_id?: string | undefined;
317
317
  linkedin_handle?: string | undefined;
@@ -324,16 +324,16 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
324
324
  linkedin_id?: string | undefined;
325
325
  industry?: string | undefined;
326
326
  headquarters?: {
327
- country?: string | undefined;
328
327
  city?: string | undefined;
328
+ country?: string | undefined;
329
329
  } | undefined;
330
330
  } | undefined;
331
331
  start_date?: string | undefined;
332
332
  end_date?: string | undefined;
333
333
  } | undefined;
334
334
  }, {
335
- location?: string | undefined;
336
335
  headline?: string | undefined;
336
+ location?: string | undefined;
337
337
  linkedin_url?: string | undefined;
338
338
  linkedin_id?: string | number | undefined;
339
339
  linkedin_handle?: string | undefined;
@@ -346,8 +346,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
346
346
  linkedin_id?: string | number | undefined;
347
347
  industry?: string | undefined;
348
348
  headquarters?: {
349
- country?: string | undefined;
350
349
  city?: string | undefined;
350
+ country?: string | undefined;
351
351
  } | undefined;
352
352
  } | undefined;
353
353
  start_date?: string | undefined;
@@ -355,9 +355,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
355
355
  } | undefined;
356
356
  }>>;
357
357
  }, "strip", import("zod").ZodTypeAny, {
358
+ domain?: string | undefined;
358
359
  profile?: {
359
- location?: string | undefined;
360
360
  headline?: string | undefined;
361
+ location?: string | undefined;
361
362
  linkedin_url?: string | undefined;
362
363
  linkedin_id?: string | undefined;
363
364
  linkedin_handle?: string | undefined;
@@ -370,15 +371,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
370
371
  linkedin_id?: string | undefined;
371
372
  industry?: string | undefined;
372
373
  headquarters?: {
373
- country?: string | undefined;
374
374
  city?: string | undefined;
375
+ country?: string | undefined;
375
376
  } | undefined;
376
377
  } | undefined;
377
378
  start_date?: string | undefined;
378
379
  end_date?: string | undefined;
379
380
  } | undefined;
380
381
  } | undefined;
381
- domain?: string | undefined;
382
382
  emails?: {
383
383
  status?: string | undefined;
384
384
  email?: string | undefined;
@@ -401,9 +401,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
401
401
  url?: string | undefined;
402
402
  }[] | undefined;
403
403
  }, {
404
+ domain?: string | undefined;
404
405
  profile?: {
405
- location?: string | undefined;
406
406
  headline?: string | undefined;
407
+ location?: string | undefined;
407
408
  linkedin_url?: string | undefined;
408
409
  linkedin_id?: string | number | undefined;
409
410
  linkedin_handle?: string | undefined;
@@ -416,15 +417,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
416
417
  linkedin_id?: string | number | undefined;
417
418
  industry?: string | undefined;
418
419
  headquarters?: {
419
- country?: string | undefined;
420
420
  city?: string | undefined;
421
+ country?: string | undefined;
421
422
  } | undefined;
422
423
  } | undefined;
423
424
  start_date?: string | undefined;
424
425
  end_date?: string | undefined;
425
426
  } | undefined;
426
427
  } | undefined;
427
- domain?: string | undefined;
428
428
  emails?: {
429
429
  status?: string | undefined;
430
430
  email?: string | undefined;
@@ -450,9 +450,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
450
450
  }, "strip", import("zod").ZodTypeAny, {
451
451
  custom?: Record<string, string> | undefined;
452
452
  contact?: {
453
+ domain?: string | undefined;
453
454
  profile?: {
454
- location?: string | undefined;
455
455
  headline?: string | undefined;
456
+ location?: string | undefined;
456
457
  linkedin_url?: string | undefined;
457
458
  linkedin_id?: string | undefined;
458
459
  linkedin_handle?: string | undefined;
@@ -465,15 +466,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
465
466
  linkedin_id?: string | undefined;
466
467
  industry?: string | undefined;
467
468
  headquarters?: {
468
- country?: string | undefined;
469
469
  city?: string | undefined;
470
+ country?: string | undefined;
470
471
  } | undefined;
471
472
  } | undefined;
472
473
  start_date?: string | undefined;
473
474
  end_date?: string | undefined;
474
475
  } | undefined;
475
476
  } | undefined;
476
- domain?: string | undefined;
477
477
  emails?: {
478
478
  status?: string | undefined;
479
479
  email?: string | undefined;
@@ -499,9 +499,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
499
499
  }, {
500
500
  custom?: Record<string, string> | undefined;
501
501
  contact?: {
502
+ domain?: string | undefined;
502
503
  profile?: {
503
- location?: string | undefined;
504
504
  headline?: string | undefined;
505
+ location?: string | undefined;
505
506
  linkedin_url?: string | undefined;
506
507
  linkedin_id?: string | number | undefined;
507
508
  linkedin_handle?: string | undefined;
@@ -514,15 +515,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
514
515
  linkedin_id?: string | number | undefined;
515
516
  industry?: string | undefined;
516
517
  headquarters?: {
517
- country?: string | undefined;
518
518
  city?: string | undefined;
519
+ country?: string | undefined;
519
520
  } | undefined;
520
521
  } | undefined;
521
522
  start_date?: string | undefined;
522
523
  end_date?: string | undefined;
523
524
  } | undefined;
524
525
  } | undefined;
525
- domain?: string | undefined;
526
526
  emails?: {
527
527
  status?: string | undefined;
528
528
  email?: string | undefined;
@@ -555,11 +555,11 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
555
555
  }>>;
556
556
  error: import("zod").ZodString;
557
557
  }, "strip", import("zod").ZodTypeAny, {
558
- error: string;
559
- success: boolean;
560
558
  operation: "get_enrichment_result";
561
- status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
559
+ success: boolean;
560
+ error: string;
562
561
  name?: string | undefined;
562
+ status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
563
563
  id?: string | undefined;
564
564
  cost?: {
565
565
  credits?: number | undefined;
@@ -567,9 +567,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
567
567
  results?: {
568
568
  custom?: Record<string, string> | undefined;
569
569
  contact?: {
570
+ domain?: string | undefined;
570
571
  profile?: {
571
- location?: string | undefined;
572
572
  headline?: string | undefined;
573
+ location?: string | undefined;
573
574
  linkedin_url?: string | undefined;
574
575
  linkedin_id?: string | undefined;
575
576
  linkedin_handle?: string | undefined;
@@ -582,15 +583,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
582
583
  linkedin_id?: string | undefined;
583
584
  industry?: string | undefined;
584
585
  headquarters?: {
585
- country?: string | undefined;
586
586
  city?: string | undefined;
587
+ country?: string | undefined;
587
588
  } | undefined;
588
589
  } | undefined;
589
590
  start_date?: string | undefined;
590
591
  end_date?: string | undefined;
591
592
  } | undefined;
592
593
  } | undefined;
593
- domain?: string | undefined;
594
594
  emails?: {
595
595
  status?: string | undefined;
596
596
  email?: string | undefined;
@@ -615,11 +615,11 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
615
615
  } | undefined;
616
616
  }[] | undefined;
617
617
  }, {
618
- error: string;
619
- success: boolean;
620
618
  operation: "get_enrichment_result";
621
- status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
619
+ success: boolean;
620
+ error: string;
622
621
  name?: string | undefined;
622
+ status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
623
623
  id?: string | undefined;
624
624
  cost?: {
625
625
  credits?: number | undefined;
@@ -627,9 +627,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
627
627
  results?: {
628
628
  custom?: Record<string, string> | undefined;
629
629
  contact?: {
630
+ domain?: string | undefined;
630
631
  profile?: {
631
- location?: string | undefined;
632
632
  headline?: string | undefined;
633
+ location?: string | undefined;
633
634
  linkedin_url?: string | undefined;
634
635
  linkedin_id?: string | number | undefined;
635
636
  linkedin_handle?: string | undefined;
@@ -642,15 +643,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
642
643
  linkedin_id?: string | number | undefined;
643
644
  industry?: string | undefined;
644
645
  headquarters?: {
645
- country?: string | undefined;
646
646
  city?: string | undefined;
647
+ country?: string | undefined;
647
648
  } | undefined;
648
649
  } | undefined;
649
650
  start_date?: string | undefined;
650
651
  end_date?: string | undefined;
651
652
  } | undefined;
652
653
  } | undefined;
653
- domain?: string | undefined;
654
654
  emails?: {
655
655
  status?: string | undefined;
656
656
  email?: string | undefined;
@@ -680,14 +680,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
680
680
  enrichment_id: import("zod").ZodOptional<import("zod").ZodString>;
681
681
  error: import("zod").ZodString;
682
682
  }, "strip", import("zod").ZodTypeAny, {
683
- error: string;
684
- success: boolean;
685
683
  operation: "start_reverse_email_lookup";
684
+ success: boolean;
685
+ error: string;
686
686
  enrichment_id?: string | undefined;
687
687
  }, {
688
- error: string;
689
- success: boolean;
690
688
  operation: "start_reverse_email_lookup";
689
+ success: boolean;
690
+ error: string;
691
691
  enrichment_id?: string | undefined;
692
692
  }>, import("zod").ZodObject<{
693
693
  operation: import("zod").ZodLiteral<"get_reverse_email_result">;
@@ -762,11 +762,11 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
762
762
  city: import("zod").ZodOptional<import("zod").ZodString>;
763
763
  country: import("zod").ZodOptional<import("zod").ZodString>;
764
764
  }, "strip", import("zod").ZodTypeAny, {
765
- country?: string | undefined;
766
765
  city?: string | undefined;
767
- }, {
768
766
  country?: string | undefined;
767
+ }, {
769
768
  city?: string | undefined;
769
+ country?: string | undefined;
770
770
  }>>;
771
771
  }, "strip", import("zod").ZodTypeAny, {
772
772
  name?: string | undefined;
@@ -775,8 +775,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
775
775
  linkedin_id?: string | undefined;
776
776
  industry?: string | undefined;
777
777
  headquarters?: {
778
- country?: string | undefined;
779
778
  city?: string | undefined;
779
+ country?: string | undefined;
780
780
  } | undefined;
781
781
  }, {
782
782
  name?: string | undefined;
@@ -785,8 +785,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
785
785
  linkedin_id?: string | number | undefined;
786
786
  industry?: string | undefined;
787
787
  headquarters?: {
788
- country?: string | undefined;
789
788
  city?: string | undefined;
789
+ country?: string | undefined;
790
790
  } | undefined;
791
791
  }>>;
792
792
  start_date: import("zod").ZodOptional<import("zod").ZodString>;
@@ -800,8 +800,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
800
800
  linkedin_id?: string | undefined;
801
801
  industry?: string | undefined;
802
802
  headquarters?: {
803
- country?: string | undefined;
804
803
  city?: string | undefined;
804
+ country?: string | undefined;
805
805
  } | undefined;
806
806
  } | undefined;
807
807
  start_date?: string | undefined;
@@ -815,16 +815,16 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
815
815
  linkedin_id?: string | number | undefined;
816
816
  industry?: string | undefined;
817
817
  headquarters?: {
818
- country?: string | undefined;
819
818
  city?: string | undefined;
819
+ country?: string | undefined;
820
820
  } | undefined;
821
821
  } | undefined;
822
822
  start_date?: string | undefined;
823
823
  end_date?: string | undefined;
824
824
  }>>;
825
825
  }, "strip", import("zod").ZodTypeAny, {
826
- location?: string | undefined;
827
826
  headline?: string | undefined;
827
+ location?: string | undefined;
828
828
  linkedin_url?: string | undefined;
829
829
  linkedin_id?: string | undefined;
830
830
  linkedin_handle?: string | undefined;
@@ -837,16 +837,16 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
837
837
  linkedin_id?: string | undefined;
838
838
  industry?: string | undefined;
839
839
  headquarters?: {
840
- country?: string | undefined;
841
840
  city?: string | undefined;
841
+ country?: string | undefined;
842
842
  } | undefined;
843
843
  } | undefined;
844
844
  start_date?: string | undefined;
845
845
  end_date?: string | undefined;
846
846
  } | undefined;
847
847
  }, {
848
- location?: string | undefined;
849
848
  headline?: string | undefined;
849
+ location?: string | undefined;
850
850
  linkedin_url?: string | undefined;
851
851
  linkedin_id?: string | number | undefined;
852
852
  linkedin_handle?: string | undefined;
@@ -859,8 +859,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
859
859
  linkedin_id?: string | number | undefined;
860
860
  industry?: string | undefined;
861
861
  headquarters?: {
862
- country?: string | undefined;
863
862
  city?: string | undefined;
863
+ country?: string | undefined;
864
864
  } | undefined;
865
865
  } | undefined;
866
866
  start_date?: string | undefined;
@@ -868,9 +868,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
868
868
  } | undefined;
869
869
  }>>;
870
870
  }, "strip", import("zod").ZodTypeAny, {
871
+ domain?: string | undefined;
871
872
  profile?: {
872
- location?: string | undefined;
873
873
  headline?: string | undefined;
874
+ location?: string | undefined;
874
875
  linkedin_url?: string | undefined;
875
876
  linkedin_id?: string | undefined;
876
877
  linkedin_handle?: string | undefined;
@@ -883,15 +884,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
883
884
  linkedin_id?: string | undefined;
884
885
  industry?: string | undefined;
885
886
  headquarters?: {
886
- country?: string | undefined;
887
887
  city?: string | undefined;
888
+ country?: string | undefined;
888
889
  } | undefined;
889
890
  } | undefined;
890
891
  start_date?: string | undefined;
891
892
  end_date?: string | undefined;
892
893
  } | undefined;
893
894
  } | undefined;
894
- domain?: string | undefined;
895
895
  emails?: {
896
896
  status?: string | undefined;
897
897
  email?: string | undefined;
@@ -914,9 +914,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
914
914
  url?: string | undefined;
915
915
  }[] | undefined;
916
916
  }, {
917
+ domain?: string | undefined;
917
918
  profile?: {
918
- location?: string | undefined;
919
919
  headline?: string | undefined;
920
+ location?: string | undefined;
920
921
  linkedin_url?: string | undefined;
921
922
  linkedin_id?: string | number | undefined;
922
923
  linkedin_handle?: string | undefined;
@@ -929,15 +930,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
929
930
  linkedin_id?: string | number | undefined;
930
931
  industry?: string | undefined;
931
932
  headquarters?: {
932
- country?: string | undefined;
933
933
  city?: string | undefined;
934
+ country?: string | undefined;
934
935
  } | undefined;
935
936
  } | undefined;
936
937
  start_date?: string | undefined;
937
938
  end_date?: string | undefined;
938
939
  } | undefined;
939
940
  } | undefined;
940
- domain?: string | undefined;
941
941
  emails?: {
942
942
  status?: string | undefined;
943
943
  email?: string | undefined;
@@ -963,9 +963,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
963
963
  }, "strip", import("zod").ZodTypeAny, {
964
964
  input?: string | undefined;
965
965
  contact?: {
966
+ domain?: string | undefined;
966
967
  profile?: {
967
- location?: string | undefined;
968
968
  headline?: string | undefined;
969
+ location?: string | undefined;
969
970
  linkedin_url?: string | undefined;
970
971
  linkedin_id?: string | undefined;
971
972
  linkedin_handle?: string | undefined;
@@ -978,15 +979,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
978
979
  linkedin_id?: string | undefined;
979
980
  industry?: string | undefined;
980
981
  headquarters?: {
981
- country?: string | undefined;
982
982
  city?: string | undefined;
983
+ country?: string | undefined;
983
984
  } | undefined;
984
985
  } | undefined;
985
986
  start_date?: string | undefined;
986
987
  end_date?: string | undefined;
987
988
  } | undefined;
988
989
  } | undefined;
989
- domain?: string | undefined;
990
990
  emails?: {
991
991
  status?: string | undefined;
992
992
  email?: string | undefined;
@@ -1012,9 +1012,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1012
1012
  }, {
1013
1013
  input?: string | undefined;
1014
1014
  contact?: {
1015
+ domain?: string | undefined;
1015
1016
  profile?: {
1016
- location?: string | undefined;
1017
1017
  headline?: string | undefined;
1018
+ location?: string | undefined;
1018
1019
  linkedin_url?: string | undefined;
1019
1020
  linkedin_id?: string | number | undefined;
1020
1021
  linkedin_handle?: string | undefined;
@@ -1027,15 +1028,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1027
1028
  linkedin_id?: string | number | undefined;
1028
1029
  industry?: string | undefined;
1029
1030
  headquarters?: {
1030
- country?: string | undefined;
1031
1031
  city?: string | undefined;
1032
+ country?: string | undefined;
1032
1033
  } | undefined;
1033
1034
  } | undefined;
1034
1035
  start_date?: string | undefined;
1035
1036
  end_date?: string | undefined;
1036
1037
  } | undefined;
1037
1038
  } | undefined;
1038
- domain?: string | undefined;
1039
1039
  emails?: {
1040
1040
  status?: string | undefined;
1041
1041
  email?: string | undefined;
@@ -1068,11 +1068,11 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1068
1068
  }>>;
1069
1069
  error: import("zod").ZodString;
1070
1070
  }, "strip", import("zod").ZodTypeAny, {
1071
- error: string;
1072
- success: boolean;
1073
1071
  operation: "get_reverse_email_result";
1074
- status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1072
+ success: boolean;
1073
+ error: string;
1075
1074
  name?: string | undefined;
1075
+ status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1076
1076
  id?: string | undefined;
1077
1077
  cost?: {
1078
1078
  credits?: number | undefined;
@@ -1080,9 +1080,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1080
1080
  results?: {
1081
1081
  input?: string | undefined;
1082
1082
  contact?: {
1083
+ domain?: string | undefined;
1083
1084
  profile?: {
1084
- location?: string | undefined;
1085
1085
  headline?: string | undefined;
1086
+ location?: string | undefined;
1086
1087
  linkedin_url?: string | undefined;
1087
1088
  linkedin_id?: string | undefined;
1088
1089
  linkedin_handle?: string | undefined;
@@ -1095,15 +1096,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1095
1096
  linkedin_id?: string | undefined;
1096
1097
  industry?: string | undefined;
1097
1098
  headquarters?: {
1098
- country?: string | undefined;
1099
1099
  city?: string | undefined;
1100
+ country?: string | undefined;
1100
1101
  } | undefined;
1101
1102
  } | undefined;
1102
1103
  start_date?: string | undefined;
1103
1104
  end_date?: string | undefined;
1104
1105
  } | undefined;
1105
1106
  } | undefined;
1106
- domain?: string | undefined;
1107
1107
  emails?: {
1108
1108
  status?: string | undefined;
1109
1109
  email?: string | undefined;
@@ -1128,11 +1128,11 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1128
1128
  } | undefined;
1129
1129
  }[] | undefined;
1130
1130
  }, {
1131
- error: string;
1132
- success: boolean;
1133
1131
  operation: "get_reverse_email_result";
1134
- status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1132
+ success: boolean;
1133
+ error: string;
1135
1134
  name?: string | undefined;
1135
+ status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1136
1136
  id?: string | undefined;
1137
1137
  cost?: {
1138
1138
  credits?: number | undefined;
@@ -1140,9 +1140,10 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1140
1140
  results?: {
1141
1141
  input?: string | undefined;
1142
1142
  contact?: {
1143
+ domain?: string | undefined;
1143
1144
  profile?: {
1144
- location?: string | undefined;
1145
1145
  headline?: string | undefined;
1146
+ location?: string | undefined;
1146
1147
  linkedin_url?: string | undefined;
1147
1148
  linkedin_id?: string | number | undefined;
1148
1149
  linkedin_handle?: string | undefined;
@@ -1155,15 +1156,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1155
1156
  linkedin_id?: string | number | undefined;
1156
1157
  industry?: string | undefined;
1157
1158
  headquarters?: {
1158
- country?: string | undefined;
1159
1159
  city?: string | undefined;
1160
+ country?: string | undefined;
1160
1161
  } | undefined;
1161
1162
  } | undefined;
1162
1163
  start_date?: string | undefined;
1163
1164
  end_date?: string | undefined;
1164
1165
  } | undefined;
1165
1166
  } | undefined;
1166
- domain?: string | undefined;
1167
1167
  emails?: {
1168
1168
  status?: string | undefined;
1169
1169
  email?: string | undefined;
@@ -1193,14 +1193,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1193
1193
  balance: import("zod").ZodOptional<import("zod").ZodNumber>;
1194
1194
  error: import("zod").ZodString;
1195
1195
  }, "strip", import("zod").ZodTypeAny, {
1196
- error: string;
1197
- success: boolean;
1198
1196
  operation: "get_credit_balance";
1197
+ success: boolean;
1198
+ error: string;
1199
1199
  balance?: number | undefined;
1200
1200
  }, {
1201
- error: string;
1202
- success: boolean;
1203
1201
  operation: "get_credit_balance";
1202
+ success: boolean;
1203
+ error: string;
1204
1204
  balance?: number | undefined;
1205
1205
  }>, import("zod").ZodObject<{
1206
1206
  operation: import("zod").ZodLiteral<"check_api_key">;
@@ -1208,14 +1208,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1208
1208
  workspace_id: import("zod").ZodOptional<import("zod").ZodString>;
1209
1209
  error: import("zod").ZodString;
1210
1210
  }, "strip", import("zod").ZodTypeAny, {
1211
- error: string;
1212
- success: boolean;
1213
1211
  operation: "check_api_key";
1212
+ success: boolean;
1213
+ error: string;
1214
1214
  workspace_id?: string | undefined;
1215
1215
  }, {
1216
- error: string;
1217
- success: boolean;
1218
1216
  operation: "check_api_key";
1217
+ success: boolean;
1218
+ error: string;
1219
1219
  workspace_id?: string | undefined;
1220
1220
  }>]>;
1221
1221
  static readonly shortDescription = "B2B contact enrichment for emails, phones, and LinkedIn data";