@bubblelab/bubble-core 0.1.70 → 0.1.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bubble-bundle.d.ts +71 -71
- package/dist/bubbles/service-bubble/agi-inc.d.ts +20 -20
- package/dist/bubbles/service-bubble/ai-agent.d.ts +24 -24
- package/dist/bubbles/service-bubble/airtable.d.ts +24 -24
- package/dist/bubbles/service-bubble/apify/apify.d.ts +10 -10
- package/dist/bubbles/service-bubble/ashby/ashby.d.ts +40 -40
- package/dist/bubbles/service-bubble/ashby/ashby.schema.d.ts +38 -38
- package/dist/bubbles/service-bubble/browserbase/browserbase.d.ts +31 -31
- package/dist/bubbles/service-bubble/browserbase/browserbase.schema.d.ts +78 -78
- package/dist/bubbles/service-bubble/crustdata/crustdata.d.ts +80 -80
- package/dist/bubbles/service-bubble/crustdata/crustdata.schema.d.ts +42 -42
- package/dist/bubbles/service-bubble/firecrawl.d.ts +274 -274
- package/dist/bubbles/service-bubble/followupboss.d.ts +84 -84
- package/dist/bubbles/service-bubble/fullenrich/fullenrich.schema.d.ts +58 -58
- package/dist/bubbles/service-bubble/github.d.ts +36 -36
- package/dist/bubbles/service-bubble/gmail.d.ts +88 -88
- package/dist/bubbles/service-bubble/google-drive.d.ts +2 -2
- package/dist/bubbles/service-bubble/google-drive.d.ts.map +1 -1
- package/dist/bubbles/service-bubble/google-drive.js +20 -7
- package/dist/bubbles/service-bubble/google-drive.js.map +1 -1
- package/dist/bubbles/service-bubble/google-sheets/google-sheets.schema.d.ts +74 -74
- package/dist/bubbles/service-bubble/insforge-db.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.d.ts +8 -8
- package/dist/bubbles/service-bubble/jira/jira.schema.d.ts +62 -62
- package/dist/bubbles/service-bubble/postgresql.d.ts +8 -8
- package/dist/bubbles/service-bubble/resend.d.ts +4 -4
- package/dist/bubbles/service-bubble/slack/slack.d.ts +216 -216
- package/dist/bubbles/service-bubble/stripe/stripe.d.ts +11 -11
- package/dist/bubbles/service-bubble/stripe/stripe.schema.d.ts +78 -78
- package/dist/bubbles/service-bubble/telegram.d.ts +2 -2
- package/dist/bubbles/tool-bubble/amazon-shopping-tool/amazon-shopping-tool.schema.d.ts +28 -28
- package/dist/bubbles/tool-bubble/company-enrichment-tool.d.ts +10 -10
- package/dist/bubbles/tool-bubble/linkedin-tool.d.ts +234 -234
- package/dist/bubbles/tool-bubble/people-search-tool.d.ts +18 -18
- package/dist/bubbles/tool-bubble/sql-query-tool.d.ts +4 -4
- package/dist/bubbles/tool-bubble/tiktok-tool.d.ts +56 -56
- package/dist/bubbles/tool-bubble/twitter-tool.d.ts +80 -80
- package/dist/bubbles/workflow-bubble/pdf-form-operations.workflow.d.ts +16 -16
- package/dist/bubbles/workflow-bubble/slack-formatter-agent.d.ts +24 -24
- package/dist/bubbles.json +3 -3
- package/package.json +2 -2
|
@@ -389,6 +389,7 @@ export declare const EnrichedContactSchema: z.ZodObject<{
|
|
|
389
389
|
} | undefined;
|
|
390
390
|
}>>;
|
|
391
391
|
}, "strip", z.ZodTypeAny, {
|
|
392
|
+
domain?: string | undefined;
|
|
392
393
|
profile?: {
|
|
393
394
|
location?: string | undefined;
|
|
394
395
|
headline?: string | undefined;
|
|
@@ -412,7 +413,6 @@ export declare const EnrichedContactSchema: z.ZodObject<{
|
|
|
412
413
|
end_date?: string | undefined;
|
|
413
414
|
} | undefined;
|
|
414
415
|
} | undefined;
|
|
415
|
-
domain?: string | undefined;
|
|
416
416
|
emails?: {
|
|
417
417
|
status?: string | undefined;
|
|
418
418
|
email?: string | undefined;
|
|
@@ -435,6 +435,7 @@ export declare const EnrichedContactSchema: z.ZodObject<{
|
|
|
435
435
|
url?: string | undefined;
|
|
436
436
|
}[] | undefined;
|
|
437
437
|
}, {
|
|
438
|
+
domain?: string | undefined;
|
|
438
439
|
profile?: {
|
|
439
440
|
location?: string | undefined;
|
|
440
441
|
headline?: string | undefined;
|
|
@@ -458,7 +459,6 @@ export declare const EnrichedContactSchema: z.ZodObject<{
|
|
|
458
459
|
end_date?: string | undefined;
|
|
459
460
|
} | undefined;
|
|
460
461
|
} | undefined;
|
|
461
|
-
domain?: string | undefined;
|
|
462
462
|
emails?: {
|
|
463
463
|
status?: string | undefined;
|
|
464
464
|
email?: string | undefined;
|
|
@@ -657,6 +657,7 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
|
|
|
657
657
|
} | undefined;
|
|
658
658
|
}>>;
|
|
659
659
|
}, "strip", z.ZodTypeAny, {
|
|
660
|
+
domain?: string | undefined;
|
|
660
661
|
profile?: {
|
|
661
662
|
location?: string | undefined;
|
|
662
663
|
headline?: string | undefined;
|
|
@@ -680,7 +681,6 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
|
|
|
680
681
|
end_date?: string | undefined;
|
|
681
682
|
} | undefined;
|
|
682
683
|
} | undefined;
|
|
683
|
-
domain?: string | undefined;
|
|
684
684
|
emails?: {
|
|
685
685
|
status?: string | undefined;
|
|
686
686
|
email?: string | undefined;
|
|
@@ -703,6 +703,7 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
|
|
|
703
703
|
url?: string | undefined;
|
|
704
704
|
}[] | undefined;
|
|
705
705
|
}, {
|
|
706
|
+
domain?: string | undefined;
|
|
706
707
|
profile?: {
|
|
707
708
|
location?: string | undefined;
|
|
708
709
|
headline?: string | undefined;
|
|
@@ -726,7 +727,6 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
|
|
|
726
727
|
end_date?: string | undefined;
|
|
727
728
|
} | undefined;
|
|
728
729
|
} | undefined;
|
|
729
|
-
domain?: string | undefined;
|
|
730
730
|
emails?: {
|
|
731
731
|
status?: string | undefined;
|
|
732
732
|
email?: string | undefined;
|
|
@@ -752,6 +752,7 @@ 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;
|
|
755
756
|
profile?: {
|
|
756
757
|
location?: string | undefined;
|
|
757
758
|
headline?: string | undefined;
|
|
@@ -775,7 +776,6 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
|
|
|
775
776
|
end_date?: string | undefined;
|
|
776
777
|
} | undefined;
|
|
777
778
|
} | undefined;
|
|
778
|
-
domain?: string | undefined;
|
|
779
779
|
emails?: {
|
|
780
780
|
status?: string | undefined;
|
|
781
781
|
email?: string | undefined;
|
|
@@ -801,6 +801,7 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
|
|
|
801
801
|
}, {
|
|
802
802
|
custom?: Record<string, string> | undefined;
|
|
803
803
|
contact?: {
|
|
804
|
+
domain?: string | undefined;
|
|
804
805
|
profile?: {
|
|
805
806
|
location?: string | undefined;
|
|
806
807
|
headline?: string | undefined;
|
|
@@ -824,7 +825,6 @@ export declare const EnrichmentRecordSchema: z.ZodObject<{
|
|
|
824
825
|
end_date?: string | undefined;
|
|
825
826
|
} | undefined;
|
|
826
827
|
} | 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
|
-
name: string;
|
|
921
920
|
operation: "start_bulk_enrichment";
|
|
921
|
+
name: string;
|
|
922
922
|
contacts: {
|
|
923
923
|
enrich_fields: ("contact.emails" | "contact.personal_emails")[];
|
|
924
924
|
custom?: Record<string, string> | undefined;
|
|
@@ -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
|
-
name: string;
|
|
935
934
|
operation: "start_bulk_enrichment";
|
|
935
|
+
name: string;
|
|
936
936
|
contacts: {
|
|
937
937
|
custom?: Record<string, string> | undefined;
|
|
938
938
|
domain?: string | undefined;
|
|
@@ -966,14 +966,14 @@ export declare const FullEnrichParamsSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
966
966
|
emails: z.ZodArray<z.ZodString, "many">;
|
|
967
967
|
credentials: z.ZodOptional<z.ZodRecord<z.ZodNativeEnum<typeof CredentialType>, z.ZodString>>;
|
|
968
968
|
}, "strip", z.ZodTypeAny, {
|
|
969
|
-
name: string;
|
|
970
969
|
operation: "start_reverse_email_lookup";
|
|
970
|
+
name: string;
|
|
971
971
|
emails: string[];
|
|
972
972
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
973
973
|
webhook_url?: string | undefined;
|
|
974
974
|
}, {
|
|
975
|
-
name: string;
|
|
976
975
|
operation: "start_reverse_email_lookup";
|
|
976
|
+
name: string;
|
|
977
977
|
emails: string[];
|
|
978
978
|
credentials?: Partial<Record<CredentialType, string>> | undefined;
|
|
979
979
|
webhook_url?: string | undefined;
|
|
@@ -1014,14 +1014,14 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1014
1014
|
enrichment_id: z.ZodOptional<z.ZodString>;
|
|
1015
1015
|
error: z.ZodString;
|
|
1016
1016
|
}, "strip", z.ZodTypeAny, {
|
|
1017
|
-
error: string;
|
|
1018
|
-
success: boolean;
|
|
1019
1017
|
operation: "start_bulk_enrichment";
|
|
1018
|
+
success: boolean;
|
|
1019
|
+
error: string;
|
|
1020
1020
|
enrichment_id?: string | undefined;
|
|
1021
1021
|
}, {
|
|
1022
|
-
error: string;
|
|
1023
|
-
success: boolean;
|
|
1024
1022
|
operation: "start_bulk_enrichment";
|
|
1023
|
+
success: boolean;
|
|
1024
|
+
error: string;
|
|
1025
1025
|
enrichment_id?: string | undefined;
|
|
1026
1026
|
}>, z.ZodObject<{
|
|
1027
1027
|
operation: z.ZodLiteral<"get_enrichment_result">;
|
|
@@ -1202,6 +1202,7 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1202
1202
|
} | undefined;
|
|
1203
1203
|
}>>;
|
|
1204
1204
|
}, "strip", z.ZodTypeAny, {
|
|
1205
|
+
domain?: string | undefined;
|
|
1205
1206
|
profile?: {
|
|
1206
1207
|
location?: string | undefined;
|
|
1207
1208
|
headline?: string | undefined;
|
|
@@ -1225,7 +1226,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1225
1226
|
end_date?: string | undefined;
|
|
1226
1227
|
} | undefined;
|
|
1227
1228
|
} | undefined;
|
|
1228
|
-
domain?: string | undefined;
|
|
1229
1229
|
emails?: {
|
|
1230
1230
|
status?: string | undefined;
|
|
1231
1231
|
email?: string | undefined;
|
|
@@ -1248,6 +1248,7 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1248
1248
|
url?: string | undefined;
|
|
1249
1249
|
}[] | undefined;
|
|
1250
1250
|
}, {
|
|
1251
|
+
domain?: string | undefined;
|
|
1251
1252
|
profile?: {
|
|
1252
1253
|
location?: string | undefined;
|
|
1253
1254
|
headline?: string | undefined;
|
|
@@ -1271,7 +1272,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1271
1272
|
end_date?: string | undefined;
|
|
1272
1273
|
} | undefined;
|
|
1273
1274
|
} | undefined;
|
|
1274
|
-
domain?: string | undefined;
|
|
1275
1275
|
emails?: {
|
|
1276
1276
|
status?: string | undefined;
|
|
1277
1277
|
email?: string | undefined;
|
|
@@ -1297,6 +1297,7 @@ 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;
|
|
1300
1301
|
profile?: {
|
|
1301
1302
|
location?: string | undefined;
|
|
1302
1303
|
headline?: string | undefined;
|
|
@@ -1320,7 +1321,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1320
1321
|
end_date?: string | undefined;
|
|
1321
1322
|
} | undefined;
|
|
1322
1323
|
} | undefined;
|
|
1323
|
-
domain?: string | undefined;
|
|
1324
1324
|
emails?: {
|
|
1325
1325
|
status?: string | undefined;
|
|
1326
1326
|
email?: string | undefined;
|
|
@@ -1346,6 +1346,7 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1346
1346
|
}, {
|
|
1347
1347
|
custom?: Record<string, string> | undefined;
|
|
1348
1348
|
contact?: {
|
|
1349
|
+
domain?: string | undefined;
|
|
1349
1350
|
profile?: {
|
|
1350
1351
|
location?: string | undefined;
|
|
1351
1352
|
headline?: string | undefined;
|
|
@@ -1369,7 +1370,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1369
1370
|
end_date?: string | undefined;
|
|
1370
1371
|
} | undefined;
|
|
1371
1372
|
} | undefined;
|
|
1372
|
-
domain?: string | undefined;
|
|
1373
1373
|
emails?: {
|
|
1374
1374
|
status?: string | undefined;
|
|
1375
1375
|
email?: string | undefined;
|
|
@@ -1402,15 +1402,19 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1402
1402
|
}>>;
|
|
1403
1403
|
error: z.ZodString;
|
|
1404
1404
|
}, "strip", z.ZodTypeAny, {
|
|
1405
|
-
error: string;
|
|
1406
|
-
success: boolean;
|
|
1407
1405
|
operation: "get_enrichment_result";
|
|
1406
|
+
success: boolean;
|
|
1407
|
+
error: string;
|
|
1408
1408
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1409
1409
|
name?: string | undefined;
|
|
1410
1410
|
id?: string | undefined;
|
|
1411
|
+
cost?: {
|
|
1412
|
+
credits?: number | undefined;
|
|
1413
|
+
} | undefined;
|
|
1411
1414
|
results?: {
|
|
1412
1415
|
custom?: Record<string, string> | undefined;
|
|
1413
1416
|
contact?: {
|
|
1417
|
+
domain?: string | undefined;
|
|
1414
1418
|
profile?: {
|
|
1415
1419
|
location?: string | undefined;
|
|
1416
1420
|
headline?: string | undefined;
|
|
@@ -1434,7 +1438,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1434
1438
|
end_date?: string | undefined;
|
|
1435
1439
|
} | undefined;
|
|
1436
1440
|
} | undefined;
|
|
1437
|
-
domain?: string | undefined;
|
|
1438
1441
|
emails?: {
|
|
1439
1442
|
status?: string | undefined;
|
|
1440
1443
|
email?: string | undefined;
|
|
@@ -1458,19 +1461,20 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1458
1461
|
}[] | undefined;
|
|
1459
1462
|
} | undefined;
|
|
1460
1463
|
}[] | undefined;
|
|
1461
|
-
cost?: {
|
|
1462
|
-
credits?: number | undefined;
|
|
1463
|
-
} | undefined;
|
|
1464
1464
|
}, {
|
|
1465
|
-
error: string;
|
|
1466
|
-
success: boolean;
|
|
1467
1465
|
operation: "get_enrichment_result";
|
|
1466
|
+
success: boolean;
|
|
1467
|
+
error: string;
|
|
1468
1468
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1469
1469
|
name?: string | undefined;
|
|
1470
1470
|
id?: string | undefined;
|
|
1471
|
+
cost?: {
|
|
1472
|
+
credits?: number | undefined;
|
|
1473
|
+
} | undefined;
|
|
1471
1474
|
results?: {
|
|
1472
1475
|
custom?: Record<string, string> | undefined;
|
|
1473
1476
|
contact?: {
|
|
1477
|
+
domain?: string | undefined;
|
|
1474
1478
|
profile?: {
|
|
1475
1479
|
location?: string | undefined;
|
|
1476
1480
|
headline?: string | undefined;
|
|
@@ -1494,7 +1498,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1494
1498
|
end_date?: string | undefined;
|
|
1495
1499
|
} | undefined;
|
|
1496
1500
|
} | undefined;
|
|
1497
|
-
domain?: string | undefined;
|
|
1498
1501
|
emails?: {
|
|
1499
1502
|
status?: string | undefined;
|
|
1500
1503
|
email?: string | undefined;
|
|
@@ -1518,23 +1521,20 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1518
1521
|
}[] | undefined;
|
|
1519
1522
|
} | undefined;
|
|
1520
1523
|
}[] | undefined;
|
|
1521
|
-
cost?: {
|
|
1522
|
-
credits?: number | undefined;
|
|
1523
|
-
} | undefined;
|
|
1524
1524
|
}>, z.ZodObject<{
|
|
1525
1525
|
operation: z.ZodLiteral<"start_reverse_email_lookup">;
|
|
1526
1526
|
success: z.ZodBoolean;
|
|
1527
1527
|
enrichment_id: z.ZodOptional<z.ZodString>;
|
|
1528
1528
|
error: z.ZodString;
|
|
1529
1529
|
}, "strip", z.ZodTypeAny, {
|
|
1530
|
-
error: string;
|
|
1531
|
-
success: boolean;
|
|
1532
1530
|
operation: "start_reverse_email_lookup";
|
|
1531
|
+
success: boolean;
|
|
1532
|
+
error: string;
|
|
1533
1533
|
enrichment_id?: string | undefined;
|
|
1534
1534
|
}, {
|
|
1535
|
-
error: string;
|
|
1536
|
-
success: boolean;
|
|
1537
1535
|
operation: "start_reverse_email_lookup";
|
|
1536
|
+
success: boolean;
|
|
1537
|
+
error: string;
|
|
1538
1538
|
enrichment_id?: string | undefined;
|
|
1539
1539
|
}>, z.ZodObject<{
|
|
1540
1540
|
operation: z.ZodLiteral<"get_reverse_email_result">;
|
|
@@ -1715,6 +1715,7 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1715
1715
|
} | undefined;
|
|
1716
1716
|
}>>;
|
|
1717
1717
|
}, "strip", z.ZodTypeAny, {
|
|
1718
|
+
domain?: string | undefined;
|
|
1718
1719
|
profile?: {
|
|
1719
1720
|
location?: string | undefined;
|
|
1720
1721
|
headline?: string | undefined;
|
|
@@ -1738,7 +1739,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1738
1739
|
end_date?: string | undefined;
|
|
1739
1740
|
} | undefined;
|
|
1740
1741
|
} | undefined;
|
|
1741
|
-
domain?: string | undefined;
|
|
1742
1742
|
emails?: {
|
|
1743
1743
|
status?: string | undefined;
|
|
1744
1744
|
email?: string | undefined;
|
|
@@ -1761,6 +1761,7 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1761
1761
|
url?: string | undefined;
|
|
1762
1762
|
}[] | undefined;
|
|
1763
1763
|
}, {
|
|
1764
|
+
domain?: string | undefined;
|
|
1764
1765
|
profile?: {
|
|
1765
1766
|
location?: string | undefined;
|
|
1766
1767
|
headline?: string | undefined;
|
|
@@ -1784,7 +1785,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1784
1785
|
end_date?: string | undefined;
|
|
1785
1786
|
} | undefined;
|
|
1786
1787
|
} | undefined;
|
|
1787
|
-
domain?: string | undefined;
|
|
1788
1788
|
emails?: {
|
|
1789
1789
|
status?: string | undefined;
|
|
1790
1790
|
email?: string | undefined;
|
|
@@ -1810,6 +1810,7 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1810
1810
|
}, "strip", z.ZodTypeAny, {
|
|
1811
1811
|
input?: string | undefined;
|
|
1812
1812
|
contact?: {
|
|
1813
|
+
domain?: string | undefined;
|
|
1813
1814
|
profile?: {
|
|
1814
1815
|
location?: string | undefined;
|
|
1815
1816
|
headline?: string | undefined;
|
|
@@ -1833,7 +1834,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1833
1834
|
end_date?: string | undefined;
|
|
1834
1835
|
} | undefined;
|
|
1835
1836
|
} | undefined;
|
|
1836
|
-
domain?: string | undefined;
|
|
1837
1837
|
emails?: {
|
|
1838
1838
|
status?: string | undefined;
|
|
1839
1839
|
email?: string | undefined;
|
|
@@ -1859,6 +1859,7 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1859
1859
|
}, {
|
|
1860
1860
|
input?: string | undefined;
|
|
1861
1861
|
contact?: {
|
|
1862
|
+
domain?: string | undefined;
|
|
1862
1863
|
profile?: {
|
|
1863
1864
|
location?: string | undefined;
|
|
1864
1865
|
headline?: string | undefined;
|
|
@@ -1882,7 +1883,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1882
1883
|
end_date?: string | undefined;
|
|
1883
1884
|
} | undefined;
|
|
1884
1885
|
} | undefined;
|
|
1885
|
-
domain?: string | undefined;
|
|
1886
1886
|
emails?: {
|
|
1887
1887
|
status?: string | undefined;
|
|
1888
1888
|
email?: string | undefined;
|
|
@@ -1915,15 +1915,19 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1915
1915
|
}>>;
|
|
1916
1916
|
error: z.ZodString;
|
|
1917
1917
|
}, "strip", z.ZodTypeAny, {
|
|
1918
|
-
error: string;
|
|
1919
|
-
success: boolean;
|
|
1920
1918
|
operation: "get_reverse_email_result";
|
|
1919
|
+
success: boolean;
|
|
1920
|
+
error: string;
|
|
1921
1921
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1922
1922
|
name?: string | undefined;
|
|
1923
1923
|
id?: string | undefined;
|
|
1924
|
+
cost?: {
|
|
1925
|
+
credits?: number | undefined;
|
|
1926
|
+
} | undefined;
|
|
1924
1927
|
results?: {
|
|
1925
1928
|
input?: string | undefined;
|
|
1926
1929
|
contact?: {
|
|
1930
|
+
domain?: string | undefined;
|
|
1927
1931
|
profile?: {
|
|
1928
1932
|
location?: string | undefined;
|
|
1929
1933
|
headline?: string | undefined;
|
|
@@ -1947,7 +1951,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1947
1951
|
end_date?: string | undefined;
|
|
1948
1952
|
} | undefined;
|
|
1949
1953
|
} | undefined;
|
|
1950
|
-
domain?: string | undefined;
|
|
1951
1954
|
emails?: {
|
|
1952
1955
|
status?: string | undefined;
|
|
1953
1956
|
email?: string | undefined;
|
|
@@ -1971,19 +1974,20 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
1971
1974
|
}[] | undefined;
|
|
1972
1975
|
} | undefined;
|
|
1973
1976
|
}[] | undefined;
|
|
1974
|
-
cost?: {
|
|
1975
|
-
credits?: number | undefined;
|
|
1976
|
-
} | undefined;
|
|
1977
1977
|
}, {
|
|
1978
|
-
error: string;
|
|
1979
|
-
success: boolean;
|
|
1980
1978
|
operation: "get_reverse_email_result";
|
|
1979
|
+
success: boolean;
|
|
1980
|
+
error: string;
|
|
1981
1981
|
status?: "CREATED" | "IN_PROGRESS" | "CANCELED" | "CREDITS_INSUFFICIENT" | "FINISHED" | "RATE_LIMIT" | "UNKNOWN" | undefined;
|
|
1982
1982
|
name?: string | undefined;
|
|
1983
1983
|
id?: string | undefined;
|
|
1984
|
+
cost?: {
|
|
1985
|
+
credits?: number | undefined;
|
|
1986
|
+
} | undefined;
|
|
1984
1987
|
results?: {
|
|
1985
1988
|
input?: string | undefined;
|
|
1986
1989
|
contact?: {
|
|
1990
|
+
domain?: string | undefined;
|
|
1987
1991
|
profile?: {
|
|
1988
1992
|
location?: string | undefined;
|
|
1989
1993
|
headline?: string | undefined;
|
|
@@ -2007,7 +2011,6 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
2007
2011
|
end_date?: string | undefined;
|
|
2008
2012
|
} | undefined;
|
|
2009
2013
|
} | undefined;
|
|
2010
|
-
domain?: string | undefined;
|
|
2011
2014
|
emails?: {
|
|
2012
2015
|
status?: string | undefined;
|
|
2013
2016
|
email?: string | undefined;
|
|
@@ -2031,23 +2034,20 @@ export declare const FullEnrichResultSchema: z.ZodDiscriminatedUnion<"operation"
|
|
|
2031
2034
|
}[] | undefined;
|
|
2032
2035
|
} | undefined;
|
|
2033
2036
|
}[] | undefined;
|
|
2034
|
-
cost?: {
|
|
2035
|
-
credits?: number | undefined;
|
|
2036
|
-
} | undefined;
|
|
2037
2037
|
}>, z.ZodObject<{
|
|
2038
2038
|
operation: z.ZodLiteral<"get_credit_balance">;
|
|
2039
2039
|
success: z.ZodBoolean;
|
|
2040
2040
|
balance: z.ZodOptional<z.ZodNumber>;
|
|
2041
2041
|
error: z.ZodString;
|
|
2042
2042
|
}, "strip", z.ZodTypeAny, {
|
|
2043
|
-
error: string;
|
|
2044
|
-
success: boolean;
|
|
2045
2043
|
operation: "get_credit_balance";
|
|
2044
|
+
success: boolean;
|
|
2045
|
+
error: string;
|
|
2046
2046
|
balance?: number | undefined;
|
|
2047
2047
|
}, {
|
|
2048
|
-
error: string;
|
|
2049
|
-
success: boolean;
|
|
2050
2048
|
operation: "get_credit_balance";
|
|
2049
|
+
success: boolean;
|
|
2050
|
+
error: string;
|
|
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
|
-
error: string;
|
|
2059
|
-
success: boolean;
|
|
2060
2058
|
operation: "check_api_key";
|
|
2059
|
+
success: boolean;
|
|
2060
|
+
error: string;
|
|
2061
2061
|
workspace_id?: string | undefined;
|
|
2062
2062
|
}, {
|
|
2063
|
-
error: string;
|
|
2064
|
-
success: boolean;
|
|
2065
2063
|
operation: "check_api_key";
|
|
2064
|
+
success: boolean;
|
|
2065
|
+
error: string;
|
|
2066
2066
|
workspace_id?: string | undefined;
|
|
2067
2067
|
}>]>;
|
|
2068
2068
|
export type FullEnrichParamsInput = z.input<typeof FullEnrichParamsSchema>;
|