@bubblelab/bubble-core 0.1.73 → 0.1.75

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 (60) hide show
  1. package/dist/bubble-bundle.d.ts +109 -109
  2. package/dist/bubbles/service-bubble/agi-inc.d.ts +112 -112
  3. package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
  4. package/dist/bubbles/service-bubble/airtable.d.ts +210 -210
  5. package/dist/bubbles/service-bubble/airtable.d.ts.map +1 -1
  6. package/dist/bubbles/service-bubble/airtable.js +3 -1
  7. package/dist/bubbles/service-bubble/airtable.js.map +1 -1
  8. package/dist/bubbles/service-bubble/apify/apify.d.ts +14 -14
  9. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +134 -134
  10. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +16 -16
  11. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
  12. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +53 -53
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +90 -90
  14. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +30 -30
  15. package/dist/bubbles/service-bubble/eleven-labs.d.ts +28 -28
  16. package/dist/bubbles/service-bubble/firecrawl.d.ts +250 -250
  17. package/dist/bubbles/service-bubble/followupboss.d.ts +236 -236
  18. package/dist/bubbles/service-bubble/fullenrich/fullenrich.d.ts +16 -16
  19. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +30 -30
  20. package/dist/bubbles/service-bubble/github.d.ts +104 -104
  21. package/dist/bubbles/service-bubble/gmail.d.ts +176 -176
  22. package/dist/bubbles/service-bubble/google-calendar.d.ts +28 -28
  23. package/dist/bubbles/service-bubble/google-drive.d.ts +130 -130
  24. package/dist/bubbles/service-bubble/google-sheets/google-sheets.d.ts +42 -42
  25. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +38 -38
  26. package/dist/bubbles/service-bubble/http.d.ts +8 -8
  27. package/dist/bubbles/service-bubble/insforge-db.d.ts +12 -12
  28. package/dist/bubbles/service-bubble/jira/jira.d.ts +54 -54
  29. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +38 -38
  30. package/dist/bubbles/service-bubble/notion/notion.d.ts +512 -512
  31. package/dist/bubbles/service-bubble/postgresql.d.ts +12 -12
  32. package/dist/bubbles/service-bubble/resend.d.ts +12 -12
  33. package/dist/bubbles/service-bubble/slack/slack.d.ts +535 -535
  34. package/dist/bubbles/service-bubble/slack/slack.utils.d.ts.map +1 -1
  35. package/dist/bubbles/service-bubble/slack/slack.utils.js +29 -20
  36. package/dist/bubbles/service-bubble/slack/slack.utils.js.map +1 -1
  37. package/dist/bubbles/service-bubble/storage.d.ts +20 -20
  38. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +80 -80
  39. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +71 -71
  40. package/dist/bubbles/service-bubble/telegram.d.ts +110 -110
  41. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.d.ts +24 -24
  42. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +24 -24
  43. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +36 -36
  44. package/dist/bubbles/tool-bubble/instagram-tool.d.ts +4 -4
  45. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.d.ts +2 -2
  46. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +2 -2
  47. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +302 -302
  48. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +8 -8
  49. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +64 -64
  50. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +94 -94
  51. package/dist/bubbles/tool-bubble/web-crawl-tool.d.ts +4 -4
  52. package/dist/bubbles/tool-bubble/web-extract-tool.d.ts +4 -4
  53. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +8 -8
  54. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  55. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +14 -14
  56. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  57. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +78 -78
  58. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +76 -76
  59. package/dist/bubbles.json +3 -2
  60. package/package.json +2 -2
@@ -70,8 +70,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
70
70
  }>, "many">;
71
71
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
72
72
  }, "strip", import("zod").ZodTypeAny, {
73
- name: string;
74
73
  operation: "start_bulk_enrichment";
74
+ name: string;
75
75
  contacts: {
76
76
  enrich_fields: ("contact.emails" | "contact.personal_emails")[];
77
77
  custom?: Record<string, string> | undefined;
@@ -84,8 +84,8 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
84
84
  credentials?: Partial<Record<CredentialType, string>> | undefined;
85
85
  webhook_url?: string | undefined;
86
86
  }, {
87
- name: string;
88
87
  operation: "start_bulk_enrichment";
88
+ name: string;
89
89
  contacts: {
90
90
  custom?: Record<string, string> | undefined;
91
91
  domain?: string | undefined;
@@ -119,14 +119,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
119
119
  emails: import("zod").ZodArray<import("zod").ZodString, "many">;
120
120
  credentials: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodNativeEnum<typeof CredentialType>, import("zod").ZodString>>;
121
121
  }, "strip", import("zod").ZodTypeAny, {
122
- name: string;
123
122
  operation: "start_reverse_email_lookup";
123
+ name: string;
124
124
  emails: string[];
125
125
  credentials?: Partial<Record<CredentialType, string>> | undefined;
126
126
  webhook_url?: string | undefined;
127
127
  }, {
128
- name: string;
129
128
  operation: "start_reverse_email_lookup";
129
+ name: string;
130
130
  emails: string[];
131
131
  credentials?: Partial<Record<CredentialType, string>> | undefined;
132
132
  webhook_url?: string | undefined;
@@ -167,14 +167,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
167
167
  enrichment_id: import("zod").ZodOptional<import("zod").ZodString>;
168
168
  error: import("zod").ZodString;
169
169
  }, "strip", import("zod").ZodTypeAny, {
170
+ operation: "start_bulk_enrichment";
170
171
  error: string;
171
172
  success: boolean;
172
- operation: "start_bulk_enrichment";
173
173
  enrichment_id?: string | undefined;
174
174
  }, {
175
+ operation: "start_bulk_enrichment";
175
176
  error: string;
176
177
  success: boolean;
177
- operation: "start_bulk_enrichment";
178
178
  enrichment_id?: string | undefined;
179
179
  }>, import("zod").ZodObject<{
180
180
  operation: import("zod").ZodLiteral<"get_enrichment_result">;
@@ -555,9 +555,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
555
555
  }>>;
556
556
  error: import("zod").ZodString;
557
557
  }, "strip", import("zod").ZodTypeAny, {
558
+ operation: "get_enrichment_result";
558
559
  error: string;
559
560
  success: boolean;
560
- operation: "get_enrichment_result";
561
561
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
562
562
  name?: string | undefined;
563
563
  id?: string | undefined;
@@ -615,9 +615,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
615
615
  } | undefined;
616
616
  }[] | undefined;
617
617
  }, {
618
+ operation: "get_enrichment_result";
618
619
  error: string;
619
620
  success: boolean;
620
- operation: "get_enrichment_result";
621
621
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
622
622
  name?: string | undefined;
623
623
  id?: string | undefined;
@@ -680,14 +680,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
680
680
  enrichment_id: import("zod").ZodOptional<import("zod").ZodString>;
681
681
  error: import("zod").ZodString;
682
682
  }, "strip", import("zod").ZodTypeAny, {
683
+ operation: "start_reverse_email_lookup";
683
684
  error: string;
684
685
  success: boolean;
685
- operation: "start_reverse_email_lookup";
686
686
  enrichment_id?: string | undefined;
687
687
  }, {
688
+ operation: "start_reverse_email_lookup";
688
689
  error: string;
689
690
  success: boolean;
690
- operation: "start_reverse_email_lookup";
691
691
  enrichment_id?: string | undefined;
692
692
  }>, import("zod").ZodObject<{
693
693
  operation: import("zod").ZodLiteral<"get_reverse_email_result">;
@@ -1068,9 +1068,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1068
1068
  }>>;
1069
1069
  error: import("zod").ZodString;
1070
1070
  }, "strip", import("zod").ZodTypeAny, {
1071
+ operation: "get_reverse_email_result";
1071
1072
  error: string;
1072
1073
  success: boolean;
1073
- operation: "get_reverse_email_result";
1074
1074
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1075
1075
  name?: string | undefined;
1076
1076
  id?: string | undefined;
@@ -1128,9 +1128,9 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1128
1128
  } | undefined;
1129
1129
  }[] | undefined;
1130
1130
  }, {
1131
+ operation: "get_reverse_email_result";
1131
1132
  error: string;
1132
1133
  success: boolean;
1133
- operation: "get_reverse_email_result";
1134
1134
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1135
1135
  name?: string | undefined;
1136
1136
  id?: string | undefined;
@@ -1193,14 +1193,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1193
1193
  balance: import("zod").ZodOptional<import("zod").ZodNumber>;
1194
1194
  error: import("zod").ZodString;
1195
1195
  }, "strip", import("zod").ZodTypeAny, {
1196
+ operation: "get_credit_balance";
1196
1197
  error: string;
1197
1198
  success: boolean;
1198
- operation: "get_credit_balance";
1199
1199
  balance?: number | undefined;
1200
1200
  }, {
1201
+ operation: "get_credit_balance";
1201
1202
  error: string;
1202
1203
  success: boolean;
1203
- operation: "get_credit_balance";
1204
1204
  balance?: number | undefined;
1205
1205
  }>, import("zod").ZodObject<{
1206
1206
  operation: import("zod").ZodLiteral<"check_api_key">;
@@ -1208,14 +1208,14 @@ export declare class FullEnrichBubble<T extends FullEnrichParamsInput = FullEnri
1208
1208
  workspace_id: import("zod").ZodOptional<import("zod").ZodString>;
1209
1209
  error: import("zod").ZodString;
1210
1210
  }, "strip", import("zod").ZodTypeAny, {
1211
+ operation: "check_api_key";
1211
1212
  error: string;
1212
1213
  success: boolean;
1213
- operation: "check_api_key";
1214
1214
  workspace_id?: string | undefined;
1215
1215
  }, {
1216
+ operation: "check_api_key";
1216
1217
  error: string;
1217
1218
  success: boolean;
1218
- operation: "check_api_key";
1219
1219
  workspace_id?: string | undefined;
1220
1220
  }>]>;
1221
1221
  static readonly shortDescription = "B2B contact enrichment for emails, phones, and LinkedIn data";
@@ -389,7 +389,6 @@ export declare const EnrichedContactSchema: z.ZodObject<{
389
389
  } | undefined;
390
390
  }>>;
391
391
  }, "strip", z.ZodTypeAny, {
392
- domain?: string | undefined;
393
392
  profile?: {
394
393
  location?: string | undefined;
395
394
  headline?: string | undefined;
@@ -413,6 +412,7 @@ export declare const EnrichedContactSchema: z.ZodObject<{
413
412
  end_date?: string | undefined;
414
413
  } | undefined;
415
414
  } | undefined;
415
+ domain?: string | undefined;
416
416
  emails?: {
417
417
  status?: string | undefined;
418
418
  email?: string | undefined;
@@ -435,7 +435,6 @@ export declare const EnrichedContactSchema: z.ZodObject<{
435
435
  url?: string | undefined;
436
436
  }[] | undefined;
437
437
  }, {
438
- domain?: string | undefined;
439
438
  profile?: {
440
439
  location?: string | undefined;
441
440
  headline?: string | undefined;
@@ -459,6 +458,7 @@ export declare const EnrichedContactSchema: z.ZodObject<{
459
458
  end_date?: string | undefined;
460
459
  } | undefined;
461
460
  } | undefined;
461
+ domain?: string | undefined;
462
462
  emails?: {
463
463
  status?: string | undefined;
464
464
  email?: string | undefined;
@@ -657,7 +657,6 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
657
657
  } | undefined;
658
658
  }>>;
659
659
  }, "strip", z.ZodTypeAny, {
660
- domain?: string | undefined;
661
660
  profile?: {
662
661
  location?: string | undefined;
663
662
  headline?: string | undefined;
@@ -681,6 +680,7 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
681
680
  end_date?: string | undefined;
682
681
  } | undefined;
683
682
  } | undefined;
683
+ domain?: string | undefined;
684
684
  emails?: {
685
685
  status?: string | undefined;
686
686
  email?: string | undefined;
@@ -703,7 +703,6 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
703
703
  url?: string | undefined;
704
704
  }[] | undefined;
705
705
  }, {
706
- domain?: string | undefined;
707
706
  profile?: {
708
707
  location?: string | undefined;
709
708
  headline?: string | undefined;
@@ -727,6 +726,7 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
727
726
  end_date?: string | undefined;
728
727
  } | undefined;
729
728
  } | undefined;
729
+ domain?: string | undefined;
730
730
  emails?: {
731
731
  status?: string | undefined;
732
732
  email?: string | undefined;
@@ -752,7 +752,6 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
752
752
  }, "strip", z.ZodTypeAny, {
753
753
  custom?: Record<string, string> | undefined;
754
754
  contact?: {
755
- domain?: string | undefined;
756
755
  profile?: {
757
756
  location?: string | undefined;
758
757
  headline?: string | undefined;
@@ -776,6 +775,7 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
776
775
  end_date?: string | undefined;
777
776
  } | undefined;
778
777
  } | undefined;
778
+ domain?: string | undefined;
779
779
  emails?: {
780
780
  status?: string | undefined;
781
781
  email?: string | undefined;
@@ -801,7 +801,6 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
801
801
  }, {
802
802
  custom?: Record<string, string> | undefined;
803
803
  contact?: {
804
- domain?: string | undefined;
805
804
  profile?: {
806
805
  location?: string | undefined;
807
806
  headline?: string | undefined;
@@ -825,6 +824,7 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
825
824
  end_date?: string | undefined;
826
825
  } | undefined;
827
826
  } | undefined;
827
+ domain?: string | undefined;
828
828
  emails?: {
829
829
  status?: string | undefined;
830
830
  email?: string | undefined;
@@ -1015,13 +1015,13 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1015
1015
  error: z.ZodString;
1016
1016
  }, "strip", z.ZodTypeAny, {
1017
1017
  operation: "start_bulk_enrichment";
1018
- success: boolean;
1019
1018
  error: string;
1019
+ success: boolean;
1020
1020
  enrichment_id?: string | undefined;
1021
1021
  }, {
1022
1022
  operation: "start_bulk_enrichment";
1023
- success: boolean;
1024
1023
  error: string;
1024
+ success: boolean;
1025
1025
  enrichment_id?: string | undefined;
1026
1026
  }>, z.ZodObject<{
1027
1027
  operation: z.ZodLiteral<"get_enrichment_result">;
@@ -1202,7 +1202,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1202
1202
  } | undefined;
1203
1203
  }>>;
1204
1204
  }, "strip", z.ZodTypeAny, {
1205
- domain?: string | undefined;
1206
1205
  profile?: {
1207
1206
  location?: string | undefined;
1208
1207
  headline?: string | undefined;
@@ -1226,6 +1225,7 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1226
1225
  end_date?: string | undefined;
1227
1226
  } | undefined;
1228
1227
  } | undefined;
1228
+ domain?: string | undefined;
1229
1229
  emails?: {
1230
1230
  status?: string | undefined;
1231
1231
  email?: string | undefined;
@@ -1248,7 +1248,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1248
1248
  url?: string | undefined;
1249
1249
  }[] | undefined;
1250
1250
  }, {
1251
- domain?: string | undefined;
1252
1251
  profile?: {
1253
1252
  location?: string | undefined;
1254
1253
  headline?: string | undefined;
@@ -1272,6 +1271,7 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1272
1271
  end_date?: string | undefined;
1273
1272
  } | undefined;
1274
1273
  } | undefined;
1274
+ domain?: string | undefined;
1275
1275
  emails?: {
1276
1276
  status?: string | undefined;
1277
1277
  email?: string | undefined;
@@ -1297,7 +1297,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1297
1297
  }, "strip", z.ZodTypeAny, {
1298
1298
  custom?: Record<string, string> | undefined;
1299
1299
  contact?: {
1300
- domain?: string | undefined;
1301
1300
  profile?: {
1302
1301
  location?: string | undefined;
1303
1302
  headline?: string | undefined;
@@ -1321,6 +1320,7 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1321
1320
  end_date?: string | undefined;
1322
1321
  } | undefined;
1323
1322
  } | undefined;
1323
+ domain?: string | undefined;
1324
1324
  emails?: {
1325
1325
  status?: string | undefined;
1326
1326
  email?: string | undefined;
@@ -1346,7 +1346,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1346
1346
  }, {
1347
1347
  custom?: Record<string, string> | undefined;
1348
1348
  contact?: {
1349
- domain?: string | undefined;
1350
1349
  profile?: {
1351
1350
  location?: string | undefined;
1352
1351
  headline?: string | undefined;
@@ -1370,6 +1369,7 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1370
1369
  end_date?: string | undefined;
1371
1370
  } | undefined;
1372
1371
  } | undefined;
1372
+ domain?: string | undefined;
1373
1373
  emails?: {
1374
1374
  status?: string | undefined;
1375
1375
  email?: string | undefined;
@@ -1403,8 +1403,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1403
1403
  error: z.ZodString;
1404
1404
  }, "strip", z.ZodTypeAny, {
1405
1405
  operation: "get_enrichment_result";
1406
- success: boolean;
1407
1406
  error: string;
1407
+ success: boolean;
1408
1408
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1409
1409
  name?: string | undefined;
1410
1410
  id?: string | undefined;
@@ -1414,7 +1414,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1414
1414
  results?: {
1415
1415
  custom?: Record<string, string> | undefined;
1416
1416
  contact?: {
1417
- domain?: string | undefined;
1418
1417
  profile?: {
1419
1418
  location?: string | undefined;
1420
1419
  headline?: string | undefined;
@@ -1438,6 +1437,7 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1438
1437
  end_date?: string | undefined;
1439
1438
  } | undefined;
1440
1439
  } | undefined;
1440
+ domain?: string | undefined;
1441
1441
  emails?: {
1442
1442
  status?: string | undefined;
1443
1443
  email?: string | undefined;
@@ -1463,8 +1463,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1463
1463
  }[] | undefined;
1464
1464
  }, {
1465
1465
  operation: "get_enrichment_result";
1466
- success: boolean;
1467
1466
  error: string;
1467
+ success: boolean;
1468
1468
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1469
1469
  name?: string | undefined;
1470
1470
  id?: string | undefined;
@@ -1474,7 +1474,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1474
1474
  results?: {
1475
1475
  custom?: Record<string, string> | undefined;
1476
1476
  contact?: {
1477
- domain?: string | undefined;
1478
1477
  profile?: {
1479
1478
  location?: string | undefined;
1480
1479
  headline?: string | undefined;
@@ -1498,6 +1497,7 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1498
1497
  end_date?: string | undefined;
1499
1498
  } | undefined;
1500
1499
  } | undefined;
1500
+ domain?: string | undefined;
1501
1501
  emails?: {
1502
1502
  status?: string | undefined;
1503
1503
  email?: string | undefined;
@@ -1528,13 +1528,13 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1528
1528
  error: z.ZodString;
1529
1529
  }, "strip", z.ZodTypeAny, {
1530
1530
  operation: "start_reverse_email_lookup";
1531
- success: boolean;
1532
1531
  error: string;
1532
+ success: boolean;
1533
1533
  enrichment_id?: string | undefined;
1534
1534
  }, {
1535
1535
  operation: "start_reverse_email_lookup";
1536
- success: boolean;
1537
1536
  error: string;
1537
+ success: boolean;
1538
1538
  enrichment_id?: string | undefined;
1539
1539
  }>, z.ZodObject<{
1540
1540
  operation: z.ZodLiteral<"get_reverse_email_result">;
@@ -1715,7 +1715,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1715
1715
  } | undefined;
1716
1716
  }>>;
1717
1717
  }, "strip", z.ZodTypeAny, {
1718
- domain?: string | undefined;
1719
1718
  profile?: {
1720
1719
  location?: string | undefined;
1721
1720
  headline?: string | undefined;
@@ -1739,6 +1738,7 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1739
1738
  end_date?: string | undefined;
1740
1739
  } | undefined;
1741
1740
  } | undefined;
1741
+ domain?: string | undefined;
1742
1742
  emails?: {
1743
1743
  status?: string | undefined;
1744
1744
  email?: string | undefined;
@@ -1761,7 +1761,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1761
1761
  url?: string | undefined;
1762
1762
  }[] | undefined;
1763
1763
  }, {
1764
- domain?: string | undefined;
1765
1764
  profile?: {
1766
1765
  location?: string | undefined;
1767
1766
  headline?: string | undefined;
@@ -1785,6 +1784,7 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1785
1784
  end_date?: string | undefined;
1786
1785
  } | undefined;
1787
1786
  } | undefined;
1787
+ domain?: string | undefined;
1788
1788
  emails?: {
1789
1789
  status?: string | undefined;
1790
1790
  email?: string | undefined;
@@ -1810,7 +1810,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1810
1810
  }, "strip", z.ZodTypeAny, {
1811
1811
  input?: string | undefined;
1812
1812
  contact?: {
1813
- domain?: string | undefined;
1814
1813
  profile?: {
1815
1814
  location?: string | undefined;
1816
1815
  headline?: string | undefined;
@@ -1834,6 +1833,7 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1834
1833
  end_date?: string | undefined;
1835
1834
  } | undefined;
1836
1835
  } | undefined;
1836
+ domain?: string | undefined;
1837
1837
  emails?: {
1838
1838
  status?: string | undefined;
1839
1839
  email?: string | undefined;
@@ -1859,7 +1859,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1859
1859
  }, {
1860
1860
  input?: string | undefined;
1861
1861
  contact?: {
1862
- domain?: string | undefined;
1863
1862
  profile?: {
1864
1863
  location?: string | undefined;
1865
1864
  headline?: string | undefined;
@@ -1883,6 +1882,7 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1883
1882
  end_date?: string | undefined;
1884
1883
  } | undefined;
1885
1884
  } | undefined;
1885
+ domain?: string | undefined;
1886
1886
  emails?: {
1887
1887
  status?: string | undefined;
1888
1888
  email?: string | undefined;
@@ -1916,8 +1916,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1916
1916
  error: z.ZodString;
1917
1917
  }, "strip", z.ZodTypeAny, {
1918
1918
  operation: "get_reverse_email_result";
1919
- success: boolean;
1920
1919
  error: string;
1920
+ success: boolean;
1921
1921
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1922
1922
  name?: string | undefined;
1923
1923
  id?: string | undefined;
@@ -1927,7 +1927,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1927
1927
  results?: {
1928
1928
  input?: string | undefined;
1929
1929
  contact?: {
1930
- domain?: string | undefined;
1931
1930
  profile?: {
1932
1931
  location?: string | undefined;
1933
1932
  headline?: string | undefined;
@@ -1951,6 +1950,7 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1951
1950
  end_date?: string | undefined;
1952
1951
  } | undefined;
1953
1952
  } | undefined;
1953
+ domain?: string | undefined;
1954
1954
  emails?: {
1955
1955
  status?: string | undefined;
1956
1956
  email?: string | undefined;
@@ -1976,8 +1976,8 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1976
1976
  }[] | undefined;
1977
1977
  }, {
1978
1978
  operation: "get_reverse_email_result";
1979
- success: boolean;
1980
1979
  error: string;
1980
+ success: boolean;
1981
1981
  status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
1982
1982
  name?: string | undefined;
1983
1983
  id?: string | undefined;
@@ -1987,7 +1987,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1987
1987
  results?: {
1988
1988
  input?: string | undefined;
1989
1989
  contact?: {
1990
- domain?: string | undefined;
1991
1990
  profile?: {
1992
1991
  location?: string | undefined;
1993
1992
  headline?: string | undefined;
@@ -2011,6 +2010,7 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
2011
2010
  end_date?: string | undefined;
2012
2011
  } | undefined;
2013
2012
  } | undefined;
2013
+ domain?: string | undefined;
2014
2014
  emails?: {
2015
2015
  status?: string | undefined;
2016
2016
  email?: string | undefined;
@@ -2041,13 +2041,13 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
2041
2041
  error: z.ZodString;
2042
2042
  }, "strip", z.ZodTypeAny, {
2043
2043
  operation: "get_credit_balance";
2044
- success: boolean;
2045
2044
  error: string;
2045
+ success: boolean;
2046
2046
  balance?: number | undefined;
2047
2047
  }, {
2048
2048
  operation: "get_credit_balance";
2049
- success: boolean;
2050
2049
  error: string;
2050
+ success: boolean;
2051
2051
  balance?: number | undefined;
2052
2052
  }>, z.ZodObject<{
2053
2053
  operation: z.ZodLiteral<"check_api_key">;
@@ -2056,13 +2056,13 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
2056
2056
  error: z.ZodString;
2057
2057
  }, "strip", z.ZodTypeAny, {
2058
2058
  operation: "check_api_key";
2059
- success: boolean;
2060
2059
  error: string;
2060
+ success: boolean;
2061
2061
  workspace_id?: string | undefined;
2062
2062
  }, {
2063
2063
  operation: "check_api_key";
2064
- success: boolean;
2065
2064
  error: string;
2065
+ success: boolean;
2066
2066
  workspace_id?: string | undefined;
2067
2067
  }>]>;
2068
2068
  export type FullEnrichParamsInput = z.input<typeof FullEnrichParamsSchema>;