@bubblelab/bubble-core 0.1.74 → 0.1.76

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 (43) hide show
  1. package/dist/bubble-bundle.d.ts +88 -88
  2. package/dist/bubbles/service-bubble/ai-agent.d.ts +32 -32
  3. package/dist/bubbles/service-bubble/airtable.d.ts +76 -76
  4. package/dist/bubbles/service-bubble/airtable.d.ts.map +1 -1
  5. package/dist/bubbles/service-bubble/airtable.js +3 -1
  6. package/dist/bubbles/service-bubble/airtable.js.map +1 -1
  7. package/dist/bubbles/service-bubble/apify/apify.d.ts +18 -18
  8. package/dist/bubbles/service-bubble/ashby/ashby.d.ts +112 -112
  9. package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +38 -38
  10. package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +2 -2
  11. package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +78 -78
  12. package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +82 -82
  13. package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +42 -42
  14. package/dist/bubbles/service-bubble/firecrawl.d.ts +250 -250
  15. package/dist/bubbles/service-bubble/followupboss.d.ts +4 -4
  16. package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +46 -46
  17. package/dist/bubbles/service-bubble/github.d.ts +44 -44
  18. package/dist/bubbles/service-bubble/gmail.d.ts +104 -104
  19. package/dist/bubbles/service-bubble/google-drive.d.ts +36 -36
  20. package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +52 -52
  21. package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
  22. package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +62 -62
  23. package/dist/bubbles/service-bubble/notion/notion.d.ts +304 -304
  24. package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
  25. package/dist/bubbles/service-bubble/resend.d.ts +4 -4
  26. package/dist/bubbles/service-bubble/slack/slack.d.ts +320 -320
  27. package/dist/bubbles/service-bubble/stripe/stripe.d.ts +9 -9
  28. package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +78 -78
  29. package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
  30. package/dist/bubbles/tool-bubble/google-maps-tool.d.ts +12 -12
  31. package/dist/bubbles/tool-bubble/linkedin-connection-tool/linkedin-connection-tool.schema.d.ts +4 -4
  32. package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +301 -301
  33. package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
  34. package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +60 -60
  35. package/dist/bubbles/tool-bubble/twitter-tool.d.ts +106 -106
  36. package/dist/bubbles/tool-bubble/web-scrape-tool.d.ts +4 -4
  37. package/dist/bubbles/tool-bubble/web-search-tool.d.ts +8 -8
  38. package/dist/bubbles/tool-bubble/youtube-tool.d.ts +20 -20
  39. package/dist/bubbles/workflow-bubble/generate-document.workflow.d.ts +12 -12
  40. package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +28 -28
  41. package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +56 -56
  42. package/dist/bubbles.json +3 -2
  43. package/package.json +2 -2
@@ -576,15 +576,15 @@ declare const FUBParamsSchema: z.ZodDiscriminatedUnion<"operation", [z.ZodObject
576
576
  }, "strip", z.ZodTypeAny, {
577
577
  operation: "create_call";
578
578
  personId: number;
579
- credentials?: Partial<Record<CredentialType, string>> | undefined;
580
579
  duration?: number | undefined;
580
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
581
581
  outcome?: string | undefined;
582
582
  note?: string | undefined;
583
583
  }, {
584
584
  operation: "create_call";
585
585
  personId: number;
586
- credentials?: Partial<Record<CredentialType, string>> | undefined;
587
586
  duration?: number | undefined;
587
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
588
588
  outcome?: string | undefined;
589
589
  note?: string | undefined;
590
590
  }>, z.ZodObject<{
@@ -3970,15 +3970,15 @@ export declare class FollowUpBossBubble<T extends FUBParams = FUBParams> extends
3970
3970
  }, "strip", z.ZodTypeAny, {
3971
3971
  operation: "create_call";
3972
3972
  personId: number;
3973
- credentials?: Partial<Record<CredentialType, string>> | undefined;
3974
3973
  duration?: number | undefined;
3974
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
3975
3975
  outcome?: string | undefined;
3976
3976
  note?: string | undefined;
3977
3977
  }, {
3978
3978
  operation: "create_call";
3979
3979
  personId: number;
3980
- credentials?: Partial<Record<CredentialType, string>> | undefined;
3981
3980
  duration?: number | undefined;
3981
+ credentials?: Partial<Record<CredentialType, string>> | undefined;
3982
3982
  outcome?: string | undefined;
3983
3983
  note?: string | undefined;
3984
3984
  }>, z.ZodObject<{
@@ -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;
@@ -917,8 +917,8 @@ export declare const FullEnrichParamsSchema: z.ZodDiscriminatedUnion<"operation"
917
917
  }>, "many">;
918
918
  credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
919
919
  }, "strip", z.ZodTypeAny, {
920
- operation: "start_bulk_enrichment";
921
920
  name: string;
921
+ operation: "start_bulk_enrichment";
922
922
  contacts: {
923
923
  enrich_fields: ("contact.emails" | "contact.personal_emails")[];
924
924
  custom?: Record<string, string> | undefined;
@@ -931,8 +931,8 @@ export declare const FullEnrichParamsSchema: z.ZodDiscriminatedUnion<"operation"
931
931
  credentials?: Partial<Record<CredentialType, string>> | undefined;
932
932
  webhook_url?: string | undefined;
933
933
  }, {
934
- operation: "start_bulk_enrichment";
935
934
  name: string;
935
+ operation: "start_bulk_enrichment";
936
936
  contacts: {
937
937
  custom?: Record<string, string> | undefined;
938
938
  domain?: 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
- operation: "start_reverse_email_lookup";
970
969
  name: string;
970
+ operation: "start_reverse_email_lookup";
971
971
  emails: string[];
972
972
  credentials?: Partial<Record<CredentialType, string>> | undefined;
973
973
  webhook_url?: string | undefined;
974
974
  }, {
975
- operation: "start_reverse_email_lookup";
976
975
  name: string;
976
+ operation: "start_reverse_email_lookup";
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";
1018
- success: boolean;
1019
1017
  error: string;
1018
+ success: boolean;
1019
+ operation: "start_bulk_enrichment";
1020
1020
  enrichment_id?: string | undefined;
1021
1021
  }, {
1022
- operation: "start_bulk_enrichment";
1023
- success: boolean;
1024
1022
  error: string;
1023
+ 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">;
@@ -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;
@@ -1402,9 +1402,9 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1402
1402
  }>>;
1403
1403
  error: z.ZodString;
1404
1404
  }, "strip", z.ZodTypeAny, {
1405
- operation: "get_enrichment_result";
1406
- success: boolean;
1407
1405
  error: string;
1406
+ 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;
@@ -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;
@@ -1462,9 +1462,9 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1462
1462
  } | undefined;
1463
1463
  }[] | undefined;
1464
1464
  }, {
1465
- operation: "get_enrichment_result";
1466
- success: boolean;
1467
1465
  error: string;
1466
+ 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;
@@ -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;
@@ -1527,14 +1527,14 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1527
1527
  enrichment_id: z.ZodOptional<z.ZodString>;
1528
1528
  error: z.ZodString;
1529
1529
  }, "strip", z.ZodTypeAny, {
1530
- operation: "start_reverse_email_lookup";
1531
- success: boolean;
1532
1530
  error: string;
1531
+ success: boolean;
1532
+ operation: "start_reverse_email_lookup";
1533
1533
  enrichment_id?: string | undefined;
1534
1534
  }, {
1535
- operation: "start_reverse_email_lookup";
1536
- success: boolean;
1537
1535
  error: string;
1536
+ 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">;
@@ -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;
@@ -1915,9 +1915,9 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1915
1915
  }>>;
1916
1916
  error: z.ZodString;
1917
1917
  }, "strip", z.ZodTypeAny, {
1918
- operation: "get_reverse_email_result";
1919
- success: boolean;
1920
1918
  error: string;
1919
+ 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;
@@ -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;
@@ -1975,9 +1975,9 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
1975
1975
  } | undefined;
1976
1976
  }[] | undefined;
1977
1977
  }, {
1978
- operation: "get_reverse_email_result";
1979
- success: boolean;
1980
1978
  error: string;
1979
+ 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;
@@ -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;
@@ -2040,14 +2040,14 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
2040
2040
  balance: z.ZodOptional<z.ZodNumber>;
2041
2041
  error: z.ZodString;
2042
2042
  }, "strip", z.ZodTypeAny, {
2043
- operation: "get_credit_balance";
2044
- success: boolean;
2045
2043
  error: string;
2044
+ success: boolean;
2045
+ operation: "get_credit_balance";
2046
2046
  balance?: number | undefined;
2047
2047
  }, {
2048
- operation: "get_credit_balance";
2049
- success: boolean;
2050
2048
  error: string;
2049
+ 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";
2059
- success: boolean;
2060
2058
  error: string;
2059
+ success: boolean;
2060
+ operation: "check_api_key";
2061
2061
  workspace_id?: string | undefined;
2062
2062
  }, {
2063
- operation: "check_api_key";
2064
- success: boolean;
2065
2063
  error: string;
2064
+ success: boolean;
2065
+ operation: "check_api_key";
2066
2066
  workspace_id?: string | undefined;
2067
2067
  }>]>;
2068
2068
  export type FullEnrichParamsInput = z.input<typeof FullEnrichParamsSchema>;